squaresLab / ManyBugs

16 stars 7 forks source link

Unexpected failure during build process for php:2011-01-23-bc049ccb62-a6c0a4e474 #3

Open ChrisTimperley opened 6 years ago

ChrisTimperley commented 6 years ago
chris@clegoues-ubuntu-vm1:~/bugzoo$ bugzoo bug build -f manybugs:php:2011-01-23-bc049ccb62-a6c0a4e474
building bug: manybugs:php:2011-01-23-bc049ccb62-a6c0a4e474
...
Step 12/22 : RUN cd scenario &&     rm -rf  coverage*             configuration-oracle             local-root             limit*             php-tests-*             *.cache             *.debug.*             *~             php.tar.gz &&     mv test.sh test.sh.orig &&     mv bug-failures bug-info &&     cp bugged-program.txt manifest.txt &&     mv *.lines bug-info &&     mv fix-failures bug-info &&     cd ../ &&     mv scenario/* /experiment &&     rm -rf scenario &&     sudo chown -R docker /experiment &&     grep -o -P '(?<=")[^"]+.phpt(?=")' php-run-tests.c > tests.all.txt &&     grep -o -P '\d+(?= &&)' test.sh.orig > tests.indices.txt &&     rm -f php-run-tests.c test.sh.orig &&     mv php src &&     cd src &&     make distclean &> /dev/null &&     rm -rf  configure config.nice autom4te.cache aclocal.m4 php5.spec missing mkinstalldirs

 ---> Running in 74cb14e9a115
mv: will not create hard link '/experiment/fixed/ext' to directory '/experiment/diffs/ext'

mv: will not create hard link '/experiment/preprocessed/ext' to directory '/experiment/php/ext'

mv: will not create hard link '/experiment/sanity/ext' to directory '/experiment/php/.git'
ChrisTimperley commented 6 years ago

Due to the existence of symbolics links within the original, unextracted ManyBugs archive. We need to transform those symbolic links into hard files.