[INFO] fetching crate ntfs 0.1.0... [INFO] testing ntfs-0.1.0 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate ntfs 0.1.0 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate ntfs 0.1.0 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate ntfs 0.1.0 [INFO] removed 1 missing examples [INFO] finished tweaking crates.io crate ntfs 0.1.0 [INFO] tweaked toml for crates.io crate ntfs 0.1.0 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate crates.io crate ntfs 0.1.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "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] bab44403561d9c300a16d9caad754459da0b9af78b0573817d0f8cc1cc3278d7 [INFO] running `Command { std: "docker" "start" "-a" "bab44403561d9c300a16d9caad754459da0b9af78b0573817d0f8cc1cc3278d7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bab44403561d9c300a16d9caad754459da0b9af78b0573817d0f8cc1cc3278d7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bab44403561d9c300a16d9caad754459da0b9af78b0573817d0f8cc1cc3278d7", kill_on_drop: false }` [INFO] [stdout] bab44403561d9c300a16d9caad754459da0b9af78b0573817d0f8cc1cc3278d7 [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=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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "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] 300ff44f257e8a9615e60703e2cbd03c6e9d2358fb4aea3ffff26808d5eefa97 [INFO] running `Command { std: "docker" "start" "-a" "300ff44f257e8a9615e60703e2cbd03c6e9d2358fb4aea3ffff26808d5eefa97", kill_on_drop: false }` [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.68 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling array-init v2.0.0 [INFO] [stderr] Compiling arrayvec v0.7.1 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling proc-macro2 v1.0.26 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling binread_derive v2.0.0 [INFO] [stderr] Compiling displaydoc v0.2.1 [INFO] [stderr] Compiling strum_macros v0.21.1 [INFO] [stderr] Compiling derive_more v0.99.16 [INFO] [stderr] Compiling enumn v0.1.3 [INFO] [stderr] Compiling binread v2.1.1 [INFO] [stderr] Compiling ntfs v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `reserved` [INFO] [stdout] --> src/structured_values/volume_information.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | reserved: u64, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `VolumeInformationData` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/structured_values/volume_information.rs:17:19 [INFO] [stdout] | [INFO] [stdout] 17 | #[derive(BinRead, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 46.48s [INFO] running `Command { std: "docker" "inspect" "300ff44f257e8a9615e60703e2cbd03c6e9d2358fb4aea3ffff26808d5eefa97", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "300ff44f257e8a9615e60703e2cbd03c6e9d2358fb4aea3ffff26808d5eefa97", kill_on_drop: false }` [INFO] [stdout] 300ff44f257e8a9615e60703e2cbd03c6e9d2358fb4aea3ffff26808d5eefa97 [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=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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "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] 66feeeee704563531bc89dda1d22a91208d60b22c36494a6af1cb6d980075206 [INFO] running `Command { std: "docker" "start" "-a" "66feeeee704563531bc89dda1d22a91208d60b22c36494a6af1cb6d980075206", kill_on_drop: false }` [INFO] [stderr] Compiling anyhow v1.0.42 [INFO] [stdout] warning: field is never read: `reserved` [INFO] [stdout] --> src/structured_values/volume_information.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | reserved: u64, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `VolumeInformationData` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/structured_values/volume_information.rs:17:19 [INFO] [stdout] | [INFO] [stdout] 17 | #[derive(BinRead, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling ntfs v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `chrono` [INFO] [stdout] --> examples/ntfs-shell/main.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | use chrono::{DateTime, Utc}; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `chrono` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `ntfs` due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: field is never read: `reserved` [INFO] [stdout] --> src/structured_values/volume_information.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | reserved: u64, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `VolumeInformationData` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/structured_values/volume_information.rs:17:19 [INFO] [stdout] | [INFO] [stdout] 17 | #[derive(BinRead, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "66feeeee704563531bc89dda1d22a91208d60b22c36494a6af1cb6d980075206", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "66feeeee704563531bc89dda1d22a91208d60b22c36494a6af1cb6d980075206", kill_on_drop: false }` [INFO] [stdout] 66feeeee704563531bc89dda1d22a91208d60b22c36494a6af1cb6d980075206