[INFO] fetching crate poly1305 0.6.0... [INFO] checking poly1305-0.6.0 against try#71b81291baafb8a58836272757b28817fe1d8190 for pr-73102 [INFO] extracting crate poly1305 0.6.0 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate poly1305 0.6.0 on toolchain 71b81291baafb8a58836272757b28817fe1d8190 [INFO] running `"/workspace/cargo-home/bin/cargo" "+71b81291baafb8a58836272757b28817fe1d8190" "read-manifest" "--manifest-path" "Cargo.toml"` [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-0/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+71b81291baafb8a58836272757b28817fe1d8190" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+71b81291baafb8a58836272757b28817fe1d8190" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded universal-hash v0.4.0 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "/opt/rustwide/cargo-home/bin/cargo" "+71b81291baafb8a58836272757b28817fe1d8190" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 88720aa50e22af84c253a3c7481991774623873aadf43a1e5915833cd61474ad [INFO] running `"docker" "start" "-a" "88720aa50e22af84c253a3c7481991774623873aadf43a1e5915833cd61474ad"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling typenum v1.12.0 [INFO] [stderr] Checking subtle v2.2.3 [INFO] [stderr] Compiling generic-array v0.14.2 [INFO] [stderr] Checking universal-hash v0.4.0 [INFO] [stderr] Checking poly1305 v0.6.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0599]: no function or associated item named `new` found for struct `poly1305::Poly1305` in the current scope [INFO] [stderr] --> benches/poly1305.rs:14:35 [INFO] [stderr] | [INFO] [stderr] 14 | let mut m = Poly1305::new(&key); [INFO] [stderr] | ^^^ function or associated item not found in `poly1305::Poly1305` [INFO] [stderr] ... [INFO] [stderr] 26 | bench!(bench1_10, 10); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 5 | use universal_hash::NewUniversalHash; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `new` found for struct `poly1305::Poly1305` in the current scope [INFO] [stderr] --> benches/poly1305.rs:14:35 [INFO] [stderr] | [INFO] [stderr] 14 | let mut m = Poly1305::new(&key); [INFO] [stderr] | ^^^ function or associated item not found in `poly1305::Poly1305` [INFO] [stderr] ... [INFO] [stderr] 27 | bench!(bench2_100, 100); [INFO] [stderr] | ------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 5 | use universal_hash::NewUniversalHash; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `new` found for struct `poly1305::Poly1305` in the current scope [INFO] [stderr] --> benches/poly1305.rs:14:35 [INFO] [stderr] | [INFO] [stderr] 14 | let mut m = Poly1305::new(&key); [INFO] [stderr] | ^^^ function or associated item not found in `poly1305::Poly1305` [INFO] [stderr] ... [INFO] [stderr] 28 | bench!(bench3_1000, 1000); [INFO] [stderr] | -------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 5 | use universal_hash::NewUniversalHash; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `new` found for struct `poly1305::Poly1305` in the current scope [INFO] [stderr] --> benches/poly1305.rs:14:35 [INFO] [stderr] | [INFO] [stderr] 14 | let mut m = Poly1305::new(&key); [INFO] [stderr] | ^^^ function or associated item not found in `poly1305::Poly1305` [INFO] [stderr] ... [INFO] [stderr] 29 | bench!(bench3_10000, 10000); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 5 | use universal_hash::NewUniversalHash; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unused import: `universal_hash::UniversalHash` [INFO] [stderr] --> benches/poly1305.rs:5:16 [INFO] [stderr] | [INFO] [stderr] 5 | use poly1305::{universal_hash::UniversalHash, Poly1305}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors; 1 warning emitted [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: could not compile `poly1305`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "88720aa50e22af84c253a3c7481991774623873aadf43a1e5915833cd61474ad"` [INFO] running `"docker" "rm" "-f" "88720aa50e22af84c253a3c7481991774623873aadf43a1e5915833cd61474ad"` [INFO] [stdout] 88720aa50e22af84c253a3c7481991774623873aadf43a1e5915833cd61474ad