[INFO] fetching crate i3-workspace-groups 0.2.2... [INFO] testing i3-workspace-groups-0.2.2 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate i3-workspace-groups 0.2.2 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate i3-workspace-groups 0.2.2 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate i3-workspace-groups 0.2.2 [INFO] finished tweaking crates.io crate i3-workspace-groups 0.2.2 [INFO] tweaked toml for crates.io crate i3-workspace-groups 0.2.2 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a1a904382177c1b0a02badac7f31507139ccd594d04d1cf09ca20e901e8f5fbb [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" "a1a904382177c1b0a02badac7f31507139ccd594d04d1cf09ca20e901e8f5fbb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a1a904382177c1b0a02badac7f31507139ccd594d04d1cf09ca20e901e8f5fbb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a1a904382177c1b0a02badac7f31507139ccd594d04d1cf09ca20e901e8f5fbb", kill_on_drop: false }` [INFO] [stdout] a1a904382177c1b0a02badac7f31507139ccd594d04d1cf09ca20e901e8f5fbb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8084f1dbc7c3f3acd07156c7162d518183fd5d7f3640f0e78fb39277dd2656dc [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" "8084f1dbc7c3f3acd07156c7162d518183fd5d7f3640f0e78fb39277dd2656dc", kill_on_drop: false }` [INFO] [stderr] Compiling i3ipc v0.9.0 [INFO] [stderr] Compiling structopt-derive v0.2.18 [INFO] [stderr] Compiling env_logger v0.6.2 [INFO] [stderr] Compiling structopt v0.2.18 [INFO] [stderr] Compiling i3-workspace-groups v0.2.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/common.rs:40:61 [INFO] [stdout] | [INFO] [stdout] 40 | $e.keys().map(|key| &key[..]).collect::>(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/controller.rs:160:9 [INFO] [stdout] | [INFO] [stdout] 160 | keys_to_strptr_vec!(self.get_groups()) [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `keys_to_strptr_vec` [INFO] [stdout] = note: this warning originates in the macro `keys_to_strptr_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.06s [INFO] running `Command { std: "docker" "inspect" "8084f1dbc7c3f3acd07156c7162d518183fd5d7f3640f0e78fb39277dd2656dc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8084f1dbc7c3f3acd07156c7162d518183fd5d7f3640f0e78fb39277dd2656dc", kill_on_drop: false }` [INFO] [stdout] 8084f1dbc7c3f3acd07156c7162d518183fd5d7f3640f0e78fb39277dd2656dc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0c6a3f06b9647205e6159f713034118ea471cd76cc142892959cf06e50b9e5ea [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" "0c6a3f06b9647205e6159f713034118ea471cd76cc142892959cf06e50b9e5ea", kill_on_drop: false }` [INFO] [stderr] Compiling i3-workspace-groups v0.2.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/common.rs:40:61 [INFO] [stdout] | [INFO] [stdout] 40 | $e.keys().map(|key| &key[..]).collect::>(); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/controller.rs:160:9 [INFO] [stdout] | [INFO] [stdout] 160 | keys_to_strptr_vec!(self.get_groups()) [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `keys_to_strptr_vec` [INFO] [stdout] = note: this warning originates in the macro `keys_to_strptr_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.31s [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/i3_workspace_groups-b0a177b9e6dd2c25) [INFO] running `Command { std: "docker" "inspect" "0c6a3f06b9647205e6159f713034118ea471cd76cc142892959cf06e50b9e5ea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0c6a3f06b9647205e6159f713034118ea471cd76cc142892959cf06e50b9e5ea", kill_on_drop: false }` [INFO] [stdout] 0c6a3f06b9647205e6159f713034118ea471cd76cc142892959cf06e50b9e5ea [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 58c5c36300ed56d979249fd9d1c0cda2d698a436dfe627f5153765ccbbf94529 [INFO] running `Command { std: "docker" "start" "-a" "58c5c36300ed56d979249fd9d1c0cda2d698a436dfe627f5153765ccbbf94529", kill_on_drop: false }` [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/common.rs:40:61 [INFO] [stderr] | [INFO] [stderr] 40 | $e.keys().map(|key| &key[..]).collect::>(); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/controller.rs:160:9 [INFO] [stderr] | [INFO] [stderr] 160 | keys_to_strptr_vec!(self.get_groups()) [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: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `keys_to_strptr_vec` [INFO] [stderr] = note: this warning originates in the macro `keys_to_strptr_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `i3-workspace-groups` (bin "i3-workspace-groups" test) generated 1 warning [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/i3_workspace_groups-b0a177b9e6dd2c25) [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" "58c5c36300ed56d979249fd9d1c0cda2d698a436dfe627f5153765ccbbf94529", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "58c5c36300ed56d979249fd9d1c0cda2d698a436dfe627f5153765ccbbf94529", kill_on_drop: false }` [INFO] [stdout] 58c5c36300ed56d979249fd9d1c0cda2d698a436dfe627f5153765ccbbf94529