[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] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 2b40c930456f72be870510b59a3e8fae37faaf7d [INFO] checking droundy/sad-monte-carlo against master#4007d4ef26eab44bdabc2b7574d032152264d3ad for pr-66919 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdroundy%2Fsad-monte-carlo" "/workspace/builds/worker-3/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/droundy/sad-monte-carlo on toolchain 4007d4ef26eab44bdabc2b7574d032152264d3ad [INFO] running `"/workspace/cargo-home/bin/cargo" "+4007d4ef26eab44bdabc2b7574d032152264d3ad" "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-3/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+4007d4ef26eab44bdabc2b7574d032152264d3ad" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating git repository `https://github.com/paholg/dimensioned` [INFO] running `"/workspace/cargo-home/bin/cargo" "+4007d4ef26eab44bdabc2b7574d032152264d3ad" "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-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+4007d4ef26eab44bdabc2b7574d032152264d3ad" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 46e391b5a3c8f5184c8e5afb233ebe662584e049c42eb7bb13141e45c3be84bb [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "46e391b5a3c8f5184c8e5afb233ebe662584e049c42eb7bb13141e45c3be84bb"` [INFO] [stderr] Compiling dimensioned v0.8.0 (https://github.com/paholg/dimensioned#c8ac3ff6) [INFO] [stderr] Checking meval v0.1.0 [INFO] [stderr] Checking serde_cbor v0.10.2 [INFO] [stderr] Checking rand_core v0.2.2 [INFO] [stderr] Checking serde_yaml v0.7.5 [INFO] [stderr] Checking rand_xoshiro v0.1.0 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Compiling cast v0.2.3 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Checking bstr v0.2.8 [INFO] [stderr] Checking tinytemplate v1.0.2 [INFO] [stderr] Checking criterion-plot v0.3.1 [INFO] [stderr] Checking csv v1.1.1 [INFO] [stderr] Compiling git-version-macro v0.3.3 [INFO] [stderr] Checking criterion v0.2.11 [INFO] [stderr] Checking git-version v0.3.3 [INFO] [stderr] Compiling clapme_derive v0.1.10 [INFO] [stderr] Checking clapme v0.1.15 [INFO] [stderr] Checking vector3d v0.1.8 [INFO] [stderr] Checking sad-monte-carlo v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/mc/energy_number_no_translation.rs:550:54 [INFO] [stderr] | [INFO] [stderr] 550 | let old_number = self.number.replace(new_number.clone()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ expected struct `system::units::UNITS`, found `usize` [INFO] [stderr] | [INFO] [stderr] = note: expected struct `std::vec::Vec>, dimensioned::typenum::TArr>>>` [INFO] [stderr] found struct `std::vec::Vec` [INFO] [stderr] [INFO] [stderr] error[E0277]: can't compare `usize` with `system::units::UNITS>, dimensioned::typenum::TArr>>` [INFO] [stderr] --> src/mc/energy_number_no_translation.rs:557:59 [INFO] [stderr] | [INFO] [stderr] 557 | if new_energy == old_energy && new_number == old_number { [INFO] [stderr] | ^^ no implementation for `usize == system::units::UNITS>, dimensioned::typenum::TArr>>` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::cmp::PartialEq>, dimensioned::typenum::TArr>>>` is not implemented for `usize` [INFO] [stderr] = note: required because of the requirements on the impl of `std::cmp::PartialEq>, dimensioned::typenum::TArr>>>>` for `std::vec::Vec` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/mc/energy_number_no_translation.rs:550:54 [INFO] [stderr] | [INFO] [stderr] 550 | let old_number = self.number.replace(new_number.clone()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ expected struct `system::units::UNITS`, found `usize` [INFO] [stderr] | [INFO] [stderr] = note: expected struct `std::vec::Vec>, dimensioned::typenum::TArr>>>` [INFO] [stderr] found struct `std::vec::Vec` [INFO] [stderr] [INFO] [stderr] error[E0277]: can't compare `usize` with `system::units::UNITS>, dimensioned::typenum::TArr>>` [INFO] [stderr] --> src/mc/energy_number_no_translation.rs:557:59 [INFO] [stderr] | [INFO] [stderr] 557 | if new_energy == old_energy && new_number == old_number { [INFO] [stderr] | ^^ no implementation for `usize == system::units::UNITS>, dimensioned::typenum::TArr>>` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::cmp::PartialEq>, dimensioned::typenum::TArr>>>` is not implemented for `usize` [INFO] [stderr] = note: required because of the requirements on the impl of `std::cmp::PartialEq>, dimensioned::typenum::TArr>>>>` for `std::vec::Vec` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0308. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `sad-monte-carlo`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0308. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `sad-monte-carlo`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "46e391b5a3c8f5184c8e5afb233ebe662584e049c42eb7bb13141e45c3be84bb"` [INFO] running `"docker" "rm" "-f" "46e391b5a3c8f5184c8e5afb233ebe662584e049c42eb7bb13141e45c3be84bb"` [INFO] [stdout] 46e391b5a3c8f5184c8e5afb233ebe662584e049c42eb7bb13141e45c3be84bb