Closed Bug 1394718 Opened 7 years ago Closed 7 years ago

Intermittent caught OS error 2: No such file or directory while running ['nslookup', 'queue.taskcluster.net']

Categories

(Taskcluster :: General, defect, P5)

defect

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1394793

People

(Reporter: intermittent-bug-filer, Unassigned)

References

Details

(Keywords: intermittent-failure)

Filed by: archaeopteryx [at] coole-files.de

https://treeherder.mozilla.org/logviewer.html#?job_id=126644413&repo=autoland

https://queue.taskcluster.net/v1/task/c778zsysTXaE8tVaiCC-eA/runs/0/artifacts/public/logs/live_backing.log

u'https://queue.taskcluster.net/v1/task/A1m8MGh_QDuxHDD79glqIw/artifacts/public/build/target.mochitest.tests.zip'}, attempt #1
[task 2017-08-29T05:06:58.302338Z] 05:06:58     INFO - Fetch https://queue.taskcluster.net/v1/task/A1m8MGh_QDuxHDD79glqIw/artifacts/public/build/target.mochitest.tests.zip into memory
[task 2017-08-29T05:07:01.478811Z] 05:07:01     INFO - Content-Length response header: 76306528
[task 2017-08-29T05:07:01.481424Z] 05:07:01     INFO - Bytes received: 76306528
[task 2017-08-29T05:07:20.770386Z] 05:07:20     INFO - proxxy config: {}
[task 2017-08-29T05:07:20.777506Z] 05:07:20     INFO - trying https://queue.taskcluster.net/v1/task/A1m8MGh_QDuxHDD79glqIw/artifacts/public/build/target.tar.bz2
[task 2017-08-29T05:07:20.778630Z] 05:07:20     INFO - Downloading https://queue.taskcluster.net/v1/task/A1m8MGh_QDuxHDD79glqIw/artifacts/public/build/target.tar.bz2 to /builds/worker/workspace/build/installer.tar.bz2
[task 2017-08-29T05:07:20.779829Z] 05:07:20     INFO - retry: Calling _download_file with args: (), kwargs: {'url': 'https://queue.taskcluster.net/v1/task/A1m8MGh_QDuxHDD79glqIw/artifacts/public/build/target.tar.bz2', 'file_name': '/builds/worker/workspace/build/installer.tar.bz2'}, attempt #1
[task 2017-08-29T05:07:52.340917Z] 05:07:52  WARNING - Socket error when accessing https://queue.taskcluster.net/v1/task/A1m8MGh_QDuxHDD79glqIw/artifacts/public/build/target.tar.bz2: ('The read operation timed out',)
[task 2017-08-29T05:07:52.343641Z] 05:07:52     INFO - retry: attempt #1 caught SSLError exception: ('The read operation timed out',)
[task 2017-08-29T05:07:52.344029Z] 05:07:52     INFO - retry: Failed, sleeping 30 seconds before retrying
[task 2017-08-29T05:08:22.371519Z] 05:08:22     INFO - retry: Calling _download_file with args: (), kwargs: {'url': 'https://queue.taskcluster.net/v1/task/A1m8MGh_QDuxHDD79glqIw/artifacts/public/build/target.tar.bz2', 'file_name': '/builds/worker/workspace/build/installer.tar.bz2'}, attempt #2
[task 2017-08-29T05:08:42.395183Z] 05:08:42  WARNING - URL Error: https://queue.taskcluster.net/v1/task/A1m8MGh_QDuxHDD79glqIw/artifacts/public/build/target.tar.bz2
[task 2017-08-29T05:08:42.396570Z] 05:08:42     INFO - Running command: ['nslookup', 'queue.taskcluster.net']
[task 2017-08-29T05:08:42.397458Z] 05:08:42     INFO - Copy/paste: nslookup queue.taskcluster.net
[task 2017-08-29T05:08:42.462592Z] 05:08:42    ERROR - caught OS error 2: No such file or directory while running ['nslookup', 'queue.taskcluster.net']
[task 2017-08-29T05:08:42.466767Z] 05:08:42     INFO - re
Rob, any idea why nslookup isn't installed?  It's sort of a silly thing to run nslookup when download fails I suppose, so we could also change that.

The original error here is a read timeout from S3.
Flags: needinfo?(rthijssen)
sorry, no idea. not sure what technology the linux workers use to install deps like nslookup.
Flags: needinfo?(rthijssen)
This wouldn't be in the linux worker, but rather in the linux docker images.  I believe these images will need to have dnsutils installed for mozharness to call out to nslookup.
Oh, sorry, I think of nslookup as a windows thing but you're right, this is a linux worker.  Sorry!

I filed bug 1394793 to get rid of the nslookup bit.

As for why this isn't retrying, I don't know..
It's probably not retrying because nslookup isn't found :)
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.