[INFO] cloning repository https://github.com/traxys/git-series-manager
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/traxys/git-series-manager" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftraxys%2Fgit-series-manager", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftraxys%2Fgit-series-manager'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b29d5fbfc1e39804534353ab606d2ef2fcf2441f
[INFO] testing traxys/git-series-manager against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftraxys%2Fgit-series-manager" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/traxys/git-series-manager
[INFO] finished tweaking git repo https://github.com/traxys/git-series-manager
[INFO] tweaked toml for git repo https://github.com/traxys/git-series-manager written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/traxys/git-series-manager on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/traxys/git-series-manager 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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded supports-color v3.0.0
[INFO] [stderr]   Downloaded is_ci v1.2.0
[INFO] [stderr]   Downloaded temp-dir v0.1.12
[INFO] [stderr]   Downloaded supports-unicode v3.0.0
[INFO] [stderr]   Downloaded const-random v0.1.17
[INFO] [stderr]   Downloaded miette-derive v7.0.0
[INFO] [stderr]   Downloaded supports-hyperlinks v3.0.0
[INFO] [stderr]   Downloaded owo-colors v4.0.0
[INFO] [stderr]   Downloaded backtrace-ext v0.2.1
[INFO] [stderr]   Downloaded ordered-multimap v0.6.0
[INFO] [stderr]   Downloaded pest_generator v2.7.7
[INFO] [stderr]   Downloaded rust-ini v0.19.0
[INFO] [stderr]   Downloaded os_pipe v1.1.5
[INFO] [stderr]   Downloaded shared_child v1.0.0
[INFO] [stderr]   Downloaded pest_derive v2.7.7
[INFO] [stderr]   Downloaded anstream v0.6.11
[INFO] [stderr]   Downloaded clap v4.4.18
[INFO] [stderr]   Downloaded pest_meta v2.7.7
[INFO] [stderr]   Downloaded miette v7.0.0
[INFO] [stderr]   Downloaded toml v0.8.10
[INFO] [stderr]   Downloaded duct v0.13.7
[INFO] [stderr]   Downloaded indexmap v2.2.2
[INFO] [stderr]   Downloaded pest v2.7.7
[INFO] [stderr]   Downloaded toml_edit v0.22.4
[INFO] [stderr]   Downloaded winnow v0.5.39
[INFO] [stderr]   Downloaded clap_builder v4.4.18
[INFO] [stderr]   Downloaded rustix v0.38.31
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 67552a9b68df0d5d2fb88f39173b9415eb3b5b4f5db4bb580d2edd281ba63235
[INFO] running `Command { std: "docker" "start" "-a" "67552a9b68df0d5d2fb88f39173b9415eb3b5b4f5db4bb580d2edd281ba63235", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "67552a9b68df0d5d2fb88f39173b9415eb3b5b4f5db4bb580d2edd281ba63235", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "67552a9b68df0d5d2fb88f39173b9415eb3b5b4f5db4bb580d2edd281ba63235", kill_on_drop: false }`
[INFO] [stdout] 67552a9b68df0d5d2fb88f39173b9415eb3b5b4f5db4bb580d2edd281ba63235
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6d51640ed68577a8ccc5617830f5cecd646f323dc0393515e7846799a87bb9fa
[INFO] running `Command { std: "docker" "start" "-a" "6d51640ed68577a8ccc5617830f5cecd646f323dc0393515e7846799a87bb9fa", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling serde v1.0.196
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling ucd-trie v0.1.6
[INFO] [stderr]    Compiling utf8parse v0.2.1
[INFO] [stderr]    Compiling gimli v0.28.1
[INFO] [stderr]    Compiling crunchy v0.2.2
[INFO] [stderr]    Compiling adler v1.0.2
[INFO] [stderr]    Compiling rustix v0.38.31
[INFO] [stderr]    Compiling object v0.32.2
[INFO] [stderr]    Compiling indexmap v2.2.2
[INFO] [stderr]    Compiling linux-raw-sys v0.4.13
[INFO] [stderr]    Compiling anstyle-query v1.0.2
[INFO] [stderr]    Compiling rustc-demangle v0.1.23
[INFO] [stderr]    Compiling syn v2.0.48
[INFO] [stderr]    Compiling hashbrown v0.13.2
[INFO] [stderr]    Compiling serde_json v1.0.113
[INFO] [stderr]    Compiling miniz_oxide v0.7.2
[INFO] [stderr]    Compiling winnow v0.5.39
[INFO] [stderr]    Compiling anstyle-parse v0.2.3
[INFO] [stderr]    Compiling colorchoice v1.0.0
[INFO] [stderr]    Compiling anstyle v1.0.6
[INFO] [stderr]    Compiling unicode-linebreak v0.1.5
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]    Compiling option-ext v0.2.0
[INFO] [stderr]    Compiling linked-hash-map v0.5.6
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling unicode-segmentation v1.11.0
[INFO] [stderr]    Compiling anstream v0.6.11
[INFO] [stderr]    Compiling clap_lex v0.6.0
[INFO] [stderr]    Compiling is_ci v1.2.0
[INFO] [stderr]    Compiling unicode-width v0.1.11
[INFO] [stderr]    Compiling smawk v0.3.2
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling supports-color v3.0.0
[INFO] [stderr]    Compiling yaml-rust v0.4.5
[INFO] [stderr]    Compiling clap_builder v4.4.18
[INFO] [stderr]    Compiling convert_case v0.6.0
[INFO] [stderr]    Compiling textwrap v0.16.0
[INFO] [stderr]    Compiling getrandom v0.2.12
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]    Compiling shared_child v1.0.0
[INFO] [stderr]    Compiling dirs-sys v0.4.1
[INFO] [stderr]    Compiling os_pipe v1.1.5
[INFO] [stderr]    Compiling pathdiff v0.2.1
[INFO] [stderr]    Compiling const-random-macro v0.1.16
[INFO] [stderr]    Compiling owo-colors v4.0.0
[INFO] [stderr]    Compiling supports-unicode v3.0.0
[INFO] [stderr]    Compiling supports-hyperlinks v3.0.0
[INFO] [stderr]    Compiling directories v5.0.1
[INFO] [stderr]    Compiling const-random v0.1.17
[INFO] [stderr]    Compiling duct v0.13.7
[INFO] [stderr]    Compiling temp-dir v0.1.12
[INFO] [stderr]    Compiling dlv-list v0.5.2
[INFO] [stderr]    Compiling ordered-multimap v0.6.0
[INFO] [stderr]    Compiling backtrace v0.3.69
[INFO] [stderr]    Compiling rust-ini v0.19.0
[INFO] [stderr]    Compiling addr2line v0.21.0
[INFO] [stderr]    Compiling serde_derive v1.0.196
[INFO] [stderr]    Compiling thiserror-impl v1.0.56
[INFO] [stderr]    Compiling async-trait v0.1.77
[INFO] [stderr]    Compiling clap_derive v4.4.7
[INFO] [stderr]    Compiling miette-derive v7.0.0
[INFO] [stderr]    Compiling thiserror v1.0.56
[INFO] [stderr]    Compiling pest v2.7.7
[INFO] [stderr]    Compiling backtrace-ext v0.2.1
[INFO] [stderr]    Compiling clap v4.4.18
[INFO] [stderr]    Compiling pest_meta v2.7.7
[INFO] [stderr]    Compiling pest_generator v2.7.7
[INFO] [stderr]    Compiling pest_derive v2.7.7
[INFO] [stderr]    Compiling bitflags v2.4.2
[INFO] [stderr]    Compiling serde_spanned v0.6.5
[INFO] [stderr]    Compiling toml_datetime v0.6.5
[INFO] [stderr]    Compiling json5 v0.4.1
[INFO] [stderr]    Compiling ron v0.8.1
[INFO] [stderr]    Compiling toml_edit v0.22.4
[INFO] [stderr]    Compiling terminal_size v0.3.0
[INFO] [stderr]    Compiling miette v7.0.0
[INFO] [stderr]    Compiling toml v0.8.10
[INFO] [stderr]    Compiling config v0.14.0
[INFO] [stderr]    Compiling gsm v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning[E0133]: call to unsafe function `std::mem::transmute_copy` is unsafe and requires unsafe block
[INFO] [stdout]   --> src/utils.rs:47:5
[INFO] [stdout]    |
[INFO] [stdout] 47 |     mem::transmute_copy::<T, U>(&v)
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout]    = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]   --> src/utils.rs:45:1
[INFO] [stdout]    |
[INFO] [stdout] 45 | pub unsafe fn transmute_ignore_size<T, U>(v: T) -> U {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: `#[warn(unsafe_op_in_unsafe_fn)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0133`.
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.93s
[INFO] running `Command { std: "docker" "inspect" "6d51640ed68577a8ccc5617830f5cecd646f323dc0393515e7846799a87bb9fa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6d51640ed68577a8ccc5617830f5cecd646f323dc0393515e7846799a87bb9fa", kill_on_drop: false }`
[INFO] [stdout] 6d51640ed68577a8ccc5617830f5cecd646f323dc0393515e7846799a87bb9fa
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b7f9211f5d715678333219a8bb7eaf11c2a429b8352b7565c13f36e27fb2968f
[INFO] running `Command { std: "docker" "start" "-a" "b7f9211f5d715678333219a8bb7eaf11c2a429b8352b7565c13f36e27fb2968f", kill_on_drop: false }`
[INFO] [stderr]    Compiling gsm v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning[E0133]: call to unsafe function `std::mem::transmute_copy` is unsafe and requires unsafe block
[INFO] [stdout]   --> src/utils.rs:47:5
[INFO] [stdout]    |
[INFO] [stdout] 47 |     mem::transmute_copy::<T, U>(&v)
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stdout]    = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stdout]   --> src/utils.rs:45:1
[INFO] [stdout]    |
[INFO] [stdout] 45 | pub unsafe fn transmute_ignore_size<T, U>(v: T) -> U {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: `#[warn(unsafe_op_in_unsafe_fn)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0133`.
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.07s
[INFO] running `Command { std: "docker" "inspect" "b7f9211f5d715678333219a8bb7eaf11c2a429b8352b7565c13f36e27fb2968f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b7f9211f5d715678333219a8bb7eaf11c2a429b8352b7565c13f36e27fb2968f", kill_on_drop: false }`
[INFO] [stdout] b7f9211f5d715678333219a8bb7eaf11c2a429b8352b7565c13f36e27fb2968f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 4c096d2ec4447282756dc66d3f6676aeb4f9927743e095b3b460b130fe8f2e47
[INFO] running `Command { std: "docker" "start" "-a" "4c096d2ec4447282756dc66d3f6676aeb4f9927743e095b3b460b130fe8f2e47", kill_on_drop: false }`
[INFO] [stderr] warning[E0133]: call to unsafe function `std::mem::transmute_copy` is unsafe and requires unsafe block
[INFO] [stderr]   --> src/utils.rs:47:5
[INFO] [stderr]    |
[INFO] [stderr] 47 |     mem::transmute_copy::<T, U>(&v)
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stderr]    |
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-op-in-unsafe-fn.html>
[INFO] [stderr]    = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default
[INFO] [stderr]   --> src/utils.rs:45:1
[INFO] [stderr]    |
[INFO] [stderr] 45 | pub unsafe fn transmute_ignore_size<T, U>(v: T) -> U {
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    = note: `#[warn(unsafe_op_in_unsafe_fn)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0133`.
[INFO] [stderr] warning: `gsm` (bin "gsm" test) generated 1 warning (run `cargo fix --bin "gsm" -p gsm --tests` to apply 1 suggestion)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.17s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/gsm-7de987a3b99b53a2)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "4c096d2ec4447282756dc66d3f6676aeb4f9927743e095b3b460b130fe8f2e47", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4c096d2ec4447282756dc66d3f6676aeb4f9927743e095b3b460b130fe8f2e47", kill_on_drop: false }`
[INFO] [stdout] 4c096d2ec4447282756dc66d3f6676aeb4f9927743e095b3b460b130fe8f2e47
