Closed Bug 1703242 Opened 5 years ago Closed 5 years ago

Intermittent [TREES CLOSED] TypeError: startswith() takes exactly 4 arguments (1 given)

Categories

(Release Engineering :: Firefox-CI Administration, defect, P5)

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: intermittent-bug-filer, Unassigned)

Details

(Keywords: intermittent-failure)

Filed by: malexandru [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer?job_id=335543988&repo=autoland
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QOgX3d-zSXKzABx-vkTYYQ/runs/0/artifacts/public/logs/live_backing.log


[taskcluster 2021-04-06 11:53:54.729Z] Task ID: QOgX3d-zSXKzABx-vkTYYQ
[taskcluster 2021-04-06 11:53:54.729Z] Worker ID: i-0af2a55d498a74d0c
[taskcluster 2021-04-06 11:53:54.729Z] Worker Group: us-east-1
[taskcluster 2021-04-06 11:53:54.729Z] Worker Node Type: r5.metal
[taskcluster 2021-04-06 11:53:54.729Z] Worker Type: t-linux-metal
[taskcluster 2021-04-06 11:53:54.729Z] Public IP: 18.208.149.106
[taskcluster 2021-04-06 11:53:54.729Z] Hostname: ip-10-145-50-16
[taskcluster 2021-04-06 11:53:54.729Z] using cache "gecko-level-3-checkouts-v3-ce115c4ec883f2e4f154" -> /builds/worker/checkouts
[taskcluster 2021-04-06 11:53:54.729Z] using cache "gecko-level-3-tooltool-cache-v3-ce115c4ec883f2e4f154" -> /builds/worker/tooltool-cache
[taskcluster 2021-04-06 11:53:58.933Z] Downloading artifact "public/image.tar.zst" from task ID: cBcmAySsTYWhmwvTxlBPTw.
[taskcluster 2021-04-06 11:54:03.935Z] Download Progress: 78.73%
[taskcluster 2021-04-06 11:54:05.147Z] Downloaded artifact successfully.
[taskcluster 2021-04-06 11:54:05.148Z] Downloaded 1095.041 mb
[taskcluster 2021-04-06 11:54:05.149Z] Decompressing downloaded image
[taskcluster 2021-04-06 11:54:11.503Z] Loading docker image from downloaded archive.
[taskcluster 2021-04-06 11:55:14.750Z] Image 'public/image.tar.zst' from task 'cBcmAySsTYWhmwvTxlBPTw' loaded.  Using image ID sha256:7baa25fffd3198401844368d0efe6dc1301a9090deeb971be6dc03b0a1022372.
[taskcluster 2021-04-06 11:55:15.106Z] === Task Starting ===
 * Starting system message bus dbus       
[setup 2021-04-06T11:55:19.512Z] run-task started in /builds/worker
[cache 2021-04-06T11:55:19.513Z] cache /builds/worker/checkouts is empty; writing requirements: gid=1000 uid=1000 version=1
[cache 2021-04-06T11:55:19.513Z] cache /builds/worker/tooltool-cache is empty; writing requirements: gid=1000 uid=1000 version=1
[volume 2021-04-06T11:55:19.513Z] changing ownership of volume /builds/worker/.cache to 1000:1000
[volume 2021-04-06T11:55:19.513Z] volume /builds/worker/checkouts is a cache
[volume 2021-04-06T11:55:19.513Z] volume /builds/worker/tooltool-cache is a cache
[volume 2021-04-06T11:55:19.513Z] changing ownership of volume /builds/worker/workspace to 1000:1000
[setup 2021-04-06T11:55:19.514Z] running as worker:worker
[setup 2021-04-06T11:55:19.514Z] GECKO_PATH is /builds/worker/checkouts/gecko
[setup 2021-04-06T11:55:19.514Z] MOZ_FETCHES_DIR is /builds/worker/fetches
[fetches 2021-04-06T11:55:19.514Z] fetching artifacts
[fetches 2021-04-06T11:55:19.514Z] executing ['/usr/bin/python3', '-u', '/builds/worker/bin/fetch-content', 'task-artifacts']
[fetches 2021-04-06T11:55:19.536Z] Failed to import the site module
[fetches 2021-04-06T11:55:19.536Z] Traceback (most recent call last):
[fetches 2021-04-06T11:55:19.536Z]   File "/usr/lib/python3.6/site.py", line 570, in <module>
[fetches 2021-04-06T11:55:19.536Z]     main()
[fetches 2021-04-06T11:55:19.536Z]   File "/usr/lib/python3.6/site.py", line 556, in main
[fetches 2021-04-06T11:55:19.536Z]     known_paths = addusersitepackages(known_paths)
[fetches 2021-04-06T11:55:19.536Z]   File "/usr/lib/python3.6/site.py", line 288, in addusersitepackages
[fetches 2021-04-06T11:55:19.536Z]     user_site = getusersitepackages()
[fetches 2021-04-06T11:55:19.536Z]   File "/usr/lib/python3.6/site.py", line 264, in getusersitepackages
[fetches 2021-04-06T11:55:19.536Z]     user_base = getuserbase() # this will also set USER_BASE
[fetches 2021-04-06T11:55:19.536Z]   File "/usr/lib/python3.6/site.py", line 254, in getuserbase
[fetches 2021-04-06T11:55:19.536Z]     USER_BASE = get_config_var('userbase')
[fetches 2021-04-06T11:55:19.536Z]   File "/usr/lib/python3.6/sysconfig.py", line 607, in get_config_var
[fetches 2021-04-06T11:55:19.536Z]     return get_config_vars().get(name)
[fetches 2021-04-06T11:55:19.536Z]   File "/usr/lib/python3.6/sysconfig.py", line 580, in get_config_vars
[fetches 2021-04-06T11:55:19.537Z]     srcdir = os.path.dirname(get_makefile_filename())
[fetches 2021-04-06T11:55:19.537Z]   File "/usr/lib/python3.6/sysconfig.py", line 342, in get_makefile_filename
[fetches 2021-04-06T11:55:19.537Z]     return os.path.join(get_path('stdlib'), config_dir_name, 'Makefile')
[fetches 2021-04-06T11:55:19.537Z]   File "/usr/lib/python3.6/sysconfig.py", line 512, in get_path
[fetches 2021-04-06T11:55:19.537Z]     return get_paths(scheme, vars, expand)[name]
[fetches 2021-04-06T11:55:19.537Z]   File "/usr/lib/python3.6/sysconfig.py", line 502, in get_paths
[fetches 2021-04-06T11:55:19.537Z]     return _expand_vars(scheme, vars)
[fetches 2021-04-06T11:55:19.537Z]   File "/usr/lib/python3.6/sysconfig.py", line 168, in _expand_vars
[fetches 2021-04-06T11:55:19.537Z]     value = os.path.expanduser(value)
[fetches 2021-04-06T11:55:19.537Z]   File "/usr/lib/python3.6/posixpath.py", line 240, in expanduser
[fetches 2021-04-06T11:55:19.537Z]     if not path.startswith(tilde):
[fetches 2021-04-06T11:55:19.537Z] TypeError: startswith() takes exactly 4 arguments (1 given)
[taskcluster 2021-04-06 11:55:21.923Z] === Task Finished ===
[taskcluster 2021-04-06 11:55:21.946Z] Artifact "public/test" not found at "/builds/worker/artifacts/"
[taskcluster 2021-04-06 11:55:21.955Z] Artifact "public/test_info/" not found at "/builds/worker/workspace/build/blobber_upload_dir/"
[taskcluster 2021-04-06 11:55:21.971Z] Artifact "public/logs/" not found at "/builds/worker/workspace/logs/"
[taskcluster 2021-04-06 11:55:22.682Z] Unsuccessful task run with exit code: 1 completed in 87.953 seconds```

Was a bad machine which has been quarantined.

Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.