[INFO] cloning repository https://github.com/mattremmel/history-generator
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mattremmel/history-generator" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmattremmel%2Fhistory-generator", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmattremmel%2Fhistory-generator'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7e1031a02fac0fb11ccf879f83074281c322e8da
[INFO] checking mattremmel/history-generator against 615014f15745532730b9ce7a1d9309f8b4756f93 for pr-160491
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmattremmel%2Fhistory-generator" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/mattremmel/history-generator
[INFO] finished tweaking git repo https://github.com/mattremmel/history-generator
[INFO] tweaked toml for git repo https://github.com/mattremmel/history-generator written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/mattremmel/history-generator 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/mattremmel/history-generator 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] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] c3e363bd16290105799997a355b26d94e911964bdcb9c79afc26de5a2bd53600
[INFO] running `Command { std: "docker" "start" "c3e363bd16290105799997a355b26d94e911964bdcb9c79afc26de5a2bd53600", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c3e363bd16290105799997a355b26d94e911964bdcb9c79afc26de5a2bd53600", 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" "c3e363bd16290105799997a355b26d94e911964bdcb9c79afc26de5a2bd53600" "/opt/rustwide/cargo-home/bin/cargo" "+615014f15745532730b9ce7a1d9309f8b4756f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c3e363bd16290105799997a355b26d94e911964bdcb9c79afc26de5a2bd53600", 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" "c3e363bd16290105799997a355b26d94e911964bdcb9c79afc26de5a2bd53600" "/opt/rustwide/cargo-home/bin/cargo" "+615014f15745532730b9ce7a1d9309f8b4756f93" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling libc v0.2.180
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling litemap v0.8.1
[INFO] [stderr]    Compiling writeable v0.6.2
[INFO] [stderr]     Checking hashbrown v0.16.1
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]    Compiling pin-project-lite v0.2.16
[INFO] [stderr]    Compiling icu_properties_data v2.1.2
[INFO] [stderr]    Compiling icu_normalizer_data v2.1.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling winnow v0.7.14
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]    Compiling toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]    Compiling zerocopy v0.8.39
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling tinyvec v1.10.0
[INFO] [stderr]     Checking crossbeam-queue v0.3.12
[INFO] [stderr]     Checking home v0.5.12
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]    Compiling crc-catalog v2.4.0
[INFO] [stderr]    Compiling itoa v1.0.17
[INFO] [stderr]     Checking spin v0.10.0
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking foldhash v0.2.0
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling crc v3.4.0
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling regex-syntax v0.8.9
[INFO] [stderr]    Compiling erased-serde v0.4.9
[INFO] [stderr]    Compiling unicode-normalization v0.1.25
[INFO] [stderr]     Checking indexmap v2.13.0
[INFO] [stderr]    Compiling socket2 v0.6.2
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling tokio v1.49.0
[INFO] [stderr]    Compiling stringprep v0.1.5
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling nix v0.31.1
[INFO] [stderr]     Checking futures-lite v2.6.1
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling whoami v1.6.1
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]     Checking disqualified v1.0.0
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]     Checking hashlink v0.10.0
[INFO] [stderr]    Compiling toml_parser v1.0.9+spec-1.1.0
[INFO] [stderr]     Checking async-executor v1.14.0
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]     Checking downcast-rs v2.0.2
[INFO] [stderr]     Checking unicode-properties v0.1.4
[INFO] [stderr]     Checking unicode-bidi v0.3.18
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking bevy_ptr v0.18.0
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]     Checking xattr v1.6.1
[INFO] [stderr]     Checking filetime v0.2.27
[INFO] [stderr]     Checking rustls-pemfile v2.2.0
[INFO] [stderr]    Compiling rustls v0.23.36
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking nonmax v0.5.5
[INFO] [stderr]     Checking dotenvy v0.15.7
[INFO] [stderr]    Compiling toml_edit v0.23.10+spec-1.0.0
[INFO] [stderr]    Compiling getrandom v0.4.1
[INFO] [stderr]     Checking fixedbitset v0.5.7
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking etcetera v0.8.0
[INFO] [stderr]     Checking ctrlc v3.5.2
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]     Checking tempfile v3.25.0
[INFO] [stderr]     Checking rustls-webpki v0.103.9
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.21.3
[INFO] [stderr]    Compiling bevy_macro_utils v0.18.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling structmeta-derive v0.3.0
[INFO] [stderr]    Compiling variadics_please v1.1.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling assert_type_match v0.1.1
[INFO] [stderr]    Compiling bevy_reflect_derive v0.18.0
[INFO] [stderr]    Compiling structmeta v0.3.0
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]     Checking yoke v0.8.1
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking zerovec v0.11.5
[INFO] [stderr]     Checking zerotrie v0.2.3
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling bevy_ecs_macros v0.18.0
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]     Checking tinystr v0.8.2
[INFO] [stderr]     Checking icu_locale_core v2.1.1
[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/615014f15745532730b9ce7a1d9309f8b4756f93/bin/rustc --crate-name rustls --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.36/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="ring"' --cfg 'feature="std"' --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=fc7077b7ec8e8638 -C extra-filename=-bb739dd41f722369 --out-dir /opt/rustwide/target/debug/build/rustls/bb739dd41f722369/out -L dependency=/opt/rustwide/target/debug/build/cfg-if/190c9021fd162845/out -L dependency=/opt/rustwide/target/debug/build/getrandom/5fa2819b5d03f2ab/out -L dependency=/opt/rustwide/target/debug/build/libc/b78d6451d033f8d4/out -L dependency=/opt/rustwide/target/debug/build/once_cell/2ad934dc7da92e31/out -L dependency=/opt/rustwide/target/debug/build/ring/40fe26c6f73c06b4/out -L dependency=/opt/rustwide/target/debug/build/rustls-pki-types/e278ec71858aaccb/out -L dependency=/opt/rustwide/target/debug/build/rustls-webpki/b054bf7b19eded55/out -L dependency=/opt/rustwide/target/debug/build/subtle/350c4d777e42ad0b/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/40fe26c6f73c06b4/out/libring-40fe26c6f73c06b4.rmeta --extern pki_types=/opt/rustwide/target/debug/build/rustls-pki-types/e278ec71858aaccb/out/librustls_pki_types-e278ec71858aaccb.rmeta --extern webpki=/opt/rustwide/target/debug/build/rustls-webpki/b054bf7b19eded55/out/libwebpki-b054bf7b19eded55.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 -L native=/opt/rustwide/target/debug/build/ring/846acf0778205177/out` (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.49.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-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=b6c136b4a68f6303 -C extra-filename=-00af5971793ea872 --out-dir /opt/rustwide/target/debug/build/tokio/00af5971793ea872/out -L dependency=/opt/rustwide/target/debug/build/bytes/9c004ef7aaee1ac4/out -L dependency=/opt/rustwide/target/debug/build/libc/95f569ae6ca74f35/out -L dependency=/opt/rustwide/target/debug/build/mio/3cc5fe1f04da5c7e/out -L dependency=/opt/rustwide/target/debug/build/pin-project-lite/2ecca6b667797f49/out -L dependency=/opt/rustwide/target/debug/build/socket2/952abca8908bef1b/out --extern bytes=/opt/rustwide/target/debug/build/bytes/9c004ef7aaee1ac4/out/libbytes-9c004ef7aaee1ac4.rmeta --extern libc=/opt/rustwide/target/debug/build/libc/95f569ae6ca74f35/out/liblibc-95f569ae6ca74f35.rmeta --extern mio=/opt/rustwide/target/debug/build/mio/3cc5fe1f04da5c7e/out/libmio-3cc5fe1f04da5c7e.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/952abca8908bef1b/out/libsocket2-952abca8908bef1b.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "c3e363bd16290105799997a355b26d94e911964bdcb9c79afc26de5a2bd53600", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c3e363bd16290105799997a355b26d94e911964bdcb9c79afc26de5a2bd53600", kill_on_drop: false }`
[INFO] [stdout] c3e363bd16290105799997a355b26d94e911964bdcb9c79afc26de5a2bd53600
