[INFO] fetching crate supply-chain-trust-example-crate-000053 0.2.15... [INFO] checking supply-chain-trust-example-crate-000053-0.2.15 against master#ff1737bb00913444173658b4e0b274fd79aabf66 for pr-132712-1 [INFO] extracting crate supply-chain-trust-example-crate-000053 0.2.15 into /workspace/builds/worker-7-tc1/source [INFO] validating manifest of crates.io crate supply-chain-trust-example-crate-000053 0.2.15 on toolchain ff1737bb00913444173658b4e0b274fd79aabf66 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate supply-chain-trust-example-crate-000053 0.2.15 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate supply-chain-trust-example-crate-000053 0.2.15 [INFO] tweaked toml for crates.io crate supply-chain-trust-example-crate-000053 0.2.15 written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 2 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 65d0afd8491d619634f3869850588e26c09ce121a49152cdae32c542e2acb8c9 [INFO] running `Command { std: "docker" "start" "-a" "65d0afd8491d619634f3869850588e26c09ce121a49152cdae32c542e2acb8c9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "65d0afd8491d619634f3869850588e26c09ce121a49152cdae32c542e2acb8c9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "65d0afd8491d619634f3869850588e26c09ce121a49152cdae32c542e2acb8c9", kill_on_drop: false }` [INFO] [stdout] 65d0afd8491d619634f3869850588e26c09ce121a49152cdae32c542e2acb8c9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-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" "+ff1737bb00913444173658b4e0b274fd79aabf66" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 287a8e7540a2d83b7703168aaafb07a574e4c279c92862f5b4ac65c46fe716ae [INFO] running `Command { std: "docker" "start" "-a" "287a8e7540a2d83b7703168aaafb07a574e4c279c92862f5b4ac65c46fe716ae", kill_on_drop: false }` [INFO] [stderr] Compiling rustversion v1.0.18 [INFO] [stderr] Checking static_assertions v1.1.0 [INFO] [stderr] Checking supply-chain-trust-example-crate-000053 v0.2.15 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `pin_project_lite` [INFO] [stdout] --> tests/drop_order.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use pin_project_lite::pin_project; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ use of undeclared crate or module `pin_project_lite` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `pin_project_lite` [INFO] [stdout] --> tests/proper_unpin.rs:11:9 [INFO] [stdout] | [INFO] [stdout] 11 | use pin_project_lite::pin_project; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ use of undeclared crate or module `pin_project_lite` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `pin_project_lite` [INFO] [stdout] --> tests/test.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | use pin_project_lite::pin_project; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ use of undeclared crate or module `pin_project_lite` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `pin_project_lite` [INFO] [stdout] --> tests/test.rs:412:9 [INFO] [stdout] | [INFO] [stdout] 412 | use pin_project_lite::pin_project; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ use of undeclared crate or module `pin_project_lite` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `trybuild` [INFO] [stdout] --> tests/compiletest.rs:8:13 [INFO] [stdout] | [INFO] [stdout] 8 | let t = trybuild::TestCases::new(); [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `trybuild` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `macrotest` [INFO] [stdout] --> tests/expandtest.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | macrotest::expand_args("tests/expand/**/*.rs", args); [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `macrotest` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `supply-chain-trust-example-crate-000053` (test "expandtest") due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `supply-chain-trust-example-crate-000053` (test "compiletest") due to 1 previous error [INFO] [stdout] error[E0412]: cannot find type `Struct` in this scope [INFO] [stdout] --> tests/proper_unpin.rs:28:19 [INFO] [stdout] | [INFO] [stdout] 28 | assert_unpin!(Struct<(), ()>); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Struct` in this scope [INFO] [stdout] --> tests/proper_unpin.rs:29:19 [INFO] [stdout] | [INFO] [stdout] 29 | assert_unpin!(Struct<(), PhantomPinned>); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Struct` in this scope [INFO] [stdout] --> tests/proper_unpin.rs:30:23 [INFO] [stdout] | [INFO] [stdout] 30 | assert_not_unpin!(Struct); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Struct` in this scope [INFO] [stdout] --> tests/proper_unpin.rs:31:23 [INFO] [stdout] | [INFO] [stdout] 31 | assert_not_unpin!(Struct); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Enum` in this scope [INFO] [stdout] --> tests/proper_unpin.rs:45:19 [INFO] [stdout] | [INFO] [stdout] 45 | assert_unpin!(Enum<(), ()>); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Enum` in this scope [INFO] [stdout] --> tests/proper_unpin.rs:46:19 [INFO] [stdout] | [INFO] [stdout] 46 | assert_unpin!(Enum<(), PhantomPinned>); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Enum` in this scope [INFO] [stdout] --> tests/proper_unpin.rs:47:23 [INFO] [stdout] | [INFO] [stdout] 47 | assert_not_unpin!(Enum); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Enum` in this scope [INFO] [stdout] --> tests/proper_unpin.rs:48:23 [INFO] [stdout] | [INFO] [stdout] 48 | assert_not_unpin!(Enum); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `NotUnpinEnum` in this scope [INFO] [stdout] --> tests/proper_unpin.rs:60:23 [INFO] [stdout] | [INFO] [stdout] 60 | assert_not_unpin!(NotUnpinEnum<(), ()>); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TrivialBounds` in this scope [INFO] [stdout] --> tests/proper_unpin.rs:69:23 [INFO] [stdout] | [INFO] [stdout] 69 | assert_not_unpin!(TrivialBounds); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PinRef` in this scope [INFO] [stdout] --> tests/proper_unpin.rs:79:19 [INFO] [stdout] | [INFO] [stdout] 79 | assert_unpin!(PinRef<'_, PhantomPinned, PhantomPinned>); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `NotUnpin` in this scope [INFO] [stdout] --> tests/proper_unpin.rs:89:23 [INFO] [stdout] | [INFO] [stdout] 89 | assert_not_unpin!(NotUnpin<()>); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `NotUnpinRef` in this scope [INFO] [stdout] --> tests/proper_unpin.rs:100:23 [INFO] [stdout] | [INFO] [stdout] 100 | assert_not_unpin!(NotUnpinRef<'_, (), ()>); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `StructPinned` in this scope [INFO] [stdout] --> tests/drop_order.rs:64:18 [INFO] [stdout] | [INFO] [stdout] 64 | let _x = StructPinned { f1: D(&c, 1), f2: D(&c, 2) }; [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `StructPinned` in this scope [INFO] [stdout] --> tests/drop_order.rs:68:21 [INFO] [stdout] | [INFO] [stdout] 68 | let mut x = StructPinned { f1: D(&c, 1), f2: D(&c, 2) }; [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `StructPinned` in this scope [INFO] [stdout] --> tests/drop_order.rs:70:36 [INFO] [stdout] | [INFO] [stdout] 70 | let _z = y.project_replace(StructPinned { f1: D(&c, 3), f2: D(&c, 4) }); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `StructUnpinned` in this scope [INFO] [stdout] --> tests/drop_order.rs:78:18 [INFO] [stdout] | [INFO] [stdout] 78 | let _x = StructUnpinned { f1: D(&c, 1), f2: D(&c, 2) }; [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `StructUnpinned` in this scope [INFO] [stdout] --> tests/drop_order.rs:82:21 [INFO] [stdout] | [INFO] [stdout] 82 | let mut x = StructUnpinned { f1: D(&c, 1), f2: D(&c, 2) }; [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `StructUnpinned` in this scope [INFO] [stdout] --> tests/drop_order.rs:84:36 [INFO] [stdout] | [INFO] [stdout] 84 | let _z = y.project_replace(StructUnpinned { f1: D(&c, 3), f2: D(&c, 4) }); [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `S` in this scope [INFO] [stdout] --> tests/drop_order.rs:139:21 [INFO] [stdout] | [INFO] [stdout] 127 | struct D<'a>(&'a mut bool, bool); [INFO] [stdout] | --------------------------------- similarly named struct `D` defined here [INFO] [stdout] ... [INFO] [stdout] 139 | let mut x = S { pinned: D(&mut a, true), unpinned: D(&mut b, false) }; [INFO] [stdout] | ^ help: a struct with a similar name exists: `D` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `S` in this scope [INFO] [stdout] --> tests/drop_order.rs:141:30 [INFO] [stdout] | [INFO] [stdout] 127 | struct D<'a>(&'a mut bool, bool); [INFO] [stdout] | --------------------------------- similarly named struct `D` defined here [INFO] [stdout] ... [INFO] [stdout] 141 | .project_replace(S { pinned: D(&mut c, false), unpinned: D(&mut d, false) }); [INFO] [stdout] | ^ help: a struct with a similar name exists: `D` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `S` in this scope [INFO] [stdout] --> tests/drop_order.rs:154:21 [INFO] [stdout] | [INFO] [stdout] 127 | struct D<'a>(&'a mut bool, bool); [INFO] [stdout] | --------------------------------- similarly named struct `D` defined here [INFO] [stdout] ... [INFO] [stdout] 154 | let mut x = S { pinned: D(&mut a, false), unpinned: D(&mut b, true) }; [INFO] [stdout] | ^ help: a struct with a similar name exists: `D` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `S` in this scope [INFO] [stdout] --> tests/drop_order.rs:157:34 [INFO] [stdout] | [INFO] [stdout] 127 | struct D<'a>(&'a mut bool, bool); [INFO] [stdout] | --------------------------------- similarly named struct `D` defined here [INFO] [stdout] ... [INFO] [stdout] 157 | .project_replace(S { pinned: D(&mut c, false), unpinned: D(&mut d, false) }); [INFO] [stdout] | ^ help: a struct with a similar name exists: `D` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0432. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: could not compile `supply-chain-trust-example-crate-000053` (test "proper_unpin") due to 14 previous errors [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Enum` [INFO] [stdout] --> tests/drop_order.rs:92:18 [INFO] [stdout] | [INFO] [stdout] 92 | let _x = Enum::StructPinned { f1: D(&c, 1), f2: D(&c, 2) }; [INFO] [stdout] | ^^^^ use of undeclared type `Enum` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Enum` [INFO] [stdout] --> tests/drop_order.rs:96:21 [INFO] [stdout] | [INFO] [stdout] 96 | let mut x = Enum::StructPinned { f1: D(&c, 1), f2: D(&c, 2) }; [INFO] [stdout] | ^^^^ use of undeclared type `Enum` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Enum` [INFO] [stdout] --> tests/drop_order.rs:98:36 [INFO] [stdout] | [INFO] [stdout] 98 | let _z = y.project_replace(Enum::StructPinned { f1: D(&c, 3), f2: D(&c, 4) }); [INFO] [stdout] | ^^^^ use of undeclared type `Enum` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Enum` [INFO] [stdout] --> tests/drop_order.rs:103:18 [INFO] [stdout] | [INFO] [stdout] 103 | let _x = Enum::StructUnpinned { f1: D(&c, 1), f2: D(&c, 2) }; [INFO] [stdout] | ^^^^ use of undeclared type `Enum` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Enum` [INFO] [stdout] --> tests/drop_order.rs:107:21 [INFO] [stdout] | [INFO] [stdout] 107 | let mut x = Enum::StructUnpinned { f1: D(&c, 1), f2: D(&c, 2) }; [INFO] [stdout] | ^^^^ use of undeclared type `Enum` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Enum` [INFO] [stdout] --> tests/drop_order.rs:109:36 [INFO] [stdout] | [INFO] [stdout] 109 | let _z = y.project_replace(Enum::StructUnpinned { f1: D(&c, 3), f2: D(&c, 4) }); [INFO] [stdout] | ^^^^ use of undeclared type `Enum` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0422, E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0422`. [INFO] [stdout] [INFO] [stderr] error: could not compile `supply-chain-trust-example-crate-000053` (test "drop_order") due to 17 previous errors [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Struct` in this scope [INFO] [stdout] --> tests/test.rs:29:17 [INFO] [stdout] | [INFO] [stdout] 29 | let mut s = Struct { f1: 1, f2: 2 }; [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Struct` in this scope [INFO] [stdout] --> tests/test.rs:41:17 [INFO] [stdout] | [INFO] [stdout] 41 | let mut s = Struct { f1: 1, f2: 2 }; [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `StructProj` in this scope [INFO] [stdout] --> tests/test.rs:44:13 [INFO] [stdout] | [INFO] [stdout] 44 | let StructProj { f1, f2 } = s.as_mut().project(); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `StructProjRef` in this scope [INFO] [stdout] --> tests/test.rs:49:13 [INFO] [stdout] | [INFO] [stdout] 49 | let StructProjRef { f1, f2 } = s.as_ref().project_ref(); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `StructProjReplace` in this scope [INFO] [stdout] --> tests/test.rs:55:13 [INFO] [stdout] | [INFO] [stdout] 55 | let StructProjReplace { f1: PhantomData, f2 } = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `StructProj` in this scope [INFO] [stdout] --> tests/test.rs:58:13 [INFO] [stdout] | [INFO] [stdout] 58 | let StructProj { f1, f2 } = s.project(); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Struct3` in this scope [INFO] [stdout] --> tests/test.rs:191:24 [INFO] [stdout] | [INFO] [stdout] 191 | impl Static for Struct3 {} [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Struct` in this scope [INFO] [stdout] --> tests/test.rs:217:15 [INFO] [stdout] | [INFO] [stdout] 217 | is_copy::>(); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Struct` in this scope [INFO] [stdout] --> tests/test.rs:230:13 [INFO] [stdout] | [INFO] [stdout] 230 | let x = Struct { f: NotCopy }; [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Struct6` in this scope [INFO] [stdout] --> tests/test.rs:286:12 [INFO] [stdout] | [INFO] [stdout] 286 | let _: Struct6<'_> = Struct6 { f: &mut [0_u8; 16] }; [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Struct6` in this scope [INFO] [stdout] --> tests/test.rs:286:26 [INFO] [stdout] | [INFO] [stdout] 286 | let _: Struct6<'_> = Struct6 { f: &mut [0_u8; 16] }; [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Struct7` in this scope [INFO] [stdout] --> tests/test.rs:296:24 [INFO] [stdout] | [INFO] [stdout] 296 | impl Static for Struct7 {} [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Struct1` in this scope [INFO] [stdout] --> tests/test.rs:357:16 [INFO] [stdout] | [INFO] [stdout] 357 | impl Struct1 { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Struct2` in this scope [INFO] [stdout] --> tests/test.rs:372:20 [INFO] [stdout] | [INFO] [stdout] 372 | impl<'b, T, U> Struct2<'b, T, U> { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Enum` in this scope [INFO] [stdout] --> tests/test.rs:387:16 [INFO] [stdout] | [INFO] [stdout] 387 | impl Enum { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `S` in module `visibility` [INFO] [stdout] --> tests/test.rs:423:29 [INFO] [stdout] | [INFO] [stdout] 423 | let mut x = visibility::S { f: 0 }; [INFO] [stdout] | ^ not found in `visibility` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `NoGenerics` in this scope [INFO] [stdout] --> tests/test.rs:440:23 [INFO] [stdout] | [INFO] [stdout] 440 | assert_not_unpin!(NoGenerics); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Struct1` in this scope [INFO] [stdout] --> tests/test.rs:451:17 [INFO] [stdout] | [INFO] [stdout] 451 | let mut x = Struct1 { f: 0_u8 }; [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Struct1` in this scope [INFO] [stdout] --> tests/test.rs:452:21 [INFO] [stdout] | [INFO] [stdout] 452 | let x: Pin<&mut Struct1> = Pin::new(&mut x); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Struct2` in this scope [INFO] [stdout] --> tests/test.rs:462:17 [INFO] [stdout] | [INFO] [stdout] 462 | let mut x = Struct2 { f: 0_u8 }; [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Struct2` in this scope [INFO] [stdout] --> tests/test.rs:463:21 [INFO] [stdout] | [INFO] [stdout] 463 | let x: Pin<&mut Struct2> = Pin::new(&mut x); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Struct1` in this scope [INFO] [stdout] --> tests/test.rs:655:10 [INFO] [stdout] | [INFO] [stdout] 655 | drop(Struct1 { was_dropped: &mut was_dropped, field: 42 }); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Struct` [INFO] [stdout] --> tests/test.rs:56:40 [INFO] [stdout] | [INFO] [stdout] 56 | s.as_mut().project_replace(Struct::default()); [INFO] [stdout] | ^^^^^^ use of undeclared type `Struct` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Enum` [INFO] [stdout] --> tests/test.rs:100:89 [INFO] [stdout] | [INFO] [stdout] 100 | if let EnumProjReplace::Struct { f1: PhantomData, f2 } = e.as_mut().project_replace(Enum::Unit) [INFO] [stdout] | ^^^^ use of undeclared type `Enum` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `EnumProj` [INFO] [stdout] --> tests/test.rs:405:17 [INFO] [stdout] | [INFO] [stdout] 405 | EnumProj::V { pinned, .. } => pinned, [INFO] [stdout] | ^^^^^^^^ use of undeclared type `EnumProj` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Enum` [INFO] [stdout] --> tests/test.rs:78:17 [INFO] [stdout] | [INFO] [stdout] 78 | let mut e = Enum::Struct { f1: 1, f2: 2 }; [INFO] [stdout] | ^^^^ use of undeclared type `Enum` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `EnumProj` [INFO] [stdout] --> tests/test.rs:82:9 [INFO] [stdout] | [INFO] [stdout] 82 | EnumProj::Struct { f1, f2 } => { [INFO] [stdout] | ^^^^^^^^ use of undeclared type `EnumProj` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `EnumProj` [INFO] [stdout] --> tests/test.rs:88:9 [INFO] [stdout] | [INFO] [stdout] 88 | EnumProj::Unit => unreachable!(), [INFO] [stdout] | ^^^^^^^^ use of undeclared type `EnumProj` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Enum` [INFO] [stdout] --> tests/test.rs:91:22 [INFO] [stdout] | [INFO] [stdout] 91 | assert_eq!(&*e, &Enum::Struct { f1: 1, f2: 2 }); [INFO] [stdout] | ^^^^ use of undeclared type `Enum` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `EnumProj` [INFO] [stdout] --> tests/test.rs:93:12 [INFO] [stdout] | [INFO] [stdout] 93 | if let EnumProj::Struct { f1, f2 } = e.as_mut().project() { [INFO] [stdout] | ^^^^^^^^ use of undeclared type `EnumProj` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `EnumProjRef` [INFO] [stdout] --> tests/test.rs:400:17 [INFO] [stdout] | [INFO] [stdout] 400 | EnumProjRef::V { pinned, .. } => pinned, [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `EnumProjRef` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `EnumProjReplace` [INFO] [stdout] --> tests/test.rs:100:12 [INFO] [stdout] | [INFO] [stdout] 100 | if let EnumProjReplace::Struct { f1: PhantomData, f2 } = e.as_mut().project_replace(Enum::Unit) [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared type `EnumProjReplace` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Enum` [INFO] [stdout] --> tests/test.rs:118:17 [INFO] [stdout] | [INFO] [stdout] 118 | let mut e = Enum::V1 { f: 25 }; [INFO] [stdout] | ^^^^ use of undeclared type `Enum` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `EnumProj` [INFO] [stdout] --> tests/test.rs:123:9 [INFO] [stdout] | [INFO] [stdout] 123 | EnumProj::V1 { f } => { [INFO] [stdout] | ^^^^^^^^ use of undeclared type `EnumProj` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Enum` [INFO] [stdout] --> tests/test.rs:124:25 [INFO] [stdout] | [INFO] [stdout] 124 | let new_e = Enum::V2 { f: f.as_ref().get_ref() == &25 }; [INFO] [stdout] | ^^^^ use of undeclared type `Enum` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `EnumProj` [INFO] [stdout] --> tests/test.rs:127:9 [INFO] [stdout] | [INFO] [stdout] 127 | EnumProj::V2 { .. } => unreachable!(), [INFO] [stdout] | ^^^^^^^^ use of undeclared type `EnumProj` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Enum` [INFO] [stdout] --> tests/test.rs:130:19 [INFO] [stdout] | [INFO] [stdout] 130 | assert_eq!(e, Enum::V2 { f: true }); [INFO] [stdout] | ^^^^ use of undeclared type `Enum` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Enum` [INFO] [stdout] --> tests/test.rs:241:13 [INFO] [stdout] | [INFO] [stdout] 241 | let x = Enum::V { f: NotCopy }; [INFO] [stdout] | ^^^^ use of undeclared type `Enum` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Enum` [INFO] [stdout] --> tests/test.rs:244:9 [INFO] [stdout] | [INFO] [stdout] 244 | Enum::V { f } => f, [INFO] [stdout] | ^^^^ use of undeclared type `Enum` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `EnumProjRef` [INFO] [stdout] --> tests/test.rs:390:17 [INFO] [stdout] | [INFO] [stdout] 390 | EnumProjRef::V { pinned, .. } => pinned, [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `EnumProjRef` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `EnumProj` [INFO] [stdout] --> tests/test.rs:395:17 [INFO] [stdout] | [INFO] [stdout] 395 | EnumProj::V { pinned, .. } => pinned, [INFO] [stdout] | ^^^^^^^^ use of undeclared type `EnumProj` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: could not compile `supply-chain-trust-example-crate-000053` (test "test") due to 43 previous errors [INFO] running `Command { std: "docker" "inspect" "287a8e7540a2d83b7703168aaafb07a574e4c279c92862f5b4ac65c46fe716ae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "287a8e7540a2d83b7703168aaafb07a574e4c279c92862f5b4ac65c46fe716ae", kill_on_drop: false }` [INFO] [stdout] 287a8e7540a2d83b7703168aaafb07a574e4c279c92862f5b4ac65c46fe716ae