[INFO] cloning repository https://github.com/inkicchj/blog
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/inkicchj/blog" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Finkicchj%2Fblog", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Finkicchj%2Fblog'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 645683bb4f6d6181a58500f5b16a6731f5b3ace1
[INFO] checking inkicchj/blog against 615014f15745532730b9ce7a1d9309f8b4756f93 for pr-160491
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Finkicchj%2Fblog" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/inkicchj/blog
[INFO] finished tweaking git repo https://github.com/inkicchj/blog
[INFO] tweaked toml for git repo https://github.com/inkicchj/blog written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/inkicchj/blog on toolchain 615014f15745532730b9ce7a1d9309f8b4756f93
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+615014f15745532730b9ce7a1d9309f8b4756f93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/inkicchj/blog 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" "+615014f15745532730b9ce7a1d9309f8b4756f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 695ce3b23c6ea5ea7f964fefe9fa518b5a43212ad8f3f44f503797d4dfabb3b1
[INFO] running `Command { std: "docker" "start" "695ce3b23c6ea5ea7f964fefe9fa518b5a43212ad8f3f44f503797d4dfabb3b1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "695ce3b23c6ea5ea7f964fefe9fa518b5a43212ad8f3f44f503797d4dfabb3b1", 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" "695ce3b23c6ea5ea7f964fefe9fa518b5a43212ad8f3f44f503797d4dfabb3b1" "/opt/rustwide/cargo-home/bin/cargo" "+615014f15745532730b9ce7a1d9309f8b4756f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "695ce3b23c6ea5ea7f964fefe9fa518b5a43212ad8f3f44f503797d4dfabb3b1", 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" "695ce3b23c6ea5ea7f964fefe9fa518b5a43212ad8f3f44f503797d4dfabb3b1" "/opt/rustwide/cargo-home/bin/cargo" "+615014f15745532730b9ce7a1d9309f8b4756f93" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling libm v0.2.11
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking log v0.4.25
[INFO] [stderr]    Compiling serde_json v1.0.137
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling foldhash v0.1.4
[INFO] [stderr]     Checking tracing-core v0.1.33
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]     Checking miniz_oxide v0.8.3
[INFO] [stderr]     Checking hashbrown v0.15.2
[INFO] [stderr]     Checking opaque-debug v0.3.1
[INFO] [stderr]    Compiling zeroize v1.8.1
[INFO] [stderr]     Checking inout v0.1.3
[INFO] [stderr]    Compiling rustls v0.23.21
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]     Checking base64ct v1.6.0
[INFO] [stderr]     Checking flate2 v1.0.35
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]    Compiling num-bigint-dig v0.8.4
[INFO] [stderr]    Compiling time-macros v0.2.19
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling rustls-pki-types v1.10.1
[INFO] [stderr]    Compiling winnow v0.6.24
[INFO] [stderr]    Compiling pem-rfc7468 v0.7.0
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]    Compiling der v0.7.9
[INFO] [stderr]    Compiling jobserver v0.1.32
[INFO] [stderr]    Compiling syn v2.0.96
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]     Checking bytemuck v1.21.0
[INFO] [stderr]    Compiling cc v1.2.10
[INFO] [stderr]    Compiling indexmap v2.7.1
[INFO] [stderr]    Compiling mime-infer v3.0.0
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking num-iter v0.1.45
[INFO] [stderr]    Compiling mio v1.0.3
[INFO] [stderr]    Compiling socket2 v0.5.8
[INFO] [stderr]    Compiling cookie v0.18.1
[INFO] [stderr]     Checking time v0.3.37
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling spki v0.7.3
[INFO] [stderr]    Compiling tokio v1.43.0
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking getrandom v0.1.16
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking universal-hash v0.5.1
[INFO] [stderr]     Checking aead v0.5.2
[INFO] [stderr]    Compiling pkcs8 v0.10.2
[INFO] [stderr]     Checking polyval v0.6.2
[INFO] [stderr]     Checking brotli-decompressor v4.0.2
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking ctr v0.9.2
[INFO] [stderr]     Checking aes v0.8.4
[INFO] [stderr]    Compiling toml_edit v0.22.22
[INFO] [stderr]     Checking headers-core v0.3.0
[INFO] [stderr]     Checking digest v0.9.0
[INFO] [stderr]     Checking xml-rs v0.8.25
[INFO] [stderr]    Compiling event-listener v5.4.0
[INFO] [stderr]     Checking headers v0.4.0
[INFO] [stderr]     Checking ghash v0.5.1
[INFO] [stderr]    Compiling chrono v0.4.39
[INFO] [stderr]     Checking multer v3.1.0
[INFO] [stderr]     Checking http-body-util v0.1.2
[INFO] [stderr]    Compiling pkcs1 v0.7.5
[INFO] [stderr]    Compiling zstd-sys v2.0.13+zstd.1.5.6
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]    Compiling openssl-sys v0.9.104
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]     Checking aes-gcm v0.10.3
[INFO] [stderr]    Compiling blake3 v0.3.8
[INFO] [stderr]    Compiling psm v0.1.24
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]    Compiling signature v2.2.0
[INFO] [stderr]     Checking safe_arch v0.7.4
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]    Compiling hashlink v0.10.0
[INFO] [stderr]    Compiling rustls-pemfile v2.2.0
[INFO] [stderr]    Compiling webpki-roots v0.26.7
[INFO] [stderr]    Compiling matrixmultiply v0.3.9
[INFO] [stderr]    Compiling anyhow v1.0.95
[INFO] [stderr]     Checking brotli v6.0.0
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]     Checking wide v0.7.32
[INFO] [stderr]    Compiling stacker v0.1.17
[INFO] [stderr]    Compiling rust-embed-utils v8.5.0
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]     Checking block-buffer v0.9.0
[INFO] [stderr]     Checking crypto-mac v0.11.0
[INFO] [stderr]     Checking crypto-mac v0.8.0
[INFO] [stderr]     Checking half v2.4.1
[INFO] [stderr]    Compiling rust_decimal v1.36.0
[INFO] [stderr]     Checking bit_field v0.10.2
[INFO] [stderr]     Checking constant_time_eq v0.1.5
[INFO] [stderr]     Checking lebe v0.5.2
[INFO] [stderr]     Checking owned_ttf_parser v0.15.2
[INFO] [stderr]     Checking png v0.17.16
[INFO] [stderr]    Compiling openssl v0.10.68
[INFO] [stderr]     Checking gif v0.13.1
[INFO] [stderr]     Checking sha2 v0.9.9
[INFO] [stderr]     Checking hmac v0.11.0
[INFO] [stderr]     Checking exr v1.73.0
[INFO] [stderr]    Compiling proc-macro-crate v3.2.0
[INFO] [stderr]     Checking qoi v0.4.1
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]     Checking simba v0.7.3
[INFO] [stderr]     Checking ab_glyph_rasterizer v0.1.8
[INFO] [stderr]     Checking custom_derive v0.1.7
[INFO] [stderr]     Checking conv v0.3.3
[INFO] [stderr]    Compiling native-tls v0.2.12
[INFO] [stderr]     Checking rusttype v0.9.3
[INFO] [stderr]     Checking num v0.4.3
[INFO] [stderr]     Checking inventory v0.3.17
[INFO] [stderr]    Compiling getrandom v0.3.0
[INFO] [stderr]     Checking ulid v1.1.4
[INFO] [stderr]     Checking uuid v1.12.1
[INFO] [stderr]     Checking whoami v1.5.2
[INFO] [stderr]     Checking password-hash v0.5.0
[INFO] [stderr]     Checking hostname v0.4.0
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking email-encoding v0.3.1
[INFO] [stderr]     Checking thread_local v1.1.8
[INFO] [stderr]     Checking sha1_smol v1.0.1
[INFO] [stderr]     Checking quoted_printable v0.5.1
[INFO] [stderr]     Checking pbkdf2 v0.12.2
[INFO] [stderr]     Checking tracing-subscriber v0.3.19
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling salvo-serde-util v0.72.4
[INFO] [stderr]    Compiling darling_core v0.20.10
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]     Checking fancy-regex v0.14.0
[INFO] [stderr]     Checking aes-gcm-siv v0.11.1
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[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/615014f15745532730b9ce7a1d9309f8b4756f93/bin/rustc --crate-name brotli --edition=2015 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-6.0.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 --cfg 'feature="alloc-stdlib"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc-stdlib", "benchmark", "default", "disable-timer", "external-literal-probability", "ffi-api", "pass-through-ffi-panics", "seccomp", "sha2", "simd", "std", "validation", "vector_scratch_space"))' -C metadata=9a14b074f99b8e60 -C extra-filename=-dda80c0be23d02f4 --out-dir /opt/rustwide/target/debug/build/brotli/dda80c0be23d02f4/out -L dependency=/opt/rustwide/target/debug/build/alloc-no-stdlib/7b1bd6f28b6396be/out -L dependency=/opt/rustwide/target/debug/build/alloc-stdlib/c67ef39ef9e0d8f1/out -L dependency=/opt/rustwide/target/debug/build/brotli-decompressor/257932aa9253e762/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/c67ef39ef9e0d8f1/out/liballoc_stdlib-c67ef39ef9e0d8f1.rmeta --extern brotli_decompressor=/opt/rustwide/target/debug/build/brotli-decompressor/257932aa9253e762/out/libbrotli_decompressor-257932aa9253e762.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/615014f15745532730b9ce7a1d9309f8b4756f93/bin/rustc --crate-name tokio --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="rt"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=c36657cb7be02cc0 -C extra-filename=-b2f9d7474bf34113 --out-dir /opt/rustwide/target/debug/build/tokio/b2f9d7474bf34113/out -L dependency=/opt/rustwide/target/debug/build/bytes/0944ea3b95acd97b/out -L dependency=/opt/rustwide/target/debug/build/libc/d2c827b4c105b200/out -L dependency=/opt/rustwide/target/debug/build/mio/29f6ea7a2b4ed5f7/out -L dependency=/opt/rustwide/target/debug/build/pin-project-lite/2ecca6b667797f49/out -L dependency=/opt/rustwide/target/debug/build/socket2/a383085d991cda52/out --extern bytes=/opt/rustwide/target/debug/build/bytes/0944ea3b95acd97b/out/libbytes-0944ea3b95acd97b.rmeta --extern libc=/opt/rustwide/target/debug/build/libc/d2c827b4c105b200/out/liblibc-d2c827b4c105b200.rmeta --extern mio=/opt/rustwide/target/debug/build/mio/29f6ea7a2b4ed5f7/out/libmio-29f6ea7a2b4ed5f7.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/build/pin-project-lite/2ecca6b667797f49/out/libpin_project_lite-2ecca6b667797f49.rmeta --extern socket2=/opt/rustwide/target/debug/build/socket2/a383085d991cda52/out/libsocket2-a383085d991cda52.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "695ce3b23c6ea5ea7f964fefe9fa518b5a43212ad8f3f44f503797d4dfabb3b1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "695ce3b23c6ea5ea7f964fefe9fa518b5a43212ad8f3f44f503797d4dfabb3b1", kill_on_drop: false }`
[INFO] [stdout] 695ce3b23c6ea5ea7f964fefe9fa518b5a43212ad8f3f44f503797d4dfabb3b1
