[INFO] fetching crate rust-dwm-status 0.5.0... [INFO] checking rust-dwm-status-0.5.0 against beta for pr-78714 [INFO] extracting crate rust-dwm-status 0.5.0 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate rust-dwm-status 0.5.0 on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate rust-dwm-status 0.5.0 [INFO] finished tweaking crates.io crate rust-dwm-status 0.5.0 [INFO] tweaked toml for crates.io crate rust-dwm-status 0.5.0 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c00ebeab758ab71be88716b221df0d03b58b0d162142ee716c34bdc767594a48 [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" "c00ebeab758ab71be88716b221df0d03b58b0d162142ee716c34bdc767594a48", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c00ebeab758ab71be88716b221df0d03b58b0d162142ee716c34bdc767594a48", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c00ebeab758ab71be88716b221df0d03b58b0d162142ee716c34bdc767594a48", kill_on_drop: false }` [INFO] [stdout] c00ebeab758ab71be88716b221df0d03b58b0d162142ee716c34bdc767594a48 [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=forbid" "-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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 72eb9b3ff27ddd5271c0c61889d807eed89140ac905f4da0df7de7a74eb3d339 [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" "72eb9b3ff27ddd5271c0c61889d807eed89140ac905f4da0df7de7a74eb3d339", kill_on_drop: false }` [INFO] [stderr] Checking bytesize v1.0.1 [INFO] [stderr] Checking bit-set v0.4.0 [INFO] [stderr] Checking dbus v0.6.5 [INFO] [stderr] Checking chrono v0.4.19 [INFO] [stderr] Checking nom v3.2.1 [INFO] [stderr] Checking chrono v0.3.0 [INFO] [stderr] Checking chan v0.1.23 [INFO] [stderr] Checking chan-signal v0.2.0 [INFO] [stderr] Checking systemstat v0.1.5 [INFO] [stderr] Checking notify-rust v3.6.3 [INFO] [stderr] Checking rust-dwm-status v0.5.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0369]: cannot subtract `ByteSize` from `ByteSize` [INFO] [stdout] --> src/main.rs:38:30 [INFO] [stdout] | [INFO] [stdout] 38 | let used = mem.total - mem.free; [INFO] [stdout] | --------- ^ -------- ByteSize [INFO] [stdout] | | [INFO] [stdout] | ByteSize [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0369]: cannot subtract `ByteSize` from `ByteSize` [INFO] [stdout] --> src/main.rs:38:30 [INFO] [stdout] | [INFO] [stdout] 38 | let used = mem.total - mem.free; [INFO] [stdout] | --------- ^ -------- ByteSize [INFO] [stdout] | | [INFO] [stdout] | ByteSize [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `new` found for struct `NotificationServer` in the current scope [INFO] [stdout] --> src/main.rs:73:42 [INFO] [stdout] | [INFO] [stdout] 73 | let mut server = NotificationServer::new(); [INFO] [stdout] | ^^^ function or associated item not found in `NotificationServer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `new` found for struct `NotificationServer` in the current scope [INFO] [stdout] --> src/main.rs:73:42 [INFO] [stdout] | [INFO] [stdout] 73 | let mut server = NotificationServer::new(); [INFO] [stdout] | ^^^ function or associated item not found in `NotificationServer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0369, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0369`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rust-dwm-status` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0369, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0369`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "72eb9b3ff27ddd5271c0c61889d807eed89140ac905f4da0df7de7a74eb3d339", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "72eb9b3ff27ddd5271c0c61889d807eed89140ac905f4da0df7de7a74eb3d339", kill_on_drop: false }` [INFO] [stdout] 72eb9b3ff27ddd5271c0c61889d807eed89140ac905f4da0df7de7a74eb3d339