[INFO] cloning repository https://github.com/nikosalonen/liiga_teletext [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nikosalonen/liiga_teletext" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnikosalonen%2Fliiga_teletext", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnikosalonen%2Fliiga_teletext'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 7c6fdb346611435b9324ea7f02995a116b086745 [INFO] testing nikosalonen/liiga_teletext against try#9f93af291970322f4f1c6315ccde4d7078201159 for pr-146098-6 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnikosalonen%2Fliiga_teletext" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/nikosalonen/liiga_teletext [INFO] finished tweaking git repo https://github.com/nikosalonen/liiga_teletext [INFO] tweaked toml for git repo https://github.com/nikosalonen/liiga_teletext written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/nikosalonen/liiga_teletext on toolchain 9f93af291970322f4f1c6315ccde4d7078201159 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/nikosalonen/liiga_teletext 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" "+9f93af291970322f4f1c6315ccde4d7078201159" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 84f07e82229307d252e1516dacd5872fd93b7a2c0ffd0df489d93a4900921293 [INFO] running `Command { std: "docker" "start" "-a" "84f07e82229307d252e1516dacd5872fd93b7a2c0ffd0df489d93a4900921293", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "84f07e82229307d252e1516dacd5872fd93b7a2c0ffd0df489d93a4900921293", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "84f07e82229307d252e1516dacd5872fd93b7a2c0ffd0df489d93a4900921293", kill_on_drop: false }` [INFO] [stdout] 84f07e82229307d252e1516dacd5872fd93b7a2c0ffd0df489d93a4900921293 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+9f93af291970322f4f1c6315ccde4d7078201159" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6b9779b91c9c0e9b44cf3c2213ea0ac7087d85d6222a8023257df2e2c6580c63 [INFO] running `Command { std: "docker" "start" "-a" "6b9779b91c9c0e9b44cf3c2213ea0ac7087d85d6222a8023257df2e2c6580c63", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.102 [INFO] [stderr] Compiling libc v0.2.177 [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling log v0.4.28 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Compiling stable_deref_trait v1.2.1 [INFO] [stderr] Compiling lock_api v0.4.14 [INFO] [stderr] Compiling find-msvc-tools v0.1.4 [INFO] [stderr] Compiling slab v0.4.11 [INFO] [stderr] Compiling pkg-config v0.3.32 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling tracing-core v0.1.34 [INFO] [stderr] Compiling bitflags v2.10.0 [INFO] [stderr] Compiling foldhash v0.2.0 [INFO] [stderr] Compiling icu_properties_data v2.0.1 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling openssl v0.10.74 [INFO] [stderr] Compiling hashbrown v0.16.0 [INFO] [stderr] Compiling percent-encoding v2.3.2 [INFO] [stderr] Compiling native-tls v0.2.14 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling cc v1.2.41 [INFO] [stderr] Compiling regex-syntax v0.8.8 [INFO] [stderr] Compiling form_urlencoded v1.2.2 [INFO] [stderr] Compiling convert_case v0.7.1 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling anstyle v1.0.13 [INFO] [stderr] Compiling ipnet v2.11.0 [INFO] [stderr] Compiling is_terminal_polyfill v1.70.2 [INFO] [stderr] Compiling rustix v1.1.2 [INFO] [stderr] Compiling anstyle-query v1.1.4 [INFO] [stderr] Compiling deranged v0.5.4 [INFO] [stderr] Compiling indexmap v2.12.0 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling anstream v0.6.21 [INFO] [stderr] Compiling http-body-util v0.1.3 [INFO] [stderr] Compiling thread_local v1.1.9 [INFO] [stderr] Compiling quote v1.0.41 [INFO] [stderr] Compiling time-core v0.1.6 [INFO] [stderr] Compiling nu-ansi-term v0.50.3 [INFO] [stderr] Compiling clap_lex v0.7.6 [INFO] [stderr] Compiling zeroize v1.8.2 [INFO] [stderr] Compiling litrs v0.4.2 [INFO] [stderr] Compiling thiserror v2.0.17 [INFO] [stderr] Compiling iri-string v0.7.8 [INFO] [stderr] Compiling winnow v0.7.13 [INFO] [stderr] Compiling linux-raw-sys v0.11.0 [INFO] [stderr] Compiling syn v2.0.108 [INFO] [stderr] Compiling option-ext v0.2.0 [INFO] [stderr] Compiling clap_builder v4.5.50 [INFO] [stderr] Compiling rustls-pki-types v1.12.0 [INFO] [stderr] Compiling crossbeam-channel v0.5.15 [INFO] [stderr] Compiling encoding_rs v0.8.35 [INFO] [stderr] Compiling signal-hook-registry v1.4.6 [INFO] [stderr] Compiling mio v1.0.4 [INFO] [stderr] Compiling socket2 v0.6.1 [INFO] [stderr] Compiling parking_lot v0.12.5 [INFO] [stderr] Compiling regex-automata v0.4.13 [INFO] [stderr] Compiling signal-hook v0.3.18 [INFO] [stderr] Compiling openssl-sys v0.9.110 [INFO] [stderr] Compiling document-features v0.2.11 [INFO] [stderr] Compiling dirs-sys v0.5.0 [INFO] [stderr] Compiling toml_parser v1.0.4 [INFO] [stderr] Compiling time v0.3.44 [INFO] [stderr] Compiling signal-hook-mio v0.2.4 [INFO] [stderr] Compiling toml_writer v1.0.4 [INFO] [stderr] Compiling liiga_teletext v0.17.5 (/opt/rustwide/workdir) [INFO] [stderr] Compiling chrono v0.4.42 [INFO] [stderr] Compiling dirs v6.0.0 [INFO] [stderr] Compiling lru v0.16.2 [INFO] [stderr] Compiling semver v1.0.27 [INFO] [stderr] Compiling matchers v0.2.0 [INFO] [stderr] Compiling serde_json v1.0.145 [INFO] [stderr] Compiling serde_spanned v1.0.3 [INFO] [stderr] Compiling toml_datetime v0.7.3 [INFO] [stderr] Compiling toml v0.9.8 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.0 [INFO] [stderr] Compiling zerovec-derive v0.11.1 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling tokio-macros v2.6.0 [INFO] [stderr] Compiling tracing-attributes v0.1.30 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling derive_more-impl v2.0.1 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling clap_derive v4.5.49 [INFO] [stderr] Compiling thiserror-impl v2.0.17 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling tokio v1.48.0 [INFO] [stderr] Compiling derive_more v2.0.1 [INFO] [stderr] Compiling crossterm v0.29.0 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling yoke v0.8.0 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling zerovec v0.11.4 [INFO] [stderr] Compiling zerotrie v0.2.2 [INFO] [stderr] Compiling tracing-subscriber v0.3.20 [INFO] [stderr] Compiling clap v4.5.50 [INFO] [stderr] Compiling tinystr v0.8.1 [INFO] [stderr] Compiling potential_utf v0.1.3 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling icu_collections v2.0.0 [INFO] [stderr] Compiling icu_locale_core v2.0.0 [INFO] [stderr] Compiling tracing-appender v0.2.3 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling icu_provider v2.0.0 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling icu_normalizer v2.0.0 [INFO] [stderr] Compiling icu_properties v2.0.1 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling idna v1.1.0 [INFO] [stderr] Compiling url v2.5.7 [INFO] [stderr] Compiling tokio-util v0.7.16 [INFO] [stderr] Compiling tower v0.5.2 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling tower-http v0.6.6 [INFO] [stderr] Compiling h2 v0.4.12 [INFO] [stderr] Compiling hyper v1.7.0 [INFO] [stderr] Compiling hyper-util v0.1.17 [INFO] [stderr] Compiling hyper-tls v0.6.0 [INFO] [stderr] Compiling reqwest v0.12.24 [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s [INFO] running `Command { std: "docker" "inspect" "6b9779b91c9c0e9b44cf3c2213ea0ac7087d85d6222a8023257df2e2c6580c63", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6b9779b91c9c0e9b44cf3c2213ea0ac7087d85d6222a8023257df2e2c6580c63", kill_on_drop: false }` [INFO] [stdout] 6b9779b91c9c0e9b44cf3c2213ea0ac7087d85d6222a8023257df2e2c6580c63 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+9f93af291970322f4f1c6315ccde4d7078201159" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a4f99e2be509eef1d2873b4dadcae2ca7983726491bb5bde6a7cd9632c3fe5c1 [INFO] running `Command { std: "docker" "start" "-a" "a4f99e2be509eef1d2873b4dadcae2ca7983726491bb5bde6a7cd9632c3fe5c1", kill_on_drop: false }` [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling regex-syntax v0.8.8 [INFO] [stderr] Compiling rustix v1.1.2 [INFO] [stderr] Compiling hyper v1.7.0 [INFO] [stderr] Compiling getrandom v0.3.4 [INFO] [stderr] Compiling num_cpus v1.17.0 [INFO] [stderr] Compiling sdd v3.0.10 [INFO] [stderr] Compiling deadpool-runtime v0.1.4 [INFO] [stderr] Compiling assert-json-diff v2.0.2 [INFO] [stderr] Compiling serial_test_derive v3.2.0 [INFO] [stderr] Compiling unicode-width v0.2.2 [INFO] [stderr] Compiling scc v2.4.0 [INFO] [stderr] Compiling deadpool v0.12.3 [INFO] [stderr] Compiling regex-automata v0.4.13 [INFO] [stderr] Compiling hyper-util v0.1.17 [INFO] [stderr] Compiling crossterm v0.29.0 [INFO] [stderr] Compiling tempfile v3.23.0 [INFO] [stderr] Compiling serial_test v3.2.0 [INFO] [stderr] Compiling hyper-tls v0.6.0 [INFO] [stderr] Compiling reqwest v0.12.24 [INFO] [stderr] Compiling matchers v0.2.0 [INFO] [stderr] Compiling regex v1.12.2 [INFO] [stderr] Compiling tracing-subscriber v0.3.20 [INFO] [stderr] Compiling wiremock v0.6.5 [INFO] [stderr] Compiling tracing-appender v0.2.3 [INFO] [stderr] Compiling liiga_teletext v0.17.5 (/opt/rustwide/workdir) [INFO] [stderr] error: could not compile `liiga_teletext` (lib test) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/9f93af291970322f4f1c6315ccde4d7078201159/bin/rustc --crate-name liiga_teletext --edition=2024 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d4529608e9aa451d -C extra-filename=-4eae1bb459fcc614 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern atomic_waker=/opt/rustwide/target/debug/deps/libatomic_waker-001109810bdecbaa.rlib --extern bytes=/opt/rustwide/target/debug/deps/libbytes-bfe11088fe358bd1.rlib --extern chrono=/opt/rustwide/target/debug/deps/libchrono-93fa291e31182156.rlib --extern clap=/opt/rustwide/target/debug/deps/libclap-52be83ec6f4e2a73.rlib --extern crossterm=/opt/rustwide/target/debug/deps/libcrossterm-0ea687c561602442.rlib --extern dirs=/opt/rustwide/target/debug/deps/libdirs-99930bf9cbcd62e6.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-4829aea0d3809af4.rlib --extern futures_channel=/opt/rustwide/target/debug/deps/libfutures_channel-f26d4826b597103e.rlib --extern futures_core=/opt/rustwide/target/debug/deps/libfutures_core-fc6bb1738f00fc87.rlib --extern h2=/opt/rustwide/target/debug/deps/libh2-34a97221fa703783.rlib --extern http=/opt/rustwide/target/debug/deps/libhttp-8a286151680a468c.rlib --extern http_body=/opt/rustwide/target/debug/deps/libhttp_body-5d2c120e15cb3719.rlib --extern httparse=/opt/rustwide/target/debug/deps/libhttparse-47a3d40564b60e09.rlib --extern lru=/opt/rustwide/target/debug/deps/liblru-36016eeecdcc984e.rlib --extern pin_project_lite=/opt/rustwide/target/debug/deps/libpin_project_lite-bedc6e0acd72ff2a.rlib --extern pin_utils=/opt/rustwide/target/debug/deps/libpin_utils-9a5791cba021167a.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-630f165181911696.rlib --extern semver=/opt/rustwide/target/debug/deps/libsemver-696d06b0fb952eb7.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-047af142873f0e8a.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-e5fdd1cb9a0172eb.rlib --extern serial_test=/opt/rustwide/target/debug/deps/libserial_test-829e07bada0aa3d0.rlib --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-5baef4c42c465a7e.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-75e56b5f798b4af8.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-755e05f054b23eb8.rlib --extern toml=/opt/rustwide/target/debug/deps/libtoml-7e1ac1494938f2a2.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-83ce4b2a1b9c43aa.rlib --extern tracing_appender=/opt/rustwide/target/debug/deps/libtracing_appender-07f9adb0da7bfce7.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-fe5a39a1314f56ce.rlib --extern unicode_width=/opt/rustwide/target/debug/deps/libunicode_width-11318280e9097d13.rlib --extern want=/opt/rustwide/target/debug/deps/libwant-0f3c3ee377cad37f.rlib --extern wiremock=/opt/rustwide/target/debug/deps/libwiremock-a67c8af5758da9ce.rlib --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "a4f99e2be509eef1d2873b4dadcae2ca7983726491bb5bde6a7cd9632c3fe5c1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a4f99e2be509eef1d2873b4dadcae2ca7983726491bb5bde6a7cd9632c3fe5c1", kill_on_drop: false }` [INFO] [stdout] a4f99e2be509eef1d2873b4dadcae2ca7983726491bb5bde6a7cd9632c3fe5c1