Closed
Bug 1745181
Opened 3 years ago
Closed 2 years ago
Intermittent pfu JavaScript error: /home/worker/scripts/getHSTSPreloadList.js, line 170: NS_ERROR_ENTITY_CHANGED
Categories
(Firefox Build System :: Task Configuration, defect)
Firefox Build System
Task Configuration
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: malexandru, Unassigned)
Details
(Keywords: intermittent-failure)
Failure log: https://treeherder.mozilla.org/logviewer?job_id=360613656&repo=mozilla-central&lineNumber=233
+ rm -rf nsSTSPreloadList.errors /builds/worker/data/nsSTSPreloadList.inc
+ echo 'INFO: wget -nv https://hg.mozilla.org/mozilla-central/raw-file/default/security/manager/ssl/nsSTSPreloadList.inc'
INFO: wget -nv https://hg.mozilla.org/mozilla-central/raw-file/default/security/manager/ssl/nsSTSPreloadList.inc
+ wget -nv -O /builds/worker/data/nsSTSPreloadList.inc https://hg.mozilla.org/mozilla-central/raw-file/default/security/manager/ssl/nsSTSPreloadList.inc
2021-12-09 09:12:17 URL:https://hg.mozilla.org/mozilla-central/raw-file/default/security/manager/ssl/nsSTSPreloadList.inc [2340814/2340814] -> "/builds/worker/data/nsSTSPreloadList.inc" [1]
+ '[' '!' -f /builds/worker/data/nsSTSPreloadList.inc ']'
+ echo 'INFO: Generating new HSTS preload list...'
INFO: Generating new HSTS preload list...
+ cd /builds/worker/firefox
+ LD_LIBRARY_PATH=:.
+ ./xpcshell /home/worker/scripts/getHSTSPreloadList.js /builds/worker/data/nsSTSPreloadList.inc
Adding test hosts
Adding forced hosts
Examining 164772 hosts.
ERROR: exception making request to tv.search.yahoo.com
JavaScript error: /home/worker/scripts/getHSTSPreloadList.js, line 170: NS_ERROR_ENTITY_CHANGED:
ERROR: exception making request to www.elanex.biz
ERROR: exception making request to factor.cc
JavaScript error: /home/worker/scripts/getHSTSPreloadList.js, line 170: NS_ERROR_ENTITY_CHANGED:
ERROR: exception making request to www.developer.mydigipass.com
ERROR: exception making request to developer.mydigipass.com
ERROR: exception making request to mydigipass.com
ERROR: exception making request to www.mydigipass.com
ERROR: exception making request to www.sandbox.mydigipass.com
ERROR: exception making request to sandbox.mydigipass.com
ERROR: exception making request to alpha.irccloud.com
JavaScript error: /home/worker/scripts/getHSTSPreloadList.js, line 170: NS_ERROR_ENTITY_CHANGED:
JavaScript error: /home/worker/scripts/getHSTSPreloadList.js, line 170: NS_ERROR_ENTITY_CHANGED:
JavaScript error: /home/worker/scripts/getHSTSPreloadList.js, line 170: NS_ERROR_ENTITY_CHANGED:
ERROR: exception making request to writeapp.me```
Comment 1•3 years ago
|
||
ERROR: exception making request to zzzz365.com
100.00% done
HSTS Probe received 164772 statuses.
INFO: Writing output to nsSTSPreloadList.inc
finished writing output file
HSTS probing all done
/home/worker/scripts/periodic_file_updates.sh: line 170: 47 Segmentation fault LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:. ./xpcshell "${HSTS_PRELOAD_SCRIPT}" "${HSTS_PRELOAD_INC}"
+ echo 'HSTS preload list generation failed'
HSTS preload list generation failed
+ exit 43
Comment 2•3 years ago
|
||
I don't think this is related to build, but I'm not sure which component this belongs to.
I'll chuck it to xpcshell
, since it seems to be failing in that test suite, so perhaps the testing folks will know better for how to determine which component this actually belongs to.
Component: General → XPCShell Harness
Product: Firefox Build System → Testing
Comment hidden (Intermittent Failures Robot) |
Updated•3 years ago
|
Component: XPCShell Harness → Task Configuration
Product: Testing → Firefox Build System
Comment 4•2 years ago
|
||
Might have been running OOM, e.g. as in bug 1822861.
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•