[INFO] fetching crate ntfs 0.1.0... [INFO] testing ntfs-0.1.0 against 1.60.0 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 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 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" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [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 enumn v0.1.3 [INFO] [stderr] Downloaded syn v1.0.68 [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" "+1.60.0" "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] d582f6177c474a461e84e42d3e4ae7b8a88730f3357b2972e49ec98314f2f512 [INFO] running `Command { std: "docker" "start" "-a" "d582f6177c474a461e84e42d3e4ae7b8a88730f3357b2972e49ec98314f2f512", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d582f6177c474a461e84e42d3e4ae7b8a88730f3357b2972e49ec98314f2f512", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d582f6177c474a461e84e42d3e4ae7b8a88730f3357b2972e49ec98314f2f512", kill_on_drop: false }` [INFO] [stdout] d582f6177c474a461e84e42d3e4ae7b8a88730f3357b2972e49ec98314f2f512 [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" "+1.60.0" "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] 7c7101d3be8db006f426745a9cf24a5606e9a8691e9cb223dc002ae7be9f2f39 [INFO] running `Command { std: "docker" "start" "-a" "7c7101d3be8db006f426745a9cf24a5606e9a8691e9cb223dc002ae7be9f2f39", 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 byteorder v1.4.3 [INFO] [stderr] Compiling arrayvec v0.7.1 [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 enumn v0.1.3 [INFO] [stderr] Compiling derive_more v0.99.16 [INFO] [stderr] Compiling displaydoc v0.2.1 [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 43.11s [INFO] running `Command { std: "docker" "inspect" "7c7101d3be8db006f426745a9cf24a5606e9a8691e9cb223dc002ae7be9f2f39", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7c7101d3be8db006f426745a9cf24a5606e9a8691e9cb223dc002ae7be9f2f39", kill_on_drop: false }` [INFO] [stdout] 7c7101d3be8db006f426745a9cf24a5606e9a8691e9cb223dc002ae7be9f2f39 [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" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ffde22eb3c7a2b7ea79b1e34720671a6b0da6b2895712aa3cdeb5200c9c01f15 [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" "ffde22eb3c7a2b7ea79b1e34720671a6b0da6b2895712aa3cdeb5200c9c01f15", 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] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "ffde22eb3c7a2b7ea79b1e34720671a6b0da6b2895712aa3cdeb5200c9c01f15", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ffde22eb3c7a2b7ea79b1e34720671a6b0da6b2895712aa3cdeb5200c9c01f15", kill_on_drop: false }` [INFO] [stdout] ffde22eb3c7a2b7ea79b1e34720671a6b0da6b2895712aa3cdeb5200c9c01f15