Intermittent wpt web_platform_tests.py: error: no such option: --backlog
Categories
(Testing :: web-platform-tests, defect)
Tracking
(Not tracked)
People
(Reporter: noemi_erli, Unassigned)
Details
[task 2020-06-27T12:42:25.339Z] chmod +x ${mozharness_bin}
[task 2020-06-27T12:42:25.339Z] + chmod +x /builds/worker/bin/run-mozharness
[task 2020-06-27T12:42:25.340Z]
[task 2020-06-27T12:42:25.340Z] # In interactive mode, the user will be prompted with options for what to do.
[task 2020-06-27T12:42:25.340Z] if ! $TASKCLUSTER_INTERACTIVE; then
[task 2020-06-27T12:42:25.340Z] # run the given mozharness script and configs, but pass the rest of the
[task 2020-06-27T12:42:25.340Z] # arguments in from our own invocation
[task 2020-06-27T12:42:25.340Z] ${mozharness_bin};
[task 2020-06-27T12:42:25.340Z] fi
[task 2020-06-27T12:42:25.340Z] + false
[task 2020-06-27T12:42:25.340Z] + /builds/worker/bin/run-mozharness
[task 2020-06-27T12:42:25.342Z] Running: python2.7 /builds/worker/workspace/mozharness/scripts/web_platform_tests.py --config-file /builds/worker/workspace/mozharness/configs/web_platform_tests/prod_config.py --config-file /builds/worker/workspace/mozharness/configs/remove_executables.py --test-type=testharness --skip-implementation-status=implementing --skip-implementation-status=not-implementing --backlog --setpref=media.peerconnection.mtransport_process=false --setpref=network.process.enabled=false --allow-software-gl-layers --enable-webrender --setpref=layers.d3d11.enable-blacklist=false --total-chunk=3 --this-chunk=3 --download-symbols=true
[task 2020-06-27T12:42:25.556Z] Usage: web_platform_tests.py [options]
[task 2020-06-27T12:42:25.556Z]
[task 2020-06-27T12:42:25.556Z] web_platform_tests.py: error: no such option: --backlog
[task 2020-06-27T12:42:25.563Z] cleanup
[task 2020-06-27T12:42:25.563Z] + cleanup
[task 2020-06-27T12:42:25.563Z] + local rv=2
[task 2020-06-27T12:42:25.563Z] + [[ -s /builds/worker/.xsession-errors ]]
[task 2020-06-27T12:42:25.564Z] + cp /builds/worker/.xsession-errors /builds/worker/artifacts/public/xsession-errors.log
[task 2020-06-27T12:42:25.565Z] + true
[task 2020-06-27T12:42:25.565Z] + cleanup_xvfb
[task 2020-06-27T12:42:25.565Z] ++ pidof Xvfb
[task 2020-06-27T12:42:25.567Z] + local xvfb_pid=50
[task 2020-06-27T12:42:25.567Z] + local vnc=false
[task 2020-06-27T12:42:25.567Z] + local interactive=false
[task 2020-06-27T12:42:25.567Z] + '[' -n 50 ']'
[task 2020-06-27T12:42:25.568Z] + [[ false == false ]]
[task 2020-06-27T12:42:25.568Z] + [[ false == false ]]
[task 2020-06-27T12:42:25.568Z] + kill 50
[task 2020-06-27T12:42:25.568Z] + screen -XS xvfb quit
[task 2020-06-27T12:42:25.571Z] + exit 2
[fetches 2020-06-27T12:42:25.571Z] removing /builds/worker/fetches
[fetches 2020-06-27T12:42:25.573Z] finished
[taskcluster 2020-06-27 12:42:25.847Z] === Task Finished ===
[taskcluster 2020-06-27 12:42:26.290Z] Unsuccessful task run with exit code: 2 completed in 4.668 seconds
| Comment hidden (Intermittent Failures Robot) |
Updated•5 years ago
|
Comment 2•5 years ago
|
||
The severity field is not set for this bug.
:jgraham, could you have a look please?
For more information, please visit auto_nag documentation.
Comment 3•5 years ago
|
||
--backlog isn't an option, so if this starts happening again the bug must be in the
Description
•