[INFO] fetching crate cargo-kconfig 0.1.1... [INFO] testing cargo-kconfig-0.1.1 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate cargo-kconfig 0.1.1 into /workspace/builds/worker-2-tc1/source [INFO] started tweaking crates.io crate cargo-kconfig 0.1.1 [INFO] finished tweaking crates.io crate cargo-kconfig 0.1.1 [INFO] tweaked toml for crates.io crate cargo-kconfig 0.1.1 written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate cargo-kconfig 0.1.1 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate cargo-kconfig 0.1.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded kconfig-represent v0.1.1 [INFO] [stderr] Downloaded kconfig-parser v0.1.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 19b18d832bbdcaf73daba8baa8f5e67118cb5dae77f441c10b645bd127f04e7a [INFO] running `Command { std: "docker" "start" "-a" "19b18d832bbdcaf73daba8baa8f5e67118cb5dae77f441c10b645bd127f04e7a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "19b18d832bbdcaf73daba8baa8f5e67118cb5dae77f441c10b645bd127f04e7a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "19b18d832bbdcaf73daba8baa8f5e67118cb5dae77f441c10b645bd127f04e7a", kill_on_drop: false }` [INFO] [stdout] 19b18d832bbdcaf73daba8baa8f5e67118cb5dae77f441c10b645bd127f04e7a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d938104cb58fae2bd242258186285825e7546e202c48ae015e14ff795ae03958 [INFO] running `Command { std: "docker" "start" "-a" "d938104cb58fae2bd242258186285825e7546e202c48ae015e14ff795ae03958", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Compiling kconfig-parser v0.1.1 [INFO] [stderr] Compiling kconfig-represent v0.1.1 [INFO] [stderr] Compiling cargo-kconfig v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: creating a mutable reference to mutable static [INFO] [stdout] --> src/macros/tag_registry.rs:198:13 [INFO] [stdout] | [INFO] [stdout] 198 | SINGLETON.write(singleton); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives [INFO] [stdout] = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a shared reference to mutable static [INFO] [stdout] --> src/macros/tag_registry.rs:201:9 [INFO] [stdout] | [INFO] [stdout] 201 | SINGLETON.assume_init_ref() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a shared reference to mutable static [INFO] [stdout] --> src/cli/parser.rs:380:19 [INFO] [stdout] | [INFO] [stdout] 380 | match &SUBCOMMANDS { [INFO] [stdout] | ^^^^^^^^^^^^ shared reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stdout] = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default [INFO] [stdout] help: use `&raw const` instead to create a raw pointer [INFO] [stdout] | [INFO] [stdout] 380 | match &raw const SUBCOMMANDS { [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.75s [INFO] running `Command { std: "docker" "inspect" "d938104cb58fae2bd242258186285825e7546e202c48ae015e14ff795ae03958", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d938104cb58fae2bd242258186285825e7546e202c48ae015e14ff795ae03958", kill_on_drop: false }` [INFO] [stdout] d938104cb58fae2bd242258186285825e7546e202c48ae015e14ff795ae03958 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1e3c941b382578b0e1a9cc119592b889af38a1b68d152fe4adffb2a5f247c773 [INFO] running `Command { std: "docker" "start" "-a" "1e3c941b382578b0e1a9cc119592b889af38a1b68d152fe4adffb2a5f247c773", kill_on_drop: false }` [INFO] [stderr] Compiling cargo-kconfig v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: creating a mutable reference to mutable static [INFO] [stdout] --> src/macros/tag_registry.rs:198:13 [INFO] [stdout] | [INFO] [stdout] 198 | SINGLETON.write(singleton); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives [INFO] [stdout] = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a shared reference to mutable static [INFO] [stdout] --> src/macros/tag_registry.rs:201:9 [INFO] [stdout] | [INFO] [stdout] 201 | SINGLETON.assume_init_ref() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a mutable reference to mutable static [INFO] [stdout] --> src/macros/tag_registry.rs:198:13 [INFO] [stdout] | [INFO] [stdout] 198 | SINGLETON.write(singleton); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives [INFO] [stdout] = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a shared reference to mutable static [INFO] [stdout] --> src/macros/tag_registry.rs:201:9 [INFO] [stdout] | [INFO] [stdout] 201 | SINGLETON.assume_init_ref() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Kconfig Specification tag=default Kconfig (path=./tests/simple_submenu/, file=Kconfig) .config (path=./tests/simple_submenu/, file=.config) [INFO] [stdout] Kconfig Severe Error ⛔ File ./tests/simple_submenu/.config not found [INFO] [stderr] error: could not compile `cargo-kconfig` (test "simple_submenu") [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/bin/rustc --crate-name simple_submenu --edition=2021 tests/simple_submenu.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=990680e0d29c9411 -C extra-filename=-a9ea7955afc0e2c9 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern cargo_kconfig=/opt/rustwide/target/debug/deps/libcargo_kconfig-b6946180aab5d197.so --extern kconfig_parser=/opt/rustwide/target/debug/deps/libkconfig_parser-ad13e5c4cb0fa99a.rlib --extern kconfig_represent=/opt/rustwide/target/debug/deps/libkconfig_represent-4216400cb53bcd47.rlib --extern libc=/opt/rustwide/target/debug/deps/liblibc-c6a380ed7d7d4f2f.rlib --cap-lints=forbid` (exit status: 1) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] Kconfig Specification tag=default Kconfig (path=./tests/simple_int/, file=Kconfig) .config (path=./tests/simple_int/, file=.config) [INFO] [stdout] Kconfig Specification tag=default Kconfig (path=./tests/simple_str/, file=Kconfig) .config (path=./tests/simple_str/, file=.config) [INFO] [stdout] Kconfig Specification tag=default Kconfig (path=./tests/expression_order/, file=Kconfig) .config (path=./tests/expression_order/, file=.config) [INFO] [stdout] Kconfig Severe Error ⛔ File ./tests/expression_order/.config not found [INFO] [stderr] error: could not compile `cargo-kconfig` (test "expression_order") [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/bin/rustc --crate-name expression_order --edition=2021 tests/expression_order.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5a426b218afccbf5 -C extra-filename=-cfa0f9698a66c346 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern cargo_kconfig=/opt/rustwide/target/debug/deps/libcargo_kconfig-b6946180aab5d197.so --extern kconfig_parser=/opt/rustwide/target/debug/deps/libkconfig_parser-ad13e5c4cb0fa99a.rlib --extern kconfig_represent=/opt/rustwide/target/debug/deps/libkconfig_represent-4216400cb53bcd47.rlib --extern libc=/opt/rustwide/target/debug/deps/liblibc-c6a380ed7d7d4f2f.rlib --cap-lints=forbid` (exit status: 1) [INFO] [stdout] Kconfig Specification tag=default Kconfig (path=./tests/simple_bool_inv/, file=Kconfig) .config (path=./tests/simple_bool_inv/, file=.config) [INFO] [stdout] Kconfig Specification tag=default Kconfig (path=./tests/simple_bool/, file=Kconfig) .config (path=./tests/simple_bool/, file=.config) [INFO] [stdout] warning: creating a shared reference to mutable static [INFO] [stdout] --> src/cli/parser.rs:380:19 [INFO] [stdout] | [INFO] [stdout] 380 | match &SUBCOMMANDS { [INFO] [stdout] | ^^^^^^^^^^^^ shared reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stdout] = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default [INFO] [stdout] help: use `&raw const` instead to create a raw pointer [INFO] [stdout] | [INFO] [stdout] 380 | match &raw const SUBCOMMANDS { [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a shared reference to mutable static [INFO] [stdout] --> src/cli/parser.rs:380:19 [INFO] [stdout] | [INFO] [stdout] 380 | match &SUBCOMMANDS { [INFO] [stdout] | ^^^^^^^^^^^^ shared reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stdout] = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default [INFO] [stdout] help: use `&raw const` instead to create a raw pointer [INFO] [stdout] | [INFO] [stdout] 380 | match &raw const SUBCOMMANDS { [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "1e3c941b382578b0e1a9cc119592b889af38a1b68d152fe4adffb2a5f247c773", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1e3c941b382578b0e1a9cc119592b889af38a1b68d152fe4adffb2a5f247c773", kill_on_drop: false }` [INFO] [stdout] 1e3c941b382578b0e1a9cc119592b889af38a1b68d152fe4adffb2a5f247c773