Closed
Bug 1894392
Opened 7 months ago
Closed 7 months ago
[clang-trunk] Perma make[1]: *** [Makefile:673: check-symbols] Error 1
Categories
(Firefox Build System :: Toolchains, defect, P5)
Firefox Build System
Toolchains
Tracking
(firefox127 fixed)
RESOLVED
FIXED
127 Branch
Tracking | Status | |
---|---|---|
firefox127 | --- | fixed |
People
(Reporter: intermittent-bug-filer, Assigned: glandium)
Details
(Keywords: intermittent-failure)
Attachments
(1 file)
Filed by: mh [at] glandium.org
Parsed log: https://treeherder.mozilla.org/logviewer?job_id=456472390&repo=toolchains
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/KsnsSB6jSVmIMGF6ZrU-8Q/runs/0/artifacts/public/logs/live_backing.log
[task 2024-04-30T20:31:12.426Z] diff -wur "expected/wasm32-wasi" "/builds/worker/fetches/wasi-sdk/build/install/wasi/share/wasi-sysroot/share/wasm32-wasi"
[task 2024-04-30T20:31:12.427Z] diff -wur expected/wasm32-wasi/predefined-macros.txt /builds/worker/fetches/wasi-sdk/build/install/wasi/share/wasi-sysroot/share/wasm32-wasi/predefined-macros.txt
[task 2024-04-30T20:31:12.427Z] --- expected/wasm32-wasi/predefined-macros.txt 2024-04-22 16:22:38.000000000 +0000
[task 2024-04-30T20:31:12.427Z] +++ /builds/worker/fetches/wasi-sdk/build/install/wasi/share/wasi-sysroot/share/wasm32-wasi/predefined-macros.txt 2024-04-30 20:31:12.421682197 +0000
[task 2024-04-30T20:31:12.427Z] @@ -3061,6 +3061,8 @@
[task 2024-04-30T20:31:12.427Z] #define __wasm32 1
[task 2024-04-30T20:31:12.427Z] #define __wasm32__ 1
[task 2024-04-30T20:31:12.427Z] #define __wasm__ 1
[task 2024-04-30T20:31:12.427Z] +#define __wasm_multivalue__ 1
[task 2024-04-30T20:31:12.427Z] +#define __wasm_reference_types__ 1
[task 2024-04-30T20:31:12.427Z] #define _tolower(a) ((a)|0x20)
[task 2024-04-30T20:31:12.427Z] #define _toupper(a) ((a)&0x5f)
[task 2024-04-30T20:31:12.427Z] #define acos(x) __tg_real_complex(acos, (x))
[task 2024-04-30T20:31:12.427Z] diff -wur expected/wasm32-wasi/undefined-symbols.txt /builds/worker/fetches/wasi-sdk/build/install/wasi/share/wasi-sysroot/share/wasm32-wasi/undefined-symbols.txt
[task 2024-04-30T20:31:12.427Z] --- expected/wasm32-wasi/undefined-symbols.txt 2024-04-22 16:22:38.000000000 +0000
[task 2024-04-30T20:31:12.427Z] +++ /builds/worker/fetches/wasi-sdk/build/install/wasi/share/wasi-sysroot/share/wasm32-wasi/undefined-symbols.txt 2024-04-30 20:31:12.209680526 +0000
[task 2024-04-30T20:31:12.427Z] @@ -56,6 +56,7 @@
[task 2024-04-30T20:31:12.427Z] __imported_wasi_snapshot_preview1_sock_recv
[task 2024-04-30T20:31:12.427Z] __imported_wasi_snapshot_preview1_sock_send
[task 2024-04-30T20:31:12.427Z] __imported_wasi_snapshot_preview1_sock_shutdown
[task 2024-04-30T20:31:12.427Z] +__indirect_function_table
[task 2024-04-30T20:31:12.427Z] __letf2
[task 2024-04-30T20:31:12.427Z] __lttf2
[task 2024-04-30T20:31:12.427Z] __main_argc_argv
[task 2024-04-30T20:31:12.427Z] make[1]: *** [Makefile:673: check-symbols] Error 1
Assignee | ||
Comment 1•7 months ago
|
||
Submitted upstream at https://github.com/WebAssembly/wasi-libc/pull/493.
Updated•7 months ago
|
Assignee: nobody → mh+mozilla
Status: NEW → ASSIGNED
Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/autoland/rev/ecdcf546a3a4
Update wasi-libc build-time check for latest LLVM trunk. r=firefox-build-system-reviewers,ahochheiden
Comment 3•7 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 months ago
status-firefox127:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 127 Branch
Comment hidden (Intermittent Failures Robot) |
You need to log in
before you can comment on or make changes to this bug.
Description
•