DEBUG: Executing shell function do_install
COMPILE rust-native install
Building bootstrap
running: TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/rust-snapshot/bin/cargo build --jobs=default --manifest-path TOPDIR/tmp/work-shared/rust-source-1.97.1-r0/sources/rustc-1.97.1-src/src/bootstrap/Cargo.toml -Zroot-dir=TOPDIR/tmp/work-shared/rust-source-1.97.1-r0/sources/rustc-1.97.1-src -Zwarnings --frozen
    Finished `dev` profile [unoptimized] target(s) in 0.33s
running: TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/bootstrap/debug/bootstrap -j 16 install --verbose
running: "git" "rev-parse" "--show-cdup" (failure_mode=Ignore) (created at src/bootstrap/src/core/config/config.rs:1960:23, executed at src/bootstrap/src/core/config/config.rs:1970:42)
fatal: not a git repository (or any of the parent directories): .git
running: "TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/rust-snapshot/bin/rustc" "--version" (failure_mode=Exit) (created at src/bootstrap/src/core/config/config.rs:2176:9, executed at src/bootstrap/src/core/config/config.rs:2176:48)
running: "TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/rust-snapshot/bin/cargo" "--version" (failure_mode=Exit) (created at src/bootstrap/src/core/config/config.rs:2176:9, executed at src/bootstrap/src/core/config/config.rs:2176:48)
running: "TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/rust-snapshot/bin/rustc" "--print" "sysroot" (failure_mode=Exit) (created at src/bootstrap/src/core/config/config.rs:769:13, executed at src/bootstrap/src/core/config/config.rs:772:18)
There have been changes to x.py since you last updated:
  [INFO] Use of the `if-available` value for `download-ci-llvm` is deprecated; prefer using the new `if-unchanged` value.
    - PR Link https://github.com/rust-lang/rust/pull/117813
  [INFO] The `rust.use-lld` configuration now has different options ('external'/true or 'self-contained'), and its behaviour has changed.
    - PR Link https://github.com/rust-lang/rust/pull/116278
  [INFO] Removed rust.run_dsymutil and dist.gpg_password_file config options, as they were unused.
    - PR Link https://github.com/rust-lang/rust/pull/118703
  [WARNING] rust-analyzer-proc-macro-srv is no longer enabled by default. To build it, you must either enable it in the configuration or explicitly invoke it with x.py.
    - PR Link https://github.com/rust-lang/rust/pull/119124
  [INFO] The dist.missing-tools config option was deprecated, as it was unused. If you are using it, remove it from your config, it will be removed soon.
    - PR Link https://github.com/rust-lang/rust/pull/119373
  [WARNING] A new `optimized-compiler-builtins` option has been introduced. Whether to build llvm's `compiler-rt` from source is no longer implicitly controlled by git state. See the PR for more details.
    - PR Link https://github.com/rust-lang/rust/pull/102579
  [INFO] New option `target.<triple>.codegen-backends` added to config.toml.
    - PR Link https://github.com/rust-lang/rust/pull/120348
  [INFO] A new `rust.frame-pointers` option has been introduced and made the default in the compiler and codegen profiles.
    - PR Link https://github.com/rust-lang/rust/pull/121203
  [WARNING] The "codegen"/"llvm" profile has been removed and replaced with "compiler", use it instead for the same behavior.
    - PR Link https://github.com/rust-lang/rust/pull/121278
  [INFO] `x install` now skips providing tarball sources (under 'build/dist' path) to speed up the installation process.
    - PR Link https://github.com/rust-lang/rust/pull/118724
  [INFO] A new `bootstrap-cache-path` option has been introduced which can be utilized to modify the cache path for bootstrap.
    - PR Link https://github.com/rust-lang/rust/pull/121976
  [INFO] a new `target.*.runner` option is available to specify a wrapper executable required to run tests for a target
    - PR Link https://github.com/rust-lang/rust/pull/122108
  [INFO] New option `rust.llvm-bitcode-linker` that will build the llvm-bitcode-linker.
    - PR Link https://github.com/rust-lang/rust/pull/117458
  [WARNING] `rust.split-debuginfo` has been moved to `target.<triple>.split-debuginfo` and its default value is determined for each target individually.
    - PR Link https://github.com/rust-lang/rust/pull/121754
  [WARNING] The deprecated field `changelog-seen` has been removed. Using that field in `config.toml` from now on will result in breakage.
    - PR Link https://github.com/rust-lang/rust/pull/123711
  [INFO] New option `build.lldb` that will override the default lldb binary path used in debuginfo tests
    - PR Link https://github.com/rust-lang/rust/pull/124501
  [INFO] The compiler profile now defaults to rust.debuginfo-level = "line-tables-only"
    - PR Link https://github.com/rust-lang/rust/pull/123337
  [WARNING] `rust.lld` has a new default value of `true` on `x86_64-unknown-linux-gnu`. Starting at stage1, `rust-lld` will thus be this target's default linker. No config changes should be necessary.
    - PR Link https://github.com/rust-lang/rust/pull/124129
  [WARNING] Removed `dist.missing-tools` configuration as it was deprecated long time ago.
    - PR Link https://github.com/rust-lang/rust/pull/125535
  [WARNING] `llvm.lld` is enabled by default for the dist profile. If set to false, `lld` will not be included in the dist build.
    - PR Link https://github.com/rust-lang/rust/pull/126701
  [WARNING] `debug-logging` option has been removed from the default `tools` profile.
    - PR Link https://github.com/rust-lang/rust/pull/127913
  [INFO] the `wasm-component-ld` tool is now built as part of `build.extended` and can be a member of `build.tools`
    - PR Link https://github.com/rust-lang/rust/pull/127866
  [INFO] Removed android-ndk r25b support in favor of android-ndk r26d.
    - PR Link https://github.com/rust-lang/rust/pull/120593
  [WARNING] For tarball sources, default value for `rust.channel` will be taken from `src/ci/channel` file.
    - PR Link https://github.com/rust-lang/rust/pull/125181
  [INFO] New option `llvm.libzstd` to control whether llvm is built with zstd support.
    - PR Link https://github.com/rust-lang/rust/pull/125642
  [WARNING] ./x test --rustc-args was renamed to --compiletest-rustc-args as it only applies there. ./x miri --rustc-args was also removed.
    - PR Link https://github.com/rust-lang/rust/pull/128841
  [INFO] The `build.profiler` option now tries to use source code from `download-ci-llvm` if possible, instead of checking out the `src/llvm-project` submodule.
    - PR Link https://github.com/rust-lang/rust/pull/129295
  [INFO] New option `build.cargo-clippy` added for supporting the use of custom/external clippy.
    - PR Link https://github.com/rust-lang/rust/pull/129152
  [WARNING] Removed `rust.split-debuginfo` as it was deprecated long time ago.
    - PR Link https://github.com/rust-lang/rust/pull/129925
  [INFO] New option `llvm.enzyme` to control whether the llvm based autodiff tool (Enzyme) is built.
    - PR Link https://github.com/rust-lang/rust/pull/129176
  [WARNING] `download-ci-llvm = true` now checks if CI llvm is available and has become the default for the compiler profile
    - PR Link https://github.com/rust-lang/rust/pull/129473
  [INFO] 'tools' and 'library' profiles switched `download-ci-llvm` option from `if-unchanged` to `true`.
    - PR Link https://github.com/rust-lang/rust/pull/130202
  [INFO] New option `dist.vendor` added to control whether bootstrap should vendor dependencies for dist tarball.
    - PR Link https://github.com/rust-lang/rust/pull/130110
  [INFO] If `llvm.download-ci-llvm` is not defined, it defaults to `true`.
    - PR Link https://github.com/rust-lang/rust/pull/130529
  [INFO] New option `./x setup editor` added, replacing `./x setup vscode` and adding support for vim, emacs and helix.
    - PR Link https://github.com/rust-lang/rust/pull/131075
  [INFO] Allow setting `--jobs` in config.toml with `build.jobs`.
    - PR Link https://github.com/rust-lang/rust/pull/131838
  [INFO] New option `build.compiletest-diff-tool` that adds support for a custom differ for compiletest
    - PR Link https://github.com/rust-lang/rust/pull/131181
  [INFO] New option `llvm.offload` to control whether the llvm offload runtime for GPU support is built. Implicitly enables the openmp runtime as dependency.
    - PR Link https://github.com/rust-lang/rust/pull/131513
  [WARNING] Deprecated `rust.parallel_compiler` as the compiler now always defaults to being parallel (with 1 thread)
    - PR Link https://github.com/rust-lang/rust/pull/132282
  [INFO] `download-rustc='if-unchanged'` is now a default option for library profile.
    - PR Link https://github.com/rust-lang/rust/pull/132494
  [INFO] `rust.llvm-tools` is now enabled by default when no `config.toml` is provided.
    - PR Link https://github.com/rust-lang/rust/pull/133207
  [WARNING] Revert `rust.download-rustc` global default to `false` and only use `rust.download-rustc = "if-unchanged"` default for library and tools profile. As alt CI rustc is built without debug assertions, `rust.debug-assertions = true` will now inhibit downloading CI rustc.
    - PR Link https://github.com/rust-lang/rust/pull/133068
  [INFO] `build.vendor` is now enabled by default for dist/tarball sources when 'vendor' directory and '.cargo/config.toml' file are present.
    - PR Link https://github.com/rust-lang/rust/pull/133853
  [WARNING] compiletest now takes `--no-capture` instead of `--nocapture`; bootstrap now accepts `--no-capture` as an argument to test commands directly
    - PR Link https://github.com/rust-lang/rust/pull/134809
  [WARNING] Removed `rust.parallel-compiler` as it was deprecated in #132282 long time ago.
    - PR Link https://github.com/rust-lang/rust/pull/134650
  [WARNING] It is now possible to configure `optimized-compiler-builtins` for per target.
    - PR Link https://github.com/rust-lang/rust/pull/135326
  [WARNING] Some stamp names in the build artifacts may have changed slightly (e.g., from `llvm-finished-building` to `.llvm-stamp`).
    - PR Link https://github.com/rust-lang/rust/pull/135281
  [INFO] Change the compiler profile to default to rust.debug-assertions = true
    - PR Link https://github.com/rust-lang/rust/pull/135729
  [INFO] Rustdoc now respects the value of rust.lto.
    - PR Link https://github.com/rust-lang/rust/pull/135832
  [INFO] The llvm.ccache option has moved to build.ccache. llvm.ccache is now deprecated.
    - PR Link https://github.com/rust-lang/rust/pull/136941
  [INFO] It is now possible to configure `jemalloc` for each target
    - PR Link https://github.com/rust-lang/rust/pull/137170
  [INFO] Added `build.test-stage = 2` to 'tools' profile defaults
    - PR Link https://github.com/rust-lang/rust/pull/137215
  [INFO] `rust.channel` now supports "auto-detect" to load the channel from `src/ci/channel`
    - PR Link https://github.com/rust-lang/rust/pull/137220
  [INFO] The rust.description option has moved to build.description and rust.description is now deprecated.
    - PR Link https://github.com/rust-lang/rust/pull/137723
  [INFO] There is now a new `gcc` config section that can be used to download GCC from CI using `gcc.download-ci-gcc = true`
    - PR Link https://github.com/rust-lang/rust/pull/138051
  [WARNING] Removed `src/tools/rls` tool as it was deprecated long time ago.
    - PR Link https://github.com/rust-lang/rust/pull/126856
  [INFO] Added new option `build.exclude` which works the same way as `--exclude` flag on `x`.
    - PR Link https://github.com/rust-lang/rust/pull/137147
  [WARNING] The default configuration filename has changed from `config.toml` to `bootstrap.toml`. `config.toml` is deprecated but remains supported for backward compatibility.
    - PR Link https://github.com/rust-lang/rust/pull/137081
  [INFO] You can now use `change-id = "ignore"` to suppress `change-id ` warnings in the console.
    - PR Link https://github.com/rust-lang/rust/pull/138986
  [INFO] Added a new option `build.compiletest-use-stage0-libtest` to force `compiletest` to use the stage 0 libtest.
    - PR Link https://github.com/rust-lang/rust/pull/139386
  [INFO] Added new option `include` to create config extensions.
    - PR Link https://github.com/rust-lang/rust/pull/138934
  [INFO] Added a new option `rust.debug-assertions-tools` to control debug assertions for tools.
    - PR Link https://github.com/rust-lang/rust/pull/140438
  [INFO] `./x run` now supports running in-tree `rustfmt`, e.g., `./x run rustfmt -- --check /path/to/file.rs`.
    - PR Link https://github.com/rust-lang/rust/pull/140732
  [WARNING] Stage0 library no longer matches the in-tree library, which means stage1 compiler now uses the beta library.
    - PR Link https://github.com/rust-lang/rust/pull/119899
  [INFO] Added new bootstrap flag `--skip-std-check-if-no-download-rustc` that skips std checks when download-rustc is unavailable. Mainly intended for developers to reduce RA overhead.
    - PR Link https://github.com/rust-lang/rust/pull/141970
  [INFO] Added new option `tool.TOOL_NAME.features` to specify the features to compile a tool with
    - PR Link https://github.com/rust-lang/rust/pull/142379
  [WARNING] It is no longer possible to `x build` with stage 0. All build commands have to be on stage 1+.
    - PR Link https://github.com/rust-lang/rust/pull/142581
  [INFO] It is no longer possible to combine `rust.lld = true` with configuring external LLVM using `llvm.llvm-config`.
    - PR Link https://github.com/rust-lang/rust/pull/143175
  [WARNING] `rust.lld` is no longer enabled by default for the dist profile.
    - PR Link https://github.com/rust-lang/rust/pull/143255
  [INFO] Added new option `build.tidy-extra-checks` to specify a default value for the --extra-checks cli flag.
    - PR Link https://github.com/rust-lang/rust/pull/143251
  [WARNING] The `spellcheck:fix` tidy extra check argument has been removed, use `--bless` instead
    - PR Link https://github.com/rust-lang/rust/pull/143493
  [WARNING] The default check stage has been changed to 1. It is no longer possible to `x check` with stage 0. All check commands have to be on stage 1+. Bootstrap tools can now also only be checked for the host target.
    - PR Link https://github.com/rust-lang/rust/pull/143048
  [WARNING] `download-rustc` has been temporarily disabled for the library profile due to implementation bugs (see #142505).
    - PR Link https://github.com/rust-lang/rust/pull/143577
  [INFO] The --extra-checks flag now supports prefixing any check with `auto:` to only run it if relevant files are modified
    - PR Link https://github.com/rust-lang/rust/pull/143398
  [INFO] A --compile-time-deps flag has been added to reduce the time it takes rust-analyzer to start
    - PR Link https://github.com/rust-lang/rust/pull/143785
  [INFO] Option `tool.TOOL_NAME.features` now works on any subcommand, not just `build`.
    - PR Link https://github.com/rust-lang/rust/pull/143733
  [WARNING] The current `./x suggest` implementation has been removed due to it being quite broken and a lack of maintenance bandwidth, with no prejudice against re-implementing it in a more maintainable form.
    - PR Link https://github.com/rust-lang/rust/pull/143630
  [WARNING] Removed `rust.description` and `llvm.ccache` as it was deprecated in #137723 and #136941 long time ago.
    - PR Link https://github.com/rust-lang/rust/pull/143926
  [WARNING] Added `build.compiletest-allow-stage0` flag instead of `COMPILETEST_FORCE_STAGE0` env var, and reject running `compiletest` self tests against stage 0 rustc unless explicitly allowed.
    - PR Link https://github.com/rust-lang/rust/pull/144675
  [WARNING] It is no longer possible to `x doc` with stage 0. All doc commands have to be on stage 1+.
    - PR Link https://github.com/rust-lang/rust/pull/145011
  [WARNING] The names of stageN directories in the build directory have been consolidated with the new (post-stage-0-redesign) staging scheme. Some tools and binaries might be located in a different build directory than before.
    - PR Link https://github.com/rust-lang/rust/pull/145295
  [WARNING] It is no longer possible to `x clippy` with stage 0. All clippy commands have to be on stage 1+.
    - PR Link https://github.com/rust-lang/rust/pull/145131
  [INFO] Added `--test-codegen-backend` CLI option for tests
    - PR Link https://github.com/rust-lang/rust/pull/145256
  [INFO] Build/check now supports forwarding `--timings` flag to cargo.
    - PR Link https://github.com/rust-lang/rust/pull/145379
  [WARNING] It is no longer possible to `x dist` or `x install` with stage 0. All dist and install commands have to be on stage 1+.
    - PR Link https://github.com/rust-lang/rust/pull/145472
  [INFO] The `optimized-compiler-builtins` option now accepts a path to an existing compiler-rt builtins library.
    - PR Link https://github.com/rust-lang/rust/pull/143689
  [INFO] It is now possible to `check/build/dist` the standard stage 0 library if you use a stage0 rustc built from in-tree sources. This is useful for quickly cross-compiling the standard library. You have to enable build.local-rebuild for this to work.
    - PR Link https://github.com/rust-lang/rust/pull/145876
  [WARNING] It is no longer possible to `x test` with stage 0, except for running compiletest and opting into `build.compiletest-allow-stage0`.
    - PR Link https://github.com/rust-lang/rust/pull/145663
  [INFO] Added a new option `rust.break-on-ice` to control if internal compiler errors cause a debug break on Windows.
    - PR Link https://github.com/rust-lang/rust/pull/145976
  [INFO] The default value of the `gcc.download-ci-gcc` option has been changed to `true`.
    - PR Link https://github.com/rust-lang/rust/pull/146435
  [INFO] There is now a bootstrap option called `rust.parallel-frontend-threads`, which can be used to set the number of threads for the compiler frontend used during compilation of Rust code.
    - PR Link https://github.com/rust-lang/rust/pull/146458
  [INFO] New option `build.windows-rc` that will override which resource compiler on Windows will be used to compile Rust.
    - PR Link https://github.com/rust-lang/rust/pull/146663
  [WARNING] The `rust.use-lld` option has been renamed to `rust.bootstrap-override-lld`. Note that it only serves for overriding the linker used when building Rust code in bootstrap to be LLD.
    - PR Link https://github.com/rust-lang/rust/pull/147046
  [INFO] `compiletest` is now always built with the stage 0 compiler, so `build.compiletest-use-stage0-libtest` has no effect.
    - PR Link https://github.com/rust-lang/rust/pull/146929
  [WARNING] `rust.lld = true` no longer automatically causes the `x86_64-unknown-linux-gnu` target to default into using the self-contained LLD linker. This target now uses the LLD linker by default. To opt out, set `target.x86_64-unknown-linux-gnu.default-linker-linux-override = 'off'`.
    - PR Link https://github.com/rust-lang/rust/pull/147157
  [INFO] `llvm.enzyme` now works with `download-ci-llvm=true`.
    - PR Link https://github.com/rust-lang/rust/pull/147888
  [INFO] The `build.python` option is now respected on macOS (previously ignored and forced to be /usr/bin/python3).
    - PR Link https://github.com/rust-lang/rust/pull/148636
  [WARNING] Flags from `*FLAGS*` (such as `RUSTFLAGS`) env. vars. now have precedence over rustflags set by bootstrap. Before, it was the other way around.
    - PR Link https://github.com/rust-lang/rust/pull/148911
  [INFO] `yarn` is now used instead of `npm` to install dependencies for some extra tidy checks. Use `build.yarn` to manually specify the path to `yarn` (`build.npm` is no longer used).
    - PR Link https://github.com/rust-lang/rust/pull/148763
  [INFO] The `-Zannotate-moves` option is now always enabled when building rustc, sysroot and tools.
    - PR Link https://github.com/rust-lang/rust/pull/148803
  [INFO] New options `rust.rustflags` for all targets and per-target `rustflags` that will pass specified flags to rustc for all stages. Target-specific flags override global `rust.rustflags` ones.
    - PR Link https://github.com/rust-lang/rust/pull/148795
  [INFO] New option `gcc.libgccjit-libs-dir` to specify which libgccjit.so to use per target.
    - PR Link https://github.com/rust-lang/rust/pull/149354
  [INFO] New option `llvm.offload-clang-dir` to allow building an in-tree llvm offload and openmp runtime with an external clang.
    - PR Link https://github.com/rust-lang/rust/pull/148671
  [WARNING] `x.py test --no-doc` is renamed to `--all-targets`. Additionally `--tests` is added which only executes unit and integration tests.
    - PR Link https://github.com/rust-lang/rust/pull/153143
  [INFO] `x.py` stopped accepting partial argument names. Use full names to avoid errors.
    - PR Link https://github.com/rust-lang/rust/pull/154508
  [INFO] New `--verbose-run-make-subprocess-output` flag for `x.py test` (defaults to true). Set `--verbose-run-make-subprocess-output=false` to suppress verbose subprocess output for passing run-make tests when using `--no-capture`.
    - PR Link https://github.com/rust-lang/rust/pull/154587
NOTE: to silence this warning, update `bootstrap.toml` to use `change-id = 154587` or `change-id = "ignore"` instead
running: "TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/rust-snapshot/bin/rustc" "--print" "target-libdir" (failure_mode=Exit) (created at src/bootstrap/src/lib.rs:483:37, executed at src/bootstrap/src/lib.rs:486:14)
running: "TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/rust-snapshot/bin/rustc" "--version" "--verbose" (failure_mode=Exit) (created at src/bootstrap/src/lib.rs:591:37, executed at src/bootstrap/src/lib.rs:594:14)
finding compilers
CC_x86_64-unknown-linux-gnu = "TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/wrapper/target-rust-cc"
CFLAGS_x86_64-unknown-linux-gnu = ["-ffunction-sections", "-fdata-sections", "-fPIC", "-m64", "-isystemTOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/recipe-sysroot-native/usr/include", "-pipe", "-isystemTOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/recipe-sysroot-native/usr/include", "-pipe"]
CXX_x86_64-unknown-linux-gnu = "TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/wrapper/target-rust-cxx"
CXXFLAGS_x86_64-unknown-linux-gnu = ["-ffunction-sections", "-fdata-sections", "-fPIC", "-m64", "-isystemTOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/recipe-sysroot-native/usr/include", "-pipe", "-fvisibility-inlines-hidden", "-isystemTOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/recipe-sysroot-native/usr/include", "-pipe"]
AR_x86_64-unknown-linux-gnu = "ar"
running sanity check
running: "TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/rust-snapshot/bin/rustc" "--print" "target-list" (failure_mode=Exit) (created at src/bootstrap/src/core/sanity.rs:205:57, executed at src/bootstrap/src/core/sanity.rs:208:10)
running: "TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/recipe-sysroot-native/usr/bin/llvm-config" "--bindir" (failure_mode=Exit) (created at src/bootstrap/src/lib.rs:1034:31, executed at src/bootstrap/src/lib.rs:1034:58)
learning about cargo
running: RUSTC_BOOTSTRAP="1" "TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/rust-snapshot/bin/cargo" "metadata" "--format-version" "1" "--no-deps" "--manifest-path" "TOPDIR/tmp/work-shared/rust-source-1.97.1-r0/sources/rustc-1.97.1-src/Cargo.toml" (failure_mode=Exit) (created at src/bootstrap/src/core/metadata.rs:80:25, executed at src/bootstrap/src/core/metadata.rs:91:54)
running: RUSTC_BOOTSTRAP="1" "TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/rust-snapshot/bin/cargo" "metadata" "--format-version" "1" "--no-deps" "--manifest-path" "TOPDIR/tmp/work-shared/rust-source-1.97.1-r0/sources/rustc-1.97.1-src/library/Cargo.toml" (failure_mode=Exit) (created at src/bootstrap/src/core/metadata.rs:80:25, executed at src/bootstrap/src/core/metadata.rs:91:54)
Removing sysroot TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/stage1 to avoid caching bugs
Removing sysroot TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/stage0-sysroot to avoid caching bugs
running: "TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/rust-snapshot/bin/rustc" "--print" "sysroot" (failure_mode=Exit) (created at src/bootstrap/src/lib.rs:1099:13, executed at src/bootstrap/src/lib.rs:1102:18)
running: cd "TOPDIR/tmp/work-shared/rust-source-1.97.1-r0/sources/rustc-1.97.1-src" && env -u MAKEFLAGS -u MFLAGS CARGO_BUILD_BUILD_DIR="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/stage1-rustc" CARGO_BUILD_WARNINGS="deny" CARGO_INCREMENTAL="0" CARGO_PROFILE_RELEASE_DEBUG="0" CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS="false" CARGO_PROFILE_RELEASE_OVERFLOW_CHECKS="false" CARGO_PROFILE_RELEASE_STRIP="false" CARGO_TARGET_DIR="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/stage1-rustc" CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER="" CC_x86_64_unknown_linux_gnu="" CFG_COMPILER_BUILD_TRIPLE="x86_64-unknown-linux-gnu" CFG_COMPILER_HOST_TRIPLE="x86_64-unknown-linux-gnu" CFG_DEFAULT_CODEGEN_BACKEND="llvm" CFG_DISABLE_UNSTABLE_FEATURES="1" CFG_LIBDIR_RELATIVE="lib" CFG_RELEASE="1.97.1" CFG_RELEASE_CHANNEL="stable" CFG_VERSION="1.97.1 (8bab26f4f 2026-07-14) (built from a source tarball)" CFG_VER_DATE="2026-07-14" CFG_VER_HASH="8bab26f4f68e0e26f0bb7960be334d5b520ea452" CFG_VIRTUAL_RUSTC_DEV_SOURCE_BASE_DIR="/rustc-dev/8bab26f4f68e0e26f0bb7960be334d5b520ea452" CFG_VIRTUAL_RUST_SOURCE_BASE_DIR="/rustc/8bab26f4f68e0e26f0bb7960be334d5b520ea452" CFLAGS_x86_64_unknown_linux_gnu="" CXXFLAGS_x86_64_unknown_linux_gnu="" CXX_x86_64_unknown_linux_gnu="" LIBC_CHECK_CFG="1" LLVM_CONFIG="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/recipe-sysroot-native/usr/bin/llvm-config" LLVM_LINK_SHARED="1" REAL_LIBRARY_PATH_VAR="LD_LIBRARY_PATH" RUSTBUILD_NATIVE_DIR="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/native" RUSTC="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/bootstrap/debug/rustc" RUSTC_BOOTSTRAP="1" RUSTC_BREAK_ON_ICE="1" RUSTC_CARGO_REGISTRY_SRC_TO_REMAP="TOPDIR/tmp/work-shared/rust-source-1.97.1-r0/sources/rustc-1.97.1-src/vendor=/rust/deps" RUSTC_DEBUGINFO_MAP="compiler/=/rustc-dev/8bab26f4f68e0e26f0bb7960be334d5b520ea452/compiler\tTOPDIR/tmp/work-shared/rust-source-1.97.1-r0/sources/rustc-1.97.1-src=/rustc-dev/8bab26f4f68e0e26f0bb7960be334d5b520ea452\tTOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build=/rustc-dev/8bab26f4f68e0e26f0bb7960be334d5b520ea452/out" RUSTC_ERROR_METADATA_DST="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/tmp/extended-error-metadata" RUSTC_FORCE_UNSTABLE="1" RUSTC_HOST_FLAGS="--check-cfg=cfg(bootstrap) --cfg=bootstrap" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/rust-snapshot/lib" RUSTC_LINK_STD_INTO_RUSTC_DRIVER="1" RUSTC_LINT_FLAGS="-Wrust_2018_idioms -Wunused_lifetimes -Wrustc::internal -Drustc::symbol_intern_string_literal -Wkeyword_idents_2024 -Wunreachable_pub -Wunsafe_op_in_unsafe_fn -Wunused_crate_dependencies" RUSTC_REAL="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/rust-snapshot/bin/rustc" RUSTC_SNAPSHOT="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/rust-snapshot/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/rust-snapshot/lib" RUSTC_STAGE="0" RUSTC_SYSROOT="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/stage0-sysroot" RUSTC_TLS_MODEL_INITIAL_EXEC="1" RUSTC_VERBOSE="1" RUSTC_WRAPPER="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/bootstrap/debug/rustc" RUSTDOC="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="--cfg=windows_raw_dylib -Zunstable-options --check-cfg=cfg(bootstrap) -Wrustdoc::invalid_codeblock_attributes --crate-version 1.97.1\t(8bab26f4f\t2026-07-14)\t(built\tfrom\ta\tsource\ttarball) -Zcrate-attr=warn(rust_2018_idioms) --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1=/usr/src/debug/rust-native/1.97.1                     --remap-path-prefix=TOPDIR/tmp/work-shared=/usr/src/debug/rust-native/1.97.1  -Clink-arg=-lz -Clink-arg=-lzstd --cfg=bootstrap" RUSTDOC_LIBDIR="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/rust-snapshot/lib" RUSTDOC_REAL="/path/to/nowhere/rustdoc/not/required" RUSTFLAGS="--cfg=windows_raw_dylib -Zunstable-options --check-cfg=cfg(bootstrap) -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin -Clink-args=-Wl,-rpath,$ORIGIN/../lib -Alinker-messages -Zon-broken-pipe=kill --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1=/usr/src/debug/rust-native/1.97.1                     --remap-path-prefix=TOPDIR/tmp/work-shared=/usr/src/debug/rust-native/1.97.1  -Clink-arg=-lz -Clink-arg=-lzstd --cfg=bootstrap" RUST_TEST_THREADS="16" __CARGO_DEFAULT_LIB_METADATA="bootstrap1.97.1" "TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/rust-snapshot/bin/cargo" "build" "-Zwarnings" "--target" "x86_64-unknown-linux-gnu" "-Zbinary-dep-depinfo" "-j" "16" "-Zroot-dir=TOPDIR/tmp/work-shared/rust-source-1.97.1-r0/sources/rustc-1.97.1-src" "--frozen" "--profile=release" "--features" "llvm max_level_info" "--manifest-path" "TOPDIR/tmp/work-shared/rust-source-1.97.1-r0/sources/rustc-1.97.1-src/compiler/rustc/Cargo.toml" "--message-format" "json-render-diagnostics" (failure_mode=Exit)
running: cd "TOPDIR/tmp/work-shared/rust-source-1.97.1-r0/sources/rustc-1.97.1-src" && env -u MAKEFLAGS -u MFLAGS CARGO_BUILD_BUILD_DIR="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/bootstrap-tools" CARGO_BUILD_WARNINGS="deny" CARGO_INCREMENTAL="0" CARGO_PROFILE_RELEASE_DEBUG="0" CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS="false" CARGO_PROFILE_RELEASE_OVERFLOW_CHECKS="false" CARGO_PROFILE_RELEASE_STRIP="false" CARGO_TARGET_DIR="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/bootstrap-tools" CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER="" CC_x86_64_unknown_linux_gnu="" CFG_COMPILER_BUILD_TRIPLE="x86_64-unknown-linux-gnu" CFG_RELEASE="1.97.1" CFG_RELEASE_CHANNEL="stable" CFG_RELEASE_NUM="1.97.1" CFG_VERSION="1.97.1 (8bab26f4f 2026-07-14) (built from a source tarball)" CFG_VER_DATE="2026-07-14" CFG_VER_DESCRIPTION="built from a source tarball" CFG_VER_HASH="8bab26f4f68e0e26f0bb7960be334d5b520ea452" CFLAGS_x86_64_unknown_linux_gnu="" CXXFLAGS_x86_64_unknown_linux_gnu="" CXX_x86_64_unknown_linux_gnu="" DOC_RUST_LANG_ORG_CHANNEL="https://doc.rust-lang.org/1.97.1" FORCE_ON_BROKEN_PIPE_KILL="-Zon-broken-pipe=kill" LIBC_CHECK_CFG="1" LZMA_API_STATIC="1" REAL_LIBRARY_PATH_VAR="LD_LIBRARY_PATH" RUSTBUILD_NATIVE_DIR="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/native" RUSTC="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/bootstrap/debug/rustc" RUSTC_ALLOW_FEATURES="binary-dep-depinfo,proc_macro_span,proc_macro_span_shrink,proc_macro_diagnostic" RUSTC_BOOTSTRAP="1" RUSTC_BREAK_ON_ICE="1" RUSTC_CARGO_REGISTRY_SRC_TO_REMAP="TOPDIR/tmp/work-shared/rust-source-1.97.1-r0/sources/rustc-1.97.1-src/vendor=/rust/deps" RUSTC_DEBUGINFO_MAP="library/=/rustc/8bab26f4f68e0e26f0bb7960be334d5b520ea452/library\tTOPDIR/tmp/work-shared/rust-source-1.97.1-r0/sources/rustc-1.97.1-src=/rustc/8bab26f4f68e0e26f0bb7960be334d5b520ea452\tTOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build=/rustc/8bab26f4f68e0e26f0bb7960be334d5b520ea452/out" RUSTC_ERROR_METADATA_DST="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/tmp/extended-error-metadata" RUSTC_HOST_FLAGS="--cfg=bootstrap" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/rust-snapshot/lib" RUSTC_LINK_STD_INTO_RUSTC_DRIVER="1" RUSTC_LINT_FLAGS="-Wrust_2018_idioms -Wunused_lifetimes" RUSTC_REAL="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/rust-snapshot/bin/rustc" RUSTC_SNAPSHOT="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/rust-snapshot/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/rust-snapshot/lib" RUSTC_STAGE="0" RUSTC_SYSROOT="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/rust-snapshot" RUSTC_TLS_MODEL_INITIAL_EXEC="1" RUSTC_VERBOSE="1" RUSTC_WRAPPER="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/bootstrap/debug/rustc" RUSTDOC="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="--cfg=windows_raw_dylib -Zunstable-options -Wrustdoc::invalid_codeblock_attributes --crate-version 1.97.1\t(8bab26f4f\t2026-07-14)\t(built\tfrom\ta\tsource\ttarball) --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1=/usr/src/debug/rust-native/1.97.1                     --remap-path-prefix=TOPDIR/tmp/work-shared=/usr/src/debug/rust-native/1.97.1  -Clink-arg=-lz -Clink-arg=-lzstd --cfg=bootstrap" RUSTDOC_LIBDIR="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/rust-snapshot/lib" RUSTDOC_REAL="/path/to/nowhere/rustdoc/not/required" RUSTFLAGS="--cfg=windows_raw_dylib -Zunstable-options -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin -Clink-args=-Wl,-rpath,$ORIGIN/../lib -Alinker-messages -Zunstable-options -Clto=off --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1=/usr/src/debug/rust-native/1.97.1                     --remap-path-prefix=TOPDIR/tmp/work-shared=/usr/src/debug/rust-native/1.97.1  -Clink-arg=-lz -Clink-arg=-lzstd --cfg=bootstrap" RUST_TEST_THREADS="16" SYSROOT="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/stage0-sysroot" __CARGO_DEFAULT_LIB_METADATA="bootstrap1.97.1" "TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/rust-snapshot/bin/cargo" "build" "-Zwarnings" "--target" "x86_64-unknown-linux-gnu" "-Zbinary-dep-depinfo" "-j" "16" "-Zroot-dir=TOPDIR/tmp/work-shared/rust-source-1.97.1-r0/sources/rustc-1.97.1-src" "--frozen" "--profile=release" "--manifest-path" "TOPDIR/tmp/work-shared/rust-source-1.97.1-r0/sources/rustc-1.97.1-src/src/tools/llvm-bitcode-linker/Cargo.toml" "--message-format" "json-render-diagnostics" (failure_mode=Exit)
running: cd "TOPDIR/tmp/work-shared/rust-source-1.97.1-r0/sources/rustc-1.97.1-src" && env -u MAKEFLAGS -u MFLAGS CARGO_BUILD_BUILD_DIR="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/stage1-std" CARGO_BUILD_WARNINGS="deny" CARGO_INCREMENTAL="0" CARGO_PROFILE_DIST_DEBUG="0" CARGO_PROFILE_DIST_DEBUG_ASSERTIONS="false" CARGO_PROFILE_DIST_OVERFLOW_CHECKS="false" CARGO_PROFILE_DIST_STRIP="false" CARGO_TARGET_DIR="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/stage1-std" CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER="" CC_x86_64_unknown_linux_gnu="" CFG_COMPILER_BUILD_TRIPLE="x86_64-unknown-linux-gnu" CFG_RELEASE_CHANNEL="stable" CFLAGS_x86_64_unknown_linux_gnu="" CXXFLAGS_x86_64_unknown_linux_gnu="" CXX_x86_64_unknown_linux_gnu="" LIBC_CHECK_CFG="1" REAL_LIBRARY_PATH_VAR="LD_LIBRARY_PATH" RUSTBUILD_NATIVE_DIR="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/native" RUSTC="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/bootstrap/debug/rustc" RUSTC_BOOTSTRAP="1" RUSTC_BREAK_ON_ICE="1" RUSTC_CARGO_REGISTRY_SRC_TO_REMAP="TOPDIR/tmp/work-shared/rust-source-1.97.1-r0/sources/rustc-1.97.1-src/vendor=/rust/deps" RUSTC_DEBUGINFO_MAP="library/=/rustc/8bab26f4f68e0e26f0bb7960be334d5b520ea452/library\tTOPDIR/tmp/work-shared/rust-source-1.97.1-r0/sources/rustc-1.97.1-src=/rustc/8bab26f4f68e0e26f0bb7960be334d5b520ea452\tTOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build=/rustc/8bab26f4f68e0e26f0bb7960be334d5b520ea452/out" RUSTC_ERROR_METADATA_DST="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/tmp/extended-error-metadata" RUSTC_FORCE_UNSTABLE="1" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/stage1/lib" RUSTC_LINK_STD_INTO_RUSTC_DRIVER="1" RUSTC_LINT_FLAGS="-Wrust_2018_idioms -Wunused_lifetimes" RUSTC_REAL="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/stage1/bin/rustc" RUSTC_SNAPSHOT="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/rust-snapshot/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/rust-snapshot/lib" RUSTC_STAGE="1" RUSTC_SYSROOT="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/stage1" RUSTC_VERBOSE="1" RUSTC_WRAPPER="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/bootstrap/debug/rustc" RUSTDOC="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="-Zannotate-moves --check-cfg=cfg(feature,values(any())) -Zunstable-options -Wrustdoc::invalid_codeblock_attributes --crate-version 1.97.1\t(8bab26f4f\t2026-07-14)\t(built\tfrom\ta\tsource\ttarball) -Zcrate-attr=doc(html_root_url=\"https://doc.rust-lang.org/1.97.1/\") -Zcrate-attr=warn(rust_2018_idioms) --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1=/usr/src/debug/rust-native/1.97.1                     --remap-path-prefix=TOPDIR/tmp/work-shared=/usr/src/debug/rust-native/1.97.1  -Clink-arg=-lz -Clink-arg=-lzstd" RUSTDOC_LIBDIR="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/stage1/lib" RUSTDOC_REAL="/path/to/nowhere/rustdoc/not/required" RUSTFLAGS="-Zannotate-moves --check-cfg=cfg(feature,values(any())) -Zunstable-options -Zmacro-backtrace -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Zinline-mir-preserve-debug -Zmir_strip_debuginfo=locals-in-tiny-functions -Clink-args=-Wl,-z,origin -Clink-args=-Wl,-rpath,$ORIGIN/../lib -Alinker-messages -Zcrate-attr=doc(html_root_url=\"https://doc.rust-lang.org/1.97.1/\") --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1=/usr/src/debug/rust-native/1.97.1                     --remap-path-prefix=TOPDIR/tmp/work-shared=/usr/src/debug/rust-native/1.97.1  -Clink-arg=-lz -Clink-arg=-lzstd" RUST_COMPILER_RT_ROOT="TOPDIR/tmp/work-shared/rust-source-1.97.1-r0/sources/rustc-1.97.1-src/src/llvm-project/compiler-rt" RUST_TEST_THREADS="16" __CARGO_DEFAULT_LIB_METADATA="stablestd1.97.1" "TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/rust-snapshot/bin/cargo" "build" "-Zwarnings" "--target" "x86_64-unknown-linux-gnu" "-Zbinary-dep-depinfo" "-j" "16" "-Zroot-dir=TOPDIR/tmp/work-shared/rust-source-1.97.1-r0/sources/rustc-1.97.1-src" "-Zno-embed-metadata" "--frozen" "--profile=dist" "--features" "backtrace panic-unwind compiler-builtins-c" "--manifest-path" "TOPDIR/tmp/work-shared/rust-source-1.97.1-r0/sources/rustc-1.97.1-src/library/sysroot/Cargo.toml" "--message-format" "json-render-diagnostics" (failure_mode=Exit)
running: cd "TOPDIR/tmp/work-shared/rust-source-1.97.1-r0/sources/rustc-1.97.1-src" && env -u MAKEFLAGS -u MFLAGS CARGO_BUILD_BUILD_DIR="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/bootstrap-tools" CARGO_BUILD_WARNINGS="deny" CARGO_INCREMENTAL="0" CARGO_PROFILE_RELEASE_DEBUG="0" CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS="false" CARGO_PROFILE_RELEASE_OVERFLOW_CHECKS="false" CARGO_PROFILE_RELEASE_STRIP="false" CARGO_TARGET_DIR="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/bootstrap-tools" CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER="" CC_x86_64_unknown_linux_gnu="" CFG_COMPILER_BUILD_TRIPLE="x86_64-unknown-linux-gnu" CFG_RELEASE="1.97.1" CFG_RELEASE_CHANNEL="stable" CFG_RELEASE_NUM="1.97.1" CFG_VERSION="1.97.1 (8bab26f4f 2026-07-14) (built from a source tarball)" CFG_VER_DATE="2026-07-14" CFG_VER_DESCRIPTION="built from a source tarball" CFG_VER_HASH="8bab26f4f68e0e26f0bb7960be334d5b520ea452" CFLAGS_x86_64_unknown_linux_gnu="" CXXFLAGS_x86_64_unknown_linux_gnu="" CXX_x86_64_unknown_linux_gnu="" DOC_RUST_LANG_ORG_CHANNEL="https://doc.rust-lang.org/1.97.1" FORCE_ON_BROKEN_PIPE_KILL="-Zon-broken-pipe=kill" LIBC_CHECK_CFG="1" LZMA_API_STATIC="1" REAL_LIBRARY_PATH_VAR="LD_LIBRARY_PATH" RUSTBUILD_NATIVE_DIR="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/native" RUSTC="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/bootstrap/debug/rustc" RUSTC_ALLOW_FEATURES="binary-dep-depinfo,proc_macro_span,proc_macro_span_shrink,proc_macro_diagnostic" RUSTC_BOOTSTRAP="1" RUSTC_BREAK_ON_ICE="1" RUSTC_CARGO_REGISTRY_SRC_TO_REMAP="TOPDIR/tmp/work-shared/rust-source-1.97.1-r0/sources/rustc-1.97.1-src/vendor=/rust/deps" RUSTC_DEBUGINFO_MAP="library/=/rustc/8bab26f4f68e0e26f0bb7960be334d5b520ea452/library\tTOPDIR/tmp/work-shared/rust-source-1.97.1-r0/sources/rustc-1.97.1-src=/rustc/8bab26f4f68e0e26f0bb7960be334d5b520ea452\tTOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build=/rustc/8bab26f4f68e0e26f0bb7960be334d5b520ea452/out" RUSTC_ERROR_METADATA_DST="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/tmp/extended-error-metadata" RUSTC_HOST_FLAGS="--cfg=bootstrap" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/rust-snapshot/lib" RUSTC_LINK_STD_INTO_RUSTC_DRIVER="1" RUSTC_LINT_FLAGS="-Wrust_2018_idioms -Wunused_lifetimes" RUSTC_REAL="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/rust-snapshot/bin/rustc" RUSTC_SNAPSHOT="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/rust-snapshot/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/rust-snapshot/lib" RUSTC_STAGE="0" RUSTC_SYSROOT="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/rust-snapshot" RUSTC_TLS_MODEL_INITIAL_EXEC="1" RUSTC_VERBOSE="1" RUSTC_WRAPPER="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/bootstrap/debug/rustc" RUSTDOC="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="--cfg=windows_raw_dylib -Zunstable-options -Wrustdoc::invalid_codeblock_attributes --crate-version 1.97.1\t(8bab26f4f\t2026-07-14)\t(built\tfrom\ta\tsource\ttarball) --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1=/usr/src/debug/rust-native/1.97.1                     --remap-path-prefix=TOPDIR/tmp/work-shared=/usr/src/debug/rust-native/1.97.1  -Clink-arg=-lz -Clink-arg=-lzstd --cfg=bootstrap" RUSTDOC_LIBDIR="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/rust-snapshot/lib" RUSTDOC_REAL="/path/to/nowhere/rustdoc/not/required" RUSTFLAGS="--cfg=windows_raw_dylib -Zunstable-options -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin -Clink-args=-Wl,-rpath,$ORIGIN/../lib -Alinker-messages -Zunstable-options -Clto=off --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1=/usr/src/debug/rust-native/1.97.1                     --remap-path-prefix=TOPDIR/tmp/work-shared=/usr/src/debug/rust-native/1.97.1  -Clink-arg=-lz -Clink-arg=-lzstd --cfg=bootstrap" RUST_TEST_THREADS="16" SYSROOT="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/stage0-sysroot" __CARGO_DEFAULT_LIB_METADATA="bootstrap1.97.1" "TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/rust-snapshot/bin/cargo" "build" "-Zwarnings" "--target" "x86_64-unknown-linux-gnu" "-Zbinary-dep-depinfo" "-j" "16" "-Zroot-dir=TOPDIR/tmp/work-shared/rust-source-1.97.1-r0/sources/rustc-1.97.1-src" "--frozen" "--profile=release" "--manifest-path" "TOPDIR/tmp/work-shared/rust-source-1.97.1-r0/sources/rustc-1.97.1-src/src/tools/rust-installer/Cargo.toml" "--message-format" "json-render-diagnostics" (failure_mode=Exit)
Forcing dist.compression-profile = 'no-op' for `x install`.
Removing sysroot TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/stage2 to avoid caching bugs
running: cd "TOPDIR/tmp/work-shared/rust-source-1.97.1-r0/sources/rustc-1.97.1-src" && env -u MAKEFLAGS -u MFLAGS CARGO_BUILD_BUILD_DIR="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/stage2-rustc" CARGO_BUILD_WARNINGS="deny" CARGO_INCREMENTAL="0" CARGO_PROFILE_RELEASE_DEBUG="0" CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS="false" CARGO_PROFILE_RELEASE_OVERFLOW_CHECKS="false" CARGO_PROFILE_RELEASE_STRIP="false" CARGO_TARGET_DIR="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/stage2-rustc" CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER="" CC_x86_64_unknown_linux_gnu="" CFG_COMPILER_BUILD_TRIPLE="x86_64-unknown-linux-gnu" CFG_COMPILER_HOST_TRIPLE="x86_64-unknown-linux-gnu" CFG_DEFAULT_CODEGEN_BACKEND="llvm" CFG_DISABLE_UNSTABLE_FEATURES="1" CFG_LIBDIR_RELATIVE="lib" CFG_RELEASE="1.97.1" CFG_RELEASE_CHANNEL="stable" CFG_VERSION="1.97.1 (8bab26f4f 2026-07-14) (built from a source tarball)" CFG_VER_DATE="2026-07-14" CFG_VER_HASH="8bab26f4f68e0e26f0bb7960be334d5b520ea452" CFG_VIRTUAL_RUSTC_DEV_SOURCE_BASE_DIR="/rustc-dev/8bab26f4f68e0e26f0bb7960be334d5b520ea452" CFG_VIRTUAL_RUST_SOURCE_BASE_DIR="/rustc/8bab26f4f68e0e26f0bb7960be334d5b520ea452" CFLAGS_x86_64_unknown_linux_gnu="" CXXFLAGS_x86_64_unknown_linux_gnu="" CXX_x86_64_unknown_linux_gnu="" LIBC_CHECK_CFG="1" LLVM_CONFIG="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/recipe-sysroot-native/usr/bin/llvm-config" LLVM_LINK_SHARED="1" REAL_LIBRARY_PATH_VAR="LD_LIBRARY_PATH" RUSTBUILD_NATIVE_DIR="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/native" RUSTC="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/bootstrap/debug/rustc" RUSTC_BOOTSTRAP="1" RUSTC_BREAK_ON_ICE="1" RUSTC_CARGO_REGISTRY_SRC_TO_REMAP="TOPDIR/tmp/work-shared/rust-source-1.97.1-r0/sources/rustc-1.97.1-src/vendor=/rust/deps" RUSTC_DEBUGINFO_MAP="compiler/=/rustc-dev/8bab26f4f68e0e26f0bb7960be334d5b520ea452/compiler\tTOPDIR/tmp/work-shared/rust-source-1.97.1-r0/sources/rustc-1.97.1-src=/rustc-dev/8bab26f4f68e0e26f0bb7960be334d5b520ea452\tTOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build=/rustc-dev/8bab26f4f68e0e26f0bb7960be334d5b520ea452/out" RUSTC_ERROR_METADATA_DST="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/tmp/extended-error-metadata" RUSTC_FORCE_UNSTABLE="1" RUSTC_HOST_FLAGS="--check-cfg=cfg(bootstrap)" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/stage1/lib" RUSTC_LINK_STD_INTO_RUSTC_DRIVER="1" RUSTC_LINT_FLAGS="-Wrust_2018_idioms -Wunused_lifetimes -Wrustc::internal -Drustc::symbol_intern_string_literal -Wkeyword_idents_2024 -Wunreachable_pub -Wunsafe_op_in_unsafe_fn -Wunused_crate_dependencies" RUSTC_REAL="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/stage1/bin/rustc" RUSTC_SNAPSHOT="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/stage1/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/stage1/lib" RUSTC_STAGE="1" RUSTC_SYSROOT="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/stage1" RUSTC_TLS_MODEL_INITIAL_EXEC="1" RUSTC_VERBOSE="1" RUSTC_WRAPPER="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/bootstrap/debug/rustc" RUSTDOC="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="--cfg=windows_raw_dylib -Zannotate-moves -Zunstable-options --check-cfg=cfg(bootstrap) -Wrustdoc::invalid_codeblock_attributes --crate-version 1.97.1\t(8bab26f4f\t2026-07-14)\t(built\tfrom\ta\tsource\ttarball) -Zcrate-attr=warn(rust_2018_idioms) --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1=/usr/src/debug/rust-native/1.97.1                     --remap-path-prefix=TOPDIR/tmp/work-shared=/usr/src/debug/rust-native/1.97.1  -Clink-arg=-lz -Clink-arg=-lzstd" RUSTDOC_LIBDIR="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/stage1/lib" RUSTDOC_REAL="/path/to/nowhere/rustdoc/not/required" RUSTFLAGS="--cfg=windows_raw_dylib -Zannotate-moves -Zunstable-options --check-cfg=cfg(bootstrap) -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin -Clink-args=-Wl,-rpath,$ORIGIN/../lib -Alinker-messages -Zon-broken-pipe=kill --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1=/usr/src/debug/rust-native/1.97.1                     --remap-path-prefix=TOPDIR/tmp/work-shared=/usr/src/debug/rust-native/1.97.1  -Clink-arg=-lz -Clink-arg=-lzstd" RUST_TEST_THREADS="16" __CARGO_DEFAULT_LIB_METADATA="stable1.97.1" "TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/rust-snapshot/bin/cargo" "build" "-Zwarnings" "--target" "x86_64-unknown-linux-gnu" "-Zbinary-dep-depinfo" "-j" "16" "-Zroot-dir=TOPDIR/tmp/work-shared/rust-source-1.97.1-r0/sources/rustc-1.97.1-src" "--frozen" "--profile=release" "--features" "llvm max_level_info" "--manifest-path" "TOPDIR/tmp/work-shared/rust-source-1.97.1-r0/sources/rustc-1.97.1-src/compiler/rustc/Cargo.toml" "--message-format" "json-render-diagnostics" (failure_mode=Exit)
running: cd "TOPDIR/tmp/work-shared/rust-source-1.97.1-r0/sources/rustc-1.97.1-src" && env -u MAKEFLAGS -u MFLAGS CARGO_BUILD_BUILD_DIR="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/stage2-tools" CARGO_BUILD_WARNINGS="deny" CARGO_INCREMENTAL="0" CARGO_PROFILE_RELEASE_DEBUG="0" CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS="false" CARGO_PROFILE_RELEASE_OVERFLOW_CHECKS="false" CARGO_PROFILE_RELEASE_STRIP="false" CARGO_TARGET_DIR="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/stage2-tools" CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER="" CC_x86_64_unknown_linux_gnu="" CFG_COMPILER_BUILD_TRIPLE="x86_64-unknown-linux-gnu" CFG_RELEASE="1.97.1" CFG_RELEASE_CHANNEL="stable" CFG_RELEASE_NUM="1.97.1" CFG_VERSION="1.97.1 (8bab26f4f 2026-07-14) (built from a source tarball)" CFG_VER_DATE="2026-07-14" CFG_VER_DESCRIPTION="built from a source tarball" CFG_VER_HASH="8bab26f4f68e0e26f0bb7960be334d5b520ea452" CFLAGS_x86_64_unknown_linux_gnu="" CXXFLAGS_x86_64_unknown_linux_gnu="" CXX_x86_64_unknown_linux_gnu="" DOC_RUST_LANG_ORG_CHANNEL="https://doc.rust-lang.org/1.97.1" FORCE_ON_BROKEN_PIPE_KILL="-Zon-broken-pipe=kill" LIBC_CHECK_CFG="1" LZMA_API_STATIC="1" REAL_LIBRARY_PATH_VAR="LD_LIBRARY_PATH" RUSTBUILD_NATIVE_DIR="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/native" RUSTC="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/bootstrap/debug/rustc" RUSTC_ALLOW_FEATURES="binary-dep-depinfo,proc_macro_span,proc_macro_span_shrink,proc_macro_diagnostic" RUSTC_BOOTSTRAP="1" RUSTC_BREAK_ON_ICE="1" RUSTC_CARGO_REGISTRY_SRC_TO_REMAP="TOPDIR/tmp/work-shared/rust-source-1.97.1-r0/sources/rustc-1.97.1-src/vendor=/rust/deps" RUSTC_DEBUGINFO_MAP="library/=/rustc/8bab26f4f68e0e26f0bb7960be334d5b520ea452/library\tTOPDIR/tmp/work-shared/rust-source-1.97.1-r0/sources/rustc-1.97.1-src=/rustc/8bab26f4f68e0e26f0bb7960be334d5b520ea452\tTOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build=/rustc/8bab26f4f68e0e26f0bb7960be334d5b520ea452/out" RUSTC_ERROR_METADATA_DST="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/tmp/extended-error-metadata" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/stage1/lib" RUSTC_LINK_STD_INTO_RUSTC_DRIVER="1" RUSTC_LINT_FLAGS="-Wrust_2018_idioms -Wunused_lifetimes" RUSTC_REAL="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/stage1/bin/rustc" RUSTC_SNAPSHOT="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/stage1/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/stage1/lib" RUSTC_STAGE="1" RUSTC_SYSROOT="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/stage1" RUSTC_TLS_MODEL_INITIAL_EXEC="1" RUSTC_VERBOSE="1" RUSTC_WRAPPER="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/bootstrap/debug/rustc" RUSTDOC="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="--cfg=windows_raw_dylib -Zannotate-moves -Zunstable-options -Wrustdoc::invalid_codeblock_attributes --crate-version 1.97.1\t(8bab26f4f\t2026-07-14)\t(built\tfrom\ta\tsource\ttarball) --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1=/usr/src/debug/rust-native/1.97.1                     --remap-path-prefix=TOPDIR/tmp/work-shared=/usr/src/debug/rust-native/1.97.1  -Clink-arg=-lz -Clink-arg=-lzstd" RUSTDOC_LIBDIR="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/stage1/lib" RUSTDOC_REAL="/path/to/nowhere/rustdoc/not/required" RUSTFLAGS="--cfg=windows_raw_dylib -Zannotate-moves -Zunstable-options -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin -Clink-args=-Wl,-rpath,$ORIGIN/../lib -Alinker-messages -Zunstable-options -Clto=off --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1=/usr/src/debug/rust-native/1.97.1                     --remap-path-prefix=TOPDIR/tmp/work-shared=/usr/src/debug/rust-native/1.97.1  -Clink-arg=-lz -Clink-arg=-lzstd" RUST_TEST_THREADS="16" SYSROOT="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/stage1" __CARGO_DEFAULT_LIB_METADATA="stable1.97.1" "TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/rust-snapshot/bin/cargo" "build" "-Zwarnings" "--target" "x86_64-unknown-linux-gnu" "-Zbinary-dep-depinfo" "-j" "16" "-Zroot-dir=TOPDIR/tmp/work-shared/rust-source-1.97.1-r0/sources/rustc-1.97.1-src" "--frozen" "--profile=release" "--manifest-path" "TOPDIR/tmp/work-shared/rust-source-1.97.1-r0/sources/rustc-1.97.1-src/src/tools/llvm-bitcode-linker/Cargo.toml" "--message-format" "json-render-diagnostics" (failure_mode=Exit)
running: cd "TOPDIR/tmp/work-shared/rust-source-1.97.1-r0/sources/rustc-1.97.1-src" && env -u MAKEFLAGS -u MFLAGS CARGO_BUILD_BUILD_DIR="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/stage2-tools" CARGO_BUILD_WARNINGS="deny" CARGO_INCREMENTAL="0" CARGO_PROFILE_RELEASE_DEBUG="0" CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS="false" CARGO_PROFILE_RELEASE_OVERFLOW_CHECKS="false" CARGO_PROFILE_RELEASE_STRIP="false" CARGO_TARGET_DIR="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/stage2-tools" CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER="" CC_x86_64_unknown_linux_gnu="" CFG_COMPILER_BUILD_TRIPLE="x86_64-unknown-linux-gnu" CFG_RELEASE="1.97.1" CFG_RELEASE_CHANNEL="stable" CFG_RELEASE_NUM="1.97.1" CFG_VERSION="1.97.1 (8bab26f4f 2026-07-14) (built from a source tarball)" CFG_VER_DATE="2026-07-14" CFG_VER_DESCRIPTION="built from a source tarball" CFG_VER_HASH="8bab26f4f68e0e26f0bb7960be334d5b520ea452" CFLAGS_x86_64_unknown_linux_gnu="" CXXFLAGS_x86_64_unknown_linux_gnu="" CXX_x86_64_unknown_linux_gnu="" DOC_RUST_LANG_ORG_CHANNEL="https://doc.rust-lang.org/1.97.1" FORCE_ON_BROKEN_PIPE_KILL="-Zon-broken-pipe=kill" LIBC_CHECK_CFG="1" LZMA_API_STATIC="1" REAL_LIBRARY_PATH_VAR="LD_LIBRARY_PATH" RUSTBUILD_NATIVE_DIR="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/native" RUSTC="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/bootstrap/debug/rustc" RUSTC_BOOTSTRAP="1" RUSTC_BREAK_ON_ICE="1" RUSTC_CARGO_REGISTRY_SRC_TO_REMAP="TOPDIR/tmp/work-shared/rust-source-1.97.1-r0/sources/rustc-1.97.1-src/vendor=/rust/deps" RUSTC_DEBUGINFO_MAP="library/=/rustc/8bab26f4f68e0e26f0bb7960be334d5b520ea452/library\tTOPDIR/tmp/work-shared/rust-source-1.97.1-r0/sources/rustc-1.97.1-src=/rustc/8bab26f4f68e0e26f0bb7960be334d5b520ea452\tTOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build=/rustc/8bab26f4f68e0e26f0bb7960be334d5b520ea452/out" RUSTC_ERROR_METADATA_DST="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/tmp/extended-error-metadata" RUSTC_HOST_FLAGS="--check-cfg=cfg(bootstrap)" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/stage1/lib" RUSTC_LINK_STD_INTO_RUSTC_DRIVER="1" RUSTC_LINT_FLAGS="-Wrust_2018_idioms -Wunused_lifetimes" RUSTC_REAL="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/stage1/bin/rustc" RUSTC_SNAPSHOT="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/stage1/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/stage1/lib" RUSTC_STAGE="1" RUSTC_SYSROOT="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/stage1" RUSTC_TLS_MODEL_INITIAL_EXEC="1" RUSTC_VERBOSE="1" RUSTC_WRAPPER="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/bootstrap/debug/rustc" RUSTDOC="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="--cfg=windows_raw_dylib -Zannotate-moves -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(rust_analyzer) -Wrustdoc::invalid_codeblock_attributes --crate-version 1.97.1\t(8bab26f4f\t2026-07-14)\t(built\tfrom\ta\tsource\ttarball) --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1=/usr/src/debug/rust-native/1.97.1                     --remap-path-prefix=TOPDIR/tmp/work-shared=/usr/src/debug/rust-native/1.97.1  -Clink-arg=-lz -Clink-arg=-lzstd" RUSTDOC_LIBDIR="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/stage1/lib" RUSTDOC_REAL="/path/to/nowhere/rustdoc/not/required" RUSTFLAGS="--cfg=windows_raw_dylib -Zannotate-moves -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(rust_analyzer) -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin -Clink-args=-Wl,-rpath,$ORIGIN/../lib -Alinker-messages -Zunstable-options -Clto=off --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1=/usr/src/debug/rust-native/1.97.1                     --remap-path-prefix=TOPDIR/tmp/work-shared=/usr/src/debug/rust-native/1.97.1  -Clink-arg=-lz -Clink-arg=-lzstd" RUST_TEST_THREADS="16" SYSROOT="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/stage1" __CARGO_DEFAULT_LIB_METADATA="stabletool-rustc1.97.1" "TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/rust-snapshot/bin/cargo" "build" "-Zwarnings" "--target" "x86_64-unknown-linux-gnu" "-Zbinary-dep-depinfo" "-j" "16" "-Zroot-dir=TOPDIR/tmp/work-shared/rust-source-1.97.1-r0/sources/rustc-1.97.1-src" "--frozen" "--profile=release" "--manifest-path" "TOPDIR/tmp/work-shared/rust-source-1.97.1-r0/sources/rustc-1.97.1-src/src/tools/rustdoc/Cargo.toml" "--message-format" "json-render-diagnostics" (failure_mode=Exit)
running: cd "TOPDIR/tmp/work-shared/rust-source-1.97.1-r0/sources/rustc-1.97.1-src" && env -u MAKEFLAGS -u MFLAGS CARGO_BUILD_BUILD_DIR="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/bootstrap-tools" CARGO_BUILD_WARNINGS="deny" CARGO_INCREMENTAL="0" CARGO_PROFILE_RELEASE_DEBUG="0" CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS="false" CARGO_PROFILE_RELEASE_OVERFLOW_CHECKS="false" CARGO_PROFILE_RELEASE_STRIP="false" CARGO_TARGET_DIR="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/bootstrap-tools" CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER="" CC_x86_64_unknown_linux_gnu="" CFG_COMPILER_BUILD_TRIPLE="x86_64-unknown-linux-gnu" CFG_RELEASE="1.97.1" CFG_RELEASE_CHANNEL="stable" CFG_RELEASE_NUM="1.97.1" CFG_VERSION="1.97.1 (8bab26f4f 2026-07-14) (built from a source tarball)" CFG_VER_DATE="2026-07-14" CFG_VER_DESCRIPTION="built from a source tarball" CFG_VER_HASH="8bab26f4f68e0e26f0bb7960be334d5b520ea452" CFLAGS_x86_64_unknown_linux_gnu="" CXXFLAGS_x86_64_unknown_linux_gnu="" CXX_x86_64_unknown_linux_gnu="" DOC_RUST_LANG_ORG_CHANNEL="https://doc.rust-lang.org/1.97.1" FORCE_ON_BROKEN_PIPE_KILL="-Zon-broken-pipe=kill" LIBC_CHECK_CFG="1" LZMA_API_STATIC="1" REAL_LIBRARY_PATH_VAR="LD_LIBRARY_PATH" RUSTBUILD_NATIVE_DIR="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/native" RUSTC="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/bootstrap/debug/rustc" RUSTC_ALLOW_FEATURES="binary-dep-depinfo,proc_macro_span,proc_macro_span_shrink,proc_macro_diagnostic" RUSTC_BOOTSTRAP="1" RUSTC_BREAK_ON_ICE="1" RUSTC_CARGO_REGISTRY_SRC_TO_REMAP="TOPDIR/tmp/work-shared/rust-source-1.97.1-r0/sources/rustc-1.97.1-src/vendor=/rust/deps" RUSTC_DEBUGINFO_MAP="library/=/rustc/8bab26f4f68e0e26f0bb7960be334d5b520ea452/library\tTOPDIR/tmp/work-shared/rust-source-1.97.1-r0/sources/rustc-1.97.1-src=/rustc/8bab26f4f68e0e26f0bb7960be334d5b520ea452\tTOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build=/rustc/8bab26f4f68e0e26f0bb7960be334d5b520ea452/out" RUSTC_ERROR_METADATA_DST="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/tmp/extended-error-metadata" RUSTC_HOST_FLAGS="--cfg=bootstrap" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/rust-snapshot/lib" RUSTC_LINK_STD_INTO_RUSTC_DRIVER="1" RUSTC_LINT_FLAGS="-Wrust_2018_idioms -Wunused_lifetimes" RUSTC_REAL="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/rust-snapshot/bin/rustc" RUSTC_SNAPSHOT="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/rust-snapshot/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/rust-snapshot/lib" RUSTC_STAGE="0" RUSTC_SYSROOT="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/rust-snapshot" RUSTC_TLS_MODEL_INITIAL_EXEC="1" RUSTC_VERBOSE="1" RUSTC_WRAPPER="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/bootstrap/debug/rustc" RUSTDOC="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="--cfg=windows_raw_dylib -Zunstable-options -Wrustdoc::invalid_codeblock_attributes --crate-version 1.97.1\t(8bab26f4f\t2026-07-14)\t(built\tfrom\ta\tsource\ttarball) --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1=/usr/src/debug/rust-native/1.97.1                     --remap-path-prefix=TOPDIR/tmp/work-shared=/usr/src/debug/rust-native/1.97.1  -Clink-arg=-lz -Clink-arg=-lzstd --cfg=bootstrap" RUSTDOC_LIBDIR="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/rust-snapshot/lib" RUSTDOC_REAL="/path/to/nowhere/rustdoc/not/required" RUSTFLAGS="--cfg=windows_raw_dylib -Zunstable-options -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin -Clink-args=-Wl,-rpath,$ORIGIN/../lib -Alinker-messages -Zunstable-options -Clto=off --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1=/usr/src/debug/rust-native/1.97.1                     --remap-path-prefix=TOPDIR/tmp/work-shared=/usr/src/debug/rust-native/1.97.1  -Clink-arg=-lz -Clink-arg=-lzstd --cfg=bootstrap" RUST_TEST_THREADS="16" SYSROOT="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/stage0-sysroot" __CARGO_DEFAULT_LIB_METADATA="bootstrap1.97.1" "TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/rust-snapshot/bin/cargo" "build" "-Zwarnings" "--target" "x86_64-unknown-linux-gnu" "-Zbinary-dep-depinfo" "-j" "16" "-Zroot-dir=TOPDIR/tmp/work-shared/rust-source-1.97.1-r0/sources/rustc-1.97.1-src" "--frozen" "--profile=release" "--manifest-path" "TOPDIR/tmp/work-shared/rust-source-1.97.1-r0/sources/rustc-1.97.1-src/src/tools/generate-copyright/Cargo.toml" "--message-format" "json-render-diagnostics" (failure_mode=Exit)
Forcing dist.compression-profile = 'no-op' for `x install`.
Removing sysroot TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/stage1 to avoid caching bugs
Removing sysroot TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib to avoid caching bugs
running: "TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/recipe-sysroot-native/usr/bin/llvm-config" "--version" (failure_mode=Exit) (created at src/bootstrap/src/core/build_steps/llvm.rs:611:5, executed at src/bootstrap/src/core/build_steps/llvm.rs:614:10)
Removing sysroot TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/stage0-sysroot to avoid caching bugs
Removing sysroot TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib to avoid caching bugs
using sysroot TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/stage0-sysroot
Cache hit: "TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/recipe-sysroot-native/usr/bin/llvm-config" "--version" (failure_mode=Exit)
Building stage1 compiler artifacts (stage0 -> stage1, x86_64-unknown-linux-gnu)
running: cd "TOPDIR/tmp/work-shared/rust-source-1.97.1-r0/sources/rustc-1.97.1-src" && env -u MAKEFLAGS -u MFLAGS AR_x86_64_unknown_linux_gnu="ar" CARGO_BUILD_BUILD_DIR="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/stage1-rustc" CARGO_BUILD_WARNINGS="deny" CARGO_INCREMENTAL="0" CARGO_PROFILE_RELEASE_DEBUG="0" CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS="false" CARGO_PROFILE_RELEASE_OVERFLOW_CHECKS="false" CARGO_PROFILE_RELEASE_STRIP="false" CARGO_TARGET_DIR="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/stage1-rustc" CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/wrapper/target-rust-ccld" CC_x86_64_unknown_linux_gnu="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/wrapper/target-rust-cc" CFG_COMPILER_BUILD_TRIPLE="x86_64-unknown-linux-gnu" CFG_COMPILER_HOST_TRIPLE="x86_64-unknown-linux-gnu" CFG_DEFAULT_CODEGEN_BACKEND="llvm" CFG_DISABLE_UNSTABLE_FEATURES="1" CFG_LIBDIR_RELATIVE="lib" CFG_RELEASE="1.97.1" CFG_RELEASE_CHANNEL="stable" CFG_VERSION="1.97.1 (8bab26f4f 2026-07-14) (built from a source tarball)" CFG_VER_DATE="2026-07-14" CFG_VER_HASH="8bab26f4f68e0e26f0bb7960be334d5b520ea452" CFG_VIRTUAL_RUSTC_DEV_SOURCE_BASE_DIR="/rustc-dev/8bab26f4f68e0e26f0bb7960be334d5b520ea452" CFG_VIRTUAL_RUST_SOURCE_BASE_DIR="/rustc/8bab26f4f68e0e26f0bb7960be334d5b520ea452" CFLAGS_x86_64_unknown_linux_gnu="" CXXFLAGS_x86_64_unknown_linux_gnu="" CXX_x86_64_unknown_linux_gnu="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/wrapper/target-rust-cxx" LIBC_CHECK_CFG="1" LLVM_CONFIG="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/recipe-sysroot-native/usr/bin/llvm-config" LLVM_LINK_SHARED="1" RANLIB_x86_64_unknown_linux_gnu="ar s" REAL_LIBRARY_PATH_VAR="LD_LIBRARY_PATH" RUSTBUILD_NATIVE_DIR="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/native" RUSTC="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/bootstrap/debug/rustc" RUSTC_BOOTSTRAP="1" RUSTC_BREAK_ON_ICE="1" RUSTC_CARGO_REGISTRY_SRC_TO_REMAP="TOPDIR/tmp/work-shared/rust-source-1.97.1-r0/sources/rustc-1.97.1-src/vendor=/rust/deps" RUSTC_DEBUGINFO_MAP="compiler/=/rustc-dev/8bab26f4f68e0e26f0bb7960be334d5b520ea452/compiler\tTOPDIR/tmp/work-shared/rust-source-1.97.1-r0/sources/rustc-1.97.1-src=/rustc-dev/8bab26f4f68e0e26f0bb7960be334d5b520ea452\tTOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build=/rustc-dev/8bab26f4f68e0e26f0bb7960be334d5b520ea452/out" RUSTC_ERROR_METADATA_DST="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/tmp/extended-error-metadata" RUSTC_FORCE_UNSTABLE="1" RUSTC_HOST_FLAGS="--check-cfg=cfg(bootstrap) --cfg=bootstrap" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/rust-snapshot/lib" RUSTC_LINK_STD_INTO_RUSTC_DRIVER="1" RUSTC_LINT_FLAGS="-Wrust_2018_idioms -Wunused_lifetimes -Wrustc::internal -Drustc::symbol_intern_string_literal -Wkeyword_idents_2024 -Wunreachable_pub -Wunsafe_op_in_unsafe_fn -Wunused_crate_dependencies" RUSTC_REAL="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/rust-snapshot/bin/rustc" RUSTC_SNAPSHOT="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/rust-snapshot/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/rust-snapshot/lib" RUSTC_STAGE="0" RUSTC_SYSROOT="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/stage0-sysroot" RUSTC_TLS_MODEL_INITIAL_EXEC="1" RUSTC_VERBOSE="1" RUSTC_WRAPPER="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/bootstrap/debug/rustc" RUSTDOC="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="--cfg=windows_raw_dylib -Zunstable-options --check-cfg=cfg(bootstrap) -Wrustdoc::invalid_codeblock_attributes --crate-version 1.97.1\t(8bab26f4f\t2026-07-14)\t(built\tfrom\ta\tsource\ttarball) -Zcrate-attr=warn(rust_2018_idioms) --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1=/usr/src/debug/rust-native/1.97.1                     --remap-path-prefix=TOPDIR/tmp/work-shared=/usr/src/debug/rust-native/1.97.1  -Clink-arg=-lz -Clink-arg=-lzstd --cfg=bootstrap" RUSTDOC_LIBDIR="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/rust-snapshot/lib" RUSTDOC_REAL="/path/to/nowhere/rustdoc/not/required" RUSTFLAGS="--cfg=windows_raw_dylib -Zunstable-options --check-cfg=cfg(bootstrap) -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin -Clink-args=-Wl,-rpath,$ORIGIN/../lib -Alinker-messages -Zon-broken-pipe=kill --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1=/usr/src/debug/rust-native/1.97.1                     --remap-path-prefix=TOPDIR/tmp/work-shared=/usr/src/debug/rust-native/1.97.1  -Clink-arg=-lz -Clink-arg=-lzstd --cfg=bootstrap" RUST_TEST_THREADS="16" __CARGO_DEFAULT_LIB_METADATA="bootstrap1.97.1" "TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/rust-snapshot/bin/cargo" "build" "-Zwarnings" "--target" "x86_64-unknown-linux-gnu" "-Zbinary-dep-depinfo" "-j" "16" "-Zroot-dir=TOPDIR/tmp/work-shared/rust-source-1.97.1-r0/sources/rustc-1.97.1-src" "--frozen" "--profile=release" "--features" "llvm max_level_info" "--manifest-path" "TOPDIR/tmp/work-shared/rust-source-1.97.1-r0/sources/rustc-1.97.1-src/compiler/rustc/Cargo.toml" "--message-format" "json-render-diagnostics" (failure_mode=Exit)
   Compiling rustc_span v0.0.0 (TOPDIR/tmp/work-shared/rust-source-1.97.1-r0/sources/rustc-1.97.1-src/compiler/rustc_span)
   Compiling rustc_llvm v0.0.0 (TOPDIR/tmp/work-shared/rust-source-1.97.1-r0/sources/rustc-1.97.1-src/compiler/rustc_llvm)
   Compiling tracing-tree v0.3.1
   Compiling thorin-dwp v0.9.0
    Building [===================>     ] 290/348: tracing-tree, rustc_span, r…
error: expected `;`, found `StableCrateId`
   --> /rustc-dev/8bab26f4f68e0e26f0bb7960be334d5b520ea452/compiler/rustc_span/src/def_id.rs:200:59
    |
200 |         hasher.write(b"oe-stable-crate-id-no-cfg-version")
    |                                                           ^ help: add `;` here
201 |
202 |         StableCrateId(hasher.finish())
    |         ------------- unexpected token

    Building [===================>     ] 291/348: tracing-tree, rustc_span, t…
   Compiling rustc_log v0.0.0 (TOPDIR/tmp/work-shared/rust-source-1.97.1-r0/sources/rustc-1.97.1-src/compiler/rustc_log)
    Building [===================>     ] 292/348: rustc_span, thorin-dwp, rus…
    Building [====================>    ] 293/348: rustc_span, rustc_log       
Did not run successfully: exit status: 1
LD_LIBRARY_PATH="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/rust-snapshot/lib:TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/stage1-rustc/release/deps" "TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/rust-snapshot/bin/rustc" "--crate-name" "rustc_span" "--edition=2024" "compiler/rustc_span/src/lib.rs" "--error-format=json" "--json=diagnostic-rendered-ansi,artifacts,future-incompat" "--crate-type" "lib" "--emit=dep-info,metadata,link" "-C" "opt-level=3" "-C" "embed-bitcode=no" "--check-cfg" "cfg(docsrs,test)" "--check-cfg" "cfg(feature, values())" "-C" "metadata=b3ccfcdb492ba7bc" "-C" "extra-filename=-0e8097158371a69b" "--out-dir" "TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps" "--target" "x86_64-unknown-linux-gnu" "-C" "linker=TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/wrapper/target-rust-ccld" "-L" "dependency=TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps" "-L" "dependency=TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/stage1-rustc/release/deps" "--extern" "bitflags=TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/libbitflags-1124fd1cb3bbc9ee.rmeta" "--extern" "blake3=TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/libblake3-5410f90b01dcb7a4.rmeta" "--extern" "derive_where=TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/stage1-rustc/release/deps/libderive_where-831b646699962670.so" "--extern" "indexmap=TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/libindexmap-12eea9c5749faee2.rmeta" "--extern" "itoa=TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/libitoa-7af03ab56075ddb0.rmeta" "--extern" "md5=TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/libmd5-27aeb511eecb02d3.rmeta" "--extern" "rustc_arena=TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_arena-7c59927410d22f61.rmeta" "--extern" "rustc_data_structures=TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_data_structures-bd8550182f37998e.rmeta" "--extern" "rustc_hashes=TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_hashes-54ed1a951ce4c6df.rmeta" "--extern" "rustc_index=TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_index-0c712bd9a7e8ee67.rmeta" "--extern" "rustc_macros=TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/stage1-rustc/release/deps/librustc_macros-b913af6400f46140.so" "--extern" "rustc_serialize=TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_serialize-471e2b2dd2e7dc65.rmeta" "--extern" "scoped_tls=TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/libscoped_tls-35fbc19f50399408.rmeta" "--extern" "sha1=TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/libsha1-5203260b6341b6d1.rmeta" "--extern" "sha2=TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/libsha2-0686f39b92b75a15.rmeta" "--extern" "tracing=TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/libtracing-49445724de0a0e8a.rmeta" "--extern" "unicode_width=TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/libunicode_width-faab3350acb6310a.rmeta" "--cfg=windows_raw_dylib" "-Zunstable-options" "--check-cfg=cfg(bootstrap)" "-Zmacro-backtrace" "-Csplit-debuginfo=off" "-Clink-args=-Wl,-z,origin" "-Clink-args=-Wl,-rpath,$ORIGIN/../lib" "-Alinker-messages" "-Zon-broken-pipe=kill" "--remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1=/usr/src/debug/rust-native/1.97.1" "--remap-path-prefix=TOPDIR/tmp/work-shared=/usr/src/debug/rust-native/1.97.1" "-Clink-arg=-lz" "-Clink-arg=-lzstd" "--cfg=bootstrap" "-Z" "binary-dep-depinfo" "-L" "native=TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/build/blake3-4cc9fcd163c07109/out" "-L" "native=TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/build/blake3-4cc9fcd163c07109/out" "-L" "native=TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/build/psm-cf9da072f725d3fd/out" "-Wrust_2018_idioms" "-Wunused_lifetimes" "-Wrustc::internal" "-Drustc::symbol_intern_string_literal" "-Wkeyword_idents_2024" "-Wunreachable_pub" "-Wunsafe_op_in_unsafe_fn" "-Wunused_crate_dependencies" "--sysroot" "TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/stage0-sysroot" "-Ztls-model=initial-exec" "--remap-path-prefix" "compiler/=/rustc-dev/8bab26f4f68e0e26f0bb7960be334d5b520ea452/compiler" "--remap-path-prefix" "TOPDIR/tmp/work-shared/rust-source-1.97.1-r0/sources/rustc-1.97.1-src=/rustc-dev/8bab26f4f68e0e26f0bb7960be334d5b520ea452" "--remap-path-prefix" "TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build=/rustc-dev/8bab26f4f68e0e26f0bb7960be334d5b520ea452/out" "--remap-path-prefix" "TOPDIR/tmp/work-shared/rust-source-1.97.1-r0/sources/rustc-1.97.1-src/vendor=/rust/deps" "-Z" "force-unstable-if-unmarked"
-------------
error: could not compile `rustc_span` (lib) due to 1 previous error
warning: build failed, waiting for other jobs to finish...
    Building [====================>    ] 294/348: rustc_log                   
command did not execute successfully: cd "TOPDIR/tmp/work-shared/rust-source-1.97.1-r0/sources/rustc-1.97.1-src" && env -u MAKEFLAGS -u MFLAGS AR_x86_64_unknown_linux_gnu="ar" CARGO_BUILD_BUILD_DIR="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/stage1-rustc" CARGO_BUILD_WARNINGS="deny" CARGO_INCREMENTAL="0" CARGO_PROFILE_RELEASE_DEBUG="0" CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS="false" CARGO_PROFILE_RELEASE_OVERFLOW_CHECKS="false" CARGO_PROFILE_RELEASE_STRIP="false" CARGO_TARGET_DIR="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/stage1-rustc" CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/wrapper/target-rust-ccld" CC_x86_64_unknown_linux_gnu="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/wrapper/target-rust-cc" CFG_COMPILER_BUILD_TRIPLE="x86_64-unknown-linux-gnu" CFG_COMPILER_HOST_TRIPLE="x86_64-unknown-linux-gnu" CFG_DEFAULT_CODEGEN_BACKEND="llvm" CFG_DISABLE_UNSTABLE_FEATURES="1" CFG_LIBDIR_RELATIVE="lib" CFG_RELEASE="1.97.1" CFG_RELEASE_CHANNEL="stable" CFG_VERSION="1.97.1 (8bab26f4f 2026-07-14) (built from a source tarball)" CFG_VER_DATE="2026-07-14" CFG_VER_HASH="8bab26f4f68e0e26f0bb7960be334d5b520ea452" CFG_VIRTUAL_RUSTC_DEV_SOURCE_BASE_DIR="/rustc-dev/8bab26f4f68e0e26f0bb7960be334d5b520ea452" CFG_VIRTUAL_RUST_SOURCE_BASE_DIR="/rustc/8bab26f4f68e0e26f0bb7960be334d5b520ea452" CFLAGS_x86_64_unknown_linux_gnu="" CXXFLAGS_x86_64_unknown_linux_gnu="" CXX_x86_64_unknown_linux_gnu="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/wrapper/target-rust-cxx" LIBC_CHECK_CFG="1" LLVM_CONFIG="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/recipe-sysroot-native/usr/bin/llvm-config" LLVM_LINK_SHARED="1" RANLIB_x86_64_unknown_linux_gnu="ar s" REAL_LIBRARY_PATH_VAR="LD_LIBRARY_PATH" RUSTBUILD_NATIVE_DIR="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/native" RUSTC="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/bootstrap/debug/rustc" RUSTC_BOOTSTRAP="1" RUSTC_BREAK_ON_ICE="1" RUSTC_CARGO_REGISTRY_SRC_TO_REMAP="TOPDIR/tmp/work-shared/rust-source-1.97.1-r0/sources/rustc-1.97.1-src/vendor=/rust/deps" RUSTC_DEBUGINFO_MAP="compiler/=/rustc-dev/8bab26f4f68e0e26f0bb7960be334d5b520ea452/compiler\tTOPDIR/tmp/work-shared/rust-source-1.97.1-r0/sources/rustc-1.97.1-src=/rustc-dev/8bab26f4f68e0e26f0bb7960be334d5b520ea452\tTOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build=/rustc-dev/8bab26f4f68e0e26f0bb7960be334d5b520ea452/out" RUSTC_ERROR_METADATA_DST="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/tmp/extended-error-metadata" RUSTC_FORCE_UNSTABLE="1" RUSTC_HOST_FLAGS="--check-cfg=cfg(bootstrap) --cfg=bootstrap" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/rust-snapshot/lib" RUSTC_LINK_STD_INTO_RUSTC_DRIVER="1" RUSTC_LINT_FLAGS="-Wrust_2018_idioms -Wunused_lifetimes -Wrustc::internal -Drustc::symbol_intern_string_literal -Wkeyword_idents_2024 -Wunreachable_pub -Wunsafe_op_in_unsafe_fn -Wunused_crate_dependencies" RUSTC_REAL="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/rust-snapshot/bin/rustc" RUSTC_SNAPSHOT="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/rust-snapshot/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/rust-snapshot/lib" RUSTC_STAGE="0" RUSTC_SYSROOT="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/x86_64-unknown-linux-gnu/stage0-sysroot" RUSTC_TLS_MODEL_INITIAL_EXEC="1" RUSTC_VERBOSE="1" RUSTC_WRAPPER="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/bootstrap/debug/rustc" RUSTDOC="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="--cfg=windows_raw_dylib -Zunstable-options --check-cfg=cfg(bootstrap) -Wrustdoc::invalid_codeblock_attributes --crate-version 1.97.1\t(8bab26f4f\t2026-07-14)\t(built\tfrom\ta\tsource\ttarball) -Zcrate-attr=warn(rust_2018_idioms) --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1=/usr/src/debug/rust-native/1.97.1                     --remap-path-prefix=TOPDIR/tmp/work-shared=/usr/src/debug/rust-native/1.97.1  -Clink-arg=-lz -Clink-arg=-lzstd --cfg=bootstrap" RUSTDOC_LIBDIR="TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/rust-snapshot/lib" RUSTDOC_REAL="/path/to/nowhere/rustdoc/not/required" RUSTFLAGS="--cfg=windows_raw_dylib -Zunstable-options --check-cfg=cfg(bootstrap) -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin -Clink-args=-Wl,-rpath,$ORIGIN/../lib -Alinker-messages -Zon-broken-pipe=kill --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1=/usr/src/debug/rust-native/1.97.1                     --remap-path-prefix=TOPDIR/tmp/work-shared=/usr/src/debug/rust-native/1.97.1  -Clink-arg=-lz -Clink-arg=-lzstd --cfg=bootstrap" RUST_TEST_THREADS="16" __CARGO_DEFAULT_LIB_METADATA="bootstrap1.97.1" "TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/rust-snapshot/bin/cargo" "build" "-Zwarnings" "--target" "x86_64-unknown-linux-gnu" "-Zbinary-dep-depinfo" "-j" "16" "-Zroot-dir=TOPDIR/tmp/work-shared/rust-source-1.97.1-r0/sources/rustc-1.97.1-src" "--frozen" "--profile=release" "--features" "llvm max_level_info" "--manifest-path" "TOPDIR/tmp/work-shared/rust-source-1.97.1-r0/sources/rustc-1.97.1-src/compiler/rustc/Cargo.toml" "--message-format" "json-render-diagnostics" (failure_mode=Exit)
expected success, got: exit status: 101
Traceback (most recent call last):
  File "TOPDIR/tmp/work-shared/rust-source-1.97.1-r0/sources/rustc-1.97.1-src/src/bootstrap/bootstrap.py", line 1446, in <module>
    main()
    ~~~~^^
  File "TOPDIR/tmp/work-shared/rust-source-1.97.1-r0/sources/rustc-1.97.1-src/src/bootstrap/bootstrap.py", line 1425, in main
    bootstrap(args)
    ~~~~~~~~~^^^^^^
  File "TOPDIR/tmp/work-shared/rust-source-1.97.1-r0/sources/rustc-1.97.1-src/src/bootstrap/bootstrap.py", line 1383, in bootstrap
    run(args, env=env, verbose=build.verbose, is_bootstrap=True)
    ~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "TOPDIR/tmp/work-shared/rust-source-1.97.1-r0/sources/rustc-1.97.1-src/src/bootstrap/bootstrap.py", line 237, in run
    raise RuntimeError(err)
RuntimeError: failed to run: TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/build/rust-build/bootstrap/debug/bootstrap -j 16 install --verbose
WARNING: TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/temp/run.do_install.1755159:175 exit 1 from 'python3 TOPDIR/tmp/work-shared/rust-source-1.97.1-r0/sources/rustc-1.97.1-src/src/bootstrap/bootstrap.py -j 16 "$@" --verbose'
WARNING: Backtrace (BB generated script): 
	#1: rust_runx, TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/temp/run.do_install.1755159, line 175
	#2: rust_do_install, TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/temp/run.do_install.1755159, line 152
	#3: do_install, TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/temp/run.do_install.1755159, line 147
	#4: main, TOPDIR/tmp/work/x86_64-linux/rust-native/1.97.1/temp/run.do_install.1755159, line 225

Error details

Submitted on:
25/08/26 12:50
Error type:
Recipe
Task:
do_install
Recipe:
rust-native
Recipe version:
1.97.1-r0
Machine:
qemuarm64
Distro:
poky
Build system:
x86_64-linux
Target system:
aarch64-poky-linux
Host distro:
universal/opensuseleap-16.0
Branch:
mathieu/master-next
Commit:
f96100bdce7386e5eedf03825ea53c6ea3cc12ff
Build:
#247980
Submitter:
yp-ab-opensuse160-vk-1.yocto.io
Link back:
https://autobuilder.yoctoproject.org/valkyrie/#/builders/89/builds/4309
Similar errors:
0
Open a bug