[INFO] cloning repository https://github.com/cthwaite/twistypillar [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/cthwaite/twistypillar" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcthwaite%2Ftwistypillar", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcthwaite%2Ftwistypillar'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b96f3b33e1a4295e9fbb9e34d03331a276d1486d [INFO] checking cthwaite/twistypillar against beta for pr-78714 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcthwaite%2Ftwistypillar" "/workspace/builds/worker-13/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-13/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/cthwaite/twistypillar 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 git repo https://github.com/cthwaite/twistypillar [INFO] finished tweaking git repo https://github.com/cthwaite/twistypillar [INFO] tweaked toml for git repo https://github.com/cthwaite/twistypillar written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate git repo https://github.com/cthwaite/twistypillar already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [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" "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] 3d9f4cbc65e405760ca85a773750a2ce96282a23be2e12ec4cb27124ec542cca [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" "3d9f4cbc65e405760ca85a773750a2ce96282a23be2e12ec4cb27124ec542cca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3d9f4cbc65e405760ca85a773750a2ce96282a23be2e12ec4cb27124ec542cca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3d9f4cbc65e405760ca85a773750a2ce96282a23be2e12ec4cb27124ec542cca", kill_on_drop: false }` [INFO] [stdout] 3d9f4cbc65e405760ca85a773750a2ce96282a23be2e12ec4cb27124ec542cca [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=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] 2b456411fb87784c5493e7a06699c8b71be6fdf2083ec313476cb21f4e3f61c5 [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" "2b456411fb87784c5493e7a06699c8b71be6fdf2083ec313476cb21f4e3f61c5", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling syn v1.0.27 [INFO] [stderr] Compiling wide v0.4.6 [INFO] [stderr] Checking instant v0.1.4 [INFO] [stderr] Checking parking_lot_core v0.7.2 [INFO] [stderr] Checking gfx-hal v0.5.0 [INFO] [stderr] Checking x11 v2.18.2 [INFO] [stderr] Compiling wayland-scanner v0.23.6 [INFO] [stderr] Checking mio-extras v2.0.6 [INFO] [stderr] Checking wayland-sys v0.23.6 [INFO] [stderr] Checking ash v0.30.0 [INFO] [stderr] Checking calloop v0.4.4 [INFO] [stderr] Checking wayland-commons v0.23.6 [INFO] [stderr] Checking parking_lot v0.10.2 [INFO] [stderr] Checking ultraviolet v0.4.6 [INFO] [stderr] Compiling wayland-client v0.23.6 [INFO] [stderr] Compiling wayland-protocols v0.23.6 [INFO] [stderr] Checking gfx-descriptor v0.1.0 [INFO] [stderr] Checking gfx-memory v0.1.3 [INFO] [stderr] Checking gfx-backend-empty v0.5.0 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Compiling peek-poke-derive v0.2.1 [INFO] [stderr] Compiling pin-project-internal v0.4.17 [INFO] [stderr] Compiling thiserror-impl v1.0.19 [INFO] [stderr] Checking peek-poke v0.2.0 [INFO] [stderr] Checking wgpu-types v0.5.1 [INFO] [stderr] Checking thiserror v1.0.19 [INFO] [stderr] Checking pin-project v0.4.17 [INFO] [stderr] Checking futures-util v0.3.5 [INFO] [stderr] Checking smithay-client-toolkit v0.6.6 [INFO] [stderr] Checking gfx-backend-vulkan v0.5.6 [INFO] [stderr] Checking winit v0.22.2 [INFO] [stderr] Checking wgpu-core v0.5.5 [INFO] [stderr] Checking futures-executor v0.3.5 [INFO] [stderr] Checking winit_input_helper v0.6.0 [INFO] [stderr] Checking wgpu-native v0.5.0 [INFO] [stderr] Checking wgpu v0.5.0 [INFO] [stderr] Checking pixels v0.0.4 [INFO] [stderr] Checking twistypillar v0.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `size` [INFO] [stdout] --> src/main.rs:116:9 [INFO] [stdout] | [INFO] [stdout] 116 | let size = window.current_monitor().size(); [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_size` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `set_clear` [INFO] [stdout] --> src/screen.rs:69:12 [INFO] [stdout] | [INFO] [stdout] 69 | pub fn set_clear(&mut self, ix: usize) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `size` [INFO] [stdout] --> src/main.rs:116:9 [INFO] [stdout] | [INFO] [stdout] 116 | let size = window.current_monitor().size(); [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_size` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `set_clear` [INFO] [stdout] --> src/screen.rs:69:12 [INFO] [stdout] | [INFO] [stdout] 69 | pub fn set_clear(&mut self, ix: usize) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 26s [INFO] running `Command { std: "docker" "inspect" "2b456411fb87784c5493e7a06699c8b71be6fdf2083ec313476cb21f4e3f61c5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2b456411fb87784c5493e7a06699c8b71be6fdf2083ec313476cb21f4e3f61c5", kill_on_drop: false }` [INFO] [stdout] 2b456411fb87784c5493e7a06699c8b71be6fdf2083ec313476cb21f4e3f61c5