[INFO] cloning repository https://github.com/aztecrex/rust-swf-demo [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/aztecrex/rust-swf-demo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faztecrex%2Frust-swf-demo", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faztecrex%2Frust-swf-demo'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 76c752d5be2b0eb059d1101b38dbcb613878de00 [INFO] testing aztecrex/rust-swf-demo against beta-2022-02-22 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faztecrex%2Frust-swf-demo" "/workspace/builds/worker-113/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-113/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/aztecrex/rust-swf-demo on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/aztecrex/rust-swf-demo [INFO] finished tweaking git repo https://github.com/aztecrex/rust-swf-demo [INFO] tweaked toml for git repo https://github.com/aztecrex/rust-swf-demo written to /workspace/builds/worker-113/source/Cargo.toml [INFO] crate git repo https://github.com/aztecrex/rust-swf-demo already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-113/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-113/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f6001721a6dd5792de604fe4d9a134036e9f00474a453149bb58280c2d97215f [INFO] running `Command { std: "docker" "start" "-a" "f6001721a6dd5792de604fe4d9a134036e9f00474a453149bb58280c2d97215f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f6001721a6dd5792de604fe4d9a134036e9f00474a453149bb58280c2d97215f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f6001721a6dd5792de604fe4d9a134036e9f00474a453149bb58280c2d97215f", kill_on_drop: false }` [INFO] [stdout] f6001721a6dd5792de604fe4d9a134036e9f00474a453149bb58280c2d97215f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-113/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-113/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 62b570a519709408f27f74a6db7792d4f023a49d4bc7d1bfeece17d9dc13caf9 [INFO] running `Command { std: "docker" "start" "-a" "62b570a519709408f27f74a6db7792d4f023a49d4bc7d1bfeece17d9dc13caf9", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling swf-demo v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `invoice_for` [INFO] [stdout] --> src/workflow.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | invoice_for: Timestamp, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `InvoiceFlow` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/workflow.rs:25:10 [INFO] [stdout] | [INFO] [stdout] 25 | #[derive(Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `last_invoice_for` [INFO] [stdout] --> src/workflow.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | last_invoice_for: Have>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `InvoiceFlow` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/workflow.rs:25:10 [INFO] [stdout] | [INFO] [stdout] 25 | #[derive(Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `charges` [INFO] [stdout] --> src/workflow.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | charges: Have>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `InvoiceFlow` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/workflow.rs:25:10 [INFO] [stdout] | [INFO] [stdout] 25 | #[derive(Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `previous_balance` [INFO] [stdout] --> src/workflow.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | previous_balance: Have>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `InvoiceFlow` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/workflow.rs:25:10 [INFO] [stdout] | [INFO] [stdout] 25 | #[derive(Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `activity` [INFO] [stdout] --> src/workflow.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | activity: Have>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `InvoiceFlow` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/workflow.rs:25:10 [INFO] [stdout] | [INFO] [stdout] 25 | #[derive(Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `invoice` [INFO] [stdout] --> src/workflow.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | invoice: Have, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `InvoiceFlow` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/workflow.rs:25:10 [INFO] [stdout] | [INFO] [stdout] 25 | #[derive(Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.61s [INFO] running `Command { std: "docker" "inspect" "62b570a519709408f27f74a6db7792d4f023a49d4bc7d1bfeece17d9dc13caf9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "62b570a519709408f27f74a6db7792d4f023a49d4bc7d1bfeece17d9dc13caf9", kill_on_drop: false }` [INFO] [stdout] 62b570a519709408f27f74a6db7792d4f023a49d4bc7d1bfeece17d9dc13caf9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-113/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-113/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 57679b1806bbbb72ab7f974ffb83a691aadbfc04de438397bb6b7d24235c9dac [INFO] running `Command { std: "docker" "start" "-a" "57679b1806bbbb72ab7f974ffb83a691aadbfc04de438397bb6b7d24235c9dac", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stdout] warning: field is never read: `invoice_for` [INFO] [stdout] --> src/workflow.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | invoice_for: Timestamp, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `InvoiceFlow` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/workflow.rs:25:10 [INFO] [stdout] | [INFO] [stdout] 25 | #[derive(Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `last_invoice_for` [INFO] [stdout] --> src/workflow.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | last_invoice_for: Have>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `InvoiceFlow` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/workflow.rs:25:10 [INFO] [stdout] | [INFO] [stdout] 25 | #[derive(Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `charges` [INFO] [stdout] --> src/workflow.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | charges: Have>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `InvoiceFlow` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/workflow.rs:25:10 [INFO] [stdout] | [INFO] [stdout] 25 | #[derive(Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `previous_balance` [INFO] [stdout] --> src/workflow.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | previous_balance: Have>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `InvoiceFlow` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/workflow.rs:25:10 [INFO] [stdout] | [INFO] [stdout] 25 | #[derive(Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `activity` [INFO] [stdout] --> src/workflow.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | activity: Have>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `InvoiceFlow` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/workflow.rs:25:10 [INFO] [stdout] | [INFO] [stdout] 25 | #[derive(Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `invoice` [INFO] [stdout] --> src/workflow.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | invoice: Have, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `InvoiceFlow` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/workflow.rs:25:10 [INFO] [stdout] | [INFO] [stdout] 25 | #[derive(Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling swf-demo v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `invoice_for` [INFO] [stdout] --> src/workflow.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | invoice_for: Timestamp, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `InvoiceFlow` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/workflow.rs:25:10 [INFO] [stdout] | [INFO] [stdout] 25 | #[derive(Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `last_invoice_for` [INFO] [stdout] --> src/workflow.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | last_invoice_for: Have>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `InvoiceFlow` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/workflow.rs:25:10 [INFO] [stdout] | [INFO] [stdout] 25 | #[derive(Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `charges` [INFO] [stdout] --> src/workflow.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | charges: Have>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `InvoiceFlow` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/workflow.rs:25:10 [INFO] [stdout] | [INFO] [stdout] 25 | #[derive(Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `previous_balance` [INFO] [stdout] --> src/workflow.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | previous_balance: Have>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `InvoiceFlow` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/workflow.rs:25:10 [INFO] [stdout] | [INFO] [stdout] 25 | #[derive(Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `activity` [INFO] [stdout] --> src/workflow.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | activity: Have>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `InvoiceFlow` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/workflow.rs:25:10 [INFO] [stdout] | [INFO] [stdout] 25 | #[derive(Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `invoice` [INFO] [stdout] --> src/workflow.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | invoice: Have, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `InvoiceFlow` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/workflow.rs:25:10 [INFO] [stdout] | [INFO] [stdout] 25 | #[derive(Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 5.16s [INFO] running `Command { std: "docker" "inspect" "57679b1806bbbb72ab7f974ffb83a691aadbfc04de438397bb6b7d24235c9dac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "57679b1806bbbb72ab7f974ffb83a691aadbfc04de438397bb6b7d24235c9dac", kill_on_drop: false }` [INFO] [stdout] 57679b1806bbbb72ab7f974ffb83a691aadbfc04de438397bb6b7d24235c9dac [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-113/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-113/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 48e7e6a7ba301583a6d098188cd5f9a8f2af176161de8f082af3918a57420ad6 [INFO] running `Command { std: "docker" "start" "-a" "48e7e6a7ba301583a6d098188cd5f9a8f2af176161de8f082af3918a57420ad6", kill_on_drop: false }` [INFO] [stderr] warning: field is never read: `invoice_for` [INFO] [stderr] --> src/workflow.rs:28:5 [INFO] [stderr] | [INFO] [stderr] 28 | invoice_for: Timestamp, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `InvoiceFlow` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/workflow.rs:25:10 [INFO] [stderr] | [INFO] [stderr] 25 | #[derive(Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `last_invoice_for` [INFO] [stderr] --> src/workflow.rs:29:5 [INFO] [stderr] | [INFO] [stderr] 29 | last_invoice_for: Have>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `InvoiceFlow` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/workflow.rs:25:10 [INFO] [stderr] | [INFO] [stderr] 25 | #[derive(Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `charges` [INFO] [stderr] --> src/workflow.rs:30:5 [INFO] [stderr] | [INFO] [stderr] 30 | charges: Have>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `InvoiceFlow` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/workflow.rs:25:10 [INFO] [stderr] | [INFO] [stderr] 25 | #[derive(Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `previous_balance` [INFO] [stderr] --> src/workflow.rs:31:5 [INFO] [stderr] | [INFO] [stderr] 31 | previous_balance: Have>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `InvoiceFlow` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/workflow.rs:25:10 [INFO] [stderr] | [INFO] [stderr] 25 | #[derive(Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `activity` [INFO] [stderr] --> src/workflow.rs:32:5 [INFO] [stderr] | [INFO] [stderr] 32 | activity: Have>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `InvoiceFlow` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/workflow.rs:25:10 [INFO] [stderr] | [INFO] [stderr] 25 | #[derive(Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `invoice` [INFO] [stderr] --> src/workflow.rs:33:5 [INFO] [stderr] | [INFO] [stderr] 33 | invoice: Have, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `InvoiceFlow` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/workflow.rs:25:10 [INFO] [stderr] | [INFO] [stderr] 25 | #[derive(Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `swf-demo` (lib) generated 6 warnings [INFO] [stderr] warning: `swf-demo` (lib test) generated 6 warnings (6 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/swf_demo-44c9337ac86dc883) [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] [stderr] Running unittests (/opt/rustwide/target/debug/deps/swf_demo-8e61b1ca3295821f) [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] [stderr] Doc-tests swf-demo [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" "48e7e6a7ba301583a6d098188cd5f9a8f2af176161de8f082af3918a57420ad6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "48e7e6a7ba301583a6d098188cd5f9a8f2af176161de8f082af3918a57420ad6", kill_on_drop: false }` [INFO] [stdout] 48e7e6a7ba301583a6d098188cd5f9a8f2af176161de8f082af3918a57420ad6