[INFO] cloning repository https://github.com/PonasKovas/dupfinder-tg
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/PonasKovas/dupfinder-tg" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPonasKovas%2Fdupfinder-tg", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPonasKovas%2Fdupfinder-tg'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 794671c6c5a3c76ac84e42065e805806cc5bb926
[INFO] checking PonasKovas/dupfinder-tg against ed77b7b8699e342c2dc842c83cb5fe4025252ee8 for pr-158915-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPonasKovas%2Fdupfinder-tg" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/PonasKovas/dupfinder-tg
[INFO] finished tweaking git repo https://github.com/PonasKovas/dupfinder-tg
[INFO] tweaked toml for git repo https://github.com/PonasKovas/dupfinder-tg written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/PonasKovas/dupfinder-tg on toolchain ed77b7b8699e342c2dc842c83cb5fe4025252ee8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ed77b7b8699e342c2dc842c83cb5fe4025252ee8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/PonasKovas/dupfinder-tg 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" "+ed77b7b8699e342c2dc842c83cb5fe4025252ee8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded serde_with_macros v3.16.0
[INFO] [stderr]   Downloaded serde_with v3.16.0
[INFO] [stderr]   Downloaded img_hash v3.2.0
[INFO] [stderr]   Downloaded transpose v0.1.0
[INFO] [stderr]   Downloaded rustfft v3.0.1
[INFO] [stderr]   Downloaded rustdct v0.4.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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] 2cddd7ef4d097a92cf5c5b43de6926bd4e2c1a57b0a94edf9dbcfd19a5e495f9
[INFO] running `Command { std: "docker" "start" "2cddd7ef4d097a92cf5c5b43de6926bd4e2c1a57b0a94edf9dbcfd19a5e495f9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2cddd7ef4d097a92cf5c5b43de6926bd4e2c1a57b0a94edf9dbcfd19a5e495f9", 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" "2cddd7ef4d097a92cf5c5b43de6926bd4e2c1a57b0a94edf9dbcfd19a5e495f9" "/opt/rustwide/cargo-home/bin/cargo" "+ed77b7b8699e342c2dc842c83cb5fe4025252ee8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2cddd7ef4d097a92cf5c5b43de6926bd4e2c1a57b0a94edf9dbcfd19a5e495f9", 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" "2cddd7ef4d097a92cf5c5b43de6926bd4e2c1a57b0a94edf9dbcfd19a5e495f9" "/opt/rustwide/cargo-home/bin/cargo" "+ed77b7b8699e342c2dc842c83cb5fe4025252ee8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling icu_properties_data v2.1.1
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling syn v2.0.110
[INFO] [stderr]    Compiling rustls v0.23.35
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling pin-project-lite v0.2.16
[INFO] [stderr]    Compiling rustls-pki-types v1.13.0
[INFO] [stderr]     Checking http v1.3.1
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]     Checking rustls-webpki v0.103.8
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling zerocopy v0.8.27
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling bytes v1.10.1
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling tinyvec v1.10.0
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]    Compiling itoa v1.0.15
[INFO] [stderr]    Compiling tracing-core v0.1.34
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling slab v0.4.11
[INFO] [stderr]    Compiling ryu v1.0.20
[INFO] [stderr]    Compiling hashbrown v0.16.0
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling iana-time-zone v0.1.64
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling object v0.32.2
[INFO] [stderr]    Compiling webpki-roots v1.0.4
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling unicode-normalization v0.1.25
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling webpki-roots v0.26.11
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]     Checking uuid v1.18.1
[INFO] [stderr]    Compiling crc v3.3.0
[INFO] [stderr]     Checking sync_wrapper v1.0.2
[INFO] [stderr]    Compiling num-complex v0.2.4
[INFO] [stderr]    Compiling erasable v1.3.0
[INFO] [stderr]    Compiling miniz_oxide v0.4.4
[INFO] [stderr]     Checking adler32 v1.2.0
[INFO] [stderr]     Checking bytemuck v1.24.0
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]    Compiling unicode-properties v0.1.4
[INFO] [stderr]    Compiling unicode-bidi v0.3.18
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling socket2 v0.6.1
[INFO] [stderr]    Compiling mio v1.1.0
[INFO] [stderr]    Compiling indexmap v2.12.0
[INFO] [stderr]     Checking ipnet v2.11.0
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]     Checking hashbrown v0.15.5
[INFO] [stderr]    Compiling stringprep v0.1.5
[INFO] [stderr]    Compiling tokio v1.48.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]    Compiling stacker v0.1.22
[INFO] [stderr]    Compiling num-rational v0.3.2
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]     Checking strength_reduce v0.2.4
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling whoami v1.6.1
[INFO] [stderr]     Checking crc-catalog v2.4.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]     Checking iri-string v0.7.9
[INFO] [stderr]    Compiling dotenvy v0.15.7
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]     Checking hashlink v0.10.0
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]     Checking deflate v0.8.6
[INFO] [stderr]     Checking miniz_oxide v0.3.7
[INFO] [stderr]     Checking crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling include_dir_macros v0.7.4
[INFO] [stderr]    Compiling portable-atomic v1.11.1
[INFO] [stderr]     Checking transpose v0.1.0
[INFO] [stderr]     Checking gif v0.11.4
[INFO] [stderr]     Checking png v0.16.8
[INFO] [stderr]     Checking regex-automata v0.4.13
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]     Checking rc-box v1.3.0
[INFO] [stderr]    Compiling include_dir v0.7.4
[INFO] [stderr]     Checking rgb v0.8.52
[INFO] [stderr]     Checking rustfft v3.0.1
[INFO] [stderr]     Checking num-iter v0.1.45
[INFO] [stderr]     Checking takecell v0.1.1
[INFO] [stderr]     Checking home v0.5.12
[INFO] [stderr]     Checking colored v3.0.0
[INFO] [stderr]     Checking scoped_threadpool v0.1.9
[INFO] [stderr]     Checking take_mut v0.2.2
[INFO] [stderr]     Checking toml_parser v1.0.4
[INFO] [stderr]     Checking clap_builder v4.5.52
[INFO] [stderr]     Checking console v0.16.1
[INFO] [stderr]     Checking rustdct v0.4.0
[INFO] [stderr] error: could not compile `syn` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/ed77b7b8699e342c2dc842c83cb5fe4025252ee8/bin/rustc --crate-name syn --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.110/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat,unused-externs-silent --crate-type lib --emit=dep-info,metadata,link -Z embed-metadata=no -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=ba410bfb93a2041d -C extra-filename=-201834b9a6d08c1b --out-dir /opt/rustwide/target/debug/build/syn/201834b9a6d08c1b/out -L dependency=/opt/rustwide/target/debug/build/proc-macro2/43e32a25692bf44a/out -L dependency=/opt/rustwide/target/debug/build/unicode-ident/9533002ac35f5809/out --extern proc_macro2=/opt/rustwide/target/debug/build/proc-macro2/43e32a25692bf44a/out/libproc_macro2-43e32a25692bf44a.rmeta --extern quote=/opt/rustwide/target/debug/build/quote/01cdf4ac6a2aaf5b/out/libquote-01cdf4ac6a2aaf5b.rmeta --extern unicode_ident=/opt/rustwide/target/debug/build/unicode-ident/9533002ac35f5809/out/libunicode_ident-9533002ac35f5809.rmeta --cap-lints allow --cap-lints=forbid --force-warn=unused_crate_dependencies` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `rustls` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/ed77b7b8699e342c2dc842c83cb5fe4025252ee8/bin/rustc --crate-name rustls --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat,unused-externs-silent --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "prefer-post-quantum", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=2c4da71bbe93857a -C extra-filename=-99c60d3cb9ff4581 --out-dir /opt/rustwide/target/debug/build/rustls/99c60d3cb9ff4581/out -L dependency=/opt/rustwide/target/debug/build/cfg-if/190c9021fd162845/out -L dependency=/opt/rustwide/target/debug/build/getrandom/22150262f82584f0/out -L dependency=/opt/rustwide/target/debug/build/libc/f5a911f2dad390d7/out -L dependency=/opt/rustwide/target/debug/build/ring/a08b83474436b6b8/out -L dependency=/opt/rustwide/target/debug/build/rustls-pki-types/62cec74873480d3a/out -L dependency=/opt/rustwide/target/debug/build/untrusted/03cde965a30f6cbb/out -L dependency=/opt/rustwide/target/debug/build/zeroize/a40156bb3ac2a890/out --extern once_cell=/opt/rustwide/target/debug/build/once_cell/2ad934dc7da92e31/out/libonce_cell-2ad934dc7da92e31.rmeta --extern ring=/opt/rustwide/target/debug/build/ring/a08b83474436b6b8/out/libring-a08b83474436b6b8.rmeta --extern pki_types=/opt/rustwide/target/debug/build/rustls-pki-types/62cec74873480d3a/out/librustls_pki_types-62cec74873480d3a.rmeta --extern webpki=/opt/rustwide/target/debug/build/rustls-webpki/e78a00c2b3e09bbf/out/libwebpki-e78a00c2b3e09bbf.rmeta --extern subtle=/opt/rustwide/target/debug/build/subtle/350c4d777e42ad0b/out/libsubtle-350c4d777e42ad0b.rmeta --extern zeroize=/opt/rustwide/target/debug/build/zeroize/a40156bb3ac2a890/out/libzeroize-a40156bb3ac2a890.rmeta --cap-lints allow --cap-lints=forbid --force-warn=unused_crate_dependencies -L native=/opt/rustwide/target/debug/build/ring/88051375a0dbce1c/out` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "2cddd7ef4d097a92cf5c5b43de6926bd4e2c1a57b0a94edf9dbcfd19a5e495f9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2cddd7ef4d097a92cf5c5b43de6926bd4e2c1a57b0a94edf9dbcfd19a5e495f9", kill_on_drop: false }`
[INFO] [stdout] 2cddd7ef4d097a92cf5c5b43de6926bd4e2c1a57b0a94edf9dbcfd19a5e495f9
