[INFO] fetching crate compile-in-memory 0.2.0... [INFO] checking compile-in-memory-0.2.0 against try#a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d for pr-145342-1 [INFO] extracting crate compile-in-memory 0.2.0 into /workspace/builds/worker-1-tc2/source [INFO] started tweaking crates.io crate compile-in-memory 0.2.0 [INFO] finished tweaking crates.io crate compile-in-memory 0.2.0 [INFO] tweaked toml for crates.io crate compile-in-memory 0.2.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate compile-in-memory 0.2.0 on toolchain a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 5 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cb156aa7a0503662fcba353e0600a5dc5abbff8e7fdb3a30e6bf237d29a08eb9 [INFO] running `Command { std: "docker" "start" "-a" "cb156aa7a0503662fcba353e0600a5dc5abbff8e7fdb3a30e6bf237d29a08eb9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cb156aa7a0503662fcba353e0600a5dc5abbff8e7fdb3a30e6bf237d29a08eb9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cb156aa7a0503662fcba353e0600a5dc5abbff8e7fdb3a30e6bf237d29a08eb9", kill_on_drop: false }` [INFO] [stdout] cb156aa7a0503662fcba353e0600a5dc5abbff8e7fdb3a30e6bf237d29a08eb9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 29e0de767af924fbfd60caa592f8a7706b6eb248a23352c171f8d1d16a1e7fe5 [INFO] running `Command { std: "docker" "start" "-a" "29e0de767af924fbfd60caa592f8a7706b6eb248a23352c171f8d1d16a1e7fe5", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.175 [INFO] [stderr] Compiling autocfg v1.5.0 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking loader v0.2.1 [INFO] [stderr] Checking num-complex v0.4.6 [INFO] [stderr] Checking compile-in-memory v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0618]: expected function, found `AssertShared i32>>` [INFO] [stdout] --> src/lib.rs:124:16 [INFO] [stdout] | [INFO] [stdout] 122 | let func = unsafe { func.assert_callable_shared() }; [INFO] [stdout] | ---- `func` has type `AssertShared i32>>` [INFO] [stdout] 123 | [INFO] [stdout] 124 | assert_eq!(func(3, 4), 7); [INFO] [stdout] | ^^^^------ [INFO] [stdout] | | [INFO] [stdout] | call expression requires function [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0618]: expected function, found `AssertShared>` [INFO] [stdout] --> src/lib.rs:156:5 [INFO] [stdout] | [INFO] [stdout] 150 | let func = unsafe { func.assert_callable_shared() }; [INFO] [stdout] | ---- `func` has type `AssertShared>` [INFO] [stdout] ... [INFO] [stdout] 156 | func(&mut result, &negative_three_fourths, ¶meter); [INFO] [stdout] | ^^^^-------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | call expression requires function [INFO] [stdout] | [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/compile_in_memory-883e173f4fcd40ee.long-type-6309613098101577878.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0618]: expected function, found `AssertShared>` [INFO] [stdout] --> src/lib.rs:159:5 [INFO] [stdout] | [INFO] [stdout] 150 | let func = unsafe { func.assert_callable_shared() }; [INFO] [stdout] | ---- `func` has type `AssertShared>` [INFO] [stdout] ... [INFO] [stdout] 159 | func(&mut result, &negative_three_fourths, ¶meter); [INFO] [stdout] | ^^^^-------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | call expression requires function [INFO] [stdout] | [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/compile_in_memory-883e173f4fcd40ee.long-type-6309613098101577878.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0618`. [INFO] [stdout] [INFO] [stderr] error: could not compile `compile-in-memory` (lib test) due to 3 previous errors [INFO] running `Command { std: "docker" "inspect" "29e0de767af924fbfd60caa592f8a7706b6eb248a23352c171f8d1d16a1e7fe5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "29e0de767af924fbfd60caa592f8a7706b6eb248a23352c171f8d1d16a1e7fe5", kill_on_drop: false }` [INFO] [stdout] 29e0de767af924fbfd60caa592f8a7706b6eb248a23352c171f8d1d16a1e7fe5