Intermittent make[3]: *** [force-cargo-host-program-build] Error 101 | After recipe for target 'force-cargo-host-program-build' failed
Categories
(Core :: JavaScript Engine, defect, P5)
Tracking
()
People
(Reporter: intermittent-bug-filer, Unassigned)
References
Details
(Keywords: intermittent-failure)
Filed by: nbeleuzu [at] mozilla.com
https://treeherder.mozilla.org/logviewer.html#?job_id=223956356&repo=mozilla-central
[task 2019-01-25T04:41:43.027Z] Compiling baldrdash v0.1.0 (/builds/worker/checkouts/gecko/js/src/wasm/cranelift)
[task 2019-01-25T04:42:26.277Z] error: Could not compile lalrpop-snap.
[task 2019-01-25T04:42:26.277Z]
[task 2019-01-25T04:42:26.277Z] To learn more, run the command again with --verbose.
[task 2019-01-25T04:42:26.278Z] /builds/worker/checkouts/gecko/config/rules.mk:1088: recipe for target 'force-cargo-host-program-build' failed
[task 2019-01-25T04:42:26.278Z] make[3]: *** [force-cargo-host-program-build] Error 101
[task 2019-01-25T04:42:26.278Z] make[3]: Leaving directory '/builds/worker/workspace/obj-haz-shell/js/src/frontend/binsource'
[task 2019-01-25T04:42:26.278Z] /builds/worker/checkouts/gecko/config/recurse.mk:74: recipe for target 'js/src/frontend/binsource/host' failed
[task 2019-01-25T04:42:26.278Z] make[2]: *** [js/src/frontend/binsource/host] Error 2
[task 2019-01-25T04:42:26.278Z] make[2]: *** Waiting for unfinished jobs....
[task 2019-01-25T04:42:37.286Z] Compiling cranelift-frontend v0.26.0
[task 2019-01-25T04:42:40.113Z] Compiling cranelift-wasm v0.26.0
[task 2019-01-25T04:42:48.507Z] Compiling jsrust_shared v0.1.0 (/builds/worker/checkouts/gecko/js/src/rust/shared)
[task 2019-01-25T04:42:48.573Z] Compiling jsrust v0.1.0 (/builds/worker/checkouts/gecko/js/src/rust)
[task 2019-01-25T04:43:24.371Z] Finished release [optimized] target(s) in 4m 18s
[task 2019-01-25T04:43:24.385Z] make[3]: Leaving directory '/builds/worker/workspace/obj-haz-shell/js/src/rust'
[task 2019-01-25T04:43:24.385Z] make[2]: Leaving directory '/builds/worker/workspace/obj-haz-shell'
[task 2019-01-25T04:43:24.385Z] /builds/worker/checkouts/gecko/config/recurse.mk:32: recipe for target 'compile' failed
[task 2019-01-25T04:43:24.385Z] make[1]: *** [compile] Error 2
[task 2019-01-25T04:43:24.385Z] make[1]: Leaving directory '/builds/worker/workspace/obj-haz-shell'
[task 2019-01-25T04:43:24.385Z] /builds/worker/checkouts/gecko/config/rules.mk:415: recipe for target 'default' failed
[task 2019-01-25T04:43:24.385Z] make: *** [default] Error 2
[taskcluster 2019-01-25 04:43:24.803Z] === Task Finished ===
[taskcluster 2019-01-25 04:43:24.942Z] Artifact "public/build" not found at "/builds/worker/artifacts/"
[taskcluster 2019-01-25 04:43:25.602Z] Unsuccessful task run with exit code: 1 completed in 595.023 seconds
Comment 1•7 years ago
|
||
It's not baldrdash (wasm with cranelift) but lalrpop-snap, which is used by binast.
Well, on the upside, once bug 1520001 manages to land, we won't depend on lalrpop-* anymore.
| Comment hidden (Intermittent Failures Robot) |
Comment 4•7 years ago
|
||
| Comment hidden (Intermittent Failures Robot) |
Description
•