[INFO] fetching crate multiproof-rs 0.1.9... [INFO] testing multiproof-rs-0.1.9 against master#99e3aef02079e9c10583638520cd0c134dc3a01d for pr-85530 [INFO] extracting crate multiproof-rs 0.1.9 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate multiproof-rs 0.1.9 on toolchain 99e3aef02079e9c10583638520cd0c134dc3a01d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate multiproof-rs 0.1.9 [INFO] finished tweaking crates.io crate multiproof-rs 0.1.9 [INFO] tweaked toml for crates.io crate multiproof-rs 0.1.9 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--no-deps" "--format-version=1", 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] 4ec618430d0b2ab7dea6e38844b21a0356109b348c380c3749b3a30c9fcae230 [INFO] running `Command { std: "docker" "start" "-a" "4ec618430d0b2ab7dea6e38844b21a0356109b348c380c3749b3a30c9fcae230", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4ec618430d0b2ab7dea6e38844b21a0356109b348c380c3749b3a30c9fcae230", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4ec618430d0b2ab7dea6e38844b21a0356109b348c380c3749b3a30c9fcae230", kill_on_drop: false }` [INFO] [stdout] 4ec618430d0b2ab7dea6e38844b21a0356109b348c380c3749b3a30c9fcae230 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "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] f3bb72a8537184460187e6164bbe74549c6e84bc62bc4afec55a9117f725acc1 [INFO] running `Command { std: "docker" "start" "-a" "f3bb72a8537184460187e6164bbe74549c6e84bc62bc4afec55a9117f725acc1", kill_on_drop: false }` [INFO] [stderr] Compiling typenum v1.13.0 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling rlp v0.4.6 [INFO] [stderr] Compiling serde_cbor v0.10.2 [INFO] [stderr] Compiling generic-array v0.12.4 [INFO] [stderr] Compiling block-buffer v0.7.3 [INFO] [stderr] Compiling digest v0.8.1 [INFO] [stderr] Compiling sha3 v0.8.2 [INFO] [stderr] Compiling multiproof-rs v0.1.9 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/binary_tree.rs:145:20 [INFO] [stdout] | [INFO] [stdout] 145 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 146 | | "Requested child number #{}, only have #{}", [INFO] [stdout] 147 | | index, [INFO] [stdout] 148 | | self.num_children() [INFO] [stdout] 149 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panic)]` on by default [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() 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] 145 | panic!( [INFO] [stdout] 146 | "Requested child number #{}, only have #{}", [INFO] [stdout] 147 | index, [INFO] [stdout] 148 | self.num_children() [INFO] [stdout] 149 | ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/keys/binary_key.rs:172:20 [INFO] [stdout] | [INFO] [stdout] 172 | panic!(format!("Invalid index {} into key {:?}", i, self.0)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() 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] 172 | panic!("Invalid index {} into key {:?}", i, self.0); [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/node.rs:53:20 [INFO] [stdout] | [INFO] [stdout] 53 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 54 | | "Requested child #{}, only have #{}", [INFO] [stdout] 55 | | index, [INFO] [stdout] 56 | | self.num_children() [INFO] [stdout] 57 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() 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] 53 | panic!( [INFO] [stdout] 54 | "Requested child #{}, only have #{}", [INFO] [stdout] 55 | index, [INFO] [stdout] 56 | self.num_children() [INFO] [stdout] 57 | ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/node.rs:69:20 [INFO] [stdout] | [INFO] [stdout] 69 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 70 | | "Requested child #{}, only have #{}", [INFO] [stdout] 71 | | index, [INFO] [stdout] 72 | | self.num_children() [INFO] [stdout] 73 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() 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] 69 | panic!( [INFO] [stdout] 70 | "Requested child #{}, only have #{}", [INFO] [stdout] 71 | index, [INFO] [stdout] 72 | self.num_children() [INFO] [stdout] 73 | ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.30s [INFO] running `Command { std: "docker" "inspect" "f3bb72a8537184460187e6164bbe74549c6e84bc62bc4afec55a9117f725acc1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f3bb72a8537184460187e6164bbe74549c6e84bc62bc4afec55a9117f725acc1", kill_on_drop: false }` [INFO] [stdout] f3bb72a8537184460187e6164bbe74549c6e84bc62bc4afec55a9117f725acc1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "test" "--frozen" "--no-run" "--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] 4a8f274c9d1d2cbd46ef017a5145d9786d10b4d684763a81927836c4ec8a7936 [INFO] running `Command { std: "docker" "start" "-a" "4a8f274c9d1d2cbd46ef017a5145d9786d10b4d684763a81927836c4ec8a7936", kill_on_drop: false }` [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/binary_tree.rs:145:20 [INFO] [stdout] | [INFO] [stdout] 145 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 146 | | "Requested child number #{}, only have #{}", [INFO] [stdout] 147 | | index, [INFO] [stdout] 148 | | self.num_children() [INFO] [stdout] 149 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panic)]` on by default [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() 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] 145 | panic!( [INFO] [stdout] 146 | "Requested child number #{}, only have #{}", [INFO] [stdout] 147 | index, [INFO] [stdout] 148 | self.num_children() [INFO] [stdout] 149 | ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling multiproof-rs v0.1.9 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/keys/binary_key.rs:172:20 [INFO] [stdout] | [INFO] [stdout] 172 | panic!(format!("Invalid index {} into key {:?}", i, self.0)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() 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] 172 | panic!("Invalid index {} into key {:?}", i, self.0); [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/node.rs:53:20 [INFO] [stdout] | [INFO] [stdout] 53 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 54 | | "Requested child #{}, only have #{}", [INFO] [stdout] 55 | | index, [INFO] [stdout] 56 | | self.num_children() [INFO] [stdout] 57 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() 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] 53 | panic!( [INFO] [stdout] 54 | "Requested child #{}, only have #{}", [INFO] [stdout] 55 | index, [INFO] [stdout] 56 | self.num_children() [INFO] [stdout] 57 | ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/node.rs:69:20 [INFO] [stdout] | [INFO] [stdout] 69 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 70 | | "Requested child #{}, only have #{}", [INFO] [stdout] 71 | | index, [INFO] [stdout] 72 | | self.num_children() [INFO] [stdout] 73 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() 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] 69 | panic!( [INFO] [stdout] 70 | "Requested child #{}, only have #{}", [INFO] [stdout] 71 | index, [INFO] [stdout] 72 | self.num_children() [INFO] [stdout] 73 | ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/binary_tree.rs:145:20 [INFO] [stdout] | [INFO] [stdout] 145 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 146 | | "Requested child number #{}, only have #{}", [INFO] [stdout] 147 | | index, [INFO] [stdout] 148 | | self.num_children() [INFO] [stdout] 149 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panic)]` on by default [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() 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] 145 | panic!( [INFO] [stdout] 146 | "Requested child number #{}, only have #{}", [INFO] [stdout] 147 | index, [INFO] [stdout] 148 | self.num_children() [INFO] [stdout] 149 | ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/keys/binary_key.rs:172:20 [INFO] [stdout] | [INFO] [stdout] 172 | panic!(format!("Invalid index {} into key {:?}", i, self.0)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() 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] 172 | panic!("Invalid index {} into key {:?}", i, self.0); [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/node.rs:53:20 [INFO] [stdout] | [INFO] [stdout] 53 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 54 | | "Requested child #{}, only have #{}", [INFO] [stdout] 55 | | index, [INFO] [stdout] 56 | | self.num_children() [INFO] [stdout] 57 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() 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] 53 | panic!( [INFO] [stdout] 54 | "Requested child #{}, only have #{}", [INFO] [stdout] 55 | index, [INFO] [stdout] 56 | self.num_children() [INFO] [stdout] 57 | ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/node.rs:69:20 [INFO] [stdout] | [INFO] [stdout] 69 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 70 | | "Requested child #{}, only have #{}", [INFO] [stdout] 71 | | index, [INFO] [stdout] 72 | | self.num_children() [INFO] [stdout] 73 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() 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] 69 | panic!( [INFO] [stdout] 70 | "Requested child #{}, only have #{}", [INFO] [stdout] 71 | index, [INFO] [stdout] 72 | self.num_children() [INFO] [stdout] 73 | ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:334:25 [INFO] [stdout] | [INFO] [stdout] 334 | _ => panic!(format!("Invalid instruction {:?}", i[0])), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() 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] 334 | _ => panic!("Invalid instruction {:?}", i[0]), [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:338:25 [INFO] [stdout] | [INFO] [stdout] 338 | _ => panic!(format!("Invalid instruction {:?}", i[1])), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() 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] 338 | _ => panic!("Invalid instruction {:?}", i[1]), [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:343:25 [INFO] [stdout] | [INFO] [stdout] 343 | _ => panic!(format!("Invalid instruction {:?}", i[2])), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() 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] 343 | _ => panic!("Invalid instruction {:?}", i[2]), [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:347:25 [INFO] [stdout] | [INFO] [stdout] 347 | _ => panic!(format!("Invalid instruction {:?}", i[3])), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() 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] 347 | _ => panic!("Invalid instruction {:?}", i[3]), [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:351:25 [INFO] [stdout] | [INFO] [stdout] 351 | _ => panic!(format!("Invalid instruction {:?}", i[5])), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() 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] 351 | _ => panic!("Invalid instruction {:?}", i[5]), [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:381:25 [INFO] [stdout] | [INFO] [stdout] 381 | _ => panic!(format!("Invalid instruction {:?}", i[0])), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() 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] 381 | _ => panic!("Invalid instruction {:?}", i[0]), [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:385:25 [INFO] [stdout] | [INFO] [stdout] 385 | _ => panic!(format!("Invalid instruction {:?}", i[1])), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() 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] 385 | _ => panic!("Invalid instruction {:?}", i[1]), [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:390:25 [INFO] [stdout] | [INFO] [stdout] 390 | _ => panic!(format!("Invalid instruction {:?}", i[3])), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() 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] 390 | _ => panic!("Invalid instruction {:?}", i[3]), [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.37s [INFO] running `Command { std: "docker" "inspect" "4a8f274c9d1d2cbd46ef017a5145d9786d10b4d684763a81927836c4ec8a7936", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4a8f274c9d1d2cbd46ef017a5145d9786d10b4d684763a81927836c4ec8a7936", kill_on_drop: false }` [INFO] [stdout] 4a8f274c9d1d2cbd46ef017a5145d9786d10b4d684763a81927836c4ec8a7936 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "test" "--frozen", 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] 82e2bd926ac303c9c5712366b3e5cf388f4fc29d0ed7b6d16252a77e3741b7f4 [INFO] running `Command { std: "docker" "start" "-a" "82e2bd926ac303c9c5712366b3e5cf388f4fc29d0ed7b6d16252a77e3741b7f4", kill_on_drop: false }` [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/binary_tree.rs:145:20 [INFO] [stderr] | [INFO] [stderr] 145 | panic!(format!( [INFO] [stderr] | ____________________^ [INFO] [stderr] 146 | | "Requested child number #{}, only have #{}", [INFO] [stderr] 147 | | index, [INFO] [stderr] 148 | | self.num_children() [INFO] [stderr] 149 | | )); [INFO] [stderr] | |_____________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_fmt_panic)]` on by default [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: the panic!() 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] 145 | panic!( [INFO] [stderr] 146 | "Requested child number #{}, only have #{}", [INFO] [stderr] 147 | index, [INFO] [stderr] 148 | self.num_children() [INFO] [stderr] 149 | ); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/keys/binary_key.rs:172:20 [INFO] [stderr] | [INFO] [stderr] 172 | panic!(format!("Invalid index {} into key {:?}", i, self.0)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: the panic!() 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] 172 | panic!("Invalid index {} into key {:?}", i, self.0); [INFO] [stderr] | -- -- [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/node.rs:53:20 [INFO] [stderr] | [INFO] [stderr] 53 | panic!(format!( [INFO] [stderr] | ____________________^ [INFO] [stderr] 54 | | "Requested child #{}, only have #{}", [INFO] [stderr] 55 | | index, [INFO] [stderr] 56 | | self.num_children() [INFO] [stderr] 57 | | )); [INFO] [stderr] | |_____________^ [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: the panic!() 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] 53 | panic!( [INFO] [stderr] 54 | "Requested child #{}, only have #{}", [INFO] [stderr] 55 | index, [INFO] [stderr] 56 | self.num_children() [INFO] [stderr] 57 | ); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/node.rs:69:20 [INFO] [stderr] | [INFO] [stderr] 69 | panic!(format!( [INFO] [stderr] | ____________________^ [INFO] [stderr] 70 | | "Requested child #{}, only have #{}", [INFO] [stderr] 71 | | index, [INFO] [stderr] 72 | | self.num_children() [INFO] [stderr] 73 | | )); [INFO] [stderr] | |_____________^ [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: the panic!() 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] 69 | panic!( [INFO] [stderr] 70 | "Requested child #{}, only have #{}", [INFO] [stderr] 71 | index, [INFO] [stderr] 72 | self.num_children() [INFO] [stderr] 73 | ); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/binary_tree.rs:145:20 [INFO] [stderr] | [INFO] [stderr] 145 | panic!(format!( [INFO] [stderr] | ____________________^ [INFO] [stderr] 146 | | "Requested child number #{}, only have #{}", [INFO] [stderr] 147 | | index, [INFO] [stderr] 148 | | self.num_children() [INFO] [stderr] 149 | | )); [INFO] [stderr] | |_____________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_fmt_panic)]` on by default [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: the panic!() 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] 145 | panic!( [INFO] [stderr] 146 | "Requested child number #{}, only have #{}", [INFO] [stderr] 147 | index, [INFO] [stderr] 148 | self.num_children() [INFO] [stderr] 149 | ); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/keys/binary_key.rs:172:20 [INFO] [stderr] | [INFO] [stderr] 172 | panic!(format!("Invalid index {} into key {:?}", i, self.0)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: the panic!() 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] 172 | panic!("Invalid index {} into key {:?}", i, self.0); [INFO] [stderr] | -- -- [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/node.rs:53:20 [INFO] [stderr] | [INFO] [stderr] 53 | panic!(format!( [INFO] [stderr] | ____________________^ [INFO] [stderr] 54 | | "Requested child #{}, only have #{}", [INFO] [stderr] 55 | | index, [INFO] [stderr] 56 | | self.num_children() [INFO] [stderr] 57 | | )); [INFO] [stderr] | |_____________^ [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: the panic!() 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] 53 | panic!( [INFO] [stderr] 54 | "Requested child #{}, only have #{}", [INFO] [stderr] 55 | index, [INFO] [stderr] 56 | self.num_children() [INFO] [stderr] 57 | ); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/node.rs:69:20 [INFO] [stderr] | [INFO] [stderr] 69 | panic!(format!( [INFO] [stderr] | ____________________^ [INFO] [stderr] 70 | | "Requested child #{}, only have #{}", [INFO] [stderr] 71 | | index, [INFO] [stderr] 72 | | self.num_children() [INFO] [stderr] 73 | | )); [INFO] [stderr] | |_____________^ [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: the panic!() 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] 69 | panic!( [INFO] [stderr] 70 | "Requested child #{}, only have #{}", [INFO] [stderr] 71 | index, [INFO] [stderr] 72 | self.num_children() [INFO] [stderr] 73 | ); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/lib.rs:334:25 [INFO] [stderr] | [INFO] [stderr] 334 | _ => panic!(format!("Invalid instruction {:?}", i[0])), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: the panic!() 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] 334 | _ => panic!("Invalid instruction {:?}", i[0]), [INFO] [stderr] | -- -- [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/lib.rs:338:25 [INFO] [stderr] | [INFO] [stderr] 338 | _ => panic!(format!("Invalid instruction {:?}", i[1])), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: the panic!() 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] 338 | _ => panic!("Invalid instruction {:?}", i[1]), [INFO] [stderr] | -- -- [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/lib.rs:343:25 [INFO] [stderr] | [INFO] [stderr] 343 | _ => panic!(format!("Invalid instruction {:?}", i[2])), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: the panic!() 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] 343 | _ => panic!("Invalid instruction {:?}", i[2]), [INFO] [stderr] | -- -- [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/lib.rs:347:25 [INFO] [stderr] | [INFO] [stderr] 347 | _ => panic!(format!("Invalid instruction {:?}", i[3])), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: the panic!() 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] 347 | _ => panic!("Invalid instruction {:?}", i[3]), [INFO] [stderr] | -- -- [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/lib.rs:351:25 [INFO] [stderr] | [INFO] [stderr] 351 | _ => panic!(format!("Invalid instruction {:?}", i[5])), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: the panic!() 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] 351 | _ => panic!("Invalid instruction {:?}", i[5]), [INFO] [stderr] | -- -- [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/lib.rs:381:25 [INFO] [stderr] | [INFO] [stderr] 381 | _ => panic!(format!("Invalid instruction {:?}", i[0])), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: the panic!() 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] 381 | _ => panic!("Invalid instruction {:?}", i[0]), [INFO] [stderr] | -- -- [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/lib.rs:385:25 [INFO] [stderr] | [INFO] [stderr] 385 | _ => panic!(format!("Invalid instruction {:?}", i[1])), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: the panic!() 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] 385 | _ => panic!("Invalid instruction {:?}", i[1]), [INFO] [stderr] | -- -- [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/lib.rs:390:25 [INFO] [stderr] | [INFO] [stderr] 390 | _ => panic!(format!("Invalid instruction {:?}", i[3])), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: the panic!() 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] 390 | _ => panic!("Invalid instruction {:?}", i[3]), [INFO] [stderr] | -- -- [INFO] [stderr] [INFO] [stderr] warning: 12 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/multiproof_rs-1f45a58d0b60da56) [INFO] [stdout] [INFO] [stdout] running 77 tests [INFO] [stdout] test binary_tree::tests::insert_branch_with_prefix ... ok [INFO] [stdout] test binary_tree::tests::insert_branch ... ok [INFO] [stdout] test binary_tree::tests::simple_insert ... ok [INFO] [stdout] test binary_tree::tests::insert_leaf ... ok [INFO] [stdout] test keys::binary_key::tests::test_alignment ... ok [INFO] [stdout] test instruction::tests::encode_decode_instruction ... ok [INFO] [stdout] test keys::binary_key::tests::test_equality ... ok [INFO] [stdout] test keys::binary_key::tests::test_from_bool_vec ... ok [INFO] [stdout] test keys::binary_key::tests::test_into_u8_vec ... ok [INFO] [stdout] test keys::binary_key::tests::test_split ... ok [INFO] [stdout] test keys::binary_key::tests::test_suffix ... ok [INFO] [stdout] test keys::nibble_key::tests::test_bytes2nibbles ... ok [INFO] [stdout] test keys::nibble_key::tests::test_empty_prefix ... ok [INFO] [stdout] test keys::nibble_key::tests::test_empty_suffix ... ok [INFO] [stdout] test keys::nibble_key::tests::test_formatter ... ok [INFO] [stdout] test keys::nibble_key::tests::test_nibble2bytes ... ok [INFO] [stdout] test keys::nibble_key::tests::test_prefix ... ok [INFO] [stdout] test keys::nibble_key::tests::test_suffix ... ok [INFO] [stdout] test multiproof::tests::rlp_account_decode_multiproof ... ok [INFO] [stdout] test node::tests::big_value_single_big_key_hash ... ok [INFO] [stdout] test multiproof::tests::cbor_encode_decode_multiproof ... ok [INFO] [stdout] test node::tests::check_overwrite ... ok [INFO] [stdout] test multiproof::tests::rlp_encode_decode_multiproof ... ok [INFO] [stdout] test node::tests::insert_leaf_into_empty_root ... ok [INFO] [stdout] test node::tests::insert_leaf_into_extension_root_all_bytes_in_key_common ... ok [INFO] [stdout] test node::tests::insert_leaf_into_extension_root_half_bytes_in_key_common ... ok [INFO] [stdout] test node::tests::big_value_single_key_hash ... ok [INFO] [stdout] test node::tests::insert_leaf_into_leaf_root_common_bytes_in_key ... ok [INFO] [stdout] test node::tests::insert_leaf_into_extension_root_almost_all_bytes_in_key_common ... ok [INFO] [stdout] test node::tests::insert_leaf_into_extension_root_no_common_bytes_in_key ... ok [INFO] [stdout] test node::tests::insert_leaf_into_emptyslot ... ok [INFO] [stdout] test node::tests::insert_leaf_into_leaf_root_no_common_bytes_in_key ... ok [INFO] [stdout] test node::tests::empty_value_hash ... ok [INFO] [stdout] test node::tests::insert_leaf_two_embedded_nodes ... ok [INFO] [stdout] test node::tests::insert_leaf_into_two_level_fullnodes ... ok [INFO] [stdout] test node::tests::insert_leaf_zero_length_key_after_fullnode ... ok [INFO] [stdout] test node::tests::branch_hash ... ok [INFO] [stdout] test node::tests::keys_with_different_lengths ... ok [INFO] [stdout] test node::tests::leaf_update_empty ... ok [INFO] [stdout] test node::tests::insert_two_leaves_into_emptyslot ... ok [INFO] [stdout] test node::tests::keys_leaves_no_key_part ... ok [INFO] [stdout] test node::tests::test_node_as_a_tree ... ok [INFO] [stdout] test node::tests::single_value_hash ... ok [INFO] [stdout] test node::tests::truncated_key ... ok [INFO] [stdout] test node::tests::truncated_key_in_branch ... ok [INFO] [stdout] test node::tests::truncated_key_in_ext ... ok [INFO] [stdout] test tests::check_branch_less_than_32_bytes ... ok [INFO] [stdout] test tests::check_extension_less_than_32_bytes ... ok [INFO] [stdout] test tests::check_leaf_length_less_than_32_bytes ... ok [INFO] [stdout] test tests::key_present_found ... ok [INFO] [stdout] test tests::check_payload_length_exactly_32_bytes ... ok [INFO] [stdout] test tests::key_absent_not_found ... ok [INFO] [stdout] test tests::make_multiproof_hash_before_nested_nodes_in_branch ... ok [INFO] [stdout] test tests::make_multiproof_two_values ... ok [INFO] [stdout] test tests::make_multiproof_no_values ... ok [INFO] [stdout] test tests::make_multiproof_single_value ... ok [INFO] [stdout] test tests::multiple_keys_with_existing_one ... ok [INFO] [stdout] test node::tests::keys_leaves_with_key_part ... ok [INFO] [stdout] test node::tests::keys_none ... ok [INFO] [stdout] test node::tests::test_key_index_exists ... ok [INFO] [stdout] test tests::subnode_index_empty_index ... ok [INFO] [stdout] test tests::make_multiproof_two_leaves_with_extension ... ok [INFO] [stdout] test tests::subnode_index_extension ... ok [INFO] [stdout] test tests::tree_with_one_branch ... ok [INFO] [stdout] test tests::test_nullkey_ext ... ok [INFO] [stdout] test tests::test_nullkey_branch ... ok [INFO] [stdout] test tests::roundtrip ... ok [INFO] [stdout] test tests::test_nullkey_leaf ... ok [INFO] [stdout] test tests::tree_with_added_branch ... ok [INFO] [stdout] test tests::subnode_index_branch ... ok [INFO] [stdout] test tests::tree_with_extension ... ok [INFO] [stdout] test tests::validate_tree ... ok [INFO] [stdout] test tests::tree_with_just_one_leaf ... ok [INFO] [stdout] test tests::test_nullkey_empty ... ok [INFO] [stdout] test tests::make_tree_from_json ... ok [INFO] [stdout] test node::tests::test_key_index_does_not_exists ... ok [INFO] [stdout] test keys::binary_key::tests::test_bit_index_no_bits ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 77 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stderr] Doc-tests multiproof-rs [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/keys/binary_key.rs - keys::binary_key::BinaryKey (line 31) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.86s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "82e2bd926ac303c9c5712366b3e5cf388f4fc29d0ed7b6d16252a77e3741b7f4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "82e2bd926ac303c9c5712366b3e5cf388f4fc29d0ed7b6d16252a77e3741b7f4", kill_on_drop: false }` [INFO] [stdout] 82e2bd926ac303c9c5712366b3e5cf388f4fc29d0ed7b6d16252a77e3741b7f4