Bug #1741
teuthology: failed to untar
0%
Description
teuthology:/var/lib/teuthworker/archive/nightly_coverage_2011-11-18-2/2662
2011-11-18T11:37:08.875 INFO:teuthology.task.ceph:Fetching and unpacking ceph binaries from gitbuilder... 2011-11-18T11:37:08.875 DEBUG:teuthology.misc:Using ceph sha1 dedf2c4a066876bdab9a0b0154196194cefc1340 2011-11-18T11:37:08.876 DEBUG:teuthology.orchestra.run:Running: "install -d -m0755 -- /tmp/cephtest/binary && uname -m | sed -e 's/^/ceph./; s/$/.tgz/' | wget -nv -O- --base=http://ceph.newdream.net/gitbuilder-gcov-amd64/output/sha1/dedf2c4a066876bdab9a0b0154196194cefc1340/ - -input-file=- | tar -xzf - -C /tmp/cephtest/binary" 2011-11-18T11:37:08.877 DEBUG:teuthology.orchestra.run:Running: "install -d -m0755 -- /tmp/cephtest/binary && uname -m | sed -e 's/^/ceph./; s/$/.tgz/' | wget -nv -O- --base=http://ceph.newdream.net/gitbuilder-gcov-amd64/output/sha1/dedf2c4a066876bdab9a0b0154196194cefc1340/ - -input-file=- | tar -xzf - -C /tmp/cephtest/binary" 2011-11-18T11:37:08.877 DEBUG:teuthology.orchestra.run:Running: "install -d -m0755 -- /tmp/cephtest/binary && uname -m | sed -e 's/^/ceph./; s/$/.tgz/' | wget -nv -O- --base=http://ceph.newdream.net/gitbuilder-gcov-amd64/output/sha1/dedf2c4a066876bdab9a0b0154196194cefc1340/ - -input-file=- | tar -xzf - -C /tmp/cephtest/binary" 2011-11-18T11:37:39.790 INFO:teuthology.orchestra.run.err:tar: ./usr/local/bin/rbd: Cannot utime: No such file or directory 2011-11-18T11:37:40.011 INFO:teuthology.orchestra.run.err:tar: ./usr/local/bin/test_rados_api_snapshots: Cannot open: No such file or directory 2011-11-18T11:37:42.495 INFO:teuthology.orchestra.run.err:tar: ./usr/local/bin/ceph: Cannot open: No such file or directory 2011-11-18T11:37:47.414 INFO:teuthology.orchestra.run.err:tar: ./usr/local/bin/ceph-osd: Cannot open: No such file or directory 2011-11-18T11:37:47.834 INFO:teuthology.orchestra.run.err:tar: ./usr/local/bin/testcrypto: Cannot open: No such file or directory 2011-11-18T11:37:48.002 INFO:teuthology.orchestra.run.err:tar: ./usr/local/bin/test_libcephfs_readdir: Cannot open: No such file or directory 2011-11-18T11:37:48.002 INFO:teuthology.orchestra.run.err:tar: ./usr/local/bin/ceph-run: Cannot open: No such file or directory 2011-11-18T11:37:48.718 INFO:teuthology.orchestra.run.err:tar: ./usr/local/bin/rados: Cannot open: No such file or directory ....
History
#1 Updated by Sage Weil about 12 years ago
- translation missing: en.field_position set to 1
#2 Updated by Anonymous about 12 years ago
This is exactly what would happen if someone nuked the machine, or locking failed and someone else ran a faster test on it in the meanwhile.
#3 Updated by Anonymous about 12 years ago
The path mentioned above is incorrect. Run nightly_coverage_2011-11-18-2/2663 failed because of network failure.
The "Cannot utime" message can be found in:
nightly_coverage_2011-11-18-2/2662/teuthology.log
nightly_coverage_2011-11-18-2/2684/teuthology.log
#4 Updated by Sage Weil about 12 years ago
- Target version changed from v0.39 to v0.40
#5 Updated by Josh Durgin almost 12 years ago
- Description updated (diff)
It was 2662 that had this error.
#6 Updated by Josh Durgin almost 12 years ago
Doesn't look like any other tests that day had the same machines locked while this was run. I think this might just be a disk going bad - both 2662 and 2684 used sepia15, and sepia15's description is 'bad sda', but it's locked by qa@metropolis now with a kernel panic.
#7 Updated by Sage Weil almost 12 years ago
- Status changed from New to Can't reproduce