Closed Bug 1617144 Opened 4 years ago Closed 4 years ago

Perma AttributeError: 'module' object has no attribute 'quote' failure lines in even successful hazard tasks

Categories

(Core :: JavaScript: GC, defect, P5)

defect

Tracking

()

RESOLVED FIXED
mozilla75
Tracking Status
firefox-esr68 --- unaffected
firefox73 --- unaffected
firefox74 --- unaffected
firefox75 --- fixed

People

(Reporter: intermittent-bug-filer, Assigned: sfink)

References

(Regression)

Details

(Keywords: regression)

Attachments

(1 file)

Filed by: archaeopteryx [at] coole-files.de
Parsed log: https://treeherder.mozilla.org/logviewer.html#?job_id=289731574&repo=autoland
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/HBZWhjuFSIqFnD4Bcqw7LQ/runs/0/artifacts/public/logs/live_backing.log


Starting with the patches for bug 1614518 / https://hg.mozilla.org/integration/autoland/rev/1d8c4130b3896bb9bb60759035995ef529484383#l1.34 this can be found in the output of every hazard task:

[task 2020-02-21T06:55:48.315Z] make[1]: Leaving directory '/builds/worker/workspace/obj-haz-shell'
[task 2020-02-21T06:55:48.315Z] + analysis_self_test
[task 2020-02-21T06:55:48.315Z] ++ dirname /builds/worker/workspace/obj-haz-shell/dist/bin/js
[task 2020-02-21T06:55:48.316Z] + LD_LIBRARY_PATH=/builds/worker/fetches/gcc/lib64:/builds/worker/workspace/obj-haz-shell/dist/bin
[task 2020-02-21T06:55:48.316Z] + python3 /builds/worker/checkouts/gecko/js/src/devtools/rootAnalysis/run-test.py -v --js /builds/worker/workspace/obj-haz-shell/dist/bin/js --sixgill /builds/worker/fetches/sixgill --gccdir /builds/worker/fetches/gcc
[task 2020-02-21T06:55:48.375Z] START TEST sixgill-tree
[task 2020-02-21T06:55:48.423Z] Loaded /builds/worker/checkouts/gecko/js/src/devtools/rootAnalysis/t/out/sixgill-tree/defaults.py
[task 2020-02-21T06:55:48.424Z] Running gcTypes to generate ('gcTypes.txt', 'typeInfo.txt')
[task 2020-02-21T06:55:48.424Z] Traceback (most recent call last):
[task 2020-02-21T06:55:48.424Z] File "/builds/worker/checkouts/gecko/js/src/devtools/rootAnalysis/analyze.py", line 340, in <module>
[task 2020-02-21T06:55:48.424Z] run_job(step, data)
[task 2020-02-21T06:55:48.424Z] File "/builds/worker/checkouts/gecko/js/src/devtools/rootAnalysis/analyze.py", line 199, in run_job
[task 2020-02-21T06:55:48.424Z] print_command(pc, env=env(config))
[task 2020-02-21T06:55:48.424Z] File "/builds/worker/checkouts/gecko/js/src/devtools/rootAnalysis/analyze.py", line 59, in print_command
[task 2020-02-21T06:55:48.424Z] output = ' '.join(shlex.quote(s) for s in command)
[task 2020-02-21T06:55:48.424Z] File "/builds/worker/checkouts/gecko/js/src/devtools/rootAnalysis/analyze.py", line 59, in <genexpr>
[task 2020-02-21T06:55:48.424Z] output = ' '.join(shlex.quote(s) for s in command)

Has Regression Range: --- → yes
Assignee: nobody → sphink
Status: NEW → ASSIGNED
Pushed by sfink@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/67d3214edd94
Look in multiple places for a usable `quote()` function r=jonco
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla75
Flags: needinfo?(sphink)
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: