Closed
Bug 1720606
Opened 3 years ago
Closed 3 years ago
Permafailing [clang-trunk] AssertionError assert r == 0 after 1 out of 1 hunk FAILED -- saving rejects to file llvm/lib/IR/Attributes.cpp.rej
Categories
(Firefox Build System :: Toolchains, defect)
Firefox Build System
Toolchains
Tracking
(firefox92 fixed)
RESOLVED
FIXED
92 Branch
Tracking | Status | |
---|---|---|
firefox92 | --- | fixed |
People
(Reporter: nataliaCs, Assigned: andi)
Details
Attachments
(1 file)
Failure log: https://treeherder.mozilla.org/logviewer?job_id=345250018&repo=mozilla-central
[task 2021-07-15T02:15:09.064Z] patch -d /builds/worker/fetches/llvm-project -p1 -i /builds/worker/workspace/build/src/build/build-clang/revert-llvmorg-12-init-7827-g2a078c307204.patch --fuzz=0 -s
[task 2021-07-15T02:15:09.065Z] 1 out of 1 hunk FAILED -- saving rejects to file llvm/lib/IR/Attributes.cpp.rej
[task 2021-07-15T02:15:09.066Z] Traceback (most recent call last):
[task 2021-07-15T02:15:09.066Z] File "/builds/worker/workspace/build/src/build/build-clang/build-clang.py", line 796, in <module>
[task 2021-07-15T02:15:09.066Z] patch(os.path.join(config_dir, p), source_dir)
[task 2021-07-15T02:15:09.066Z] File "/builds/worker/workspace/build/src/build/build-clang/build-clang.py", line 100, in patch
[task 2021-07-15T02:15:09.066Z] check_run(["patch", "-d", srcdir, "-p1", "-i", patch, "--fuzz=0", "-s"])
[task 2021-07-15T02:15:09.066Z] File "/builds/worker/workspace/build/src/build/build-clang/build-clang.py", line 78, in check_run
[task 2021-07-15T02:15:09.066Z] assert r == 0
[task 2021-07-15T02:15:09.066Z] AssertionError
[taskcluster 2021-07-15 02:15:09.518Z] === Task Finished ===
[taskcluster 2021-07-15 02:15:09.664Z] Artifact "public/build" not found at "/builds/worker/artifacts/"
[taskcluster 2021-07-15 02:15:09.756Z] Unsuccessful task run with exit code: 1 completed in 147.61 seconds
Andi, could you check this?
Thank you.
Flags: needinfo?(bpostelnicu)
Assignee | ||
Updated•3 years ago
|
Assignee: nobody → bpostelnicu
Flags: needinfo?(bpostelnicu)
Assignee | ||
Comment 1•3 years ago
|
||
After changeset 5e4b33fe9218703f0b29e2446159bcf4202d15fa the Attributes.cpp file was
changed so our patched version was not sticking on top of it. This patch does the proper
rebase.
Pushed by bpostelnicu@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/10ecead493c2
Fix for clang-trunk build after IR commit broken the attributes patch. r=firefox-build-system-reviewers,glandium
Comment 3•3 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox92:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 92 Branch
Comment hidden (Intermittent Failures Robot) |
You need to log in
before you can comment on or make changes to this bug.
Description
•