[INFO] fetching crate geo-offset 0.3.0... [INFO] checking geo-offset-0.3.0 against try#a7a572ce3edd6d476191fbfe92c9c1986e009b34 for pr-87190-3 [INFO] extracting crate geo-offset 0.3.0 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate geo-offset 0.3.0 on toolchain a7a572ce3edd6d476191fbfe92c9c1986e009b34 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate geo-offset 0.3.0 [INFO] finished tweaking crates.io crate geo-offset 0.3.0 [INFO] tweaked toml for crates.io crate geo-offset 0.3.0 written to /workspace/builds/worker-10/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 516e98f4444e2472592fed116c7e762bb9e71bea370aa4bd328b013e1c7cf645 [INFO] running `Command { std: "docker" "start" "-a" "516e98f4444e2472592fed116c7e762bb9e71bea370aa4bd328b013e1c7cf645", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "516e98f4444e2472592fed116c7e762bb9e71bea370aa4bd328b013e1c7cf645", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "516e98f4444e2472592fed116c7e762bb9e71bea370aa4bd328b013e1c7cf645", kill_on_drop: false }` [INFO] [stdout] 516e98f4444e2472592fed116c7e762bb9e71bea370aa4bd328b013e1c7cf645 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2f1416e7f614177d0423e4396caf4361bd21d0e17f8c2725372c03df6a8ed8ac [INFO] running `Command { std: "docker" "start" "-a" "2f1416e7f614177d0423e4396caf4361bd21d0e17f8c2725372c03df6a8ed8ac", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] Running `cargo fix --edition` [INFO] [stderr] note: Switching to Edition 2021 will enable the use of the version 2 feature resolver in Cargo. [INFO] [stderr] This may cause some dependencies to be built with fewer features enabled than previously. [INFO] [stderr] More information about the resolver changes may be found at https://doc.rust-lang.org/nightly/edition-guide/rust-2021/default-cargo-resolver.html [INFO] [stderr] When building the following dependencies, the given features will no longer be used: [INFO] [stderr] [INFO] [stderr] byteorder v1.4.3: default, std [INFO] [stderr] log v0.4.14: std [INFO] [stderr] proc-macro2 v1.0.28 (as host dependency): default, proc-macro [INFO] [stderr] quote v1.0.9 (as host dependency): default, proc-macro [INFO] [stderr] regex v1.5.4 (as host dependency): default [INFO] [stderr] regex-syntax v0.6.25 (as host dependency): default [INFO] [stderr] [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling crossbeam-utils v0.8.5 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling crossbeam-epoch v0.9.5 [INFO] [stderr] Compiling heapless v0.6.1 [INFO] [stderr] Checking stable_deref_trait v1.2.0 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling termcolor v1.1.2 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling bindgen v0.58.1 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Checking smallvec v1.6.1 [INFO] [stderr] Checking pdqselect v0.1.0 [INFO] [stderr] Compiling shlex v1.0.0 [INFO] [stderr] Compiling peeking_take_while v0.1.2 [INFO] [stderr] Compiling lazycell v1.3.0 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling serde_json v1.0.66 [INFO] [stderr] Checking robust v0.2.3 [INFO] [stderr] Checking percent-encoding v1.0.1 [INFO] [stderr] Checking itoa v0.4.8 [INFO] [stderr] Checking once_cell v1.8.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling memoffset v0.6.4 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Compiling nom v5.1.2 [INFO] [stderr] Checking hash32 v0.1.1 [INFO] [stderr] Checking base64 v0.10.1 [INFO] [stderr] Checking geographiclib-rs v0.2.0 [INFO] [stderr] Compiling libloading v0.7.0 [INFO] [stderr] Compiling clang-sys v1.2.0 [INFO] [stderr] Checking libc v0.2.100 [INFO] [stderr] Checking memchr v2.4.1 [INFO] [stderr] Checking itertools v0.10.1 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Checking generic-array v0.13.3 [INFO] [stderr] Compiling which v3.1.1 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Checking serde v1.0.128 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Checking crossbeam-channel v0.5.1 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking parking_lot_core v0.6.2 [INFO] [stderr] Checking crossbeam-deque v0.8.1 [INFO] [stderr] Checking as-slice v0.1.5 [INFO] [stderr] Checking num-integer v0.1.44 [INFO] [stderr] Checking approx v0.4.0 [INFO] [stderr] Checking once_cell v0.2.4 [INFO] [stderr] Checking num-iter v0.1.42 [INFO] [stderr] Checking num-rational v0.2.4 [INFO] [stderr] Checking png v0.14.1 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Checking rstar v0.8.3 [INFO] [stderr] Compiling cexpr v0.4.0 [INFO] [stderr] Checking geo-types v0.7.2 [INFO] [stderr] Checking geo v0.18.0 [INFO] [stderr] Checking geo-svg v0.5.0 [INFO] [stderr] Compiling env_logger v0.8.4 [INFO] [stderr] Compiling num-derive v0.2.5 [INFO] [stderr] Checking jpeg-decoder v0.1.22 [INFO] [stderr] Checking tiff v0.2.2 [INFO] [stderr] Checking image v0.21.3 [INFO] [stderr] Checking data-uri-utils v0.1.0 [INFO] [stderr] Compiling clipper-sys v0.4.0 [INFO] [stderr] Checking geo-clipper v0.6.0 [INFO] [stderr] Checking geo-offset v0.3.0 (/tmp/fixit) [INFO] [stderr] Migrating src/lib.rs from 2018 edition to 2021 [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 39.16s [INFO] [stderr] Running `cargo check` to verify 2021 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Checking memchr v2.4.1 [INFO] [stderr] Checking geo v0.18.0 [INFO] [stderr] Checking aho-corasick v0.7.18 [INFO] [stderr] Checking regex v1.5.4 [INFO] [stderr] Checking data-uri-utils v0.1.0 [INFO] [stderr] Compiling env_logger v0.8.4 [INFO] [stderr] Compiling bindgen v0.58.1 [INFO] [stderr] Compiling clipper-sys v0.4.0 [INFO] [stderr] Checking geo-clipper v0.6.0 [INFO] [stderr] Checking geo-offset v0.3.0 (/tmp/fixit) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 23.62s [INFO] running `Command { std: "docker" "inspect" "2f1416e7f614177d0423e4396caf4361bd21d0e17f8c2725372c03df6a8ed8ac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2f1416e7f614177d0423e4396caf4361bd21d0e17f8c2725372c03df6a8ed8ac", kill_on_drop: false }` [INFO] [stdout] 2f1416e7f614177d0423e4396caf4361bd21d0e17f8c2725372c03df6a8ed8ac