[INFO] cloning repository https://github.com/dariosaldia/kafka_fundamentals
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dariosaldia/kafka_fundamentals" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdariosaldia%2Fkafka_fundamentals", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdariosaldia%2Fkafka_fundamentals'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 51885215179519ad692c4d18528766e23c4a22fe
[INFO] checking dariosaldia/kafka_fundamentals/51885215179519ad692c4d18528766e23c4a22fe against dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8 for pr-133502-26
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdariosaldia%2Fkafka_fundamentals" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/dariosaldia/kafka_fundamentals
[INFO] finished tweaking git repo https://github.com/dariosaldia/kafka_fundamentals
[INFO] tweaked toml for git repo https://github.com/dariosaldia/kafka_fundamentals written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/dariosaldia/kafka_fundamentals on toolchain dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/dariosaldia/kafka_fundamentals 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" "+dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded yaml-rust2 v0.10.3
[INFO] [stderr]   Downloaded rust-ini v0.21.2
[INFO] [stderr]   Downloaded rdkafka v0.38.0
[INFO] [stderr]   Downloaded cc v1.2.32
[INFO] [stderr]   Downloaded rdkafka-sys v4.9.0+2.10.0
[INFO] [stderr]   Downloaded config v0.15.13
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:1fa6594d87c8fa7b311925a7a77a16f539833322d9dfba4ce891f211db2f90b1" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 0fbc80cb68b669fa9d6377c4961605f05d58ecf720a92fa4e8bb713e44fbaa72
[INFO] running `Command { std: "docker" "start" "0fbc80cb68b669fa9d6377c4961605f05d58ecf720a92fa4e8bb713e44fbaa72", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0fbc80cb68b669fa9d6377c4961605f05d58ecf720a92fa4e8bb713e44fbaa72", 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" "0fbc80cb68b669fa9d6377c4961605f05d58ecf720a92fa4e8bb713e44fbaa72" "/opt/rustwide/cargo-home/bin/cargo" "+dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0fbc80cb68b669fa9d6377c4961605f05d58ecf720a92fa4e8bb713e44fbaa72", 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" "0fbc80cb68b669fa9d6377c4961605f05d58ecf720a92fa4e8bb713e44fbaa72" "/opt/rustwide/cargo-home/bin/cargo" "+dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.97
[INFO] [stderr]    Compiling thiserror v2.0.14
[INFO] [stderr]    Compiling libc v0.2.175
[INFO] [stderr]    Compiling crunchy v0.2.4
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling cfg-if v1.0.1
[INFO] [stderr]    Compiling winnow v0.7.12
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling cc v1.2.32
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling serde_json v1.0.142
[INFO] [stderr]    Compiling rdkafka-sys v4.9.0+2.10.0
[INFO] [stderr]     Checking futures-core v0.3.31
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking encoding_rs v0.8.35
[INFO] [stderr]    Compiling anyhow v1.0.99
[INFO] [stderr]     Checking arraydeque v0.5.1
[INFO] [stderr]     Checking toml_writer v1.0.2
[INFO] [stderr]     Checking convert_case v0.6.0
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]     Checking slab v0.4.11
[INFO] [stderr]     Checking pathdiff v0.2.3
[INFO] [stderr]     Checking log v0.4.27
[INFO] [stderr]     Checking hashlink v0.10.0
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling libz-sys v1.1.22
[INFO] [stderr]    Compiling const-random-macro v0.1.16
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling indexmap v2.10.0
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]     Checking const-random v0.1.18
[INFO] [stderr]     Checking dlv-list v0.5.2
[INFO] [stderr]     Checking ordered-multimap v0.7.3
[INFO] [stderr]     Checking yaml-rust2 v0.10.3
[INFO] [stderr]     Checking rust-ini v0.21.2
[INFO] [stderr]     Checking toml_parser v1.0.2
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling thiserror-impl v2.0.14
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling async-trait v0.1.88
[INFO] [stderr]     Checking tokio v1.47.1
[INFO] [stderr]    Compiling proc-macro-crate v3.3.0
[INFO] [stderr]     Checking pest v2.8.1
[INFO] [stderr]    Compiling num_enum_derive v0.7.4
[INFO] [stderr]     Checking num_enum v0.7.4
[INFO] [stderr]     Checking serde v1.0.219
[INFO] [stderr]    Compiling pest_meta v2.8.1
[INFO] [stderr]    Compiling pest_generator v2.8.1
[INFO] [stderr]    Compiling pest_derive v2.8.1
[INFO] [stderr]     Checking serde_spanned v1.0.0
[INFO] [stderr]     Checking toml_datetime v0.7.0
[INFO] [stderr]     Checking bitflags v2.9.1
[INFO] [stderr]     Checking json5 v0.4.1
[INFO] [stderr]     Checking toml v0.9.5
[INFO] [stderr]     Checking ron v0.8.1
[INFO] [stderr]     Checking config v0.15.13
[INFO] [stderr]     Checking rdkafka v0.38.0
[INFO] [stderr]     Checking shared v0.1.0 (/opt/rustwide/workdir/shared)
[INFO] [stderr]     Checking lab2_offsets_manual v0.1.0 (/opt/rustwide/workdir/labs/lab2_offsets_manual)
[INFO] [stderr]     Checking lab1_produce_consume v0.1.0 (/opt/rustwide/workdir/labs/lab1_produce_consume)
[INFO] [stderr]     Checking lab3_consumer_groups v0.1.0 (/opt/rustwide/workdir/labs/lab3_consumer_groups)
[INFO] [stderr]     Checking lab4_delivery_semantics v0.1.0 (/opt/rustwide/workdir/labs/lab4_delivery_semantics)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 34s
[INFO] running `Command { std: "docker" "inspect" "0fbc80cb68b669fa9d6377c4961605f05d58ecf720a92fa4e8bb713e44fbaa72", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0fbc80cb68b669fa9d6377c4961605f05d58ecf720a92fa4e8bb713e44fbaa72", kill_on_drop: false }`
[INFO] [stdout] 0fbc80cb68b669fa9d6377c4961605f05d58ecf720a92fa4e8bb713e44fbaa72
