[INFO] fetching crate cosmogony 0.5.3... [INFO] extracting crate cosmogony 0.5.3 into work/ex/pr-61874/sources/master#9f06855064ed06a50c496577b21ca50f92a2e67d/reg/cosmogony/0.5.3 [INFO] extracting crate cosmogony 0.5.3 into work/ex/pr-61874/sources/try#d3301713b54af69ca9de941a8c6b0d8287dbd6df/reg/cosmogony/0.5.3 [INFO] validating manifest of cosmogony-0.5.3 on toolchain master#9f06855064ed06a50c496577b21ca50f92a2e67d [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+9f06855064ed06a50c496577b21ca50f92a2e67d-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of cosmogony-0.5.3 on toolchain try#d3301713b54af69ca9de941a8c6b0d8287dbd6df [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+d3301713b54af69ca9de941a8c6b0d8287dbd6df-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing cosmogony-0.5.3 [INFO] finished frobbing cosmogony-0.5.3 [INFO] frobbed toml for cosmogony-0.5.3 written to work/ex/pr-61874/sources/master#9f06855064ed06a50c496577b21ca50f92a2e67d/reg/cosmogony/0.5.3/Cargo.toml [INFO] started frobbing cosmogony-0.5.3 [INFO] finished frobbing cosmogony-0.5.3 [INFO] frobbed toml for cosmogony-0.5.3 written to work/ex/pr-61874/sources/try#d3301713b54af69ca9de941a8c6b0d8287dbd6df/reg/cosmogony/0.5.3/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+9f06855064ed06a50c496577b21ca50f92a2e67d-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+d3301713b54af69ca9de941a8c6b0d8287dbd6df-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+9f06855064ed06a50c496577b21ca50f92a2e67d-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded geos v4.1.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+d3301713b54af69ca9de941a8c6b0d8287dbd6df-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] checking cosmogony-0.5.3 against try#d3301713b54af69ca9de941a8c6b0d8287dbd6df for pr-61874 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61874/worker-0/try#d3301713b54af69ca9de941a8c6b0d8287dbd6df:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61874/sources/try#d3301713b54af69ca9de941a8c6b0d8287dbd6df/reg/cosmogony/0.5.3:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+d3301713b54af69ca9de941a8c6b0d8287dbd6df-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 1faf4c76a9d86c04e79289dd67a408cc8f8b289ddf6bbeb5eb923756eaa191ad [INFO] running `"docker" "start" "-a" "1faf4c76a9d86c04e79289dd67a408cc8f8b289ddf6bbeb5eb923756eaa191ad"` [INFO] [stderr] Checking stable_deref_trait v1.1.1 [INFO] [stderr] Compiling cosmogony v0.5.3 (/opt/crater/workdir) [INFO] [stderr] Checking serde_yaml v0.8.9 [INFO] [stderr] Compiling rental-impl v0.5.4 [INFO] [stderr] Compiling structopt-derive v0.2.16 [INFO] [stderr] Checking rstar v0.2.0 [INFO] [stderr] Checking par-map v0.1.4 [INFO] [stderr] Compiling osmpbfreader v0.13.0 [INFO] [stderr] Compiling cargo_metadata v0.6.4 [INFO] [stderr] Checking flat_map v0.0.8 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Checking geo-types v0.4.3 [INFO] [stderr] Compiling include_dir_impl v0.2.1 [INFO] [stderr] Checking geo v0.12.2 [INFO] [stderr] Checking wkt v0.5.0 [INFO] [stderr] Checking geojson v0.15.0 [INFO] [stderr] Compiling skeptic v0.13.4 [INFO] [stderr] Checking structopt v0.2.16 [INFO] [stderr] Checking include_dir v0.2.1 [INFO] [stderr] Compiling geos v4.1.0 [INFO] [stderr] Checking rental v0.5.4 [INFO] [stderr] Checking osm_boundaries_utils v0.4.0 [INFO] [stderr] warning: the item `Serialize` is imported redundantly [INFO] [stderr] --> src/zone.rs:440:9 [INFO] [stderr] | [INFO] [stderr] 10 | use serde::Serialize; [INFO] [stderr] | ---------------- the item `Serialize` is already imported here [INFO] [stderr] ... [INFO] [stderr] 440 | use serde::Serialize; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: the item `Serialize` is imported redundantly [INFO] [stderr] --> src/zone.rs:440:9 [INFO] [stderr] | [INFO] [stderr] 10 | use serde::Serialize; [INFO] [stderr] | ---------------- the item `Serialize` is already imported here [INFO] [stderr] ... [INFO] [stderr] 440 | use serde::Serialize; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'env_logger::Builder::parse': use `parse_filters` instead. [INFO] [stderr] --> src/bin/cosmogony.rs:99:17 [INFO] [stderr] | [INFO] [stderr] 99 | builder.parse(&s); [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'env_logger::Builder::parse': use `parse_filters` instead. [INFO] [stderr] --> src/bin/cosmogony.rs:99:17 [INFO] [stderr] | [INFO] [stderr] 99 | builder.parse(&s); [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 49.23s [INFO] running `"docker" "inspect" "1faf4c76a9d86c04e79289dd67a408cc8f8b289ddf6bbeb5eb923756eaa191ad"` [INFO] running `"docker" "rm" "-f" "1faf4c76a9d86c04e79289dd67a408cc8f8b289ddf6bbeb5eb923756eaa191ad"` [INFO] [stdout] 1faf4c76a9d86c04e79289dd67a408cc8f8b289ddf6bbeb5eb923756eaa191ad