[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 try#bcff76bad586cfb6874f179a4b66448e6b8a832c for pr-66919 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdroundy%2Fsad-monte-carlo" "/workspace/builds/worker-6/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/droundy/sad-monte-carlo on toolchain bcff76bad586cfb6874f179a4b66448e6b8a832c [INFO] running `"/workspace/cargo-home/bin/cargo" "+bcff76bad586cfb6874f179a4b66448e6b8a832c" "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-6/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+bcff76bad586cfb6874f179a4b66448e6b8a832c" "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" "+bcff76bad586cfb6874f179a4b66448e6b8a832c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+bcff76bad586cfb6874f179a4b66448e6b8a832c" "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] d18a87cb8922797660a66cc069e731bcc527e67df6bd8279cca20725e73ac166 [INFO] running `"docker" "start" "-a" "d18a87cb8922797660a66cc069e731bcc527e67df6bd8279cca20725e73ac166"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling dimensioned v0.8.0 (https://github.com/paholg/dimensioned#c8ac3ff6) [INFO] [stderr] Checking meval v0.1.0 [INFO] [stderr] Checking rand_core v0.2.2 [INFO] [stderr] Checking serde_cbor v0.10.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 proc-macro-hack v0.5.11 [INFO] [stderr] Checking tempfile v3.1.0 [INFO] [stderr] Checking criterion v0.2.11 [INFO] [stderr] Compiling git-version-macro v0.3.3 [INFO] [stderr] Compiling clapme_derive v0.1.10 [INFO] [stderr] Checking git-version v0.3.3 [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: 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[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] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "d18a87cb8922797660a66cc069e731bcc527e67df6bd8279cca20725e73ac166"` [INFO] running `"docker" "rm" "-f" "d18a87cb8922797660a66cc069e731bcc527e67df6bd8279cca20725e73ac166"` [INFO] [stdout] d18a87cb8922797660a66cc069e731bcc527e67df6bd8279cca20725e73ac166