[INFO] crate geojson-antimeridian-cut 0.1.0-alpha.1 is already in cache [INFO] testing geojson-antimeridian-cut-0.1.0-alpha.1 against 1.44.0 for beta-1.45-1 [INFO] extracting crate geojson-antimeridian-cut 0.1.0-alpha.1 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate geojson-antimeridian-cut 0.1.0-alpha.1 on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate geojson-antimeridian-cut 0.1.0-alpha.1 [INFO] finished tweaking crates.io crate geojson-antimeridian-cut 0.1.0-alpha.1 [INFO] tweaked toml for crates.io crate geojson-antimeridian-cut 0.1.0-alpha.1 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "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=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" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 867fa90a06659616df57a97d2f8941c7aa8eb7c21e8529a3d91946f2971bcf49 [INFO] running `"docker" "start" "-a" "867fa90a06659616df57a97d2f8941c7aa8eb7c21e8529a3d91946f2971bcf49"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling geojson v0.16.0 [INFO] [stderr] Compiling geojson-antimeridian-cut v0.1.0-alpha.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.10s [INFO] running `"docker" "inspect" "867fa90a06659616df57a97d2f8941c7aa8eb7c21e8529a3d91946f2971bcf49"` [INFO] running `"docker" "rm" "-f" "867fa90a06659616df57a97d2f8941c7aa8eb7c21e8529a3d91946f2971bcf49"` [INFO] [stdout] 867fa90a06659616df57a97d2f8941c7aa8eb7c21e8529a3d91946f2971bcf49 [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=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" "+1.44.0" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 386ca8ea023728115c7d4f00d93b60e69fe6b2af68acb934214a6f4ecb988634 [INFO] running `"docker" "start" "-a" "386ca8ea023728115c7d4f00d93b60e69fe6b2af68acb934214a6f4ecb988634"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling geojson-antimeridian-cut v0.1.0-alpha.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0277]: the trait bound `geojson::geometry::Geometry: std::convert::From` is not satisfied [INFO] [stderr] --> src/geometry.rs:45:14 [INFO] [stderr] | [INFO] [stderr] 45 | .try_into() [INFO] [stderr] | ^^^^^^^^ the trait `std::convert::From` is not implemented for `geojson::geometry::Geometry` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into` for `serde_json::value::Value` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryFrom` for `geojson::geometry::Geometry` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryInto` for `serde_json::value::Value` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `geojson::geometry::Geometry: std::convert::From` is not satisfied [INFO] [stderr] --> src/geometry.rs:58:14 [INFO] [stderr] | [INFO] [stderr] 58 | .try_into() [INFO] [stderr] | ^^^^^^^^ the trait `std::convert::From` is not implemented for `geojson::geometry::Geometry` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into` for `serde_json::value::Value` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryFrom` for `geojson::geometry::Geometry` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryInto` for `serde_json::value::Value` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `geojson::geometry::Geometry: std::convert::From` is not satisfied [INFO] [stderr] --> src/geometry.rs:68:14 [INFO] [stderr] | [INFO] [stderr] 68 | .try_into() [INFO] [stderr] | ^^^^^^^^ the trait `std::convert::From` is not implemented for `geojson::geometry::Geometry` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into` for `serde_json::value::Value` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryFrom` for `geojson::geometry::Geometry` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryInto` for `serde_json::value::Value` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `geojson::geometry::Geometry: std::convert::From` is not satisfied [INFO] [stderr] --> src/geometry.rs:81:14 [INFO] [stderr] | [INFO] [stderr] 81 | .try_into() [INFO] [stderr] | ^^^^^^^^ the trait `std::convert::From` is not implemented for `geojson::geometry::Geometry` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into` for `serde_json::value::Value` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryFrom` for `geojson::geometry::Geometry` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryInto` for `serde_json::value::Value` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `geojson::geometry::Geometry: std::convert::From` is not satisfied [INFO] [stderr] --> src/geometry.rs:91:14 [INFO] [stderr] | [INFO] [stderr] 91 | .try_into() [INFO] [stderr] | ^^^^^^^^ the trait `std::convert::From` is not implemented for `geojson::geometry::Geometry` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into` for `serde_json::value::Value` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryFrom` for `geojson::geometry::Geometry` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryInto` for `serde_json::value::Value` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `geojson::geometry::Geometry: std::convert::From` is not satisfied [INFO] [stderr] --> src/geometry.rs:108:14 [INFO] [stderr] | [INFO] [stderr] 108 | .try_into() [INFO] [stderr] | ^^^^^^^^ the trait `std::convert::From` is not implemented for `geojson::geometry::Geometry` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into` for `serde_json::value::Value` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryFrom` for `geojson::geometry::Geometry` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryInto` for `serde_json::value::Value` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `geojson::geometry::Geometry: std::convert::From` is not satisfied [INFO] [stderr] --> src/geometry.rs:119:14 [INFO] [stderr] | [INFO] [stderr] 119 | .try_into() [INFO] [stderr] | ^^^^^^^^ the trait `std::convert::From` is not implemented for `geojson::geometry::Geometry` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into` for `serde_json::value::Value` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryFrom` for `geojson::geometry::Geometry` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryInto` for `serde_json::value::Value` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `geojson::geometry::Geometry: std::convert::From` is not satisfied [INFO] [stderr] --> src/geometry.rs:139:14 [INFO] [stderr] | [INFO] [stderr] 139 | .try_into() [INFO] [stderr] | ^^^^^^^^ the trait `std::convert::From` is not implemented for `geojson::geometry::Geometry` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into` for `serde_json::value::Value` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryFrom` for `geojson::geometry::Geometry` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryInto` for `serde_json::value::Value` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `geojson::geometry::Geometry: std::convert::From` is not satisfied [INFO] [stderr] --> src/geometry.rs:156:14 [INFO] [stderr] | [INFO] [stderr] 156 | .try_into() [INFO] [stderr] | ^^^^^^^^ the trait `std::convert::From` is not implemented for `geojson::geometry::Geometry` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into` for `serde_json::value::Value` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryFrom` for `geojson::geometry::Geometry` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryInto` for `serde_json::value::Value` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `geojson::geometry::Geometry: std::convert::From` is not satisfied [INFO] [stderr] --> src/geometry.rs:167:14 [INFO] [stderr] | [INFO] [stderr] 167 | .try_into() [INFO] [stderr] | ^^^^^^^^ the trait `std::convert::From` is not implemented for `geojson::geometry::Geometry` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into` for `serde_json::value::Value` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryFrom` for `geojson::geometry::Geometry` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryInto` for `serde_json::value::Value` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `geojson::geometry::Geometry: std::convert::From` is not satisfied [INFO] [stderr] --> src/geometry.rs:184:14 [INFO] [stderr] | [INFO] [stderr] 184 | .try_into() [INFO] [stderr] | ^^^^^^^^ the trait `std::convert::From` is not implemented for `geojson::geometry::Geometry` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into` for `serde_json::value::Value` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryFrom` for `geojson::geometry::Geometry` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryInto` for `serde_json::value::Value` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `geojson::geometry::Geometry: std::convert::From` is not satisfied [INFO] [stderr] --> src/geometry.rs:196:14 [INFO] [stderr] | [INFO] [stderr] 196 | .try_into() [INFO] [stderr] | ^^^^^^^^ the trait `std::convert::From` is not implemented for `geojson::geometry::Geometry` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into` for `serde_json::value::Value` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryFrom` for `geojson::geometry::Geometry` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryInto` for `serde_json::value::Value` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `geojson::geometry::Geometry: std::convert::From` is not satisfied [INFO] [stderr] --> src/geometry.rs:219:14 [INFO] [stderr] | [INFO] [stderr] 219 | .try_into() [INFO] [stderr] | ^^^^^^^^ the trait `std::convert::From` is not implemented for `geojson::geometry::Geometry` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into` for `serde_json::value::Value` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryFrom` for `geojson::geometry::Geometry` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryInto` for `serde_json::value::Value` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `geojson::geometry::Geometry: std::convert::From` is not satisfied [INFO] [stderr] --> src/geometry.rs:238:14 [INFO] [stderr] | [INFO] [stderr] 238 | .try_into() [INFO] [stderr] | ^^^^^^^^ the trait `std::convert::From` is not implemented for `geojson::geometry::Geometry` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into` for `serde_json::value::Value` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryFrom` for `geojson::geometry::Geometry` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryInto` for `serde_json::value::Value` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `geojson::geometry::Geometry: std::convert::From` is not satisfied [INFO] [stderr] --> src/geometry.rs:260:14 [INFO] [stderr] | [INFO] [stderr] 260 | .try_into() [INFO] [stderr] | ^^^^^^^^ the trait `std::convert::From` is not implemented for `geojson::geometry::Geometry` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into` for `serde_json::value::Value` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryFrom` for `geojson::geometry::Geometry` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryInto` for `serde_json::value::Value` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `geojson::geometry::Geometry: std::convert::From` is not satisfied [INFO] [stderr] --> src/geometry.rs:281:14 [INFO] [stderr] | [INFO] [stderr] 281 | .try_into() [INFO] [stderr] | ^^^^^^^^ the trait `std::convert::From` is not implemented for `geojson::geometry::Geometry` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into` for `serde_json::value::Value` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryFrom` for `geojson::geometry::Geometry` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryInto` for `serde_json::value::Value` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `geojson::geometry::Geometry: std::convert::From` is not satisfied [INFO] [stderr] --> src/geometry.rs:303:14 [INFO] [stderr] | [INFO] [stderr] 303 | .try_into() [INFO] [stderr] | ^^^^^^^^ the trait `std::convert::From` is not implemented for `geojson::geometry::Geometry` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into` for `serde_json::value::Value` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryFrom` for `geojson::geometry::Geometry` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryInto` for `serde_json::value::Value` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `geojson::geometry::Geometry: std::convert::From` is not satisfied [INFO] [stderr] --> src/geometry.rs:324:14 [INFO] [stderr] | [INFO] [stderr] 324 | .try_into() [INFO] [stderr] | ^^^^^^^^ the trait `std::convert::From` is not implemented for `geojson::geometry::Geometry` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into` for `serde_json::value::Value` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryFrom` for `geojson::geometry::Geometry` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryInto` for `serde_json::value::Value` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `geojson::geometry::Geometry: std::convert::From` is not satisfied [INFO] [stderr] --> src/geometry.rs:346:14 [INFO] [stderr] | [INFO] [stderr] 346 | .try_into() [INFO] [stderr] | ^^^^^^^^ the trait `std::convert::From` is not implemented for `geojson::geometry::Geometry` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into` for `serde_json::value::Value` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryFrom` for `geojson::geometry::Geometry` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryInto` for `serde_json::value::Value` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `geojson::geometry::Geometry: std::convert::From` is not satisfied [INFO] [stderr] --> src/geometry.rs:365:14 [INFO] [stderr] | [INFO] [stderr] 365 | .try_into() [INFO] [stderr] | ^^^^^^^^ the trait `std::convert::From` is not implemented for `geojson::geometry::Geometry` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into` for `serde_json::value::Value` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryFrom` for `geojson::geometry::Geometry` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryInto` for `serde_json::value::Value` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `geojson::geometry::Geometry: std::convert::From` is not satisfied [INFO] [stderr] --> src/geometry.rs:387:14 [INFO] [stderr] | [INFO] [stderr] 387 | .try_into() [INFO] [stderr] | ^^^^^^^^ the trait `std::convert::From` is not implemented for `geojson::geometry::Geometry` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into` for `serde_json::value::Value` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryFrom` for `geojson::geometry::Geometry` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryInto` for `serde_json::value::Value` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `geojson::geometry::Geometry: std::convert::From` is not satisfied [INFO] [stderr] --> src/geometry.rs:410:14 [INFO] [stderr] | [INFO] [stderr] 410 | .try_into() [INFO] [stderr] | ^^^^^^^^ the trait `std::convert::From` is not implemented for `geojson::geometry::Geometry` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into` for `serde_json::value::Value` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryFrom` for `geojson::geometry::Geometry` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryInto` for `serde_json::value::Value` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `geojson::geometry::Geometry: std::convert::From` is not satisfied [INFO] [stderr] --> src/geometry.rs:450:14 [INFO] [stderr] | [INFO] [stderr] 450 | .try_into() [INFO] [stderr] | ^^^^^^^^ the trait `std::convert::From` is not implemented for `geojson::geometry::Geometry` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into` for `serde_json::value::Value` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryFrom` for `geojson::geometry::Geometry` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryInto` for `serde_json::value::Value` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `geojson::geometry::Geometry: std::convert::From` is not satisfied [INFO] [stderr] --> src/geometry.rs:482:14 [INFO] [stderr] | [INFO] [stderr] 482 | .try_into() [INFO] [stderr] | ^^^^^^^^ the trait `std::convert::From` is not implemented for `geojson::geometry::Geometry` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into` for `serde_json::value::Value` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryFrom` for `geojson::geometry::Geometry` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryInto` for `serde_json::value::Value` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `geojson::geometry::Geometry: std::convert::From` is not satisfied [INFO] [stderr] --> src/geometry.rs:507:14 [INFO] [stderr] | [INFO] [stderr] 507 | .try_into() [INFO] [stderr] | ^^^^^^^^ the trait `std::convert::From` is not implemented for `geojson::geometry::Geometry` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into` for `serde_json::value::Value` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryFrom` for `geojson::geometry::Geometry` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryInto` for `serde_json::value::Value` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `geojson::geometry::Geometry: std::convert::From` is not satisfied [INFO] [stderr] --> src/geometry.rs:535:14 [INFO] [stderr] | [INFO] [stderr] 535 | .try_into() [INFO] [stderr] | ^^^^^^^^ the trait `std::convert::From` is not implemented for `geojson::geometry::Geometry` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into` for `serde_json::value::Value` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryFrom` for `geojson::geometry::Geometry` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryInto` for `serde_json::value::Value` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `geojson::geometry::Geometry: std::convert::From` is not satisfied [INFO] [stderr] --> src/geometry.rs:559:14 [INFO] [stderr] | [INFO] [stderr] 559 | .try_into() [INFO] [stderr] | ^^^^^^^^ the trait `std::convert::From` is not implemented for `geojson::geometry::Geometry` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into` for `serde_json::value::Value` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryFrom` for `geojson::geometry::Geometry` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryInto` for `serde_json::value::Value` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `geojson::geometry::Geometry: std::convert::From` is not satisfied [INFO] [stderr] --> src/geometry.rs:582:14 [INFO] [stderr] | [INFO] [stderr] 582 | .try_into() [INFO] [stderr] | ^^^^^^^^ the trait `std::convert::From` is not implemented for `geojson::geometry::Geometry` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into` for `serde_json::value::Value` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryFrom` for `geojson::geometry::Geometry` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryInto` for `serde_json::value::Value` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `geojson::geometry::Geometry: std::convert::From` is not satisfied [INFO] [stderr] --> src/geometry.rs:610:14 [INFO] [stderr] | [INFO] [stderr] 610 | .try_into() [INFO] [stderr] | ^^^^^^^^ the trait `std::convert::From` is not implemented for `geojson::geometry::Geometry` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into` for `serde_json::value::Value` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryFrom` for `geojson::geometry::Geometry` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryInto` for `serde_json::value::Value` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `geojson::geometry::Geometry: std::convert::From` is not satisfied [INFO] [stderr] --> src/geometry.rs:646:14 [INFO] [stderr] | [INFO] [stderr] 646 | .try_into() [INFO] [stderr] | ^^^^^^^^ the trait `std::convert::From` is not implemented for `geojson::geometry::Geometry` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into` for `serde_json::value::Value` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryFrom` for `geojson::geometry::Geometry` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::TryInto` for `serde_json::value::Value` [INFO] [stderr] [INFO] [stderr] error: aborting due to 30 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `geojson-antimeridian-cut`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "386ca8ea023728115c7d4f00d93b60e69fe6b2af68acb934214a6f4ecb988634"` [INFO] running `"docker" "rm" "-f" "386ca8ea023728115c7d4f00d93b60e69fe6b2af68acb934214a6f4ecb988634"` [INFO] [stdout] 386ca8ea023728115c7d4f00d93b60e69fe6b2af68acb934214a6f4ecb988634