[INFO] fetching crate unibar 0.1.3... [INFO] testing unibar-0.1.3 against beta-2022-02-22 for beta-1.60-1 [INFO] extracting crate unibar 0.1.3 into /workspace/builds/worker-22/source [INFO] validating manifest of crates.io crate unibar 0.1.3 on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate unibar 0.1.3 [INFO] finished tweaking crates.io crate unibar 0.1.3 [INFO] tweaked toml for crates.io crate unibar 0.1.3 written to /workspace/builds/worker-22/source/Cargo.toml [INFO] crate crates.io crate unibar 0.1.3 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 00c025fbb4c3ee11586c95effab112c59e3207f8f8f08fa1b1db65c12121e306 [INFO] running `Command { std: "docker" "start" "-a" "00c025fbb4c3ee11586c95effab112c59e3207f8f8f08fa1b1db65c12121e306", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "00c025fbb4c3ee11586c95effab112c59e3207f8f8f08fa1b1db65c12121e306", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "00c025fbb4c3ee11586c95effab112c59e3207f8f8f08fa1b1db65c12121e306", kill_on_drop: false }` [INFO] [stdout] 00c025fbb4c3ee11586c95effab112c59e3207f8f8f08fa1b1db65c12121e306 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7324e1c107ceb4007622da64c82da368e13545022833c2e0423cc18d48724e18 [INFO] running `Command { std: "docker" "start" "-a" "7324e1c107ceb4007622da64c82da368e13545022833c2e0423cc18d48724e18", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.80 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling x11-dl v2.18.5 [INFO] [stderr] Compiling signal-hook-registry v1.2.2 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling dirs-sys v0.3.5 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling dirs v3.0.1 [INFO] [stderr] Compiling signal-hook v0.1.16 [INFO] [stderr] Compiling unibar v0.1.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:12:49 [INFO] [stdout] | [INFO] [stdout] 12 | mem::MaybeUninit::uninit().assume_init(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/bar.rs:198:24 [INFO] [stdout] | [INFO] [stdout] 198 | 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:12:49 [INFO] [stdout] | [INFO] [stdout] 12 | mem::MaybeUninit::uninit().assume_init(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/bar.rs:199:23 [INFO] [stdout] | [INFO] [stdout] 199 | 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:12:49 [INFO] [stdout] | [INFO] [stdout] 12 | mem::MaybeUninit::uninit().assume_init(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/bar.rs:395:62 [INFO] [stdout] | [INFO] [stdout] 395 | 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:12:49 [INFO] [stdout] | [INFO] [stdout] 12 | mem::MaybeUninit::uninit().assume_init(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/bar.rs:621:38 [INFO] [stdout] | [INFO] [stdout] 621 | 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:12:49 [INFO] [stdout] | [INFO] [stdout] 12 | mem::MaybeUninit::uninit().assume_init(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/bar.rs:634:38 [INFO] [stdout] | [INFO] [stdout] 634 | 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:12:49 [INFO] [stdout] | [INFO] [stdout] 12 | mem::MaybeUninit::uninit().assume_init(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/bar.rs:668:53 [INFO] [stdout] | [INFO] [stdout] 668 | 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:12:49 [INFO] [stdout] | [INFO] [stdout] 12 | mem::MaybeUninit::uninit().assume_init(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/input.rs:52:35 [INFO] [stdout] | [INFO] [stdout] 52 | 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] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.75s [INFO] running `Command { std: "docker" "inspect" "7324e1c107ceb4007622da64c82da368e13545022833c2e0423cc18d48724e18", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7324e1c107ceb4007622da64c82da368e13545022833c2e0423cc18d48724e18", kill_on_drop: false }` [INFO] [stdout] 7324e1c107ceb4007622da64c82da368e13545022833c2e0423cc18d48724e18 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0610b76f8e90fe7758e1b49f1962288488cb17dbce6376e51ea6062577d7f9cb [INFO] running `Command { std: "docker" "start" "-a" "0610b76f8e90fe7758e1b49f1962288488cb17dbce6376e51ea6062577d7f9cb", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling unibar v0.1.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:12:49 [INFO] [stdout] | [INFO] [stdout] 12 | mem::MaybeUninit::uninit().assume_init(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/bar.rs:198:24 [INFO] [stdout] | [INFO] [stdout] 198 | 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:12:49 [INFO] [stdout] | [INFO] [stdout] 12 | mem::MaybeUninit::uninit().assume_init(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/bar.rs:199:23 [INFO] [stdout] | [INFO] [stdout] 199 | 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:12:49 [INFO] [stdout] | [INFO] [stdout] 12 | mem::MaybeUninit::uninit().assume_init(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/bar.rs:395:62 [INFO] [stdout] | [INFO] [stdout] 395 | 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:12:49 [INFO] [stdout] | [INFO] [stdout] 12 | mem::MaybeUninit::uninit().assume_init(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/bar.rs:621:38 [INFO] [stdout] | [INFO] [stdout] 621 | 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:12:49 [INFO] [stdout] | [INFO] [stdout] 12 | mem::MaybeUninit::uninit().assume_init(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/bar.rs:634:38 [INFO] [stdout] | [INFO] [stdout] 634 | 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:12:49 [INFO] [stdout] | [INFO] [stdout] 12 | mem::MaybeUninit::uninit().assume_init(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/bar.rs:668:53 [INFO] [stdout] | [INFO] [stdout] 668 | 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:12:49 [INFO] [stdout] | [INFO] [stdout] 12 | mem::MaybeUninit::uninit().assume_init(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/input.rs:52:35 [INFO] [stdout] | [INFO] [stdout] 52 | 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: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:12:49 [INFO] [stdout] | [INFO] [stdout] 12 | mem::MaybeUninit::uninit().assume_init(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/bar.rs:198:24 [INFO] [stdout] | [INFO] [stdout] 198 | 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:12:49 [INFO] [stdout] | [INFO] [stdout] 12 | mem::MaybeUninit::uninit().assume_init(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/bar.rs:199:23 [INFO] [stdout] | [INFO] [stdout] 199 | 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:12:49 [INFO] [stdout] | [INFO] [stdout] 12 | mem::MaybeUninit::uninit().assume_init(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/bar.rs:395:62 [INFO] [stdout] | [INFO] [stdout] 395 | 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:12:49 [INFO] [stdout] | [INFO] [stdout] 12 | mem::MaybeUninit::uninit().assume_init(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/bar.rs:621:38 [INFO] [stdout] | [INFO] [stdout] 621 | 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:12:49 [INFO] [stdout] | [INFO] [stdout] 12 | mem::MaybeUninit::uninit().assume_init(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/bar.rs:634:38 [INFO] [stdout] | [INFO] [stdout] 634 | 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:12:49 [INFO] [stdout] | [INFO] [stdout] 12 | mem::MaybeUninit::uninit().assume_init(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/bar.rs:668:53 [INFO] [stdout] | [INFO] [stdout] 668 | 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:12:49 [INFO] [stdout] | [INFO] [stdout] 12 | mem::MaybeUninit::uninit().assume_init(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/input.rs:52:35 [INFO] [stdout] | [INFO] [stdout] 52 | 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] [stderr] Finished test [unoptimized + debuginfo] target(s) in 17.81s [INFO] running `Command { std: "docker" "inspect" "0610b76f8e90fe7758e1b49f1962288488cb17dbce6376e51ea6062577d7f9cb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0610b76f8e90fe7758e1b49f1962288488cb17dbce6376e51ea6062577d7f9cb", kill_on_drop: false }` [INFO] [stdout] 0610b76f8e90fe7758e1b49f1962288488cb17dbce6376e51ea6062577d7f9cb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 7024af737760977977ea08e8e9d15660944436c0952c8c88342ab509a177531f [INFO] running `Command { std: "docker" "start" "-a" "7024af737760977977ea08e8e9d15660944436c0952c8c88342ab509a177531f", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/lib.rs:12:49 [INFO] [stderr] | [INFO] [stderr] 12 | mem::MaybeUninit::uninit().assume_init(); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/bar.rs:198:24 [INFO] [stderr] | [INFO] [stderr] 198 | event: init!(), [INFO] [stderr] | ------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `init` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/lib.rs:12:49 [INFO] [stderr] | [INFO] [stderr] 12 | mem::MaybeUninit::uninit().assume_init(); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/bar.rs:199:23 [INFO] [stderr] | [INFO] [stderr] 199 | draw: init!(), [INFO] [stderr] | ------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `init` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/lib.rs:12:49 [INFO] [stderr] | [INFO] [stderr] 12 | mem::MaybeUninit::uninit().assume_init(); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/bar.rs:395:62 [INFO] [stderr] | [INFO] [stderr] 395 | let mut attributes: xlib::XSetWindowAttributes = init!(); [INFO] [stderr] | ------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `init` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/lib.rs:12:49 [INFO] [stderr] | [INFO] [stderr] 12 | mem::MaybeUninit::uninit().assume_init(); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/bar.rs:621:38 [INFO] [stderr] | [INFO] [stderr] 621 | let mut tmp: xft::XftColor = init!(); [INFO] [stderr] | ------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `init` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/lib.rs:12:49 [INFO] [stderr] | [INFO] [stderr] 12 | mem::MaybeUninit::uninit().assume_init(); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/bar.rs:634:38 [INFO] [stderr] | [INFO] [stderr] 634 | let mut temp: xlib::XColor = init!(); [INFO] [stderr] | ------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `init` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/lib.rs:12:49 [INFO] [stderr] | [INFO] [stderr] 12 | mem::MaybeUninit::uninit().assume_init(); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/bar.rs:668:53 [INFO] [stderr] | [INFO] [stderr] 668 | let mut hn_text_prop: xlib::XTextProperty = init!(); [INFO] [stderr] | ------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `init` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/lib.rs:12:49 [INFO] [stderr] | [INFO] [stderr] 12 | mem::MaybeUninit::uninit().assume_init(); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/input.rs:52:35 [INFO] [stderr] | [INFO] [stderr] 52 | let mut extents: XGlyphInfo = init!(); [INFO] [stderr] | ------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `init` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `unibar` (lib) generated 7 warnings [INFO] [stderr] warning: `unibar` (lib test) generated 7 warnings (7 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/unibar-cd6082abd1b58db7) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/unibar-2f96819616d20f3d) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests unibar [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "7024af737760977977ea08e8e9d15660944436c0952c8c88342ab509a177531f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7024af737760977977ea08e8e9d15660944436c0952c8c88342ab509a177531f", kill_on_drop: false }` [INFO] [stdout] 7024af737760977977ea08e8e9d15660944436c0952c8c88342ab509a177531f