[INFO] cloning repository https://github.com/jdroenner/proj_example [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jdroenner/proj_example" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjdroenner%2Fproj_example", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjdroenner%2Fproj_example'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 2fed023d21604da1f90b465a624f2ddc337d9635 [INFO] checking jdroenner/proj_example against try#2b39fe756f52bc2825bf5b2bfc385cab922dae10 for pr-143011 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjdroenner%2Fproj_example" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/jdroenner/proj_example [INFO] finished tweaking git repo https://github.com/jdroenner/proj_example [INFO] tweaked toml for git repo https://github.com/jdroenner/proj_example written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/jdroenner/proj_example on toolchain 2b39fe756f52bc2825bf5b2bfc385cab922dae10 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2b39fe756f52bc2825bf5b2bfc385cab922dae10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/jdroenner/proj_example already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2b39fe756f52bc2825bf5b2bfc385cab922dae10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded hash32 v0.1.1 [INFO] [stderr] Downloaded rstar v0.8.2 [INFO] [stderr] Downloaded as-slice v0.1.4 [INFO] [stderr] Downloaded tar v0.4.32 [INFO] [stderr] Downloaded geo-types v0.7.0 [INFO] [stderr] Downloaded geographiclib-rs v0.2.0 [INFO] [stderr] Downloaded robust v0.2.3 [INFO] [stderr] Downloaded heapless v0.5.6 [INFO] [stderr] Downloaded geo v0.17.0 [INFO] [stderr] Downloaded geo-types v0.6.2 [INFO] [stderr] Downloaded libc v0.2.84 [INFO] [stderr] Downloaded proj v0.20.5 [INFO] [stderr] Downloaded proj-sys v0.18.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+2b39fe756f52bc2825bf5b2bfc385cab922dae10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 11d8e1894132678da6d7b25a3ea49003993ea2b274aa51a85881dcfd269a3fd6 [INFO] running `Command { std: "docker" "start" "-a" "11d8e1894132678da6d7b25a3ea49003993ea2b274aa51a85881dcfd269a3fd6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "11d8e1894132678da6d7b25a3ea49003993ea2b274aa51a85881dcfd269a3fd6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "11d8e1894132678da6d7b25a3ea49003993ea2b274aa51a85881dcfd269a3fd6", kill_on_drop: false }` [INFO] [stdout] 11d8e1894132678da6d7b25a3ea49003993ea2b274aa51a85881dcfd269a3fd6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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" "RUSTDOCFLAGS=--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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+2b39fe756f52bc2825bf5b2bfc385cab922dae10" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a8b40b9368a80822271af34b20b7badf668baae17b0236e95862ea8d1b85f684 [INFO] running `Command { std: "docker" "start" "-a" "a8b40b9368a80822271af34b20b7badf668baae17b0236e95862ea8d1b85f684", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.84 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling cc v1.0.66 [INFO] [stderr] Compiling typenum v1.12.0 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Compiling once_cell v1.5.2 [INFO] [stderr] Compiling version_check v0.9.2 [INFO] [stderr] Compiling miniz_oxide v0.4.3 [INFO] [stderr] Compiling regex-syntax v0.6.22 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling crc32fast v1.2.1 [INFO] [stderr] Compiling thread_local v1.1.2 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling humantime v1.3.0 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling termcolor v1.1.2 [INFO] [stderr] Compiling adler v0.2.3 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Compiling aho-corasick v0.7.15 [INFO] [stderr] Compiling bindgen v0.52.0 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling clang-sys v0.28.1 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling shlex v0.1.1 [INFO] [stderr] Compiling syn v1.0.60 [INFO] [stderr] Checking stable_deref_trait v1.2.0 [INFO] [stderr] Compiling heapless v0.5.6 [INFO] [stderr] Checking byteorder v1.4.2 [INFO] [stderr] Compiling peeking_take_while v0.1.2 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling lazycell v1.3.0 [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Compiling cmake v0.1.45 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling filetime v0.2.14 [INFO] [stderr] Compiling which v3.1.1 [INFO] [stderr] Compiling xattr v0.2.2 [INFO] [stderr] Checking hash32 v0.1.1 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Checking pdqselect v0.1.0 [INFO] [stderr] Compiling tar v0.4.32 [INFO] [stderr] Checking smallvec v1.6.1 [INFO] [stderr] Checking geographiclib-rs v0.2.0 [INFO] [stderr] Checking robust v0.2.3 [INFO] [stderr] Compiling quote v1.0.8 [INFO] [stderr] Checking approx v0.3.2 [INFO] [stderr] Compiling flate2 v1.0.20 [INFO] [stderr] Checking approx v0.4.0 [INFO] [stderr] Checking generic-array v0.13.2 [INFO] [stderr] Checking generic-array v0.12.3 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Checking geo-types v0.6.2 [INFO] [stderr] Compiling cexpr v0.3.6 [INFO] [stderr] Checking as-slice v0.1.4 [INFO] [stderr] Checking rstar v0.8.2 [INFO] [stderr] Compiling regex v1.4.3 [INFO] [stderr] Compiling thiserror-impl v1.0.23 [INFO] [stderr] Checking geo-types v0.7.0 [INFO] [stderr] Checking geo v0.17.0 [INFO] [stderr] Checking thiserror v1.0.23 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling proj-sys v0.18.3 [INFO] [stderr] Checking proj v0.20.5 [INFO] [stderr] Checking proj_example v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0277]: the trait bound `geo_types::point::Point<_>: From>` is not satisfied [INFO] [stdout] --> src/main.rs:67:53 [INFO] [stdout] | [INFO] [stdout] 67 | rect.coords_iter().map(|c| proj.convert(c)).collect(); [INFO] [stdout] | ------- ^ the trait `From>` is not implemented for `geo_types::point::Point<_>` [INFO] [stdout] | | [INFO] [stdout] | required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `From`: [INFO] [stdout] `geo_types::point::Point` implements `From<(T, T)>` [INFO] [stdout] `geo_types::point::Point` implements `From<[T; 2]>` [INFO] [stdout] `geo_types::point::Point` implements `From>` [INFO] [stdout] = note: required for `Coordinate` to implement `Into>` [INFO] [stdout] note: required by a bound in `Proj::convert` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proj-0.20.5/src/proj.rs:583:12 [INFO] [stdout] | [INFO] [stdout] 581 | pub fn convert(&self, point: T) -> Result, ProjError> [INFO] [stdout] | ------- required by a bound in this associated function [INFO] [stdout] 582 | where [INFO] [stdout] 583 | T: Into>, [INFO] [stdout] | ^^^^^^^^^^^^^^ required by this bound in `Proj::convert` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: a value of type `Vec>` cannot be built from an iterator over elements of type `geo_types::point::Point<_>` [INFO] [stdout] --> src/main.rs:67:57 [INFO] [stdout] | [INFO] [stdout] 67 | rect.coords_iter().map(|c| proj.convert(c)).collect(); [INFO] [stdout] | ^^^^^^^ value of type `Vec>` cannot be built from `std::iter::Iterator>` [INFO] [stdout] | [INFO] [stdout] = help: the trait `FromIterator>` is not implemented for `Vec>` [INFO] [stdout] but trait `FromIterator>` is implemented for it [INFO] [stdout] = help: for that trait implementation, expected `geo::Point`, found `geo_types::point::Point<_>` [INFO] [stdout] = note: required for `Result>, ProjError>` to implement `FromIterator, ProjError>>` [INFO] [stdout] note: required by a bound in `collect` [INFO] [stdout] --> /rustc/2b39fe756f52bc2825bf5b2bfc385cab922dae10/library/core/src/iter/traits/iterator.rs:2014:5 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `proj_example` (bin "proj_example" test) due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0277]: the trait bound `geo_types::point::Point<_>: From>` is not satisfied [INFO] [stdout] --> src/main.rs:67:53 [INFO] [stdout] | [INFO] [stdout] 67 | rect.coords_iter().map(|c| proj.convert(c)).collect(); [INFO] [stdout] | ------- ^ the trait `From>` is not implemented for `geo_types::point::Point<_>` [INFO] [stdout] | | [INFO] [stdout] | required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `From`: [INFO] [stdout] `geo_types::point::Point` implements `From<(T, T)>` [INFO] [stdout] `geo_types::point::Point` implements `From<[T; 2]>` [INFO] [stdout] `geo_types::point::Point` implements `From>` [INFO] [stdout] = note: required for `Coordinate` to implement `Into>` [INFO] [stdout] note: required by a bound in `Proj::convert` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proj-0.20.5/src/proj.rs:583:12 [INFO] [stdout] | [INFO] [stdout] 581 | pub fn convert(&self, point: T) -> Result, ProjError> [INFO] [stdout] | ------- required by a bound in this associated function [INFO] [stdout] 582 | where [INFO] [stdout] 583 | T: Into>, [INFO] [stdout] | ^^^^^^^^^^^^^^ required by this bound in `Proj::convert` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: a value of type `Vec>` cannot be built from an iterator over elements of type `geo_types::point::Point<_>` [INFO] [stdout] --> src/main.rs:67:57 [INFO] [stdout] | [INFO] [stdout] 67 | rect.coords_iter().map(|c| proj.convert(c)).collect(); [INFO] [stdout] | ^^^^^^^ value of type `Vec>` cannot be built from `std::iter::Iterator>` [INFO] [stdout] | [INFO] [stdout] = help: the trait `FromIterator>` is not implemented for `Vec>` [INFO] [stdout] but trait `FromIterator>` is implemented for it [INFO] [stdout] = help: for that trait implementation, expected `geo::Point`, found `geo_types::point::Point<_>` [INFO] [stdout] = note: required for `Result>, ProjError>` to implement `FromIterator, ProjError>>` [INFO] [stdout] note: required by a bound in `collect` [INFO] [stdout] --> /rustc/2b39fe756f52bc2825bf5b2bfc385cab922dae10/library/core/src/iter/traits/iterator.rs:2014:5 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `proj_example` (bin "proj_example") due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "a8b40b9368a80822271af34b20b7badf668baae17b0236e95862ea8d1b85f684", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a8b40b9368a80822271af34b20b7badf668baae17b0236e95862ea8d1b85f684", kill_on_drop: false }` [INFO] [stdout] a8b40b9368a80822271af34b20b7badf668baae17b0236e95862ea8d1b85f684