squaresLab organization

squaresLab ·

  • CMU, Pittsburgh, PA

"gcc zune.c -o zune --coverage" isn't excuted in dockerblade

bug help wanted

I pulled darjeeling in github but i met error

I used config zune.yml in Darjeeling/example.
Is there any solution that I can use?

스크린샷, 2020-01-04 00-15-47.png
topic was trashed

Unknown problems occur on setting up Darjeeling.

help wanted question

I tried latest version of Darjeeling!

I used below config (If I use candidates: 5000 then I met candidate limit so I changed that ).

But I met different error message
"all candidate patches have been exhausted"

I want to success to run Darjeeling.Have ...

Unknown problems occur on setting up Darjeeling.

help wanted question

Hello!

I wanna ask you one of Darjeeling.

How long time i have to wait while "evaluating candidate"?

My snapshot is "manybugs:gzip:2010-01-30-fc00329e3d-1204630c96" and I wait 3600 minute
and I met time limit message.

So I changed time limit to 3600...

Unknown problems occur on setting up Darjeeling.

help wanted question

Sorry where is log file..?

This is my script after CTRL+C is this right?
if not correct, please teach me path.
I really thank you for your help!

waiting for pending evaluations to complete.^CTraceback (most recent call last):File "/usr/local/bin/darjeeling...

Unknown problems occur on setting up Darjeeling.

help wanted question

"Waiting for pending evaluations to complete" shouldn't take as long as that. (It usually takes a few minutes, depending on the bug that's being repaired.)

Can you CTRL+C/SIGTERM the Darjeeling process and upload the log file? I haven't come across this f...

Unknown problems occur on setting up Darjeeling.

help wanted question

thank you I solve error.

I changed my computer to something better and then that error was disappear.
also I change OS to Ubuntu(previous OS was centOS) and I don't use VMware.

so i met this message ("waiting for pending evaluations to complete.") a...

Unknown problems occur on setting up Darjeeling.

help wanted question

@cjfgnsdk12 Unfortunately, there's a Windows vs. Linux compatibility issue in the DockerPy source code that causes this bug to manifest: https://github.com/docker/docker-py/issues/2278

There's a pending PR on the DockerPy repo that fixes this problem:

Unknown problems occur on setting up Darjeeling.

help wanted question

Thank you for your help!

I solve file limit error through your help and changing OS's config!

but, while I execute (sudo darjeeling repair gzip.yml) I met new error message

Traceback (most recent call last):
      File "/usr/lib64/python3.6/site-pac...

Unknown problems occur on setting up Darjeeling.

help wanted question

Chris and I worked through a similar problem in the issue I opened in response to this gitq:There’s a bug in the docker api that isn’t closed yet because they needed to resolve win vs Linux issue. If you pull in the docker api fix into your virtual env are...

Unknown problems occur on setting up Darjeeling.

help wanted question

Thank you!

I solved this error("kaskara.exceptions.BondException: loop finder exited with non-zero code: 1")
but i met new error while i try this command (darjeeling repair gzip.yml)

and I met error message :(evaluated candidate: Candidate<#3fb4b055>c...

Unknown problems occur on setting up Darjeeling.

help wanted question

@cjfgnsdk12 @pdreiter The issue appears to be resolved. You'll need to git pull your copy of ManyBugs (https://github.com/squaresLab/ManyBugs) and then you'll need to rebuild any of the gzip images that you wish to repair (e.g., bugzoo bug build manyb...).

Unknown problems occur on setting up Darjeeling.

help wanted question

Ah. It looks like the Docker images for the scenarios don't have Bear. Going forward, the plan is to get Darjeeling to automatically run bear during a rebuild to obtain a , but for now, the quick fix is to add Bear to the Gzip images. I'll go ahead and do...

Unknown problems occur on setting up Darjeeling.

help wanted question

@cjfgnsdk12 @pdreiter I can confirm that I can reproduce your error on my machine. It appears that the BugZoo scenario is fine, but that the static analysis step (performed by Kaskara) is failing. I'm debugging the issue now.

(Also, thanks for respondin...

Unknown problems occur on setting up Darjeeling.

help wanted question

Did your bug scenario build its bugzoo cont... correctly?You should have followed the directions from here: to add the and build the via .You may also want to run the on your to make sure that the code coverage that Darjeeling uses is generated correctly.

Unknown problems occur on setting up Darjeeling.

help wanted question

Hello!

Can you answer this question?
I ask you again if you have forgotten.

Docker in Docker for bugzoo iteractions

It looks like you've run into the problem of trying to interact with Docker whilst inside a Docker container. There are two common solutions to the problem. One solution is overkill and should be avoided at all costs (dind: Docker-in-Docker). The other...

Docker in Docker for bugzoo iteractions

It looks like you've run into the problem of trying to interact with Docker whilst inside a Docker container. There are two common solutions to the problem. One solution is overkill and should be avoided at all costs (dind: Docker-in-Docker). The other...

Docker in Docker for bugzoo iteractions

Great! Thanks @ChrisTimperley - that worked perfectly.

Unknown problems occur on setting up Darjeeling.

help wanted question

This is my configuration file and I proceeded by changing the snapshot in the configuration file. Some snapshots have this error.

version: '1.0'snapshot: 'manybugs:gzip:2010-01-30-fc00329e3d-1204630c96'language: cseed: 0threads: 16localization:type: spe...

Docker in Docker for bugzoo iteractions

It looks like you've run into the problem of trying to interact with Docker whilst inside a Docker container. There are two common solutions to the problem. One solution is overkill and should be avoided at all costs (dind: Docker-in-Docker). The other...

Docker in Docker for bugzoo iteractions

I have a docker container that runs Bugzoo and I'm getting what seem to be socket issues - see below.If I need to run bugzoo in another docker container, is there something I'm missing in my docker set up to enable this?I'm running the encapsulating dock...

Unknown problems occur on setting up Darjeeling.

help wanted question

It looks like your environment is setup correctly and that you have everything installed. The issue seems to be with the BugZoo bug scenario that you're trying to repair. Can you share the configuration file that you're using for Darjeeling?

Unknown problems occur on setting up Darjeeling.

help wanted question

Hi tank you for your help!

I Use python 3.6.8 and Docker 1.13.1 and i reference https://github.com/squaresLab/Darjeeling

and i use VMware with centOS

I input to terminal

$ pip install virtualenv$ pip install pipenv$ virtualenv darjeeling$ c...

People 1