[INFO] crate poly1305 0.6.0 is already in cache [INFO] checking poly1305-0.6.0 against master#1557fb031b272b4c5bfcc7de5df7eddc7b36a584 for pr-73166 [INFO] extracting crate poly1305 0.6.0 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate poly1305 0.6.0 on toolchain 1557fb031b272b4c5bfcc7de5df7eddc7b36a584 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1557fb031b272b4c5bfcc7de5df7eddc7b36a584" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate poly1305 0.6.0 [INFO] finished tweaking crates.io crate poly1305 0.6.0 [INFO] tweaked toml for crates.io crate poly1305 0.6.0 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1557fb031b272b4c5bfcc7de5df7eddc7b36a584" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1557fb031b272b4c5bfcc7de5df7eddc7b36a584" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:d9fbb4e2287ab3795bdefaf705efb7541a8875c13bce71e067d6b01dc5ed759b" "/opt/rustwide/cargo-home/bin/cargo" "+1557fb031b272b4c5bfcc7de5df7eddc7b36a584" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 55978ca1cfe60f9e3db8b0a300a0dc1fe78c23d9be9ac2b93dcb07f9c12537f2 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "55978ca1cfe60f9e3db8b0a300a0dc1fe78c23d9be9ac2b93dcb07f9c12537f2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "55978ca1cfe60f9e3db8b0a300a0dc1fe78c23d9be9ac2b93dcb07f9c12537f2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "55978ca1cfe60f9e3db8b0a300a0dc1fe78c23d9be9ac2b93dcb07f9c12537f2", kill_on_drop: false }` [INFO] [stdout] 55978ca1cfe60f9e3db8b0a300a0dc1fe78c23d9be9ac2b93dcb07f9c12537f2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:d9fbb4e2287ab3795bdefaf705efb7541a8875c13bce71e067d6b01dc5ed759b" "/opt/rustwide/cargo-home/bin/cargo" "+1557fb031b272b4c5bfcc7de5df7eddc7b36a584" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 180b92ff3e06cbc75dfedee72673dfe95874afc1e35a5e02fe9bcd1918c6d729 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "180b92ff3e06cbc75dfedee72673dfe95874afc1e35a5e02fe9bcd1918c6d729", kill_on_drop: false }` [INFO] [stderr] Checking universal-hash v0.4.0 [INFO] [stderr] Checking poly1305 v0.6.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0599]: no function or associated item named `new` found for struct `poly1305::Poly1305` in the current scope [INFO] [stdout] --> benches/poly1305.rs:14:35 [INFO] [stdout] | [INFO] [stdout] 14 | let mut m = Poly1305::new(&key); [INFO] [stdout] | ^^^ function or associated item not found in `poly1305::Poly1305` [INFO] [stdout] ... [INFO] [stdout] 26 | bench!(bench1_10, 10); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] | [INFO] [stdout] 5 | use universal_hash::NewUniversalHash; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `new` found for struct `poly1305::Poly1305` in the current scope [INFO] [stdout] --> benches/poly1305.rs:14:35 [INFO] [stdout] | [INFO] [stdout] 14 | let mut m = Poly1305::new(&key); [INFO] [stdout] | ^^^ function or associated item not found in `poly1305::Poly1305` [INFO] [stdout] ... [INFO] [stdout] 27 | bench!(bench2_100, 100); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] | [INFO] [stdout] 5 | use universal_hash::NewUniversalHash; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `new` found for struct `poly1305::Poly1305` in the current scope [INFO] [stdout] --> benches/poly1305.rs:14:35 [INFO] [stdout] | [INFO] [stdout] 14 | let mut m = Poly1305::new(&key); [INFO] [stdout] | ^^^ function or associated item not found in `poly1305::Poly1305` [INFO] [stdout] ... [INFO] [stdout] 28 | bench!(bench3_1000, 1000); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] | [INFO] [stdout] 5 | use universal_hash::NewUniversalHash; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `new` found for struct `poly1305::Poly1305` in the current scope [INFO] [stdout] --> benches/poly1305.rs:14:35 [INFO] [stdout] | [INFO] [stdout] 14 | let mut m = Poly1305::new(&key); [INFO] [stdout] | ^^^ function or associated item not found in `poly1305::Poly1305` [INFO] [stdout] ... [INFO] [stdout] 29 | bench!(bench3_10000, 10000); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] | [INFO] [stdout] 5 | use universal_hash::NewUniversalHash; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `universal_hash::UniversalHash` [INFO] [stdout] --> benches/poly1305.rs:5:16 [INFO] [stdout] | [INFO] [stdout] 5 | use poly1305::{universal_hash::UniversalHash, Poly1305}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0599`. [INFO] [stdout] [INFO] [stderr] error: could not compile `poly1305`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "180b92ff3e06cbc75dfedee72673dfe95874afc1e35a5e02fe9bcd1918c6d729", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "180b92ff3e06cbc75dfedee72673dfe95874afc1e35a5e02fe9bcd1918c6d729", kill_on_drop: false }` [INFO] [stdout] 180b92ff3e06cbc75dfedee72673dfe95874afc1e35a5e02fe9bcd1918c6d729