[INFO] updating cached repository https://github.com/droundy/sad-monte-carlo [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] [stderr] From https://github.com/droundy/sad-monte-carlo [INFO] [stderr] abeb044..216df62 master -> master [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 216df62451d1e05e8ceed8bbe2d4a74a498cd736 [INFO] checking droundy/sad-monte-carlo against try#13f916f63bc6575d5ff1f989237dfabe88981368 for pr-69880 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdroundy%2Fsad-monte-carlo" "/workspace/builds/worker-0/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/droundy/sad-monte-carlo on toolchain 13f916f63bc6575d5ff1f989237dfabe88981368 [INFO] running `"/workspace/cargo-home/bin/cargo" "+13f916f63bc6575d5ff1f989237dfabe88981368" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/droundy/sad-monte-carlo [INFO] finished tweaking git repo https://github.com/droundy/sad-monte-carlo [INFO] tweaked toml for git repo https://github.com/droundy/sad-monte-carlo written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+13f916f63bc6575d5ff1f989237dfabe88981368" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Updating git repository `https://github.com/droundy/dimensioned` [INFO] running `"/workspace/cargo-home/bin/cargo" "+13f916f63bc6575d5ff1f989237dfabe88981368" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [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" "+13f916f63bc6575d5ff1f989237dfabe88981368" "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] 6d2fc4ab67925bf76f3e11935407a3bb700ed8727561422cda4d644ff46c36d6 [INFO] running `"docker" "start" "-a" "6d2fc4ab67925bf76f3e11935407a3bb700ed8727561422cda4d644ff46c36d6"` [INFO] [stderr] Compiling dimensioned v0.8.0 (https://github.com/droundy/dimensioned#ebf35847) [INFO] [stderr] Checking meval v0.1.0 [INFO] [stderr] Compiling cast v0.2.3 [INFO] [stderr] Checking thread_local v0.3.3 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Checking tinyset v0.4.2 [INFO] [stderr] Compiling auto-args-derive v0.1.4 [INFO] [stderr] Checking serde v1.0.104 [INFO] [stderr] Compiling git-version-macro v0.3.4 [INFO] [stderr] Checking state v0.4.1 [INFO] [stderr] Checking criterion-plot v0.4.1 [INFO] [stderr] Checking git-version v0.3.4 [INFO] [stderr] Checking auto-args v0.2.6 [INFO] [stderr] Compiling clapme_derive v0.1.10 [INFO] [stderr] Checking clapme v0.1.15 [INFO] [stderr] Checking serde_json v1.0.48 [INFO] [stderr] Checking serde_yaml v0.8.11 [INFO] [stderr] Checking serde_cbor v0.10.2 [INFO] [stderr] Checking rand_xoshiro v0.4.0 [INFO] [stderr] Checking internment v0.3.12 [INFO] [stderr] Checking bstr v0.2.12 [INFO] [stderr] Checking vector3d v0.1.9 [INFO] [stderr] Checking csv v1.1.3 [INFO] [stderr] Checking tinytemplate v1.0.3 [INFO] [stderr] Checking criterion v0.3.1 [INFO] [stderr] Checking sad-monte-carlo v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: method is never used: `entropy` [INFO] [stderr] --> src/mc/energy_binning.rs:171:5 [INFO] [stderr] | [INFO] [stderr] 171 | fn entropy(&self, bins: &impl Binning, energies: &[Energy]) -> Vec { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `entropy` [INFO] [stderr] --> src/mc/energy_binning.rs:171:5 [INFO] [stderr] | [INFO] [stderr] 171 | fn entropy(&self, bins: &impl Binning, energies: &[Energy]) -> Vec { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `sadmc::system::System` [INFO] [stderr] --> src/bin/wca-binning-energy.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use sadmc::system::System; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `seed_from_u64` found for struct `rand_xoshiro::xoroshiro128plus::Xoroshiro128Plus` in the current scope [INFO] [stderr] --> benches/bench-sad.rs:20:38 [INFO] [stderr] | [INFO] [stderr] 20 | let mut rng = sadmc::rng::MyRng::seed_from_u64(1); [INFO] [stderr] | ^^^^^^^^^^^^^ function or associated item not found in `rand_xoshiro::xoroshiro128plus::Xoroshiro128Plus` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 4 | use rand_core::SeedableRng; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `seed_from_u64` found for struct `rand_xoshiro::xoroshiro128plus::Xoroshiro128Plus` in the current scope [INFO] [stderr] --> benches/bench-sad.rs:33:38 [INFO] [stderr] | [INFO] [stderr] 33 | let mut rng = sadmc::rng::MyRng::seed_from_u64(1); [INFO] [stderr] | ^^^^^^^^^^^^^ function or associated item not found in `rand_xoshiro::xoroshiro128plus::Xoroshiro128Plus` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 4 | use rand_core::SeedableRng; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `seed_from_u64` found for struct `rand_xoshiro::xoroshiro128plus::Xoroshiro128Plus` in the current scope [INFO] [stderr] --> benches/bench-sad.rs:55:38 [INFO] [stderr] | [INFO] [stderr] 55 | let mut rng = sadmc::rng::MyRng::seed_from_u64(0); [INFO] [stderr] | ^^^^^^^^^^^^^ function or associated item not found in `rand_xoshiro::xoroshiro128plus::Xoroshiro128Plus` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 4 | use rand_core::SeedableRng; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `seed_from_u64` found for struct `rand_xoshiro::xoroshiro128plus::Xoroshiro128Plus` in the current scope [INFO] [stderr] --> benches/bench-sad.rs:57:38 [INFO] [stderr] | [INFO] [stderr] 57 | let mut rng = sadmc::rng::MyRng::seed_from_u64(0); [INFO] [stderr] | ^^^^^^^^^^^^^ function or associated item not found in `rand_xoshiro::xoroshiro128plus::Xoroshiro128Plus` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 4 | use rand_core::SeedableRng; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `seed_from_u64` found for struct `rand_xoshiro::xoroshiro128plus::Xoroshiro128Plus` in the current scope [INFO] [stderr] --> benches/bench-sad.rs:72:71 [INFO] [stderr] | [INFO] [stderr] 72 | ... let mut rng = sadmc::rng::MyRng::seed_from_u64(2); [INFO] [stderr] | ^^^^^^^^^^^^^ function or associated item not found in `rand_xoshiro::xoroshiro128plus::Xoroshiro128Plus` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 4 | use rand_core::SeedableRng; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `seed_from_u64` found for struct `rand_xoshiro::xoroshiro128plus::Xoroshiro128Plus` in the current scope [INFO] [stderr] --> benches/bench-sad.rs:84:71 [INFO] [stderr] | [INFO] [stderr] 84 | ... let mut rng = sadmc::rng::MyRng::seed_from_u64(2); [INFO] [stderr] | ^^^^^^^^^^^^^ function or associated item not found in `rand_xoshiro::xoroshiro128plus::Xoroshiro128Plus` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 4 | use rand_core::SeedableRng; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `seed_from_u64` found for struct `rand_xoshiro::xoroshiro128plus::Xoroshiro128Plus` in the current scope [INFO] [stderr] --> benches/bench-sad.rs:96:42 [INFO] [stderr] | [INFO] [stderr] 96 | let mut rng = sadmc::rng::MyRng::seed_from_u64(2); [INFO] [stderr] | ^^^^^^^^^^^^^ function or associated item not found in `rand_xoshiro::xoroshiro128plus::Xoroshiro128Plus` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 4 | use rand_core::SeedableRng; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `seed_from_u64` found for struct `rand_xoshiro::xoroshiro128plus::Xoroshiro128Plus` in the current scope [INFO] [stderr] --> benches/bench-sad.rs:105:42 [INFO] [stderr] | [INFO] [stderr] 105 | let mut rng = sadmc::rng::MyRng::seed_from_u64(2); [INFO] [stderr] | ^^^^^^^^^^^^^ function or associated item not found in `rand_xoshiro::xoroshiro128plus::Xoroshiro128Plus` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 4 | use rand_core::SeedableRng; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `seed_from_u64` found for struct `rand_xoshiro::xoroshiro128plus::Xoroshiro128Plus` in the current scope [INFO] [stderr] --> benches/bench-sad.rs:114:42 [INFO] [stderr] | [INFO] [stderr] 114 | let mut rng = sadmc::rng::MyRng::seed_from_u64(2); [INFO] [stderr] | ^^^^^^^^^^^^^ function or associated item not found in `rand_xoshiro::xoroshiro128plus::Xoroshiro128Plus` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 4 | use rand_core::SeedableRng; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `seed_from_u64` found for struct `rand_xoshiro::xoroshiro128plus::Xoroshiro128Plus` in the current scope [INFO] [stderr] --> benches/bench-sad.rs:126:42 [INFO] [stderr] | [INFO] [stderr] 126 | let mut rng = sadmc::rng::MyRng::seed_from_u64(2); [INFO] [stderr] | ^^^^^^^^^^^^^ function or associated item not found in `rand_xoshiro::xoroshiro128plus::Xoroshiro128Plus` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 4 | use rand_core::SeedableRng; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `seed_from_u64` found for struct `rand_xoshiro::xoroshiro128plus::Xoroshiro128Plus` in the current scope [INFO] [stderr] --> benches/bench-sad.rs:134:42 [INFO] [stderr] | [INFO] [stderr] 134 | let mut rng = sadmc::rng::MyRng::seed_from_u64(2); [INFO] [stderr] | ^^^^^^^^^^^^^ function or associated item not found in `rand_xoshiro::xoroshiro128plus::Xoroshiro128Plus` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 4 | use rand_core::SeedableRng; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `seed_from_u64` found for struct `rand_xoshiro::xoroshiro128plus::Xoroshiro128Plus` in the current scope [INFO] [stderr] --> benches/bench-sad.rs:145:42 [INFO] [stderr] | [INFO] [stderr] 145 | let mut rng = sadmc::rng::MyRng::seed_from_u64(2); [INFO] [stderr] | ^^^^^^^^^^^^^ function or associated item not found in `rand_xoshiro::xoroshiro128plus::Xoroshiro128Plus` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 4 | use rand_core::SeedableRng; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `seed_from_u64` found for struct `rand_xoshiro::xoroshiro128plus::Xoroshiro128Plus` in the current scope [INFO] [stderr] --> benches/bench-sad.rs:153:42 [INFO] [stderr] | [INFO] [stderr] 153 | let mut rng = sadmc::rng::MyRng::seed_from_u64(2); [INFO] [stderr] | ^^^^^^^^^^^^^ function or associated item not found in `rand_xoshiro::xoroshiro128plus::Xoroshiro128Plus` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 4 | use rand_core::SeedableRng; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unused import: `rand::Rng` [INFO] [stderr] --> benches/bench-sad.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use rand::Rng; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 13 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: could not compile `sad-monte-carlo`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "6d2fc4ab67925bf76f3e11935407a3bb700ed8727561422cda4d644ff46c36d6"` [INFO] running `"docker" "rm" "-f" "6d2fc4ab67925bf76f3e11935407a3bb700ed8727561422cda4d644ff46c36d6"` [INFO] [stdout] 6d2fc4ab67925bf76f3e11935407a3bb700ed8727561422cda4d644ff46c36d6