[INFO] cloning repository https://github.com/speelbarrow/libspl.rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/speelbarrow/libspl.rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fspeelbarrow%2Flibspl.rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fspeelbarrow%2Flibspl.rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7cd1c3e3c8d25f76593968f388d6e2472ef91cfb
[INFO] testing speelbarrow/libspl.rs against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fspeelbarrow%2Flibspl.rs" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/speelbarrow/libspl.rs
[INFO] removed 0 missing tests
[INFO] finished tweaking git repo https://github.com/speelbarrow/libspl.rs
[INFO] tweaked toml for git repo https://github.com/speelbarrow/libspl.rs written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/speelbarrow/libspl.rs on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "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" "+1.98.0-beta.1" "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 204 packages to latest Rust 1.98.0-beta.1 compatible versions
[INFO] [stderr]       Adding cucumber v0.22.1 (available: v0.23.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "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-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 5f5600352d40303d834e0d40ece216371b7b8167baea93a3dac467e5ae5973e9
[INFO] running `Command { std: "docker" "start" "5f5600352d40303d834e0d40ece216371b7b8167baea93a3dac467e5ae5973e9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5f5600352d40303d834e0d40ece216371b7b8167baea93a3dac467e5ae5973e9", 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" "5f5600352d40303d834e0d40ece216371b7b8167baea93a3dac467e5ae5973e9" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5f5600352d40303d834e0d40ece216371b7b8167baea93a3dac467e5ae5973e9", 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" "5f5600352d40303d834e0d40ece216371b7b8167baea93a3dac467e5ae5973e9" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.46
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling bytes v1.12.1
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling getrandom v0.4.3
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]    Compiling bitflags v2.13.0
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling aliasable v0.1.3
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling mio v1.2.1
[INFO] [stderr]    Compiling socket2 v0.6.4
[INFO] [stderr]    Compiling shell-escape v0.1.5
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling typed-builder-macro v0.23.2
[INFO] [stderr]    Compiling ouroboros_macro v0.18.5
[INFO] [stderr]    Compiling trait-variant v0.1.2
[INFO] [stderr]    Compiling tokio v1.52.3
[INFO] [stderr]    Compiling ouroboros v0.18.5
[INFO] [stderr]    Compiling typed-builder v0.23.2
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling ssh_format_error v0.1.0
[INFO] [stderr]    Compiling non-zero-byte-slice v0.1.0
[INFO] [stderr]    Compiling ssh_format v0.14.1
[INFO] [stderr]    Compiling openssh-mux-client-error v0.1.1
[INFO] [stderr]    Compiling sendfd v0.4.4
[INFO] [stderr]    Compiling tokio-io-utility v0.7.6
[INFO] [stderr]    Compiling openssh-mux-client v0.17.9
[INFO] [stderr]    Compiling openssh v0.11.6
[INFO] [stderr]    Compiling libspl v0.4.6 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.52s
[INFO] running `Command { std: "docker" "inspect" "5f5600352d40303d834e0d40ece216371b7b8167baea93a3dac467e5ae5973e9", 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" "5f5600352d40303d834e0d40ece216371b7b8167baea93a3dac467e5ae5973e9" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling memchr v2.8.3
[INFO] [stderr]    Compiling regex-syntax v0.8.11
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling unicode-segmentation v1.13.3
[INFO] [stderr]    Compiling quote v1.0.46
[INFO] [stderr]    Compiling crossbeam-utils v0.8.22
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling getrandom v0.4.3
[INFO] [stderr]    Compiling rand_core v0.10.1
[INFO] [stderr]    Compiling bytecount v0.6.9
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.20
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling crossbeam-deque v0.8.7
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling either v1.16.0
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]    Compiling colorchoice v1.0.5
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling anstyle v1.0.14
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling unicode-width v0.2.2
[INFO] [stderr]    Compiling peg-runtime v0.6.3
[INFO] [stderr]    Compiling log v0.4.33
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling autocfg v1.5.1
[INFO] [stderr]    Compiling anyhow v1.0.103
[INFO] [stderr]    Compiling smawk v0.3.3
[INFO] [stderr]    Compiling ref-cast v1.0.25
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling nom v8.0.0
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]    Compiling bstr v1.12.3
[INFO] [stderr]    Compiling anstream v1.0.0
[INFO] [stderr]    Compiling unicode-linebreak v0.1.5
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling textwrap v0.16.2
[INFO] [stderr]    Compiling cpufeatures v0.3.0
[INFO] [stderr]    Compiling inflections v1.1.1
[INFO] [stderr]    Compiling chacha20 v0.10.1
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]    Compiling peg-macros v0.6.3
[INFO] [stderr]    Compiling console v0.16.4
[INFO] [stderr]    Compiling humantime v2.4.0
[INFO] [stderr]    Compiling linked-hash-map v0.5.6
[INFO] [stderr]    Compiling inventory v0.3.24
[INFO] [stderr]    Compiling rand v0.10.2
[INFO] [stderr]    Compiling peg v0.6.3
[INFO] [stderr]    Compiling terminal_size v0.4.4
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling nom_locate v5.0.0
[INFO] [stderr]    Compiling regex-automata v0.4.15
[INFO] [stderr]    Compiling regex v1.13.0
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]    Compiling globset v0.4.18
[INFO] [stderr]    Compiling ignore v0.4.28
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling typed-builder-macro v0.23.2
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling sealed v0.6.0
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling ouroboros_macro v0.18.5
[INFO] [stderr]    Compiling ref-cast-impl v1.0.25
[INFO] [stderr]    Compiling pin-project-internal v1.1.13
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling smart-default v0.7.1
[INFO] [stderr]    Compiling trait-variant v0.1.2
[INFO] [stderr]    Compiling synthez-core v0.4.0
[INFO] [stderr]    Compiling globwalk v0.9.1
[INFO] [stderr]    Compiling tokio v1.52.3
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling ouroboros v0.18.5
[INFO] [stderr]    Compiling pin-project v1.1.13
[INFO] [stderr]    Compiling synthez-codegen v0.4.0
[INFO] [stderr]    Compiling typed-builder v0.23.2
[INFO] [stderr]    Compiling synthez v0.4.0
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling derive_more v2.1.1
[INFO] [stderr]    Compiling ssh_format_error v0.1.0
[INFO] [stderr]    Compiling non-zero-byte-slice v0.1.0
[INFO] [stderr]    Compiling cucumber-expressions v0.5.0
[INFO] [stderr]    Compiling gherkin v0.15.0
[INFO] [stderr]    Compiling openssh-mux-client-error v0.1.1
[INFO] [stderr]    Compiling ssh_format v0.14.1
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling cucumber-codegen v0.22.1
[INFO] [stderr]    Compiling tokio-io-utility v0.7.6
[INFO] [stderr]    Compiling sendfd v0.4.4
[INFO] [stderr]    Compiling openssh-mux-client v0.17.9
[INFO] [stderr]    Compiling cucumber v0.22.1
[INFO] [stderr]    Compiling openssh v0.11.6
[INFO] [stderr]    Compiling libspl v0.4.6 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 01s
[INFO] running `Command { std: "docker" "inspect" "5f5600352d40303d834e0d40ece216371b7b8167baea93a3dac467e5ae5973e9", 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" "5f5600352d40303d834e0d40ece216371b7b8167baea93a3dac467e5ae5973e9" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.28s
[INFO] [stderr]      Running tests/bytes.rs (/opt/rustwide/target/debug/deps/bytes-4e6bc42542a68a61)
[INFO] [stdout] Feature: Byte-string manipulation
[INFO] [stdout] Rule: Pad trait
[INFO] [stdout]     Scenario: Left-padded
[INFO] [stdout]      ✔> Given a final padded byte-string length of 32
[INFO] [stdout]      ✔  Given the byte-string "AAAA"
[INFO] [stdout]      ✔  When I pad the left side of the byte-string
[INFO] [stdout]      ✔  Then the sequence of the byte-string will be
[INFO] [stdout]          |   | 28 |
[INFO] [stdout]          | A | 4  |
[INFO] [stdout]     Scenario: Right-padded hex bytes
[INFO] [stdout]      ✔> Given a final padded byte-string length of 32
[INFO] [stdout]      ✔  Given the unsigned 32-bit hex value 0x12030
[INFO] [stdout]      ✔  When I convert the unsigned 32-bit hex value to bytes
[INFO] [stdout]      ✔  And I pad the right side of the byte-string with '1's
[INFO] [stdout]      ✔  Then the sequence of the byte-string will be
[INFO] [stdout]          | 0x01 |    |
[INFO] [stdout]          | 0x20 |    |
[INFO] [stdout]          | 0x30 |    |
[INFO] [stdout]          | 1    | 29 |
[INFO] [stdout]     Scenario: Pad both
[INFO] [stdout]      ✔> Given a final padded byte-string length of 32
[INFO] [stdout]      ✔  Given the byte-string "AAAA"
[INFO] [stdout]      ✔  When I pad the byte-string
[INFO] [stdout]      ✔  Then the sequence of the byte-string will be
[INFO] [stdout]          |   | 12 |
[INFO] [stdout]          | A | 4  |
[INFO] [stdout]          |   | 16 |
[INFO] [stdout]   Scenario: Hex bytes
[INFO] [stdout]    ✔  Given the unsigned 32-bit hex value 0x10203040
[INFO] [stdout]    ✔  When I convert the unsigned 32-bit hex value to bytes
[INFO] [stdout]    ✔  Then I should have the bytes
[INFO] [stdout]        | 0x10 |
[INFO] [stdout]        | 0x20 |
[INFO] [stdout]        | 0x30 |
[INFO] [stdout]        | 0x40 |
[INFO] [stdout]   Scenario: repeat
[INFO] [stdout]    ✔  Given the byte-string ""
[INFO] [stdout]    ✔  When I repeat the first byte into an unsigned 64-bit integer
[INFO] [stdout]    ✔  Then the unsigned 64-bit integer should equal 0x7f7f7f7f7f7f7f7f
[INFO] [stdout] [Summary]
[INFO] [stdout] 1 feature
[INFO] [stdout] 1 rule
[INFO] [stdout] 5 scenarios (5 passed)
[INFO] [stdout] 19 steps (19 passed)
[INFO] [stderr]      Running tests/interaction.rs (/opt/rustwide/target/debug/deps/interaction-b44c090160647b89)
[INFO] [stdout] Feature: Interactions
[INFO] [stdout]   Scenario: Read chunk
[INFO] [stdout]    ✔  Given an Interaction with a 50 millisecond timeout
[INFO] [stdout]        | first  | .5 |
[INFO] [stdout]        | second | 3  |
[INFO] [stdout]        | third  |    |
[INFO] [stdout]    ✔  When I read a chunk
[INFO] [stdout]    ✔  Then the chunk I read should equal "firstsecond"
[INFO] [stdout]   Scenario: Read last chunk
[INFO] [stdout]    ✔  Given an Interaction with a 50 millisecond timeout
[INFO] [stdout]        | foobar | 3 |
[INFO] [stdout]        | foobaz |   |
[INFO] [stdout]    ✔  When I read the last chunk
[INFO] [stdout]    ✔  Then the chunk I read should equal "foobar"
[INFO] [stdout] [Summary]
[INFO] [stdout] 1 feature
[INFO] [stdout] 2 scenarios (2 passed)
[INFO] [stdout] 6 steps (6 passed)
[INFO] [stderr]    Doc-tests libspl
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test src/interaction/mod.rs - interaction::interact (line 210) - compile ... ok
[INFO] [stdout] test src/interaction/mod.rs - interaction::interact (line 219) - compile ... ok
[INFO] [stdout] test src/interaction/mod.rs - interaction::interact (line 227) - compile ... ok
[INFO] [stdout] test src/interaction/mod.rs - interaction::interact (line 236) - compile ... ok
[INFO] [stdout] test src/lib.rs - Repeat::from_repeated (line 142) ... ok
[INFO] [stdout] test src/interaction/mod.rs - interaction::PID (line 148) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 1.67s; merged doctests compilation took 1.60s
[INFO] running `Command { std: "docker" "inspect" "5f5600352d40303d834e0d40ece216371b7b8167baea93a3dac467e5ae5973e9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5f5600352d40303d834e0d40ece216371b7b8167baea93a3dac467e5ae5973e9", kill_on_drop: false }`
[INFO] [stdout] 5f5600352d40303d834e0d40ece216371b7b8167baea93a3dac467e5ae5973e9
