[INFO] updating cached repository https://github.com/wagnerf42/grouille [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/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] testing wagnerf42/grouille against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwagnerf42%2Fgrouille" "work/builds/worker-4/source"` [INFO] [stderr] Cloning into 'work/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/wagnerf42/grouille on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "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 work/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/wagnerf42/grouille already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 512d7aa7026a54c3e685cf691ac6dd6071837e38ca14ab727de1661f80a6a3cb [INFO] running `"docker" "start" "-a" "512d7aa7026a54c3e685cf691ac6dd6071837e38ca14ab727de1661f80a6a3cb"` [INFO] [stderr] Compiling num-traits v0.2.4 [INFO] [stderr] Compiling libc v0.2.41 [INFO] [stderr] Compiling rand_core v0.2.0 [INFO] [stderr] Compiling either v1.5.0 [INFO] [stderr] Compiling streaming-iterator v0.1.4 [INFO] [stderr] Compiling byteorder v1.2.3 [INFO] [stderr] Compiling itertools v0.7.8 [INFO] [stderr] Compiling rand v0.5.0 [INFO] [stderr] Compiling grouille v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `empty` [INFO] [stderr] --> src/intersections.rs:4:17 [INFO] [stderr] | [INFO] [stderr] 4 | use std::iter::{empty, once, repeat}; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/overlap.rs:53:5 [INFO] [stderr] | [INFO] [stderr] 51 | unimplemented!("TODO: we cannot call remove_overlaps here"); [INFO] [stderr] | ------------------------------------------------------------ any code following this expression is unreachable [INFO] [stderr] 52 | // because these segments are ORIENTED [INFO] [stderr] 53 | / remaining_paths.into_iter().chain( [INFO] [stderr] 54 | | remove_overlaps(elementary_segments) [INFO] [stderr] 55 | | .into_iter() [INFO] [stderr] 56 | | .map(|s| ElementaryPath::Segment(s)), [INFO] [stderr] 57 | | ) [INFO] [stderr] | |_____^ unreachable expression [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unreachable_code)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/slice.rs:28:5 [INFO] [stderr] | [INFO] [stderr] 27 | unimplemented!("we need to go on with heaven and hell"); [INFO] [stderr] | -------------------------------------------------------- any code following this expression is unreachable [INFO] [stderr] 28 | Ok(()) [INFO] [stderr] | ^^^^^^ unreachable expression [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.57s [INFO] running `"docker" "inspect" "512d7aa7026a54c3e685cf691ac6dd6071837e38ca14ab727de1661f80a6a3cb"` [INFO] running `"docker" "rm" "-f" "512d7aa7026a54c3e685cf691ac6dd6071837e38ca14ab727de1661f80a6a3cb"` [INFO] [stdout] 512d7aa7026a54c3e685cf691ac6dd6071837e38ca14ab727de1661f80a6a3cb [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] 6c61507a98847b95a8d862e2b72626ab56aee2b06b483220cc6b160f03669e0c [INFO] running `"docker" "start" "-a" "6c61507a98847b95a8d862e2b72626ab56aee2b06b483220cc6b160f03669e0c"` [INFO] [stderr] Compiling cfg-if v0.1.3 [INFO] [stderr] Compiling cc v1.0.17 [INFO] [stderr] Compiling serde v1.0.66 [INFO] [stderr] Compiling num-integer v0.1.38 [INFO] [stderr] Compiling ucd-util v0.1.1 [INFO] [stderr] Compiling lazy_static v1.0.1 [INFO] [stderr] Compiling itoa v0.4.1 [INFO] [stderr] Compiling rustc-demangle v0.1.8 [INFO] [stderr] Compiling pest v1.0.6 [INFO] [stderr] Compiling thread-scoped v1.0.2 [INFO] [stderr] Compiling bitflags v1.0.3 [INFO] [stderr] Compiling memchr v2.0.1 [INFO] [stderr] Compiling time v0.1.40 [INFO] [stderr] Compiling atty v0.2.10 [INFO] [stderr] Compiling num_cpus v1.8.0 [INFO] [stderr] Compiling rand v0.4.2 [INFO] [stderr] Compiling proc-macro2 v0.4.6 [INFO] [stderr] Compiling textwrap v0.9.0 [INFO] [stderr] Compiling term v0.5.1 [INFO] [stderr] Compiling log v0.4.2 [INFO] [stderr] Compiling thread_local v0.3.5 [INFO] [stderr] Compiling criterion-plot v0.2.3 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling synstructure v0.6.1 [INFO] [stderr] Compiling regex-syntax v0.5.6 [INFO] [stderr] Compiling aho-corasick v0.6.4 [INFO] [stderr] Compiling clap v2.31.2 [INFO] [stderr] Compiling itertools-num v0.1.1 [INFO] [stderr] Compiling quote v0.6.3 [INFO] [stderr] Compiling pest_derive v1.0.7 [INFO] [stderr] Compiling syn v0.14.2 [INFO] [stderr] Compiling chrono v0.4.2 [INFO] [stderr] Compiling criterion-stats v0.2.3 [INFO] [stderr] Compiling backtrace-sys v0.1.23 [INFO] [stderr] Compiling simplelog v0.5.2 [INFO] [stderr] Compiling failure_derive v0.1.1 [INFO] [stderr] Compiling backtrace v0.3.8 [INFO] [stderr] Compiling failure v0.1.1 [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] Compiling serde_derive v1.0.66 [INFO] [stderr] Compiling serde_json v1.0.20 [INFO] [stderr] Compiling handlebars v0.31.0 [INFO] [stderr] Compiling criterion v0.2.3 [INFO] [stderr] Compiling grouille v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `std::cmp::Ordering` [INFO] [stderr] --> examples/clique.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use std::cmp::Ordering; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [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] warning: unused import: `Quadrant` [INFO] [stderr] --> examples/offsetter.rs:6:37 [INFO] [stderr] | [INFO] [stderr] 6 | use grouille::{HoledPolygon, Point, Quadrant}; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [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/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] warning: unused import: `empty` [INFO] [stderr] --> src/intersections.rs:4:17 [INFO] [stderr] | [INFO] [stderr] 4 | use std::iter::{empty, once, repeat}; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/overlap.rs:53:5 [INFO] [stderr] | [INFO] [stderr] 51 | unimplemented!("TODO: we cannot call remove_overlaps here"); [INFO] [stderr] | ------------------------------------------------------------ any code following this expression is unreachable [INFO] [stderr] 52 | // because these segments are ORIENTED [INFO] [stderr] 53 | / remaining_paths.into_iter().chain( [INFO] [stderr] 54 | | remove_overlaps(elementary_segments) [INFO] [stderr] 55 | | .into_iter() [INFO] [stderr] 56 | | .map(|s| ElementaryPath::Segment(s)), [INFO] [stderr] 57 | | ) [INFO] [stderr] | |_____^ unreachable expression [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unreachable_code)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/slice.rs:28:5 [INFO] [stderr] | [INFO] [stderr] 27 | unimplemented!("we need to go on with heaven and hell"); [INFO] [stderr] | -------------------------------------------------------- any code following this expression is unreachable [INFO] [stderr] 28 | Ok(()) [INFO] [stderr] | ^^^^^^ unreachable expression [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "6c61507a98847b95a8d862e2b72626ab56aee2b06b483220cc6b160f03669e0c"` [INFO] running `"docker" "rm" "-f" "6c61507a98847b95a8d862e2b72626ab56aee2b06b483220cc6b160f03669e0c"` [INFO] [stdout] 6c61507a98847b95a8d862e2b72626ab56aee2b06b483220cc6b160f03669e0c