Closed
Bug 1820919
Opened 3 years ago
Closed 3 years ago
Perma clang-trunk-stage1 | 3 out of 5 hunks FAILED -- saving rejects to file llvm/lib/DebugInfo/DWARF/DWARFContext.cpp.rej
Categories
(Firefox Build System :: Toolchains, defect)
Firefox Build System
Toolchains
Tracking
(firefox112 fixed)
RESOLVED
FIXED
112 Branch
| Tracking | Status | |
|---|---|---|
| firefox112 | --- | fixed |
People
(Reporter: smolnar, Assigned: glandium)
References
Details
Attachments
(2 files)
cd $MOZ_FETCHES_DIR/llvm-project
[task 2023-03-08T02:17:28.357Z] python3 $GECKO_PATH/build/build-clang/build-clang.py $CONFIGS
[task 2023-03-08T02:17:28.394Z] 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 2023-03-08T02:17:28.396Z] 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 2023-03-08T02:17:28.398Z] 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 2023-03-08T02:17:28.400Z] 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 2023-03-08T02:17:28.402Z] 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 2023-03-08T02:17:28.404Z] patch -d /builds/worker/fetches/llvm-project -p1 -i /builds/worker/workspace/build/src/build/build-clang/win64-no-symlink_clang_16.patch --fuzz=0 -s
[task 2023-03-08T02:17:28.405Z] patch -d /builds/worker/fetches/llvm-project -p1 -i /builds/worker/workspace/build/src/build/build-clang/partial-revert-llvmorg-16-init-15775-g1ae7d83803e4.patch --fuzz=0 -s
[task 2023-03-08T02:17:28.407Z] patch -d /builds/worker/fetches/llvm-project -p1 -i /builds/worker/workspace/build/src/build/build-clang/revert-llvmorg-16-init-9324-g01859da84bad.patch --fuzz=0 -s
[task 2023-03-08T02:17:28.413Z] patch -d /builds/worker/fetches/llvm-project -p1 -i /builds/worker/workspace/build/src/build/build-clang/revert-llvmorg-16-init-7598-g54bfd0484615.patch --fuzz=0 -s
[task 2023-03-08T02:17:28.417Z] 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 2023-03-08T02:17:28.418Z] patch -d /builds/worker/fetches/llvm-project -p1 -i /builds/worker/workspace/build/src/build/build-clang/revert-llvmorg-15-init-11205-gcead4eceb01b_clang_16.patch --fuzz=0 -s
[task 2023-03-08T02:17:28.420Z] 3 out of 5 hunks FAILED -- saving rejects to file llvm/lib/DebugInfo/DWARF/DWARFContext.cpp.rej
[task 2023-03-08T02:17:28.422Z] Traceback (most recent call last):
[task 2023-03-08T02:17:28.422Z] File "/builds/worker/workspace/build/src/build/build-clang/build-clang.py", line 843, in <module>
[task 2023-03-08T02:17:28.422Z] main()
[task 2023-03-08T02:17:28.422Z] File "/builds/worker/workspace/build/src/build/build-clang/build-clang.py", line 641, in main
[task 2023-03-08T02:17:28.422Z] patch(p, source_dir)
[task 2023-03-08T02:17:28.422Z] File "/builds/worker/workspace/build/src/build/build-clang/build-clang.py", line 93, in patch
[task 2023-03-08T02:17:28.422Z] check_run(["patch", "-d", srcdir, "-p1", "-i", patch, "--fuzz=0", "-s"])
[task 2023-03-08T02:17:28.422Z] File "/builds/worker/workspace/build/src/build/build-clang/build-clang.py", line 71, in check_run
[task 2023-03-08T02:17:28.422Z] assert r == 0
[task 2023-03-08T02:17:28.422Z] AssertionError
[taskcluster 2023-03-08 02:17:36.371Z] === Task Finished ===
[taskcluster 2023-03-08 02:17:36.388Z] 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 c1ade662c2beeb2668ec83538bd26a197d26b4c33f32687fbb04e0f2ed368af5
[taskcluster 2023-03-08 02:17:36.449Z] Unsuccessful task run with exit code: 1 completed in 153.548 seconds
Flags: needinfo?(mh+mozilla)
| Assignee | ||
Updated•3 years ago
|
Flags: needinfo?(mh+mozilla)
| Assignee | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Assignee: nobody → mh+mozilla
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•3 years ago
|
||
To replace our own patch, which now conflicts with clang trunk.
We don't build clang 14 for Windows, so we just remove the patch for
clang 14.
Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/autoland/rev/a82ac80c1660
Revert clang trunk change that conflicts with another revert. r=firefox-build-system-reviewers,ahochheiden
https://hg.mozilla.org/integration/autoland/rev/8a26c47d83b7
Apply clang trunk patches related to symlinks. r=firefox-build-system-reviewers,andi
Comment 5•3 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/a82ac80c1660
https://hg.mozilla.org/mozilla-central/rev/8a26c47d83b7
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox112:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 112 Branch
| Comment hidden (Intermittent Failures Robot) |
You need to log in
before you can comment on or make changes to this bug.
Description
•