[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 master#a77da2d454e6caa227a85b16410b95f93495e7e0 for pr-91031 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbillythedummy%2Ftransactions" "/workspace/builds/worker-55/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-55/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/billythedummy/transactions on toolchain a77da2d454e6caa227a85b16410b95f93495e7e0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "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-55/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" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-55/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-55/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1f6659c73f902f01346396c97db981c4e863fe89c77aa6f2e52dddd7be54cd98 [INFO] running `Command { std: "docker" "start" "-a" "1f6659c73f902f01346396c97db981c4e863fe89c77aa6f2e52dddd7be54cd98", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1f6659c73f902f01346396c97db981c4e863fe89c77aa6f2e52dddd7be54cd98", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1f6659c73f902f01346396c97db981c4e863fe89c77aa6f2e52dddd7be54cd98", kill_on_drop: false }` [INFO] [stdout] 1f6659c73f902f01346396c97db981c4e863fe89c77aa6f2e52dddd7be54cd98 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-55/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-55/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" "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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8593a0680756915fd8496aca5deeb6324ef4348d3eac12e92da0d8d4bea1f0a9 [INFO] running `Command { std: "docker" "start" "-a" "8593a0680756915fd8496aca5deeb6324ef4348d3eac12e92da0d8d4bea1f0a9", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.27 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.73 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling serde_derive v1.0.126 [INFO] [stderr] Compiling memchr v2.4.0 [INFO] [stderr] Compiling libc v0.2.97 [INFO] [stderr] Compiling serde v1.0.126 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling unicode-segmentation v1.8.0 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling itoa v0.4.7 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling clap v2.33.3 [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 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 36.88s [INFO] running `Command { std: "docker" "inspect" "8593a0680756915fd8496aca5deeb6324ef4348d3eac12e92da0d8d4bea1f0a9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8593a0680756915fd8496aca5deeb6324ef4348d3eac12e92da0d8d4bea1f0a9", kill_on_drop: false }` [INFO] [stdout] 8593a0680756915fd8496aca5deeb6324ef4348d3eac12e92da0d8d4bea1f0a9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-55/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-55/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" "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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6fd77af3a95ae5ca97049ff54f9d91b7f0a68437e01f06d7c7501ad827d50efb [INFO] running `Command { std: "docker" "start" "-a" "6fd77af3a95ae5ca97049ff54f9d91b7f0a68437e01f06d7c7501ad827d50efb", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Compiling predicates-core v1.0.2 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling difflib v0.4.0 [INFO] [stderr] Compiling treeline v0.1.0 [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 itertools v0.10.1 [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 1m 09s [INFO] running `Command { std: "docker" "inspect" "6fd77af3a95ae5ca97049ff54f9d91b7f0a68437e01f06d7c7501ad827d50efb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6fd77af3a95ae5ca97049ff54f9d91b7f0a68437e01f06d7c7501ad827d50efb", kill_on_drop: false }` [INFO] [stdout] 6fd77af3a95ae5ca97049ff54f9d91b7f0a68437e01f06d7c7501ad827d50efb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-55/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-55/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" "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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] ce16596ded84fe4d6788d7b675dda61f327f5cb4a9843eb117e68a6ace7ccba3 [INFO] running `Command { std: "docker" "start" "-a" "ce16596ded84fe4d6788d7b675dda61f327f5cb4a9843eb117e68a6ace7ccba3", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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 2.00s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/transactions-aabb23e9b3acf23a) [INFO] [stdout] [INFO] [stdout] running 20 tests [INFO] [stdout] test cents::test::decimal ... ok [INFO] [stdout] test cents::test::display ... ok [INFO] [stdout] test cents::test::malformed_input ... ok [INFO] [stdout] test cents::test::too_many_dp ... ok [INFO] [stdout] test client::test::basic ... ok [INFO] [stdout] test client::test::duplicate_tx_id ... ok [INFO] [stdout] test client::test::no_chargeback_twice ... ok [INFO] [stdout] test client::test::no_dispute_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::deser ... ok [INFO] [stdout] test transaction::test::into_disputable ... ok [INFO] [stdout] test transaction::test::indisputable ... ok [INFO] [stdout] test transaction::test::malformed_disputable ... ok [INFO] [stdout] test cents::test::whole ... 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-7f18e2a1e9696909) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test dispute ... ok [INFO] [stdout] test multiple_failures ... ok [INFO] [stdout] test basic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "ce16596ded84fe4d6788d7b675dda61f327f5cb4a9843eb117e68a6ace7ccba3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ce16596ded84fe4d6788d7b675dda61f327f5cb4a9843eb117e68a6ace7ccba3", kill_on_drop: false }` [INFO] [stdout] ce16596ded84fe4d6788d7b675dda61f327f5cb4a9843eb117e68a6ace7ccba3