Closed
Bug 1936713
Opened 2 months ago
Closed 2 months ago
Perma clang-trunk Artifact "public/build" not found at "/builds/worker/artifacts/": (HTTP code 404) no such container - Could not find the file /builds/worker/artifacts/
Categories
(Firefox Build System :: Toolchains, defect)
Firefox Build System
Toolchains
Tracking
(firefox-esr128 unaffected, firefox133 unaffected, firefox134 unaffected, firefox135 fixed)
RESOLVED
FIXED
135 Branch
Tracking | Status | |
---|---|---|
firefox-esr128 | --- | unaffected |
firefox133 | --- | unaffected |
firefox134 | --- | unaffected |
firefox135 | --- | fixed |
People
(Reporter: agoloman, Assigned: glandium)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
sk 2024-12-12T02:16:43.333Z] # gets a bit too verbose here
[task 2024-12-12T02:16:43.333Z] set +x
[task 2024-12-12T02:16:43.333Z] + set +x
[task 2024-12-12T02:16:43.333Z]
[task 2024-12-12T02:16:43.333Z] cd $MOZ_FETCHES_DIR/llvm-project
[task 2024-12-12T02:16:43.333Z] python3 $GECKO_PATH/build/build-clang/build-clang.py $CONFIGS
[task 2024-12-12T02:16:43.367Z] patch -d /builds/worker/fetches/llvm-project -p1 -i /builds/worker/workspace/build/src/build/build-clang/allow-unversioned-android.patch --fuzz=0 -s
[task 2024-12-12T02:16:43.368Z] patch -d /builds/worker/fetches/llvm-project -p1 -i /builds/worker/workspace/build/src/build/build-clang/find_symbolizer_linux_clang_15.patch --fuzz=0 -s
[task 2024-12-12T02:16:43.369Z] patch -d /builds/worker/fetches/llvm-project -p1 -i /builds/worker/workspace/build/src/build/build-clang/android-mangling-error_clang_12.patch --fuzz=0 -s
[task 2024-12-12T02:16:43.370Z] patch -d /builds/worker/fetches/llvm-project -p1 -i /builds/worker/workspace/build/src/build/build-clang/unpoison-thread-stacks_clang_10.patch --fuzz=0 -s
[task 2024-12-12T02:16:43.371Z] patch -d /builds/worker/fetches/llvm-project -p1 -i /builds/worker/workspace/build/src/build/build-clang/downgrade-mangling-error_clang_12.patch --fuzz=0 -s
[task 2024-12-12T02:16:43.373Z] patch -d /builds/worker/fetches/llvm-project -p1 -i /builds/worker/workspace/build/src/build/build-clang/fuzzing_ccov_build_clang_12.patch --fuzz=0 -s
[task 2024-12-12T02:16:43.374Z] patch -d /builds/worker/fetches/llvm-project -p1 -i /builds/worker/workspace/build/src/build/build-clang/revert-llvmorg-16-init-11301-g163bb6d64e5f_clang_20.patch --fuzz=0 -s
[task 2024-12-12T02:16:43.376Z] patch -d /builds/worker/fetches/llvm-project -p1 -i /builds/worker/workspace/build/src/build/build-clang/revert-llvmorg-15-init-13446-g7524fe962e47.patch --fuzz=0 -s
[task 2024-12-12T02:16:43.377Z] patch -d /builds/worker/fetches/llvm-project -p1 -i /builds/worker/workspace/build/src/build/build-clang/win64-ret-null-on-commitment-limit_clang_14.patch --fuzz=0 -s
[task 2024-12-12T02:16:43.378Z] 1 out of 1 hunk FAILED -- saving rejects to file compiler-rt/lib/sanitizer_common/sanitizer_win.cpp.rej
[task 2024-12-12T02:16:43.378Z] Traceback (most recent call last):
[task 2024-12-12T02:16:43.378Z] File "/builds/worker/workspace/build/src/build/build-clang/build-clang.py", line 892, in <module>
[task 2024-12-12T02:16:43.378Z] main()
[task 2024-12-12T02:16:43.378Z] File "/builds/worker/workspace/build/src/build/build-clang/build-clang.py", line 674, in main
[task 2024-12-12T02:16:43.378Z] patch(p, source_dir)
[task 2024-12-12T02:16:43.378Z] File "/builds/worker/workspace/build/src/build/build-clang/build-clang.py", line 94, in patch
[task 2024-12-12T02:16:43.378Z] check_run(["patch", "-d", srcdir, "-p1", "-i", patch, "--fuzz=0", "-s"])
[task 2024-12-12T02:16:43.378Z] File "/builds/worker/workspace/build/src/build/build-clang/build-clang.py", line 72, in check_run
[task 2024-12-12T02:16:43.378Z] assert r == 0
[task 2024-12-12T02:16:43.378Z] ^^^^^^
[task 2024-12-12T02:16:43.378Z] AssertionError
[taskcluster 2024-12-12 02:16:54.339Z] === Task Finished ===
[taskcluster 2024-12-12 02:16:54.414Z] Artifact "public/build" not found at "/builds/worker/artifacts/": (HTTP code 404) no such container - Could not find the file /builds/worker/artifacts/ in container 43976758b6be61ffbcc117712752d6b51d737871a3ccfeef870567869f46345d
[taskcluster 2024-12-12 02:16:54.481Z] Unsuccessful task run with exit code: 1 completed in 143.735 seconds
Flags: needinfo?(mh+mozilla)
Comment 1•2 months ago
|
||
Set release status flags based on info from the regressing bug 1935333
status-firefox133:
--- → unaffected
status-firefox134:
--- → unaffected
status-firefox135:
--- → affected
status-firefox-esr128:
--- → unaffected
Assignee | ||
Updated•2 months ago
|
Flags: needinfo?(mh+mozilla)
Assignee | ||
Comment 2•2 months ago
|
||
Updated•2 months ago
|
Assignee: nobody → mh+mozilla
Status: NEW → ASSIGNED
Updated•2 months ago
|
Attachment #9443122 -
Attachment description: Bug 1936713 - Adjust win64-ret-null-on-commitment-limit_clang_14.patch to changes on LLVM trunk. → Bug 1936713 - Stop appying win64-ret-null-on-commitment-limit_clang_14.patch to LLVM trunk.
Comment hidden (Intermittent Failures Robot) |
Updated•2 months ago
|
Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/autoland/rev/c29de37f6e2d
Stop appying win64-ret-null-on-commitment-limit_clang_14.patch to LLVM trunk. r=firefox-build-system-reviewers,ahochheiden
Comment 5•2 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 months ago
Resolution: --- → FIXED
Target Milestone: --- → 135 Branch
Comment hidden (Intermittent Failures Robot) |
You need to log in
before you can comment on or make changes to this bug.
Description
•