[INFO] fetching crate supply-chain-trust-crate-000034 1.5.0...
[INFO] testing supply-chain-trust-crate-000034-1.5.0 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate supply-chain-trust-crate-000034 1.5.0 into /workspace/builds/worker-5-tc2/source
[INFO] started tweaking crates.io crate supply-chain-trust-crate-000034 1.5.0
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate supply-chain-trust-crate-000034 1.5.0
[INFO] tweaked toml for crates.io crate supply-chain-trust-crate-000034 1.5.0 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate supply-chain-trust-crate-000034 1.5.0 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate supply-chain-trust-crate-000034 1.5.0 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" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b2f496b11b91d4779322242a2944cf14b9c568ac928e4a2287d34e7cb2ef857e
[INFO] running `Command { std: "docker" "start" "-a" "b2f496b11b91d4779322242a2944cf14b9c568ac928e4a2287d34e7cb2ef857e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b2f496b11b91d4779322242a2944cf14b9c568ac928e4a2287d34e7cb2ef857e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b2f496b11b91d4779322242a2944cf14b9c568ac928e4a2287d34e7cb2ef857e", kill_on_drop: false }`
[INFO] [stdout] b2f496b11b91d4779322242a2944cf14b9c568ac928e4a2287d34e7cb2ef857e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a99d65699f75c005301be4da9f4ae420b8e7fe8c9bc249064ed7aee22db6036d
[INFO] running `Command { std: "docker" "start" "-a" "a99d65699f75c005301be4da9f4ae420b8e7fe8c9bc249064ed7aee22db6036d", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling supply-chain-trust-crate-000034 v1.5.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/inline_lazy.rs:26:43
[INFO] [stdout]    |
[INFO] [stdout] 26 |     pub fn get<F>(&'static self, f: F) -> &T
[INFO] [stdout]    |                    -------                ^^ the same lifetime is elided here
[INFO] [stdout]    |                    |
[INFO] [stdout]    |                    the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'static`
[INFO] [stdout]    |
[INFO] [stdout] 26 |     pub fn get<F>(&'static self, f: F) -> &'static T
[INFO] [stdout]    |                                            +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.20s
[INFO] running `Command { std: "docker" "inspect" "a99d65699f75c005301be4da9f4ae420b8e7fe8c9bc249064ed7aee22db6036d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a99d65699f75c005301be4da9f4ae420b8e7fe8c9bc249064ed7aee22db6036d", kill_on_drop: false }`
[INFO] [stdout] a99d65699f75c005301be4da9f4ae420b8e7fe8c9bc249064ed7aee22db6036d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2477a6aa862442871b8bf0f1a5b6955c8107987f286609469ab177153e7e2920
[INFO] running `Command { std: "docker" "start" "-a" "2477a6aa862442871b8bf0f1a5b6955c8107987f286609469ab177153e7e2920", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling proc-macro2 v1.0.94
[INFO] [stderr]    Compiling hashbrown v0.15.2
[INFO] [stderr]    Compiling winnow v0.7.3
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/inline_lazy.rs:26:43
[INFO] [stdout]    |
[INFO] [stdout] 26 |     pub fn get<F>(&'static self, f: F) -> &T
[INFO] [stdout]    |                    -------                ^^ the same lifetime is elided here
[INFO] [stdout]    |                    |
[INFO] [stdout]    |                    the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'static`
[INFO] [stdout]    |
[INFO] [stdout] 26 |     pub fn get<F>(&'static self, f: F) -> &'static T
[INFO] [stdout]    |                                            +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling indexmap v2.8.0
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]    Compiling toml_datetime v0.6.8
[INFO] [stderr]    Compiling serde_spanned v0.6.8
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling toml_edit v0.22.24
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling toml v0.8.20
[INFO] [stderr]    Compiling trybuild v1.0.104
[INFO] [stderr]    Compiling supply-chain-trust-crate-000034 v1.5.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0463]: can't find crate for `lazy_static`
[INFO] [stdout]  --> tests/test.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | extern crate lazy_static;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `lazy_static` in this scope
[INFO] [stdout]  --> tests/test.rs:7:1
[INFO] [stdout]   |
[INFO] [stdout] 7 | lazy_static! {
[INFO] [stdout]   | ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `lazy_static` is imported here, but it is an unresolved item, not a macro
[INFO] [stdout]  --> tests/test.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | extern crate lazy_static;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `lazy_static` in this scope
[INFO] [stdout]   --> tests/test.rs:32:1
[INFO] [stdout]    |
[INFO] [stdout] 32 | lazy_static! {
[INFO] [stdout]    | ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: `lazy_static` is imported here, but it is an unresolved item, not a macro
[INFO] [stdout]   --> tests/test.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | extern crate lazy_static;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `lazy_static` in this scope
[INFO] [stdout]   --> tests/test.rs:36:1
[INFO] [stdout]    |
[INFO] [stdout] 36 | lazy_static! {
[INFO] [stdout]    | ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: `lazy_static` is imported here, but it is an unresolved item, not a macro
[INFO] [stdout]   --> tests/test.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | extern crate lazy_static;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `lazy_static` in this scope
[INFO] [stdout]   --> tests/test.rs:40:1
[INFO] [stdout]    |
[INFO] [stdout] 40 | lazy_static! {
[INFO] [stdout]    | ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: `lazy_static` is imported here, but it is an unresolved item, not a macro
[INFO] [stdout]   --> tests/test.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | extern crate lazy_static;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `lazy_static` in this scope
[INFO] [stdout]   --> tests/test.rs:86:5
[INFO] [stdout]    |
[INFO] [stdout] 86 |     lazy_static! {
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: `lazy_static` is imported here, but it is an unresolved item, not a macro
[INFO] [stdout]   --> tests/test.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | extern crate lazy_static;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `lazy_static` in this scope
[INFO] [stdout]   --> tests/test.rs:92:9
[INFO] [stdout]    |
[INFO] [stdout] 92 |         lazy_static! {
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: `lazy_static` is imported here, but it is an unresolved item, not a macro
[INFO] [stdout]   --> tests/test.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | extern crate lazy_static;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `lazy_static` in this scope
[INFO] [stdout]    --> tests/test.rs:114:1
[INFO] [stdout]     |
[INFO] [stdout] 114 | lazy_static! {
[INFO] [stdout]     | ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: `lazy_static` is imported here, but it is an unresolved item, not a macro
[INFO] [stdout]    --> tests/test.rs:4:1
[INFO] [stdout]     |
[INFO] [stdout]   4 | extern crate lazy_static;
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `lazy_static` in this scope
[INFO] [stdout]    --> tests/test.rs:138:1
[INFO] [stdout]     |
[INFO] [stdout] 138 | lazy_static! {
[INFO] [stdout]     | ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: `lazy_static` is imported here, but it is an unresolved item, not a macro
[INFO] [stdout]    --> tests/test.rs:4:1
[INFO] [stdout]     |
[INFO] [stdout]   4 | extern crate lazy_static;
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `lazy_static` in this scope
[INFO] [stdout]    --> tests/test.rs:161:1
[INFO] [stdout]     |
[INFO] [stdout] 161 | lazy_static! {
[INFO] [stdout]     | ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: `lazy_static` is imported here, but it is an unresolved item, not a macro
[INFO] [stdout]    --> tests/test.rs:4:1
[INFO] [stdout]     |
[INFO] [stdout]   4 | extern crate lazy_static;
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `lazy_static` in this scope
[INFO] [stdout]    --> tests/test.rs:175:1
[INFO] [stdout]     |
[INFO] [stdout] 175 | lazy_static! {
[INFO] [stdout]     | ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: `lazy_static` is imported here, but it is an unresolved item, not a macro
[INFO] [stdout]    --> tests/test.rs:4:1
[INFO] [stdout]     |
[INFO] [stdout]   4 | extern crate lazy_static;
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `S3` in this scope
[INFO] [stdout]   --> tests/test.rs:47:18
[INFO] [stdout]    |
[INFO] [stdout] 47 |     assert_eq!(&*S3, "ab");
[INFO] [stdout]    |                  ^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `STRING` in this scope
[INFO] [stdout]   --> tests/test.rs:56:19
[INFO] [stdout]    |
[INFO] [stdout] 56 |     assert_eq!(&**STRING, "hello");
[INFO] [stdout]    |                   ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `NUMBER` in this scope
[INFO] [stdout]   --> tests/test.rs:57:17
[INFO] [stdout]    |
[INFO] [stdout] 57 |     assert_eq!(*NUMBER, 6);
[INFO] [stdout]    |                 ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `HASHMAP` in this scope
[INFO] [stdout]   --> tests/test.rs:58:13
[INFO] [stdout]    |
[INFO] [stdout] 58 |     assert!(HASHMAP.get(&1).is_some());
[INFO] [stdout]    |             ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `HASHMAP` in this scope
[INFO] [stdout]   --> tests/test.rs:59:13
[INFO] [stdout]    |
[INFO] [stdout] 59 |     assert!(HASHMAP.get(&3).is_none());
[INFO] [stdout]    |             ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `ARRAY_BOXES` in this scope
[INFO] [stdout]   --> tests/test.rs:60:18
[INFO] [stdout]    |
[INFO] [stdout] 60 |     assert_eq!(&*ARRAY_BOXES, &[Box::new(1), Box::new(2), Box::new(3)]);
[INFO] [stdout]    |                  ^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `UNSAFE` in this scope
[INFO] [stdout]   --> tests/test.rs:61:17
[INFO] [stdout]    |
[INFO] [stdout] 61 |     assert_eq!(*UNSAFE, std::u32::MAX);
[INFO] [stdout]    |                 ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `NUMBER` in this scope
[INFO] [stdout]   --> tests/test.rs:66:17
[INFO] [stdout]    |
[INFO] [stdout] 66 |     assert_eq!(*NUMBER, 6);
[INFO] [stdout]    |                 ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `NUMBER` in this scope
[INFO] [stdout]   --> tests/test.rs:67:17
[INFO] [stdout]    |
[INFO] [stdout] 67 |     assert_eq!(*NUMBER, 6);
[INFO] [stdout]    |                 ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `NUMBER` in this scope
[INFO] [stdout]   --> tests/test.rs:68:17
[INFO] [stdout]    |
[INFO] [stdout] 68 |     assert_eq!(*NUMBER, 6);
[INFO] [stdout]    |                 ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `STRING` in this scope
[INFO] [stdout]   --> tests/test.rs:74:26
[INFO] [stdout]    |
[INFO] [stdout] 74 |     let copy_of_string = STRING;
[INFO] [stdout]    |                          ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `STRING` in this scope
[INFO] [stdout]   --> tests/test.rs:76:14
[INFO] [stdout]    |
[INFO] [stdout] 76 |     assert!(&STRING as *const _ != &copy_of_string as *const _);
[INFO] [stdout]    |              ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `STRING` in this scope
[INFO] [stdout]   --> tests/test.rs:80:25
[INFO] [stdout]    |
[INFO] [stdout] 80 |         format!("{:?}", STRING),
[INFO] [stdout]    |                         ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `FOO` in this scope
[INFO] [stdout]    --> tests/test.rs:100:22
[INFO] [stdout]     |
[INFO] [stdout] 100 |         assert_eq!(**FOO, 0);
[INFO] [stdout]     |                      ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `BAR` in this scope
[INFO] [stdout]    --> tests/test.rs:101:22
[INFO] [stdout]     |
[INFO] [stdout] 101 |         assert_eq!(**BAR, 98);
[INFO] [stdout]     |                      ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `BAZ` in module `inner`
[INFO] [stdout]    --> tests/test.rs:102:29
[INFO] [stdout]     |
[INFO] [stdout] 102 |         assert_eq!(**inner::BAZ, 42);
[INFO] [stdout]     |                             ^^^ not found in `inner`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `BAG` in module `inner`
[INFO] [stdout]    --> tests/test.rs:103:29
[INFO] [stdout]     |
[INFO] [stdout] 103 |         assert_eq!(**inner::BAG, 37);
[INFO] [stdout]     |                             ^^^ not found in `inner`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `FOO` in module `visibility`
[INFO] [stdout]    --> tests/test.rs:109:29
[INFO] [stdout]     |
[INFO] [stdout] 109 |     assert_eq!(*visibility::FOO, Box::new(0));
[INFO] [stdout]     |                             ^^^ not found in `visibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `BAG` in module `visibility::inner`
[INFO] [stdout]    --> tests/test.rs:110:36
[INFO] [stdout]     |
[INFO] [stdout] 110 |     assert_eq!(*visibility::inner::BAG, Box::new(37));
[INFO] [stdout]     |                                    ^^^ not found in `visibility::inner`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `ITEM_NAME_TEST` in this scope
[INFO] [stdout]    --> tests/test.rs:150:17
[INFO] [stdout]     |
[INFO] [stdout] 150 |     assert_eq!(*ITEM_NAME_TEST, X);
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `PRE_INIT` in this scope
[INFO] [stdout]    --> tests/test.rs:171:30
[INFO] [stdout]     |
[INFO] [stdout] 171 |     lazy_static::initialize(&PRE_INIT);
[INFO] [stdout]     |                              ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `LIFETIME_NAME` in this scope
[INFO] [stdout]    --> tests/test.rs:184:13
[INFO] [stdout]     |
[INFO] [stdout] 184 |     let _ = LIFETIME_NAME;
[INFO] [stdout]     |             ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::collections::HashMap`
[INFO] [stdout]  --> tests/test.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::collections::HashMap;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]  --> tests/test.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![deny(warnings)]
[INFO] [stdout]   |         ^^^^^^^^
[INFO] [stdout]   = note: `#[warn(unused_imports)]` implied by `#[warn(warnings)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/inline_lazy.rs:26:43
[INFO] [stdout]    |
[INFO] [stdout] 26 |     pub fn get<F>(&'static self, f: F) -> &T
[INFO] [stdout]    |                    -------                ^^ the same lifetime is elided here
[INFO] [stdout]    |                    |
[INFO] [stdout]    |                    the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'static`
[INFO] [stdout]    |
[INFO] [stdout] 26 |     pub fn get<F>(&'static self, f: F) -> &'static T
[INFO] [stdout]    |                                            +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0463.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `supply-chain-trust-crate-000034` (test "test") due to 33 previous errors; 1 warning emitted
[INFO] [stdout] error[E0463]: can't find crate for `lazy_static`
[INFO] [stdout]  --> examples/mutex_map.rs:2:1
[INFO] [stdout]   |
[INFO] [stdout] 2 | extern crate lazy_static;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0425]: cannot find value `MUTEX_MAP` in this scope
[INFO] [stdout]   --> examples/mutex_map.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |     MUTEX_MAP.lock().unwrap().insert(0, "boo");
[INFO] [stdout]    |     ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `MUTEX_MAP` in this scope
[INFO] [stdout]   --> examples/mutex_map.rs:21:9
[INFO] [stdout]    |
[INFO] [stdout] 21 |         MUTEX_MAP.lock().unwrap().get(&0).unwrap()
[INFO] [stdout]    |         ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::collections::HashMap`
[INFO] [stdout]  --> examples/mutex_map.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::collections::HashMap;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::sync::Mutex`
[INFO] [stdout]  --> examples/mutex_map.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::sync::Mutex;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0463.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `supply-chain-trust-crate-000034` (example "mutex_map") due to 3 previous errors; 2 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "2477a6aa862442871b8bf0f1a5b6955c8107987f286609469ab177153e7e2920", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2477a6aa862442871b8bf0f1a5b6955c8107987f286609469ab177153e7e2920", kill_on_drop: false }`
[INFO] [stdout] 2477a6aa862442871b8bf0f1a5b6955c8107987f286609469ab177153e7e2920
