[INFO] cloning repository https://github.com/d-dorazio/mattors [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/d-dorazio/mattors" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fd-dorazio%2Fmattors", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fd-dorazio%2Fmattors'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] cce00471043c30b764d53ee38b29d1b47d2154bf [INFO] checking d-dorazio/mattors against master#a5f164faad4a2fed606b8160fd7ecd2d5cbba381 for pr-84920 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fd-dorazio%2Fmattors" "/workspace/builds/worker-8/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/d-dorazio/mattors on toolchain a5f164faad4a2fed606b8160fd7ecd2d5cbba381 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a5f164faad4a2fed606b8160fd7ecd2d5cbba381" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/d-dorazio/mattors [INFO] finished tweaking git repo https://github.com/d-dorazio/mattors [INFO] tweaked toml for git repo https://github.com/d-dorazio/mattors written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/d-dorazio/mattors already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a5f164faad4a2fed606b8160fd7ecd2d5cbba381" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+a5f164faad4a2fed606b8160fd7ecd2d5cbba381" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 38b0c44a175033f84822e34225318d8428c1af4fb61e614e43786da0834aced2 [INFO] running `Command { std: "docker" "start" "-a" "38b0c44a175033f84822e34225318d8428c1af4fb61e614e43786da0834aced2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "38b0c44a175033f84822e34225318d8428c1af4fb61e614e43786da0834aced2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "38b0c44a175033f84822e34225318d8428c1af4fb61e614e43786da0834aced2", kill_on_drop: false }` [INFO] [stdout] 38b0c44a175033f84822e34225318d8428c1af4fb61e614e43786da0834aced2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+a5f164faad4a2fed606b8160fd7ecd2d5cbba381" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 48c9a3d23da0014db12229fb97b4a4dfceb7fa294f89e8c9b91eb4f8b887e846 [INFO] running `Command { std: "docker" "start" "-a" "48c9a3d23da0014db12229fb97b4a4dfceb7fa294f89e8c9b91eb4f8b887e846", kill_on_drop: false }` [INFO] [stderr] Compiling getrandom v0.1.13 [INFO] [stderr] Checking ppv-lite86 v0.2.6 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Checking rand_core v0.4.2 [INFO] [stderr] Checking scopeguard v1.0.0 [INFO] [stderr] Compiling syn v1.0.9 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling rayon-core v1.6.1 [INFO] [stderr] Checking lzw v0.10.0 [INFO] [stderr] Checking vec_map v0.8.1 [INFO] [stderr] Checking remove_dir_all v0.5.2 [INFO] [stderr] Checking fnv v1.0.6 [INFO] [stderr] Checking quick-error v1.2.2 [INFO] [stderr] Checking bit-vec v0.5.1 [INFO] [stderr] Checking regex-syntax v0.6.12 [INFO] [stderr] Compiling num-traits v0.2.10 [INFO] [stderr] Compiling crossbeam-utils v0.7.0 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling crossbeam-epoch v0.8.0 [INFO] [stderr] Compiling num-bigint v0.2.3 [INFO] [stderr] Compiling num-iter v0.1.39 [INFO] [stderr] Compiling num-rational v0.2.2 [INFO] [stderr] Compiling num-complex v0.2.3 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Checking gif v0.10.3 [INFO] [stderr] Checking rand_core v0.3.1 [INFO] [stderr] Checking rand_jitter v0.1.4 [INFO] [stderr] Checking bit-set v0.5.1 [INFO] [stderr] Checking c2-chacha v0.2.3 [INFO] [stderr] Checking crc32fast v1.2.0 [INFO] [stderr] Checking rand_pcg v0.1.2 [INFO] [stderr] Checking rand_chacha v0.1.1 [INFO] [stderr] Checking rand_xorshift v0.1.1 [INFO] [stderr] Checking rand_hc v0.1.0 [INFO] [stderr] Checking rand_isaac v0.1.1 [INFO] [stderr] Checking rand_os v0.1.3 [INFO] [stderr] Checking wait-timeout v0.2.0 [INFO] [stderr] Compiling memoffset v0.5.3 [INFO] [stderr] Checking deflate v0.7.20 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking crossbeam-queue v0.2.0 [INFO] [stderr] Checking rand_chacha v0.2.1 [INFO] [stderr] Checking png v0.15.1 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Checking rand v0.7.2 [INFO] [stderr] Checking crossbeam-deque v0.7.2 [INFO] [stderr] Checking rayon v1.2.1 [INFO] [stderr] Checking tempfile v3.1.0 [INFO] [stderr] Checking rusty-fork v0.2.2 [INFO] [stderr] Checking proptest v0.9.4 [INFO] [stderr] Checking num v0.2.0 [INFO] [stderr] Checking geo v0.1.0 (/opt/rustwide/workdir/geo) [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> geo/src/point.rs:132:71 [INFO] [stdout] | [INFO] [stdout] 132 | Err(e) => Err("bad coord number format, ".to_string() + e.description()), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling num-derive v0.2.5 [INFO] [stderr] Compiling proc-macro-error v0.2.6 [INFO] [stderr] Checking jpeg-decoder v0.1.16 [INFO] [stderr] Compiling structopt-derive v0.3.5 [INFO] [stderr] Checking tiff v0.3.1 [INFO] [stderr] Checking image v0.22.3 [INFO] [stdout] error[E0432]: unresolved import `geo` [INFO] [stdout] --> geo/src/angle.rs:42:9 [INFO] [stdout] | [INFO] [stdout] 42 | use geo::PointF64; [INFO] [stdout] | ^^^ use of undeclared crate or module `geo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `geo` [INFO] [stdout] --> geo/src/bbox.rs:192:9 [INFO] [stdout] | [INFO] [stdout] 192 | use geo::PointU32; [INFO] [stdout] | ^^^ use of undeclared crate or module `geo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `geo` [INFO] [stdout] --> geo/src/convex_hull.rs:83:9 [INFO] [stdout] | [INFO] [stdout] 83 | use geo::{Point, Polygon}; [INFO] [stdout] | ^^^ use of undeclared crate or module `geo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `geo` [INFO] [stdout] --> geo/src/delaunay.rs:93:9 [INFO] [stdout] | [INFO] [stdout] 93 | use geo::Point; [INFO] [stdout] | ^^^ use of undeclared crate or module `geo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `geo` [INFO] [stdout] --> geo/src/kmeans.rs:131:9 [INFO] [stdout] | [INFO] [stdout] 131 | use geo::Point; [INFO] [stdout] | ^^^ use of undeclared crate or module `geo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `geo` [INFO] [stdout] --> geo/src/line.rs:172:9 [INFO] [stdout] | [INFO] [stdout] 172 | use geo::PointI32; [INFO] [stdout] | ^^^ use of undeclared crate or module `geo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `geo` [INFO] [stdout] --> geo/src/polygon.rs:132:9 [INFO] [stdout] | [INFO] [stdout] 132 | use geo::{BoundingBox, PointF64, PointU32}; [INFO] [stdout] | ^^^ use of undeclared crate or module `geo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `geo` [INFO] [stdout] --> geo/src/triangle.rs:125:9 [INFO] [stdout] | [INFO] [stdout] 125 | use geo::PointI32; [INFO] [stdout] | ^^^ use of undeclared crate or module `geo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `geo` [INFO] [stdout] --> geo/src/kdtree.rs:396:9 [INFO] [stdout] | [INFO] [stdout] 396 | use geo::{BoundingBox, PointU32}; [INFO] [stdout] | ^^^ use of undeclared crate or module `geo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `proptest` in this scope [INFO] [stdout] --> geo/src/kdtree.rs:458:5 [INFO] [stdout] | [INFO] [stdout] 458 | proptest! { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider importing one of these items: [INFO] [stdout] crate::kmeans::tests::proptest [INFO] [stdout] proptest::proptest [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `proptest` in this scope [INFO] [stdout] --> geo/src/kdtree.rs:508:5 [INFO] [stdout] | [INFO] [stdout] 508 | proptest! { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider importing one of these items: [INFO] [stdout] crate::kmeans::tests::proptest [INFO] [stdout] proptest::proptest [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `proptest` in this scope [INFO] [stdout] --> geo/src/kdtree.rs:589:5 [INFO] [stdout] | [INFO] [stdout] 589 | proptest! { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider importing one of these items: [INFO] [stdout] crate::kmeans::tests::proptest [INFO] [stdout] proptest::proptest [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `proptest` in this scope [INFO] [stdout] --> geo/src/utils/ksmallest.rs:75:5 [INFO] [stdout] | [INFO] [stdout] 75 | proptest! { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider importing one of these items: [INFO] [stdout] crate::kmeans::tests::proptest [INFO] [stdout] proptest::proptest [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `proptest` in this scope [INFO] [stdout] --> geo/src/utils/ksmallest.rs:90:5 [INFO] [stdout] | [INFO] [stdout] 90 | proptest! { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider importing one of these items: [INFO] [stdout] crate::kmeans::tests::proptest [INFO] [stdout] proptest::proptest [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `proptest` in this scope [INFO] [stdout] --> geo/src/utils/mod.rs:74:5 [INFO] [stdout] | [INFO] [stdout] 74 | proptest! { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider importing one of these items: [INFO] [stdout] crate::kmeans::tests::proptest [INFO] [stdout] proptest::proptest [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `ksmallest_by`, `ksmallest` [INFO] [stdout] --> geo/src/utils/ksmallest.rs:73:17 [INFO] [stdout] | [INFO] [stdout] 73 | use super::{ksmallest, ksmallest_by}; [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::split_element_at` [INFO] [stdout] --> geo/src/utils/mod.rs:70:9 [INFO] [stdout] | [INFO] [stdout] 70 | use super::split_element_at; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::iter` [INFO] [stdout] --> geo/src/utils/mod.rs:72:9 [INFO] [stdout] | [INFO] [stdout] 72 | use std::iter; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> geo/src/point.rs:132:71 [INFO] [stdout] | [INFO] [stdout] 132 | Err(e) => Err("bad coord number format, ".to_string() + e.description()), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed [INFO] [stdout] --> geo/src/kmeans.rs:147:5 [INFO] [stdout] | [INFO] [stdout] 147 | / proptest! { [INFO] [stdout] 148 | | #![proptest_config(proptest::test_runner::Config::with_cases(500))] [INFO] [stdout] 149 | | #[test] [INFO] [stdout] 150 | | fn prop_kmeans_clusters_contains_closest_point( [INFO] [stdout] ... | [INFO] [stdout] 154 | | } [INFO] [stdout] 155 | | } [INFO] [stdout] | |_____^ cannot infer type for type parameter `S` declared on the associated function `run` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `<_ as proptest::strategy::Strategy>::Value == _` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 16 previous errors; 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0284, E0432. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0284`. [INFO] [stdout] [INFO] [stderr] error: could not compile `geo` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "48c9a3d23da0014db12229fb97b4a4dfceb7fa294f89e8c9b91eb4f8b887e846", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "48c9a3d23da0014db12229fb97b4a4dfceb7fa294f89e8c9b91eb4f8b887e846", kill_on_drop: false }` [INFO] [stdout] 48c9a3d23da0014db12229fb97b4a4dfceb7fa294f89e8c9b91eb4f8b887e846