[INFO] cloning repository https://github.com/damoon/kafka-rustreams [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/damoon/kafka-rustreams" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdamoon%2Fkafka-rustreams", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdamoon%2Fkafka-rustreams'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a779da3375016decc613ab92e8ea73ccd6e266d1 [INFO] testing damoon/kafka-rustreams against beta-2025-04-13 for beta-1.87-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdamoon%2Fkafka-rustreams" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/damoon/kafka-rustreams on toolchain beta-2025-04-13 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-04-13" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/damoon/kafka-rustreams [INFO] finished tweaking git repo https://github.com/damoon/kafka-rustreams [INFO] tweaked toml for git repo https://github.com/damoon/kafka-rustreams written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/damoon/kafka-rustreams 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" "+beta-2025-04-13" "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/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-04-13" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] df62349441f4158c0a4a16c1dc765f474ce57bc1174f86c11aa30e834322458b [INFO] running `Command { std: "docker" "start" "-a" "df62349441f4158c0a4a16c1dc765f474ce57bc1174f86c11aa30e834322458b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "df62349441f4158c0a4a16c1dc765f474ce57bc1174f86c11aa30e834322458b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "df62349441f4158c0a4a16c1dc765f474ce57bc1174f86c11aa30e834322458b", kill_on_drop: false }` [INFO] [stdout] df62349441f4158c0a4a16c1dc765f474ce57bc1174f86c11aa30e834322458b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-04-13" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 371338dbaac80378151d96900356ccede2a379e2d97d3facc5e3873361742149 [INFO] running `Command { std: "docker" "start" "-a" "371338dbaac80378151d96900356ccede2a379e2d97d3facc5e3873361742149", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.26 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling libc v0.2.94 [INFO] [stderr] Compiling syn v1.0.72 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling memchr v2.4.0 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling typenum v1.13.0 [INFO] [stderr] Compiling serde_derive v1.0.125 [INFO] [stderr] Compiling serde v1.0.125 [INFO] [stderr] Compiling getrandom v0.2.2 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling futures-core v0.3.14 [INFO] [stderr] Compiling futures-sink v0.3.14 [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Compiling proc-macro-nested v0.1.7 [INFO] [stderr] Compiling pin-project-lite v0.2.6 [INFO] [stderr] Compiling instant v0.1.9 [INFO] [stderr] Compiling bytes v1.0.1 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling cc v1.0.67 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling smallvec v1.6.1 [INFO] [stderr] Compiling tinyvec v1.2.0 [INFO] [stderr] Compiling lock_api v0.4.4 [INFO] [stderr] Compiling futures-channel v0.3.14 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling futures-io v0.3.14 [INFO] [stderr] Compiling futures-task v0.3.14 [INFO] [stderr] Compiling tokio v1.5.0 [INFO] [stderr] Compiling matches v0.1.8 [INFO] [stderr] Compiling ppv-lite86 v0.2.10 [INFO] [stderr] Compiling slab v0.4.3 [INFO] [stderr] Compiling subtle v2.4.0 [INFO] [stderr] Compiling opaque-debug v0.3.0 [INFO] [stderr] Compiling unicode-bidi v0.3.5 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling cpuid-bool v0.1.2 [INFO] [stderr] Compiling once_cell v1.7.2 [INFO] [stderr] Compiling rdkafka-sys v4.0.0+1.6.1 [INFO] [stderr] Compiling siphasher v0.3.5 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling async-trait v0.1.50 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling fallible-iterator v0.2.0 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling phf_shared v0.8.0 [INFO] [stderr] Compiling parking_lot_core v0.8.3 [INFO] [stderr] Compiling mio v0.7.11 [INFO] [stderr] Compiling signal-hook-registry v1.3.0 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling itoa v0.4.7 [INFO] [stderr] Compiling rand_core v0.6.2 [INFO] [stderr] Compiling libz-sys v1.1.3 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling phf v0.8.0 [INFO] [stderr] Compiling socket2 v0.4.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling termcolor v1.1.2 [INFO] [stderr] Compiling parking_lot v0.11.1 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling rand_chacha v0.3.0 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Compiling unicode-normalization v0.1.17 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling crypto-mac v0.10.0 [INFO] [stderr] Compiling hmac v0.10.1 [INFO] [stderr] Compiling rand v0.8.3 [INFO] [stderr] Compiling sha2 v0.9.3 [INFO] [stderr] Compiling md-5 v0.9.1 [INFO] [stderr] Compiling stringprep v0.1.2 [INFO] [stderr] Compiling postgres-protocol v0.6.1 [INFO] [stderr] Compiling regex v1.5.3 [INFO] [stderr] Compiling postgres-types v0.2.1 [INFO] [stderr] Compiling env_logger v0.8.3 [INFO] [stderr] Compiling futures-macro v0.3.14 [INFO] [stderr] Compiling tokio-macros v1.1.0 [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Compiling futures-util v0.3.14 [INFO] [stderr] Compiling futures-executor v0.3.14 [INFO] [stderr] Compiling futures v0.3.14 [INFO] [stderr] Compiling tokio-util v0.6.6 [INFO] [stderr] Compiling tokio-postgres v0.7.2 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling proc-macro-crate v0.1.5 [INFO] [stderr] Compiling num_enum_derive v0.5.1 [INFO] [stderr] Compiling num_enum v0.5.1 [INFO] [stderr] Compiling rdkafka v0.26.0 [INFO] [stderr] Compiling rustreams v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field `client` is never read [INFO] [stdout] --> src/driver/postgresql.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 11 | pub struct Driver { [INFO] [stdout] | ------ field in this struct [INFO] [stdout] ... [INFO] [stdout] 14 | client: Client, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.55s [INFO] running `Command { std: "docker" "inspect" "371338dbaac80378151d96900356ccede2a379e2d97d3facc5e3873361742149", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "371338dbaac80378151d96900356ccede2a379e2d97d3facc5e3873361742149", kill_on_drop: false }` [INFO] [stdout] 371338dbaac80378151d96900356ccede2a379e2d97d3facc5e3873361742149 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-04-13" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c532508686d684250a43a5d3287a5b9e49b07926230405def41a088a803fe41c [INFO] running `Command { std: "docker" "start" "-a" "c532508686d684250a43a5d3287a5b9e49b07926230405def41a088a803fe41c", kill_on_drop: false }` [INFO] [stderr] Compiling rustreams v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field `client` is never read [INFO] [stdout] --> src/driver/postgresql.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 11 | pub struct Driver { [INFO] [stdout] | ------ field in this struct [INFO] [stdout] ... [INFO] [stdout] 14 | client: Client, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `client` is never read [INFO] [stdout] --> src/driver/postgresql.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 11 | pub struct Driver { [INFO] [stdout] | ------ field in this struct [INFO] [stdout] ... [INFO] [stdout] 14 | client: Client, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcDP7wnV/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libenv_logger-226f534170332657.rlib,libatty-d6e760bde986f80c.rlib,libtermcolor-2977040801d16bf2.rlib,libhumantime-9f900d7885b5087e.rlib,libregex-7b3aa3140f49e14a.rlib,libaho_corasick-009babf883465083.rlib,libregex_syntax-ebe3b008943c7065.rlib,librustreams-ebc554f140c9e13a.rlib,libtokio_postgres-7443ec52db2ca8d5.rlib,libphf-5b1e654622bdfbdb.rlib,libphf_shared-27d6828a3f49524c.rlib,libsiphasher-3f5369e985d4c2a1.rlib,libpercent_encoding-3e08c199980e8244.rlib,libsocket2-a48820146512c07e.rlib,libtokio_util-05ea6e861463676b.rlib,libpostgres_types-99bc9fea74f3d6e3.rlib,libpostgres_protocol-8f1d42c0bb9119ad.rlib,libbase64-83ca8be32b9f715d.rlib,libstringprep-fdc2e238bf6d2f2b.rlib,libunicode_normalization-1b5559adc7f58c53.rlib,libtinyvec-1586cd28492da04f.rlib,libtinyvec_macros-36ab4f0266eef07c.rlib,libunicode_bidi-e4829a6bfd210dd1.rlib,libmatches-b745fe32e7f24fcc.rlib,libsha2-df43256728f0ce81.rlib,libcpuid_bool-f93aee3b4b8bed96.rlib,librand-808df4cbcdb1a22a.rlib,librand_chacha-1ca496ad86e62860.rlib,libppv_lite86-c6f18da16586a8ed.rlib,librand_core-dca0df796f1f2217.rlib,libgetrandom-17e9fad136278c75.rlib,libhmac-75b154e7d2a716d4.rlib,libcrypto_mac-59bcf86cecd2dcc1.rlib,libsubtle-bbad944440fcd988.rlib,libmd5-f657c64e4736f31f.rlib,libopaque_debug-1826dab867fa4b9d.rlib,libblock_buffer-718c077264b0238d.rlib,libdigest-a2eb38525997ee3a.rlib,libgeneric_array-ee8f9f1217d22d6c.rlib,libtypenum-a69d362296c4b839.rlib,libfallible_iterator-a337747b23ec23ad.rlib,libbyteorder-fb36fe721788ce00.rlib,librdkafka-3b92a75b8a197840.rlib,libserde_json-e42b963d90d9afa5.rlib,libryu-f4246d7c552377c0.rlib,libitoa-758fc92d5290c8b4.rlib,libserde-1e8deb4ab38442ef.rlib,libfutures-bde95bfb1433f06d.rlib,libfutures_executor-61028463b4ce79e1.rlib,libfutures_util-8c447fe402cb9c1a.rlib,libfutures_io-1b9ebca48d073e7d.rlib,libslab-7f44b4c2482b7a03.rlib,libfutures_channel-db954fa849f2991a.rlib,libfutures_sink-d1e7b76760490e4f.rlib,libfutures_task-e20cad4220cb6984.rlib,libpin_utils-3860774ad9b215b5.rlib,libfutures_core-d97ae4891e60216b.rlib,librdkafka_sys-045b88e0672d5b46.rlib,libnum_enum-9b0f09e1a3a93c8f.rlib,liblibz_sys-10bf5ca96a4083b2.rlib,libtokio-97d820e71009f938.rlib,libsignal_hook_registry-8ef1310bac6c25e2.rlib,libnum_cpus-1551899e6e67b63d.rlib,libmemchr-53fe9504af570e42.rlib,libonce_cell-bd43e7d905d054f4.rlib,libbytes-fd4188dc5bbc0b1b.rlib,libmio-e2c4956aa5ffb305.rlib,liblog-34ef9ba83ed67a27.rlib,libpin_project_lite-b7cfabec157acbac.rlib,libparking_lot-22e9d6c8e58ddc1a.rlib,libparking_lot_core-09bf8b3cebc75ede.rlib,liblibc-565d26b7737d6325.rlib,libsmallvec-4e540aa6ec26eb74.rlib,liblock_api-248a7791a55bb287.rlib,libscopeguard-e318caba69bf687f.rlib,libinstant-e279955f8e10ae31.rlib,libcfg_if-3e7fc4e38d4a72b5.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,liballoc-*,librustc_std_workspace_core-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lz" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcDP7wnV/raw-dylibs" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/rdkafka-sys-02802b9692d01f50/out/src" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/testing-11b12521ad93f941" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rustreams` (example "testing") due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "c532508686d684250a43a5d3287a5b9e49b07926230405def41a088a803fe41c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c532508686d684250a43a5d3287a5b9e49b07926230405def41a088a803fe41c", kill_on_drop: false }` [INFO] [stdout] c532508686d684250a43a5d3287a5b9e49b07926230405def41a088a803fe41c