[INFO] cloning repository https://github.com/webtemp/Kingsmerchant
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/webtemp/Kingsmerchant" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwebtemp%2FKingsmerchant", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwebtemp%2FKingsmerchant'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 17fd6150731c507ca3f7cbf7d4fe4f229aa5f67b
[INFO] checking webtemp/Kingsmerchant against 49a6044d37d694890450f52ceaceb66277a36b1e for pr-161154
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwebtemp%2FKingsmerchant" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/webtemp/Kingsmerchant
[INFO] finished tweaking git repo https://github.com/webtemp/Kingsmerchant
[INFO] tweaked toml for git repo https://github.com/webtemp/Kingsmerchant written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/webtemp/Kingsmerchant on toolchain 49a6044d37d694890450f52ceaceb66277a36b1e
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+49a6044d37d694890450f52ceaceb66277a36b1e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/webtemp/Kingsmerchant 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" "+49a6044d37d694890450f52ceaceb66277a36b1e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 602e0b9eb99e335231654f880c7cfc5a53842bac45318442fdd4040e42c92836
[INFO] running `Command { std: "docker" "start" "602e0b9eb99e335231654f880c7cfc5a53842bac45318442fdd4040e42c92836", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "602e0b9eb99e335231654f880c7cfc5a53842bac45318442fdd4040e42c92836", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "602e0b9eb99e335231654f880c7cfc5a53842bac45318442fdd4040e42c92836" "/opt/rustwide/cargo-home/bin/cargo" "+49a6044d37d694890450f52ceaceb66277a36b1e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "602e0b9eb99e335231654f880c7cfc5a53842bac45318442fdd4040e42c92836", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "602e0b9eb99e335231654f880c7cfc5a53842bac45318442fdd4040e42c92836" "/opt/rustwide/cargo-home/bin/cargo" "+49a6044d37d694890450f52ceaceb66277a36b1e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking log v0.4.32
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]     Checking linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling displaydoc v0.2.6
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking http v1.4.2
[INFO] [stderr]     Checking alloc-no-stdlib v2.0.4
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]     Checking alloc-stdlib v0.2.4
[INFO] [stderr]     Checking mio v1.2.1
[INFO] [stderr]     Checking brotli-decompressor v5.0.3
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling bindgen v0.72.1
[INFO] [stderr]     Checking tokio v1.52.3
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]    Compiling rustls v0.23.40
[INFO] [stderr]    Compiling rustc-hash v2.1.2
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking webpki-roots v1.0.7
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]     Checking compression-core v0.4.32
[INFO] [stderr]    Compiling foreign-types-macros v0.2.3
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking foreign-types-shared v0.3.1
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]    Compiling enumflags2_derive v0.7.12
[INFO] [stderr]     Checking foreign-types v0.5.0
[INFO] [stderr]     Checking brotli v8.0.4
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling clang-sys v1.8.1
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling cc v1.2.64
[INFO] [stderr]    Compiling fslock v0.2.1
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]     Checking webpki-root-certs v1.0.8
[INFO] [stderr]    Compiling typed-builder-macro v0.21.2
[INFO] [stderr]    Compiling bytemuck_derive v1.10.2
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]     Checking linked-hash-map v0.5.6
[INFO] [stderr]     Checking webpki-root-certs v0.26.11
[INFO] [stderr]     Checking zerofrom v0.1.8
[INFO] [stderr]     Checking arc-swap v1.9.1
[INFO] [stderr]     Checking antidote v1.0.0
[INFO] [stderr]     Checking linked_hash_set v0.1.6
[INFO] [stderr]     Checking yoke v0.8.3
[INFO] [stderr]    Compiling regex v1.12.4
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]     Checking lru v0.13.0
[INFO] [stderr]     Checking zerovec v0.11.6
[INFO] [stderr]     Checking zerotrie v0.2.4
[INFO] [stderr]     Checking winnow v1.0.3
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]     Checking typed-builder v0.21.2
[INFO] [stderr]     Checking wayland-sys v0.31.11
[INFO] [stderr]     Checking uuid v1.23.3
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]    Compiling async-recursion v1.1.1
[INFO] [stderr]     Checking nix v0.23.2
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]     Checking event-listener v5.4.1
[INFO] [stderr]     Checking tinystr v0.8.3
[INFO] [stderr]     Checking potential_utf v0.1.5
[INFO] [stderr]    Compiling wayland-backend v0.3.15
[INFO] [stderr]     Checking icu_collections v2.2.0
[INFO] [stderr]     Checking bytemuck v1.25.0
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]     Checking async-broadcast v0.7.2
[INFO] [stderr]     Checking icu_locale_core v2.2.0
[INFO] [stderr]     Checking getrandom v0.4.2
[INFO] [stderr]     Checking bstr v1.12.1
[INFO] [stderr]     Checking epaint_default_fonts v0.29.1
[INFO] [stderr]     Checking emath v0.29.1
[INFO] [stderr]    Compiling wayland-client v0.31.14
[INFO] [stderr]    Compiling pastey v0.2.3
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking ecolor v0.29.1
[INFO] [stderr]    Compiling wayland-scanner v0.31.10
[INFO] [stderr]     Checking console v0.16.3
[INFO] [stderr]     Checking epaint v0.29.1
[INFO] [stderr]     Checking similar v2.7.0
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling zvariant_utils v3.4.0
[INFO] [stderr]    Compiling enumflags2 v0.7.12
[INFO] [stderr]     Checking parser v0.1.2 (/opt/rustwide/workdir/crates/parser)
[INFO] [stderr]     Checking globset v0.4.18
[INFO] [stderr]     Checking icu_provider v2.2.0
[INFO] [stderr]     Checking num-traits v0.2.19
[INFO] [stderr]    Compiling zvariant_derive v5.12.0
[INFO] [stderr]     Checking webpki-roots v0.26.11
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]     Checking pxfm v0.1.29
[INFO] [stderr]     Checking icu_properties v2.2.0
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr]     Checking egui v0.29.1
[INFO] [stderr]     Checking zune-core v0.5.1
[INFO] [stderr]    Compiling gl_generator v0.14.0
[INFO] [stderr] error: could not compile `brotli` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/49a6044d37d694890450f52ceaceb66277a36b1e/bin/rustc --crate-name brotli --edition=2015 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc-stdlib"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc-stdlib", "benchmark", "billing", "default", "disable-timer", "disallow_large_window_size", "external-literal-probability", "ffi-api", "float64", "floating_point_context_mixing", "no-stdlib-ffi-binding", "pass-through-ffi-panics", "seccomp", "sha2", "simd", "std", "validation", "vector_scratch_space"))' -C metadata=9e82db8bd5826924 -C extra-filename=-d25ed7a4070c4307 --out-dir /opt/rustwide/target/debug/build/brotli/d25ed7a4070c4307/out -L dependency=/opt/rustwide/target/debug/build/alloc-no-stdlib/7b1bd6f28b6396be/out -L dependency=/opt/rustwide/target/debug/build/alloc-stdlib/aba14f6c9c5c0c71/out -L dependency=/opt/rustwide/target/debug/build/brotli-decompressor/afda87b8fb3290b5/out --extern alloc_no_stdlib=/opt/rustwide/target/debug/build/alloc-no-stdlib/7b1bd6f28b6396be/out/liballoc_no_stdlib-7b1bd6f28b6396be.rmeta --extern alloc_stdlib=/opt/rustwide/target/debug/build/alloc-stdlib/aba14f6c9c5c0c71/out/liballoc_stdlib-aba14f6c9c5c0c71.rmeta --extern brotli_decompressor=/opt/rustwide/target/debug/build/brotli-decompressor/afda87b8fb3290b5/out/libbrotli_decompressor-afda87b8fb3290b5.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `tokio` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/49a6044d37d694890450f52ceaceb66277a36b1e/bin/rustc --crate-name tokio --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-uring", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "taskdump", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=50a2ced23e906c0c -C extra-filename=-63fc4e97802327fd --out-dir /opt/rustwide/target/debug/build/tokio/63fc4e97802327fd/out -L dependency=/opt/rustwide/target/debug/build/bytes/c3c82aecfaa31497/out -L dependency=/opt/rustwide/target/debug/build/errno/2bdd740d2be47fdb/out -L dependency=/opt/rustwide/target/debug/build/libc/16836f44866b8b3d/out -L dependency=/opt/rustwide/target/debug/build/log/9ceeb40c55739a25/out -L dependency=/opt/rustwide/target/debug/build/mio/6715a6941268a5a0/out -L dependency=/opt/rustwide/target/debug/build/pin-project-lite/7176d3be2b7ee2e1/out -L dependency=/opt/rustwide/target/debug/build/signal-hook-registry/157c2e8046536c9a/out -L dependency=/opt/rustwide/target/debug/build/socket2/40c047aad9f25ab0/out -L dependency=/opt/rustwide/target/debug/build/tokio-macros/2e60537a5f4b9dea/out --extern bytes=/opt/rustwide/target/debug/build/bytes/c3c82aecfaa31497/out/libbytes-c3c82aecfaa31497.rmeta --extern libc=/opt/rustwide/target/debug/build/libc/16836f44866b8b3d/out/liblibc-16836f44866b8b3d.rmeta --extern mio=/opt/rustwide/target/debug/build/mio/6715a6941268a5a0/out/libmio-6715a6941268a5a0.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/build/pin-project-lite/7176d3be2b7ee2e1/out/libpin_project_lite-7176d3be2b7ee2e1.rmeta --extern signal_hook_registry=/opt/rustwide/target/debug/build/signal-hook-registry/157c2e8046536c9a/out/libsignal_hook_registry-157c2e8046536c9a.rmeta --extern socket2=/opt/rustwide/target/debug/build/socket2/40c047aad9f25ab0/out/libsocket2-40c047aad9f25ab0.rmeta --extern tokio_macros=/opt/rustwide/target/debug/build/tokio-macros/2e60537a5f4b9dea/out/libtokio_macros-2e60537a5f4b9dea.so --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "602e0b9eb99e335231654f880c7cfc5a53842bac45318442fdd4040e42c92836", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "602e0b9eb99e335231654f880c7cfc5a53842bac45318442fdd4040e42c92836", kill_on_drop: false }`
[INFO] [stdout] 602e0b9eb99e335231654f880c7cfc5a53842bac45318442fdd4040e42c92836
