[INFO] cloning repository https://github.com/mikemiller35/my_order_book [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mikemiller35/my_order_book" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmikemiller35%2Fmy_order_book", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmikemiller35%2Fmy_order_book'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] dd25f05b9786ac21b984d2fd5bd4fcb81dddfbb8 [INFO] testing mikemiller35/my_order_book against 1.91.0 for beta-1.92-2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmikemiller35%2Fmy_order_book" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/mikemiller35/my_order_book [INFO] finished tweaking git repo https://github.com/mikemiller35/my_order_book [INFO] tweaked toml for git repo https://github.com/mikemiller35/my_order_book written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/mikemiller35/my_order_book on toolchain 1.91.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/mikemiller35/my_order_book already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "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-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8b7de17c333860dfea79f0329a439f3af119ba2807550cd8f37db1822e2f0375 [INFO] running `Command { std: "docker" "start" "-a" "8b7de17c333860dfea79f0329a439f3af119ba2807550cd8f37db1822e2f0375", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8b7de17c333860dfea79f0329a439f3af119ba2807550cd8f37db1822e2f0375", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8b7de17c333860dfea79f0329a439f3af119ba2807550cd8f37db1822e2f0375", kill_on_drop: false }` [INFO] [stdout] 8b7de17c333860dfea79f0329a439f3af119ba2807550cd8f37db1822e2f0375 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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" "RUSTDOCFLAGS=--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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bde9d91d9eb277e564230bfc84071695171803d43af8fdfe57c82b773d5a4242 [INFO] running `Command { std: "docker" "start" "-a" "bde9d91d9eb277e564230bfc84071695171803d43af8fdfe57c82b773d5a4242", kill_on_drop: false }` [INFO] [stderr] Compiling my_order_book v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: temporary lifetime will be shortened in Rust 1.92 [INFO] [stdout] --> src/main.rs:12:67 [INFO] [stdout] | [INFO] [stdout] 12 | if result1.trades.is_empty() { "No trades" } else { &format!("{} trades", result1.trades.len()) }); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - ...which will be dropped at the end of this block in Rust 1.92 [INFO] [stdout] | | [INFO] [stdout] | this expression creates a temporary value... [INFO] [stdout] | [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 [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: some temporaries were previously incorrectly lifetime-extended since Rust 1.89 in formatting macros, and since Rust 1.88 in `pin!()` [INFO] [stdout] = note: `#[warn(macro_extended_temporary_scopes)]` (part of `#[warn(future_incompatible)]`) on by default [INFO] [stdout] = note: this warning originates in the macro `format` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: temporary lifetime will be shortened in Rust 1.92 [INFO] [stdout] --> src/main.rs:14:67 [INFO] [stdout] | [INFO] [stdout] 14 | if result2.trades.is_empty() { "No trades" } else { &format!("{} trades", result2.trades.len()) }); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - ...which will be dropped at the end of this block in Rust 1.92 [INFO] [stdout] | | [INFO] [stdout] | this expression creates a temporary value... [INFO] [stdout] | [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 [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: some temporaries were previously incorrectly lifetime-extended since Rust 1.89 in formatting macros, and since Rust 1.88 in `pin!()` [INFO] [stdout] = note: this warning originates in the macro `format` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: temporary lifetime will be shortened in Rust 1.92 [INFO] [stdout] --> src/main.rs:21:67 [INFO] [stdout] | [INFO] [stdout] 21 | if result3.trades.is_empty() { "No trades" } else { &format!("{} trades", result3.trades.len()) }); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - ...which will be dropped at the end of this block in Rust 1.92 [INFO] [stdout] | | [INFO] [stdout] | this expression creates a temporary value... [INFO] [stdout] | [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 [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: some temporaries were previously incorrectly lifetime-extended since Rust 1.89 in formatting macros, and since Rust 1.88 in `pin!()` [INFO] [stdout] = note: this warning originates in the macro `format` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s [INFO] running `Command { std: "docker" "inspect" "bde9d91d9eb277e564230bfc84071695171803d43af8fdfe57c82b773d5a4242", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bde9d91d9eb277e564230bfc84071695171803d43af8fdfe57c82b773d5a4242", kill_on_drop: false }` [INFO] [stdout] bde9d91d9eb277e564230bfc84071695171803d43af8fdfe57c82b773d5a4242 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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" "RUSTDOCFLAGS=--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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 10dd9995f4dddc180c8debae55a9e4dbdc19973380fde1a4c4102a39ea35c878 [INFO] running `Command { std: "docker" "start" "-a" "10dd9995f4dddc180c8debae55a9e4dbdc19973380fde1a4c4102a39ea35c878", kill_on_drop: false }` [INFO] [stdout] warning: temporary lifetime will be shortened in Rust 1.92 [INFO] [stdout] --> src/main.rs:12:67 [INFO] [stdout] | [INFO] [stdout] 12 | if result1.trades.is_empty() { "No trades" } else { &format!("{} trades", result1.trades.len()) }); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - ...which will be dropped at the end of this block in Rust 1.92 [INFO] [stdout] | | [INFO] [stdout] | this expression creates a temporary value... [INFO] [stdout] | [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 [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: some temporaries were previously incorrectly lifetime-extended since Rust 1.89 in formatting macros, and since Rust 1.88 in `pin!()` [INFO] [stdout] = note: `#[warn(macro_extended_temporary_scopes)]` (part of `#[warn(future_incompatible)]`) on by default [INFO] [stdout] = note: this warning originates in the macro `format` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: temporary lifetime will be shortened in Rust 1.92 [INFO] [stdout] --> src/main.rs:14:67 [INFO] [stdout] | [INFO] [stdout] 14 | if result2.trades.is_empty() { "No trades" } else { &format!("{} trades", result2.trades.len()) }); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - ...which will be dropped at the end of this block in Rust 1.92 [INFO] [stdout] | | [INFO] [stdout] | this expression creates a temporary value... [INFO] [stdout] | [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 [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: some temporaries were previously incorrectly lifetime-extended since Rust 1.89 in formatting macros, and since Rust 1.88 in `pin!()` [INFO] [stdout] = note: this warning originates in the macro `format` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: temporary lifetime will be shortened in Rust 1.92 [INFO] [stdout] --> src/main.rs:21:67 [INFO] [stdout] | [INFO] [stdout] 21 | if result3.trades.is_empty() { "No trades" } else { &format!("{} trades", result3.trades.len()) }); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - ...which will be dropped at the end of this block in Rust 1.92 [INFO] [stdout] | | [INFO] [stdout] | this expression creates a temporary value... [INFO] [stdout] | [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 [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: some temporaries were previously incorrectly lifetime-extended since Rust 1.89 in formatting macros, and since Rust 1.88 in `pin!()` [INFO] [stdout] = note: this warning originates in the macro `format` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling my_order_book v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: temporary lifetime will be shortened in Rust 1.92 [INFO] [stdout] --> src/main.rs:12:67 [INFO] [stdout] | [INFO] [stdout] 12 | if result1.trades.is_empty() { "No trades" } else { &format!("{} trades", result1.trades.len()) }); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - ...which will be dropped at the end of this block in Rust 1.92 [INFO] [stdout] | | [INFO] [stdout] | this expression creates a temporary value... [INFO] [stdout] | [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 [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: some temporaries were previously incorrectly lifetime-extended since Rust 1.89 in formatting macros, and since Rust 1.88 in `pin!()` [INFO] [stdout] = note: `#[warn(macro_extended_temporary_scopes)]` (part of `#[warn(future_incompatible)]`) on by default [INFO] [stdout] = note: this warning originates in the macro `format` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: temporary lifetime will be shortened in Rust 1.92 [INFO] [stdout] --> src/main.rs:14:67 [INFO] [stdout] | [INFO] [stdout] 14 | if result2.trades.is_empty() { "No trades" } else { &format!("{} trades", result2.trades.len()) }); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - ...which will be dropped at the end of this block in Rust 1.92 [INFO] [stdout] | | [INFO] [stdout] | this expression creates a temporary value... [INFO] [stdout] | [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 [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: some temporaries were previously incorrectly lifetime-extended since Rust 1.89 in formatting macros, and since Rust 1.88 in `pin!()` [INFO] [stdout] = note: this warning originates in the macro `format` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: temporary lifetime will be shortened in Rust 1.92 [INFO] [stdout] --> src/main.rs:21:67 [INFO] [stdout] | [INFO] [stdout] 21 | if result3.trades.is_empty() { "No trades" } else { &format!("{} trades", result3.trades.len()) }); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - ...which will be dropped at the end of this block in Rust 1.92 [INFO] [stdout] | | [INFO] [stdout] | this expression creates a temporary value... [INFO] [stdout] | [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 [INFO] [stdout] = note: consider using a `let` binding to create a longer lived value [INFO] [stdout] = note: some temporaries were previously incorrectly lifetime-extended since Rust 1.89 in formatting macros, and since Rust 1.88 in `pin!()` [INFO] [stdout] = note: this warning originates in the macro `format` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.67s [INFO] running `Command { std: "docker" "inspect" "10dd9995f4dddc180c8debae55a9e4dbdc19973380fde1a4c4102a39ea35c878", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "10dd9995f4dddc180c8debae55a9e4dbdc19973380fde1a4c4102a39ea35c878", kill_on_drop: false }` [INFO] [stdout] 10dd9995f4dddc180c8debae55a9e4dbdc19973380fde1a4c4102a39ea35c878 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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" "RUSTDOCFLAGS=--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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 7fb9fdc3721bb4508019cfadd07bb5235a4a7dee4e728381c3dff6eda729cfb9 [INFO] running `Command { std: "docker" "start" "-a" "7fb9fdc3721bb4508019cfadd07bb5235a4a7dee4e728381c3dff6eda729cfb9", kill_on_drop: false }` [INFO] [stderr] warning: temporary lifetime will be shortened in Rust 1.92 [INFO] [stderr] --> src/main.rs:12:67 [INFO] [stderr] | [INFO] [stderr] 12 | if result1.trades.is_empty() { "No trades" } else { &format!("{} trades", result1.trades.len()) }); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - ...which will be dropped at the end of this block in Rust 1.92 [INFO] [stderr] | | [INFO] [stderr] | this expression creates a temporary value... [INFO] [stderr] | [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 [INFO] [stderr] = note: consider using a `let` binding to create a longer lived value [INFO] [stderr] = note: some temporaries were previously incorrectly lifetime-extended since Rust 1.89 in formatting macros, and since Rust 1.88 in `pin!()` [INFO] [stderr] = note: `#[warn(macro_extended_temporary_scopes)]` (part of `#[warn(future_incompatible)]`) on by default [INFO] [stderr] = note: this warning originates in the macro `format` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: temporary lifetime will be shortened in Rust 1.92 [INFO] [stderr] --> src/main.rs:14:67 [INFO] [stderr] | [INFO] [stderr] 14 | if result2.trades.is_empty() { "No trades" } else { &format!("{} trades", result2.trades.len()) }); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - ...which will be dropped at the end of this block in Rust 1.92 [INFO] [stderr] | | [INFO] [stderr] | this expression creates a temporary value... [INFO] [stderr] | [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 [INFO] [stderr] = note: consider using a `let` binding to create a longer lived value [INFO] [stderr] = note: some temporaries were previously incorrectly lifetime-extended since Rust 1.89 in formatting macros, and since Rust 1.88 in `pin!()` [INFO] [stderr] = note: this warning originates in the macro `format` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: temporary lifetime will be shortened in Rust 1.92 [INFO] [stderr] --> src/main.rs:21:67 [INFO] [stderr] | [INFO] [stderr] 21 | if result3.trades.is_empty() { "No trades" } else { &format!("{} trades", result3.trades.len()) }); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - ...which will be dropped at the end of this block in Rust 1.92 [INFO] [stderr] | | [INFO] [stderr] | this expression creates a temporary value... [INFO] [stderr] | [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 [INFO] [stderr] = note: consider using a `let` binding to create a longer lived value [INFO] [stderr] = note: some temporaries were previously incorrectly lifetime-extended since Rust 1.89 in formatting macros, and since Rust 1.88 in `pin!()` [INFO] [stderr] = note: this warning originates in the macro `format` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `my_order_book` (bin "my_order_book") generated 3 warnings [INFO] [stderr] warning: `my_order_book` (bin "my_order_book" test) generated 3 warnings (3 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/my_order_book-bdeb6ce77ec4f3a9) [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 src/main.rs (/opt/rustwide/target/debug/deps/my_order_book-17f9b1f1c65804bf) [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 tests/order.rs (/opt/rustwide/target/debug/deps/order-9f05b0330c5080e9) [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test test_order_fill ... ok [INFO] [stderr] Running tests/order_book.rs (/opt/rustwide/target/debug/deps/order_book-bf85c3b57f16a539) [INFO] [stdout] test test_order_getters ... ok [INFO] [stdout] test test_order_multiple_fills_with_overfill ... ok [INFO] [stdout] test test_order_creation ... ok [INFO] [stdout] test test_order_inequality_after_fill ... ok [INFO] [stdout] test test_order_sides ... ok [INFO] [stdout] test test_order_overfill_protection ... ok [INFO] [stdout] test test_order_clone_and_equality ... ok [INFO] [stdout] test test_order_types ... ok [INFO] [stdout] test test_to_good_till_cancel ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 15 tests [INFO] [stdout] test can_add_order_and_query_bbo ... ok [INFO] [stdout] test test_basic_order_matching ... ok [INFO] [stdout] test test_market_orders ... ok [INFO] [stdout] test test_fill_or_kill ... ok [INFO] [stdout] test test_mixed_order_methods ... ok [INFO] [stdout] test test_order_book_levels ... ok [INFO] [stdout] test test_order_cancellation ... ok [INFO] [stdout] test test_order_modification ... ok [INFO] [stdout] test test_order_status_accepted ... ok [INFO] [stdout] test test_order_status_executed ... ok [INFO] [stdout] test test_order_status_messages ... ok [INFO] [stdout] test test_order_status_rejected_fill_and_kill_no_match ... ok [INFO] [stdout] test test_order_status_rejected_fill_or_kill_partial_fill ... ok [INFO] [stdout] test test_order_status_rejected_no_liquidity ... ok [INFO] [stdout] test test_partial_fills ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/order_modify.rs (/opt/rustwide/target/debug/deps/order_modify-c6eb689eb085744b) [INFO] [stdout] [INFO] [stdout] running 11 tests [INFO] [stdout] test test_order_modify_clone_and_equality ... ok [INFO] [stdout] test test_order_modify_creation ... ok [INFO] [stdout] test test_order_modify_debug_format ... ok [INFO] [stdout] test test_order_modify_getters ... ok [INFO] [stdout] test test_order_modify_inequality ... ok [INFO] [stdout] test test_order_modify_to_order_fill_or_kill ... ok [INFO] [stdout] test test_order_modify_to_order_good_till_cancel ... ok [INFO] [stdout] test test_order_modify_to_order_limit ... ok [INFO] [stdout] test test_order_modify_to_order_market ... ok [INFO] [stdout] test test_order_modify_with_max_values ... ok [INFO] [stderr] Running tests/trade.rs (/opt/rustwide/target/debug/deps/trade-8810bb46bda98069) [INFO] [stdout] test test_order_modify_with_zero_values ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 15 tests [INFO] [stdout] test test_trade_clone_and_equality ... ok [INFO] [stdout] test test_realistic_trade_scenario ... ok [INFO] [stdout] test test_trade_creation ... ok [INFO] [stdout] test test_trade_inequality ... ok [INFO] [stdout] test test_trade_info_clone_and_equality ... ok [INFO] [stdout] test test_trade_info_creation ... ok [INFO] [stdout] test test_trade_info_debug_format ... ok [INFO] [stdout] test test_trade_info_inequality ... ok [INFO] [stdout] test test_trade_debug_format ... ok [INFO] [stdout] test test_trade_info_with_max_values ... ok [INFO] [stdout] test test_trade_info_with_zero_values ... ok [INFO] [stdout] test test_trade_with_different_prices ... ok [INFO] [stdout] test test_trade_with_large_values ... ok [INFO] [stdout] test test_trade_with_different_quantities ... ok [INFO] [stdout] test test_trade_with_zero_quantities ... ok [INFO] [stdout] [INFO] [stderr] Running tests/types.rs (/opt/rustwide/target/debug/deps/types-9161effd80c0517a) [INFO] [stdout] test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 27 tests [INFO] [stdout] test test_level_info_debug_format ... ok [INFO] [stdout] test test_level_info_clone_and_equality ... ok [INFO] [stdout] test test_level_info_inequality ... ok [INFO] [stdout] test test_level_info_creation ... ok [INFO] [stdout] test test_level_info_with_max_values ... ok [INFO] [stdout] test test_level_info_with_zero_values ... ok [INFO] [stdout] test test_order_result_clone_and_equality ... ok [INFO] [stdout] test test_order_result_creation ... ok [INFO] [stdout] test test_order_ids_vec ... ok [INFO] [stdout] test test_order_result_debug_format ... ok [INFO] [stdout] test test_order_result_with_no_trades ... ok [INFO] [stdout] test test_order_status_clone_and_equality ... ok [INFO] [stdout] test test_order_status_debug_format ... ok [INFO] [stdout] test test_order_status_enum_values ... ok [INFO] [stdout] test test_order_status_messages ... ok [INFO] [stdout] test test_order_type_clone_and_copy ... ok [INFO] [stdout] test test_order_type_debug_format ... ok [INFO] [stdout] test test_order_type_enum_values ... ok [INFO] [stdout] test test_order_type_inequality ... ok [INFO] [stdout] test test_order_type_pattern_matching ... ok [INFO] [stdout] test test_realistic_level_info_scenario ... ok [INFO] [stdout] test test_side_clone_and_copy ... ok [INFO] [stdout] test test_side_debug_format ... ok [INFO] [stdout] test test_side_enum_values ... ok [INFO] [stdout] test test_side_hash ... ok [INFO] [stdout] test test_side_pattern_matching ... ok [INFO] [stdout] test test_type_aliases ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 27 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Doc-tests my_order_book [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" "7fb9fdc3721bb4508019cfadd07bb5235a4a7dee4e728381c3dff6eda729cfb9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7fb9fdc3721bb4508019cfadd07bb5235a4a7dee4e728381c3dff6eda729cfb9", kill_on_drop: false }` [INFO] [stdout] 7fb9fdc3721bb4508019cfadd07bb5235a4a7dee4e728381c3dff6eda729cfb9