[INFO] cloning repository https://github.com/KellanMebane/minils-windows [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/KellanMebane/minils-windows" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKellanMebane%2Fminils-windows", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKellanMebane%2Fminils-windows'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6c981d74872f8a1830c6aea3689b0f487a1e9439 [INFO] testing KellanMebane/minils-windows against beta-2021-01-01 for beta-1.50-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKellanMebane%2Fminils-windows" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/KellanMebane/minils-windows on toolchain beta-2021-01-01 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-01-01" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/KellanMebane/minils-windows [INFO] finished tweaking git repo https://github.com/KellanMebane/minils-windows [INFO] tweaked toml for git repo https://github.com/KellanMebane/minils-windows written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/KellanMebane/minils-windows already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-01-01" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2dc7c7a6292dd302ecabaaa292d3420565191a3f7d27e395fe6f4d82f09fc588 [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" "2dc7c7a6292dd302ecabaaa292d3420565191a3f7d27e395fe6f4d82f09fc588", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2dc7c7a6292dd302ecabaaa292d3420565191a3f7d27e395fe6f4d82f09fc588", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2dc7c7a6292dd302ecabaaa292d3420565191a3f7d27e395fe6f4d82f09fc588", kill_on_drop: false }` [INFO] [stdout] 2dc7c7a6292dd302ecabaaa292d3420565191a3f7d27e395fe6f4d82f09fc588 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 784da2a5b7e4e3021e7a74dda051e7f1821846396f723498e1cd260959c19785 [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" "784da2a5b7e4e3021e7a74dda051e7f1821846396f723498e1cd260959c19785", kill_on_drop: false }` [INFO] [stderr] Compiling filetime v0.1.15 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling minils v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os` [INFO] [stdout] --> src/main.rs:12:14 [INFO] [stdout] | [INFO] [stdout] 12 | use std::os::windows::fs::MetadataExt; [INFO] [stdout] | ^^^^^^^ could not find `windows` in `os` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `file_attributes` found for struct `Metadata` in the current scope [INFO] [stdout] --> src/main.rs:39:69 [INFO] [stdout] | [INFO] [stdout] 39 | minils::format_windows_file_attributes(metadata.file_attributes()); [INFO] [stdout] | ^^^^^^^^^^^^^^^ method not found in `Metadata` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0433, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `minils` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "784da2a5b7e4e3021e7a74dda051e7f1821846396f723498e1cd260959c19785", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "784da2a5b7e4e3021e7a74dda051e7f1821846396f723498e1cd260959c19785", kill_on_drop: false }` [INFO] [stdout] 784da2a5b7e4e3021e7a74dda051e7f1821846396f723498e1cd260959c19785