-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot build subset of the PHP scenarios #13
Comments
Can you give me a list of the PHP scenarios that you couldn't build? This looks like the same issue that Manish dealt with. We just need to add a script to fix some of the symbolic links in the original ManyBugs archives. |
This is the same issue as #3 |
|
Seriously, it's all |
Ok. I'll look into this, but as I mentioned above, whether or not it's started happening to all of the scenarios, it looks like the same bug that Manish dealt with. It would save some time if he could share his script for fixing the sym. links. |
I get this output for manybugs:php-2011-12-10-74343ca506-52c36e60c4
It looks like that one needs to be added to the list of bugs that have PHAR issues. I'll keep trying the others. |
|
Please could you dump the output of |
|
We're definitely building using the exact same instructions and files, so I guess that there's some issue with building the Docker image that only arises on the server (Docker is designed to avoid those problems, but it doesn't always manage to ;-)). I'll take a look into this later this evening. If you need to use the images before then, I suggest that you remove that source, and instead clone this
You can then try to tweak
Also, try to remove any dangling images. |
I can confirm that I get the same error when I run BugZoo on the squaresLab server. I'll try to pinpoint the failure to a single bash statement within the failing |
It looks like a bug in AUFS: |
I can confirm that AUFS was the culprit for this issue. I ran into it also, then changed the storage driver Docker uses to Overlay2 and it resolved for most PHP bugs which now run properly. |
I cannot build php scenarios. Tried a couple and all result in this:
The text was updated successfully, but these errors were encountered: