[INFO] fetching crate supply-chain-trust-example-crate-000093 0.1.0... [INFO] checking supply-chain-trust-example-crate-000093-0.1.0 against master#ff1737bb00913444173658b4e0b274fd79aabf66 for pr-132712-1 [INFO] extracting crate supply-chain-trust-example-crate-000093 0.1.0 into /workspace/builds/worker-5-tc1/source [INFO] validating manifest of crates.io crate supply-chain-trust-example-crate-000093 0.1.0 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-000093 0.1.0 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate supply-chain-trust-example-crate-000093 0.1.0 [INFO] tweaked toml for crates.io crate supply-chain-trust-example-crate-000093 0.1.0 written to /workspace/builds/worker-5-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] 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-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] f06d394b4bdd73bce69c1879873ea573dbbab76d0cf98ddc68a621672ce8f171 [INFO] running `Command { std: "docker" "start" "-a" "f06d394b4bdd73bce69c1879873ea573dbbab76d0cf98ddc68a621672ce8f171", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f06d394b4bdd73bce69c1879873ea573dbbab76d0cf98ddc68a621672ce8f171", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f06d394b4bdd73bce69c1879873ea573dbbab76d0cf98ddc68a621672ce8f171", kill_on_drop: false }` [INFO] [stdout] f06d394b4bdd73bce69c1879873ea573dbbab76d0cf98ddc68a621672ce8f171 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] b95ac903ac32cd01036570d94e76af9e3b7948af10168a24479b3ee26e427119 [INFO] running `Command { std: "docker" "start" "-a" "b95ac903ac32cd01036570d94e76af9e3b7948af10168a24479b3ee26e427119", kill_on_drop: false }` [INFO] [stderr] Checking supply-chain-trust-example-crate-000093 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `pin_utils` [INFO] [stdout] --> tests/projection.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use pin_utils::{pin_mut, unsafe_pinned, unsafe_unpinned}; [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `pin_utils` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `pin_utils` [INFO] [stdout] --> tests/stack_pin.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use pin_utils::pin_mut; [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `pin_utils` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `as_mut` found for struct `Foo` in the current scope [INFO] [stdout] --> tests/projection.rs:26:31 [INFO] [stdout] | [INFO] [stdout] 6 | struct Foo { [INFO] [stdout] | ------------------ method `as_mut` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 26 | let x1: Pin<&mut i32> = x.as_mut().field1(); [INFO] [stdout] | ^^^^^^ method not found in `Foo<{integer}, {integer}>` [INFO] [stdout] --> /rustc/ff1737bb00913444173658b4e0b274fd79aabf66/library/core/src/convert/mod.rs:372:8 [INFO] [stdout] | [INFO] [stdout] = note: the method is available for `Box>` here [INFO] [stdout] | [INFO] [stdout] = note: the method is available for `Box<&mut Foo<{integer}, {integer}>>` here [INFO] [stdout] | [INFO] [stdout] = note: the method is available for `Box<&Foo<{integer}, {integer}>>` here [INFO] [stdout] | [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 26 | let x1: Pin<&mut i32> = Box::new(x).as_mut().field1(); [INFO] [stdout] | +++++++++ + [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 26 | let x1: Pin<&mut i32> = Box::new(&mut x).as_mut().field1(); [INFO] [stdout] | +++++++++++++ + [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 26 | let x1: Pin<&mut i32> = Box::new(&x).as_mut().field1(); [INFO] [stdout] | ++++++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> tests/stack_pin.rs:11:28 [INFO] [stdout] | [INFO] [stdout] 11 | let _: Pin<&mut Foo> = x; [INFO] [stdout] | ------------- ^ expected `Pin<&mut Foo>`, found `Foo` [INFO] [stdout] | | [INFO] [stdout] | expected due to this [INFO] [stdout] | [INFO] [stdout] = note: expected struct `Pin<&mut Foo>` [INFO] [stdout] found struct `Foo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `as_mut` found for struct `Foo` in the current scope [INFO] [stdout] --> tests/projection.rs:29:26 [INFO] [stdout] | [INFO] [stdout] 6 | struct Foo { [INFO] [stdout] | ------------------ method `as_mut` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 29 | let x2: &mut i32 = x.as_mut().field2(); [INFO] [stdout] | ^^^^^^ method not found in `Foo<{integer}, {integer}>` [INFO] [stdout] --> /rustc/ff1737bb00913444173658b4e0b274fd79aabf66/library/core/src/convert/mod.rs:372:8 [INFO] [stdout] | [INFO] [stdout] = note: the method is available for `Box>` here [INFO] [stdout] | [INFO] [stdout] = note: the method is available for `Box<&mut Foo<{integer}, {integer}>>` here [INFO] [stdout] | [INFO] [stdout] = note: the method is available for `Box<&Foo<{integer}, {integer}>>` here [INFO] [stdout] | [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 29 | let x2: &mut i32 = Box::new(x).as_mut().field2(); [INFO] [stdout] | +++++++++ + [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 29 | let x2: &mut i32 = Box::new(&mut x).as_mut().field2(); [INFO] [stdout] | +++++++++++++ + [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 29 | let x2: &mut i32 = Box::new(&x).as_mut().field2(); [INFO] [stdout] | ++++++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> tests/stack_pin.rs:16:28 [INFO] [stdout] | [INFO] [stdout] 16 | let _: Pin<&mut Foo> = y; [INFO] [stdout] | ------------- ^ expected `Pin<&mut Foo>`, found `Foo` [INFO] [stdout] | | [INFO] [stdout] | expected due to this [INFO] [stdout] | [INFO] [stdout] = note: expected struct `Pin<&mut Foo>` [INFO] [stdout] found struct `Foo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> tests/stack_pin.rs:17:28 [INFO] [stdout] | [INFO] [stdout] 17 | let _: Pin<&mut Foo> = z; [INFO] [stdout] | ------------- ^ expected `Pin<&mut Foo>`, found `Foo` [INFO] [stdout] | | [INFO] [stdout] | expected due to this [INFO] [stdout] | [INFO] [stdout] = note: expected struct `Pin<&mut Foo>` [INFO] [stdout] found struct `Foo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0308, E0432. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stderr] error: could not compile `supply-chain-trust-example-crate-000093` (test "projection") due to 3 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `supply-chain-trust-example-crate-000093` (test "stack_pin") due to 4 previous errors [INFO] running `Command { std: "docker" "inspect" "b95ac903ac32cd01036570d94e76af9e3b7948af10168a24479b3ee26e427119", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b95ac903ac32cd01036570d94e76af9e3b7948af10168a24479b3ee26e427119", kill_on_drop: false }` [INFO] [stdout] b95ac903ac32cd01036570d94e76af9e3b7948af10168a24479b3ee26e427119