[INFO] cloning repository https://github.com/fawni/shy [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/fawni/shy" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffawni%2Fshy", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffawni%2Fshy'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] cc71fc70250a917df7c647e6867e4cd490089af7 [INFO] checking fawni/shy against try#377afada703be70d3fdff9164a481570a3cba7fe for pr-113240 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffawni%2Fshy" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/fawni/shy on toolchain 377afada703be70d3fdff9164a481570a3cba7fe [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+377afada703be70d3fdff9164a481570a3cba7fe" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/fawni/shy [INFO] finished tweaking git repo https://github.com/fawni/shy [INFO] tweaked toml for git repo https://github.com/fawni/shy written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/fawni/shy 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" "+377afada703be70d3fdff9164a481570a3cba7fe" "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-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:a420fdec406141845121210faa381f8029b0be6d4170deff7c4445a424f67918" "/opt/rustwide/cargo-home/bin/cargo" "+377afada703be70d3fdff9164a481570a3cba7fe" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9dbf2167a7c05502a11991687f8510fb45a2f3021e82294f95903e44bf241701 [INFO] running `Command { std: "docker" "start" "-a" "9dbf2167a7c05502a11991687f8510fb45a2f3021e82294f95903e44bf241701", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9dbf2167a7c05502a11991687f8510fb45a2f3021e82294f95903e44bf241701", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9dbf2167a7c05502a11991687f8510fb45a2f3021e82294f95903e44bf241701", kill_on_drop: false }` [INFO] [stdout] 9dbf2167a7c05502a11991687f8510fb45a2f3021e82294f95903e44bf241701 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:a420fdec406141845121210faa381f8029b0be6d4170deff7c4445a424f67918" "/opt/rustwide/cargo-home/bin/cargo" "+377afada703be70d3fdff9164a481570a3cba7fe" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 109a7fda846401a83f54c3714cfde0b44da5678e5369be992b7a6f1ea661e884 [INFO] running `Command { std: "docker" "start" "-a" "109a7fda846401a83f54c3714cfde0b44da5678e5369be992b7a6f1ea661e884", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.146 [INFO] [stderr] Compiling proc-macro2 v1.0.60 [INFO] [stderr] Compiling quote v1.0.28 [INFO] [stderr] Compiling io-lifetimes v1.0.11 [INFO] [stderr] Compiling rustix v0.37.20 [INFO] [stderr] Compiling tokio v1.28.2 [INFO] [stderr] Compiling openssl-sys v0.9.88 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling once_cell v1.18.0 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling openssl v0.10.54 [INFO] [stderr] Compiling regex-syntax v0.7.2 [INFO] [stderr] Checking tracing v0.1.37 [INFO] [stderr] Checking futures-util v0.3.28 [INFO] [stderr] Compiling backtrace v0.3.67 [INFO] [stderr] Checking gimli v0.27.2 [INFO] [stderr] Checking utf8parse v0.2.1 [INFO] [stderr] Checking anstyle-parse v0.2.0 [INFO] [stderr] Checking want v0.3.0 [INFO] [stderr] Checking http-body v0.4.5 [INFO] [stderr] Checking miniz_oxide v0.6.2 [INFO] [stderr] Checking anstyle-query v1.0.0 [INFO] [stderr] Checking colorchoice v1.0.0 [INFO] [stderr] Checking anstyle v1.0.0 [INFO] [stderr] Checking rustc-demangle v0.1.23 [INFO] [stderr] Compiling serde_json v1.0.96 [INFO] [stderr] Checking miniz_oxide v0.7.1 [INFO] [stderr] Compiling winapi v0.3.9 [INFO] [stderr] Checking smawk v0.3.1 [INFO] [stderr] Compiling aho-corasick v1.0.2 [INFO] [stderr] Checking option-ext v0.2.0 [INFO] [stderr] Checking is_ci v1.1.1 [INFO] [stderr] Checking clap_lex v0.5.0 [INFO] [stderr] Checking object v0.30.4 [INFO] [stderr] Checking ogg_pager v0.5.0 [INFO] [stderr] Checking owo-colors v3.5.0 [INFO] [stderr] Checking ipnet v2.7.2 [INFO] [stderr] Compiling native-tls v0.2.11 [INFO] [stderr] Compiling getrandom v0.2.10 [INFO] [stderr] Checking flate2 v1.0.26 [INFO] [stderr] Compiling syn v2.0.18 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling regex v1.8.4 [INFO] [stderr] Checking parking_lot_core v0.9.8 [INFO] [stderr] Checking signal-hook-registry v1.4.1 [INFO] [stderr] Checking socket2 v0.4.9 [INFO] [stderr] Checking num_cpus v1.15.0 [INFO] [stderr] Checking mio v0.8.8 [INFO] [stderr] Checking dirs-sys v0.4.1 [INFO] [stderr] Checking parking_lot v0.12.1 [INFO] [stderr] Checking terminal_size v0.1.17 [INFO] [stderr] Checking dirs v5.0.1 [INFO] [stderr] Checking addr2line v0.19.0 [INFO] [stderr] Checking is-terminal v0.4.7 [INFO] [stderr] Checking anstream v0.3.2 [INFO] [stderr] Checking supports-color v2.0.0 [INFO] [stderr] Checking supports-hyperlinks v2.1.0 [INFO] [stderr] Checking supports-unicode v2.0.0 [INFO] [stderr] Checking clap_builder v4.3.3 [INFO] [stderr] Compiling unicode-linebreak v0.1.4 [INFO] [stderr] Checking backtrace-ext v0.2.1 [INFO] [stderr] Compiling tokio-macros v2.1.0 [INFO] [stderr] Compiling serde_derive v1.0.164 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling thiserror-impl v1.0.40 [INFO] [stderr] Compiling clap_derive v4.3.2 [INFO] [stderr] Compiling lofty_attr v0.8.0 [INFO] [stderr] Compiling miette-derive v5.9.0 [INFO] [stderr] Checking lofty v0.14.0 [INFO] [stderr] Checking thiserror v1.0.40 [INFO] [stderr] Checking textwrap v0.15.2 [INFO] [stderr] Checking miette v5.9.0 [INFO] [stderr] Checking clap v4.3.3 [INFO] [stderr] Checking serde v1.0.164 [INFO] [stderr] Checking tokio-util v0.7.8 [INFO] [stderr] Checking tokio-native-tls v0.3.1 [INFO] [stderr] Checking fs-err v2.9.0 [INFO] [stderr] Checking h2 v0.3.19 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Checking serde-xml-rs v0.6.0 [INFO] [stderr] Checking hyper v0.14.26 [INFO] [stderr] Checking hyper-tls v0.5.0 [INFO] [stderr] Checking reqwest v0.11.18 [INFO] [stderr] Checking shy v0.8.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 37.69s [INFO] running `Command { std: "docker" "inspect" "109a7fda846401a83f54c3714cfde0b44da5678e5369be992b7a6f1ea661e884", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "109a7fda846401a83f54c3714cfde0b44da5678e5369be992b7a6f1ea661e884", kill_on_drop: false }` [INFO] [stdout] 109a7fda846401a83f54c3714cfde0b44da5678e5369be992b7a6f1ea661e884