[INFO] updating cached repository https://github.com/BigTuna08/par_lgp2 [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] 7a11601ec3dcce6dc02ffa5ee9bd81081f838b3f [INFO] checking BigTuna08/par_lgp2 against nightly-2019-10-27 for pr-65897 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBigTuna08%2Fpar_lgp2" "/workspace/builds/worker-12/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/BigTuna08/par_lgp2 on toolchain nightly-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/BigTuna08/par_lgp2 [INFO] finished tweaking git repo https://github.com/BigTuna08/par_lgp2 [INFO] tweaked toml for git repo https://github.com/BigTuna08/par_lgp2 written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/BigTuna08/par_lgp2 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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=allow" "-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" "+nightly-2019-10-27" "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] 5215b5147e5a961359f425b6a3261777dfa0e7c250b947e727f1ea10919742e7 [INFO] running `"docker" "start" "-a" "5215b5147e5a961359f425b6a3261777dfa0e7c250b947e727f1ea10919742e7"` [INFO] [stderr] Checking indexmap v1.0.1 [INFO] [stderr] Checking memchr v2.0.2 [INFO] [stderr] Checking csv-core v0.1.4 [INFO] [stderr] Checking csv v1.0.1 [INFO] [stderr] Checking par_lgp2 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/evo_sys/pop/cvt_map.rs:61:60 [INFO] [stderr] | [INFO] [stderr] 61 | self.try_put(evaluator.next_result_wait(), ¢riods); [INFO] [stderr] | ^^^^^^^^^^ expected struct `std::vec::Vec`, found tuple [INFO] [stderr] | [INFO] [stderr] = note: expected type `&std::vec::Vec>` [INFO] [stderr] found type `&(std::vec::Vec>, u32)` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/evo_sys/pop/cvt_map.rs:84:75 [INFO] [stderr] | [INFO] [stderr] 84 | fn select_cell(&self, prog: &Program, centriods: &Vec>,) -> usize{ [INFO] [stderr] | ----------- ^^^^^ expected usize, found () [INFO] [stderr] | | [INFO] [stderr] | implicitly returns `()` as its body has no tail or `return` expression [INFO] [stderr] | [INFO] [stderr] = note: expected type `usize` [INFO] [stderr] found type `()` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `compare` found for type `&mut evo_sys::CVTMap` in the current scope [INFO] [stderr] --> src/evo_sys/pop/cvt_map.rs:99:29 [INFO] [stderr] | [INFO] [stderr] 99 | if self.compare(&prog, old_prog){ [INFO] [stderr] | ^^^^^^^ method not found in `&mut evo_sys::CVTMap` [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 1 parameter was supplied [INFO] [stderr] --> src/evo_sys/pop/cvt_map.rs:134:33 [INFO] [stderr] | [INFO] [stderr] 84 | fn select_cell(&self, prog: &Program, centriods: &Vec>,) -> usize{ [INFO] [stderr] | --------------------------------------------------------------------------- defined here [INFO] [stderr] ... [INFO] [stderr] 134 | let inds = self.select_cell(&prog); [INFO] [stderr] | ^^^^^^^^^^^ expected 2 parameters [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/evo_sys/pop/cvt_map.rs:61:60 [INFO] [stderr] | [INFO] [stderr] 61 | self.try_put(evaluator.next_result_wait(), ¢riods); [INFO] [stderr] | ^^^^^^^^^^ expected struct `std::vec::Vec`, found tuple [INFO] [stderr] | [INFO] [stderr] = note: expected type `&std::vec::Vec>` [INFO] [stderr] found type `&(std::vec::Vec>, u32)` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/evo_sys/pop/cvt_map.rs:84:75 [INFO] [stderr] | [INFO] [stderr] 84 | fn select_cell(&self, prog: &Program, centriods: &Vec>,) -> usize{ [INFO] [stderr] | ----------- ^^^^^ expected usize, found () [INFO] [stderr] | | [INFO] [stderr] | implicitly returns `()` as its body has no tail or `return` expression [INFO] [stderr] | [INFO] [stderr] = note: expected type `usize` [INFO] [stderr] found type `()` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `compare` found for type `&mut evo_sys::CVTMap` in the current scope [INFO] [stderr] --> src/evo_sys/pop/cvt_map.rs:99:29 [INFO] [stderr] | [INFO] [stderr] 99 | if self.compare(&prog, old_prog){ [INFO] [stderr] | ^^^^^^^ method not found in `&mut evo_sys::CVTMap` [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 1 parameter was supplied [INFO] [stderr] --> src/evo_sys/pop/cvt_map.rs:134:33 [INFO] [stderr] | [INFO] [stderr] 84 | fn select_cell(&self, prog: &Program, centriods: &Vec>,) -> usize{ [INFO] [stderr] | --------------------------------------------------------------------------- defined here [INFO] [stderr] ... [INFO] [stderr] 134 | let inds = self.select_cell(&prog); [INFO] [stderr] | ^^^^^^^^^^^ expected 2 parameters [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, E0308, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0061`. [INFO] [stderr] error: could not compile `par_lgp2`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, E0308, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0061`. [INFO] [stderr] error: could not compile `par_lgp2`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "5215b5147e5a961359f425b6a3261777dfa0e7c250b947e727f1ea10919742e7"` [INFO] running `"docker" "rm" "-f" "5215b5147e5a961359f425b6a3261777dfa0e7c250b947e727f1ea10919742e7"` [INFO] [stdout] 5215b5147e5a961359f425b6a3261777dfa0e7c250b947e727f1ea10919742e7