DEBUG: Executing shell function do_install
COMPILE rust-native install
Building bootstrap
running: TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/rust-snapshot/bin/cargo build --manifest-path TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/src/bootstrap/Cargo.toml -Zroot-dir=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src --verbose --frozen
Fresh memchr v2.7.4
Fresh unicode-ident v1.0.13
Fresh proc-macro2 v1.0.89
Fresh version_check v0.9.5
Fresh quote v1.0.37
Fresh shlex v1.3.0
Fresh aho-corasick v1.1.3
Fresh regex-syntax v0.8.5
Fresh typenum v1.17.0
Fresh cc v1.2.23
Fresh syn v2.0.87
Fresh regex-automata v0.4.9
Fresh pkg-config v0.3.31
Fresh bitflags v2.6.0
Fresh cfg-if v1.0.0
Fresh linux-raw-sys v0.9.3
Fresh heck v0.5.0
Fresh anstyle v1.0.10
Fresh clap_lex v0.7.2
Fresh same-file v1.0.6
Fresh log v0.4.22
Fresh cpufeatures v0.2.15
Fresh ryu v1.0.18
Fresh itoa v1.0.11
Fresh object v0.36.5
Fresh termcolor v1.4.1
Fresh home v0.5.9
Fresh libc v0.2.174
Fresh serde v1.0.215
Fresh bstr v1.10.0
Fresh rustix v1.0.7
Fresh crossbeam-utils v0.8.20
Fresh clap_derive v4.5.18
Fresh clap_builder v4.5.20
Fresh serde_derive v1.0.215
Fresh walkdir v2.5.0
Fresh cmake v0.1.54
Fresh generic-array v0.14.7
Fresh crossbeam-epoch v0.9.18
Fresh filetime v0.2.25
Fresh globset v0.4.15
Fresh xattr v1.5.0
Fresh clap v4.5.20
Fresh serde_json v1.0.132
Fresh build_helper v0.1.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/src/build_helper)
Fresh fd-lock v4.0.4
Fresh opener v0.5.2
Fresh toml v0.5.11
Fresh semver v1.0.23
Fresh block-buffer v0.10.4
Fresh crypto-common v0.1.6
Fresh crossbeam-deque v0.8.5
Fresh lzma-sys v0.1.20
Fresh tar v0.4.43
Fresh clap_complete v4.5.37
Fresh digest v0.10.7
Fresh ignore v0.4.23
Fresh xz2 v0.1.7
Fresh sha2 v0.10.8
Fresh bootstrap v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/src/bootstrap)
Finished `dev` profile [unoptimized] target(s) in 0.47s
running: TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/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:507:27, executed at src/bootstrap/src/core/config/config.rs:517:46)
fatal: not a git repository (or any of the parent directories): .git
running: "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/rust-snapshot/bin/rustc" "--version" (failure_mode=Exit) (created at src/bootstrap/src/core/config/config.rs:1528:13, executed at src/bootstrap/src/core/config/config.rs:1528:52)
running: "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/rust-snapshot/bin/rustc" "--print" "sysroot" (failure_mode=Exit) (created at src/bootstrap/src/core/config/config.rs:831:13, executed at src/bootstrap/src/core/config/config.rs:834:18)
running: "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/rust-snapshot/bin/cargo" "--version" (failure_mode=Exit) (created at src/bootstrap/src/core/config/config.rs:1528:13, executed at src/bootstrap/src/core/config/config.rs:1528:52)
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
NOTE: to silence this warning, update `bootstrap.toml` to use `change-id = 144675` or `change-id = "ignore"` instead
running: "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/rust-snapshot/bin/rustc" "--print" "target-libdir" (failure_mode=Exit) (created at src/bootstrap/src/lib.rs:447:37, executed at src/bootstrap/src/lib.rs:450:14)
running: "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/rust-snapshot/bin/rustc" "--version" "--verbose" (failure_mode=Exit) (created at src/bootstrap/src/lib.rs:554:37, executed at src/bootstrap/src/lib.rs:557:14)
finding compilers
CC_x86_64-unknown-linux-gnu = "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/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.90.0/recipe-sysroot-native/usr/include", "-pipe", "-isystemTOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/recipe-sysroot-native/usr/include", "-pipe"]
CXX_x86_64-unknown-linux-gnu = "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/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.90.0/recipe-sysroot-native/usr/include", "-pipe", "-fvisibility-inlines-hidden", "-isystemTOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/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.90.0/rust-snapshot/bin/rustc" "--print" "target-list" (failure_mode=Exit) (created at src/bootstrap/src/core/sanity.rs:201:57, executed at src/bootstrap/src/core/sanity.rs:204:10)
running: "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/recipe-sysroot-native/usr/bin/llvm-config" "--bindir" (failure_mode=Exit) (created at src/bootstrap/src/lib.rs:968:31, executed at src/bootstrap/src/lib.rs:968:58)
learning about cargo
running: RUSTC_BOOTSTRAP="1" "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/rust-snapshot/bin/cargo" "metadata" "--format-version" "1" "--no-deps" "--manifest-path" "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-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.90.0/rust-snapshot/bin/cargo" "metadata" "--format-version" "1" "--no-deps" "--manifest-path" "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-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.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage2 to avoid caching bugs
Removing sysroot TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1 to avoid caching bugs
Removing sysroot TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage0-sysroot to avoid caching bugs
Cache hit: "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/rust-snapshot/bin/rustc" "--print" "sysroot" (failure_mode=Exit)
running: cd "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src" && env -u MAKEFLAGS -u MFLAGS CARGO_INCREMENTAL="0" CARGO_LOG="cargo::core::compiler::fingerprint=info" 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.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage0-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.90.0" CFG_RELEASE_CHANNEL="stable" CFG_VERSION="1.90.0 (1159e78c4 2025-09-14) (built from a source tarball)" CFG_VER_DATE="2025-09-14" CFG_VER_HASH="1159e78c4747b02ef996e55082b704c09b970588" CFG_VIRTUAL_RUSTC_DEV_SOURCE_BASE_DIR="/rustc-dev/1159e78c4747b02ef996e55082b704c09b970588" CFG_VIRTUAL_RUST_SOURCE_BASE_DIR="/rustc/1159e78c4747b02ef996e55082b704c09b970588" 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.90.0/recipe-sysroot-native/usr/bin/llvm-config" REAL_LIBRARY_PATH_VAR="LD_LIBRARY_PATH" RUSTBUILD_NATIVE_DIR="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/native" RUSTC="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/bootstrap/debug/rustc" RUSTC_BOOTSTRAP="1" RUSTC_BREAK_ON_ICE="1" RUSTC_CARGO_REGISTRY_SRC_TO_REMAP="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/vendor=/rust/deps" RUSTC_DEBUGINFO_MAP="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src=/rustc-dev/1159e78c4747b02ef996e55082b704c09b970588" RUSTC_ERROR_METADATA_DST="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/tmp/extended-error-metadata" RUSTC_FORCE_UNSTABLE="1" RUSTC_HOST_FLAGS="--check-cfg=cfg(bootstrap) --cfg=bootstrap -Clinker=" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/rust-snapshot/lib" RUSTC_LINK_STD_INTO_RUSTC_DRIVER="1" RUSTC_LINT_FLAGS="-Wrust_2018_idioms -Wunused_lifetimes -Dwarnings -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.90.0/rust-snapshot/bin/rustc" RUSTC_SNAPSHOT="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/rust-snapshot/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/rust-snapshot/lib" RUSTC_STAGE="0" RUSTC_SYSROOT="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/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.90.0/sources/rustc-1.90.0-src/build/bootstrap/debug/rustc" RUSTDOC="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="--remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0=/usr/src/debug/rust-native/1.90.0 -Clink-arg=-lz -Clink-arg=-lzstd --cfg=bootstrap --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(llvm_enzyme) -Dwarnings -Wrustdoc::invalid_codeblock_attributes --crate-version 1.90.0\t(1159e78c4\t2025-09-14)\t(built\tfrom\ta\tsource\ttarball) -Clinker= -Zcrate-attr=warn(rust_2018_idioms)" RUSTDOC_REAL="/path/to/nowhere/rustdoc/not/required" RUSTFLAGS="--remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0=/usr/src/debug/rust-native/1.90.0 -Clink-arg=-lz -Clink-arg=-lzstd --cfg=bootstrap --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(llvm_enzyme) -Zmacro-backtrace -Csplit-debuginfo=off -Cprefer-dynamic -Clink-args=-Wl,-z,origin -Clink-args=-Wl,-rpath,$ORIGIN/../lib -Alinker-messages -Zon-broken-pipe=kill" RUST_TEST_THREADS="16" WINAPI_NO_BUNDLED_LIBRARIES="1" __CARGO_DEFAULT_LIB_METADATA="bootstrap1.90.0" "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/rust-snapshot/bin/cargo" "build" "--target" "x86_64-unknown-linux-gnu" "-Zbinary-dep-depinfo" "-j" "16" "-Zroot-dir=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src" "-v" "--frozen" "--release" "--features" "llvm max_level_info" "--manifest-path" "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/compiler/rustc/Cargo.toml" "--message-format" "json-render-diagnostics" (failure_mode=Exit)
running: cd "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src" && env -u MAKEFLAGS -u MFLAGS CARGO_INCREMENTAL="0" CARGO_LOG="cargo::core::compiler::fingerprint=info" 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.90.0/sources/rustc-1.90.0-src/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_COMPILER_HOST_TRIPLE="x86_64-unknown-linux-gnu" CFG_RELEASE="1.90.0" CFG_RELEASE_CHANNEL="stable" CFG_RELEASE_NUM="1.90.0" CFG_VERSION="1.90.0 (1159e78c4 2025-09-14) (built from a source tarball)" CFG_VER_DATE="2025-09-14" CFG_VER_DESCRIPTION="built from a source tarball" CFG_VER_HASH="1159e78c4747b02ef996e55082b704c09b970588" 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.90.0" 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.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/native" RUSTC="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/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/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/vendor=/rust/deps" RUSTC_DEBUGINFO_MAP="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src=/rustc/1159e78c4747b02ef996e55082b704c09b970588" RUSTC_ERROR_METADATA_DST="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/tmp/extended-error-metadata" RUSTC_HOST_FLAGS="--cfg=bootstrap -Clinker=" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/rust-snapshot/lib" RUSTC_LINK_STD_INTO_RUSTC_DRIVER="1" RUSTC_LINT_FLAGS="-Wrust_2018_idioms -Wunused_lifetimes -Dwarnings" RUSTC_REAL="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/rust-snapshot/bin/rustc" RUSTC_SNAPSHOT="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/rust-snapshot/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/rust-snapshot/lib" RUSTC_STAGE="0" RUSTC_SYSROOT="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/rust-snapshot" RUSTC_TLS_MODEL_INITIAL_EXEC="1" RUSTC_VERBOSE="1" RUSTC_WRAPPER="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/bootstrap/debug/rustc" RUSTDOC="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="--remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0=/usr/src/debug/rust-native/1.90.0 -Clink-arg=-lz -Clink-arg=-lzstd --cfg=bootstrap --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options -Dwarnings -Wrustdoc::invalid_codeblock_attributes --crate-version 1.90.0\t(1159e78c4\t2025-09-14)\t(built\tfrom\ta\tsource\ttarball) -Clinker=" RUSTDOC_REAL="/path/to/nowhere/rustdoc/not/required" RUSTFLAGS="--remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0=/usr/src/debug/rust-native/1.90.0 -Clink-arg=-lz -Clink-arg=-lzstd --cfg=bootstrap --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin -Clink-args=-Wl,-rpath,$ORIGIN/../lib -Alinker-messages -Zunstable-options -Clto=off" RUST_TEST_THREADS="16" SYSROOT="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage0-sysroot" __CARGO_DEFAULT_LIB_METADATA="bootstrap1.90.0" "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/rust-snapshot/bin/cargo" "build" "--target" "x86_64-unknown-linux-gnu" "-Zbinary-dep-depinfo" "-j" "16" "-Zroot-dir=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src" "-v" "--frozen" "--release" "--manifest-path" "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/src/tools/llvm-bitcode-linker/Cargo.toml" "--message-format" "json-render-diagnostics" (failure_mode=Exit)
running: cd "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src" && env -u MAKEFLAGS -u MFLAGS CARGO_INCREMENTAL="0" CARGO_LOG="cargo::core::compiler::fingerprint=info" 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.90.0/sources/rustc-1.90.0-src/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_COMPILER_HOST_TRIPLE="x86_64-unknown-linux-gnu" CFG_DISABLE_UNSTABLE_FEATURES="1" 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.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/native" RUSTC="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/bootstrap/debug/rustc" RUSTC_BOOTSTRAP="1" RUSTC_BREAK_ON_ICE="1" RUSTC_CARGO_REGISTRY_SRC_TO_REMAP="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/vendor=/rust/deps" RUSTC_DEBUGINFO_MAP="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src=/rustc/1159e78c4747b02ef996e55082b704c09b970588" RUSTC_ERROR_METADATA_DST="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/tmp/extended-error-metadata" RUSTC_FORCE_UNSTABLE="1" RUSTC_HOST_FLAGS="-Clinker=" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1/lib" RUSTC_LINK_STD_INTO_RUSTC_DRIVER="1" RUSTC_LINT_FLAGS="-Wrust_2018_idioms -Wunused_lifetimes -Dwarnings" RUSTC_REAL="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1/bin/rustc" RUSTC_SNAPSHOT="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/rust-snapshot/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/rust-snapshot/lib" RUSTC_STAGE="1" RUSTC_SYSROOT="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1" RUSTC_VERBOSE="1" RUSTC_WRAPPER="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/bootstrap/debug/rustc" RUSTDOC="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="--remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0=/usr/src/debug/rust-native/1.90.0 -Clink-arg=-lz -Clink-arg=-lzstd -Csymbol-mangling-version=legacy --check-cfg=cfg(feature,values(any())) -Zunstable-options -Dwarnings -Wrustdoc::invalid_codeblock_attributes --crate-version 1.90.0\t(1159e78c4\t2025-09-14)\t(built\tfrom\ta\tsource\ttarball) -Clinker= -Zcrate-attr=doc(html_root_url=\"https://doc.rust-lang.org/1.90.0/\") -Zcrate-attr=warn(rust_2018_idioms)" RUSTDOC_REAL="/path/to/nowhere/rustdoc/not/required" RUSTFLAGS="--remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0=/usr/src/debug/rust-native/1.90.0 -Clink-arg=-lz -Clink-arg=-lzstd -Csymbol-mangling-version=legacy --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 -Cembed-bitcode=yes -Zunstable-options -Cforce-frame-pointers=non-leaf -Zcrate-attr=doc(html_root_url=\"https://doc.rust-lang.org/1.90.0/\")" RUST_COMPILER_RT_ROOT="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/src/llvm-project/compiler-rt" RUST_TEST_THREADS="16" WINAPI_NO_BUNDLED_LIBRARIES="1" __CARGO_DEFAULT_LIB_METADATA="stablestd1.90.0" "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/rust-snapshot/bin/cargo" "build" "--target" "x86_64-unknown-linux-gnu" "-Zbinary-dep-depinfo" "-j" "16" "-Zroot-dir=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src" "-v" "--frozen" "--release" "--features" "backtrace panic-unwind compiler-builtins-c" "--manifest-path" "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/library/sysroot/Cargo.toml" "--message-format" "json-render-diagnostics" (failure_mode=Exit)
running: cd "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src" && env -u MAKEFLAGS -u MFLAGS CARGO_INCREMENTAL="0" CARGO_LOG="cargo::core::compiler::fingerprint=info" 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.90.0/sources/rustc-1.90.0-src/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.90.0" CFG_RELEASE_CHANNEL="stable" CFG_VERSION="1.90.0 (1159e78c4 2025-09-14) (built from a source tarball)" CFG_VER_DATE="2025-09-14" CFG_VER_HASH="1159e78c4747b02ef996e55082b704c09b970588" CFG_VIRTUAL_RUSTC_DEV_SOURCE_BASE_DIR="/rustc-dev/1159e78c4747b02ef996e55082b704c09b970588" CFG_VIRTUAL_RUST_SOURCE_BASE_DIR="/rustc/1159e78c4747b02ef996e55082b704c09b970588" 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.90.0/recipe-sysroot-native/usr/bin/llvm-config" REAL_LIBRARY_PATH_VAR="LD_LIBRARY_PATH" RUSTBUILD_NATIVE_DIR="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/native" RUSTC="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/bootstrap/debug/rustc" RUSTC_BOOTSTRAP="1" RUSTC_BREAK_ON_ICE="1" RUSTC_CARGO_REGISTRY_SRC_TO_REMAP="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/vendor=/rust/deps" RUSTC_DEBUGINFO_MAP="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src=/rustc-dev/1159e78c4747b02ef996e55082b704c09b970588" RUSTC_ERROR_METADATA_DST="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/tmp/extended-error-metadata" RUSTC_FORCE_UNSTABLE="1" RUSTC_HOST_FLAGS="--check-cfg=cfg(bootstrap) -Clinker=" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1/lib" RUSTC_LINK_STD_INTO_RUSTC_DRIVER="1" RUSTC_LINT_FLAGS="-Wrust_2018_idioms -Wunused_lifetimes -Dwarnings -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.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1/bin/rustc" RUSTC_SNAPSHOT="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1/lib" RUSTC_STAGE="1" RUSTC_SYSROOT="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/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.90.0/sources/rustc-1.90.0-src/build/bootstrap/debug/rustc" RUSTDOC="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="--remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0=/usr/src/debug/rust-native/1.90.0 -Clink-arg=-lz -Clink-arg=-lzstd --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(llvm_enzyme) -Dwarnings -Wrustdoc::invalid_codeblock_attributes --crate-version 1.90.0\t(1159e78c4\t2025-09-14)\t(built\tfrom\ta\tsource\ttarball) -Clinker= -Zcrate-attr=warn(rust_2018_idioms)" RUSTDOC_REAL="/path/to/nowhere/rustdoc/not/required" RUSTFLAGS="--remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0=/usr/src/debug/rust-native/1.90.0 -Clink-arg=-lz -Clink-arg=-lzstd --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(llvm_enzyme) -Zmacro-backtrace -Csplit-debuginfo=off -Cprefer-dynamic -Clink-args=-Wl,-z,origin -Clink-args=-Wl,-rpath,$ORIGIN/../lib -Alinker-messages -Zon-broken-pipe=kill" RUST_TEST_THREADS="16" WINAPI_NO_BUNDLED_LIBRARIES="1" __CARGO_DEFAULT_LIB_METADATA="stable1.90.0" "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/rust-snapshot/bin/cargo" "build" "--target" "x86_64-unknown-linux-gnu" "-Zbinary-dep-depinfo" "-j" "16" "-Zroot-dir=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src" "-v" "--frozen" "--release" "--features" "llvm max_level_info" "--manifest-path" "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/compiler/rustc/Cargo.toml" "--message-format" "json-render-diagnostics" (failure_mode=Exit)
running: cd "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src" && env -u MAKEFLAGS -u MFLAGS CARGO_INCREMENTAL="0" CARGO_LOG="cargo::core::compiler::fingerprint=info" 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.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-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_COMPILER_HOST_TRIPLE="x86_64-unknown-linux-gnu" CFG_RELEASE="1.90.0" CFG_RELEASE_CHANNEL="stable" CFG_RELEASE_NUM="1.90.0" CFG_VERSION="1.90.0 (1159e78c4 2025-09-14) (built from a source tarball)" CFG_VER_DATE="2025-09-14" CFG_VER_DESCRIPTION="built from a source tarball" CFG_VER_HASH="1159e78c4747b02ef996e55082b704c09b970588" 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.90.0" 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.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/native" RUSTC="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/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/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/vendor=/rust/deps" RUSTC_DEBUGINFO_MAP="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src=/rustc/1159e78c4747b02ef996e55082b704c09b970588" RUSTC_ERROR_METADATA_DST="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/tmp/extended-error-metadata" RUSTC_HOST_FLAGS="-Clinker=" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1/lib" RUSTC_LINK_STD_INTO_RUSTC_DRIVER="1" RUSTC_LINT_FLAGS="-Wrust_2018_idioms -Wunused_lifetimes -Dwarnings" RUSTC_REAL="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1/bin/rustc" RUSTC_SNAPSHOT="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1/lib" RUSTC_STAGE="1" RUSTC_SYSROOT="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/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.90.0/sources/rustc-1.90.0-src/build/bootstrap/debug/rustc" RUSTDOC="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="--remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0=/usr/src/debug/rust-native/1.90.0 -Clink-arg=-lz -Clink-arg=-lzstd --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options -Dwarnings -Wrustdoc::invalid_codeblock_attributes --crate-version 1.90.0\t(1159e78c4\t2025-09-14)\t(built\tfrom\ta\tsource\ttarball) -Clinker=" RUSTDOC_REAL="/path/to/nowhere/rustdoc/not/required" RUSTFLAGS="--remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0=/usr/src/debug/rust-native/1.90.0 -Clink-arg=-lz -Clink-arg=-lzstd --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin -Clink-args=-Wl,-rpath,$ORIGIN/../lib -Alinker-messages -Zunstable-options -Clto=off" RUST_TEST_THREADS="16" SYSROOT="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1" __CARGO_DEFAULT_LIB_METADATA="stable1.90.0" "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/rust-snapshot/bin/cargo" "build" "--target" "x86_64-unknown-linux-gnu" "-Zbinary-dep-depinfo" "-j" "16" "-Zroot-dir=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src" "-v" "--frozen" "--release" "--manifest-path" "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/src/tools/llvm-bitcode-linker/Cargo.toml" "--message-format" "json-render-diagnostics" (failure_mode=Exit)
running: cd "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src" && env -u MAKEFLAGS -u MFLAGS CARGO_INCREMENTAL="0" CARGO_LOG="cargo::core::compiler::fingerprint=info" 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.90.0/sources/rustc-1.90.0-src/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_COMPILER_HOST_TRIPLE="x86_64-unknown-linux-gnu" CFG_RELEASE="1.90.0" CFG_RELEASE_CHANNEL="stable" CFG_RELEASE_NUM="1.90.0" CFG_VERSION="1.90.0 (1159e78c4 2025-09-14) (built from a source tarball)" CFG_VER_DATE="2025-09-14" CFG_VER_DESCRIPTION="built from a source tarball" CFG_VER_HASH="1159e78c4747b02ef996e55082b704c09b970588" 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.90.0" 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.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/native" RUSTC="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/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/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/vendor=/rust/deps" RUSTC_DEBUGINFO_MAP="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src=/rustc/1159e78c4747b02ef996e55082b704c09b970588" RUSTC_ERROR_METADATA_DST="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/tmp/extended-error-metadata" RUSTC_HOST_FLAGS="--cfg=bootstrap -Clinker=" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/rust-snapshot/lib" RUSTC_LINK_STD_INTO_RUSTC_DRIVER="1" RUSTC_LINT_FLAGS="-Wrust_2018_idioms -Wunused_lifetimes -Dwarnings" RUSTC_REAL="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/rust-snapshot/bin/rustc" RUSTC_SNAPSHOT="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/rust-snapshot/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/rust-snapshot/lib" RUSTC_STAGE="0" RUSTC_SYSROOT="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/rust-snapshot" RUSTC_TLS_MODEL_INITIAL_EXEC="1" RUSTC_VERBOSE="1" RUSTC_WRAPPER="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/bootstrap/debug/rustc" RUSTDOC="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="--remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0=/usr/src/debug/rust-native/1.90.0 -Clink-arg=-lz -Clink-arg=-lzstd --cfg=bootstrap --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options -Dwarnings -Wrustdoc::invalid_codeblock_attributes --crate-version 1.90.0\t(1159e78c4\t2025-09-14)\t(built\tfrom\ta\tsource\ttarball) -Clinker=" RUSTDOC_REAL="/path/to/nowhere/rustdoc/not/required" RUSTFLAGS="--remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0=/usr/src/debug/rust-native/1.90.0 -Clink-arg=-lz -Clink-arg=-lzstd --cfg=bootstrap --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin -Clink-args=-Wl,-rpath,$ORIGIN/../lib -Alinker-messages -Zunstable-options -Clto=off" RUST_TEST_THREADS="16" SYSROOT="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage0-sysroot" __CARGO_DEFAULT_LIB_METADATA="bootstrap1.90.0" "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/rust-snapshot/bin/cargo" "build" "--target" "x86_64-unknown-linux-gnu" "-Zbinary-dep-depinfo" "-j" "16" "-Zroot-dir=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src" "-v" "--frozen" "--release" "--manifest-path" "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/src/tools/rust-installer/Cargo.toml" "--message-format" "json-render-diagnostics" (failure_mode=Exit)
Forcing dist.compression-profile = 'no-op' for `x install`.
running: cd "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src" && env -u MAKEFLAGS -u MFLAGS CARGO_INCREMENTAL="0" CARGO_LOG="cargo::core::compiler::fingerprint=info" 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.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-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_COMPILER_HOST_TRIPLE="x86_64-unknown-linux-gnu" CFG_RELEASE="1.90.0" CFG_RELEASE_CHANNEL="stable" CFG_RELEASE_NUM="1.90.0" CFG_VERSION="1.90.0 (1159e78c4 2025-09-14) (built from a source tarball)" CFG_VER_DATE="2025-09-14" CFG_VER_DESCRIPTION="built from a source tarball" CFG_VER_HASH="1159e78c4747b02ef996e55082b704c09b970588" 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.90.0" 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.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/native" RUSTC="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/bootstrap/debug/rustc" RUSTC_BOOTSTRAP="1" RUSTC_BREAK_ON_ICE="1" RUSTC_CARGO_REGISTRY_SRC_TO_REMAP="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/vendor=/rust/deps" RUSTC_DEBUGINFO_MAP="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src=/rustc/1159e78c4747b02ef996e55082b704c09b970588" RUSTC_ERROR_METADATA_DST="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/tmp/extended-error-metadata" RUSTC_HOST_FLAGS="--check-cfg=cfg(bootstrap) -Clinker=" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1/lib" RUSTC_LINK_STD_INTO_RUSTC_DRIVER="1" RUSTC_LINT_FLAGS="-Wrust_2018_idioms -Wunused_lifetimes -Dwarnings" RUSTC_REAL="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1/bin/rustc" RUSTC_SNAPSHOT="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1/lib" RUSTC_STAGE="1" RUSTC_SYSROOT="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/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.90.0/sources/rustc-1.90.0-src/build/bootstrap/debug/rustc" RUSTDOC="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="--remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0=/usr/src/debug/rust-native/1.90.0 -Clink-arg=-lz -Clink-arg=-lzstd --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(llvm_enzyme) --check-cfg=cfg(rust_analyzer) -Dwarnings -Wrustdoc::invalid_codeblock_attributes --crate-version 1.90.0\t(1159e78c4\t2025-09-14)\t(built\tfrom\ta\tsource\ttarball) -Clinker=" RUSTDOC_REAL="/path/to/nowhere/rustdoc/not/required" RUSTFLAGS="--remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0=/usr/src/debug/rust-native/1.90.0 -Clink-arg=-lz -Clink-arg=-lzstd --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(llvm_enzyme) --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" RUST_TEST_THREADS="16" SYSROOT="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1" __CARGO_DEFAULT_LIB_METADATA="stabletool-rustc1.90.0" "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/rust-snapshot/bin/cargo" "build" "--target" "x86_64-unknown-linux-gnu" "-Zbinary-dep-depinfo" "-j" "16" "-Zroot-dir=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src" "-v" "--frozen" "--release" "--manifest-path" "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/src/tools/rustdoc/Cargo.toml" "--message-format" "json-render-diagnostics" (failure_mode=Exit)
running: cd "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src" && env -u MAKEFLAGS -u MFLAGS CARGO_INCREMENTAL="0" CARGO_LOG="cargo::core::compiler::fingerprint=info" 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.90.0/sources/rustc-1.90.0-src/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_COMPILER_HOST_TRIPLE="x86_64-unknown-linux-gnu" CFG_RELEASE="1.90.0" CFG_RELEASE_CHANNEL="stable" CFG_RELEASE_NUM="1.90.0" CFG_VERSION="1.90.0 (1159e78c4 2025-09-14) (built from a source tarball)" CFG_VER_DATE="2025-09-14" CFG_VER_DESCRIPTION="built from a source tarball" CFG_VER_HASH="1159e78c4747b02ef996e55082b704c09b970588" 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.90.0" 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.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/native" RUSTC="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/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/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/vendor=/rust/deps" RUSTC_DEBUGINFO_MAP="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src=/rustc/1159e78c4747b02ef996e55082b704c09b970588" RUSTC_ERROR_METADATA_DST="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/tmp/extended-error-metadata" RUSTC_HOST_FLAGS="--cfg=bootstrap -Clinker=" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/rust-snapshot/lib" RUSTC_LINK_STD_INTO_RUSTC_DRIVER="1" RUSTC_LINT_FLAGS="-Wrust_2018_idioms -Wunused_lifetimes -Dwarnings" RUSTC_REAL="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/rust-snapshot/bin/rustc" RUSTC_SNAPSHOT="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/rust-snapshot/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/rust-snapshot/lib" RUSTC_STAGE="0" RUSTC_SYSROOT="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/rust-snapshot" RUSTC_TLS_MODEL_INITIAL_EXEC="1" RUSTC_VERBOSE="1" RUSTC_WRAPPER="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/bootstrap/debug/rustc" RUSTDOC="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="--remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0=/usr/src/debug/rust-native/1.90.0 -Clink-arg=-lz -Clink-arg=-lzstd --cfg=bootstrap --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options -Dwarnings -Wrustdoc::invalid_codeblock_attributes --crate-version 1.90.0\t(1159e78c4\t2025-09-14)\t(built\tfrom\ta\tsource\ttarball) -Clinker=" RUSTDOC_REAL="/path/to/nowhere/rustdoc/not/required" RUSTFLAGS="--remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0=/usr/src/debug/rust-native/1.90.0 -Clink-arg=-lz -Clink-arg=-lzstd --cfg=bootstrap --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin -Clink-args=-Wl,-rpath,$ORIGIN/../lib -Alinker-messages -Zunstable-options -Clto=off" RUST_TEST_THREADS="16" SYSROOT="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage0-sysroot" __CARGO_DEFAULT_LIB_METADATA="bootstrap1.90.0" "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/rust-snapshot/bin/cargo" "build" "--target" "x86_64-unknown-linux-gnu" "-Zbinary-dep-depinfo" "-j" "16" "-Zroot-dir=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src" "-v" "--frozen" "--release" "--manifest-path" "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-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.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage2 to avoid caching bugs
Removing sysroot TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/x86_64-unknown-linux-gnu/lib to avoid caching bugs
running: "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/recipe-sysroot-native/usr/bin/llvm-config" "--version" (failure_mode=Exit) (created at src/bootstrap/src/core/build_steps/llvm.rs:601:5, executed at src/bootstrap/src/core/build_steps/llvm.rs:601:43)
Removing sysroot TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1 to avoid caching bugs
Removing sysroot TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib to avoid caching bugs
Removing sysroot TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage0-sysroot to avoid caching bugs
Removing sysroot TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/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.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage0-sysroot
Cache hit: "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/recipe-sysroot-native/usr/bin/llvm-config" "--version" (failure_mode=Exit)
Building compiler artifacts (stage0 -> stage1, x86_64-unknown-linux-gnu)
running: cd "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src" && env -u MAKEFLAGS -u MFLAGS AR_x86_64_unknown_linux_gnu="ar" CARGO_INCREMENTAL="0" CARGO_LOG="cargo::core::compiler::fingerprint=info" 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.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage0-rustc" CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/wrapper/target-rust-ccld" CC_x86_64_unknown_linux_gnu="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/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.90.0" CFG_RELEASE_CHANNEL="stable" CFG_VERSION="1.90.0 (1159e78c4 2025-09-14) (built from a source tarball)" CFG_VER_DATE="2025-09-14" CFG_VER_HASH="1159e78c4747b02ef996e55082b704c09b970588" CFG_VIRTUAL_RUSTC_DEV_SOURCE_BASE_DIR="/rustc-dev/1159e78c4747b02ef996e55082b704c09b970588" CFG_VIRTUAL_RUST_SOURCE_BASE_DIR="/rustc/1159e78c4747b02ef996e55082b704c09b970588" 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.90.0/wrapper/target-rust-cxx" LIBC_CHECK_CFG="1" LLVM_CONFIG="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/recipe-sysroot-native/usr/bin/llvm-config" 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.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/native" RUSTC="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/bootstrap/debug/rustc" RUSTC_BOOTSTRAP="1" RUSTC_BREAK_ON_ICE="1" RUSTC_CARGO_REGISTRY_SRC_TO_REMAP="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/vendor=/rust/deps" RUSTC_DEBUGINFO_MAP="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src=/rustc-dev/1159e78c4747b02ef996e55082b704c09b970588" RUSTC_ERROR_METADATA_DST="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/tmp/extended-error-metadata" RUSTC_FORCE_UNSTABLE="1" RUSTC_HOST_FLAGS="--check-cfg=cfg(bootstrap) --cfg=bootstrap -Clinker=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/wrapper/target-rust-ccld" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/rust-snapshot/lib" RUSTC_LINK_STD_INTO_RUSTC_DRIVER="1" RUSTC_LINT_FLAGS="-Wrust_2018_idioms -Wunused_lifetimes -Dwarnings -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.90.0/rust-snapshot/bin/rustc" RUSTC_SNAPSHOT="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/rust-snapshot/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/rust-snapshot/lib" RUSTC_STAGE="0" RUSTC_SYSROOT="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/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.90.0/sources/rustc-1.90.0-src/build/bootstrap/debug/rustc" RUSTDOC="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="--remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0=/usr/src/debug/rust-native/1.90.0 -Clink-arg=-lz -Clink-arg=-lzstd --cfg=bootstrap --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(llvm_enzyme) -Dwarnings -Wrustdoc::invalid_codeblock_attributes --crate-version 1.90.0\t(1159e78c4\t2025-09-14)\t(built\tfrom\ta\tsource\ttarball) -Clinker=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/wrapper/target-rust-ccld -Zcrate-attr=warn(rust_2018_idioms)" RUSTDOC_REAL="/path/to/nowhere/rustdoc/not/required" RUSTFLAGS="--remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0=/usr/src/debug/rust-native/1.90.0 -Clink-arg=-lz -Clink-arg=-lzstd --cfg=bootstrap --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options --check-cfg=cfg(bootstrap) --check-cfg=cfg(llvm_enzyme) -Zmacro-backtrace -Csplit-debuginfo=off -Cprefer-dynamic -Clink-args=-Wl,-z,origin -Clink-args=-Wl,-rpath,$ORIGIN/../lib -Alinker-messages -Zon-broken-pipe=kill" RUST_TEST_THREADS="16" WINAPI_NO_BUNDLED_LIBRARIES="1" __CARGO_DEFAULT_LIB_METADATA="bootstrap1.90.0" "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/rust-snapshot/bin/cargo" "build" "--target" "x86_64-unknown-linux-gnu" "-Zbinary-dep-depinfo" "-j" "16" "-Zroot-dir=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src" "-v" "--frozen" "--release" "--features" "llvm max_level_info" "--manifest-path" "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/compiler/rustc/Cargo.toml" "--message-format" "json-render-diagnostics" (failure_mode=Exit)
Fresh unicode-ident v1.0.18
Fresh cfg-if v1.0.1
Fresh stable_deref_trait v1.2.0
Fresh allocator-api2 v0.2.21
Fresh equivalent v1.0.2
Fresh once_cell v1.21.3
Fresh foldhash v0.1.5
Fresh bitflags v2.9.1
Fresh autocfg v1.5.0
Fresh proc-macro2 v1.0.95
Fresh hashbrown v0.15.4
Fresh version_check v0.9.5
Fresh tracing-core v0.1.30
Fresh scopeguard v1.2.0
Fresh log v0.4.27
Fresh pin-project-lite v0.2.16
Fresh quote v1.0.40
Fresh libc v0.2.174
Fresh indexmap v2.10.0
Fresh typenum v1.18.0
Fresh linux-raw-sys v0.9.4
Fresh rustc-stable-hash v0.1.2
Fresh syn v2.0.104
Fresh getrandom v0.3.3
Fresh parking_lot_core v0.9.11
Fresh lock_api v0.4.13
Fresh crossbeam-utils v0.8.21
Fresh zerocopy v0.8.26
Fresh rustc_hashes v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/compiler/rustc_hashes)
Fresh rustix v1.0.8
Fresh rustc-hash v1.1.0
Fresh thin-vec v0.2.14
Fresh fastrand v2.3.0
Fresh synstructure v0.13.2
Fresh displaydoc v0.2.5
Fresh generic-array v0.14.7
Fresh tracing-attributes v0.1.30
Fresh parking_lot v0.12.4
Fresh crossbeam-epoch v0.9.18
Fresh proc-macro-hack v0.5.20+deprecated
Fresh ppv-lite86 v0.2.21
Fresh psm v0.1.26
Fresh tempfile v3.20.0
Fresh rustc_index_macros v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/compiler/rustc_index_macros)
Fresh rustc_serialize v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/compiler/rustc_serialize)
Fresh perf-event-open-sys v3.0.0
Fresh memmap2 v0.2.3
Fresh tracing v0.1.37
Fresh crypto-common v0.1.6
Fresh block-buffer v0.10.4
Fresh crossbeam-deque v0.8.6
Fresh rustc_macros v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/compiler/rustc_macros)
Fresh either v1.15.0
Fresh cpufeatures v0.2.17
Fresh itoa v1.0.15
Fresh arrayvec v0.7.6
Fresh measureme v12.0.3
Fresh stacker v0.1.21
Fresh jobserver v0.1.33
Fresh ena v0.14.3
Fresh digest v0.10.7
Fresh rustc_thread_pool v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/compiler/rustc_thread_pool)
Fresh rustc_index v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/compiler/rustc_index)
Fresh rustc_arena v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/compiler/rustc_arena)
Fresh elsa v1.11.2
Fresh constant_time_eq v0.3.1
Fresh rustc_graphviz v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/compiler/rustc_graphviz)
Fresh arrayref v0.3.9
Fresh derive-where v1.5.0
Fresh scoped-tls v1.0.1
Fresh zerofrom-derive v0.1.6
Fresh yoke-derive v0.7.5
Fresh zerovec-derive v0.10.3
Fresh unic-langid-macros-impl v0.9.6
Fresh blake3 v1.8.2
Fresh sha1 v0.10.6
Fresh md-5 v0.10.6
Fresh rustc_data_structures v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/compiler/rustc_data_structures)
Fresh sha2 v0.10.9
Fresh zerofrom v0.1.6
Fresh tinystr v0.8.1
Fresh serde_derive v1.0.219
Fresh thiserror-impl v2.0.12
Fresh rand_core v0.9.3
Fresh rustc-literal-escaper v0.0.5
Fresh writeable v0.5.5
Fresh rustc_span v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/compiler/rustc_span)
Fresh yoke v0.7.5
Fresh crc32fast v1.5.0
Fresh unic-langid-impl v0.9.6
Fresh litemap v0.7.5
Fresh rand_chacha v0.9.0
Fresh icu_provider_macros v1.5.0
Fresh unicode-xid v0.2.6
Fresh unicode-properties v0.1.3
Fresh rand_xoshiro v0.7.0
Fresh zerovec v0.10.4
Fresh rustc_ast_ir v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/compiler/rustc_ast_ir)
Fresh serde v1.0.219
Fresh unic-langid-macros v0.9.6
Fresh wasmparser v0.234.0
Fresh rustc_lexer v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/compiler/rustc_lexer)
Fresh rand v0.9.2
Fresh ryu v1.0.20
Fresh itertools v0.12.1
Fresh rustc_fs_util v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/compiler/rustc_fs_util)
Fresh tinystr v0.7.6
Fresh unic-langid v0.9.6
Fresh icu_locid_transform_data v1.5.1
Fresh rustc_abi v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/compiler/rustc_abi)
Fresh serde_json v1.0.141
Fresh serde_path_to_error v0.1.17
Fresh object v0.37.1
Fresh rustc_ast v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/compiler/rustc_ast)
Fresh odht v0.3.1
Fresh regex-automata v0.2.0
Fresh rustc-hash v2.1.1
Fresh fnv v1.0.7
Fresh icu_locid v1.5.0
Fresh rustc_target v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/compiler/rustc_target)
Fresh icu_list_data v1.5.1
Fresh rustc_ast_pretty v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/compiler/rustc_ast_pretty)
Fresh strsim v0.11.1
Fresh ident_case v1.0.1
Fresh thiserror v2.0.12
Fresh type-map v0.5.1
Fresh memchr v2.7.5
Fresh fluent-langneg v0.13.0
Fresh intl_pluralrules v7.0.2
Fresh icu_provider v1.5.0
Fresh rustc_hir v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/compiler/rustc_hir)
Fresh darling_core v0.20.11
Fresh fluent-syntax v0.12.0
Fresh intl-memoizer v0.5.3
Fresh rustc_type_ir_macros v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/compiler/rustc_type_ir_macros)
Fresh self_cell v1.2.0
Fresh unicode-width v0.2.1
Fresh smallvec v1.15.1
Fresh anstyle v1.0.11
Fresh termize v0.2.0
Fresh rustc_error_codes v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/compiler/rustc_error_codes)
Fresh termcolor v1.4.1
Fresh getopts v0.2.23
Fresh icu_locid_transform v1.5.0
Fresh darling_macro v0.20.11
Fresh rustc_type_ir v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/compiler/rustc_type_ir)
Fresh fluent-bundle v0.16.0
Fresh annotate-snippets v0.11.5
Fresh rustc_feature v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/compiler/rustc_feature)
Fresh datafrog v2.0.1
Fresh rustc_hir_pretty v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/compiler/rustc_hir_pretty)
Fresh gsgdt v0.1.2
Fresh rustc_parse_format v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/compiler/rustc_parse_format)
Fresh tinyvec_macros v0.1.1
Fresh aho-corasick v1.1.3
Fresh regex-syntax v0.8.5
Fresh getrandom v0.2.16
Fresh icu_list v1.5.0
Fresh icu_provider_adapters v1.5.0
Fresh darling v0.20.11
Fresh rustc_fluent_macro v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/compiler/rustc_fluent_macro)
Fresh polonius-engine v0.13.0
Fresh rustc_next_trait_solver v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/compiler/rustc_next_trait_solver)
Fresh tinyvec v1.9.0
Fresh regex-automata v0.4.9
Fresh rand_core v0.6.4
Fresh static_assertions v1.1.0
Fresh rustc_proc_macro v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/compiler/rustc_proc_macro)
Fresh adler2 v2.0.1
Fresh unicode-script v0.5.7
Fresh libloading v0.8.8
Fresh rustc_baked_icu_data v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/compiler/rustc_baked_icu_data)
Fresh derive_setters v0.1.8
Fresh rustc_apfloat v0.2.3+llvm-462a31f5a5ab
Fresh unicode-normalization v0.1.24
Fresh rand_chacha v0.3.1
Fresh regex v1.11.1
Fresh miniz_oxide v0.8.9
Fresh regex-syntax v0.6.29
Fresh fallible-iterator v0.3.0
Fresh rustc-demangle v0.1.25
Fresh punycode v0.4.1
Fresh lazy_static v1.5.0
Fresh shlex v1.3.0
Fresh rustc_error_messages v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/compiler/rustc_error_messages)
Fresh rand v0.8.5
Fresh flate2 v1.1.2
Fresh unicode-security v0.1.2
Fresh gimli v0.31.1
Fresh regex-automata v0.1.10
Fresh overload v0.1.1
Fresh leb128 v0.2.5
Fresh cfg_aliases v0.2.1
Fresh sharded-slab v0.1.7
Fresh cc v1.2.16
Fresh bstr v1.12.0
Fresh thread_local v1.1.9
Fresh pathdiff v0.2.3
Fresh rustc_lint_defs v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/compiler/rustc_lint_defs)
Fresh twox-hash v1.6.3
Fresh wasm-encoder v0.219.2
Fresh nu-ansi-term v0.46.0
Fresh matchers v0.1.0
Fresh pulldown-cmark-escape v0.11.0
Fresh unicase v2.8.1
Fresh rustc_llvm v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/compiler/rustc_llvm)
Fresh tracing-log v0.2.0
Fresh nu-ansi-term v0.50.1
Fresh jiff v0.2.15
Fresh rustc_errors v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/compiler/rustc_errors)
Fresh ruzstd v0.7.3
Fresh tracing-subscriber v0.3.18
Fresh pulldown-cmark v0.11.3
Fresh rustc_session v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/compiler/rustc_session)
Fresh object v0.36.7
Fresh nix v0.30.1
Fresh tracing-tree v0.3.1
Fresh rustc_query_system v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/compiler/rustc_query_system)
Fresh rustc_attr_parsing v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/compiler/rustc_attr_parsing)
Fresh thorin-dwp v0.9.0
Fresh ar_archive_writer v0.4.2
Fresh rustc_log v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/compiler/rustc_log)
Fresh ctrlc v3.4.7
Fresh rustc_middle v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/compiler/rustc_middle)
Fresh rustc_parse v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/compiler/rustc_parse)
Fresh rustc_infer v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/compiler/rustc_infer)
Fresh rustc_transmute v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/compiler/rustc_transmute)
Fresh rustc_ast_passes v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/compiler/rustc_ast_passes)
Fresh rustc_incremental v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/compiler/rustc_incremental)
Fresh rustc_mir_dataflow v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/compiler/rustc_mir_dataflow)
Fresh rustc_symbol_mangling v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/compiler/rustc_symbol_mangling)
Fresh rustc_pattern_analysis v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/compiler/rustc_pattern_analysis)
Fresh rustc_ast_lowering v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/compiler/rustc_ast_lowering)
Fresh rustc_public_bridge v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/compiler/rustc_public_bridge)
Fresh rustc_query_impl v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/compiler/rustc_query_impl)
Fresh rustc_trait_selection v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/compiler/rustc_trait_selection)
Fresh rustc_expand v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/compiler/rustc_expand)
Fresh rustc_monomorphize v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/compiler/rustc_monomorphize)
Fresh rustc_public v0.1.0-preview (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/compiler/rustc_public)
Fresh rustc_metadata v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/compiler/rustc_metadata)
Fresh rustc_lint v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/compiler/rustc_lint)
Fresh rustc_ty_utils v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/compiler/rustc_ty_utils)
Fresh rustc_hir_analysis v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/compiler/rustc_hir_analysis)
Fresh rustc_traits v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/compiler/rustc_traits)
Fresh rustc_sanitizers v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/compiler/rustc_sanitizers)
Fresh rustc_const_eval v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/compiler/rustc_const_eval)
Fresh rustc_builtin_macros v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/compiler/rustc_builtin_macros)
Fresh rustc_privacy v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/compiler/rustc_privacy)
Fresh rustc_mir_build v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/compiler/rustc_mir_build)
Fresh rustc_codegen_ssa v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/compiler/rustc_codegen_ssa)
Fresh rustc_borrowck v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/compiler/rustc_borrowck)
Fresh rustc_resolve v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/compiler/rustc_resolve)
Fresh rustc_hir_typeck v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/compiler/rustc_hir_typeck)
Fresh rustc_mir_transform v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/compiler/rustc_mir_transform)
Fresh rustc_codegen_llvm v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/compiler/rustc_codegen_llvm)
Fresh rustc_passes v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/compiler/rustc_passes)
Fresh rustc_interface v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/compiler/rustc_interface)
Fresh rustc_driver_impl v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/compiler/rustc_driver_impl)
Fresh rustc_driver v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/compiler/rustc_driver)
Fresh rustc-main v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/compiler/rustc)
Finished `release` profile [optimized] target(s) in 0.74s
running: "strip" "--strip-debug" "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/librustc_driver.so" (failure_mode=Exit) (created at src/bootstrap/src/core/build_steps/compile.rs:2640:5, executed at src/bootstrap/src/core/build_steps/compile.rs:2640:53)
running: "strip" "--strip-debug" "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/rustc-main" (failure_mode=Exit) (created at src/bootstrap/src/core/build_steps/compile.rs:2640:5, executed at src/bootstrap/src/core/build_steps/compile.rs:2640:53)
Creating a sysroot for stage1 compiler (use `rustup toolchain link 'name' build/host/stage1`)
using sysroot TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/rust-snapshot
Building stage1 tool llvm-bitcode-linker (x86_64-unknown-linux-gnu)
running: cd "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src" && env -u MAKEFLAGS -u MFLAGS AR_x86_64_unknown_linux_gnu="ar" CARGO_INCREMENTAL="0" CARGO_LOG="cargo::core::compiler::fingerprint=info" 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.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/bootstrap-tools" CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/wrapper/target-rust-ccld" CC_x86_64_unknown_linux_gnu="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/wrapper/target-rust-cc" CFG_COMPILER_BUILD_TRIPLE="x86_64-unknown-linux-gnu" CFG_COMPILER_HOST_TRIPLE="x86_64-unknown-linux-gnu" CFG_RELEASE="1.90.0" CFG_RELEASE_CHANNEL="stable" CFG_RELEASE_NUM="1.90.0" CFG_VERSION="1.90.0 (1159e78c4 2025-09-14) (built from a source tarball)" CFG_VER_DATE="2025-09-14" CFG_VER_DESCRIPTION="built from a source tarball" CFG_VER_HASH="1159e78c4747b02ef996e55082b704c09b970588" 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.90.0/wrapper/target-rust-cxx" DOC_RUST_LANG_ORG_CHANNEL="https://doc.rust-lang.org/1.90.0" FORCE_ON_BROKEN_PIPE_KILL="-Zon-broken-pipe=kill" LIBC_CHECK_CFG="1" LZMA_API_STATIC="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.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/native" RUSTC="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/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/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/vendor=/rust/deps" RUSTC_DEBUGINFO_MAP="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src=/rustc/1159e78c4747b02ef996e55082b704c09b970588" RUSTC_ERROR_METADATA_DST="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/tmp/extended-error-metadata" RUSTC_HOST_FLAGS="--cfg=bootstrap -Clinker=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/wrapper/target-rust-ccld" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/rust-snapshot/lib" RUSTC_LINK_STD_INTO_RUSTC_DRIVER="1" RUSTC_LINT_FLAGS="-Wrust_2018_idioms -Wunused_lifetimes -Dwarnings" RUSTC_REAL="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/rust-snapshot/bin/rustc" RUSTC_SNAPSHOT="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/rust-snapshot/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/rust-snapshot/lib" RUSTC_STAGE="0" RUSTC_SYSROOT="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/rust-snapshot" RUSTC_TLS_MODEL_INITIAL_EXEC="1" RUSTC_VERBOSE="1" RUSTC_WRAPPER="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/bootstrap/debug/rustc" RUSTDOC="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="--remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0=/usr/src/debug/rust-native/1.90.0 -Clink-arg=-lz -Clink-arg=-lzstd --cfg=bootstrap --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options -Dwarnings -Wrustdoc::invalid_codeblock_attributes --crate-version 1.90.0\t(1159e78c4\t2025-09-14)\t(built\tfrom\ta\tsource\ttarball) -Clinker=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/wrapper/target-rust-ccld" RUSTDOC_REAL="/path/to/nowhere/rustdoc/not/required" RUSTFLAGS="--remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0=/usr/src/debug/rust-native/1.90.0 -Clink-arg=-lz -Clink-arg=-lzstd --cfg=bootstrap --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options -Zmacro-backtrace -Csplit-debuginfo=off -Clink-args=-Wl,-z,origin -Clink-args=-Wl,-rpath,$ORIGIN/../lib -Alinker-messages -Zunstable-options -Clto=off" RUST_TEST_THREADS="16" SYSROOT="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage0-sysroot" __CARGO_DEFAULT_LIB_METADATA="bootstrap1.90.0" "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/rust-snapshot/bin/cargo" "build" "--target" "x86_64-unknown-linux-gnu" "-Zbinary-dep-depinfo" "-j" "16" "-Zroot-dir=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src" "-v" "--frozen" "--release" "--manifest-path" "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/src/tools/llvm-bitcode-linker/Cargo.toml" "--message-format" "json-render-diagnostics" (failure_mode=Exit)
Fresh unicode-ident v1.0.18
Fresh utf8parse v0.2.2
Fresh once_cell v1.21.3
Fresh is_terminal_polyfill v1.70.1
Fresh anstyle-query v1.1.3
Fresh anstyle v1.0.11
Fresh colorchoice v1.0.4
Fresh cfg-if v1.0.1
Fresh clap_lex v0.7.5
Fresh heck v0.5.0
Fresh overload v0.1.1
Fresh strsim v0.11.1
Fresh lazy_static v1.5.0
Fresh proc-macro2 v1.0.95
Fresh anstyle-parse v0.2.7
Fresh tracing-core v0.1.30
Fresh log v0.4.27
Fresh nu-ansi-term v0.46.0
Fresh thread_local v1.1.9
Fresh sharded-slab v0.1.7
Fresh pin-project-lite v0.2.16
Fresh smallvec v1.15.1
Fresh quote v1.0.40
Fresh anstream v0.6.19
Fresh tracing-log v0.2.0
Fresh anyhow v1.0.98
Fresh syn v2.0.104
Fresh clap_builder v4.5.41
Fresh tracing-subscriber v0.3.18
Fresh clap_derive v4.5.41
Fresh thiserror-impl v1.0.69
Fresh tracing-attributes v0.1.30
Fresh tracing v0.1.37
Fresh thiserror v1.0.69
Fresh clap v4.5.41
Fresh llvm-bitcode-linker v0.0.1 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/src/tools/llvm-bitcode-linker)
Finished `release` profile [optimized] target(s) in 0.61s
using sysroot TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1
Building stage1 library artifacts (x86_64-unknown-linux-gnu)
running: cd "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src" && env -u MAKEFLAGS -u MFLAGS AR_x86_64_unknown_linux_gnu="ar" CARGO_INCREMENTAL="0" CARGO_LOG="cargo::core::compiler::fingerprint=info" 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.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std" CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/wrapper/target-rust-ccld" CC_x86_64_unknown_linux_gnu="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/wrapper/target-rust-cc" CFG_COMPILER_BUILD_TRIPLE="x86_64-unknown-linux-gnu" CFG_COMPILER_HOST_TRIPLE="x86_64-unknown-linux-gnu" CFG_DISABLE_UNSTABLE_FEATURES="1" CFG_RELEASE_CHANNEL="stable" 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.90.0/wrapper/target-rust-cxx" LIBC_CHECK_CFG="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.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/native" RUSTC="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/bootstrap/debug/rustc" RUSTC_BOOTSTRAP="1" RUSTC_BREAK_ON_ICE="1" RUSTC_CARGO_REGISTRY_SRC_TO_REMAP="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/vendor=/rust/deps" RUSTC_DEBUGINFO_MAP="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src=/rustc/1159e78c4747b02ef996e55082b704c09b970588" RUSTC_ERROR_METADATA_DST="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/tmp/extended-error-metadata" RUSTC_FORCE_UNSTABLE="1" RUSTC_HOST_FLAGS="-Clinker=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/wrapper/target-rust-ccld" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1/lib" RUSTC_LINK_STD_INTO_RUSTC_DRIVER="1" RUSTC_LINT_FLAGS="-Wrust_2018_idioms -Wunused_lifetimes -Dwarnings" RUSTC_REAL="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1/bin/rustc" RUSTC_SNAPSHOT="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/rust-snapshot/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/rust-snapshot/lib" RUSTC_STAGE="1" RUSTC_SYSROOT="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1" RUSTC_VERBOSE="1" RUSTC_WRAPPER="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/bootstrap/debug/rustc" RUSTDOC="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="--remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0=/usr/src/debug/rust-native/1.90.0 -Clink-arg=-lz -Clink-arg=-lzstd -Csymbol-mangling-version=legacy --check-cfg=cfg(feature,values(any())) -Zunstable-options -Dwarnings -Wrustdoc::invalid_codeblock_attributes --crate-version 1.90.0\t(1159e78c4\t2025-09-14)\t(built\tfrom\ta\tsource\ttarball) -Clinker=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/wrapper/target-rust-ccld -Zcrate-attr=doc(html_root_url=\"https://doc.rust-lang.org/1.90.0/\") -Zcrate-attr=warn(rust_2018_idioms)" RUSTDOC_REAL="/path/to/nowhere/rustdoc/not/required" RUSTFLAGS="--remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0=/usr/src/debug/rust-native/1.90.0 -Clink-arg=-lz -Clink-arg=-lzstd -Csymbol-mangling-version=legacy --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 -Cembed-bitcode=yes -Zunstable-options -Cforce-frame-pointers=non-leaf -Zcrate-attr=doc(html_root_url=\"https://doc.rust-lang.org/1.90.0/\")" RUST_COMPILER_RT_ROOT="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/src/llvm-project/compiler-rt" RUST_TEST_THREADS="16" WINAPI_NO_BUNDLED_LIBRARIES="1" __CARGO_DEFAULT_LIB_METADATA="stablestd1.90.0" "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/rust-snapshot/bin/cargo" "build" "--target" "x86_64-unknown-linux-gnu" "-Zbinary-dep-depinfo" "-j" "16" "-Zroot-dir=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src" "-v" "--frozen" "--release" "--features" "backtrace panic-unwind compiler-builtins-c" "--manifest-path" "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/library/sysroot/Cargo.toml" "--message-format" "json-render-diagnostics" (failure_mode=Exit)
0.491523181s INFO prepare_target{force=false package_id=sysroot v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/library/sysroot) target="sysroot"}: cargo::core::compiler::fingerprint: fingerprint error for sysroot v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/library/sysroot)/Build/TargetInner { name_inferred: true, tested: false, benched: false, doc: false, ..: lib_target("sysroot", ["lib"], "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/library/sysroot/src/lib.rs", Edition2024) }
0.491553171s INFO prepare_target{force=false package_id=sysroot v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/library/sysroot) target="sysroot"}: cargo::core::compiler::fingerprint: err: failed to read `TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/.fingerprint/sysroot-c15810186a8aa832/lib-sysroot`
Caused by:
No such file or directory (os error 2)
0.491705587s INFO prepare_target{force=false package_id=proc_macro v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/library/proc_macro) target="proc_macro"}: cargo::core::compiler::fingerprint: fingerprint error for proc_macro v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/library/proc_macro)/Build/TargetInner { name_inferred: true, ..: lib_target("proc_macro", ["lib"], "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/library/proc_macro/src/lib.rs", Edition2024) }
0.491711839s INFO prepare_target{force=false package_id=proc_macro v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/library/proc_macro) target="proc_macro"}: cargo::core::compiler::fingerprint: err: failed to read `TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/.fingerprint/proc_macro-e2837e39eefd2780/lib-proc_macro`
Caused by:
No such file or directory (os error 2)
0.491805958s INFO prepare_target{force=false package_id=core v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/library/core) target="core"}: cargo::core::compiler::fingerprint: fingerprint error for core v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/library/core)/Build/TargetInner { name_inferred: true, tested: false, benched: false, ..: lib_target("core", ["lib"], "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/library/core/src/lib.rs", Edition2024) }
0.491811329s INFO prepare_target{force=false package_id=core v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/library/core) target="core"}: cargo::core::compiler::fingerprint: err: failed to read `TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/.fingerprint/core-bba6f958f06988c5/lib-core`
Caused by:
No such file or directory (os error 2)
0.491962622s INFO prepare_target{force=false package_id=rustc-literal-escaper v0.0.5 target="rustc_literal_escaper"}: cargo::core::compiler::fingerprint: fingerprint error for rustc-literal-escaper v0.0.5/Build/TargetInner { ..: lib_target("rustc_literal_escaper", ["lib"], "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/vendor/rustc-literal-escaper-0.0.5/src/lib.rs", Edition2021) }
0.491969245s INFO prepare_target{force=false package_id=rustc-literal-escaper v0.0.5 target="rustc_literal_escaper"}: cargo::core::compiler::fingerprint: err: failed to read `TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/.fingerprint/rustc-literal-escaper-a71030a5aa1b8ad3/lib-rustc_literal_escaper`
Caused by:
No such file or directory (os error 2)
0.492302162s INFO prepare_target{force=false package_id=rustc-std-workspace-core v1.99.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/library/rustc-std-workspace-core) target="rustc_std_workspace_core"}: cargo::core::compiler::fingerprint: fingerprint dirty for rustc-std-workspace-core v1.99.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/library/rustc-std-workspace-core)/Build/TargetInner { name_inferred: true, tested: false, benched: false, doc: false, ..: lib_target("rustc_std_workspace_core", ["lib"], "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/library/rustc-std-workspace-core/lib.rs", Edition2024) }
0.492310549s INFO prepare_target{force=false package_id=rustc-std-workspace-core v1.99.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/library/rustc-std-workspace-core) target="rustc_std_workspace_core"}: cargo::core::compiler::fingerprint: dirty: FsStatusOutdated(StaleDepFingerprint { name: "core" })
0.492412443s INFO prepare_target{force=false package_id=compiler_builtins v0.1.160 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/library/compiler-builtins/compiler-builtins) target="compiler_builtins"}: cargo::core::compiler::fingerprint: fingerprint error for compiler_builtins v0.1.160 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/library/compiler-builtins/compiler-builtins)/Build/TargetInner { name_inferred: true, tested: false, benched: false, doc: false, doctest: false, ..: lib_target("compiler_builtins", ["lib"], "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/library/compiler-builtins/compiler-builtins/src/lib.rs", Edition2024) }
0.492419197s INFO prepare_target{force=false package_id=compiler_builtins v0.1.160 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/library/compiler-builtins/compiler-builtins) target="compiler_builtins"}: cargo::core::compiler::fingerprint: err: failed to read `TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/.fingerprint/compiler_builtins-84bb93cdc316756d/lib-compiler_builtins`
Caused by:
No such file or directory (os error 2)
0.492932395s INFO prepare_target{force=false package_id=rustc-std-workspace-std v1.99.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/library/rustc-std-workspace-std) target="rustc_std_workspace_std"}: cargo::core::compiler::fingerprint: fingerprint error for rustc-std-workspace-std v1.99.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/library/rustc-std-workspace-std)/Build/TargetInner { name_inferred: true, tested: false, benched: false, doc: false, ..: lib_target("rustc_std_workspace_std", ["lib"], "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/library/rustc-std-workspace-std/lib.rs", Edition2024) }
0.492949659s INFO prepare_target{force=false package_id=rustc-std-workspace-std v1.99.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/library/rustc-std-workspace-std) target="rustc_std_workspace_std"}: cargo::core::compiler::fingerprint: err: failed to read `TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/.fingerprint/rustc-std-workspace-std-c4cf33e1d2219a1b/lib-rustc_std_workspace_std`
Caused by:
No such file or directory (os error 2)
0.493035311s INFO prepare_target{force=false package_id=std v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/library/std) target="std"}: cargo::core::compiler::fingerprint: fingerprint error for std v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/library/std)/Build/TargetInner { name_inferred: true, ..: lib_target("std", ["dylib", "rlib"], "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/library/std/src/lib.rs", Edition2024) }
0.493041824s INFO prepare_target{force=false package_id=std v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/library/std) target="std"}: cargo::core::compiler::fingerprint: err: failed to read `TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/.fingerprint/std-6630f1cb014c5486/lib-std`
Caused by:
No such file or directory (os error 2)
0.493147897s INFO prepare_target{force=false package_id=addr2line v0.25.0 target="addr2line"}: cargo::core::compiler::fingerprint: fingerprint error for addr2line v0.25.0/Build/TargetInner { ..: lib_target("addr2line", ["lib"], "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/vendor/addr2line-0.25.0/src/lib.rs", Edition2018) }
0.493158488s INFO prepare_target{force=false package_id=addr2line v0.25.0 target="addr2line"}: cargo::core::compiler::fingerprint: err: failed to read `TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/.fingerprint/addr2line-e1e6adeda9b2ba37/lib-addr2line`
Caused by:
No such file or directory (os error 2)
0.493504601s INFO prepare_target{force=false package_id=gimli v0.32.0 target="gimli"}: cargo::core::compiler::fingerprint: fingerprint error for gimli v0.32.0/Build/TargetInner { ..: lib_target("gimli", ["lib"], "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/vendor/gimli-0.32.0/src/lib.rs", Edition2018) }
0.493510523s INFO prepare_target{force=false package_id=gimli v0.32.0 target="gimli"}: cargo::core::compiler::fingerprint: err: failed to read `TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/.fingerprint/gimli-3ff2867b0b713b45/lib-gimli`
Caused by:
No such file or directory (os error 2)
0.495427985s INFO prepare_target{force=false package_id=rustc-std-workspace-alloc v1.99.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/library/rustc-std-workspace-alloc) target="rustc_std_workspace_alloc"}: cargo::core::compiler::fingerprint: fingerprint error for rustc-std-workspace-alloc v1.99.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/library/rustc-std-workspace-alloc)/Build/TargetInner { name_inferred: true, tested: false, benched: false, doc: false, ..: lib_target("rustc_std_workspace_alloc", ["lib"], "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/library/rustc-std-workspace-alloc/lib.rs", Edition2024) }
0.495435801s INFO prepare_target{force=false package_id=rustc-std-workspace-alloc v1.99.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/library/rustc-std-workspace-alloc) target="rustc_std_workspace_alloc"}: cargo::core::compiler::fingerprint: err: failed to read `TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/.fingerprint/rustc-std-workspace-alloc-7486bddc17e4dafe/lib-rustc_std_workspace_alloc`
Caused by:
No such file or directory (os error 2)
0.495495340s INFO prepare_target{force=false package_id=alloc v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/library/alloc) target="alloc"}: cargo::core::compiler::fingerprint: fingerprint error for alloc v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/library/alloc)/Build/TargetInner { name_inferred: true, tested: false, benched: false, ..: lib_target("alloc", ["lib"], "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/library/alloc/src/lib.rs", Edition2024) }
0.495500761s INFO prepare_target{force=false package_id=alloc v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/library/alloc) target="alloc"}: cargo::core::compiler::fingerprint: err: failed to read `TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/.fingerprint/alloc-a7d2a04410d11b52/lib-alloc`
Caused by:
No such file or directory (os error 2)
0.495652926s INFO prepare_target{force=false package_id=cfg-if v1.0.1 target="cfg_if"}: cargo::core::compiler::fingerprint: fingerprint dirty for cfg-if v1.0.1/Build/TargetInner { ..: lib_target("cfg_if", ["lib"], "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/vendor/cfg-if-1.0.1/src/lib.rs", Edition2018) }
0.495667866s INFO prepare_target{force=false package_id=cfg-if v1.0.1 target="cfg_if"}: cargo::core::compiler::fingerprint: dirty: FsStatusOutdated(StaleDepFingerprint { name: "core" })
0.495908658s INFO prepare_target{force=false package_id=hashbrown v0.15.4 target="hashbrown"}: cargo::core::compiler::fingerprint: fingerprint error for hashbrown v0.15.4/Build/TargetInner { ..: lib_target("hashbrown", ["lib"], "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/vendor/hashbrown-0.15.4/src/lib.rs", Edition2021) }
0.495914991s INFO prepare_target{force=false package_id=hashbrown v0.15.4 target="hashbrown"}: cargo::core::compiler::fingerprint: err: failed to read `TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/.fingerprint/hashbrown-ec446b0ad2dd066c/lib-hashbrown`
Caused by:
No such file or directory (os error 2)
0.497101538s INFO prepare_target{force=false package_id=libc v0.2.174 target="libc"}: cargo::core::compiler::fingerprint: fingerprint dirty for libc v0.2.174/Build/TargetInner { ..: lib_target("libc", ["lib"], "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/vendor/libc-0.2.174/src/lib.rs", Edition2021) }
0.497107971s INFO prepare_target{force=false package_id=libc v0.2.174 target="libc"}: cargo::core::compiler::fingerprint: dirty: FsStatusOutdated(StaleDepFingerprint { name: "rustc_std_workspace_core" })
0.502600847s INFO prepare_target{force=false package_id=miniz_oxide v0.8.9 target="miniz_oxide"}: cargo::core::compiler::fingerprint: fingerprint error for miniz_oxide v0.8.9/Build/TargetInner { ..: lib_target("miniz_oxide", ["lib"], "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/vendor/miniz_oxide-0.8.9/src/lib.rs", Edition2021) }
0.502618412s INFO prepare_target{force=false package_id=miniz_oxide v0.8.9 target="miniz_oxide"}: cargo::core::compiler::fingerprint: err: failed to read `TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/.fingerprint/miniz_oxide-9aab87366154727d/lib-miniz_oxide`
Caused by:
No such file or directory (os error 2)
0.503141991s INFO prepare_target{force=false package_id=adler2 v2.0.1 target="adler2"}: cargo::core::compiler::fingerprint: fingerprint error for adler2 v2.0.1/Build/TargetInner { ..: lib_target("adler2", ["lib"], "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/vendor/adler2-2.0.1/src/lib.rs", Edition2021) }
0.503148213s INFO prepare_target{force=false package_id=adler2 v2.0.1 target="adler2"}: cargo::core::compiler::fingerprint: err: failed to read `TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/.fingerprint/adler2-d9f7b94cea2c9d89/lib-adler2`
Caused by:
No such file or directory (os error 2)
0.503424797s INFO prepare_target{force=false package_id=object v0.37.1 target="object"}: cargo::core::compiler::fingerprint: fingerprint error for object v0.37.1/Build/TargetInner { ..: lib_target("object", ["lib"], "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/vendor/object-0.37.1/src/lib.rs", Edition2018) }
0.503432112s INFO prepare_target{force=false package_id=object v0.37.1 target="object"}: cargo::core::compiler::fingerprint: err: failed to read `TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/.fingerprint/object-847d33bab66509d2/lib-object`
Caused by:
No such file or directory (os error 2)
0.505976941s INFO prepare_target{force=false package_id=memchr v2.7.5 target="memchr"}: cargo::core::compiler::fingerprint: fingerprint error for memchr v2.7.5/Build/TargetInner { benched: false, ..: lib_target("memchr", ["lib"], "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/vendor/memchr-2.7.5/src/lib.rs", Edition2021) }
0.505986911s INFO prepare_target{force=false package_id=memchr v2.7.5 target="memchr"}: cargo::core::compiler::fingerprint: err: failed to read `TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/.fingerprint/memchr-b2dcdc1b1aa7ea9d/lib-memchr`
Caused by:
No such file or directory (os error 2)
0.507230473s INFO prepare_target{force=false package_id=panic_abort v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/library/panic_abort) target="panic_abort"}: cargo::core::compiler::fingerprint: fingerprint error for panic_abort v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/library/panic_abort)/Build/TargetInner { name_inferred: true, tested: false, benched: false, doc: false, ..: lib_target("panic_abort", ["lib"], "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/library/panic_abort/src/lib.rs", Edition2024) }
0.507239430s INFO prepare_target{force=false package_id=panic_abort v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/library/panic_abort) target="panic_abort"}: cargo::core::compiler::fingerprint: err: failed to read `TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/.fingerprint/panic_abort-a63a15b0b7f5eb20/lib-panic_abort`
Caused by:
No such file or directory (os error 2)
0.507338078s INFO prepare_target{force=false package_id=panic_unwind v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/library/panic_unwind) target="panic_unwind"}: cargo::core::compiler::fingerprint: fingerprint error for panic_unwind v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/library/panic_unwind)/Build/TargetInner { name_inferred: true, tested: false, benched: false, doc: false, ..: lib_target("panic_unwind", ["lib"], "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/library/panic_unwind/src/lib.rs", Edition2024) }
0.507344752s INFO prepare_target{force=false package_id=panic_unwind v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/library/panic_unwind) target="panic_unwind"}: cargo::core::compiler::fingerprint: err: failed to read `TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/.fingerprint/panic_unwind-1d05dc695c3d018d/lib-panic_unwind`
Caused by:
No such file or directory (os error 2)
0.507428670s INFO prepare_target{force=false package_id=unwind v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/library/unwind) target="unwind"}: cargo::core::compiler::fingerprint: fingerprint error for unwind v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/library/unwind)/Build/TargetInner { name_inferred: true, tested: false, benched: false, doc: false, ..: lib_target("unwind", ["lib"], "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/library/unwind/src/lib.rs", Edition2024) }
0.507435263s INFO prepare_target{force=false package_id=unwind v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/library/unwind) target="unwind"}: cargo::core::compiler::fingerprint: err: failed to read `TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/.fingerprint/unwind-5d9acfc3df2a04e5/lib-unwind`
Caused by:
No such file or directory (os error 2)
0.507495293s INFO prepare_target{force=false package_id=rustc-demangle v0.1.25 target="rustc_demangle"}: cargo::core::compiler::fingerprint: fingerprint error for rustc-demangle v0.1.25/Build/TargetInner { ..: lib_target("rustc_demangle", ["lib"], "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/vendor/rustc-demangle-0.1.25/src/lib.rs", Edition2015) }
0.507500584s INFO prepare_target{force=false package_id=rustc-demangle v0.1.25 target="rustc_demangle"}: cargo::core::compiler::fingerprint: err: failed to read `TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/.fingerprint/rustc-demangle-3e4db7651b5d7477/lib-rustc_demangle`
Caused by:
No such file or directory (os error 2)
0.507976116s INFO prepare_target{force=false package_id=std_detect v0.1.5 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/library/std_detect) target="std_detect"}: cargo::core::compiler::fingerprint: fingerprint error for std_detect v0.1.5 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/library/std_detect)/Build/TargetInner { name_inferred: true, ..: lib_target("std_detect", ["lib"], "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/library/std_detect/src/lib.rs", Edition2024) }
0.507990014s INFO prepare_target{force=false package_id=std_detect v0.1.5 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/library/std_detect) target="std_detect"}: cargo::core::compiler::fingerprint: err: failed to read `TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/.fingerprint/std_detect-1d88b8fc7829536c/lib-std_detect`
Caused by:
No such file or directory (os error 2)
0.508069594s INFO prepare_target{force=false package_id=test v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/library/test) target="test"}: cargo::core::compiler::fingerprint: fingerprint error for test v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/library/test)/Build/TargetInner { name_inferred: true, ..: lib_target("test", ["lib"], "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/library/test/src/lib.rs", Edition2024) }
0.508075856s INFO prepare_target{force=false package_id=test v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/library/test) target="test"}: cargo::core::compiler::fingerprint: err: failed to read `TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/.fingerprint/test-8f469e80b5680ebf/lib-test`
Caused by:
No such file or directory (os error 2)
0.508172119s INFO prepare_target{force=false package_id=getopts v0.2.23 target="getopts"}: cargo::core::compiler::fingerprint: fingerprint error for getopts v0.2.23/Build/TargetInner { ..: lib_target("getopts", ["lib"], "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/vendor/getopts-0.2.23/src/lib.rs", Edition2021) }
0.508177149s INFO prepare_target{force=false package_id=getopts v0.2.23 target="getopts"}: cargo::core::compiler::fingerprint: err: failed to read `TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/.fingerprint/getopts-517fab9473ba71ad/lib-getopts`
Caused by:
No such file or directory (os error 2)
0.508472591s INFO prepare_target{force=false package_id=unicode-width v0.2.1 target="unicode_width"}: cargo::core::compiler::fingerprint: fingerprint error for unicode-width v0.2.1/Build/TargetInner { ..: lib_target("unicode_width", ["lib"], "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/vendor/unicode-width-0.2.1/src/lib.rs", Edition2021) }
0.508478774s INFO prepare_target{force=false package_id=unicode-width v0.2.1 target="unicode_width"}: cargo::core::compiler::fingerprint: err: failed to read `TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/.fingerprint/unicode-width-9dd1454e5af3fd3f/lib-unicode_width`
Caused by:
No such file or directory (os error 2)
Fresh shlex v1.3.0
Fresh cc v1.2.0
Compiling core v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/library/core)
Building [======> ] 10/37: core
Running `TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/bootstrap/debug/rustc TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/bootstrap/debug/rustc --crate-name core --edition=2024 library/core/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 --warn=unexpected_cfgs --check-cfg 'cfg(no_fp_fmt_parse)' --check-cfg 'cfg(feature, values(any()))' --check-cfg 'cfg(target_has_reliable_f16)' --check-cfg 'cfg(target_has_reliable_f16_math)' --check-cfg 'cfg(target_has_reliable_f128)' --check-cfg 'cfg(target_has_reliable_f128_math)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug_refcell", "optimize_for_size", "panic_immediate_abort"))' -C metadata=8b4245499ba89e6f -C extra-filename=-bba6f958f06988c5 --out-dir TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/wrapper/target-rust-ccld -L dependency=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/release/deps --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0=/usr/src/debug/rust-native/1.90.0 -Clink-arg=-lz -Clink-arg=-lzstd -Csymbol-mangling-version=legacy '--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 -Cembed-bitcode=yes -Zunstable-options -Cforce-frame-pointers=non-leaf '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.90.0/")' -Z binary-dep-depinfo`
Compiling compiler_builtins v0.1.160 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/library/compiler-builtins/compiler-builtins)
Building [======> ] 10/37: core, compiler_builtins
Running `TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/bootstrap/debug/rustc TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/bootstrap/debug/rustc --crate-name compiler_builtins --edition=2024 library/compiler-builtins/compiler-builtins/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 -C codegen-units=10000 --cfg 'feature="c"' --cfg 'feature="compiler-builtins"' --cfg 'feature="default"' --cfg 'feature="rustc-dep-of-std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("c", "compiler-builtins", "default", "mangled-names", "mem", "no-asm", "no-f16-f128", "rustc-dep-of-std", "unstable-public-internals"))' -C metadata=0525230ee770de06 -C extra-filename=-84bb93cdc316756d --out-dir TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/release/deps --extern core=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps/libcore-bba6f958f06988c5.rmeta --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0=/usr/src/debug/rust-native/1.90.0 -Clink-arg=-lz -Clink-arg=-lzstd -Csymbol-mangling-version=legacy '--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 -Cembed-bitcode=yes -Zunstable-options -Cforce-frame-pointers=non-leaf '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.90.0/")' -Z binary-dep-depinfo -L native=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/build/compiler_builtins-827d9c63618c72a1/out -l static=compiler-rt --cfg f16_enabled --cfg f128_enabled --cfg intrinsics_enabled --cfg arch_enabled --cfg optimizations_enabled --cfg 'feature="unstable-intrinsics"' --cfg 'feature="mem-unaligned"' --cfg '__absvdi2="optimized-c"' --cfg '__absvsi2="optimized-c"' --cfg '__absvti2="optimized-c"' --cfg '__addvdi3="optimized-c"' --cfg '__addvsi3="optimized-c"' --cfg '__addvti3="optimized-c"' --cfg '__cmpdi2="optimized-c"' --cfg '__cmpti2="optimized-c"' --cfg '__divdc3="optimized-c"' --cfg '__divsc3="optimized-c"' --cfg '__ffsti2="optimized-c"' --cfg '__int_util="optimized-c"' --cfg '__muldc3="optimized-c"' --cfg '__mulsc3="optimized-c"' --cfg '__mulvdi3="optimized-c"' --cfg '__mulvsi3="optimized-c"' --cfg '__mulvti3="optimized-c"' --cfg '__negdf2="optimized-c"' --cfg '__negdi2="optimized-c"' --cfg '__negsf2="optimized-c"' --cfg '__negti2="optimized-c"' --cfg '__negvdi2="optimized-c"' --cfg '__negvsi2="optimized-c"' --cfg '__negvti2="optimized-c"' --cfg '__paritydi2="optimized-c"' --cfg '__paritysi2="optimized-c"' --cfg '__parityti2="optimized-c"' --cfg '__popcountdi2="optimized-c"' --cfg '__popcountsi2="optimized-c"' --cfg '__popcountti2="optimized-c"' --cfg '__subvdi3="optimized-c"' --cfg '__subvsi3="optimized-c"' --cfg '__subvti3="optimized-c"' --cfg '__ucmpdi2="optimized-c"' --cfg '__ucmpti2="optimized-c"' --check-cfg 'cfg(__ashldi3, values("optimized-c"))' --check-cfg 'cfg(__ashlsi3, values("optimized-c"))' --check-cfg 'cfg(__ashrdi3, values("optimized-c"))' --check-cfg 'cfg(__ashrsi3, values("optimized-c"))' --check-cfg 'cfg(__bswapsi2, values("optimized-c"))' --check-cfg 'cfg(__bswapdi2, values("optimized-c"))' --check-cfg 'cfg(__bswapti2, values("optimized-c"))' --check-cfg 'cfg(__divdi3, values("optimized-c"))' --check-cfg 'cfg(__divsi3, values("optimized-c"))' --check-cfg 'cfg(__divmoddi4, values("optimized-c"))' --check-cfg 'cfg(__divmodsi4, values("optimized-c"))' --check-cfg 'cfg(__divmodsi4, values("optimized-c"))' --check-cfg 'cfg(__divmodti4, values("optimized-c"))' --check-cfg 'cfg(__lshrdi3, values("optimized-c"))' --check-cfg 'cfg(__lshrsi3, values("optimized-c"))' --check-cfg 'cfg(__moddi3, values("optimized-c"))' --check-cfg 'cfg(__modsi3, values("optimized-c"))' --check-cfg 'cfg(__muldi3, values("optimized-c"))' --check-cfg 'cfg(__udivdi3, values("optimized-c"))' --check-cfg 'cfg(__udivmoddi4, values("optimized-c"))' --check-cfg 'cfg(__udivmodsi4, values("optimized-c"))' --check-cfg 'cfg(__udivsi3, values("optimized-c"))' --check-cfg 'cfg(__umoddi3, values("optimized-c"))' --check-cfg 'cfg(__umodsi3, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas1_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas1_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas1_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas1_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas2_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas2_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas2_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas2_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas4_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas4_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas4_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas4_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas8_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas8_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas8_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas8_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas16_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas16_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas16_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas16_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd1_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd1_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd1_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd1_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd2_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd2_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd2_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd2_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd4_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd4_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd4_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd4_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd8_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd8_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd8_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd8_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr1_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr1_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr1_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr1_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr2_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr2_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr2_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr2_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr4_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr4_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr4_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr4_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr8_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr8_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr8_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr8_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor1_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor1_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor1_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor1_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor2_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor2_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor2_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor2_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor4_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor4_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor4_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor4_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor8_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor8_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor8_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor8_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset1_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset1_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset1_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset1_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset2_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset2_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset2_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset2_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset4_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset4_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset4_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset4_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset8_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset8_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset8_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset8_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp1_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp1_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp1_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp1_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp2_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp2_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp2_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp2_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp4_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp4_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp4_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp4_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp8_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp8_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp8_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp8_acq_rel, values("optimized-c"))' --check-cfg 'cfg(target_feature, values("vis3"))' --check-cfg 'cfg(feature, values("checked"))' --check-cfg 'cfg(assert_no_panic)' --check-cfg 'cfg(thumb)' --check-cfg 'cfg(thumb_1)' --check-cfg 'cfg(f16_enabled)' --check-cfg 'cfg(f128_enabled)' --check-cfg 'cfg(intrinsics_enabled)' --check-cfg 'cfg(arch_enabled)' --check-cfg 'cfg(optimizations_enabled)' --check-cfg 'cfg(feature, values("unstable-public-internals"))' --check-cfg 'cfg(optimizations_enabled)' --check-cfg 'cfg(x86_no_sse)' --check-cfg 'cfg(kernel_user_helpers)' --check-cfg 'cfg(feature, values("mem-unaligned"))'`
error: rustc interrupted by SIGSEGV, printing backtrace
TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-06cb1cc41094667b.so(+0x320355) [0x7f77c5f20355]
TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/libc.so.6(+0x3bba0) [0x7f77c5917ba0]
TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-06cb1cc41094667b.so(+0x69b7120) [0x7f77cc5b7120]
note: we would appreciate a report at https://github.com/rust-lang/rust
help: you can increase rustc's stack size by setting RUST_MIN_STACK=16777216
Dirty rustc-std-workspace-core v1.99.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/library/rustc-std-workspace-core): the dependency core was rebuilt
Compiling rustc-std-workspace-core v1.99.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/library/rustc-std-workspace-core)
Compiling alloc v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/library/alloc)
Building [======> ] 10/37: core, alloc, compiler_bui...
Running `TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/bootstrap/debug/rustc TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/bootstrap/debug/rustc --crate-name alloc --edition=2024 library/alloc/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 --warn=unexpected_cfgs --check-cfg 'cfg(no_global_oom_handling)' --check-cfg 'cfg(no_rc)' --check-cfg 'cfg(no_sync)' --cfg 'feature="compiler-builtins-c"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler-builtins-c", "compiler-builtins-mem", "compiler-builtins-no-f16-f128", "optimize_for_size", "panic_immediate_abort"))' -C metadata=eee2e660eb986f99 -C extra-filename=-a7d2a04410d11b52 --out-dir TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/wrapper/target-rust-ccld -L dependency=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/release/deps --extern 'priv:compiler_builtins=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-84bb93cdc316756d.rmeta' --extern core=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps/libcore-bba6f958f06988c5.rmeta -Z unstable-options --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0=/usr/src/debug/rust-native/1.90.0 -Clink-arg=-lz -Clink-arg=-lzstd -Csymbol-mangling-version=legacy '--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 -Cembed-bitcode=yes -Zunstable-options -Cforce-frame-pointers=non-leaf '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.90.0/")' -Z binary-dep-depinfo -L native=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/build/compiler_builtins-827d9c63618c72a1/out`
Running `TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/bootstrap/debug/rustc TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/bootstrap/debug/rustc --crate-name rustc_std_workspace_core --edition=2024 library/rustc-std-workspace-core/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=8256f26d7b225679 -C extra-filename=-309d9f0c041727c1 --out-dir TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/wrapper/target-rust-ccld -L dependency=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/release/deps --extern 'priv:compiler_builtins=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-84bb93cdc316756d.rmeta' --extern core=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps/libcore-bba6f958f06988c5.rmeta -Z unstable-options --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0=/usr/src/debug/rust-native/1.90.0 -Clink-arg=-lz -Clink-arg=-lzstd -Csymbol-mangling-version=legacy '--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 -Cembed-bitcode=yes -Zunstable-options -Cforce-frame-pointers=non-leaf '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.90.0/")' -Z binary-dep-depinfo -L native=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/build/compiler_builtins-827d9c63618c72a1/out`
error: rustc interrupted by SIGSEGV, printing backtrace
TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-06cb1cc41094667b.so(+0x320355) [0x7f4795d20355]
TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/libc.so.6(+0x3bba0) [0x7f4795717ba0]
TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-06cb1cc41094667b.so(+0x69b7120) [0x7f479c3b7120]
note: we would appreciate a report at https://github.com/rust-lang/rust
help: you can increase rustc's stack size by setting RUST_MIN_STACK=16777216
Dirty cfg-if v1.0.1: the dependency core was rebuilt
Compiling cfg-if v1.0.1
Dirty libc v0.2.174: the dependency rustc_std_workspace_core was rebuilt
Compiling libc v0.2.174
Compiling memchr v2.7.5
Compiling adler2 v2.0.1
Compiling panic_abort v0.0.0 (TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/library/panic_abort)
Compiling rustc-demangle v0.1.25
Running `TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/bootstrap/debug/rustc TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/bootstrap/debug/rustc --crate-name cfg_if --edition=2018 TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/vendor/cfg-if-1.0.1/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 --cfg 'feature="core"' --cfg 'feature="rustc-dep-of-std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "rustc-dep-of-std"))' -C metadata=9edc9ee20751f53e -C extra-filename=-091858f647d4bff7 --out-dir TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/wrapper/target-rust-ccld -L dependency=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/release/deps --extern core=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps/librustc_std_workspace_core-309d9f0c041727c1.rmeta --cap-lints allow --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0=/usr/src/debug/rust-native/1.90.0 -Clink-arg=-lz -Clink-arg=-lzstd -Csymbol-mangling-version=legacy '--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 -Cembed-bitcode=yes -Zunstable-options -Cforce-frame-pointers=non-leaf '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.90.0/")' -Z binary-dep-depinfo -L native=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/build/compiler_builtins-827d9c63618c72a1/out`
Running `TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/bootstrap/debug/rustc TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/bootstrap/debug/rustc --crate-name memchr --edition=2021 TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/vendor/memchr-2.7.5/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 --cfg 'feature="core"' --cfg 'feature="rustc-dep-of-std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=7cb3b19132f39a99 -C extra-filename=-b2dcdc1b1aa7ea9d --out-dir TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/wrapper/target-rust-ccld -L dependency=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/release/deps --extern core=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps/librustc_std_workspace_core-309d9f0c041727c1.rmeta --cap-lints allow --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0=/usr/src/debug/rust-native/1.90.0 -Clink-arg=-lz -Clink-arg=-lzstd -Csymbol-mangling-version=legacy '--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 -Cembed-bitcode=yes -Zunstable-options -Cforce-frame-pointers=non-leaf '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.90.0/")' -Z binary-dep-depinfo -L native=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/build/compiler_builtins-827d9c63618c72a1/out`
Running `TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/bootstrap/debug/rustc TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/bootstrap/debug/rustc --crate-name adler2 --edition=2021 TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/vendor/adler2-2.0.1/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 --cfg 'feature="core"' --cfg 'feature="rustc-dep-of-std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "default", "rustc-dep-of-std", "std"))' -C metadata=66ec957afc429653 -C extra-filename=-d9f7b94cea2c9d89 --out-dir TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/release/deps --extern core=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps/librustc_std_workspace_core-309d9f0c041727c1.rmeta --cap-lints allow --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0=/usr/src/debug/rust-native/1.90.0 -Clink-arg=-lz -Clink-arg=-lzstd -Csymbol-mangling-version=legacy '--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 -Cembed-bitcode=yes -Zunstable-options -Cforce-frame-pointers=non-leaf '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.90.0/")' -Z binary-dep-depinfo -L native=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/build/compiler_builtins-827d9c63618c72a1/out`
Running `TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/bootstrap/debug/rustc TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/bootstrap/debug/rustc --crate-name libc --edition=2021 TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/vendor/libc-0.2.174/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 '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' --cfg 'feature="align"' --cfg 'feature="rustc-dep-of-std"' --cfg 'feature="rustc-std-workspace-core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=3c7ad64c9da9868d -C extra-filename=-281f4097af924830 --out-dir TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/wrapper/target-rust-ccld -L dependency=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/release/deps --extern rustc_std_workspace_core=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps/librustc_std_workspace_core-309d9f0c041727c1.rmeta --cap-lints allow --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0=/usr/src/debug/rust-native/1.90.0 -Clink-arg=-lz -Clink-arg=-lzstd -Csymbol-mangling-version=legacy '--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 -Cembed-bitcode=yes -Zunstable-options -Cforce-frame-pointers=non-leaf '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.90.0/")' -Z binary-dep-depinfo -L native=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/build/compiler_builtins-827d9c63618c72a1/out --cfg freebsd12 --cfg libc_thread_local --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_old_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(gnu_file_offset_bits64)' --check-cfg 'cfg(gnu_time_bits64)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(linux_time_bits64)' --check-cfg 'cfg(musl_v1_2_3)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
Running `TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/bootstrap/debug/rustc TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/bootstrap/debug/rustc --crate-name rustc_demangle --edition=2015 TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/vendor/rustc-demangle-0.1.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=s -C embed-bitcode=no --cfg 'feature="core"' --cfg 'feature="rustc-dep-of-std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std", "std"))' -C metadata=9bb8d87c370f16ff -C extra-filename=-3e4db7651b5d7477 --out-dir TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/release/deps --extern core=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps/librustc_std_workspace_core-309d9f0c041727c1.rmeta --cap-lints allow --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0=/usr/src/debug/rust-native/1.90.0 -Clink-arg=-lz -Clink-arg=-lzstd -Csymbol-mangling-version=legacy '--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 -Cembed-bitcode=yes -Zunstable-options -Cforce-frame-pointers=non-leaf '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.90.0/")' -Z binary-dep-depinfo -L native=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/build/compiler_builtins-827d9c63618c72a1/out`
Running `TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/bootstrap/debug/rustc TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/bootstrap/debug/rustc --crate-name panic_abort --edition=2024 library/panic_abort/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 -Cpanic=abort --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=00340ae019ab1e4a -C extra-filename=-a63a15b0b7f5eb20 --out-dir TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/release/deps --extern core=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps/librustc_std_workspace_core-309d9f0c041727c1.rmeta --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0=/usr/src/debug/rust-native/1.90.0 -Clink-arg=-lz -Clink-arg=-lzstd -Csymbol-mangling-version=legacy '--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 -Cembed-bitcode=yes -Zunstable-options -Cforce-frame-pointers=non-leaf '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.90.0/")' -Z binary-dep-depinfo -L native=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/build/compiler_builtins-827d9c63618c72a1/out`
Building [======> ] 10/37: cfg-if, panic_abort, comp...
Building [=======> ] 11/37: cfg-if, panic_abort, comp...
Building [=======> ] 12/37: panic_abort, compiler_bui...
error: rustc interrupted by SIGSEGV, printing backtrace
TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-06cb1cc41094667b.so(+0x320355) [0x7f5f39520355]
TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/libc.so.6(+0x3bba0) [0x7f5f3904aba0]
TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-06cb1cc41094667b.so(+0x69b7120) [0x7f5f3fbb7120]
note: we would appreciate a report at https://github.com/rust-lang/rust
help: you can increase rustc's stack size by setting RUST_MIN_STACK=16777216
error: rustc interrupted by SIGSEGV, printing backtrace
TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-06cb1cc41094667b.so(+0x320355) [0x7f6b15b20355]
TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/libc.so.6(+0x3bba0) [0x7f6b1564aba0]
TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-06cb1cc41094667b.so(+0x69b7120) [0x7f6b1c1b7120]
note: we would appreciate a report at https://github.com/rust-lang/rust
help: you can increase rustc's stack size by setting RUST_MIN_STACK=16777216
error: rustc interrupted by SIGSEGV, printing backtrace
TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-06cb1cc41094667b.so(+0x320355) [0x7f765f720355]
TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/libc.so.6(+0x3bba0) [0x7f765f24aba0]
TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-06cb1cc41094667b.so(+0x69b7120) [0x7f7665db7120]
note: we would appreciate a report at https://github.com/rust-lang/rust
help: you can increase rustc's stack size by setting RUST_MIN_STACK=16777216
Did not run successfully: signal: 11 (SIGSEGV) (core dumped)
LD_LIBRARY_PATH="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1/lib:TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/release/deps" "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1/bin/rustc" "--crate-name" "panic_abort" "--edition=2024" "library/panic_abort/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" "-Cpanic=abort" "--check-cfg" "cfg(docsrs,test)" "--check-cfg" "cfg(feature, values())" "-C" "metadata=00340ae019ab1e4a" "-C" "extra-filename=-a63a15b0b7f5eb20" "--out-dir" "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps" "--target" "x86_64-unknown-linux-gnu" "-C" "linker=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/wrapper/target-rust-ccld" "-C" "strip=debuginfo" "-L" "dependency=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps" "-L" "dependency=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/release/deps" "--extern" "core=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps/librustc_std_workspace_core-309d9f0c041727c1.rmeta" "--remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0=/usr/src/debug/rust-native/1.90.0" "-Clink-arg=-lz" "-Clink-arg=-lzstd" "-Csymbol-mangling-version=legacy" "--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" "-Cembed-bitcode=yes" "-Zunstable-options" "-Cforce-frame-pointers=non-leaf" "-Zcrate-attr=doc(html_root_url=\"https://doc.rust-lang.org/1.90.0/\")" "-Z" "binary-dep-depinfo" "-L" "native=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/build/compiler_builtins-827d9c63618c72a1/out" "-Wrust_2018_idioms" "-Wunused_lifetimes" "-Dwarnings" "--sysroot" "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1" "--remap-path-prefix" "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src=/rustc/1159e78c4747b02ef996e55082b704c09b970588" "--remap-path-prefix" "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/vendor=/rust/deps" "-Z" "force-unstable-if-unmarked"
-------------
rustc exited with signal: 11 (SIGSEGV) (core dumped)
error: could not compile `panic_abort` (lib)
Caused by:
process didn't exit successfully: `TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/bootstrap/debug/rustc TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/bootstrap/debug/rustc --crate-name panic_abort --edition=2024 library/panic_abort/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 -Cpanic=abort --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=00340ae019ab1e4a -C extra-filename=-a63a15b0b7f5eb20 --out-dir TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/release/deps --extern core=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps/librustc_std_workspace_core-309d9f0c041727c1.rmeta --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0=/usr/src/debug/rust-native/1.90.0 -Clink-arg=-lz -Clink-arg=-lzstd -Csymbol-mangling-version=legacy '--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 -Cembed-bitcode=yes -Zunstable-options -Cforce-frame-pointers=non-leaf '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.90.0/")' -Z binary-dep-depinfo -L native=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/build/compiler_builtins-827d9c63618c72a1/out` (exit status: 254)
warning: build failed, waiting for other jobs to finish...
Building [========> ] 13/37: compiler_builtins, adler2...
Did not run successfully: signal: 11 (SIGSEGV) (core dumped)
LD_LIBRARY_PATH="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1/lib:TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/release/deps" "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1/bin/rustc" "--crate-name" "adler2" "--edition=2021" "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/vendor/adler2-2.0.1/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" "--cfg" "feature=\"core\"" "--cfg" "feature=\"rustc-dep-of-std\"" "--check-cfg" "cfg(docsrs,test)" "--check-cfg" "cfg(feature, values(\"core\", \"default\", \"rustc-dep-of-std\", \"std\"))" "-C" "metadata=66ec957afc429653" "-C" "extra-filename=-d9f7b94cea2c9d89" "--out-dir" "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps" "--target" "x86_64-unknown-linux-gnu" "-C" "linker=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/wrapper/target-rust-ccld" "-C" "strip=debuginfo" "-L" "dependency=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps" "-L" "dependency=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/release/deps" "--extern" "core=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps/librustc_std_workspace_core-309d9f0c041727c1.rmeta" "--cap-lints" "allow" "--remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0=/usr/src/debug/rust-native/1.90.0" "-Clink-arg=-lz" "-Clink-arg=-lzstd" "-Csymbol-mangling-version=legacy" "--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" "-Cembed-bitcode=yes" "-Zunstable-options" "-Cforce-frame-pointers=non-leaf" "-Zcrate-attr=doc(html_root_url=\"https://doc.rust-lang.org/1.90.0/\")" "-Z" "binary-dep-depinfo" "-L" "native=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/build/compiler_builtins-827d9c63618c72a1/out" "-Wrust_2018_idioms" "-Wunused_lifetimes" "-Dwarnings" "--sysroot" "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1" "--remap-path-prefix" "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src=/rustc/1159e78c4747b02ef996e55082b704c09b970588" "--remap-path-prefix" "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/vendor=/rust/deps" "-Z" "force-unstable-if-unmarked"
-------------
rustc exited with signal: 11 (SIGSEGV) (core dumped)
error: could not compile `adler2` (lib)
Caused by:
process didn't exit successfully: `TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/bootstrap/debug/rustc TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/bootstrap/debug/rustc --crate-name adler2 --edition=2021 TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/vendor/adler2-2.0.1/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 --cfg 'feature="core"' --cfg 'feature="rustc-dep-of-std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "default", "rustc-dep-of-std", "std"))' -C metadata=66ec957afc429653 -C extra-filename=-d9f7b94cea2c9d89 --out-dir TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/release/deps --extern core=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps/librustc_std_workspace_core-309d9f0c041727c1.rmeta --cap-lints allow --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0=/usr/src/debug/rust-native/1.90.0 -Clink-arg=-lz -Clink-arg=-lzstd -Csymbol-mangling-version=legacy '--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 -Cembed-bitcode=yes -Zunstable-options -Cforce-frame-pointers=non-leaf '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.90.0/")' -Z binary-dep-depinfo -L native=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/build/compiler_builtins-827d9c63618c72a1/out` (exit status: 254)
Building [=========> ] 14/37: compiler_builtins, core, ...
error: rustc interrupted by SIGSEGV, printing backtrace
TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-06cb1cc41094667b.so(+0x320355) [0x7f0800720355]
TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/libc.so.6(+0x3bba0) [0x7f080024aba0]
TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-06cb1cc41094667b.so(+0x69b7120) [0x7f0806db7120]
note: we would appreciate a report at https://github.com/rust-lang/rust
help: you can increase rustc's stack size by setting RUST_MIN_STACK=16777216
Did not run successfully: signal: 11 (SIGSEGV) (core dumped)
rustc exited with signal: 11 (SIGSEGV) (core dumped)
LD_LIBRARY_PATH="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1/lib:TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/release/deps" "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1/bin/rustc" "--crate-name" "compiler_builtins" "--edition=2024" "library/compiler-builtins/compiler-builtins/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" "-C" "codegen-units=10000" "--cfg" "feature=\"c\"" "--cfg" "feature=\"compiler-builtins\"" "--cfg" "feature=\"default\"" "--cfg" "feature=\"rustc-dep-of-std\"" "--check-cfg" "cfg(docsrs,test)" "--check-cfg" "cfg(feature, values(\"c\", \"compiler-builtins\", \"default\", \"mangled-names\", \"mem\", \"no-asm\", \"no-f16-f128\", \"rustc-dep-of-std\", \"unstable-public-internals\"))" "-C" "metadata=0525230ee770de06" "-C" "extra-filename=-84bb93cdc316756d" "--out-dir" "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps" "--target" "x86_64-unknown-linux-gnu" "-C" "linker=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/wrapper/target-rust-ccld" "-C" "strip=debuginfo" "-L" "dependency=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps" "-L" "dependency=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/release/deps" "--extern" "core=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps/libcore-bba6f958f06988c5.rmeta" "--remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0=/usr/src/debug/rust-native/1.90.0" "-Clink-arg=-lz" "-Clink-arg=-lzstd" "-Csymbol-mangling-version=legacy" "--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" "-Cembed-bitcode=yes" "-Zunstable-options" "-Cforce-frame-pointers=non-leaf" "-Zcrate-attr=doc(html_root_url=\"https://doc.rust-lang.org/1.90.0/\")" "-Z" "binary-dep-depinfo" "-L" "native=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/build/compiler_builtins-827d9c63618c72a1/out" "-l" "static=compiler-rt" "--cfg" "f16_enabled" "--cfg" "f128_enabled" "--cfg" "intrinsics_enabled" "--cfg" "arch_enabled" "--cfg" "optimizations_enabled" "--cfg" "feature=\"unstable-intrinsics\"" "--cfg" "feature=\"mem-unaligned\"" "--cfg" "__absvdi2=\"optimized-c\"" "--cfg" "__absvsi2=\"optimized-c\"" "--cfg" "__absvti2=\"optimized-c\"" "--cfg" "__addvdi3=\"optimized-c\"" "--cfg" "__addvsi3=\"optimized-c\"" "--cfg" "__addvti3=\"optimized-c\"" "--cfg" "__cmpdi2=\"optimized-c\"" "--cfg" "__cmpti2=\"optimized-c\"" "--cfg" "__divdc3=\"optimized-c\"" "--cfg" "__divsc3=\"optimized-c\"" "--cfg" "__ffsti2=\"optimized-c\"" "--cfg" "__int_util=\"optimized-c\"" "--cfg" "__muldc3=\"optimized-c\"" "--cfg" "__mulsc3=\"optimized-c\"" "--cfg" "__mulvdi3=\"optimized-c\"" "--cfg" "__mulvsi3=\"optimized-c\"" "--cfg" "__mulvti3=\"optimized-c\"" "--cfg" "__negdf2=\"optimized-c\"" "--cfg" "__negdi2=\"optimized-c\"" "--cfg" "__negsf2=\"optimized-c\"" "--cfg" "__negti2=\"optimized-c\"" "--cfg" "__negvdi2=\"optimized-c\"" "--cfg" "__negvsi2=\"optimized-c\"" "--cfg" "__negvti2=\"optimized-c\"" "--cfg" "__paritydi2=\"optimized-c\"" "--cfg" "__paritysi2=\"optimized-c\"" "--cfg" "__parityti2=\"optimized-c\"" "--cfg" "__popcountdi2=\"optimized-c\"" "--cfg" "__popcountsi2=\"optimized-c\"" "--cfg" "__popcountti2=\"optimized-c\"" "--cfg" "__subvdi3=\"optimized-c\"" "--cfg" "__subvsi3=\"optimized-c\"" "--cfg" "__subvti3=\"optimized-c\"" "--cfg" "__ucmpdi2=\"optimized-c\"" "--cfg" "__ucmpti2=\"optimized-c\"" "--check-cfg" "cfg(__ashldi3, values(\"optimized-c\"))" "--check-cfg" "cfg(__ashlsi3, values(\"optimized-c\"))" "--check-cfg" "cfg(__ashrdi3, values(\"optimized-c\"))" "--check-cfg" "cfg(__ashrsi3, values(\"optimized-c\"))" "--check-cfg" "cfg(__bswapsi2, values(\"optimized-c\"))" "--check-cfg" "cfg(__bswapdi2, values(\"optimized-c\"))" "--check-cfg" "cfg(__bswapti2, values(\"optimized-c\"))" "--check-cfg" "cfg(__divdi3, values(\"optimized-c\"))" "--check-cfg" "cfg(__divsi3, values(\"optimized-c\"))" "--check-cfg" "cfg(__divmoddi4, values(\"optimized-c\"))" "--check-cfg" "cfg(__divmodsi4, values(\"optimized-c\"))" "--check-cfg" "cfg(__divmodsi4, values(\"optimized-c\"))" "--check-cfg" "cfg(__divmodti4, values(\"optimized-c\"))" "--check-cfg" "cfg(__lshrdi3, values(\"optimized-c\"))" "--check-cfg" "cfg(__lshrsi3, values(\"optimized-c\"))" "--check-cfg" "cfg(__moddi3, values(\"optimized-c\"))" "--check-cfg" "cfg(__modsi3, values(\"optimized-c\"))" "--check-cfg" "cfg(__muldi3, values(\"optimized-c\"))" "--check-cfg" "cfg(__udivdi3, values(\"optimized-c\"))" "--check-cfg" "cfg(__udivmoddi4, values(\"optimized-c\"))" "--check-cfg" "cfg(__udivmodsi4, values(\"optimized-c\"))" "--check-cfg" "cfg(__udivsi3, values(\"optimized-c\"))" "--check-cfg" "cfg(__umoddi3, values(\"optimized-c\"))" "--check-cfg" "cfg(__umodsi3, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_cas1_relax, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_cas1_acq, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_cas1_rel, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_cas1_acq_rel, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_cas2_relax, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_cas2_acq, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_cas2_rel, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_cas2_acq_rel, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_cas4_relax, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_cas4_acq, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_cas4_rel, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_cas4_acq_rel, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_cas8_relax, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_cas8_acq, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_cas8_rel, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_cas8_acq_rel, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_cas16_relax, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_cas16_acq, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_cas16_rel, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_cas16_acq_rel, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_ldadd1_relax, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_ldadd1_acq, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_ldadd1_rel, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_ldadd1_acq_rel, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_ldadd2_relax, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_ldadd2_acq, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_ldadd2_rel, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_ldadd2_acq_rel, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_ldadd4_relax, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_ldadd4_acq, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_ldadd4_rel, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_ldadd4_acq_rel, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_ldadd8_relax, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_ldadd8_acq, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_ldadd8_rel, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_ldadd8_acq_rel, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_ldclr1_relax, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_ldclr1_acq, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_ldclr1_rel, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_ldclr1_acq_rel, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_ldclr2_relax, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_ldclr2_acq, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_ldclr2_rel, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_ldclr2_acq_rel, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_ldclr4_relax, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_ldclr4_acq, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_ldclr4_rel, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_ldclr4_acq_rel, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_ldclr8_relax, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_ldclr8_acq, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_ldclr8_rel, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_ldclr8_acq_rel, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_ldeor1_relax, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_ldeor1_acq, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_ldeor1_rel, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_ldeor1_acq_rel, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_ldeor2_relax, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_ldeor2_acq, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_ldeor2_rel, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_ldeor2_acq_rel, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_ldeor4_relax, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_ldeor4_acq, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_ldeor4_rel, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_ldeor4_acq_rel, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_ldeor8_relax, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_ldeor8_acq, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_ldeor8_rel, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_ldeor8_acq_rel, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_ldset1_relax, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_ldset1_acq, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_ldset1_rel, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_ldset1_acq_rel, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_ldset2_relax, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_ldset2_acq, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_ldset2_rel, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_ldset2_acq_rel, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_ldset4_relax, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_ldset4_acq, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_ldset4_rel, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_ldset4_acq_rel, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_ldset8_relax, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_ldset8_acq, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_ldset8_rel, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_ldset8_acq_rel, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_swp1_relax, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_swp1_acq, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_swp1_rel, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_swp1_acq_rel, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_swp2_relax, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_swp2_acq, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_swp2_rel, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_swp2_acq_rel, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_swp4_relax, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_swp4_acq, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_swp4_rel, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_swp4_acq_rel, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_swp8_relax, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_swp8_acq, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_swp8_rel, values(\"optimized-c\"))" "--check-cfg" "cfg(__aarch64_swp8_acq_rel, values(\"optimized-c\"))" "--check-cfg" "cfg(target_feature, values(\"vis3\"))" "--check-cfg" "cfg(feature, values(\"checked\"))" "--check-cfg" "cfg(assert_no_panic)" "--check-cfg" "cfg(thumb)" "--check-cfg" "cfg(thumb_1)" "--check-cfg" "cfg(f16_enabled)" "--check-cfg" "cfg(f128_enabled)" "--check-cfg" "cfg(intrinsics_enabled)" "--check-cfg" "cfg(arch_enabled)" "--check-cfg" "cfg(optimizations_enabled)" "--check-cfg" "cfg(feature, values(\"unstable-public-internals\"))" "--check-cfg" "cfg(optimizations_enabled)" "--check-cfg" "cfg(x86_no_sse)" "--check-cfg" "cfg(kernel_user_helpers)" "--check-cfg" "cfg(feature, values(\"mem-unaligned\"))" "-Wrust_2018_idioms" "-Wunused_lifetimes" "-Dwarnings" "--sysroot" "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1" "--remap-path-prefix" "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src=/rustc/1159e78c4747b02ef996e55082b704c09b970588" "--remap-path-prefix" "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/vendor=/rust/deps" "-Z" "force-unstable-if-unmarked"
-------------
error: could not compile `compiler_builtins` (lib)
Caused by:
process didn't exit successfully: `TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/bootstrap/debug/rustc TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/bootstrap/debug/rustc --crate-name compiler_builtins --edition=2024 library/compiler-builtins/compiler-builtins/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 -C codegen-units=10000 --cfg 'feature="c"' --cfg 'feature="compiler-builtins"' --cfg 'feature="default"' --cfg 'feature="rustc-dep-of-std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("c", "compiler-builtins", "default", "mangled-names", "mem", "no-asm", "no-f16-f128", "rustc-dep-of-std", "unstable-public-internals"))' -C metadata=0525230ee770de06 -C extra-filename=-84bb93cdc316756d --out-dir TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/release/deps --extern core=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps/libcore-bba6f958f06988c5.rmeta --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0=/usr/src/debug/rust-native/1.90.0 -Clink-arg=-lz -Clink-arg=-lzstd -Csymbol-mangling-version=legacy '--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 -Cembed-bitcode=yes -Zunstable-options -Cforce-frame-pointers=non-leaf '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.90.0/")' -Z binary-dep-depinfo -L native=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/build/compiler_builtins-827d9c63618c72a1/out -l static=compiler-rt --cfg f16_enabled --cfg f128_enabled --cfg intrinsics_enabled --cfg arch_enabled --cfg optimizations_enabled --cfg 'feature="unstable-intrinsics"' --cfg 'feature="mem-unaligned"' --cfg '__absvdi2="optimized-c"' --cfg '__absvsi2="optimized-c"' --cfg '__absvti2="optimized-c"' --cfg '__addvdi3="optimized-c"' --cfg '__addvsi3="optimized-c"' --cfg '__addvti3="optimized-c"' --cfg '__cmpdi2="optimized-c"' --cfg '__cmpti2="optimized-c"' --cfg '__divdc3="optimized-c"' --cfg '__divsc3="optimized-c"' --cfg '__ffsti2="optimized-c"' --cfg '__int_util="optimized-c"' --cfg '__muldc3="optimized-c"' --cfg '__mulsc3="optimized-c"' --cfg '__mulvdi3="optimized-c"' --cfg '__mulvsi3="optimized-c"' --cfg '__mulvti3="optimized-c"' --cfg '__negdf2="optimized-c"' --cfg '__negdi2="optimized-c"' --cfg '__negsf2="optimized-c"' --cfg '__negti2="optimized-c"' --cfg '__negvdi2="optimized-c"' --cfg '__negvsi2="optimized-c"' --cfg '__negvti2="optimized-c"' --cfg '__paritydi2="optimized-c"' --cfg '__paritysi2="optimized-c"' --cfg '__parityti2="optimized-c"' --cfg '__popcountdi2="optimized-c"' --cfg '__popcountsi2="optimized-c"' --cfg '__popcountti2="optimized-c"' --cfg '__subvdi3="optimized-c"' --cfg '__subvsi3="optimized-c"' --cfg '__subvti3="optimized-c"' --cfg '__ucmpdi2="optimized-c"' --cfg '__ucmpti2="optimized-c"' --check-cfg 'cfg(__ashldi3, values("optimized-c"))' --check-cfg 'cfg(__ashlsi3, values("optimized-c"))' --check-cfg 'cfg(__ashrdi3, values("optimized-c"))' --check-cfg 'cfg(__ashrsi3, values("optimized-c"))' --check-cfg 'cfg(__bswapsi2, values("optimized-c"))' --check-cfg 'cfg(__bswapdi2, values("optimized-c"))' --check-cfg 'cfg(__bswapti2, values("optimized-c"))' --check-cfg 'cfg(__divdi3, values("optimized-c"))' --check-cfg 'cfg(__divsi3, values("optimized-c"))' --check-cfg 'cfg(__divmoddi4, values("optimized-c"))' --check-cfg 'cfg(__divmodsi4, values("optimized-c"))' --check-cfg 'cfg(__divmodsi4, values("optimized-c"))' --check-cfg 'cfg(__divmodti4, values("optimized-c"))' --check-cfg 'cfg(__lshrdi3, values("optimized-c"))' --check-cfg 'cfg(__lshrsi3, values("optimized-c"))' --check-cfg 'cfg(__moddi3, values("optimized-c"))' --check-cfg 'cfg(__modsi3, values("optimized-c"))' --check-cfg 'cfg(__muldi3, values("optimized-c"))' --check-cfg 'cfg(__udivdi3, values("optimized-c"))' --check-cfg 'cfg(__udivmoddi4, values("optimized-c"))' --check-cfg 'cfg(__udivmodsi4, values("optimized-c"))' --check-cfg 'cfg(__udivsi3, values("optimized-c"))' --check-cfg 'cfg(__umoddi3, values("optimized-c"))' --check-cfg 'cfg(__umodsi3, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas1_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas1_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas1_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas1_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas2_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas2_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas2_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas2_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas4_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas4_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas4_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas4_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas8_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas8_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas8_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas8_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas16_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas16_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas16_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas16_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd1_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd1_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd1_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd1_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd2_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd2_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd2_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd2_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd4_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd4_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd4_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd4_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd8_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd8_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd8_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd8_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr1_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr1_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr1_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr1_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr2_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr2_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr2_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr2_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr4_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr4_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr4_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr4_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr8_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr8_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr8_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr8_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor1_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor1_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor1_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor1_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor2_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor2_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor2_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor2_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor4_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor4_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor4_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor4_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor8_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor8_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor8_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor8_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset1_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset1_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset1_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset1_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset2_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset2_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset2_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset2_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset4_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset4_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset4_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset4_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset8_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset8_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset8_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset8_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp1_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp1_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp1_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp1_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp2_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp2_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp2_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp2_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp4_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp4_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp4_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp4_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp8_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp8_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp8_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp8_acq_rel, values("optimized-c"))' --check-cfg 'cfg(target_feature, values("vis3"))' --check-cfg 'cfg(feature, values("checked"))' --check-cfg 'cfg(assert_no_panic)' --check-cfg 'cfg(thumb)' --check-cfg 'cfg(thumb_1)' --check-cfg 'cfg(f16_enabled)' --check-cfg 'cfg(f128_enabled)' --check-cfg 'cfg(intrinsics_enabled)' --check-cfg 'cfg(arch_enabled)' --check-cfg 'cfg(optimizations_enabled)' --check-cfg 'cfg(feature, values("unstable-public-internals"))' --check-cfg 'cfg(optimizations_enabled)' --check-cfg 'cfg(x86_no_sse)' --check-cfg 'cfg(kernel_user_helpers)' --check-cfg 'cfg(feature, values("mem-unaligned"))'` (exit status: 254)
Building [=========> ] 15/37: core, rustc-demangle, all...
Did not run successfully: signal: 11 (SIGSEGV) (core dumped)
LD_LIBRARY_PATH="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1/lib:TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/release/deps" "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1/bin/rustc" "--crate-name" "rustc_demangle" "--edition=2015" "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/vendor/rustc-demangle-0.1.25/src/lib.rs" "--error-format=json" "--json=diagnostic-rendered-ansi,artifacts,future-incompat" "--crate-type" "lib" "--emit=dep-info,metadata,link" "-C" "opt-level=s" "-C" "embed-bitcode=no" "--cfg" "feature=\"core\"" "--cfg" "feature=\"rustc-dep-of-std\"" "--check-cfg" "cfg(docsrs,test)" "--check-cfg" "cfg(feature, values(\"compiler_builtins\", \"core\", \"rustc-dep-of-std\", \"std\"))" "-C" "metadata=9bb8d87c370f16ff" "-C" "extra-filename=-3e4db7651b5d7477" "--out-dir" "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps" "--target" "x86_64-unknown-linux-gnu" "-C" "linker=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/wrapper/target-rust-ccld" "-C" "strip=debuginfo" "-L" "dependency=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps" "-L" "dependency=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/release/deps" "--extern" "core=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps/librustc_std_workspace_core-309d9f0c041727c1.rmeta" "--cap-lints" "allow" "--remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0=/usr/src/debug/rust-native/1.90.0" "-Clink-arg=-lz" "-Clink-arg=-lzstd" "-Csymbol-mangling-version=legacy" "--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" "-Cembed-bitcode=yes" "-Zunstable-options" "-Cforce-frame-pointers=non-leaf" "-Zcrate-attr=doc(html_root_url=\"https://doc.rust-lang.org/1.90.0/\")" "-Z" "binary-dep-depinfo" "-L" "native=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/build/compiler_builtins-827d9c63618c72a1/out" "-Wrust_2018_idioms" "-Wunused_lifetimes" "-Dwarnings" "--sysroot" "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1" "--remap-path-prefix" "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src=/rustc/1159e78c4747b02ef996e55082b704c09b970588" "--remap-path-prefix" "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/vendor=/rust/deps" "-Z" "force-unstable-if-unmarked"
-------------
rustc exited with signal: 11 (SIGSEGV) (core dumped)
error: could not compile `rustc-demangle` (lib)
Caused by:
process didn't exit successfully: `TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/bootstrap/debug/rustc TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/bootstrap/debug/rustc --crate-name rustc_demangle --edition=2015 TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/vendor/rustc-demangle-0.1.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=s -C embed-bitcode=no --cfg 'feature="core"' --cfg 'feature="rustc-dep-of-std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std", "std"))' -C metadata=9bb8d87c370f16ff -C extra-filename=-3e4db7651b5d7477 --out-dir TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/wrapper/target-rust-ccld -C strip=debuginfo -L dependency=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/release/deps --extern core=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps/librustc_std_workspace_core-309d9f0c041727c1.rmeta --cap-lints allow --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0=/usr/src/debug/rust-native/1.90.0 -Clink-arg=-lz -Clink-arg=-lzstd -Csymbol-mangling-version=legacy '--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 -Cembed-bitcode=yes -Zunstable-options -Cforce-frame-pointers=non-leaf '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.90.0/")' -Z binary-dep-depinfo -L native=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/build/compiler_builtins-827d9c63618c72a1/out` (exit status: 254)
Building [==========> ] 16/37: core, alloc, memchr, libc
Did not run successfully: signal: 11 (SIGSEGV) (core dumped)
LD_LIBRARY_PATH="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1/lib:TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/release/deps" "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1/bin/rustc" "--crate-name" "memchr" "--edition=2021" "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/vendor/memchr-2.7.5/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" "--cfg" "feature=\"core\"" "--cfg" "feature=\"rustc-dep-of-std\"" "--check-cfg" "cfg(docsrs,test)" "--check-cfg" "cfg(feature, values(\"alloc\", \"core\", \"default\", \"libc\", \"logging\", \"rustc-dep-of-std\", \"std\", \"use_std\"))" "-C" "metadata=7cb3b19132f39a99" "-C" "extra-filename=-b2dcdc1b1aa7ea9d" "--out-dir" "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps" "--target" "x86_64-unknown-linux-gnu" "-C" "linker=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/wrapper/target-rust-ccld" "-L" "dependency=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps" "-L" "dependency=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/release/deps" "--extern" "core=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps/librustc_std_workspace_core-309d9f0c041727c1.rmeta" "--cap-lints" "allow" "--remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0=/usr/src/debug/rust-native/1.90.0" "-Clink-arg=-lz" "-Clink-arg=-lzstd" "-Csymbol-mangling-version=legacy" "--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" "-Cembed-bitcode=yes" "-Zunstable-options" "-Cforce-frame-pointers=non-leaf" "-Zcrate-attr=doc(html_root_url=\"https://doc.rust-lang.org/1.90.0/\")" "-Z" "binary-dep-depinfo" "-L" "native=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/build/compiler_builtins-827d9c63618c72a1/out" "-Wrust_2018_idioms" "-Wunused_lifetimes" "-Dwarnings" "--sysroot" "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1" "--remap-path-prefix" "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src=/rustc/1159e78c4747b02ef996e55082b704c09b970588" "--remap-path-prefix" "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/vendor=/rust/deps" "-Z" "force-unstable-if-unmarked"
-------------
rustc exited with signal: 11 (SIGSEGV) (core dumped)
error: could not compile `memchr` (lib)
Caused by:
process didn't exit successfully: `TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/bootstrap/debug/rustc TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/bootstrap/debug/rustc --crate-name memchr --edition=2021 TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/vendor/memchr-2.7.5/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 --cfg 'feature="core"' --cfg 'feature="rustc-dep-of-std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=7cb3b19132f39a99 -C extra-filename=-b2dcdc1b1aa7ea9d --out-dir TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/wrapper/target-rust-ccld -L dependency=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/release/deps --extern core=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps/librustc_std_workspace_core-309d9f0c041727c1.rmeta --cap-lints allow --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0=/usr/src/debug/rust-native/1.90.0 -Clink-arg=-lz -Clink-arg=-lzstd -Csymbol-mangling-version=legacy '--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 -Cembed-bitcode=yes -Zunstable-options -Cforce-frame-pointers=non-leaf '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.90.0/")' -Z binary-dep-depinfo -L native=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/build/compiler_builtins-827d9c63618c72a1/out` (exit status: 254)
Building [===========> ] 17/37: core, alloc, libc
Building [============> ] 18/37: core, alloc
error: rustc interrupted by SIGSEGV, printing backtrace
TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-06cb1cc41094667b.so(+0x320355) [0x7f832e920355]
TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/libc.so.6(+0x3bba0) [0x7f832e317ba0]
TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-06cb1cc41094667b.so(+0x69b7120) [0x7f8334fb7120]
note: we would appreciate a report at https://github.com/rust-lang/rust
help: you can increase rustc's stack size by setting RUST_MIN_STACK=16777216
rustc exited with signal: 11 (SIGSEGV) (core dumped)
Did not run successfully: signal: 11 (SIGSEGV) (core dumped)
LD_LIBRARY_PATH="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1/lib:TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/release/deps" "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1/bin/rustc" "--crate-name" "core" "--edition=2024" "library/core/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" "--warn=unexpected_cfgs" "--check-cfg" "cfg(no_fp_fmt_parse)" "--check-cfg" "cfg(feature, values(any()))" "--check-cfg" "cfg(target_has_reliable_f16)" "--check-cfg" "cfg(target_has_reliable_f16_math)" "--check-cfg" "cfg(target_has_reliable_f128)" "--check-cfg" "cfg(target_has_reliable_f128_math)" "--check-cfg" "cfg(docsrs,test)" "--check-cfg" "cfg(feature, values(\"debug_refcell\", \"optimize_for_size\", \"panic_immediate_abort\"))" "-C" "metadata=8b4245499ba89e6f" "-C" "extra-filename=-bba6f958f06988c5" "--out-dir" "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps" "--target" "x86_64-unknown-linux-gnu" "-C" "linker=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/wrapper/target-rust-ccld" "-L" "dependency=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps" "-L" "dependency=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/release/deps" "--remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0=/usr/src/debug/rust-native/1.90.0" "-Clink-arg=-lz" "-Clink-arg=-lzstd" "-Csymbol-mangling-version=legacy" "--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" "-Cembed-bitcode=yes" "-Zunstable-options" "-Cforce-frame-pointers=non-leaf" "-Zcrate-attr=doc(html_root_url=\"https://doc.rust-lang.org/1.90.0/\")" "-Z" "binary-dep-depinfo" "-Wrust_2018_idioms" "-Wunused_lifetimes" "-Dwarnings" "--sysroot" "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1" "--remap-path-prefix" "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src=/rustc/1159e78c4747b02ef996e55082b704c09b970588" "--remap-path-prefix" "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/vendor=/rust/deps" "-Z" "force-unstable-if-unmarked"
-------------
error: could not compile `core` (lib)
Caused by:
process didn't exit successfully: `TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/bootstrap/debug/rustc TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/bootstrap/debug/rustc --crate-name core --edition=2024 library/core/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 --warn=unexpected_cfgs --check-cfg 'cfg(no_fp_fmt_parse)' --check-cfg 'cfg(feature, values(any()))' --check-cfg 'cfg(target_has_reliable_f16)' --check-cfg 'cfg(target_has_reliable_f16_math)' --check-cfg 'cfg(target_has_reliable_f128)' --check-cfg 'cfg(target_has_reliable_f128_math)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug_refcell", "optimize_for_size", "panic_immediate_abort"))' -C metadata=8b4245499ba89e6f -C extra-filename=-bba6f958f06988c5 --out-dir TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/wrapper/target-rust-ccld -L dependency=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/release/deps --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0=/usr/src/debug/rust-native/1.90.0 -Clink-arg=-lz -Clink-arg=-lzstd -Csymbol-mangling-version=legacy '--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 -Cembed-bitcode=yes -Zunstable-options -Cforce-frame-pointers=non-leaf '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.90.0/")' -Z binary-dep-depinfo` (exit status: 254)
Building [============> ] 19/37: alloc
Did not run successfully: signal: 11 (SIGSEGV) (core dumped)
LD_LIBRARY_PATH="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1/lib:TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/release/deps" "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1/bin/rustc" "--crate-name" "alloc" "--edition=2024" "library/alloc/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" "--warn=unexpected_cfgs" "--check-cfg" "cfg(no_global_oom_handling)" "--check-cfg" "cfg(no_rc)" "--check-cfg" "cfg(no_sync)" "--cfg" "feature=\"compiler-builtins-c\"" "--check-cfg" "cfg(docsrs,test)" "--check-cfg" "cfg(feature, values(\"compiler-builtins-c\", \"compiler-builtins-mem\", \"compiler-builtins-no-f16-f128\", \"optimize_for_size\", \"panic_immediate_abort\"))" "-C" "metadata=eee2e660eb986f99" "-C" "extra-filename=-a7d2a04410d11b52" "--out-dir" "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps" "--target" "x86_64-unknown-linux-gnu" "-C" "linker=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/wrapper/target-rust-ccld" "-L" "dependency=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps" "-L" "dependency=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/release/deps" "--extern" "priv:compiler_builtins=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-84bb93cdc316756d.rmeta" "--extern" "core=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps/libcore-bba6f958f06988c5.rmeta" "-Z" "unstable-options" "--remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0=/usr/src/debug/rust-native/1.90.0" "-Clink-arg=-lz" "-Clink-arg=-lzstd" "-Csymbol-mangling-version=legacy" "--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" "-Cembed-bitcode=yes" "-Zunstable-options" "-Cforce-frame-pointers=non-leaf" "-Zcrate-attr=doc(html_root_url=\"https://doc.rust-lang.org/1.90.0/\")" "-Z" "binary-dep-depinfo" "-L" "native=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/build/compiler_builtins-827d9c63618c72a1/out" "-Wrust_2018_idioms" "-Wunused_lifetimes" "-Dwarnings" "--sysroot" "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1" "--remap-path-prefix" "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src=/rustc/1159e78c4747b02ef996e55082b704c09b970588" "--remap-path-prefix" "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/vendor=/rust/deps" "-Z" "force-unstable-if-unmarked"
-------------
rustc exited with signal: 11 (SIGSEGV) (core dumped)
error: could not compile `alloc` (lib)
Caused by:
process didn't exit successfully: `TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/bootstrap/debug/rustc TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/bootstrap/debug/rustc --crate-name alloc --edition=2024 library/alloc/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 --warn=unexpected_cfgs --check-cfg 'cfg(no_global_oom_handling)' --check-cfg 'cfg(no_rc)' --check-cfg 'cfg(no_sync)' --cfg 'feature="compiler-builtins-c"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler-builtins-c", "compiler-builtins-mem", "compiler-builtins-no-f16-f128", "optimize_for_size", "panic_immediate_abort"))' -C metadata=eee2e660eb986f99 -C extra-filename=-a7d2a04410d11b52 --out-dir TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/wrapper/target-rust-ccld -L dependency=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps -L dependency=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/release/deps --extern 'priv:compiler_builtins=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps/libcompiler_builtins-84bb93cdc316756d.rmeta' --extern core=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/deps/libcore-bba6f958f06988c5.rmeta -Z unstable-options --remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0=/usr/src/debug/rust-native/1.90.0 -Clink-arg=-lz -Clink-arg=-lzstd -Csymbol-mangling-version=legacy '--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 -Cembed-bitcode=yes -Zunstable-options -Cforce-frame-pointers=non-leaf '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.90.0/")' -Z binary-dep-depinfo -L native=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/release/build/compiler_builtins-827d9c63618c72a1/out` (exit status: 254)
command did not execute successfully: cd "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src" && env -u MAKEFLAGS -u MFLAGS AR_x86_64_unknown_linux_gnu="ar" CARGO_INCREMENTAL="0" CARGO_LOG="cargo::core::compiler::fingerprint=info" 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.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1-std" CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/wrapper/target-rust-ccld" CC_x86_64_unknown_linux_gnu="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/wrapper/target-rust-cc" CFG_COMPILER_BUILD_TRIPLE="x86_64-unknown-linux-gnu" CFG_COMPILER_HOST_TRIPLE="x86_64-unknown-linux-gnu" CFG_DISABLE_UNSTABLE_FEATURES="1" CFG_RELEASE_CHANNEL="stable" 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.90.0/wrapper/target-rust-cxx" LIBC_CHECK_CFG="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.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/native" RUSTC="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/bootstrap/debug/rustc" RUSTC_BOOTSTRAP="1" RUSTC_BREAK_ON_ICE="1" RUSTC_CARGO_REGISTRY_SRC_TO_REMAP="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/vendor=/rust/deps" RUSTC_DEBUGINFO_MAP="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src=/rustc/1159e78c4747b02ef996e55082b704c09b970588" RUSTC_ERROR_METADATA_DST="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/tmp/extended-error-metadata" RUSTC_FORCE_UNSTABLE="1" RUSTC_HOST_FLAGS="-Clinker=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/wrapper/target-rust-ccld" RUSTC_INSTALL_BINDIR="bin" RUSTC_LIBDIR="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1/lib" RUSTC_LINK_STD_INTO_RUSTC_DRIVER="1" RUSTC_LINT_FLAGS="-Wrust_2018_idioms -Wunused_lifetimes -Dwarnings" RUSTC_REAL="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1/bin/rustc" RUSTC_SNAPSHOT="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/rust-snapshot/bin/rustc" RUSTC_SNAPSHOT_LIBDIR="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/rust-snapshot/lib" RUSTC_STAGE="1" RUSTC_SYSROOT="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/x86_64-unknown-linux-gnu/stage1" RUSTC_VERBOSE="1" RUSTC_WRAPPER="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/bootstrap/debug/rustc" RUSTDOC="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/build/bootstrap/debug/rustdoc" RUSTDOCFLAGS="--remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0=/usr/src/debug/rust-native/1.90.0 -Clink-arg=-lz -Clink-arg=-lzstd -Csymbol-mangling-version=legacy --check-cfg=cfg(feature,values(any())) -Zunstable-options -Dwarnings -Wrustdoc::invalid_codeblock_attributes --crate-version 1.90.0\t(1159e78c4\t2025-09-14)\t(built\tfrom\ta\tsource\ttarball) -Clinker=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/wrapper/target-rust-ccld -Zcrate-attr=doc(html_root_url=\"https://doc.rust-lang.org/1.90.0/\") -Zcrate-attr=warn(rust_2018_idioms)" RUSTDOC_REAL="/path/to/nowhere/rustdoc/not/required" RUSTFLAGS="--remap-path-prefix=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0=/usr/src/debug/rust-native/1.90.0 -Clink-arg=-lz -Clink-arg=-lzstd -Csymbol-mangling-version=legacy --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 -Cembed-bitcode=yes -Zunstable-options -Cforce-frame-pointers=non-leaf -Zcrate-attr=doc(html_root_url=\"https://doc.rust-lang.org/1.90.0/\")" RUST_COMPILER_RT_ROOT="TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/src/llvm-project/compiler-rt" RUST_TEST_THREADS="16" WINAPI_NO_BUNDLED_LIBRARIES="1" __CARGO_DEFAULT_LIB_METADATA="stablestd1.90.0" "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/rust-snapshot/bin/cargo" "build" "--target" "x86_64-unknown-linux-gnu" "-Zbinary-dep-depinfo" "-j" "16" "-Zroot-dir=TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src" "-v" "--frozen" "--release" "--features" "backtrace panic-unwind compiler-builtins-c" "--manifest-path" "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/library/sysroot/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/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/src/bootstrap/bootstrap.py", line 1397, in <module>
main()
~~~~^^
File "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/src/bootstrap/bootstrap.py", line 1377, in main
bootstrap(args)
~~~~~~~~~^^^^^^
File "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-src/src/bootstrap/bootstrap.py", line 1352, in bootstrap
run(args, env=env, verbose=build.verbose, is_bootstrap=True)
~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/sources/rustc-1.90.0-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.90.0/sources/rustc-1.90.0-src/build/bootstrap/debug/bootstrap -j 16 install --verbose
WARNING: TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/temp/run.do_install.1356170:185 exit 1 from 'python3 src/bootstrap/bootstrap.py -j 16 "$@" --verbose'
WARNING: Backtrace (BB generated script):
#1: rust_runx, TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/temp/run.do_install.1356170, line 185
#2: rust_do_install, TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/temp/run.do_install.1356170, line 158
#3: do_install, TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/temp/run.do_install.1356170, line 153
#4: main, TOPDIR/tmp/work/x86_64-linux/rust-native/1.90.0/temp/run.do_install.1356170, line 208