Closed
Bug 1997295
Opened 7 months ago
Closed 7 months ago
Could not find artifacts for a toolchain build named `toolchain-linux64-clang` with libxml2 git clone
Categories
(Firefox Build System :: Task Configuration, defect)
Firefox Build System
Task Configuration
Tracking
(firefox-esr140 unaffected, firefox144 unaffected, firefox145 unaffected, firefox146 fixed)
RESOLVED
FIXED
146 Branch
| Tracking | Status | |
|---|---|---|
| firefox-esr140 | --- | unaffected |
| firefox144 | --- | unaffected |
| firefox145 | --- | unaffected |
| firefox146 | --- | fixed |
People
(Reporter: karlt, Unassigned)
References
(Regression)
Details
(Keywords: regression)
% MOZCONFIG=../mozconfig-default ./mach configure
Creating the 'build' site at /home/karl/.mozbuild/srcdirs/fx-34307a054e78/_virtualenvs/build
Using JujutsuRepository because a ".jj/" directory was detected!
Warning: jj support is currently experimental, and may be disabled by setting the
environment variable MOZ_AVOID_JJ_VCS=1. (This warning may be suppressed by
setting MOZ_AVOID_JJ_VCS=0.)
0:00.71 Using Python 3.11.13 from /var/karl/moz/mozbuild/srcdirs/fx-34307a054e78/_virtualenvs/build/bin/python
0:00.71 Adding configure options from /home/karl/moz/fx/../mozconfig-default
0:00.71 --enable-application=browser
0:00.71 checking for vcs source checkout... jj
0:00.73 checking for a shell... /bin/sh
0:00.78 checking for host system type... x86_64-pc-linux-gnu
0:00.78 checking for target system type... x86_64-pc-linux-gnu
0:00.94 checking whether cross compiling... no
0:00.99 checking if configuration file confvars.sh exists... /home/karl/moz/fx/browser/confvars.sh
0:00.99 checking if configuration file configure.sh exists... /home/karl/moz/fx/browser/branding/unofficial/configure.sh
0:01.46 Using JujutsuRepository because a ".jj/" directory was detected!
0:01.46
0:01.46 Warning: jj support is currently experimental, and may be disabled by setting the
0:01.46 environment variable MOZ_AVOID_JJ_VCS=1. (This warning may be suppressed by
0:01.46 setting MOZ_AVOID_JJ_VCS=0.)
0:03.72 Updating bootstrapped toolchain in /home/karl/.mozbuild/clang
0:03.94 Using JujutsuRepository because a ".jj/" directory was detected!
0:03.94
0:03.94 Warning: jj support is currently experimental, and may be disabled by setting the
0:03.94 environment variable MOZ_AVOID_JJ_VCS=1. (This warning may be suppressed by
0:03.94 setting MOZ_AVOID_JJ_VCS=0.)
0:04.54 Creating the 'common' site at /home/karl/.mozbuild/srcdirs/fx-34307a054e78/_virtualenvs/common
0:06.70 ERROR!!!!!! Could not find artifacts for a toolchain build named `toolchain-linux64-clang`. Local commits, dirty/stale files, and other changes in your checkout may cause this error. Make sure you are on a fresh, current checkout of mozilla-central. Beware that commands like `mach bootstrap` and `mach artifact` are unlikely to work on any versions of the code besides recent revisions of mozilla-central.
0:07.43 Due to the environment variable TASKCLUSTER_ROOT_URL being set, the artifacts were expected to be found on https://firefox-ci-tc.services.mozilla.com. If this was unintended, unset TASKCLUSTER_ROOT_URL and try again.
0:07.56 ERROR: Command '['/var/karl/moz/mozbuild/srcdirs/fx-34307a054e78/_virtualenvs/build/bin/python', '/home/karl/moz/fx/mach', '--log-no-times', 'artifact', 'toolchain', '--from-build', 'toolchain-linux64-clang']' returned non-zero exit status 1.
0:07.56 ERROR: If you can't fix the above, retry with --enable-bootstrap=no-update.
*** Fix above errors and then restart with "./mach build"
% cat ../mozconfig-default
ac_add_options --enable-application=browser
mk_add_options MOZ_OBJDIR=/var/karl/moz/obj-default
--enable-bootstrap=no-update on ./mach configure does seem to workaround if --enable-bootstrap is not in the mozconfig file.
MOZ_AVOID_JJ_VCS=1 does not help.
Configure succeeds without no-update on the previous revision dd9201c1e643ca20a85187686c7d8523e37c70a5
Comment 1•7 months ago
|
||
Set release status flags based on info from the regressing bug 1996906
:glandium, since you are the author of the regressor, bug 1996906, could you take a look? Also, could you set the severity field?
For more information, please visit BugBot documentation.
status-firefox144:
--- → unaffected
status-firefox145:
--- → unaffected
status-firefox146:
--- → affected
status-firefox-esr140:
--- → affected
Flags: needinfo?(mh+mozilla)
| Reporter | ||
Comment 2•7 months ago
|
||
Status: NEW → RESOLVED
Closed: 7 months ago
Duplicate of bug: 1996807
Flags: needinfo?(mh+mozilla)
Resolution: --- → DUPLICATE
Updated•7 months ago
|
Updated•6 months ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•