[INFO] fetching crate restate 0.1.0-alpha... [INFO] testing restate-0.1.0-alpha against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate restate 0.1.0-alpha into /workspace/builds/worker-4-tc1/source [INFO] started tweaking crates.io crate restate 0.1.0-alpha [INFO] finished tweaking crates.io crate restate 0.1.0-alpha [INFO] tweaked toml for crates.io crate restate 0.1.0-alpha written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate restate 0.1.0-alpha on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "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" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 02640dab617768cc6656192d32b57f0c32a1ab364d22d370016431ed19bd0867 [INFO] running `Command { std: "docker" "start" "-a" "02640dab617768cc6656192d32b57f0c32a1ab364d22d370016431ed19bd0867", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "02640dab617768cc6656192d32b57f0c32a1ab364d22d370016431ed19bd0867", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "02640dab617768cc6656192d32b57f0c32a1ab364d22d370016431ed19bd0867", kill_on_drop: false }` [INFO] [stdout] 02640dab617768cc6656192d32b57f0c32a1ab364d22d370016431ed19bd0867 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] d5e4bf439f6406bf10897aba0a8984a8a06a76630d9b7e8871a45fae0626555e [INFO] running `Command { std: "docker" "start" "-a" "d5e4bf439f6406bf10897aba0a8984a8a06a76630d9b7e8871a45fae0626555e", kill_on_drop: false }` [INFO] [stderr] Compiling restate v0.1.0-alpha (/opt/rustwide/workdir) [INFO] [stdout] warning: struct `Ready` is never constructed [INFO] [stdout] --> src/blocking/transition.rs:139:16 [INFO] [stdout] | [INFO] [stdout] 139 | pub struct Ready; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Ready` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `HasTo` is never constructed [INFO] [stdout] --> src/blocking/transition.rs:148:16 [INFO] [stdout] | [INFO] [stdout] 148 | pub struct HasTo; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `HasTo` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/blocking/machine.rs:194:19 [INFO] [stdout] | [INFO] [stdout] 194 | pub fn states(&self) -> States<'_, S, E, Next> { [INFO] [stdout] | ^^^^^ -- --------------- the lifetimes get resolved as `'_` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 194 | pub fn states(&self) -> States<'_, S, E, Next<'_, S, E, Ctx>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/blocking/machine.rs:199:19 [INFO] [stdout] | [INFO] [stdout] 199 | pub fn events(&self) -> Events<'_, S, E, Next> { [INFO] [stdout] | ^^^^^ -- --------------- the lifetimes get resolved as `'_` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 199 | pub fn events(&self) -> Events<'_, S, E, Next<'_, S, E, Ctx>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.09s [INFO] running `Command { std: "docker" "inspect" "d5e4bf439f6406bf10897aba0a8984a8a06a76630d9b7e8871a45fae0626555e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d5e4bf439f6406bf10897aba0a8984a8a06a76630d9b7e8871a45fae0626555e", kill_on_drop: false }` [INFO] [stdout] d5e4bf439f6406bf10897aba0a8984a8a06a76630d9b7e8871a45fae0626555e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 44b01358937a4b8450aa8a0782c668867df9eeb6095581b497ebca64fe6f0ee8 [INFO] running `Command { std: "docker" "start" "-a" "44b01358937a4b8450aa8a0782c668867df9eeb6095581b497ebca64fe6f0ee8", kill_on_drop: false }` [INFO] [stdout] warning: struct `Ready` is never constructed [INFO] [stdout] --> src/blocking/transition.rs:139:16 [INFO] [stdout] | [INFO] [stdout] 139 | pub struct Ready; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Ready` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `HasTo` is never constructed [INFO] [stdout] --> src/blocking/transition.rs:148:16 [INFO] [stdout] | [INFO] [stdout] 148 | pub struct HasTo; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `HasTo` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/blocking/machine.rs:194:19 [INFO] [stdout] | [INFO] [stdout] 194 | pub fn states(&self) -> States<'_, S, E, Next> { [INFO] [stdout] | ^^^^^ -- --------------- the lifetimes get resolved as `'_` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 194 | pub fn states(&self) -> States<'_, S, E, Next<'_, S, E, Ctx>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling restate v0.1.0-alpha (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/blocking/machine.rs:199:19 [INFO] [stdout] | [INFO] [stdout] 199 | pub fn events(&self) -> Events<'_, S, E, Next> { [INFO] [stdout] | ^^^^^ -- --------------- the lifetimes get resolved as `'_` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 199 | pub fn events(&self) -> Events<'_, S, E, Next<'_, S, E, Ctx>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Ready` is never constructed [INFO] [stdout] --> src/blocking/transition.rs:139:16 [INFO] [stdout] | [INFO] [stdout] 139 | pub struct Ready; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Ready` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `HasTo` is never constructed [INFO] [stdout] --> src/blocking/transition.rs:148:16 [INFO] [stdout] | [INFO] [stdout] 148 | pub struct HasTo; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `HasTo` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/blocking/machine.rs:194:19 [INFO] [stdout] | [INFO] [stdout] 194 | pub fn states(&self) -> States<'_, S, E, Next> { [INFO] [stdout] | ^^^^^ -- --------------- the lifetimes get resolved as `'_` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 194 | pub fn states(&self) -> States<'_, S, E, Next<'_, S, E, Ctx>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/blocking/machine.rs:199:19 [INFO] [stdout] | [INFO] [stdout] 199 | pub fn events(&self) -> Events<'_, S, E, Next> { [INFO] [stdout] | ^^^^^ -- --------------- the lifetimes get resolved as `'_` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 199 | pub fn events(&self) -> Events<'_, S, E, Next<'_, S, E, Ctx>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.34s [INFO] running `Command { std: "docker" "inspect" "44b01358937a4b8450aa8a0782c668867df9eeb6095581b497ebca64fe6f0ee8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "44b01358937a4b8450aa8a0782c668867df9eeb6095581b497ebca64fe6f0ee8", kill_on_drop: false }` [INFO] [stdout] 44b01358937a4b8450aa8a0782c668867df9eeb6095581b497ebca64fe6f0ee8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] c1e94736672634c5fbda1cf1269a1959334b3441733d589c0dae4f72a5f9f48d [INFO] running `Command { std: "docker" "start" "-a" "c1e94736672634c5fbda1cf1269a1959334b3441733d589c0dae4f72a5f9f48d", kill_on_drop: false }` [INFO] [stderr] warning: struct `Ready` is never constructed [INFO] [stderr] --> src/blocking/transition.rs:139:16 [INFO] [stderr] | [INFO] [stderr] 139 | pub struct Ready; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `Ready` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: struct `HasTo` is never constructed [INFO] [stderr] --> src/blocking/transition.rs:148:16 [INFO] [stderr] | [INFO] [stderr] 148 | pub struct HasTo; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `HasTo` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/blocking/machine.rs:194:19 [INFO] [stderr] | [INFO] [stderr] 194 | pub fn states(&self) -> States<'_, S, E, Next> { [INFO] [stderr] | ^^^^^ -- --------------- the lifetimes get resolved as `'_` [INFO] [stderr] | | | [INFO] [stderr] | | the lifetimes get resolved as `'_` [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 194 | pub fn states(&self) -> States<'_, S, E, Next<'_, S, E, Ctx>> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/blocking/machine.rs:199:19 [INFO] [stderr] | [INFO] [stderr] 199 | pub fn events(&self) -> Events<'_, S, E, Next> { [INFO] [stderr] | ^^^^^ -- --------------- the lifetimes get resolved as `'_` [INFO] [stderr] | | | [INFO] [stderr] | | the lifetimes get resolved as `'_` [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 199 | pub fn events(&self) -> Events<'_, S, E, Next<'_, S, E, Ctx>> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `restate` (lib) generated 4 warnings (run `cargo fix --lib -p restate` to apply 2 suggestions) [INFO] [stderr] warning: `restate` (lib test) generated 4 warnings (4 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/restate-0d63e4975640a078) [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test blocking::machine::tests::on_action_test ... ok [INFO] [stdout] test blocking::machine::tests::on_transition_test ... ok [INFO] [stdout] test blocking::machine::tests::send_test ... ok [INFO] [stdout] test blocking::machine::tests::with_context_test ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "c1e94736672634c5fbda1cf1269a1959334b3441733d589c0dae4f72a5f9f48d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c1e94736672634c5fbda1cf1269a1959334b3441733d589c0dae4f72a5f9f48d", kill_on_drop: false }` [INFO] [stdout] c1e94736672634c5fbda1cf1269a1959334b3441733d589c0dae4f72a5f9f48d