[INFO] cloning repository https://github.com/sebohe/my-penrose [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sebohe/my-penrose" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsebohe%2Fmy-penrose", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsebohe%2Fmy-penrose'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6223ac09e7832e6d82cde592552ac2a05384f084 [INFO] checking sebohe/my-penrose against try#6cbf54b1453b438241487f195740266bb9d8c8ba for pr-139587-2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsebohe%2Fmy-penrose" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/sebohe/my-penrose on toolchain 6cbf54b1453b438241487f195740266bb9d8c8ba [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+6cbf54b1453b438241487f195740266bb9d8c8ba" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/sebohe/my-penrose [INFO] finished tweaking git repo https://github.com/sebohe/my-penrose [INFO] tweaked toml for git repo https://github.com/sebohe/my-penrose written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/sebohe/my-penrose already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+6cbf54b1453b438241487f195740266bb9d8c8ba" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+6cbf54b1453b438241487f195740266bb9d8c8ba" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 51fa288b52ae6ac1b5926377d4a8a7298b3aa343b5488baa6934771c1f34095d [INFO] running `Command { std: "docker" "start" "-a" "51fa288b52ae6ac1b5926377d4a8a7298b3aa343b5488baa6934771c1f34095d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "51fa288b52ae6ac1b5926377d4a8a7298b3aa343b5488baa6934771c1f34095d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "51fa288b52ae6ac1b5926377d4a8a7298b3aa343b5488baa6934771c1f34095d", kill_on_drop: false }` [INFO] [stdout] 51fa288b52ae6ac1b5926377d4a8a7298b3aa343b5488baa6934771c1f34095d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+6cbf54b1453b438241487f195740266bb9d8c8ba" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c5843803289338acbe8ae1ac9ea5abea51f29744b1dc28bd29f2900d1e3c8f1b [INFO] running `Command { std: "docker" "start" "-a" "c5843803289338acbe8ae1ac9ea5abea51f29744b1dc28bd29f2900d1e3c8f1b", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling libc v0.2.119 [INFO] [stderr] Compiling heck v0.4.0 [INFO] [stderr] Compiling proc-macro2 v1.0.36 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling smallvec v1.8.0 [INFO] [stderr] Compiling version-compare v0.1.0 [INFO] [stderr] Compiling syn v1.0.86 [INFO] [stderr] Compiling pkg-config v0.3.24 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Checking slab v0.4.5 [INFO] [stderr] Compiling futures-core v0.3.21 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling rustversion v1.0.6 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling futures-task v0.3.21 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Checking pin-project-lite v0.2.8 [INFO] [stderr] Compiling anyhow v1.0.55 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Compiling futures-channel v0.3.21 [INFO] [stderr] Compiling cfg-expr v0.10.2 [INFO] [stderr] Checking once_cell v1.10.0 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Checking ryu v1.0.9 [INFO] [stderr] Checking serde v0.8.23 [INFO] [stderr] Compiling lexical-core v0.7.6 [INFO] [stderr] Compiling quote v1.0.15 [INFO] [stderr] Compiling nom v5.1.2 [INFO] [stderr] Checking regex-syntax v0.6.25 [INFO] [stderr] Compiling serde_json v1.0.79 [INFO] [stderr] Checking arrayvec v0.5.2 [INFO] [stderr] Checking aho-corasick v0.7.18 [INFO] [stderr] Checking tracing-core v0.1.22 [INFO] [stderr] Checking linked-hash-map v0.5.4 [INFO] [stderr] Compiling quick-xml v0.22.0 [INFO] [stderr] Checking net2 v0.2.37 [INFO] [stderr] Checking iovec v0.1.4 [INFO] [stderr] Checking time v0.1.44 [INFO] [stderr] Checking inotify-sys v0.1.5 [INFO] [stderr] Checking lazycell v1.3.0 [INFO] [stderr] Checking itoa v1.0.1 [INFO] [stderr] Checking mio v0.6.23 [INFO] [stderr] Checking walkdir v2.3.2 [INFO] [stderr] Checking num-traits v0.1.43 [INFO] [stderr] Checking inotify v0.7.1 [INFO] [stderr] Checking yaml-rust v0.4.5 [INFO] [stderr] Checking filetime v0.2.15 [INFO] [stderr] Checking nix v0.23.1 [INFO] [stderr] Checking rust-ini v0.13.0 [INFO] [stderr] Checking termcolor v1.1.3 [INFO] [stderr] Checking chrono v0.4.19 [INFO] [stderr] Checking mio-extras v2.0.6 [INFO] [stderr] Checking notify v4.0.17 [INFO] [stderr] Compiling xcb v0.10.1 [INFO] [stderr] Checking simplelog v0.8.0 [INFO] [stderr] Checking serde_test v0.8.23 [INFO] [stderr] Checking linked-hash-map v0.3.0 [INFO] [stderr] Checking regex v1.5.4 [INFO] [stderr] Checking futures-executor v0.3.21 [INFO] [stderr] Checking toml v0.5.8 [INFO] [stderr] Checking serde-hjson v0.9.1 [INFO] [stderr] Checking config v0.10.1 [INFO] [stderr] Compiling system-deps v6.0.2 [INFO] [stderr] Compiling glib-sys v0.15.6 [INFO] [stderr] Compiling gobject-sys v0.15.5 [INFO] [stderr] Compiling pango-sys v0.15.1 [INFO] [stderr] Compiling cairo-sys-rs v0.15.1 [INFO] [stderr] Compiling pangocairo-sys v0.15.1 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling strum_macros v0.24.0 [INFO] [stderr] Compiling tracing-attributes v0.1.19 [INFO] [stderr] Compiling thiserror v1.0.30 [INFO] [stderr] Checking tracing v0.1.31 [INFO] [stderr] Compiling proc-macro-crate v1.1.3 [INFO] [stderr] Compiling strum v0.24.0 [INFO] [stderr] Checking penrose_keysyms v0.1.1 (https://github.com/sbc64/penrose?branch=develop#87d65466) [INFO] [stderr] Compiling glib-macros v0.15.6 [INFO] [stderr] Compiling penrose_proc v0.1.3 (https://github.com/sbc64/penrose?branch=develop#87d65466) [INFO] [stderr] Checking glib v0.15.6 [INFO] [stderr] Checking cairo-rs v0.15.6 [INFO] [stderr] Checking pango v0.15.6 [INFO] [stderr] Checking pangocairo v0.15.1 [INFO] [stderr] Checking penrose v0.2.1 (https://github.com/sbc64/penrose?branch=develop#87d65466) [INFO] [stderr] Checking penrose v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/main.rs:57:13 [INFO] [stdout] | [INFO] [stdout] 57 | let mut path = env::var("XDG_CONFIG_HOME").unwrap(); [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/main.rs:57:13 [INFO] [stdout] | [INFO] [stdout] 57 | let mut path = env::var("XDG_CONFIG_HOME").unwrap(); [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `sound` is never read [INFO] [stdout] --> src/main.rs:43:5 [INFO] [stdout] | [INFO] [stdout] 42 | struct ConfigTable { [INFO] [stdout] | ----------- field in this struct [INFO] [stdout] 43 | sound: String, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `sound` is never read [INFO] [stdout] --> src/main.rs:43:5 [INFO] [stdout] | [INFO] [stdout] 42 | struct ConfigTable { [INFO] [stdout] | ----------- field in this struct [INFO] [stdout] 43 | sound: String, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.76s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v5.1.2, quick-xml v0.22.0 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2` [INFO] running `Command { std: "docker" "inspect" "c5843803289338acbe8ae1ac9ea5abea51f29744b1dc28bd29f2900d1e3c8f1b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c5843803289338acbe8ae1ac9ea5abea51f29744b1dc28bd29f2900d1e3c8f1b", kill_on_drop: false }` [INFO] [stdout] c5843803289338acbe8ae1ac9ea5abea51f29744b1dc28bd29f2900d1e3c8f1b