[INFO] fetching crate bookkeeping 0.6.3... [INFO] testing bookkeeping-0.6.3 against master#432e145bd5a974c5b6f4dd9b352891bd7502b69d for pr-87041 [INFO] extracting crate bookkeeping 0.6.3 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate bookkeeping 0.6.3 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] removed /workspace/builds/worker-0/source/rust-toolchain [INFO] started tweaking crates.io crate bookkeeping 0.6.3 [INFO] finished tweaking crates.io crate bookkeeping 0.6.3 [INFO] tweaked toml for crates.io crate bookkeeping 0.6.3 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [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-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f12c7cfa030daadd38fea8e15a03fc1bd031f3a71de0dd207524a898222b8cb9 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "f12c7cfa030daadd38fea8e15a03fc1bd031f3a71de0dd207524a898222b8cb9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f12c7cfa030daadd38fea8e15a03fc1bd031f3a71de0dd207524a898222b8cb9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f12c7cfa030daadd38fea8e15a03fc1bd031f3a71de0dd207524a898222b8cb9", kill_on_drop: false }` [INFO] [stdout] f12c7cfa030daadd38fea8e15a03fc1bd031f3a71de0dd207524a898222b8cb9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 57a4b3b486e4ae46c72b0ffec3f77e9347e728c9b584df48646d8290fdb4ede4 [INFO] running `Command { std: "docker" "start" "-a" "57a4b3b486e4ae46c72b0ffec3f77e9347e728c9b584df48646d8290fdb4ede4", kill_on_drop: false }` [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling slotmap v1.0.5 [INFO] [stderr] Compiling bookkeeping v0.6.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/book.rs:300:13 [INFO] [stdout] | [INFO] [stdout] 300 | format!("No account found for key {:?}", key), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 300 | "No account found for key {:?}", key, [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.55s [INFO] running `Command { std: "docker" "inspect" "57a4b3b486e4ae46c72b0ffec3f77e9347e728c9b584df48646d8290fdb4ede4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "57a4b3b486e4ae46c72b0ffec3f77e9347e728c9b584df48646d8290fdb4ede4", kill_on_drop: false }` [INFO] [stdout] 57a4b3b486e4ae46c72b0ffec3f77e9347e728c9b584df48646d8290fdb4ede4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 89763722ef2764654b4bbef15343e766fb8e5b6cc2e41a88c822c632116adfcb [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "89763722ef2764654b4bbef15343e766fb8e5b6cc2e41a88c822c632116adfcb", kill_on_drop: false }` [INFO] [stderr] Compiling fsio v0.1.3 [INFO] [stderr] Compiling nias v0.5.0 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/book.rs:300:13 [INFO] [stdout] | [INFO] [stdout] 300 | format!("No account found for key {:?}", key), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 300 | "No account found for key {:?}", key, [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling getopts v0.2.21 [INFO] [stderr] Compiling envmnt v0.8.4 [INFO] [stderr] Compiling ci_info v0.10.2 [INFO] [stderr] Compiling rusty-hook v0.11.2 [INFO] [stderr] Compiling bookkeeping v0.6.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/book.rs:300:13 [INFO] [stdout] | [INFO] [stdout] 300 | format!("No account found for key {:?}", key), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 300 | "No account found for key {:?}", key, [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 13.62s [INFO] running `Command { std: "docker" "inspect" "89763722ef2764654b4bbef15343e766fb8e5b6cc2e41a88c822c632116adfcb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "89763722ef2764654b4bbef15343e766fb8e5b6cc2e41a88c822c632116adfcb", kill_on_drop: false }` [INFO] [stdout] 89763722ef2764654b4bbef15343e766fb8e5b6cc2e41a88c822c632116adfcb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 412b515ee4f1150638d8f6cc000e514d991a891274940b3302df3cef2f21ffa1 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "412b515ee4f1150638d8f6cc000e514d991a891274940b3302df3cef2f21ffa1", kill_on_drop: false }` [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/book.rs:300:13 [INFO] [stderr] | [INFO] [stderr] 300 | format!("No account found for key {:?}", key), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 300 | "No account found for key {:?}", key, [INFO] [stderr] | -- -- [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/book.rs:300:13 [INFO] [stderr] | [INFO] [stderr] 300 | format!("No account found for key {:?}", key), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 300 | "No account found for key {:?}", key, [INFO] [stderr] | -- -- [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/bookkeeping-8e203703010d544c) [INFO] [stdout] [INFO] [stdout] running 54 tests [INFO] [stdout] test balance::test::add_assign_sum ... ok [INFO] [stdout] test balance::test::default ... ok [INFO] [stdout] test balance::test::fmt_debug ... ok [INFO] [stdout] test balance::test::sub_assign_sum ... ok [INFO] [stdout] test balance::test::sub_sum ... ok [INFO] [stdout] test balance::test::unit_amount ... ok [INFO] [stdout] test book::test::account_balance_at_transaction ... ok [INFO] [stdout] test book::test::accounts ... ok [INFO] [stdout] test balance::test::apply_sum_operation ... ok [INFO] [stdout] test balance::test::amounts ... ok [INFO] [stdout] test book::test::insert_account ... ok [INFO] [stdout] test balance::test::add_sum ... ok [INFO] [stdout] test book::test::default ... ok [INFO] [stdout] test book::test::get_account ... ok [INFO] [stdout] test book::test::insert_move ... ok [INFO] [stdout] test book::test::remove_transaction ... ok [INFO] [stdout] test book::test::set_account ... ok [INFO] [stdout] test book::test::set_move_extra ... ok [INFO] [stdout] test book::test::insert_transaction ... ok [INFO] [stdout] test book::test::remove_move ... ok [INFO] [stdout] test book::test::set_move_side ... ok [INFO] [stdout] test book::test::assert_has_account - should panic ... ok [INFO] [stdout] test book::test::remove_move_panic_transaction_index_out_of_bounds - should panic ... ok [INFO] [stdout] test book::test::account_balance_at_transaction_account_not_found - should panic ... ok [INFO] [stdout] test book::test::set_account_panic - should panic ... ok [INFO] [stdout] test book::test::insert_move_panic_credit_account_not_found - should panic ... ok [INFO] [stdout] test book::test::set_move_sum ... ok [INFO] [stdout] test book::test::insert_move_panic_debit_account_not_found - should panic ... ok [INFO] [stdout] test book::test::set_move_extra_panic_move_index_out_of_bounds - should panic ... ok [INFO] [stdout] test book::test::insert_move_panic_index_out_of_bounds - should panic ... ok [INFO] [stdout] test book::test::insert_transaction_panic_index_out_of_bounds - should panic ... ok [INFO] [stdout] test book::test::remove_move_panic_move_index_out_of_bounds - should panic ... ok [INFO] [stdout] test book::test::set_move_extra_panic_transaction_index_out_of_bounds - should panic ... ok [INFO] [stdout] test book::test::set_move_side_panic_account_not_found - should panic ... ok [INFO] [stdout] test book::test::remove_transaction_panic_out_of_bounds - should panic ... ok [INFO] [stdout] test book::test::set_move_side_panic_move_out_of_bounds - should panic ... ok [INFO] [stdout] test book::test::set_move_side_panic_provided_credit_same_as_debit - should panic ... ok [INFO] [stdout] test move_::test::extra ... ok [INFO] [stdout] test move_::test::side ... ok [INFO] [stdout] test sum::test::amounts ... ok [INFO] [stdout] test move_::test::new_panic_debit_and_credit_accounts_are_the_same - should panic ... ok [INFO] [stdout] test move_::test::sum ... ok [INFO] [stdout] test transaction::test::extra ... ok [INFO] [stdout] test transaction::test::moves ... ok [INFO] [stdout] test book::test::set_move_sum_panic_move_out_of_bounds - should panic ... ok [INFO] [stdout] test book::test::set_move_side_panic_provided_debit_same_as_credit - should panic ... ok [INFO] [stdout] test book::test::set_move_sum_panic_transaction_out_of_bounds - should panic ... ok [INFO] [stdout] test move_::test::new ... ok [INFO] [stdout] test sum::test::fmt_debug ... ok [INFO] [stdout] test sum::test::default ... ok [INFO] [stderr] Running tests/public_access.rs (/opt/rustwide/target/debug/deps/public_access-3db2832c197825a4) [INFO] [stdout] test sum::test::from_entries ... ok [INFO] [stdout] test sum::test::unit_amount ... ok [INFO] [stdout] test sum::test::set_amount_for_unit ... ok [INFO] [stdout] test book::test::set_move_side_panic_transaction_out_of_bounds - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 54 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test book ... ok [INFO] [stdout] test sum ... ok [INFO] [stderr] Doc-tests bookkeeping [INFO] [stdout] test move_ ... ok [INFO] [stdout] test balance ... ok [INFO] [stdout] test transaction ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] warning: lint `broken_intra_doc_links` has been renamed to `rustdoc::broken_intra_doc_links` [INFO] [stderr] --> /opt/rustwide/workdir/src/lib.rs:3:9 [INFO] [stderr] | [INFO] [stderr] 3 | #![deny(broken_intra_doc_links)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `rustdoc::broken_intra_doc_links` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stderr] [INFO] [stderr] warning: lint `invalid_codeblock_attributes` has been renamed to `rustdoc::invalid_codeblock_attributes` [INFO] [stderr] --> /opt/rustwide/workdir/src/lib.rs:7:9 [INFO] [stderr] | [INFO] [stderr] 7 | #![deny(invalid_codeblock_attributes)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `rustdoc::invalid_codeblock_attributes` [INFO] [stderr] [INFO] [stdout] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stdout] running 1 test [INFO] [stderr] [INFO] [stdout] test src/lib.rs - introduction (line 195) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.52s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "412b515ee4f1150638d8f6cc000e514d991a891274940b3302df3cef2f21ffa1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "412b515ee4f1150638d8f6cc000e514d991a891274940b3302df3cef2f21ffa1", kill_on_drop: false }` [INFO] [stdout] 412b515ee4f1150638d8f6cc000e514d991a891274940b3302df3cef2f21ffa1