[INFO] cloning repository https://github.com/anyshortcut/anyshortcut-cli [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/anyshortcut/anyshortcut-cli" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fanyshortcut%2Fanyshortcut-cli", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fanyshortcut%2Fanyshortcut-cli'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a0e35ebf24acf16c4a3d472ba3cf2e076f33dfbb [INFO] checking anyshortcut/anyshortcut-cli against master#33fdb797f59421c7bbecaa4588ed5d7a31a9494a for pr-87190-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fanyshortcut%2Fanyshortcut-cli" "/workspace/builds/worker-109/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-109/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/anyshortcut/anyshortcut-cli on toolchain 33fdb797f59421c7bbecaa4588ed5d7a31a9494a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/anyshortcut/anyshortcut-cli [INFO] finished tweaking git repo https://github.com/anyshortcut/anyshortcut-cli [INFO] tweaked toml for git repo https://github.com/anyshortcut/anyshortcut-cli written to /workspace/builds/worker-109/source/Cargo.toml [INFO] crate git repo https://github.com/anyshortcut/anyshortcut-cli already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "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-109/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-109/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" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6c243c0e890f4a7b57173109e66695f40713d8da4436229f2433e1478e7ec239 [INFO] running `Command { std: "docker" "start" "-a" "6c243c0e890f4a7b57173109e66695f40713d8da4436229f2433e1478e7ec239", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6c243c0e890f4a7b57173109e66695f40713d8da4436229f2433e1478e7ec239", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6c243c0e890f4a7b57173109e66695f40713d8da4436229f2433e1478e7ec239", kill_on_drop: false }` [INFO] [stdout] 6c243c0e890f4a7b57173109e66695f40713d8da4436229f2433e1478e7ec239 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-109/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-109/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" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b9fa4aa9e7f9aa2a7e3260e765a081334247e48c9671495fb48db530bd044cb2 [INFO] running `Command { std: "docker" "start" "-a" "b9fa4aa9e7f9aa2a7e3260e765a081334247e48c9671495fb48db530bd044cb2", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling cc v1.0.25 [INFO] [stderr] Compiling pkg-config v0.3.14 [INFO] [stderr] Checking libc v0.2.43 [INFO] [stderr] Compiling syn v1.0.53 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling proc-macro2 v0.4.19 [INFO] [stderr] Compiling serde v1.0.79 [INFO] [stderr] Compiling ryu v0.2.6 [INFO] [stderr] Checking cfg-if v0.1.5 [INFO] [stderr] Compiling unicode-width v0.1.5 [INFO] [stderr] Compiling curl v0.4.34 [INFO] [stderr] Compiling num-traits v0.2.6 [INFO] [stderr] Compiling num-integer v0.1.39 [INFO] [stderr] Compiling vec_map v0.8.1 [INFO] [stderr] Compiling bitflags v1.0.4 [INFO] [stderr] Checking itoa v0.4.3 [INFO] [stderr] Compiling anyhow v1.0.35 [INFO] [stderr] Checking ansi_term v0.11.0 [INFO] [stderr] Checking open v1.2.2 [INFO] [stderr] Checking either v1.5.0 [INFO] [stderr] Checking textwrap v0.10.0 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Checking itertools v0.7.8 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling clap v2.32.0 [INFO] [stderr] Checking socket2 v0.3.8 [INFO] [stderr] Checking time v0.1.40 [INFO] [stderr] Checking dirs v1.0.4 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling quote v0.6.8 [INFO] [stderr] Compiling libz-sys v1.1.2 [INFO] [stderr] Compiling openssl-sys v0.9.54 [INFO] [stderr] Compiling curl-sys v0.4.39+curl-7.74.0 [INFO] [stderr] Compiling syn v0.15.14 [INFO] [stderr] Checking chrono v0.4.6 [INFO] [stderr] Checking storage-derive v0.1.0 (/opt/rustwide/workdir/storage-derive) [INFO] [stderr] Compiling serde_derive v1.0.79 [INFO] [stderr] Checking serde_json v1.0.27 [INFO] [stderr] Compiling thiserror-impl v1.0.22 [INFO] [stderr] Compiling anyshortcut v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking thiserror v1.0.22 [INFO] [stderr] Checking curl-http v0.1.0 (/opt/rustwide/workdir/curl-http) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 16.92s [INFO] running `Command { std: "docker" "inspect" "b9fa4aa9e7f9aa2a7e3260e765a081334247e48c9671495fb48db530bd044cb2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b9fa4aa9e7f9aa2a7e3260e765a081334247e48c9671495fb48db530bd044cb2", kill_on_drop: false }` [INFO] [stdout] b9fa4aa9e7f9aa2a7e3260e765a081334247e48c9671495fb48db530bd044cb2