[INFO] cloning repository https://github.com/FoamCactus/payment_processor [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/FoamCactus/payment_processor" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFoamCactus%2Fpayment_processor", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFoamCactus%2Fpayment_processor'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3143cf6090bb29c4aa34c76bcd028220b78fbfbd [INFO] testing FoamCactus/payment_processor against master#432e145bd5a974c5b6f4dd9b352891bd7502b69d for pr-87041 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFoamCactus%2Fpayment_processor" "/workspace/builds/worker-2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/FoamCactus/payment_processor on toolchain 432e145bd5a974c5b6f4dd9b352891bd7502b69d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/FoamCactus/payment_processor [INFO] finished tweaking git repo https://github.com/FoamCactus/payment_processor [INFO] tweaked toml for git repo https://github.com/FoamCactus/payment_processor written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/FoamCactus/payment_processor already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d7592661edaad565763ed6c21a85b54d56443b78849e620fde09e6b1d58f6523 [INFO] running `Command { std: "docker" "start" "-a" "d7592661edaad565763ed6c21a85b54d56443b78849e620fde09e6b1d58f6523", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d7592661edaad565763ed6c21a85b54d56443b78849e620fde09e6b1d58f6523", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d7592661edaad565763ed6c21a85b54d56443b78849e620fde09e6b1d58f6523", kill_on_drop: false }` [INFO] [stdout] d7592661edaad565763ed6c21a85b54d56443b78849e620fde09e6b1d58f6523 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e35a1dee22044b2075693a971050bca538d4ab801ddb9437f0e10567e2a17de9 [INFO] running `Command { std: "docker" "start" "-a" "e35a1dee22044b2075693a971050bca538d4ab801ddb9437f0e10567e2a17de9", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling syn v1.0.65 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling libc v0.2.91 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling regex-automata v0.1.9 [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 serde_derive v1.0.125 [INFO] [stderr] Compiling serde v1.0.125 [INFO] [stderr] Compiling bstr v0.2.15 [INFO] [stderr] Compiling rust_decimal v1.10.3 [INFO] [stderr] Compiling csv v1.1.6 [INFO] [stderr] Compiling payment_processor v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 18.32s [INFO] running `Command { std: "docker" "inspect" "e35a1dee22044b2075693a971050bca538d4ab801ddb9437f0e10567e2a17de9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e35a1dee22044b2075693a971050bca538d4ab801ddb9437f0e10567e2a17de9", kill_on_drop: false }` [INFO] [stdout] e35a1dee22044b2075693a971050bca538d4ab801ddb9437f0e10567e2a17de9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5b05198cae0abefaf4f15d1ed76f0a9929c83c92c5866fb09cbf3ee009f9299a [INFO] running `Command { std: "docker" "start" "-a" "5b05198cae0abefaf4f15d1ed76f0a9929c83c92c5866fb09cbf3ee009f9299a", kill_on_drop: false }` [INFO] [stderr] Compiling payment_processor v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> src/test.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | engine.apply(trans); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.38s [INFO] running `Command { std: "docker" "inspect" "5b05198cae0abefaf4f15d1ed76f0a9929c83c92c5866fb09cbf3ee009f9299a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5b05198cae0abefaf4f15d1ed76f0a9929c83c92c5866fb09cbf3ee009f9299a", kill_on_drop: false }` [INFO] [stdout] 5b05198cae0abefaf4f15d1ed76f0a9929c83c92c5866fb09cbf3ee009f9299a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 9bd8acde1e55a9b78b57929073daf46637edaa698f12fcb35cb0ce522bdd0ca7 [INFO] running `Command { std: "docker" "start" "-a" "9bd8acde1e55a9b78b57929073daf46637edaa698f12fcb35cb0ce522bdd0ca7", kill_on_drop: false }` [INFO] [stdout] [INFO] [stderr] warning: unused `Result` that must be used [INFO] [stdout] running 3 tests [INFO] [stderr] --> src/test.rs:16:9 [INFO] [stdout] test test::test::apply_one ... ok [INFO] [stderr] | [INFO] [stdout] test test::test::chargeback_locks ... ok [INFO] [stderr] 16 | engine.apply(trans); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/payment_processor-c2b1d49389a81cb0) [INFO] [stdout] test test::test::dispute_transaction ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "9bd8acde1e55a9b78b57929073daf46637edaa698f12fcb35cb0ce522bdd0ca7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9bd8acde1e55a9b78b57929073daf46637edaa698f12fcb35cb0ce522bdd0ca7", kill_on_drop: false }` [INFO] [stdout] 9bd8acde1e55a9b78b57929073daf46637edaa698f12fcb35cb0ce522bdd0ca7