[INFO] fetching crate ntfs 0.1.0... [INFO] testing ntfs-0.1.0 against beta-2022-02-22 for beta-1.60-1 [INFO] extracting crate ntfs 0.1.0 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate ntfs 0.1.0 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 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-13/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-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded array-init v2.0.0 [INFO] [stderr] Downloaded proc-macro2 v1.0.26 [INFO] [stderr] Downloaded anyhow v1.0.42 [INFO] [stderr] Downloaded enumn v0.1.3 [INFO] [stderr] Downloaded derive_more v0.99.16 [INFO] [stderr] Downloaded arrayvec v0.7.1 [INFO] [stderr] Downloaded binread_derive v2.0.0 [INFO] [stderr] Downloaded binread v2.1.1 [INFO] [stderr] Downloaded displaydoc v0.2.1 [INFO] [stderr] Downloaded syn v1.0.68 [INFO] [stderr] Downloaded strum_macros v0.21.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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] 84113ed8ec88a02b95e158a3718f025176cfea4ddae82a307e7ada8cb5757c19 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "84113ed8ec88a02b95e158a3718f025176cfea4ddae82a307e7ada8cb5757c19", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "84113ed8ec88a02b95e158a3718f025176cfea4ddae82a307e7ada8cb5757c19", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "84113ed8ec88a02b95e158a3718f025176cfea4ddae82a307e7ada8cb5757c19", kill_on_drop: false }` [INFO] [stdout] 84113ed8ec88a02b95e158a3718f025176cfea4ddae82a307e7ada8cb5757c19 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 11bcfd79359d73c84eed5749a411ce148aa72822451080f770f03fb951f3b739 [INFO] running `Command { std: "docker" "start" "-a" "11bcfd79359d73c84eed5749a411ce148aa72822451080f770f03fb951f3b739", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.68 [INFO] [stderr] Compiling arrayvec v0.7.1 [INFO] [stderr] Compiling binread_derive v2.0.0 [INFO] [stderr] Compiling displaydoc v0.2.1 [INFO] [stderr] Compiling enumn v0.1.3 [INFO] [stderr] Compiling derive_more v0.99.16 [INFO] [stderr] Compiling strum_macros v0.21.1 [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 37.06s [INFO] running `Command { std: "docker" "inspect" "11bcfd79359d73c84eed5749a411ce148aa72822451080f770f03fb951f3b739", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "11bcfd79359d73c84eed5749a411ce148aa72822451080f770f03fb951f3b739", kill_on_drop: false }` [INFO] [stdout] 11bcfd79359d73c84eed5749a411ce148aa72822451080f770f03fb951f3b739 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] d786774226de7cab4c3b7cc0268aea126b5d4e251603b3971350cb80275ddce8 [INFO] running `Command { std: "docker" "start" "-a" "d786774226de7cab4c3b7cc0268aea126b5d4e251603b3971350cb80275ddce8", kill_on_drop: false }` [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] [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] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "d786774226de7cab4c3b7cc0268aea126b5d4e251603b3971350cb80275ddce8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d786774226de7cab4c3b7cc0268aea126b5d4e251603b3971350cb80275ddce8", kill_on_drop: false }` [INFO] [stdout] d786774226de7cab4c3b7cc0268aea126b5d4e251603b3971350cb80275ddce8