[INFO] cloning repository https://github.com/zyansheep/rkyv_codec [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/zyansheep/rkyv_codec" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzyansheep%2Frkyv_codec", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzyansheep%2Frkyv_codec'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 997750714d09468edf82c6234f188ccc96cefb08 [INFO] testing zyansheep/rkyv_codec against try#0abe69e6c16114311cc2700e972492e64d69c28f for pr-154065 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzyansheep%2Frkyv_codec" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-2-tc2/source/rust-toolchain.toml [INFO] started tweaking git repo https://github.com/zyansheep/rkyv_codec [INFO] removed 0 missing examples [INFO] finished tweaking git repo https://github.com/zyansheep/rkyv_codec [INFO] tweaked toml for git repo https://github.com/zyansheep/rkyv_codec written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/zyansheep/rkyv_codec on toolchain 0abe69e6c16114311cc2700e972492e64d69c28f [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Locking 176 packages to latest Rust 1.96.0-nightly compatible versions [INFO] [stderr] Adding bincode v2.0.1 (available: v3.0.0) [INFO] [stderr] Adding criterion v0.6.0 (available: v0.8.2) [INFO] [stderr] Adding rand v0.9.2 (available: v0.10.0) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 683683eaaa8e1e8614590d9b07c188683bb2d8b60fcff122ef6032ca9523b213 [INFO] running `Command { std: "docker" "start" "-a" "683683eaaa8e1e8614590d9b07c188683bb2d8b60fcff122ef6032ca9523b213", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "683683eaaa8e1e8614590d9b07c188683bb2d8b60fcff122ef6032ca9523b213", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "683683eaaa8e1e8614590d9b07c188683bb2d8b60fcff122ef6032ca9523b213", kill_on_drop: false }` [INFO] [stdout] 683683eaaa8e1e8614590d9b07c188683bb2d8b60fcff122ef6032ca9523b213 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 884287e9962f647d76f57dcf99d2cee8c40a56eaabdd08ad4b3fcb157db6b5a2 [INFO] running `Command { std: "docker" "start" "-a" "884287e9962f647d76f57dcf99d2cee8c40a56eaabdd08ad4b3fcb157db6b5a2", kill_on_drop: false }` [INFO] [stderr] Compiling unicode-ident v1.0.24 [INFO] [stderr] Compiling quote v1.0.45 [INFO] [stderr] Compiling futures-sink v0.3.32 [INFO] [stderr] Compiling futures-core v0.3.32 [INFO] [stderr] Compiling memchr v2.8.0 [INFO] [stderr] Compiling slab v0.4.12 [INFO] [stderr] Compiling pin-project-lite v0.2.17 [INFO] [stderr] Compiling futures-task v0.3.32 [INFO] [stderr] Compiling futures-io v0.3.32 [INFO] [stderr] Compiling simdutf8 v0.1.5 [INFO] [stderr] Compiling thiserror-core v1.0.50 [INFO] [stderr] Compiling bytes v1.11.1 [INFO] [stderr] Compiling hashbrown v0.16.1 [INFO] [stderr] Compiling proc-macro2 v1.0.106 [INFO] [stderr] Compiling futures-channel v0.3.32 [INFO] [stderr] Compiling syn v2.0.117 [INFO] [stderr] Compiling ptr_meta_derive v0.3.1 [INFO] [stderr] Compiling futures-macro v0.3.32 [INFO] [stderr] Compiling bytecheck_derive v0.8.2 [INFO] [stderr] Compiling munge_macro v0.4.7 [INFO] [stderr] Compiling thiserror-core-impl v1.0.50 [INFO] [stderr] Compiling pin-project-internal v1.1.11 [INFO] [stderr] Compiling rkyv_derive v0.8.15 [INFO] [stderr] Compiling ptr_meta v0.3.1 [INFO] [stderr] Compiling futures-util v0.3.32 [INFO] [stderr] Compiling munge v0.4.7 [INFO] [stderr] Compiling rancor v0.1.1 [INFO] [stderr] Compiling bytecheck v0.8.2 [INFO] [stderr] Compiling rend v0.5.3 [INFO] [stderr] Compiling pin-project v1.1.11 [INFO] [stderr] Compiling futures-executor v0.3.32 [INFO] [stderr] Compiling asynchronous-codec v0.7.0 [INFO] [stderr] Compiling unsigned-varint v0.8.0 [INFO] [stderr] Compiling futures v0.3.32 [INFO] [stderr] Compiling rkyv v0.8.15 [INFO] [stderr] Compiling rkyv_codec v0.5.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.86s [INFO] running `Command { std: "docker" "inspect" "884287e9962f647d76f57dcf99d2cee8c40a56eaabdd08ad4b3fcb157db6b5a2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "884287e9962f647d76f57dcf99d2cee8c40a56eaabdd08ad4b3fcb157db6b5a2", kill_on_drop: false }` [INFO] [stdout] 884287e9962f647d76f57dcf99d2cee8c40a56eaabdd08ad4b3fcb157db6b5a2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 429de3a586c6af963414f4c5fd095ddc7dbb08d915f8d29adca5db17e27a200c [INFO] running `Command { std: "docker" "start" "-a" "429de3a586c6af963414f4c5fd095ddc7dbb08d915f8d29adca5db17e27a200c", kill_on_drop: false }` [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling futures-core v0.3.32 [INFO] [stderr] Compiling libc v0.2.183 [INFO] [stderr] Compiling parking v2.2.1 [INFO] [stderr] Compiling slab v0.4.12 [INFO] [stderr] Compiling autocfg v1.5.0 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling zerocopy v0.8.47 [INFO] [stderr] Compiling rustix v1.1.4 [INFO] [stderr] Compiling zerocopy-derive v0.8.47 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling fastrand v2.3.0 [INFO] [stderr] Compiling bitflags v2.11.0 [INFO] [stderr] Compiling linux-raw-sys v0.12.1 [INFO] [stderr] Compiling value-bag v1.12.0 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling futures-channel v0.3.32 [INFO] [stderr] Compiling async-task v4.7.1 [INFO] [stderr] Compiling zmij v1.0.21 [INFO] [stderr] Compiling futures-util v0.3.32 [INFO] [stderr] Compiling futures-lite v2.6.1 [INFO] [stderr] Compiling getrandom v0.3.4 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling unicode-segmentation v1.13.2 [INFO] [stderr] Compiling log v0.4.29 [INFO] [stderr] Compiling atomic-waker v1.1.2 [INFO] [stderr] Compiling piper v0.2.5 [INFO] [stderr] Compiling serde_json v1.0.149 [INFO] [stderr] Compiling async-io v2.6.0 [INFO] [stderr] Compiling convert_case v0.10.0 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling rayon-core v1.13.0 [INFO] [stderr] Compiling itoa v1.0.18 [INFO] [stderr] Compiling derive_more-impl v2.1.1 [INFO] [stderr] Compiling litrs v1.0.0 [INFO] [stderr] Compiling plotters-backend v0.3.7 [INFO] [stderr] Compiling event-listener v2.5.3 [INFO] [stderr] Compiling ciborium-io v0.2.2 [INFO] [stderr] Compiling once_cell v1.21.4 [INFO] [stderr] Compiling anstyle v1.0.14 [INFO] [stderr] Compiling concurrent-queue v2.5.0 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling thiserror v2.0.18 [INFO] [stderr] Compiling half v1.8.3 [INFO] [stderr] Compiling event-listener v5.4.1 [INFO] [stderr] Compiling clap_lex v1.1.0 [INFO] [stderr] Compiling regex-syntax v0.8.10 [INFO] [stderr] Compiling clap_builder v4.6.0 [INFO] [stderr] Compiling document-features v0.2.12 [INFO] [stderr] Compiling derive_more v2.1.1 [INFO] [stderr] Compiling plotters-svg v0.3.7 [INFO] [stderr] Compiling async-channel v1.9.0 [INFO] [stderr] Compiling event-listener-strategy v0.5.4 [INFO] [stderr] Compiling async-executor v1.14.0 [INFO] [stderr] Compiling kv-log-macro v1.0.7 [INFO] [stderr] Compiling crossbeam-deque v0.8.6 [INFO] [stderr] Compiling async-channel v2.5.0 [INFO] [stderr] Compiling async-lock v3.4.2 [INFO] [stderr] Compiling errno v0.3.14 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Compiling blocking v1.6.2 [INFO] [stderr] Compiling signal-hook-registry v1.4.8 [INFO] [stderr] Compiling mio v1.2.0 [INFO] [stderr] Compiling signal-hook v0.3.18 [INFO] [stderr] Compiling parking_lot v0.12.5 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling rand_core v0.9.5 [INFO] [stderr] Compiling thiserror-impl v2.0.18 [INFO] [stderr] Compiling virtue v0.0.18 [INFO] [stderr] Compiling signal-hook-mio v0.2.5 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling anyhow v1.0.102 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling cast v0.3.0 [INFO] [stderr] Compiling ansi-width v0.1.0 [INFO] [stderr] Compiling rayon v1.11.0 [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Compiling plotters v0.3.7 [INFO] [stderr] Compiling thingbuf v0.1.6 [INFO] [stderr] Compiling bincode_derive v2.0.1 [INFO] [stderr] Compiling regex-automata v0.4.14 [INFO] [stderr] Compiling itertools v0.13.0 [INFO] [stderr] Compiling oorandom v11.1.5 [INFO] [stderr] Compiling anes v0.1.6 [INFO] [stderr] Compiling unty v0.0.4 [INFO] [stderr] Compiling bincode v2.0.1 [INFO] [stderr] Compiling criterion-plot v0.5.0 [INFO] [stderr] Compiling futures-executor v0.3.32 [INFO] [stderr] Compiling futures v0.3.32 [INFO] [stderr] Compiling clap v4.6.0 [INFO] [stderr] Compiling unsigned-varint v0.8.0 [INFO] [stderr] Compiling async-broadcast v0.7.2 [INFO] [stderr] Compiling async-attributes v1.1.2 [INFO] [stderr] Compiling serde_cbor v0.11.2 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling regex v1.12.3 [INFO] [stderr] Compiling asynchronous-codec v0.7.0 [INFO] [stderr] Compiling rkyv_codec v0.5.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling polling v3.11.0 [INFO] [stderr] Compiling crossterm v0.29.0 [INFO] [stderr] Compiling async-global-executor v2.4.1 [INFO] [stderr] Compiling half v2.7.1 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling rustyline-async v0.4.9 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling async-std v1.13.2 [INFO] [stderr] Compiling ciborium-ll v0.2.2 [INFO] [stderr] Compiling ciborium v0.2.2 [INFO] [stderr] Compiling rand v0.9.2 [INFO] [stderr] Compiling criterion v0.6.0 [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 55.96s [INFO] running `Command { std: "docker" "inspect" "429de3a586c6af963414f4c5fd095ddc7dbb08d915f8d29adca5db17e27a200c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "429de3a586c6af963414f4c5fd095ddc7dbb08d915f8d29adca5db17e27a200c", kill_on_drop: false }` [INFO] [stdout] 429de3a586c6af963414f4c5fd095ddc7dbb08d915f8d29adca5db17e27a200c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 85086def553616cc805c9b9f7275b7f60653c9794ed62994a0a1e7466cbc4838 [INFO] running `Command { std: "docker" "start" "-a" "85086def553616cc805c9b9f7275b7f60653c9794ed62994a0a1e7466cbc4838", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.30s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rkyv_codec-b47329d0dee55a98) [INFO] [stdout] [INFO] [stdout] running 24 tests [INFO] [stdout] test length_codec::tests::test_u16_length_codec ... ok [INFO] [stdout] test length_codec::tests::test_u32_length_codec ... ok [INFO] [stdout] test length_codec::tests::test_u64_length_codec ... ok [INFO] [stdout] test length_codec::tests::test_u8_length_codec ... ok [INFO] [stdout] test length_codec::tests::test_u16_decode_async ... ok [INFO] [stdout] test length_codec::tests::test_u8_decode_async ... ok [INFO] [stdout] test tests::bench_futures_cbor_sink_50 ... ok [INFO] [stdout] test tests::bench_archive_stream_50 ... ok [INFO] [stdout] test tests::bench_varint_length_encoding ... ok [INFO] [stdout] test tests::bench_rkyv_writer_50 ... ok [INFO] [stdout] test tests::functions_varint_edge_case ... ok [INFO] [stdout] test tests::rkyv_writer ... ok [INFO] [stdout] test tests::functions ... ok [INFO] [stdout] test tests::futures_cbor_ser_de ... ok [INFO] [stdout] test tests::bench_rkyv_asynchronous_codec_sink_50 ... ok [INFO] [stdout] test tests::bench_archive_sink_prearchived_50 ... ok [INFO] [stdout] test tests::bench_u64_length_encoding ... ok [INFO] [stdout] test length_codec::tests::test_u64_decode_async ... ok [INFO] [stdout] test tests::bytes_functions ... ok [INFO] [stdout] test tests::futures_ser_de ... ok [INFO] [stdout] test tests::bench_archive_sink_50 ... ok [INFO] [stdout] test tests::bench_rkyv_asynchronous_codec_stream_50 ... ok [INFO] [stdout] test length_codec::tests::test_u32_decode_async ... ok [INFO] [stdout] test tests::bench_futures_cbor_stream_50 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 24 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stderr] Doc-tests rkyv_codec [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test src/framed_codec.rs - framed_codec::RkyvCodec (line 28) ... ok [INFO] [stdout] test src/lib.rs - (line 3) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stdout] all doctests ran in 1.35s; merged doctests compilation took 1.28s [INFO] running `Command { std: "docker" "inspect" "85086def553616cc805c9b9f7275b7f60653c9794ed62994a0a1e7466cbc4838", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "85086def553616cc805c9b9f7275b7f60653c9794ed62994a0a1e7466cbc4838", kill_on_drop: false }` [INFO] [stdout] 85086def553616cc805c9b9f7275b7f60653c9794ed62994a0a1e7466cbc4838