[INFO] cloning repository https://github.com/cloudflare/daphne
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/cloudflare/daphne" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcloudflare%2Fdaphne", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcloudflare%2Fdaphne'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7d1b44280e021c229431f806b6ef25f312206cd9
[INFO] checking cloudflare/daphne against try#f27166d4c64dc29edc5ea3214357f191edf8b635 for pr-148329
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcloudflare%2Fdaphne" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/cloudflare/daphne
[INFO] finished tweaking git repo https://github.com/cloudflare/daphne
[INFO] tweaked toml for git repo https://github.com/cloudflare/daphne written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/cloudflare/daphne on toolchain f27166d4c64dc29edc5ea3214357f191edf8b635
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f27166d4c64dc29edc5ea3214357f191edf8b635" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/cloudflare/daphne 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" "+f27166d4c64dc29edc5ea3214357f191edf8b635" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+f27166d4c64dc29edc5ea3214357f191edf8b635" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7be6eeedc61e43971946b7bec51ffd5b98179afe18f339868e3488ad72249504
[INFO] running `Command { std: "docker" "start" "-a" "7be6eeedc61e43971946b7bec51ffd5b98179afe18f339868e3488ad72249504", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7be6eeedc61e43971946b7bec51ffd5b98179afe18f339868e3488ad72249504", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7be6eeedc61e43971946b7bec51ffd5b98179afe18f339868e3488ad72249504", kill_on_drop: false }`
[INFO] [stdout] 7be6eeedc61e43971946b7bec51ffd5b98179afe18f339868e3488ad72249504
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+f27166d4c64dc29edc5ea3214357f191edf8b635" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5044c5446403938612d24775d1be4f9cf3bb69ea4c72459c88ae12bfe189fb84
[INFO] running `Command { std: "docker" "start" "-a" "5044c5446403938612d24775d1be4f9cf3bb69ea4c72459c88ae12bfe189fb84", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.209
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]    Compiling serde_json v1.0.127
[INFO] [stderr]    Compiling rustversion v1.0.17
[INFO] [stderr]    Compiling proc-macro2 v1.0.92
[INFO] [stderr]    Compiling libc v0.2.171
[INFO] [stderr]     Checking cpufeatures v0.2.13
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking futures-io v0.3.30
[INFO] [stderr]     Checking mio v1.0.2
[INFO] [stderr]     Checking socket2 v0.5.7
[INFO] [stderr]    Compiling semver v1.0.23
[INFO] [stderr]     Checking base64ct v1.6.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking http v1.1.0
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.100
[INFO] [stderr]    Compiling fs_extra v1.3.0
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling az v1.2.1
[INFO] [stderr]    Compiling bumpalo v3.16.0
[INFO] [stderr]    Compiling fixed v1.28.0
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]     Checking ff v0.13.0
[INFO] [stderr]     Checking bytemuck v1.17.1
[INFO] [stderr]    Compiling thiserror v2.0.8
[INFO] [stderr]     Checking indexmap v2.4.0
[INFO] [stderr]     Checking time v0.3.36
[INFO] [stderr]     Checking group v0.13.0
[INFO] [stderr]     Checking num-iter v0.1.45
[INFO] [stderr]     Checking hpke-rs-crypto v0.2.0
[INFO] [stderr]     Checking fiat-crypto v0.2.9
[INFO] [stderr]     Checking rustls-pki-types v1.8.0
[INFO] [stderr]     Checking pem-rfc7468 v0.7.0
[INFO] [stderr]    Compiling aws-lc-rs v1.8.1
[INFO] [stderr]     Checking regex v1.10.6
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking mirai-annotations v1.12.0
[INFO] [stderr]    Compiling capnp v0.18.13
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]    Compiling rustls v0.23.12
[INFO] [stderr]    Compiling jobserver v0.1.32
[INFO] [stderr]     Checking rustls-pemfile v2.1.3
[INFO] [stderr]     Checking sync_wrapper v1.0.1
[INFO] [stderr]     Checking anstyle-parse v0.2.5
[INFO] [stderr]     Checking webpki-roots v0.26.3
[INFO] [stderr]    Compiling syn v2.0.90
[INFO] [stderr]    Compiling cc v1.2.16
[INFO] [stderr]     Checking anstyle v1.0.8
[INFO] [stderr]     Checking colorchoice v1.0.2
[INFO] [stderr]     Checking anstyle-query v1.1.1
[INFO] [stderr]     Checking clap_lex v0.7.2
[INFO] [stderr]     Checking rustls-native-certs v0.7.2
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]    Compiling unicode-xid v0.2.5
[INFO] [stderr]     Checking miniz_oxide v0.7.4
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]     Checking addr2line v0.22.0
[INFO] [stderr]     Checking anstream v0.6.15
[INFO] [stderr]    Compiling axum-core v0.4.3
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking object v0.36.3
[INFO] [stderr]     Checking rustc-demangle v0.1.24
[INFO] [stderr]     Checking clap_builder v4.5.15
[INFO] [stderr]    Compiling axum v0.7.5
[INFO] [stderr]    Compiling oid-registry v0.6.1
[INFO] [stderr]     Checking chrono v0.4.38
[INFO] [stderr]    Compiling ahash v0.7.8
[INFO] [stderr]    Compiling anyhow v1.0.86
[INFO] [stderr]     Checking data-encoding v2.6.0
[INFO] [stderr]     Checking mappable-rc v0.1.1
[INFO] [stderr]    Compiling sentry-contexts v0.32.3
[INFO] [stderr]     Checking plotters-backend v0.3.6
[INFO] [stderr]    Compiling cmake v0.1.51
[INFO] [stderr]     Checking assert_matches v1.5.0
[INFO] [stderr]     Checking plotters-svg v0.3.6
[INFO] [stderr]     Checking hashbrown v0.12.3
[INFO] [stderr]     Checking headers-core v0.3.0
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]     Checking hostname v0.4.0
[INFO] [stderr]     Checking uname v0.1.1
[INFO] [stderr]     Checking dlv-list v0.3.0
[INFO] [stderr]     Checking plotters v0.3.6
[INFO] [stderr]     Checking yasna v0.5.2
[INFO] [stderr]     Checking pem v3.0.4
[INFO] [stderr]     Checking is-terminal v0.4.13
[INFO] [stderr]     Checking rusticata-macros v4.1.0
[INFO] [stderr] error: could not compile `fixed` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/f27166d4c64dc29edc5ea3214357f191edf8b635/bin/rustc --crate-name fixed --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fixed-1.28.0/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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "az", "borsh", "f16", "fail-on-warnings", "nightly-float", "num-traits", "serde", "serde-str", "std"))' -C metadata=768e60a56a183b12 -C extra-filename=-89fdd25a8da87ba8 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern az=/opt/rustwide/target/debug/deps/libaz-74668caf061cde32.rmeta --extern bytemuck=/opt/rustwide/target/debug/deps/libbytemuck-0304b8a99fe317b3.rmeta --extern half=/opt/rustwide/target/debug/deps/libhalf-c656ca91e90d5ed2.rmeta --extern typenum=/opt/rustwide/target/debug/deps/libtypenum-9c18758bfd7fe47e.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "5044c5446403938612d24775d1be4f9cf3bb69ea4c72459c88ae12bfe189fb84", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5044c5446403938612d24775d1be4f9cf3bb69ea4c72459c88ae12bfe189fb84", kill_on_drop: false }`
[INFO] [stdout] 5044c5446403938612d24775d1be4f9cf3bb69ea4c72459c88ae12bfe189fb84
