[INFO] cloning repository https://github.com/billythedummy/transactions [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/billythedummy/transactions" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbillythedummy%2Ftransactions", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbillythedummy%2Ftransactions'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d44a640cda63466490d7822863f5110f1a3d1953 [INFO] testing billythedummy/transactions against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbillythedummy%2Ftransactions" "/workspace/builds/worker-20/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-20/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/billythedummy/transactions on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/billythedummy/transactions [INFO] finished tweaking git repo https://github.com/billythedummy/transactions [INFO] tweaked toml for git repo https://github.com/billythedummy/transactions written to /workspace/builds/worker-20/source/Cargo.toml [INFO] crate git repo https://github.com/billythedummy/transactions already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/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" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c7592c9d1a018e0f162d057b4ab655ee1c8b08c5310ccedc89c6640163f11254 [INFO] running `Command { std: "docker" "start" "-a" "c7592c9d1a018e0f162d057b4ab655ee1c8b08c5310ccedc89c6640163f11254", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c7592c9d1a018e0f162d057b4ab655ee1c8b08c5310ccedc89c6640163f11254", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c7592c9d1a018e0f162d057b4ab655ee1c8b08c5310ccedc89c6640163f11254", kill_on_drop: false }` [INFO] [stdout] c7592c9d1a018e0f162d057b4ab655ee1c8b08c5310ccedc89c6640163f11254 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/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" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 564b210cb395b0bec2142defb7fefac1edd624d7de7d55f6eb0688cd9934d504 [INFO] running `Command { std: "docker" "start" "-a" "564b210cb395b0bec2142defb7fefac1edd624d7de7d55f6eb0688cd9934d504", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling syn v1.0.73 [INFO] [stderr] Compiling memchr v2.4.0 [INFO] [stderr] Compiling libc v0.2.97 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling serde_derive v1.0.126 [INFO] [stderr] Compiling structopt-derive v0.4.14 [INFO] [stderr] Compiling thiserror-impl v1.0.26 [INFO] [stderr] Compiling thiserror v1.0.26 [INFO] [stderr] Compiling structopt v0.3.21 [INFO] [stderr] Compiling serde v1.0.126 [INFO] [stderr] Compiling bstr v0.2.16 [INFO] [stderr] Compiling csv v1.1.6 [INFO] [stderr] Compiling transactions v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/transaction/mod.rs:15:3 [INFO] [stdout] | [INFO] [stdout] 15 | #[serde(rename_all = "lowercase")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 16 | #[derive(Deserialize, PartialEq, Debug, Copy, Clone)] [INFO] [stdout] | ----------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(legacy_derive_helpers)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 17.06s [INFO] running `Command { std: "docker" "inspect" "564b210cb395b0bec2142defb7fefac1edd624d7de7d55f6eb0688cd9934d504", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "564b210cb395b0bec2142defb7fefac1edd624d7de7d55f6eb0688cd9934d504", kill_on_drop: false }` [INFO] [stdout] 564b210cb395b0bec2142defb7fefac1edd624d7de7d55f6eb0688cd9934d504 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/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" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 77a4ee87abd15aec349ec2ba8fdff1f9bc7a772dd7e04ebdc472a1e0e77d4a35 [INFO] running `Command { std: "docker" "start" "-a" "77a4ee87abd15aec349ec2ba8fdff1f9bc7a772dd7e04ebdc472a1e0e77d4a35", kill_on_drop: false }` [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Compiling predicates-core v1.0.2 [INFO] [stderr] Compiling difflib v0.4.0 [INFO] [stderr] Compiling treeline v0.1.0 [INFO] [stderr] Compiling itertools v0.10.1 [INFO] [stderr] Compiling wait-timeout v0.2.0 [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/transaction/mod.rs:15:3 [INFO] [stdout] | [INFO] [stdout] 15 | #[serde(rename_all = "lowercase")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 16 | #[derive(Deserialize, PartialEq, Debug, Copy, Clone)] [INFO] [stdout] | ----------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(legacy_derive_helpers)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling predicates-tree v1.0.2 [INFO] [stderr] Compiling predicates v2.0.0 [INFO] [stderr] Compiling assert_cmd v1.0.7 [INFO] [stderr] Compiling transactions v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/transaction/mod.rs:15:3 [INFO] [stdout] | [INFO] [stdout] 15 | #[serde(rename_all = "lowercase")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 16 | #[derive(Deserialize, PartialEq, Debug, Copy, Clone)] [INFO] [stdout] | ----------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(legacy_derive_helpers)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 5.31s [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/transactions-9248467149f373ca) [INFO] [stderr] Executable tests/main.rs (/opt/rustwide/target/debug/deps/main-3be074f3958d3976) [INFO] running `Command { std: "docker" "inspect" "77a4ee87abd15aec349ec2ba8fdff1f9bc7a772dd7e04ebdc472a1e0e77d4a35", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "77a4ee87abd15aec349ec2ba8fdff1f9bc7a772dd7e04ebdc472a1e0e77d4a35", kill_on_drop: false }` [INFO] [stdout] 77a4ee87abd15aec349ec2ba8fdff1f9bc7a772dd7e04ebdc472a1e0e77d4a35 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/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" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 517d419dbfb5fb57bd8119a27cc5374654322f2dc9bc2202bc02ae2555ed2405 [INFO] running `Command { std: "docker" "start" "-a" "517d419dbfb5fb57bd8119a27cc5374654322f2dc9bc2202bc02ae2555ed2405", kill_on_drop: false }` [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/transaction/mod.rs:15:3 [INFO] [stderr] | [INFO] [stderr] 15 | #[serde(rename_all = "lowercase")] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 16 | #[derive(Deserialize, PartialEq, Debug, Copy, Clone)] [INFO] [stderr] | ----------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(legacy_derive_helpers)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: `transactions` (bin "transactions" test) generated 1 warning [INFO] [stderr] warning: `transactions` (bin "transactions") generated 1 warning (1 duplicate) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/transactions-9248467149f373ca) [INFO] [stdout] [INFO] [stdout] running 20 tests [INFO] [stdout] test cents::test::decimal ... ok [INFO] [stdout] test cents::test::whole ... ok [INFO] [stdout] test cents::test::display ... ok [INFO] [stdout] test cents::test::too_many_dp ... ok [INFO] [stdout] test cents::test::malformed_input ... ok [INFO] [stdout] test client::test::basic ... ok [INFO] [stdout] test client::test::duplicate_tx_id ... ok [INFO] [stdout] test client::test::no_dispute_twice ... ok [INFO] [stdout] test client::test::no_chargeback_twice ... ok [INFO] [stdout] test client::test::no_withdrawal_after_frozen ... ok [INFO] [stdout] test client::test::not_enough_to_dispute_deposit ... ok [INFO] [stdout] test client::test::overdraft ... ok [INFO] [stdout] test client::test::resolve ... ok [INFO] [stdout] test engine::test::basic ... ok [INFO] [stdout] test engine::test::dispute ... ok [INFO] [stdout] test engine::test::locked ... ok [INFO] [stdout] test transaction::test::indisputable ... ok [INFO] [stdout] test transaction::test::deser ... ok [INFO] [stdout] test transaction::test::into_disputable ... ok [INFO] [stdout] test transaction::test::malformed_disputable ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 20 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/main.rs (/opt/rustwide/target/debug/deps/main-3be074f3958d3976) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test basic ... ok [INFO] [stdout] test dispute ... ok [INFO] [stdout] test multiple_failures ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "517d419dbfb5fb57bd8119a27cc5374654322f2dc9bc2202bc02ae2555ed2405", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "517d419dbfb5fb57bd8119a27cc5374654322f2dc9bc2202bc02ae2555ed2405", kill_on_drop: false }` [INFO] [stdout] 517d419dbfb5fb57bd8119a27cc5374654322f2dc9bc2202bc02ae2555ed2405