[INFO] cloning repository https://github.com/ikubetoomuzik/unibar [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ikubetoomuzik/unibar" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fikubetoomuzik%2Funibar", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fikubetoomuzik%2Funibar'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 298b5fa1438c25a1c89acbfd0dd88e3036208cbd [INFO] checking ikubetoomuzik/unibar against master#936f2600b6c903b04387f74ed5cbce88bb06d243 for pr-91141 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fikubetoomuzik%2Funibar" "/workspace/builds/worker-4/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ikubetoomuzik/unibar on toolchain 936f2600b6c903b04387f74ed5cbce88bb06d243 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+936f2600b6c903b04387f74ed5cbce88bb06d243" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/ikubetoomuzik/unibar [INFO] finished tweaking git repo https://github.com/ikubetoomuzik/unibar [INFO] tweaked toml for git repo https://github.com/ikubetoomuzik/unibar written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/ikubetoomuzik/unibar already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+936f2600b6c903b04387f74ed5cbce88bb06d243" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+936f2600b6c903b04387f74ed5cbce88bb06d243" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b6ee76eaafbba59edc69ac15415d1c0c82c95b501df994258e6c8a99649eeca4 [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" "b6ee76eaafbba59edc69ac15415d1c0c82c95b501df994258e6c8a99649eeca4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b6ee76eaafbba59edc69ac15415d1c0c82c95b501df994258e6c8a99649eeca4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b6ee76eaafbba59edc69ac15415d1c0c82c95b501df994258e6c8a99649eeca4", kill_on_drop: false }` [INFO] [stdout] b6ee76eaafbba59edc69ac15415d1c0c82c95b501df994258e6c8a99649eeca4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+936f2600b6c903b04387f74ed5cbce88bb06d243" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b9a2ffe8a47ea82f42118d039e396864e5691aebef9a100170b013dd7c321590 [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" "b9a2ffe8a47ea82f42118d039e396864e5691aebef9a100170b013dd7c321590", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.28 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Checking unicode-width v0.1.8 [INFO] [stderr] Checking strsim v0.8.0 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking ansi_term v0.11.0 [INFO] [stderr] Checking vec_map v0.8.2 [INFO] [stderr] Compiling x11-dl v2.18.5 [INFO] [stderr] Checking dirs-sys v0.3.6 [INFO] [stderr] Checking signal-hook-registry v1.4.0 [INFO] [stderr] Checking anyhow v1.0.42 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Checking dirs v3.0.2 [INFO] [stderr] Checking signal-hook v0.1.17 [INFO] [stderr] Checking clap v2.33.3 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling syn v1.0.74 [INFO] [stderr] Compiling thiserror-impl v1.0.26 [INFO] [stderr] Checking thiserror v1.0.26 [INFO] [stderr] Checking unibar v0.1.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:17:54 [INFO] [stdout] | [INFO] [stdout] 17 | std::mem::MaybeUninit::uninit().assume_init(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/bar.rs:108:24 [INFO] [stdout] | [INFO] [stdout] 108 | event: init!(), [INFO] [stdout] | ------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `init` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:17:54 [INFO] [stdout] | [INFO] [stdout] 17 | std::mem::MaybeUninit::uninit().assume_init(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/bar.rs:109:23 [INFO] [stdout] | [INFO] [stdout] 109 | draw: init!(), [INFO] [stdout] | ------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `init` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:17:54 [INFO] [stdout] | [INFO] [stdout] 17 | std::mem::MaybeUninit::uninit().assume_init(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/bar.rs:331:62 [INFO] [stdout] | [INFO] [stdout] 331 | let mut attributes: xlib::XSetWindowAttributes = init!(); [INFO] [stdout] | ------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `init` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:17:54 [INFO] [stdout] | [INFO] [stdout] 17 | std::mem::MaybeUninit::uninit().assume_init(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/bar.rs:582:38 [INFO] [stdout] | [INFO] [stdout] 582 | let mut tmp: xft::XftColor = init!(); [INFO] [stdout] | ------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `init` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:17:54 [INFO] [stdout] | [INFO] [stdout] 17 | std::mem::MaybeUninit::uninit().assume_init(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/bar.rs:595:38 [INFO] [stdout] | [INFO] [stdout] 595 | let mut temp: xlib::XColor = init!(); [INFO] [stdout] | ------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `init` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:17:54 [INFO] [stdout] | [INFO] [stdout] 17 | std::mem::MaybeUninit::uninit().assume_init(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/bar.rs:626:53 [INFO] [stdout] | [INFO] [stdout] 626 | let mut hn_text_prop: xlib::XTextProperty = init!(); [INFO] [stdout] | ------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `init` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:17:54 [INFO] [stdout] | [INFO] [stdout] 17 | std::mem::MaybeUninit::uninit().assume_init(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/input.rs:53:35 [INFO] [stdout] | [INFO] [stdout] 53 | let mut extents: XGlyphInfo = init!(); [INFO] [stdout] | ------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `init` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:17:54 [INFO] [stdout] | [INFO] [stdout] 17 | std::mem::MaybeUninit::uninit().assume_init(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/bar.rs:108:24 [INFO] [stdout] | [INFO] [stdout] 108 | event: init!(), [INFO] [stdout] | ------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `init` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:17:54 [INFO] [stdout] | [INFO] [stdout] 17 | std::mem::MaybeUninit::uninit().assume_init(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/bar.rs:109:23 [INFO] [stdout] | [INFO] [stdout] 109 | draw: init!(), [INFO] [stdout] | ------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `init` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:17:54 [INFO] [stdout] | [INFO] [stdout] 17 | std::mem::MaybeUninit::uninit().assume_init(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/bar.rs:331:62 [INFO] [stdout] | [INFO] [stdout] 331 | let mut attributes: xlib::XSetWindowAttributes = init!(); [INFO] [stdout] | ------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `init` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:17:54 [INFO] [stdout] | [INFO] [stdout] 17 | std::mem::MaybeUninit::uninit().assume_init(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/bar.rs:582:38 [INFO] [stdout] | [INFO] [stdout] 582 | let mut tmp: xft::XftColor = init!(); [INFO] [stdout] | ------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `init` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:17:54 [INFO] [stdout] | [INFO] [stdout] 17 | std::mem::MaybeUninit::uninit().assume_init(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/bar.rs:595:38 [INFO] [stdout] | [INFO] [stdout] 595 | let mut temp: xlib::XColor = init!(); [INFO] [stdout] | ------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `init` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:17:54 [INFO] [stdout] | [INFO] [stdout] 17 | std::mem::MaybeUninit::uninit().assume_init(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/bar.rs:626:53 [INFO] [stdout] | [INFO] [stdout] 626 | let mut hn_text_prop: xlib::XTextProperty = init!(); [INFO] [stdout] | ------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `init` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:17:54 [INFO] [stdout] | [INFO] [stdout] 17 | std::mem::MaybeUninit::uninit().assume_init(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/input.rs:53:35 [INFO] [stdout] | [INFO] [stdout] 53 | let mut extents: XGlyphInfo = init!(); [INFO] [stdout] | ------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `init` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 21.43s [INFO] running `Command { std: "docker" "inspect" "b9a2ffe8a47ea82f42118d039e396864e5691aebef9a100170b013dd7c321590", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b9a2ffe8a47ea82f42118d039e396864e5691aebef9a100170b013dd7c321590", kill_on_drop: false }` [INFO] [stdout] b9a2ffe8a47ea82f42118d039e396864e5691aebef9a100170b013dd7c321590