Closed Bug 1273806 Opened 8 years ago Closed 8 years ago

taskcluster win32 build failure: security/nss/lib/ckfw/builtins/certdata.obj

Categories

(Release Engineering :: General, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: grenade, Unassigned)

References

Details

build: https://treeherder.mozilla.org/#/jobs?repo=try&revision=22b59f95028b60784592ba0bd4fc8dd11537b40e&selectedJob=20964867
raw-log: https://public-artifacts.taskcluster.net/NSgy7LW_RWCkyaaNsN8WIA/0/public/logs/command_000007.log

failure:

16:18:19     INFO -  x:/Task_1463497168/build/src/vs2015u2/VC/bin/amd64_x86/cl.EXE -Fox:/Task_1463497168/build/src/obj-firefox/security/nss/lib/ckfw/builtins/certdata.obj -c -O1 -Zi -Fdx:/Task_1463497168/build/src/obj-firefox/security/nss/lib/ckfw/builtins/ -MD -w44267 -w44244 -w44018 -w44312 -FS -arch:IA32 -W3 -nologo -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -DXP_PC -UDEBUG -DNDEBUG -DWIN32 -D_X86_ -D_WINDOWS -DWIN95 -DNSS_NO_INIT_SUPPORT -DUSE_UTIL_DIRECTLY -DNO_NSPR_10_SUPPORT -DSSL_DISABLE_DEPRECATED_CIPHER_SUITE_NAMES -Ix:/Task_1463497168/build/src/obj-firefox/dist/include/nspr -Ix:/Task_1463497168/build/src/obj-firefox/dist/include/nspr -Ix:/Task_1463497168/build/src/obj-firefox/dist/include/nss -Ix:/Task_1463497168/build/src/obj-firefox/dist/private/nss -Ix:/Task_1463497168/build/src/obj-firefox/dist/include/nspr -I.  "x:/Task_1463497168/build/src/obj-firefox/security/nss/lib/ckfw/builtins/certdata.c"
16:18:19     INFO -  certdata.c
16:53:10     INFO -  ../../../coreconf/rules.mk:388: recipe for target 'x:/Task_1463497168/build/src/obj-firefox/security/nss/lib/ckfw/builtins/constants.obj' failed
16:53:10     INFO -  mozmake.EXE[7]: *** [x:/Task_1463497168/build/src/obj-firefox/security/nss/lib/ckfw/builtins/constants.obj] Error 53
16:53:10     INFO -  mozmake.EXE[7]: Leaving directory 'x:/Task_1463497168/build/src/security/nss/lib/ckfw/builtins'
16:53:10     INFO -  ../../coreconf/rules.mk:77: recipe for target 'libs' failed
16:53:10     INFO -  mozmake.EXE[6]: *** [libs] Error 2
16:53:10     INFO -  mozmake.EXE[6]: Leaving directory 'x:/Task_1463497168/build/src/security/nss/lib/ckfw'
16:53:10     INFO -  Makefile:455: recipe for target 'libs-nss/lib/ckfw' failed
16:53:10     INFO -  mozmake.EXE[5]: *** [libs-nss/lib/ckfw] Error 2
16:53:10     INFO -  mozmake.EXE[5]: Leaving directory 'x:/Task_1463497168/build/src/obj-firefox/config/external/nss'
16:53:10     INFO -  x:/Task_1463497168/build/src/config/recurse.mk:71: recipe for target 'config/external/nss/target' failed
16:53:10     INFO -  mozmake.EXE[4]: *** [config/external/nss/target] Error 2
16:53:10     INFO -  mozmake.EXE[4]: Leaving directory 'x:/Task_1463497168/build/src/obj-firefox'
16:53:10     INFO -  x:/Task_1463497168/build/src/config/recurse.mk:32: recipe for target 'compile' failed
16:53:10     INFO -  mozmake.EXE[3]: *** [compile] Error 2
16:53:10     INFO -  mozmake.EXE[3]: Leaving directory 'x:/Task_1463497168/build/src/obj-firefox'
16:53:10     INFO -  x:/Task_1463497168/build/src/config/rules.mk:540: recipe for target 'default' failed
16:53:10     INFO -  mozmake.EXE[2]: *** [default] Error 2
16:53:10     INFO -  mozmake.EXE[2]: Leaving directory 'x:/Task_1463497168/build/src/obj-firefox'
16:53:10     INFO -  x:/Task_1463497168/build/src/client.mk:410: recipe for target 'realbuild' failed
16:53:10     INFO -  mozmake.EXE[1]: *** [realbuild] Error 2
16:53:10     INFO -  mozmake.EXE[1]: Leaving directory 'x:/Task_1463497168/build/src'
16:53:10     INFO -  client.mk:168: recipe for target 'build' failed
16:53:10     INFO -  mozmake.EXE: *** [build] Error 2
16:53:10     INFO -  243 compiler warnings present.
16:53:11     INFO -  2
16:53:11    ERROR - Return code: 1
16:53:11  WARNING - setting return code to 2
The error is actually on constants.obj, not certdata.obj, and there is no compiler message saying why it failed... yay.
yeah, a random "error 53" which is either from cl.exe or mozmake.exe.

maybe running the command manually on the box would help:
x:/Task_1463497168/build/src/vs2015u2/VC/bin/amd64_x86/cl.EXE -Fox:/Task_1463497168/build/src/obj-firefox/security/nss/lib/ckfw/builtins/constants.obj -c -O1 -Zi -Fdx:/Task_1463497168/build/src/obj-firefox/security/nss/lib/ckfw/builtins/ -MD -w44267 -w44244 -w44018 -w44312 -FS -arch:IA32 -W3 -nologo -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -DXP_PC -UDEBUG -DNDEBUG -DWIN32 -D_X86_ -D_WINDOWS -DWIN95 -DNSS_NO_INIT_SUPPORT -DUSE_UTIL_DIRECTLY -DNO_NSPR_10_SUPPORT -DSSL_DISABLE_DEPRECATED_CIPHER_SUITE_NAMES -Ix:/Task_1463497168/build/src/obj-firefox/dist/include/nspr -Ix:/Task_1463497168/build/src/obj-firefox/dist/include/nspr -Ix:/Task_1463497168/build/src/obj-firefox/dist/include/nss -Ix:/Task_1463497168/build/src/obj-firefox/dist/private/nss -Ix:/Task_1463497168/build/src/obj-firefox/dist/include/nspr -I.  "/x/Task_1463497168/build/src/security/nss/lib/ckfw/builtins/constants.c"
this error has gone away. no idea what sorted it.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INVALID
Component: General Automation → General
You need to log in before you can comment on or make changes to this bug.