[INFO] fetching crate memsecurity 3.5.2... [INFO] checking memsecurity-3.5.2 against master#350d0ef0ec0493e6d21cfb265cb8211a0e74d766 for pr-145342-1 [INFO] extracting crate memsecurity 3.5.2 into /workspace/builds/worker-1-tc1/source [INFO] started tweaking crates.io crate memsecurity 3.5.2 [INFO] finished tweaking crates.io crate memsecurity 3.5.2 [INFO] tweaked toml for crates.io crate memsecurity 3.5.2 written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate memsecurity 3.5.2 on toolchain 350d0ef0ec0493e6d21cfb265cb8211a0e74d766 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate memsecurity 3.5.2 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" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded proc-macro2 v1.0.70 [INFO] [stderr] Downloaded memsec v0.6.3 [INFO] [stderr] Downloaded proc-macro-crate v2.0.1 [INFO] [stderr] Downloaded ascon v0.3.1 [INFO] [stderr] Downloaded borsh-derive v1.2.1 [INFO] [stderr] Downloaded borsh v1.2.1 [INFO] [stderr] Downloaded ed25519-dalek v2.1.0 [INFO] [stderr] Downloaded ascon-aead v0.4.2 [INFO] [stderr] Downloaded winnow v0.5.26 [INFO] [stderr] Downloaded blake3 v1.5.0 [INFO] [stderr] Downloaded syn v2.0.41 [INFO] [stderr] Downloaded fiat-crypto v0.2.5 [INFO] [stderr] Downloaded libc v0.2.151 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0ed6fec644607a5c5111363c11a78aedc43b11461d828956af7b19653e0b1078 [INFO] running `Command { std: "docker" "start" "-a" "0ed6fec644607a5c5111363c11a78aedc43b11461d828956af7b19653e0b1078", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0ed6fec644607a5c5111363c11a78aedc43b11461d828956af7b19653e0b1078", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0ed6fec644607a5c5111363c11a78aedc43b11461d828956af7b19653e0b1078", kill_on_drop: false }` [INFO] [stdout] 0ed6fec644607a5c5111363c11a78aedc43b11461d828956af7b19653e0b1078 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=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" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0359501fe9d01d46f7716c64735b5f6cf9295a00b92a017ec3e86382b5be7537 [INFO] running `Command { std: "docker" "start" "-a" "0359501fe9d01d46f7716c64735b5f6cf9295a00b92a017ec3e86382b5be7537", kill_on_drop: false }` [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling proc-macro2 v1.0.70 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling libc v0.2.151 [INFO] [stderr] Compiling typenum v1.17.0 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling hashbrown v0.14.3 [INFO] [stderr] Compiling winnow v0.5.26 [INFO] [stderr] Compiling toml_datetime v0.6.3 [INFO] [stderr] Compiling cfg_aliases v0.1.1 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stderr] Checking subtle v2.5.0 [INFO] [stderr] Checking arrayref v0.3.7 [INFO] [stderr] Checking constant_time_eq v0.3.0 [INFO] [stderr] Checking ppv-lite86 v0.2.17 [INFO] [stderr] Checking bytes v1.5.0 [INFO] [stderr] Compiling borsh v1.2.1 [INFO] [stderr] Checking ascon v0.3.1 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Compiling indexmap v2.1.0 [INFO] [stderr] Compiling syn v2.0.41 [INFO] [stderr] Checking getrandom v0.2.11 [INFO] [stderr] Compiling cc v1.0.83 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking memsec v0.6.3 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking crypto-common v0.1.6 [INFO] [stderr] Checking aead v0.5.2 [INFO] [stderr] Compiling toml_edit v0.20.2 [INFO] [stderr] Compiling blake3 v1.5.0 [INFO] [stderr] Compiling proc-macro-crate v2.0.1 [INFO] [stderr] Compiling zeroize_derive v1.4.2 [INFO] [stderr] Compiling syn_derive v0.1.8 [INFO] [stderr] Checking zeroize v1.7.0 [INFO] [stderr] Checking arrayvec v0.7.4 [INFO] [stderr] Checking ascon-aead v0.4.2 [INFO] [stderr] Compiling borsh-derive v1.2.1 [INFO] [stderr] Checking memsecurity v3.5.2 (/opt/rustwide/workdir) [INFO] [stdout] error[E0425]: cannot find function `foo` in this scope [INFO] [stdout] --> examples/simple.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | foo() [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> examples/simple.rs:12:4 [INFO] [stdout] | [INFO] [stdout] 8 | feature = "ed25519", [INFO] [stdout] | ------------------- the item is gated behind the `ed25519` feature [INFO] [stdout] ... [INFO] [stdout] 12 | fn foo() { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stderr] error: could not compile `memsecurity` (example "simple") due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "0359501fe9d01d46f7716c64735b5f6cf9295a00b92a017ec3e86382b5be7537", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0359501fe9d01d46f7716c64735b5f6cf9295a00b92a017ec3e86382b5be7537", kill_on_drop: false }` [INFO] [stdout] 0359501fe9d01d46f7716c64735b5f6cf9295a00b92a017ec3e86382b5be7537