[INFO] fetching crate palmdb 0.1.0... [INFO] testing palmdb-0.1.0 against 1.60.0 for beta-1.61-1 [INFO] extracting crate palmdb 0.1.0 into /workspace/builds/worker-44/source [INFO] validating manifest of crates.io crate palmdb 0.1.0 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate palmdb 0.1.0 [INFO] finished tweaking crates.io crate palmdb 0.1.0 [INFO] tweaked toml for crates.io crate palmdb 0.1.0 written to /workspace/builds/worker-44/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded cargo_metadata v0.2.3 [INFO] [stderr] Downloaded pulldown-cmark v0.0.15 [INFO] [stderr] Downloaded clippy v0.0.148 [INFO] [stderr] Downloaded nom-test-helpers v3.0.0 [INFO] [stderr] Downloaded clippy_lints v0.0.148 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-44/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-44/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2e101896a2c52dbda6fec7ebfcaee0554751e7564d34c923aa55f1c2553f791d [INFO] running `Command { std: "docker" "start" "-a" "2e101896a2c52dbda6fec7ebfcaee0554751e7564d34c923aa55f1c2553f791d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2e101896a2c52dbda6fec7ebfcaee0554751e7564d34c923aa55f1c2553f791d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2e101896a2c52dbda6fec7ebfcaee0554751e7564d34c923aa55f1c2553f791d", kill_on_drop: false }` [INFO] [stdout] 2e101896a2c52dbda6fec7ebfcaee0554751e7564d34c923aa55f1c2553f791d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-44/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-44/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c6887a1fb6cb7545232b1dda09dc7377dd0c8e52f076001f8fd4b89ae140bed3 [INFO] running `Command { std: "docker" "start" "-a" "c6887a1fb6cb7545232b1dda09dc7377dd0c8e52f076001f8fd4b89ae140bed3", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.123 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling gimli v0.26.1 [INFO] [stderr] Compiling rustc-demangle v0.1.21 [INFO] [stderr] Compiling bitflags v0.9.1 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling backtrace v0.3.64 [INFO] [stderr] Compiling object v0.27.1 [INFO] [stderr] Compiling memchr v1.0.2 [INFO] [stderr] Compiling nom v3.2.1 [INFO] [stderr] Compiling addr2line v0.17.0 [INFO] [stderr] Compiling error-chain v0.10.0 [INFO] [stderr] Compiling palmdb v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: lint `unused_doc_comment` has been renamed to `unused_doc_comments` [INFO] [stdout] --> src/lib.rs:62:9 [INFO] [stdout] | [INFO] [stdout] 62 | #[allow(unused_doc_comment)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: use the new name: `unused_doc_comments` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:315:1 [INFO] [stdout] | [INFO] [stdout] 315 | / bitflags! { [INFO] [stdout] 316 | | struct Attributes: u32 { [INFO] [stdout] 317 | | const READ_ONLY = 0b0000_0010; [INFO] [stdout] 318 | | const DIRTY_APP_INFO_AREA = 0b0000_0100; [INFO] [stdout] ... | [INFO] [stdout] 323 | | } [INFO] [stdout] 324 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:315:1 [INFO] [stdout] | [INFO] [stdout] 315 | / bitflags! { [INFO] [stdout] 316 | | struct Attributes: u32 { [INFO] [stdout] 317 | | const READ_ONLY = 0b0000_0010; [INFO] [stdout] 318 | | const DIRTY_APP_INFO_AREA = 0b0000_0100; [INFO] [stdout] ... | [INFO] [stdout] 323 | | } [INFO] [stdout] 324 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:315:1 [INFO] [stdout] | [INFO] [stdout] 315 | / bitflags! { [INFO] [stdout] 316 | | struct Attributes: u32 { [INFO] [stdout] 317 | | const READ_ONLY = 0b0000_0010; [INFO] [stdout] 318 | | const DIRTY_APP_INFO_AREA = 0b0000_0100; [INFO] [stdout] ... | [INFO] [stdout] 323 | | } [INFO] [stdout] 324 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:326:1 [INFO] [stdout] | [INFO] [stdout] 326 | / bitflags! { [INFO] [stdout] 327 | | struct RecordAttributes: u32 { [INFO] [stdout] 328 | | const SECRET_RECORD_BIT = 0b0001_0000; [INFO] [stdout] 329 | | const BUSY_BIT = 0b0010_0000; [INFO] [stdout] ... | [INFO] [stdout] 332 | | } [INFO] [stdout] 333 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:326:1 [INFO] [stdout] | [INFO] [stdout] 326 | / bitflags! { [INFO] [stdout] 327 | | struct RecordAttributes: u32 { [INFO] [stdout] 328 | | const SECRET_RECORD_BIT = 0b0001_0000; [INFO] [stdout] 329 | | const BUSY_BIT = 0b0010_0000; [INFO] [stdout] ... | [INFO] [stdout] 332 | | } [INFO] [stdout] 333 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:326:1 [INFO] [stdout] | [INFO] [stdout] 326 | / bitflags! { [INFO] [stdout] 327 | | struct RecordAttributes: u32 { [INFO] [stdout] 328 | | const SECRET_RECORD_BIT = 0b0001_0000; [INFO] [stdout] 329 | | const BUSY_BIT = 0b0010_0000; [INFO] [stdout] ... | [INFO] [stdout] 332 | | } [INFO] [stdout] 333 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 12.32s [INFO] running `Command { std: "docker" "inspect" "c6887a1fb6cb7545232b1dda09dc7377dd0c8e52f076001f8fd4b89ae140bed3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c6887a1fb6cb7545232b1dda09dc7377dd0c8e52f076001f8fd4b89ae140bed3", kill_on_drop: false }` [INFO] [stdout] c6887a1fb6cb7545232b1dda09dc7377dd0c8e52f076001f8fd4b89ae140bed3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-44/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-44/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0039cd93ad6decd8518b12f2170580b8abd01bb763a68827a36976ed987b442e [INFO] running `Command { std: "docker" "start" "-a" "0039cd93ad6decd8518b12f2170580b8abd01bb763a68827a36976ed987b442e", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling nom-test-helpers v3.0.0 [INFO] [stdout] warning: lint `unused_doc_comment` has been renamed to `unused_doc_comments` [INFO] [stdout] --> src/lib.rs:62:9 [INFO] [stdout] | [INFO] [stdout] 62 | #[allow(unused_doc_comment)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: use the new name: `unused_doc_comments` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:315:1 [INFO] [stdout] | [INFO] [stdout] 315 | / bitflags! { [INFO] [stdout] 316 | | struct Attributes: u32 { [INFO] [stdout] 317 | | const READ_ONLY = 0b0000_0010; [INFO] [stdout] 318 | | const DIRTY_APP_INFO_AREA = 0b0000_0100; [INFO] [stdout] ... | [INFO] [stdout] 323 | | } [INFO] [stdout] 324 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:315:1 [INFO] [stdout] | [INFO] [stdout] 315 | / bitflags! { [INFO] [stdout] 316 | | struct Attributes: u32 { [INFO] [stdout] 317 | | const READ_ONLY = 0b0000_0010; [INFO] [stdout] 318 | | const DIRTY_APP_INFO_AREA = 0b0000_0100; [INFO] [stdout] ... | [INFO] [stdout] 323 | | } [INFO] [stdout] 324 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:315:1 [INFO] [stdout] | [INFO] [stdout] 315 | / bitflags! { [INFO] [stdout] 316 | | struct Attributes: u32 { [INFO] [stdout] 317 | | const READ_ONLY = 0b0000_0010; [INFO] [stdout] 318 | | const DIRTY_APP_INFO_AREA = 0b0000_0100; [INFO] [stdout] ... | [INFO] [stdout] 323 | | } [INFO] [stdout] 324 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:326:1 [INFO] [stdout] | [INFO] [stdout] 326 | / bitflags! { [INFO] [stdout] 327 | | struct RecordAttributes: u32 { [INFO] [stdout] 328 | | const SECRET_RECORD_BIT = 0b0001_0000; [INFO] [stdout] 329 | | const BUSY_BIT = 0b0010_0000; [INFO] [stdout] ... | [INFO] [stdout] 332 | | } [INFO] [stdout] 333 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:326:1 [INFO] [stdout] | [INFO] [stdout] 326 | / bitflags! { [INFO] [stdout] 327 | | struct RecordAttributes: u32 { [INFO] [stdout] 328 | | const SECRET_RECORD_BIT = 0b0001_0000; [INFO] [stdout] 329 | | const BUSY_BIT = 0b0010_0000; [INFO] [stdout] ... | [INFO] [stdout] 332 | | } [INFO] [stdout] 333 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:326:1 [INFO] [stdout] | [INFO] [stdout] 326 | / bitflags! { [INFO] [stdout] 327 | | struct RecordAttributes: u32 { [INFO] [stdout] 328 | | const SECRET_RECORD_BIT = 0b0001_0000; [INFO] [stdout] 329 | | const BUSY_BIT = 0b0010_0000; [INFO] [stdout] ... | [INFO] [stdout] 332 | | } [INFO] [stdout] 333 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling palmdb v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: lint `unused_doc_comment` has been renamed to `unused_doc_comments` [INFO] [stdout] --> src/lib.rs:62:9 [INFO] [stdout] | [INFO] [stdout] 62 | #[allow(unused_doc_comment)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: use the new name: `unused_doc_comments` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:315:1 [INFO] [stdout] | [INFO] [stdout] 315 | / bitflags! { [INFO] [stdout] 316 | | struct Attributes: u32 { [INFO] [stdout] 317 | | const READ_ONLY = 0b0000_0010; [INFO] [stdout] 318 | | const DIRTY_APP_INFO_AREA = 0b0000_0100; [INFO] [stdout] ... | [INFO] [stdout] 323 | | } [INFO] [stdout] 324 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:315:1 [INFO] [stdout] | [INFO] [stdout] 315 | / bitflags! { [INFO] [stdout] 316 | | struct Attributes: u32 { [INFO] [stdout] 317 | | const READ_ONLY = 0b0000_0010; [INFO] [stdout] 318 | | const DIRTY_APP_INFO_AREA = 0b0000_0100; [INFO] [stdout] ... | [INFO] [stdout] 323 | | } [INFO] [stdout] 324 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:315:1 [INFO] [stdout] | [INFO] [stdout] 315 | / bitflags! { [INFO] [stdout] 316 | | struct Attributes: u32 { [INFO] [stdout] 317 | | const READ_ONLY = 0b0000_0010; [INFO] [stdout] 318 | | const DIRTY_APP_INFO_AREA = 0b0000_0100; [INFO] [stdout] ... | [INFO] [stdout] 323 | | } [INFO] [stdout] 324 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:326:1 [INFO] [stdout] | [INFO] [stdout] 326 | / bitflags! { [INFO] [stdout] 327 | | struct RecordAttributes: u32 { [INFO] [stdout] 328 | | const SECRET_RECORD_BIT = 0b0001_0000; [INFO] [stdout] 329 | | const BUSY_BIT = 0b0010_0000; [INFO] [stdout] ... | [INFO] [stdout] 332 | | } [INFO] [stdout] 333 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:326:1 [INFO] [stdout] | [INFO] [stdout] 326 | / bitflags! { [INFO] [stdout] 327 | | struct RecordAttributes: u32 { [INFO] [stdout] 328 | | const SECRET_RECORD_BIT = 0b0001_0000; [INFO] [stdout] 329 | | const BUSY_BIT = 0b0010_0000; [INFO] [stdout] ... | [INFO] [stdout] 332 | | } [INFO] [stdout] 333 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:326:1 [INFO] [stdout] | [INFO] [stdout] 326 | / bitflags! { [INFO] [stdout] 327 | | struct RecordAttributes: u32 { [INFO] [stdout] 328 | | const SECRET_RECORD_BIT = 0b0001_0000; [INFO] [stdout] 329 | | const BUSY_BIT = 0b0010_0000; [INFO] [stdout] ... | [INFO] [stdout] 332 | | } [INFO] [stdout] 333 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.75s [INFO] running `Command { std: "docker" "inspect" "0039cd93ad6decd8518b12f2170580b8abd01bb763a68827a36976ed987b442e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0039cd93ad6decd8518b12f2170580b8abd01bb763a68827a36976ed987b442e", kill_on_drop: false }` [INFO] [stdout] 0039cd93ad6decd8518b12f2170580b8abd01bb763a68827a36976ed987b442e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-44/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-44/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 7a03f43b81f78d4531af47256e45a0cdc260b8cdcc3a5cc5df79ad69cd7b72f6 [INFO] running `Command { std: "docker" "start" "-a" "7a03f43b81f78d4531af47256e45a0cdc260b8cdcc3a5cc5df79ad69cd7b72f6", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stdout] [INFO] [stderr] warning: lint `unused_doc_comment` has been renamed to `unused_doc_comments` [INFO] [stdout] running 2 tests [INFO] [stderr] --> src/lib.rs:62:9 [INFO] [stdout] test tests::test_record_info_parser ... ok [INFO] [stderr] | [INFO] [stdout] test tests::test_parse_db ... ok [INFO] [stderr] 62 | #[allow(unused_doc_comment)] [INFO] [stdout] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use the new name: `unused_doc_comments` [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stderr] | [INFO] [stdout] [INFO] [stderr] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/lib.rs:315:1 [INFO] [stderr] | [INFO] [stderr] 315 | / bitflags! { [INFO] [stderr] 316 | | struct Attributes: u32 { [INFO] [stderr] 317 | | const READ_ONLY = 0b0000_0010; [INFO] [stderr] 318 | | const DIRTY_APP_INFO_AREA = 0b0000_0100; [INFO] [stderr] ... | [INFO] [stderr] 323 | | } [INFO] [stderr] 324 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/lib.rs:315:1 [INFO] [stderr] | [INFO] [stderr] 315 | / bitflags! { [INFO] [stderr] 316 | | struct Attributes: u32 { [INFO] [stderr] 317 | | const READ_ONLY = 0b0000_0010; [INFO] [stderr] 318 | | const DIRTY_APP_INFO_AREA = 0b0000_0100; [INFO] [stderr] ... | [INFO] [stderr] 323 | | } [INFO] [stderr] 324 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/lib.rs:326:1 [INFO] [stderr] | [INFO] [stderr] 326 | / bitflags! { [INFO] [stderr] 327 | | struct RecordAttributes: u32 { [INFO] [stderr] 328 | | const SECRET_RECORD_BIT = 0b0001_0000; [INFO] [stderr] 329 | | const BUSY_BIT = 0b0010_0000; [INFO] [stderr] ... | [INFO] [stderr] 332 | | } [INFO] [stderr] 333 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `palmdb` (lib) generated 7 warnings (3 duplicates) [INFO] [stderr] warning: `palmdb` (lib test) generated 7 warnings (7 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.90s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/palmdb-dcf560913fe759d2) [INFO] [stderr] Doc-tests palmdb [INFO] [stderr] warning: lint `unused_doc_comment` has been renamed to `unused_doc_comments` [INFO] [stdout] [INFO] [stderr] --> /opt/rustwide/workdir/src/lib.rs:62:9 [INFO] [stdout] running 2 tests [INFO] [stderr] | [INFO] [stdout] test src/lib.rs - (line 12) ... ignored [INFO] [stderr] 62 | #[allow(unused_doc_comment)] [INFO] [stdout] test src/lib.rs - PalmDB (line 73) ... ignored [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use the new name: `unused_doc_comments` [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stdout] [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] running `Command { std: "docker" "inspect" "7a03f43b81f78d4531af47256e45a0cdc260b8cdcc3a5cc5df79ad69cd7b72f6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7a03f43b81f78d4531af47256e45a0cdc260b8cdcc3a5cc5df79ad69cd7b72f6", kill_on_drop: false }` [INFO] [stdout] 7a03f43b81f78d4531af47256e45a0cdc260b8cdcc3a5cc5df79ad69cd7b72f6