[INFO] cloning repository https://github.com/arexon/haze
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/arexon/haze" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Farexon%2Fhaze", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Farexon%2Fhaze'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7d29db9fe524f2c767d326c886b0af07b55ea865
[INFO] checking arexon/haze against 165655a2f1981fef27b31c547ad7631979fc5139 for pr-160235
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Farexon%2Fhaze" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-2-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/arexon/haze
[INFO] finished tweaking git repo https://github.com/arexon/haze
[INFO] tweaked toml for git repo https://github.com/arexon/haze written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/arexon/haze on toolchain 165655a2f1981fef27b31c547ad7631979fc5139
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+165655a2f1981fef27b31c547ad7631979fc5139" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/arexon/haze 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" "+165655a2f1981fef27b31c547ad7631979fc5139" "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/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 9a7b63bb0626e8e9656adcb403b7771c9dc15bf22940a3894aad515b35dc3c8b
[INFO] running `Command { std: "docker" "start" "9a7b63bb0626e8e9656adcb403b7771c9dc15bf22940a3894aad515b35dc3c8b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9a7b63bb0626e8e9656adcb403b7771c9dc15bf22940a3894aad515b35dc3c8b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9a7b63bb0626e8e9656adcb403b7771c9dc15bf22940a3894aad515b35dc3c8b" "/opt/rustwide/cargo-home/bin/cargo" "+165655a2f1981fef27b31c547ad7631979fc5139" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9a7b63bb0626e8e9656adcb403b7771c9dc15bf22940a3894aad515b35dc3c8b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9a7b63bb0626e8e9656adcb403b7771c9dc15bf22940a3894aad515b35dc3c8b" "/opt/rustwide/cargo-home/bin/cargo" "+165655a2f1981fef27b31c547ad7631979fc5139" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]    Compiling libc v0.2.158
[INFO] [stderr]    Compiling serde v1.0.210
[INFO] [stderr]     Checking anstyle-query v1.1.1
[INFO] [stderr]     Checking colorchoice v1.0.2
[INFO] [stderr]     Checking gimli v0.31.0
[INFO] [stderr]    Compiling rustix v0.38.37
[INFO] [stderr]     Checking regex-syntax v0.8.4
[INFO] [stderr]     Checking anstyle v1.0.8
[INFO] [stderr]     Checking bitflags v2.6.0
[INFO] [stderr]     Checking anstyle-parse v0.2.5
[INFO] [stderr]     Checking object v0.36.4
[INFO] [stderr]    Compiling thiserror v1.0.63
[INFO] [stderr]    Compiling owo-colors v4.1.0
[INFO] [stderr]    Compiling serde_json v1.0.128
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]     Checking log v0.4.22
[INFO] [stderr]     Checking itoa v1.0.11
[INFO] [stderr]     Checking is_ci v1.2.0
[INFO] [stderr]     Checking smawk v0.3.2
[INFO] [stderr]     Checking unicode-width v0.1.13
[INFO] [stderr]     Checking supports-unicode v3.0.0
[INFO] [stderr]     Checking supports-color v3.0.1
[INFO] [stderr]     Checking anstream v0.6.15
[INFO] [stderr]     Checking supports-hyperlinks v3.0.0
[INFO] [stderr]     Checking similar v2.6.0
[INFO] [stderr]     Checking json-strip-comments v1.0.4
[INFO] [stderr]     Checking glob v0.3.1
[INFO] [stderr]     Checking fs_extra v1.3.0
[INFO] [stderr]     Checking textwrap v0.16.1
[INFO] [stderr]     Checking clap_builder v4.5.17
[INFO] [stderr]     Checking console v0.15.8
[INFO] [stderr]     Checking terminal_size v0.3.0
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]     Checking regex-automata v0.4.7
[INFO] [stderr]    Compiling syn v2.0.77
[INFO] [stderr]     Checking addr2line v0.24.1
[INFO] [stderr]     Checking backtrace v0.3.74
[INFO] [stderr]     Checking backtrace-ext v0.2.1
[INFO] [stderr]     Checking regex v1.10.6
[INFO] [stderr]     Checking env_filter v0.1.2
[INFO] [stderr]     Checking env_logger v0.11.5
[INFO] [stderr]    Compiling serde_derive v1.0.210
[INFO] [stderr]    Compiling thiserror-impl v1.0.63
[INFO] [stderr]    Compiling clap_derive v4.5.13
[INFO] [stderr]    Compiling color-print-proc-macro v0.3.6
[INFO] [stderr]    Compiling miette-derive v7.2.0
[INFO] [stderr]     Checking color-print v0.3.6
[INFO] [stderr]     Checking miette v7.2.0
[INFO] [stderr]     Checking clap v4.5.17
[INFO] [stderr]     Checking insta v1.40.0
[INFO] [stderr]     Checking insta-cmd v0.6.0
[INFO] [stderr]     Checking haze v2.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]   --> src/world.rs:87:29
[INFO] [stdout]    |
[INFO] [stdout] 87 |             .filter(|&name| (!self.local_worlds.contains_key(name)))
[INFO] [stdout]    |                             ^                                     ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 87 -             .filter(|&name| (!self.local_worlds.contains_key(name)))
[INFO] [stdout] 87 +             .filter(|&name| !self.local_worlds.contains_key(name))
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]    --> src/world.rs:129:29
[INFO] [stdout]     |
[INFO] [stdout] 129 |             .filter(|&name| (!self.com_mojang_worlds.contains_key(name)))
[INFO] [stdout]     |                             ^                                          ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 129 -             .filter(|&name| (!self.com_mojang_worlds.contains_key(name)))
[INFO] [stdout] 129 +             .filter(|&name| !self.com_mojang_worlds.contains_key(name))
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: suspicious attribute: ExprKind::MethodCall
[INFO] [stdout]   --> tests/integration.rs:70:5
[INFO] [stdout]    |
[INFO] [stdout] 70 | /     assert_cmd_snapshot!(test.command, @r#"
[INFO] [stdout] 71 | |     success: false
[INFO] [stdout] 72 | |     exit_code: 1
[INFO] [stdout] 73 | |     ----- stdout -----
[INFO] [stdout] ...  |
[INFO] [stdout] 78 | |       help: setting this variable is required on non-Windows systems
[INFO] [stdout] 79 | |     "#);
[INFO] [stdout]    | |_______^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::_assert_snapshot_base` which comes from the expansion of the macro `assert_cmd_snapshot` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: suspicious attribute: ExprKind::MethodCall
[INFO] [stdout]   --> tests/integration.rs:87:5
[INFO] [stdout]    |
[INFO] [stdout] 87 | /     assert_cmd_snapshot!(test.command, @r#"
[INFO] [stdout] 88 | |     success: false
[INFO] [stdout] 89 | |     exit_code: 1
[INFO] [stdout] 90 | |     ----- stdout -----
[INFO] [stdout] ...  |
[INFO] [stdout] 94 | |       | minecraftWorlds`
[INFO] [stdout] 95 | |     "#);
[INFO] [stdout]    | |_______^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::_assert_snapshot_base` which comes from the expansion of the macro `assert_cmd_snapshot` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: suspicious attribute: ExprKind::MethodCall
[INFO] [stdout]    --> tests/integration.rs:113:5
[INFO] [stdout]     |
[INFO] [stdout] 113 | /     assert_cmd_snapshot!(test.command, @r#"
[INFO] [stdout] 114 | |     success: false
[INFO] [stdout] 115 | |     exit_code: 1
[INFO] [stdout] 116 | |     ----- stdout -----
[INFO] [stdout] ...   |
[INFO] [stdout] 121 | |           or recursive `**`
[INFO] [stdout] 122 | |     "#);
[INFO] [stdout]     | |_______^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::_assert_snapshot_base` which comes from the expansion of the macro `assert_cmd_snapshot` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: suspicious attribute: ExprKind::MethodCall
[INFO] [stdout]    --> tests/integration.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 | /     assert_cmd_snapshot!(test.command, @r#"
[INFO] [stdout] 131 | |     success: false
[INFO] [stdout] 132 | |     exit_code: 1
[INFO] [stdout] 133 | |     ----- stdout -----
[INFO] [stdout] ...   |
[INFO] [stdout] 139 | |             easily identifiable
[INFO] [stdout] 140 | |     "#);
[INFO] [stdout]     | |_______^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::_assert_snapshot_base` which comes from the expansion of the macro `assert_cmd_snapshot` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: suspicious attribute: ExprKind::MethodCall
[INFO] [stdout]    --> tests/integration.rs:160:5
[INFO] [stdout]     |
[INFO] [stdout] 160 | /     assert_cmd_snapshot!(test.command, @r#"
[INFO] [stdout] 161 | |     success: false
[INFO] [stdout] 162 | |     exit_code: 1
[INFO] [stdout] 163 | |     ----- stdout -----
[INFO] [stdout] ...   |
[INFO] [stdout] 166 | |     error: no worlds matching `foo` were found
[INFO] [stdout] 167 | |     "#);
[INFO] [stdout]     | |_______^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::_assert_snapshot_base` which comes from the expansion of the macro `assert_cmd_snapshot` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: suspicious attribute: ExprKind::MethodCall
[INFO] [stdout]    --> tests/integration.rs:174:5
[INFO] [stdout]     |
[INFO] [stdout] 174 | /     assert_cmd_snapshot!(test.command, @r#"
[INFO] [stdout] 175 | |     success: false
[INFO] [stdout] 176 | |     exit_code: 1
[INFO] [stdout] 177 | |     ----- stdout -----
[INFO] [stdout] ...   |
[INFO] [stdout] 181 | |       help: use --overwrite to bypass
[INFO] [stdout] 182 | |     "#);
[INFO] [stdout]     | |_______^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::_assert_snapshot_base` which comes from the expansion of the macro `assert_cmd_snapshot` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: suspicious attribute: ExprKind::MethodCall
[INFO] [stdout]    --> tests/integration.rs:192:5
[INFO] [stdout]     |
[INFO] [stdout] 192 | /     assert_cmd_snapshot!(test.command, @r#"
[INFO] [stdout] 193 | |     success: true
[INFO] [stdout] 194 | |     exit_code: 0
[INFO] [stdout] 195 | |     ----- stdout -----
[INFO] [stdout] ...   |
[INFO] [stdout] 198 | |     info: exported `worlds/foo` to `com.mojang/minecraftWorlds/foo`
[INFO] [stdout] 199 | |     "#);
[INFO] [stdout]     | |_______^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::_assert_snapshot_base` which comes from the expansion of the macro `assert_cmd_snapshot` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: suspicious attribute: ExprKind::MethodCall
[INFO] [stdout]    --> tests/integration.rs:232:5
[INFO] [stdout]     |
[INFO] [stdout] 232 | /     assert_cmd_snapshot!(test.command, @r#"
[INFO] [stdout] 233 | |     success: true
[INFO] [stdout] 234 | |     exit_code: 0
[INFO] [stdout] 235 | |     ----- stdout -----
[INFO] [stdout] ...   |
[INFO] [stdout] 238 | |     info: exported `worlds/foo` to `com.mojang/minecraftWorlds/foo`
[INFO] [stdout] 239 | |     "#);
[INFO] [stdout]     | |_______^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::_assert_snapshot_base` which comes from the expansion of the macro `assert_cmd_snapshot` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: suspicious attribute: ExprKind::MethodCall
[INFO] [stdout]    --> tests/integration.rs:256:5
[INFO] [stdout]     |
[INFO] [stdout] 256 | /     assert_cmd_snapshot!(test.command, @r#"
[INFO] [stdout] 257 | |     success: false
[INFO] [stdout] 258 | |     exit_code: 1
[INFO] [stdout] 259 | |     ----- stdout -----
[INFO] [stdout] ...   |
[INFO] [stdout] 262 | |     error: no worlds matching `foo` were found
[INFO] [stdout] 263 | |     "#);
[INFO] [stdout]     | |_______^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::_assert_snapshot_base` which comes from the expansion of the macro `assert_cmd_snapshot` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: suspicious attribute: ExprKind::MethodCall
[INFO] [stdout]    --> tests/integration.rs:270:5
[INFO] [stdout]     |
[INFO] [stdout] 270 | /     assert_cmd_snapshot!(test.command, @r#"
[INFO] [stdout] 271 | |     success: false
[INFO] [stdout] 272 | |     exit_code: 1
[INFO] [stdout] 273 | |     ----- stdout -----
[INFO] [stdout] ...   |
[INFO] [stdout] 278 | |             first-time setup
[INFO] [stdout] 279 | |     "#);
[INFO] [stdout]     | |_______^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::_assert_snapshot_base` which comes from the expansion of the macro `assert_cmd_snapshot` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: suspicious attribute: ExprKind::MethodCall
[INFO] [stdout]    --> tests/integration.rs:288:5
[INFO] [stdout]     |
[INFO] [stdout] 288 | /     assert_cmd_snapshot!(test.command, @r#"
[INFO] [stdout] 289 | |     success: true
[INFO] [stdout] 290 | |     exit_code: 0
[INFO] [stdout] 291 | |     ----- stdout -----
[INFO] [stdout] ...   |
[INFO] [stdout] 294 | |     info: imported `com.mojang/minecraftWorlds/foo` to `worlds/foo`
[INFO] [stdout] 295 | |     "#);
[INFO] [stdout]     | |_______^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::_assert_snapshot_base` which comes from the expansion of the macro `assert_cmd_snapshot` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `haze` (test "integration") due to 11 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]   --> src/world.rs:87:29
[INFO] [stdout]    |
[INFO] [stdout] 87 |             .filter(|&name| (!self.local_worlds.contains_key(name)))
[INFO] [stdout]    |                             ^                                     ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 87 -             .filter(|&name| (!self.local_worlds.contains_key(name)))
[INFO] [stdout] 87 +             .filter(|&name| !self.local_worlds.contains_key(name))
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]    --> src/world.rs:129:29
[INFO] [stdout]     |
[INFO] [stdout] 129 |             .filter(|&name| (!self.com_mojang_worlds.contains_key(name)))
[INFO] [stdout]     |                             ^                                          ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 129 -             .filter(|&name| (!self.com_mojang_worlds.contains_key(name)))
[INFO] [stdout] 129 +             .filter(|&name| !self.com_mojang_worlds.contains_key(name))
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "9a7b63bb0626e8e9656adcb403b7771c9dc15bf22940a3894aad515b35dc3c8b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9a7b63bb0626e8e9656adcb403b7771c9dc15bf22940a3894aad515b35dc3c8b", kill_on_drop: false }`
[INFO] [stdout] 9a7b63bb0626e8e9656adcb403b7771c9dc15bf22940a3894aad515b35dc3c8b
