[INFO] updating cached repository https://github.com/wagnerf42/grouille [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] 3650dfe57192a1a72c39b2d5d0e11c224882dfdc [INFO] checking wagnerf42/grouille against nightly-2019-10-27 for pr-65897 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwagnerf42%2Fgrouille" "/workspace/builds/worker-5/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/wagnerf42/grouille 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/wagnerf42/grouille [INFO] finished tweaking git repo https://github.com/wagnerf42/grouille [INFO] tweaked toml for git repo https://github.com/wagnerf42/grouille written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/wagnerf42/grouille 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-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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] baae74520a87f203a9db97f5d19e3312d84935db484f8eeefc4d5edc3eb61218 [INFO] running `"docker" "start" "-a" "baae74520a87f203a9db97f5d19e3312d84935db484f8eeefc4d5edc3eb61218"` [INFO] [stderr] Checking criterion-plot v0.2.3 [INFO] [stderr] Checking criterion-stats v0.2.3 [INFO] [stderr] Checking grouille v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking backtrace v0.3.8 [INFO] [stderr] Checking itertools-num v0.1.1 [INFO] [stderr] Checking handlebars v0.31.0 [INFO] [stderr] Checking simplelog v0.5.2 [INFO] [stderr] Checking failure v0.1.1 [INFO] [stderr] Checking criterion v0.2.3 [INFO] [stderr] error[E0271]: type mismatch resolving `<&std::vec::Vec as std::iter::IntoIterator>::Item == grouille::Segment` [INFO] [stderr] --> examples/overlap.rs:35:30 [INFO] [stderr] | [INFO] [stderr] 35 | let remaining_segments = remove_overlaps(&segments); [INFO] [stderr] | ^^^^^^^^^^^^^^^ expected reference, found struct `grouille::Segment` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/workdir/src/overlap.rs:6:40 [INFO] [stderr] | [INFO] [stderr] 6 | pub fn remove_overlaps>(segments: S) -> Vec { [INFO] [stderr] | -------------- required by this bound in `grouille::overlap::remove_overlaps` [INFO] [stderr] | [INFO] [stderr] = note: expected type `&grouille::Segment` [INFO] [stderr] found type `grouille::Segment` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0271`. [INFO] [stderr] error: could not compile `grouille`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0271]: type mismatch resolving `<&std::vec::Vec as std::iter::IntoIterator>::Item == grouille::Segment` [INFO] [stderr] --> examples/classify.rs:13:30 [INFO] [stderr] | [INFO] [stderr] 13 | let remaining_segments = remove_overlaps(&slice); [INFO] [stderr] | ^^^^^^^^^^^^^^^ expected reference, found struct `grouille::Segment` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/workdir/src/overlap.rs:6:40 [INFO] [stderr] | [INFO] [stderr] 6 | pub fn remove_overlaps>(segments: S) -> Vec { [INFO] [stderr] | -------------- required by this bound in `grouille::overlap::remove_overlaps` [INFO] [stderr] | [INFO] [stderr] = note: expected type `&grouille::Segment` [INFO] [stderr] found type `grouille::Segment` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0271`. [INFO] [stderr] error: could not compile `grouille`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0271]: type mismatch resolving `<&std::vec::Vec as std::iter::IntoIterator>::Item == grouille::Segment` [INFO] [stderr] --> benches/classifier.rs:14:30 [INFO] [stderr] | [INFO] [stderr] 14 | let remaining_segments = remove_overlaps(&slice); [INFO] [stderr] | ^^^^^^^^^^^^^^^ expected reference, found struct `grouille::Segment` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/workdir/src/overlap.rs:6:40 [INFO] [stderr] | [INFO] [stderr] 6 | pub fn remove_overlaps>(segments: S) -> Vec { [INFO] [stderr] | -------------- required by this bound in `grouille::overlap::remove_overlaps` [INFO] [stderr] | [INFO] [stderr] = note: expected type `&grouille::Segment` [INFO] [stderr] found type `grouille::Segment` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0271`. [INFO] [stderr] error: could not compile `grouille`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0061]: this function takes 2 parameters but 1 parameter was supplied [INFO] [stderr] --> benches/stl_cut.rs:10:60 [INFO] [stderr] | [INFO] [stderr] 10 | c.bench_function("cut cordoba", move |b| b.iter(|| stl.cut(0.1))); [INFO] [stderr] | ^^^ expected 2 parameters [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0061`. [INFO] [stderr] error: could not compile `grouille`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "baae74520a87f203a9db97f5d19e3312d84935db484f8eeefc4d5edc3eb61218"` [INFO] running `"docker" "rm" "-f" "baae74520a87f203a9db97f5d19e3312d84935db484f8eeefc4d5edc3eb61218"` [INFO] [stdout] baae74520a87f203a9db97f5d19e3312d84935db484f8eeefc4d5edc3eb61218