[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 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faztecrex%2Frust-swf-demo" "/workspace/builds/worker-67/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-67/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/aztecrex/rust-swf-demo on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "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-67/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" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-67/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-67/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1e2f9fc2d83b1a8fffc95b065fd55ac1d391fd1138668c2ff1dad86278fbdecf [INFO] running `Command { std: "docker" "start" "-a" "1e2f9fc2d83b1a8fffc95b065fd55ac1d391fd1138668c2ff1dad86278fbdecf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1e2f9fc2d83b1a8fffc95b065fd55ac1d391fd1138668c2ff1dad86278fbdecf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1e2f9fc2d83b1a8fffc95b065fd55ac1d391fd1138668c2ff1dad86278fbdecf", kill_on_drop: false }` [INFO] [stdout] 1e2f9fc2d83b1a8fffc95b065fd55ac1d391fd1138668c2ff1dad86278fbdecf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-67/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-67/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e17f2b69fb5e7c63327af0fe15dd89de693bb26347c80d902930f6837b7ad7b2 [INFO] running `Command { std: "docker" "start" "-a" "e17f2b69fb5e7c63327af0fe15dd89de693bb26347c80d902930f6837b7ad7b2", 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 19.97s [INFO] running `Command { std: "docker" "inspect" "e17f2b69fb5e7c63327af0fe15dd89de693bb26347c80d902930f6837b7ad7b2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e17f2b69fb5e7c63327af0fe15dd89de693bb26347c80d902930f6837b7ad7b2", kill_on_drop: false }` [INFO] [stdout] e17f2b69fb5e7c63327af0fe15dd89de693bb26347c80d902930f6837b7ad7b2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-67/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-67/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 996bd18578c376daebfddc4e9d0cfb0a42db452153592126c0fa7bc76a0669fb [INFO] running `Command { std: "docker" "start" "-a" "996bd18578c376daebfddc4e9d0cfb0a42db452153592126c0fa7bc76a0669fb", 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] [stderr] Compiling swf-demo v0.1.0 (/opt/rustwide/workdir) [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] [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 6.85s [INFO] running `Command { std: "docker" "inspect" "996bd18578c376daebfddc4e9d0cfb0a42db452153592126c0fa7bc76a0669fb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "996bd18578c376daebfddc4e9d0cfb0a42db452153592126c0fa7bc76a0669fb", kill_on_drop: false }` [INFO] [stdout] 996bd18578c376daebfddc4e9d0cfb0a42db452153592126c0fa7bc76a0669fb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-67/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-67/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 2f30649a10298de1721d98e0198609f903f652d9f59e19e1b3e5fdc2d4733915 [INFO] running `Command { std: "docker" "start" "-a" "2f30649a10298de1721d98e0198609f903f652d9f59e19e1b3e5fdc2d4733915", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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.33s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/swf_demo-40c9d63162975f93) [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-ba35d6fd8ff617fb) [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" "2f30649a10298de1721d98e0198609f903f652d9f59e19e1b3e5fdc2d4733915", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2f30649a10298de1721d98e0198609f903f652d9f59e19e1b3e5fdc2d4733915", kill_on_drop: false }` [INFO] [stdout] 2f30649a10298de1721d98e0198609f903f652d9f59e19e1b3e5fdc2d4733915