[INFO] cloning repository https://github.com/metamethods/hoshi [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/metamethods/hoshi" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmetamethods%2Fhoshi", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmetamethods%2Fhoshi'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d3aa8581637d3339a5f54c7bbd4bf8d25e32c18f [INFO] checking metamethods/hoshi against try#5ec4d3b0c83717313176eefa7d71e9d36dc83355 for pr-155501 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmetamethods%2Fhoshi" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/metamethods/hoshi [INFO] finished tweaking git repo https://github.com/metamethods/hoshi [INFO] tweaked toml for git repo https://github.com/metamethods/hoshi written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/metamethods/hoshi on toolchain 5ec4d3b0c83717313176eefa7d71e9d36dc83355 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5ec4d3b0c83717313176eefa7d71e9d36dc83355" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/metamethods/hoshi 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" "+5ec4d3b0c83717313176eefa7d71e9d36dc83355" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+5ec4d3b0c83717313176eefa7d71e9d36dc83355" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bc31a0a4af1202290c05371cd2e9ee5b0348f46ec6d11f780a330a8d7bb36997 [INFO] running `Command { std: "docker" "start" "-a" "bc31a0a4af1202290c05371cd2e9ee5b0348f46ec6d11f780a330a8d7bb36997", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bc31a0a4af1202290c05371cd2e9ee5b0348f46ec6d11f780a330a8d7bb36997", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bc31a0a4af1202290c05371cd2e9ee5b0348f46ec6d11f780a330a8d7bb36997", kill_on_drop: false }` [INFO] [stdout] bc31a0a4af1202290c05371cd2e9ee5b0348f46ec6d11f780a330a8d7bb36997 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+5ec4d3b0c83717313176eefa7d71e9d36dc83355" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3bc91ddcc32cb5740b2cac3356603030129e0a6e10279d5fcb4b956553022710 [INFO] running `Command { std: "docker" "start" "-a" "3bc91ddcc32cb5740b2cac3356603030129e0a6e10279d5fcb4b956553022710", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.106 [INFO] [stderr] Compiling libc v0.2.182 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling fs_extra v1.3.0 [INFO] [stderr] Compiling memchr v2.8.0 [INFO] [stderr] Checking log v0.4.29 [INFO] [stderr] Checking indexmap v2.13.0 [INFO] [stderr] Compiling aws-lc-rs v1.16.0 [INFO] [stderr] Compiling regex-syntax v0.8.10 [INFO] [stderr] Compiling quote v1.0.44 [INFO] [stderr] Compiling aho-corasick v1.1.4 [INFO] [stderr] Compiling syn v2.0.117 [INFO] [stderr] Checking http v1.4.0 [INFO] [stderr] Compiling jobserver v0.1.34 [INFO] [stderr] Checking errno v0.3.14 [INFO] [stderr] Checking signal-hook-registry v1.4.8 [INFO] [stderr] Compiling cc v1.2.56 [INFO] [stderr] Checking mio v1.1.1 [INFO] [stderr] Checking socket2 v0.6.2 [INFO] [stderr] Checking tracing-core v0.1.36 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling regex-automata v0.4.14 [INFO] [stderr] Compiling bstr v1.12.1 [INFO] [stderr] Compiling rustls v0.23.37 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling cmake v0.1.57 [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Compiling crossbeam-deque v0.8.6 [INFO] [stderr] Checking ordered-float v2.10.1 [INFO] [stderr] Checking http-body v1.0.1 [INFO] [stderr] Checking num-conv v0.2.0 [INFO] [stderr] Checking time v0.3.47 [INFO] [stderr] Checking futures-channel v0.3.32 [INFO] [stderr] Compiling aws-lc-sys v0.37.1 [INFO] [stderr] Compiling zstd-sys v2.0.16+zstd.1.5.7 [INFO] [stderr] Checking bitflags v2.11.0 [INFO] [stderr] Compiling toml_write v0.1.2 [INFO] [stderr] Checking futures-task v0.3.32 [INFO] [stderr] Checking futures-util v0.3.32 [INFO] [stderr] Checking serde_json v1.0.149 [INFO] [stderr] Compiling arc-swap v1.8.2 [INFO] [stderr] Compiling zmij v1.0.21 [INFO] [stderr] Compiling unsafe-libyaml v0.2.11 [INFO] [stderr] Compiling ryu v1.0.23 [INFO] [stderr] Checking winnow v0.7.14 [INFO] [stderr] Compiling globset v0.4.18 [INFO] [stderr] Compiling ignore v0.4.25 [INFO] [stderr] Compiling regex v1.12.3 [INFO] [stderr] Compiling itertools v0.11.0 [INFO] [stderr] Compiling globwalk v0.8.1 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling tokio-macros v2.6.0 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Compiling serde_repr v0.1.20 [INFO] [stderr] Checking tokio v1.49.0 [INFO] [stderr] Compiling getrandom v0.4.2 [INFO] [stderr] Checking fastrand v2.3.0 [INFO] [stderr] Checking rand_core v0.10.0 [INFO] [stderr] Compiling normpath v1.5.0 [INFO] [stderr] Compiling zstd-safe v7.2.4 [INFO] [stderr] Compiling base62 v2.2.3 [INFO] [stderr] Compiling siphasher v1.0.2 [INFO] [stderr] Checking either v1.15.0 [INFO] [stderr] Checking tracing v0.1.44 [INFO] [stderr] Compiling rust-i18n v3.1.5 [INFO] [stderr] Checking http-body-util v0.1.3 [INFO] [stderr] Checking sha1_smol v1.0.1 [INFO] [stderr] Checking percent-encoding v2.3.2 [INFO] [stderr] Checking simdutf8 v0.1.5 [INFO] [stderr] Checking chacha20 v0.10.0 [INFO] [stderr] Compiling hoshi v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking rand v0.10.0 [INFO] [stderr] Checking serde-value v0.7.0 [INFO] [stderr] Compiling serde_spanned v0.6.9 [INFO] [stderr] Compiling toml_datetime v0.6.11 [INFO] [stderr] Checking twilight-model v0.17.1 [INFO] [stderr] Compiling toml_edit v0.22.27 [INFO] [stderr] Compiling triomphe v0.1.15 [INFO] [stderr] Compiling serde_yaml v0.9.34+deprecated [INFO] [stderr] Checking tokio-util v0.7.18 [INFO] [stderr] Checking h2 v0.4.13 [INFO] [stderr] Checking twilight-http-ratelimiting v0.17.1 [INFO] [stderr] Checking toml v0.8.23 [INFO] [stderr] Checking twilight-gateway-queue v0.17.0 [INFO] [stderr] Checking envy v0.4.2 [INFO] [stderr] Checking rust-i18n-support v3.1.5 [INFO] [stderr] Compiling rust-i18n-macro v3.1.5 [INFO] [stderr] Checking hyper v1.8.1 [INFO] [stderr] Checking hyper-util v0.1.20 [INFO] [stderr] Checking twilight-validate v0.17.0 [INFO] [stderr] Checking twilight-util v0.17.0 [INFO] [stderr] Checking rustls-webpki v0.103.9 [INFO] [stderr] Checking rustls-platform-verifier v0.6.2 [INFO] [stderr] Checking tokio-rustls v0.26.4 [INFO] [stderr] Checking hyper-rustls v0.27.7 [INFO] [stderr] Checking tokio-websockets v0.13.1 [INFO] [stderr] Checking twilight-http v0.17.1 [INFO] [stderr] Checking twilight-gateway v0.17.1 [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 35s [INFO] running `Command { std: "docker" "inspect" "3bc91ddcc32cb5740b2cac3356603030129e0a6e10279d5fcb4b956553022710", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3bc91ddcc32cb5740b2cac3356603030129e0a6e10279d5fcb4b956553022710", kill_on_drop: false }` [INFO] [stdout] 3bc91ddcc32cb5740b2cac3356603030129e0a6e10279d5fcb4b956553022710