[INFO] fetching crate cargo-kconfig 0.1.1...
[INFO] checking cargo-kconfig-0.1.1 against try#31561a63598a0f21fc74c024747ef1310fdd2eb2 for pr-133536
[INFO] extracting crate cargo-kconfig 0.1.1 into /workspace/builds/worker-3-tc2/source
[INFO] validating manifest of crates.io crate cargo-kconfig 0.1.1 on toolchain 31561a63598a0f21fc74c024747ef1310fdd2eb2
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[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-3-tc2/source/Cargo.toml
[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" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8268dbabe1fe1a796c9d8dd907feb28c4f4675a5e896c5c67594dbc5479196c4
[INFO] running `Command { std: "docker" "start" "-a" "8268dbabe1fe1a796c9d8dd907feb28c4f4675a5e896c5c67594dbc5479196c4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8268dbabe1fe1a796c9d8dd907feb28c4f4675a5e896c5c67594dbc5479196c4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8268dbabe1fe1a796c9d8dd907feb28c4f4675a5e896c5c67594dbc5479196c4", kill_on_drop: false }`
[INFO] [stdout] 8268dbabe1fe1a796c9d8dd907feb28c4f4675a5e896c5c67594dbc5479196c4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 72354eecb6ffe97c25dd683c85613f7a81deb992976101e9661c6269c1e0a27d
[INFO] running `Command { std: "docker" "start" "-a" "72354eecb6ffe97c25dd683c85613f7a81deb992976101e9661c6269c1e0a27d", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.126
[INFO] [stderr]     Checking kconfig-parser v0.1.1
[INFO] [stderr]     Checking kconfig-represent v0.1.1
[INFO] [stderr]     Checking cargo-kconfig v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: creating a mutable reference to mutable static is discouraged
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
[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)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static is discouraged
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
[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 is discouraged
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
[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)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static is discouraged
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
[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 is discouraged
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
[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)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static is discouraged
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
[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/expression_order/, file=Kconfig) .config (path=./tests/expression_order/, 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 Severe Error ⛔ File ./tests/expression_order/.config not found
[INFO] [stdout]      Kconfig Specification tag=default Kconfig (path=./tests/simple_submenu/, file=Kconfig) .config (path=./tests/simple_submenu/, file=.config)
[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_bool/, file=Kconfig) .config (path=./tests/simple_bool/, file=.config)
[INFO] [stdout]      Kconfig Severe Error ⛔ File ./tests/simple_submenu/.config not found
[INFO] [stdout]      Kconfig Specification tag=default Kconfig (path=./tests/simple_bool_inv/, file=Kconfig) .config (path=./tests/simple_bool_inv/, file=.config)
[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/31561a63598a0f21fc74c024747ef1310fdd2eb2/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,metadata -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a30c06c0a939e32e -C extra-filename=-a30c06c0a939e32e --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern cargo_kconfig=/opt/rustwide/target/debug/deps/libcargo_kconfig-5767d4a549bb9875.so --extern kconfig_parser=/opt/rustwide/target/debug/deps/libkconfig_parser-0a56eab4e24d452c.rmeta --extern kconfig_represent=/opt/rustwide/target/debug/deps/libkconfig_represent-2c1be99e2e2ded4f.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-72d100a8ad3ee3ae.rmeta --cap-lints=forbid` (exit status: 1)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[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/31561a63598a0f21fc74c024747ef1310fdd2eb2/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,metadata -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8486028f05850715 -C extra-filename=-8486028f05850715 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern cargo_kconfig=/opt/rustwide/target/debug/deps/libcargo_kconfig-5767d4a549bb9875.so --extern kconfig_parser=/opt/rustwide/target/debug/deps/libkconfig_parser-0a56eab4e24d452c.rmeta --extern kconfig_represent=/opt/rustwide/target/debug/deps/libkconfig_represent-2c1be99e2e2ded4f.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-72d100a8ad3ee3ae.rmeta --cap-lints=forbid` (exit status: 1)
[INFO] [stdout] warning: creating a shared reference to mutable static is discouraged
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
[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)]` 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 is discouraged
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
[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)]` 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" "72354eecb6ffe97c25dd683c85613f7a81deb992976101e9661c6269c1e0a27d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "72354eecb6ffe97c25dd683c85613f7a81deb992976101e9661c6269c1e0a27d", kill_on_drop: false }`
[INFO] [stdout] 72354eecb6ffe97c25dd683c85613f7a81deb992976101e9661c6269c1e0a27d
