[INFO] crate imgui-rs 1.47.0 is already in cache [INFO] testing imgui-rs-1.47.0 against master#28742a1146f10a4f09369baad027a464acb7a766 for pr-71274 [INFO] extracting crate imgui-rs 1.47.0 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate imgui-rs 1.47.0 on toolchain 28742a1146f10a4f09369baad027a464acb7a766 [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate imgui-rs 1.47.0 [INFO] finished tweaking crates.io crate imgui-rs 1.47.0 [INFO] tweaked toml for crates.io crate imgui-rs 1.47.0 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 29cae8dfa0b719f44640d8969a417c240c7d6aeedca91e5f479a68b91f39c1f8 [INFO] running `"docker" "start" "-a" "29cae8dfa0b719f44640d8969a417c240c7d6aeedca91e5f479a68b91f39c1f8"` [INFO] [stderr] Compiling gcc v0.3.55 [INFO] [stderr] Compiling imgui-rs v1.47.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'gcc::Config': gcc::Config has been renamed to gcc::Build [INFO] [stderr] --> src/build.rs:24:5 [INFO] [stderr] | [INFO] [stderr] 24 | gcc::Config::new() [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'gcc::Config': gcc::Config has been renamed to gcc::Build [INFO] [stderr] --> src/build.rs:32:5 [INFO] [stderr] | [INFO] [stderr] 32 | gcc::Config::new() [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'gcc::Config': gcc::Config has been renamed to gcc::Build [INFO] [stderr] --> src/build.rs:38:5 [INFO] [stderr] | [INFO] [stderr] 38 | gcc::Config::new() [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'gcc::Build::new': crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stderr] --> src/build.rs:24:5 [INFO] [stderr] | [INFO] [stderr] 24 | gcc::Config::new() [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'gcc::Build::new': crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stderr] --> src/build.rs:32:5 [INFO] [stderr] | [INFO] [stderr] 32 | gcc::Config::new() [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'gcc::Build::new': crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stderr] --> src/build.rs:38:5 [INFO] [stderr] | [INFO] [stderr] 38 | gcc::Config::new() [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 6 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: src/cimgui/imgui/imgui_demo.cpp: In function 'void ImGui::ShowTestWindow(bool*)': [INFO] [stderr] warning: src/cimgui/imgui/imgui_demo.cpp:1339:13: warning: this 'if' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: if (ImGui::CollapsingHeader("Category A")) ImGui::Text("Blah blah blah"); ImGui::NextColumn(); [INFO] [stderr] warning: ^~ [INFO] [stderr] warning: src/cimgui/imgui/imgui_demo.cpp:1339:87: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' [INFO] [stderr] warning: if (ImGui::CollapsingHeader("Category A")) ImGui::Text("Blah blah blah"); ImGui::NextColumn(); [INFO] [stderr] warning: ^~~~~ [INFO] [stderr] warning: src/cimgui/imgui/imgui_demo.cpp:1340:13: warning: this 'if' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: if (ImGui::CollapsingHeader("Category B")) ImGui::Text("Blah blah blah"); ImGui::NextColumn(); [INFO] [stderr] warning: ^~ [INFO] [stderr] warning: src/cimgui/imgui/imgui_demo.cpp:1340:87: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' [INFO] [stderr] warning: if (ImGui::CollapsingHeader("Category B")) ImGui::Text("Blah blah blah"); ImGui::NextColumn(); [INFO] [stderr] warning: ^~~~~ [INFO] [stderr] warning: src/cimgui/imgui/imgui_demo.cpp:1341:13: warning: this 'if' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: if (ImGui::CollapsingHeader("Category C")) ImGui::Text("Blah blah blah"); ImGui::NextColumn(); [INFO] [stderr] warning: ^~ [INFO] [stderr] warning: src/cimgui/imgui/imgui_demo.cpp:1341:87: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' [INFO] [stderr] warning: if (ImGui::CollapsingHeader("Category C")) ImGui::Text("Blah blah blah"); ImGui::NextColumn(); [INFO] [stderr] warning: ^~~~~ [INFO] [stderr] warning: src/cimgui/imgui/imgui_demo.cpp: In member function 'void ExampleAppConsole::Draw(const char*, bool*)': [INFO] [stderr] warning: src/cimgui/imgui/imgui_demo.cpp:1893:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: if (ImGui::SmallButton("Add Dummy Error")) AddLog("[error] something went wrong"); ImGui::SameLine(); [INFO] [stderr] warning: ^~ [INFO] [stderr] warning: src/cimgui/imgui/imgui_demo.cpp:1893:92: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' [INFO] [stderr] warning: if (ImGui::SmallButton("Add Dummy Error")) AddLog("[error] something went wrong"); ImGui::SameLine(); [INFO] [stderr] warning: ^~~~~ [INFO] [stderr] warning: src/cimgui/imgui/imgui_demo.cpp:1938:13: warning: this 'while' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: while (input_end > InputBuf && input_end[-1] == ' ') input_end--; *input_end = 0; [INFO] [stderr] warning: ^~~~~ [INFO] [stderr] warning: src/cimgui/imgui/imgui_demo.cpp:1938:79: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while' [INFO] [stderr] warning: while (input_end > InputBuf && input_end[-1] == ' ') input_end--; *input_end = 0; [INFO] [stderr] warning: ^ [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.00s [INFO] running `"docker" "inspect" "29cae8dfa0b719f44640d8969a417c240c7d6aeedca91e5f479a68b91f39c1f8"` [INFO] running `"docker" "rm" "-f" "29cae8dfa0b719f44640d8969a417c240c7d6aeedca91e5f479a68b91f39c1f8"` [INFO] [stdout] 29cae8dfa0b719f44640d8969a417c240c7d6aeedca91e5f479a68b91f39c1f8 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 9d616c8ea8462833ddd3827cae34b52eb73689e80f8538b1de2cfb8807f6008d [INFO] running `"docker" "start" "-a" "9d616c8ea8462833ddd3827cae34b52eb73689e80f8538b1de2cfb8807f6008d"` [INFO] [stderr] Compiling sdl2-sys v0.7.0 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling num-iter v0.1.40 [INFO] [stderr] Compiling num-complex v0.1.43 [INFO] [stderr] warning: use of deprecated item 'gcc::Config': gcc::Config has been renamed to gcc::Build [INFO] [stderr] --> src/build.rs:24:5 [INFO] [stderr] | [INFO] [stderr] 24 | gcc::Config::new() [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'gcc::Config': gcc::Config has been renamed to gcc::Build [INFO] [stderr] --> src/build.rs:32:5 [INFO] [stderr] | [INFO] [stderr] 32 | gcc::Config::new() [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'gcc::Config': gcc::Config has been renamed to gcc::Build [INFO] [stderr] --> src/build.rs:38:5 [INFO] [stderr] | [INFO] [stderr] 38 | gcc::Config::new() [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'gcc::Build::new': crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stderr] --> src/build.rs:24:5 [INFO] [stderr] | [INFO] [stderr] 24 | gcc::Config::new() [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'gcc::Build::new': crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stderr] --> src/build.rs:32:5 [INFO] [stderr] | [INFO] [stderr] 32 | gcc::Config::new() [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'gcc::Build::new': crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stderr] --> src/build.rs:38:5 [INFO] [stderr] | [INFO] [stderr] 38 | gcc::Config::new() [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 6 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: src/cimgui/imgui/imgui_demo.cpp: In function 'void ImGui::ShowTestWindow(bool*)': [INFO] [stderr] warning: src/cimgui/imgui/imgui_demo.cpp:1339:13: warning: this 'if' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: if (ImGui::CollapsingHeader("Category A")) ImGui::Text("Blah blah blah"); ImGui::NextColumn(); [INFO] [stderr] warning: ^~ [INFO] [stderr] warning: src/cimgui/imgui/imgui_demo.cpp:1339:87: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' [INFO] [stderr] warning: if (ImGui::CollapsingHeader("Category A")) ImGui::Text("Blah blah blah"); ImGui::NextColumn(); [INFO] [stderr] warning: ^~~~~ [INFO] [stderr] warning: src/cimgui/imgui/imgui_demo.cpp:1340:13: warning: this 'if' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: if (ImGui::CollapsingHeader("Category B")) ImGui::Text("Blah blah blah"); ImGui::NextColumn(); [INFO] [stderr] warning: ^~ [INFO] [stderr] warning: src/cimgui/imgui/imgui_demo.cpp:1340:87: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' [INFO] [stderr] warning: if (ImGui::CollapsingHeader("Category B")) ImGui::Text("Blah blah blah"); ImGui::NextColumn(); [INFO] [stderr] warning: ^~~~~ [INFO] [stderr] warning: src/cimgui/imgui/imgui_demo.cpp:1341:13: warning: this 'if' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: if (ImGui::CollapsingHeader("Category C")) ImGui::Text("Blah blah blah"); ImGui::NextColumn(); [INFO] [stderr] warning: ^~ [INFO] [stderr] warning: src/cimgui/imgui/imgui_demo.cpp:1341:87: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' [INFO] [stderr] warning: if (ImGui::CollapsingHeader("Category C")) ImGui::Text("Blah blah blah"); ImGui::NextColumn(); [INFO] [stderr] warning: ^~~~~ [INFO] [stderr] warning: src/cimgui/imgui/imgui_demo.cpp: In member function 'void ExampleAppConsole::Draw(const char*, bool*)': [INFO] [stderr] warning: src/cimgui/imgui/imgui_demo.cpp:1893:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: if (ImGui::SmallButton("Add Dummy Error")) AddLog("[error] something went wrong"); ImGui::SameLine(); [INFO] [stderr] warning: ^~ [INFO] [stderr] warning: src/cimgui/imgui/imgui_demo.cpp:1893:92: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' [INFO] [stderr] warning: if (ImGui::SmallButton("Add Dummy Error")) AddLog("[error] something went wrong"); ImGui::SameLine(); [INFO] [stderr] warning: ^~~~~ [INFO] [stderr] warning: src/cimgui/imgui/imgui_demo.cpp:1938:13: warning: this 'while' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: while (input_end > InputBuf && input_end[-1] == ' ') input_end--; *input_end = 0; [INFO] [stderr] warning: ^~~~~ [INFO] [stderr] warning: src/cimgui/imgui/imgui_demo.cpp:1938:79: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while' [INFO] [stderr] warning: while (input_end > InputBuf && input_end[-1] == ' ') input_end--; *input_end = 0; [INFO] [stderr] warning: ^ [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling num-bigint v0.1.44 [INFO] [stderr] Compiling rand v0.3.23 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling sdl2 v0.12.1 [INFO] [stderr] Compiling imgui-rs v1.47.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 14.85s [INFO] running `"docker" "inspect" "9d616c8ea8462833ddd3827cae34b52eb73689e80f8538b1de2cfb8807f6008d"` [INFO] running `"docker" "rm" "-f" "9d616c8ea8462833ddd3827cae34b52eb73689e80f8538b1de2cfb8807f6008d"` [INFO] [stdout] 9d616c8ea8462833ddd3827cae34b52eb73689e80f8538b1de2cfb8807f6008d [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "test" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] bd765300959bdcb719dc0e7e04f34e3d21691f664258ceb4fae3ee899ef54a11 [INFO] running `"docker" "start" "-a" "bd765300959bdcb719dc0e7e04f34e3d21691f664258ceb4fae3ee899ef54a11"` [INFO] [stderr] warning: use of deprecated item 'gcc::Config': gcc::Config has been renamed to gcc::Build [INFO] [stderr] --> src/build.rs:24:5 [INFO] [stderr] | [INFO] [stderr] 24 | gcc::Config::new() [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'gcc::Config': gcc::Config has been renamed to gcc::Build [INFO] [stderr] --> src/build.rs:32:5 [INFO] [stderr] | [INFO] [stderr] 32 | gcc::Config::new() [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'gcc::Config': gcc::Config has been renamed to gcc::Build [INFO] [stderr] --> src/build.rs:38:5 [INFO] [stderr] | [INFO] [stderr] 38 | gcc::Config::new() [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'gcc::Build::new': crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stderr] --> src/build.rs:24:5 [INFO] [stderr] | [INFO] [stderr] 24 | gcc::Config::new() [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'gcc::Build::new': crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stderr] --> src/build.rs:32:5 [INFO] [stderr] | [INFO] [stderr] 32 | gcc::Config::new() [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'gcc::Build::new': crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stderr] --> src/build.rs:38:5 [INFO] [stderr] | [INFO] [stderr] 38 | gcc::Config::new() [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 6 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: src/cimgui/imgui/imgui_demo.cpp: In function 'void ImGui::ShowTestWindow(bool*)': [INFO] [stderr] warning: src/cimgui/imgui/imgui_demo.cpp:1339:13: warning: this 'if' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: if (ImGui::CollapsingHeader("Category A")) ImGui::Text("Blah blah blah"); ImGui::NextColumn(); [INFO] [stderr] warning: ^~ [INFO] [stderr] warning: src/cimgui/imgui/imgui_demo.cpp:1339:87: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' [INFO] [stderr] warning: if (ImGui::CollapsingHeader("Category A")) ImGui::Text("Blah blah blah"); ImGui::NextColumn(); [INFO] [stderr] warning: ^~~~~ [INFO] [stderr] warning: src/cimgui/imgui/imgui_demo.cpp:1340:13: warning: this 'if' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: if (ImGui::CollapsingHeader("Category B")) ImGui::Text("Blah blah blah"); ImGui::NextColumn(); [INFO] [stderr] warning: ^~ [INFO] [stderr] warning: src/cimgui/imgui/imgui_demo.cpp:1340:87: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' [INFO] [stderr] warning: if (ImGui::CollapsingHeader("Category B")) ImGui::Text("Blah blah blah"); ImGui::NextColumn(); [INFO] [stderr] warning: ^~~~~ [INFO] [stderr] warning: src/cimgui/imgui/imgui_demo.cpp:1341:13: warning: this 'if' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: if (ImGui::CollapsingHeader("Category C")) ImGui::Text("Blah blah blah"); ImGui::NextColumn(); [INFO] [stderr] warning: ^~ [INFO] [stderr] warning: src/cimgui/imgui/imgui_demo.cpp:1341:87: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' [INFO] [stderr] warning: if (ImGui::CollapsingHeader("Category C")) ImGui::Text("Blah blah blah"); ImGui::NextColumn(); [INFO] [stderr] warning: ^~~~~ [INFO] [stderr] warning: src/cimgui/imgui/imgui_demo.cpp: In member function 'void ExampleAppConsole::Draw(const char*, bool*)': [INFO] [stderr] warning: src/cimgui/imgui/imgui_demo.cpp:1893:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: if (ImGui::SmallButton("Add Dummy Error")) AddLog("[error] something went wrong"); ImGui::SameLine(); [INFO] [stderr] warning: ^~ [INFO] [stderr] warning: src/cimgui/imgui/imgui_demo.cpp:1893:92: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' [INFO] [stderr] warning: if (ImGui::SmallButton("Add Dummy Error")) AddLog("[error] something went wrong"); ImGui::SameLine(); [INFO] [stderr] warning: ^~~~~ [INFO] [stderr] warning: src/cimgui/imgui/imgui_demo.cpp:1938:13: warning: this 'while' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: while (input_end > InputBuf && input_end[-1] == ' ') input_end--; *input_end = 0; [INFO] [stderr] warning: ^~~~~ [INFO] [stderr] warning: src/cimgui/imgui/imgui_demo.cpp:1938:79: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while' [INFO] [stderr] warning: while (input_end > InputBuf && input_end[-1] == ' ') input_end--; *input_end = 0; [INFO] [stderr] warning: ^ [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.32s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/imgui_rs-b4bcfb9525c69ece [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 [INFO] [stdout] [INFO] [stderr] Doc-tests imgui_rs [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 [INFO] [stdout] [INFO] running `"docker" "inspect" "bd765300959bdcb719dc0e7e04f34e3d21691f664258ceb4fae3ee899ef54a11"` [INFO] running `"docker" "rm" "-f" "bd765300959bdcb719dc0e7e04f34e3d21691f664258ceb4fae3ee899ef54a11"` [INFO] [stdout] bd765300959bdcb719dc0e7e04f34e3d21691f664258ceb4fae3ee899ef54a11