[INFO] fetching crate rust-kpdb 0.4.2... [INFO] testing rust-kpdb-0.4.2 against beta-2022-02-22 for beta-1.60-1 [INFO] extracting crate rust-kpdb 0.4.2 into /workspace/builds/worker-27/source [INFO] validating manifest of crates.io crate rust-kpdb 0.4.2 on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate rust-kpdb 0.4.2 [INFO] finished tweaking crates.io crate rust-kpdb 0.4.2 [INFO] tweaked toml for crates.io crate rust-kpdb 0.4.2 written to /workspace/builds/worker-27/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded uuid v0.5.1 [INFO] [stderr] Downloaded quickcheck v0.4.1 [INFO] [stderr] Downloaded base64 v0.6.0 [INFO] [stderr] Downloaded xml-rs v0.6.1 [INFO] [stderr] Downloaded hex v0.2.0 [INFO] [stderr] Downloaded secstr v0.3.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 882be87ca78d6588e94937b9f371c7e9cc68de032124d15dd659097b76095e06 [INFO] running `Command { std: "docker" "start" "-a" "882be87ca78d6588e94937b9f371c7e9cc68de032124d15dd659097b76095e06", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "882be87ca78d6588e94937b9f371c7e9cc68de032124d15dd659097b76095e06", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "882be87ca78d6588e94937b9f371c7e9cc68de032124d15dd659097b76095e06", kill_on_drop: false }` [INFO] [stdout] 882be87ca78d6588e94937b9f371c7e9cc68de032124d15dd659097b76095e06 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f5c2da1876b4ff749a5c8f88c9577b7823f963603e439ebd764966e604127740 [INFO] running `Command { std: "docker" "start" "-a" "f5c2da1876b4ff749a5c8f88c9577b7823f963603e439ebd764966e604127740", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling gcc v0.3.55 [INFO] [stderr] Compiling safemem v0.2.0 [INFO] [stderr] Compiling hex v0.2.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling miniz-sys v0.1.12 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling xml-rs v0.6.1 [INFO] [stderr] Compiling secstr v0.3.2 [INFO] [stderr] Compiling uuid v0.5.1 [INFO] [stderr] Compiling base64 v0.6.0 [INFO] [stderr] Compiling rust-crypto v0.2.36 [INFO] [stderr] Compiling flate2 v0.2.20 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling rust-kpdb v0.4.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/types/times.rs:35:37 [INFO] [stdout] | [INFO] [stdout] 35 | fn set_creation_time(&mut self, DateTime); [INFO] [stdout] | ^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: DateTime` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/types/times.rs:38:31 [INFO] [stdout] | [INFO] [stdout] 38 | fn set_expires(&mut self, bool); [INFO] [stdout] | ^^^^ help: try naming the parameter or explicitly ignoring it: `_: bool` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/types/times.rs:41:35 [INFO] [stdout] | [INFO] [stdout] 41 | fn set_expiry_time(&mut self, DateTime); [INFO] [stdout] | ^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: DateTime` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/types/times.rs:44:37 [INFO] [stdout] | [INFO] [stdout] 44 | fn set_last_accessed(&mut self, DateTime); [INFO] [stdout] | ^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: DateTime` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/types/times.rs:47:37 [INFO] [stdout] | [INFO] [stdout] 47 | fn set_last_modified(&mut self, DateTime); [INFO] [stdout] | ^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: DateTime` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/types/times.rs:50:40 [INFO] [stdout] | [INFO] [stdout] 50 | fn set_location_changed(&mut self, DateTime); [INFO] [stdout] | ^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: DateTime` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/types/times.rs:53:35 [INFO] [stdout] | [INFO] [stdout] 53 | fn set_usage_count(&mut self, i32); [INFO] [stdout] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: i32` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/types/error.rs:143:39 [INFO] [stdout] | [INFO] [stdout] 143 | Error::Io(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 9.13s [INFO] running `Command { std: "docker" "inspect" "f5c2da1876b4ff749a5c8f88c9577b7823f963603e439ebd764966e604127740", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f5c2da1876b4ff749a5c8f88c9577b7823f963603e439ebd764966e604127740", kill_on_drop: false }` [INFO] [stdout] f5c2da1876b4ff749a5c8f88c9577b7823f963603e439ebd764966e604127740 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e9655dfe22e799941bb88d16dc1ef57372147a99b9440fc2dc16d6e98dc24926 [INFO] running `Command { std: "docker" "start" "-a" "e9655dfe22e799941bb88d16dc1ef57372147a99b9440fc2dc16d6e98dc24926", kill_on_drop: false }` [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/types/times.rs:35:37 [INFO] [stdout] | [INFO] [stdout] 35 | fn set_creation_time(&mut self, DateTime); [INFO] [stdout] | ^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: DateTime` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/types/times.rs:38:31 [INFO] [stdout] | [INFO] [stdout] 38 | fn set_expires(&mut self, bool); [INFO] [stdout] | ^^^^ help: try naming the parameter or explicitly ignoring it: `_: bool` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/types/times.rs:41:35 [INFO] [stdout] | [INFO] [stdout] 41 | fn set_expiry_time(&mut self, DateTime); [INFO] [stdout] | ^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: DateTime` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/types/times.rs:44:37 [INFO] [stdout] | [INFO] [stdout] 44 | fn set_last_accessed(&mut self, DateTime); [INFO] [stdout] | ^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: DateTime` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/types/times.rs:47:37 [INFO] [stdout] | [INFO] [stdout] 47 | fn set_last_modified(&mut self, DateTime); [INFO] [stdout] | ^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: DateTime` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/types/times.rs:50:40 [INFO] [stdout] | [INFO] [stdout] 50 | fn set_location_changed(&mut self, DateTime); [INFO] [stdout] | ^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: DateTime` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/types/times.rs:53:35 [INFO] [stdout] | [INFO] [stdout] 53 | fn set_usage_count(&mut self, i32); [INFO] [stdout] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: i32` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling env_logger v0.3.5 [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/types/error.rs:143:39 [INFO] [stdout] | [INFO] [stdout] 143 | Error::Io(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling quickcheck v0.4.1 [INFO] [stderr] Compiling rust-kpdb v0.4.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/types/times.rs:35:37 [INFO] [stdout] | [INFO] [stdout] 35 | fn set_creation_time(&mut self, DateTime); [INFO] [stdout] | ^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: DateTime` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/types/times.rs:38:31 [INFO] [stdout] | [INFO] [stdout] 38 | fn set_expires(&mut self, bool); [INFO] [stdout] | ^^^^ help: try naming the parameter or explicitly ignoring it: `_: bool` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/types/times.rs:41:35 [INFO] [stdout] | [INFO] [stdout] 41 | fn set_expiry_time(&mut self, DateTime); [INFO] [stdout] | ^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: DateTime` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/types/times.rs:44:37 [INFO] [stdout] | [INFO] [stdout] 44 | fn set_last_accessed(&mut self, DateTime); [INFO] [stdout] | ^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: DateTime` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/types/times.rs:47:37 [INFO] [stdout] | [INFO] [stdout] 47 | fn set_last_modified(&mut self, DateTime); [INFO] [stdout] | ^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: DateTime` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/types/times.rs:50:40 [INFO] [stdout] | [INFO] [stdout] 50 | fn set_location_changed(&mut self, DateTime); [INFO] [stdout] | ^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: DateTime` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/types/times.rs:53:35 [INFO] [stdout] | [INFO] [stdout] 53 | fn set_usage_count(&mut self, i32); [INFO] [stdout] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: i32` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/types/error.rs:143:39 [INFO] [stdout] | [INFO] [stdout] 143 | Error::Io(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.75s [INFO] running `Command { std: "docker" "inspect" "e9655dfe22e799941bb88d16dc1ef57372147a99b9440fc2dc16d6e98dc24926", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e9655dfe22e799941bb88d16dc1ef57372147a99b9440fc2dc16d6e98dc24926", kill_on_drop: false }` [INFO] [stdout] e9655dfe22e799941bb88d16dc1ef57372147a99b9440fc2dc16d6e98dc24926 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 4bba2be95ae20bb112a972cb0dd28f8a9b473d7a0086bdc4a253a66d9b1a0131 [INFO] running `Command { std: "docker" "start" "-a" "4bba2be95ae20bb112a972cb0dd28f8a9b473d7a0086bdc4a253a66d9b1a0131", kill_on_drop: false }` [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/types/times.rs:35:37 [INFO] [stderr] | [INFO] [stderr] 35 | fn set_creation_time(&mut self, DateTime); [INFO] [stderr] | ^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: DateTime` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/types/times.rs:38:31 [INFO] [stderr] | [INFO] [stderr] 38 | fn set_expires(&mut self, bool); [INFO] [stderr] | ^^^^ help: try naming the parameter or explicitly ignoring it: `_: bool` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/types/times.rs:41:35 [INFO] [stderr] | [INFO] [stderr] 41 | fn set_expiry_time(&mut self, DateTime); [INFO] [stderr] | ^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: DateTime` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/types/times.rs:44:37 [INFO] [stderr] | [INFO] [stderr] 44 | fn set_last_accessed(&mut self, DateTime); [INFO] [stderr] | ^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: DateTime` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/types/times.rs:47:37 [INFO] [stderr] | [INFO] [stderr] 47 | fn set_last_modified(&mut self, DateTime); [INFO] [stderr] | ^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: DateTime` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/types/times.rs:50:40 [INFO] [stderr] | [INFO] [stderr] 50 | fn set_location_changed(&mut self, DateTime); [INFO] [stderr] | ^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: DateTime` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/types/times.rs:53:35 [INFO] [stderr] | [INFO] [stderr] 53 | fn set_usage_count(&mut self, i32); [INFO] [stderr] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: i32` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/types/error.rs:143:39 [INFO] [stderr] | [INFO] [stderr] 143 | Error::Io(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `rust-kpdb` (lib) generated 8 warnings [INFO] [stderr] warning: `rust-kpdb` (lib test) generated 8 warnings (8 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/kpdb-75a026c72cdd7855) [INFO] [stdout] [INFO] [stdout] running 89 tests [INFO] [stdout] test crypto::random_gen::tests::test_next_16_bytes_returns_random_bytes ... ok [INFO] [stdout] test crypto::random_gen::tests::test_next_32_bytes_returns_random_bytes ... ok [INFO] [stdout] test crypto::sha256::tests::test_hash_returns_correct_result ... ok [INFO] [stdout] test io::log_reader::tests::test_clear_clears_logged_data ... ok [INFO] [stdout] test io::log_reader::tests::test_start_and_stop_starts_and_stops_the_logging ... ok [INFO] [stdout] test io::log_reader::tests::test_logged_returns_correct_data ... ok [INFO] [stdout] test io::log_writer::tests::test_clear_clears_logged_data ... ok [INFO] [stdout] test io::log_writer::tests::test_logged_returns_correct_data ... ok [INFO] [stdout] test io::log_writer::tests::test_start_and_stop_starts_and_stops_the_logging ... ok [INFO] [stdout] test types::color::tests::test_from_hex_string_with_invalid_blue_value_returns_error ... ok [INFO] [stdout] test types::color::tests::test_from_hex_string_with_invalid_red_value_returns_error ... ok [INFO] [stdout] test types::color::tests::test_from_hex_string_with_invalid_green_value_returns_error ... ok [INFO] [stdout] test types::color::tests::test_from_hex_string_with_too_long_hex_string_returns_error ... ok [INFO] [stdout] test types::color::tests::test_from_hex_string_with_too_short_hex_string_returns_error ... ok [INFO] [stdout] test types::color::tests::test_from_hex_string_with_valid_hex_string_returns_color ... ok [INFO] [stdout] test types::color::tests::test_from_hex_string_without_hash_sign_returns_error ... ok [INFO] [stdout] test types::color::tests::test_to_hex_string_with_valid_color_returns_hex_string ... ok [INFO] [stdout] test types::color::tests::test_from_hex_string_inverses_to_hex_string ... ok [INFO] [stdout] test types::composite_key::tests::test_from_both_returns_correct_instance ... ok [INFO] [stdout] test types::custom_icon_uuid::tests::test_default_returns_nil_custom_icon_uuid ... ok [INFO] [stdout] test types::composite_key::tests::test_unsecure_inverses_secure ... ok [INFO] [stdout] test types::composite_key::tests::test_from_password_returns_correct_instance ... ok [INFO] [stdout] test types::composite_key::tests::test_from_key_file_returns_correct_instance ... ok [INFO] [stdout] test types::custom_icon_uuid::tests::test_nil_returns_nil_uuid ... ok [INFO] [stdout] test types::custom_icon_uuid::tests::test_new_random_returns_random_custom_icon_uuids ... ok [INFO] [stdout] test types::database::tests::test_find_groups_returns_correct_groups ... ok [INFO] [stdout] test types::database::tests::test_find_entries_mut_returns_correct_entries ... ok [INFO] [stdout] test types::database::tests::test_find_entries_returns_correct_entries ... ok [INFO] [stdout] test types::entry::tests::test_default_returns_correct_instance ... ok [INFO] [stdout] test types::database::tests::test_get_entry_mut_returns_correct_entry ... ok [INFO] [stdout] test types::database::tests::test_find_groups_mut_returns_correct_groups ... ok [INFO] [stdout] test types::database::tests::test_get_group_mut_returns_correct_group ... ok [INFO] [stdout] test types::entry::tests::test_notes_returns_none_on_default_entry ... ok [INFO] [stdout] test types::entry::tests::test_new_returns_correct_instance ... ok [INFO] [stdout] test types::entry::tests::test_password_returns_none_on_default_entry ... ok [INFO] [stdout] test types::entry::tests::test_other_returns_none_on_default_entry ... ok [INFO] [stdout] test types::entry::tests::test_set_notes_sets_notes ... ok [INFO] [stdout] test types::database::tests::test_get_entry_returns_correct_entry ... ok [INFO] [stdout] test types::database::tests::test_new_returns_correct_instance ... ok [INFO] [stdout] test types::entry::tests::test_set_other_sets_other ... ok [INFO] [stdout] test types::entry::tests::test_set_title_sets_title ... ok [INFO] [stdout] test types::database::tests::test_get_group_returns_correct_group ... ok [INFO] [stdout] test types::entry::tests::test_set_password_sets_password ... ok [INFO] [stdout] test compression::gzip::tests::test_decode_inverses_encode ... ok [INFO] [stdout] test types::entry::tests::test_set_url_sets_url ... ok [INFO] [stdout] test crypto::salsa20::tests::test_decrypt_inverses_encrypt ... ok [INFO] [stdout] test types::entry::tests::test_set_username_sets_username ... ok [INFO] [stdout] test types::entry::tests::test_title_returns_none_on_default_entry ... ok [INFO] [stdout] test types::entry::tests::test_url_returns_none_on_default_entry ... ok [INFO] [stdout] test types::entry::tests::test_username_returns_none_on_default_entry ... ok [INFO] [stdout] test types::entry_uuid::tests::test_default_returns_nil_entry_uuid ... ok [INFO] [stdout] test types::entry_uuid::tests::test_nil_returns_nil_uuid ... ok [INFO] [stdout] test types::group::tests::test_default_returns_correct_instance ... ok [INFO] [stdout] test types::group_uuid::tests::test_default_returns_nil_group_uuid ... ok [INFO] [stdout] test types::group::tests::test_add_entry_adds_entry ... ok [INFO] [stdout] test types::entry_uuid::tests::test_new_random_returns_random_entry_uuids ... ok [INFO] [stdout] test types::group_uuid::tests::test_nil_returns_nil_uuid ... ok [INFO] [stdout] test types::icon::tests::test_to_i32_inverses_from_i32 ... ok [INFO] [stdout] test types::icon::tests::test_to_i32_returns_correct_i32 ... ok [INFO] [stdout] test types::master_key::tests::test_unsecure_inverses_secure ... ok [INFO] [stdout] test types::key_file::tests::test_new_binary_returns_correct_instance ... ok [INFO] [stdout] test types::obfuscation::tests::test_default_returns_correct_value ... ok [INFO] [stdout] test types::icon::tests::test_from_i32_with_invalid_i32_returns_error ... ok [INFO] [stdout] test types::obfuscation::tests::test_from_i32_with_invalid_i32_returns_error ... ok [INFO] [stdout] test types::obfuscation::tests::test_from_i32_with_valid_i32_returns_obfuscation ... ok [INFO] [stdout] test types::string_key::tests::test_from_string_returns_correct_string_key ... ok [INFO] [stdout] test types::group::tests::test_add_group_adds_group ... ok [INFO] [stdout] test types::icon::tests::test_from_i32_with_valid_i32_returns_icon ... ok [INFO] [stdout] test types::transformed_key::tests::test_new_returns_correct_instance ... ok [INFO] [stdout] test types::version::tests::test_new_kdb2_returns_correct_instance ... ok [INFO] [stdout] test types::transformed_key::tests::test_unsecure_inverses_secure ... ok [INFO] [stdout] test types::stream_key::tests::test_new_returns_correct_instance ... ok [INFO] [stdout] test types::stream_key::tests::test_unpack_returns_correct_array ... ok [INFO] [stdout] test types::string_key::tests::test_to_string_returns_correct_string ... ok [INFO] [stdout] test types::obfuscation::tests::test_to_i32_returns_correct_i32 ... ok [INFO] [stdout] test types::string_value::tests::test_new_with_protected_value_returns_correct_string_value ... ok [INFO] [stdout] test types::key_file::tests::test_new_returns_xml_instance ... ok [INFO] [stdout] test types::key_file::tests::test_new_hex_returns_correct_instance ... ok [INFO] [stdout] test types::xml_data::tests::test_default_returns_correct_instance ... ok [INFO] [stdout] test types::key_file::tests::test_new_xml_returns_correct_instance ... ok [INFO] [stdout] test types::string_value::tests::test_new_with_plain_value_returns_correct_string_value ... ok [INFO] [stdout] test types::master_key::tests::test_new_returns_correct_instance ... ok [INFO] [stdout] test types::group::tests::test_new_returns_correct_instance ... ok [INFO] [stdout] test types::group::tests::test_iter_mut_returns_correct_iterator ... ok [INFO] [stdout] test types::group::tests::test_remove_group_removes_group ... ok [INFO] [stdout] test types::group::tests::test_remove_entry_removes_entry ... ok [INFO] [stdout] test types::group_uuid::tests::test_new_random_returns_random_group_uuids ... ok [INFO] [stdout] test types::group::tests::test_iter_returns_correct_iterator ... ok [INFO] [stdout] test crypto::aes256::tests::test_decrypt_inverses_encrypt ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 89 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stderr] Running tests/integration_test.rs (/opt/rustwide/target/debug/deps/integration_test-d7e73ec3c13ef4ab) [INFO] [stdout] [INFO] [stdout] running 11 tests [INFO] [stdout] test test_key_file_open_can_read_saved_binary_key_file ... ok [INFO] [stdout] test test_key_file_open_can_read_saved_hex_key_file ... ok [INFO] [stdout] test test_key_file_open_with_binary_key_returns_correct_data ... ok [INFO] [stdout] test test_key_file_open_with_hex_key_returns_correct_data ... ok [INFO] [stdout] test test_key_file_open_can_read_saved_xml_key_file ... ok [INFO] [stdout] test test_key_file_open_with_xml_key_returns_correct_data ... ok [INFO] [stdout] test test_database_open_can_read_saved_database ... ok [INFO] [stdout] test test_database_open_with_correct_password_succeeds ... ok [INFO] [stdout] test test_database_open_with_correct_key_file_succeeds ... ok [INFO] [stdout] test test_database_open_with_correct_key_file_and_password_succeeds ... ok [INFO] [stdout] test test_database_open_with_incorrect_password_fails ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s [INFO] [stdout] [INFO] [stderr] Doc-tests kpdb [INFO] [stdout] [INFO] [stdout] running 39 tests [INFO] [stdout] test src/lib.rs - (line 89) - compile ... ok [INFO] [stdout] test src/types/composite_key.rs - types::composite_key::CompositeKey::from_both (line 25) - compile ... ok [INFO] [stdout] test src/types/composite_key.rs - types::composite_key::CompositeKey::from_key_file (line 47) - compile ... ok [INFO] [stdout] test src/types/key_file.rs - types::key_file::KeyFile::save (line 118) - compile ... ok [INFO] [stdout] test src/types/database.rs - types::database::Database::save (line 461) - compile ... ok [INFO] [stdout] test src/lib.rs - (line 106) - compile ... ok [INFO] [stdout] test src/types/database.rs - types::database::Database::open (line 426) - compile ... ok [INFO] [stdout] test src/types/key_file.rs - types::key_file::KeyFile::open (line 99) - compile ... ok [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --crate-type lib --crate-name kpdb --test /opt/rustwide/workdir/src/lib.rs -L dependency=/opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps -L native=/opt/rustwide/target/debug/build/miniz-sys-4e59523b3b897c9f/out -L native=/opt/rustwide/target/debug/build/rust-crypto-9a40b82578bb179a/out --extern base64=/opt/rustwide/target/debug/deps/libbase64-bfd1f0ae8ccf573f.rlib --extern byteorder=/opt/rustwide/target/debug/deps/libbyteorder-614d7e4e7f7903e2.rlib --extern chrono=/opt/rustwide/target/debug/deps/libchrono-073ba79e9ddecc79.rlib --extern flate2=/opt/rustwide/target/debug/deps/libflate2-a6150187dc32066c.rlib --extern hex=/opt/rustwide/target/debug/deps/libhex-d690aae661569839.rlib --extern quickcheck=/opt/rustwide/target/debug/deps/libquickcheck-3e95656bfb180267.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-7296c0e5a1cde0a0.rlib --extern crypto=/opt/rustwide/target/debug/deps/libcrypto-d644d5cb5a05d6ce.rlib --extern kpdb=/opt/rustwide/target/debug/deps/libkpdb-dc84bfdc5ba28bb8.rlib --extern secstr=/opt/rustwide/target/debug/deps/libsecstr-1cd7ebe0d8bcfada.rlib --extern uuid=/opt/rustwide/target/debug/deps/libuuid-dc99ab8373d0657d.rlib --extern xml=/opt/rustwide/target/debug/deps/libxml-38a32d6f46b5616e.rlib -C embed-bitcode=no --error-format human` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "4bba2be95ae20bb112a972cb0dd28f8a9b473d7a0086bdc4a253a66d9b1a0131", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4bba2be95ae20bb112a972cb0dd28f8a9b473d7a0086bdc4a253a66d9b1a0131", kill_on_drop: false }` [INFO] [stdout] 4bba2be95ae20bb112a972cb0dd28f8a9b473d7a0086bdc4a253a66d9b1a0131