[INFO] cloning repository https://github.com/cetingokhan/dqstream
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/cetingokhan/dqstream" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcetingokhan%2Fdqstream", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcetingokhan%2Fdqstream'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 49ac92d4fd6ef353a00f42081cb6e3ce7a9c4933
[INFO] testing cetingokhan/dqstream against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcetingokhan%2Fdqstream" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/cetingokhan/dqstream
[INFO] finished tweaking git repo https://github.com/cetingokhan/dqstream
[INFO] tweaked toml for git repo https://github.com/cetingokhan/dqstream written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/cetingokhan/dqstream on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/cetingokhan/dqstream 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" "+1.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] f1093371771b1d374bf36cf2df4d1b09465560568da03ff35f58743916a8fb12
[INFO] running `Command { std: "docker" "start" "f1093371771b1d374bf36cf2df4d1b09465560568da03ff35f58743916a8fb12", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f1093371771b1d374bf36cf2df4d1b09465560568da03ff35f58743916a8fb12", 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" "f1093371771b1d374bf36cf2df4d1b09465560568da03ff35f58743916a8fb12" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f1093371771b1d374bf36cf2df4d1b09465560568da03ff35f58743916a8fb12", 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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f1093371771b1d374bf36cf2df4d1b09465560568da03ff35f58743916a8fb12" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling libc v0.2.185
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling find-msvc-tools v0.1.9
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling pkg-config v0.3.33
[INFO] [stderr]    Compiling hashbrown v0.17.0
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling winnow v1.0.1
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling cc v1.2.60
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]    Compiling toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling uncased v0.9.10
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling figment v0.10.19
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling inlinable_string v0.1.15
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling mio v1.2.0
[INFO] [stderr]    Compiling socket2 v0.6.3
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling libz-sys v1.1.28
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling rdkafka-sys v4.10.0+2.12.1
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling ryu v1.0.23
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.11
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling dotenvy v0.15.7
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]    Compiling uuid v1.23.1
[INFO] [stderr]    Compiling toml_edit v0.25.11+spec-1.1.0
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling num_enum_derive v0.7.6
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling pear_codegen v0.2.9
[INFO] [stderr]    Compiling tokio v1.52.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling num_enum v0.7.6
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.6
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling pear v0.2.9
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling dqstream_common v0.1.0 (/opt/rustwide/workdir/core/common)
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling dqstream_state v0.1.0 (/opt/rustwide/workdir/core/state)
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling dqstream_processor v0.1.0 (/opt/rustwide/workdir/core/processor)
[INFO] [stderr]    Compiling dqstream_output v0.1.0 (/opt/rustwide/workdir/core/output)
[INFO] [stderr]    Compiling dqstream_checks v0.1.0 (/opt/rustwide/workdir/core/checks)
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling rdkafka v0.36.2
[INFO] [stderr]    Compiling dqstream_ingestion v0.1.0 (/opt/rustwide/workdir/core/ingestion)
[INFO] [stderr]    Compiling dqstream_server v0.1.0 (/opt/rustwide/workdir/core/server)
[INFO] [stderr]    Compiling dqstream_kafka_publisher v0.1.0 (/opt/rustwide/workdir/tools/kafka_publisher)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 2m 35s
[INFO] running `Command { std: "docker" "inspect" "f1093371771b1d374bf36cf2df4d1b09465560568da03ff35f58743916a8fb12", 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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f1093371771b1d374bf36cf2df4d1b09465560568da03ff35f58743916a8fb12" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling dqstream_checks v0.1.0 (/opt/rustwide/workdir/core/checks)
[INFO] [stderr]    Compiling dqstream_output v0.1.0 (/opt/rustwide/workdir/core/output)
[INFO] [stderr]    Compiling dqstream_processor v0.1.0 (/opt/rustwide/workdir/core/processor)
[INFO] [stderr]    Compiling dqstream_ingestion v0.1.0 (/opt/rustwide/workdir/core/ingestion)
[INFO] [stderr]    Compiling dqstream_state v0.1.0 (/opt/rustwide/workdir/core/state)
[INFO] [stderr]    Compiling dqstream_common v0.1.0 (/opt/rustwide/workdir/core/common)
[INFO] [stderr]    Compiling dqstream_server v0.1.0 (/opt/rustwide/workdir/core/server)
[INFO] [stderr]    Compiling dqstream_kafka_publisher v0.1.0 (/opt/rustwide/workdir/tools/kafka_publisher)
[INFO] [stderr] error: could not compile `dqstream_server` (bin "dqstream" test)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.99.0-beta.1-x86_64-unknown-linux-gnu/bin/rustc --crate-name dqstream --edition=2024 core/server/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C lto -C codegen-units=1 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=145ced6993bdde67 -C extra-filename=-8431169647612c69 --out-dir /opt/rustwide/target/release/deps -C strip=debuginfo -L dependency=/opt/rustwide/target/release/deps --extern anyhow=/opt/rustwide/target/release/deps/libanyhow-b93fcf1edebd4853.rlib --extern dotenvy=/opt/rustwide/target/release/deps/libdotenvy-c5a8a9ce04f9bcda.rlib --extern dqstream_common=/opt/rustwide/target/release/deps/libdqstream_common-d83b33e6621f9ec6.rlib --extern dqstream_ingestion=/opt/rustwide/target/release/deps/libdqstream_ingestion-7403edc1eb107896.rlib --extern dqstream_server=/opt/rustwide/target/release/deps/libdqstream_server-fb96bf94d46c1cdf.rlib --extern dqstream_state=/opt/rustwide/target/release/deps/libdqstream_state-c040bc2e5f6e989e.rlib --extern figment=/opt/rustwide/target/release/deps/libfigment-e887d85cf8e006f6.rlib --extern serde=/opt/rustwide/target/release/deps/libserde-de4783c2f089f4f9.rlib --extern serde_yaml=/opt/rustwide/target/release/deps/libserde_yaml-fce81b6abe92c4a2.rlib --extern tokio=/opt/rustwide/target/release/deps/libtokio-27cb9e42c3c2259b.rlib --extern tokio_util=/opt/rustwide/target/release/deps/libtokio_util-a3bcc4d073618068.rlib --extern tracing=/opt/rustwide/target/release/deps/libtracing-151c55a5401c1d37.rlib --extern tracing_subscriber=/opt/rustwide/target/release/deps/libtracing_subscriber-83cf13c7684fbaf3.rlib --cap-lints=warn -L native=/opt/rustwide/target/release/build/rdkafka-sys-f8c57271968d6c1c/out/lib` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "f1093371771b1d374bf36cf2df4d1b09465560568da03ff35f58743916a8fb12", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f1093371771b1d374bf36cf2df4d1b09465560568da03ff35f58743916a8fb12", kill_on_drop: false }`
[INFO] [stdout] f1093371771b1d374bf36cf2df4d1b09465560568da03ff35f58743916a8fb12
