[INFO] cloning repository https://github.com/cjhoward92/rustdb [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/cjhoward92/rustdb" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcjhoward92%2Frustdb", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcjhoward92%2Frustdb'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5494ccb643b234c8065ad71a4baf8f0321bd5a04 [INFO] testing cjhoward92/rustdb against beta-2022-02-22 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcjhoward92%2Frustdb" "/workspace/builds/worker-27/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-27/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/cjhoward92/rustdb 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 git repo https://github.com/cjhoward92/rustdb [INFO] finished tweaking git repo https://github.com/cjhoward92/rustdb [INFO] tweaked toml for git repo https://github.com/cjhoward92/rustdb written to /workspace/builds/worker-27/source/Cargo.toml [INFO] crate git repo https://github.com/cjhoward92/rustdb already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-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] a628e145c4fdb5f7338c26ce7cc4176ca7f9d0beb82c5f4088bed5a6c364256e [INFO] running `Command { std: "docker" "start" "-a" "a628e145c4fdb5f7338c26ce7cc4176ca7f9d0beb82c5f4088bed5a6c364256e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a628e145c4fdb5f7338c26ce7cc4176ca7f9d0beb82c5f4088bed5a6c364256e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a628e145c4fdb5f7338c26ce7cc4176ca7f9d0beb82c5f4088bed5a6c364256e", kill_on_drop: false }` [INFO] [stdout] a628e145c4fdb5f7338c26ce7cc4176ca7f9d0beb82c5f4088bed5a6c364256e [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] 927f35446853f630ea50746d4b4fbd7a710cc1e83e5f04a31fbb7bd1bf8a7798 [INFO] running `Command { std: "docker" "start" "-a" "927f35446853f630ea50746d4b4fbd7a710cc1e83e5f04a31fbb7bd1bf8a7798", kill_on_drop: false }` [INFO] [stderr] Compiling rustdblib v0.1.0 (/opt/rustwide/workdir/rustdblib) [INFO] [stdout] warning: constant is never used: `MAX_KEY_LENGTH` [INFO] [stdout] --> rustdblib/src/key.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | const MAX_KEY_LENGTH: usize = 255; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `NullKey` [INFO] [stdout] --> rustdblib/src/key.rs:22:3 [INFO] [stdout] | [INFO] [stdout] 22 | NullKey, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `KeyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> rustdblib/src/key.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `BlankKey` [INFO] [stdout] --> rustdblib/src/key.rs:23:3 [INFO] [stdout] | [INFO] [stdout] 23 | BlankKey, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `KeyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> rustdblib/src/key.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `ExceedsMaxLength` [INFO] [stdout] --> rustdblib/src/key.rs:24:3 [INFO] [stdout] | [INFO] [stdout] 24 | ExceedsMaxLength(usize), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `KeyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> rustdblib/src/key.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `validate_key` [INFO] [stdout] --> rustdblib/src/key.rs:37:4 [INFO] [stdout] | [INFO] [stdout] 37 | fn validate_key(key: &Key) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rustdb v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.25s [INFO] running `Command { std: "docker" "inspect" "927f35446853f630ea50746d4b4fbd7a710cc1e83e5f04a31fbb7bd1bf8a7798", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "927f35446853f630ea50746d4b4fbd7a710cc1e83e5f04a31fbb7bd1bf8a7798", kill_on_drop: false }` [INFO] [stdout] 927f35446853f630ea50746d4b4fbd7a710cc1e83e5f04a31fbb7bd1bf8a7798 [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] 9cda0e5d3885eff49389d4172c28f46d94f15e1d7ba13b1d6f0bd860a57cf7bb [INFO] running `Command { std: "docker" "start" "-a" "9cda0e5d3885eff49389d4172c28f46d94f15e1d7ba13b1d6f0bd860a57cf7bb", kill_on_drop: false }` [INFO] [stderr] Compiling rustdblib v0.1.0 (/opt/rustwide/workdir/rustdblib) [INFO] [stdout] warning: constant is never used: `MAX_KEY_LENGTH` [INFO] [stdout] --> rustdblib/src/key.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | const MAX_KEY_LENGTH: usize = 255; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `NullKey` [INFO] [stdout] --> rustdblib/src/key.rs:22:3 [INFO] [stdout] | [INFO] [stdout] 22 | NullKey, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `KeyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> rustdblib/src/key.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `BlankKey` [INFO] [stdout] --> rustdblib/src/key.rs:23:3 [INFO] [stdout] | [INFO] [stdout] 23 | BlankKey, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `KeyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> rustdblib/src/key.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `ExceedsMaxLength` [INFO] [stdout] --> rustdblib/src/key.rs:24:3 [INFO] [stdout] | [INFO] [stdout] 24 | ExceedsMaxLength(usize), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `KeyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> rustdblib/src/key.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `validate_key` [INFO] [stdout] --> rustdblib/src/key.rs:37:4 [INFO] [stdout] | [INFO] [stdout] 37 | fn validate_key(key: &Key) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rustdb v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.57s [INFO] running `Command { std: "docker" "inspect" "9cda0e5d3885eff49389d4172c28f46d94f15e1d7ba13b1d6f0bd860a57cf7bb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9cda0e5d3885eff49389d4172c28f46d94f15e1d7ba13b1d6f0bd860a57cf7bb", kill_on_drop: false }` [INFO] [stdout] 9cda0e5d3885eff49389d4172c28f46d94f15e1d7ba13b1d6f0bd860a57cf7bb [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] 0e6f91c05b6d046dc7c1aa3c1373577b3b9f9a5ffcba102799d2a0baea84067f [INFO] running `Command { std: "docker" "start" "-a" "0e6f91c05b6d046dc7c1aa3c1373577b3b9f9a5ffcba102799d2a0baea84067f", kill_on_drop: false }` [INFO] [stderr] warning: constant is never used: `MAX_KEY_LENGTH` [INFO] [stderr] --> rustdblib/src/key.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | const MAX_KEY_LENGTH: usize = 255; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `NullKey` [INFO] [stderr] --> rustdblib/src/key.rs:22:3 [INFO] [stderr] | [INFO] [stderr] 22 | NullKey, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `KeyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> rustdblib/src/key.rs:20:10 [INFO] [stderr] | [INFO] [stderr] 20 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `BlankKey` [INFO] [stderr] --> rustdblib/src/key.rs:23:3 [INFO] [stderr] | [INFO] [stderr] 23 | BlankKey, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `KeyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> rustdblib/src/key.rs:20:10 [INFO] [stderr] | [INFO] [stderr] 20 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `ExceedsMaxLength` [INFO] [stderr] --> rustdblib/src/key.rs:24:3 [INFO] [stderr] | [INFO] [stderr] 24 | ExceedsMaxLength(usize), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `KeyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> rustdblib/src/key.rs:20:10 [INFO] [stderr] | [INFO] [stderr] 20 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: function is never used: `validate_key` [INFO] [stderr] --> rustdblib/src/key.rs:37:4 [INFO] [stderr] | [INFO] [stderr] 37 | fn validate_key(key: &Key) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `rustdblib` (lib) generated 5 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/rustdb-2a1e0bd7f6235672) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "0e6f91c05b6d046dc7c1aa3c1373577b3b9f9a5ffcba102799d2a0baea84067f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0e6f91c05b6d046dc7c1aa3c1373577b3b9f9a5ffcba102799d2a0baea84067f", kill_on_drop: false }` [INFO] [stdout] 0e6f91c05b6d046dc7c1aa3c1373577b3b9f9a5ffcba102799d2a0baea84067f