[INFO] crate aflak_imgui-sys 0.18.1 is already in cache [INFO] testing aflak_imgui-sys-0.18.1 against master#8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e for pr-74409 [INFO] extracting crate aflak_imgui-sys 0.18.1 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate aflak_imgui-sys 0.18.1 on toolchain 8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate aflak_imgui-sys 0.18.1 [INFO] finished tweaking crates.io crate aflak_imgui-sys 0.18.1 [INFO] tweaked toml for crates.io crate aflak_imgui-sys 0.18.1 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "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_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a955895b10d11eb5caabe9a1f91cdeafe95c2e3fd2b06ac50b86a4c69985a246 [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" "a955895b10d11eb5caabe9a1f91cdeafe95c2e3fd2b06ac50b86a4c69985a246", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a955895b10d11eb5caabe9a1f91cdeafe95c2e3fd2b06ac50b86a4c69985a246", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a955895b10d11eb5caabe9a1f91cdeafe95c2e3fd2b06ac50b86a4c69985a246", kill_on_drop: false }` [INFO] [stdout] a955895b10d11eb5caabe9a1f91cdeafe95c2e3fd2b06ac50b86a4c69985a246 [INFO] running `Command { std: "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@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d3d2af9b69763f0a5c2fef22250617851457dd4b7d36d26aa513c3bb37a05dcb [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" "d3d2af9b69763f0a5c2fef22250617851457dd4b7d36d26aa513c3bb37a05dcb", kill_on_drop: false }` [INFO] [stderr] Compiling cc v1.0.58 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling aflak_imgui-sys v0.18.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: In file included from third-party/cimgui/cimgui/cimgui.cpp:7: [INFO] [stderr] warning: third-party/cimgui/cimgui/../imgui/imgui_internal.h: In constructor 'ImGuiTextEditState::ImGuiTextEditState()': [INFO] [stderr] warning: third-party/cimgui/cimgui/../imgui/imgui_internal.h:365:84: warning: 'void* memset(void*, int, size_t)' clearing an object of non-trivial type 'struct ImGuiTextEditState'; use assignment or value-initialization instead [-Wclass-memaccess] [INFO] [stderr] warning: 365 | ImGuiTextEditState() { memset(this, 0, sizeof(*this)); } [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: third-party/cimgui/cimgui/../imgui/imgui_internal.h:351:18: note: 'struct ImGuiTextEditState' declared here [INFO] [stderr] warning: 351 | struct IMGUI_API ImGuiTextEditState [INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: In file included from third-party/cimgui/imgui/imgui.cpp:590: [INFO] [stderr] warning: third-party/cimgui/imgui/imgui_internal.h: In constructor 'ImGuiTextEditState::ImGuiTextEditState()': [INFO] [stderr] warning: third-party/cimgui/imgui/imgui_internal.h:365:84: warning: 'void* memset(void*, int, size_t)' clearing an object of non-trivial type 'struct ImGuiTextEditState'; use assignment or value-initialization instead [-Wclass-memaccess] [INFO] [stderr] warning: 365 | ImGuiTextEditState() { memset(this, 0, sizeof(*this)); } [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: third-party/cimgui/imgui/imgui_internal.h:351:18: note: 'struct ImGuiTextEditState' declared here [INFO] [stderr] warning: 351 | struct IMGUI_API ImGuiTextEditState [INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: third-party/cimgui/imgui/imgui.cpp: In constructor 'ImGuiIO::ImGuiIO()': [INFO] [stderr] warning: third-party/cimgui/imgui/imgui.cpp:772:34: warning: 'void* memset(void*, int, size_t)' clearing an object of non-trivial type 'struct ImGuiIO'; use assignment or value-initialization instead [-Wclass-memaccess] [INFO] [stderr] warning: 772 | memset(this, 0, sizeof(*this)); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: In file included from third-party/cimgui/imgui/imgui.cpp:588: [INFO] [stderr] warning: third-party/cimgui/imgui/imgui.h:870:8: note: 'struct ImGuiIO' declared here [INFO] [stderr] warning: 870 | struct ImGuiIO [INFO] [stderr] warning: | ^~~~~~~ [INFO] [stderr] warning: third-party/cimgui/imgui/imgui.h: In instantiation of 'void ImVector::reserve(int) [with T = ImGuiColumnsSet]': [INFO] [stderr] warning: third-party/cimgui/imgui/imgui.h:1060:89: required from 'void ImVector::push_back(const value_type&) [with T = ImGuiColumnsSet; ImVector::value_type = ImGuiColumnsSet]' [INFO] [stderr] warning: third-party/cimgui/imgui/imgui.cpp:10980:55: required from here [INFO] [stderr] warning: third-party/cimgui/imgui/imgui.h:1054:19: warning: 'void* memcpy(void*, const void*, size_t)' writing to an object of non-trivially copyable type 'struct ImGuiColumnsSet'; use copy-assignment or copy-initialization instead [-Wclass-memaccess] [INFO] [stderr] warning: 1054 | memcpy(new_data, Data, (size_t)Size * sizeof(T)); [INFO] [stderr] warning: | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: In file included from third-party/cimgui/imgui/imgui.cpp:590: [INFO] [stderr] warning: third-party/cimgui/imgui/imgui_internal.h:427:8: note: 'struct ImGuiColumnsSet' declared here [INFO] [stderr] warning: 427 | struct ImGuiColumnsSet [INFO] [stderr] warning: | ^~~~~~~~~~~~~~~ [INFO] [stderr] warning: In file included from third-party/cimgui/imgui/imgui_draw.cpp:18: [INFO] [stderr] warning: third-party/cimgui/imgui/imgui_internal.h: In constructor 'ImGuiTextEditState::ImGuiTextEditState()': [INFO] [stderr] warning: third-party/cimgui/imgui/imgui_internal.h:365:84: warning: 'void* memset(void*, int, size_t)' clearing an object of non-trivial type 'struct ImGuiTextEditState'; use assignment or value-initialization instead [-Wclass-memaccess] [INFO] [stderr] warning: 365 | ImGuiTextEditState() { memset(this, 0, sizeof(*this)); } [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: third-party/cimgui/imgui/imgui_internal.h:351:18: note: 'struct ImGuiTextEditState' declared here [INFO] [stderr] warning: 351 | struct IMGUI_API ImGuiTextEditState [INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: third-party/cimgui/imgui/imgui_draw.cpp: In member function 'void ImDrawList::ClearFreeMemory()': [INFO] [stderr] warning: third-party/cimgui/imgui/imgui_draw.cpp:336:66: warning: 'void* memset(void*, int, size_t)' clearing an object of non-trivial type 'ImVector::value_type' {aka 'struct ImDrawChannel'}; use assignment or value-initialization instead [-Wclass-memaccess] [INFO] [stderr] warning: 336 | if (i == 0) memset(&_Channels[0], 0, sizeof(_Channels[0])); // channel 0 is a copy of CmdBuffer/IdxBuffer, don't destruct again [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: In file included from third-party/cimgui/imgui/imgui_draw.cpp:16: [INFO] [stderr] warning: third-party/cimgui/imgui/imgui.h:1360:8: note: 'ImVector::value_type' {aka 'struct ImDrawChannel'} declared here [INFO] [stderr] warning: 1360 | struct ImDrawChannel [INFO] [stderr] warning: | ^~~~~~~~~~~~~ [INFO] [stderr] warning: third-party/cimgui/imgui/imgui_draw.cpp: In member function 'void ImDrawList::ChannelsSplit(int)': [INFO] [stderr] warning: third-party/cimgui/imgui/imgui_draw.cpp:469:51: warning: 'void* memset(void*, int, size_t)' clearing an object of non-trivial type 'ImVector::value_type' {aka 'struct ImDrawChannel'}; use assignment or value-initialization instead [-Wclass-memaccess] [INFO] [stderr] warning: 469 | memset(&_Channels[0], 0, sizeof(ImDrawChannel)); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: In file included from third-party/cimgui/imgui/imgui_draw.cpp:16: [INFO] [stderr] warning: third-party/cimgui/imgui/imgui.h:1360:8: note: 'ImVector::value_type' {aka 'struct ImDrawChannel'} declared here [INFO] [stderr] warning: 1360 | struct ImDrawChannel [INFO] [stderr] warning: | ^~~~~~~~~~~~~ [INFO] [stderr] warning: third-party/cimgui/imgui/imgui_draw.cpp: In member function 'void ImDrawList::ChannelsSetCurrent(int)': [INFO] [stderr] warning: third-party/cimgui/imgui/imgui_draw.cpp:529:86: warning: 'void* memcpy(void*, const void*, size_t)' writing to an object of non-trivially copyable type 'class ImVector'; use copy-assignment or copy-initialization instead [-Wclass-memaccess] [INFO] [stderr] warning: 529 | memcpy(&_Channels.Data[_ChannelsCurrent].CmdBuffer, &CmdBuffer, sizeof(CmdBuffer)); // copy 12 bytes, four times [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: In file included from third-party/cimgui/imgui/imgui_draw.cpp:16: [INFO] [stderr] warning: third-party/cimgui/imgui/imgui.h:1012:7: note: 'class ImVector' declared here [INFO] [stderr] warning: 1012 | class ImVector [INFO] [stderr] warning: | ^~~~~~~~ [INFO] [stderr] warning: third-party/cimgui/imgui/imgui_draw.cpp:530:86: warning: 'void* memcpy(void*, const void*, size_t)' writing to an object of non-trivially copyable type 'class ImVector'; use copy-assignment or copy-initialization instead [-Wclass-memaccess] [INFO] [stderr] warning: 530 | memcpy(&_Channels.Data[_ChannelsCurrent].IdxBuffer, &IdxBuffer, sizeof(IdxBuffer)); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: In file included from third-party/cimgui/imgui/imgui_draw.cpp:16: [INFO] [stderr] warning: third-party/cimgui/imgui/imgui.h:1012:7: note: 'class ImVector' declared here [INFO] [stderr] warning: 1012 | class ImVector [INFO] [stderr] warning: | ^~~~~~~~ [INFO] [stderr] warning: third-party/cimgui/imgui/imgui_draw.cpp:532:86: warning: 'void* memcpy(void*, const void*, size_t)' writing to an object of non-trivially copyable type 'class ImVector'; use copy-assignment or copy-initialization instead [-Wclass-memaccess] [INFO] [stderr] warning: 532 | memcpy(&CmdBuffer, &_Channels.Data[_ChannelsCurrent].CmdBuffer, sizeof(CmdBuffer)); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: In file included from third-party/cimgui/imgui/imgui_draw.cpp:16: [INFO] [stderr] warning: third-party/cimgui/imgui/imgui.h:1012:7: note: 'class ImVector' declared here [INFO] [stderr] warning: 1012 | class ImVector [INFO] [stderr] warning: | ^~~~~~~~ [INFO] [stderr] warning: third-party/cimgui/imgui/imgui_draw.cpp:533:86: warning: 'void* memcpy(void*, const void*, size_t)' writing to an object of non-trivially copyable type 'class ImVector'; use copy-assignment or copy-initialization instead [-Wclass-memaccess] [INFO] [stderr] warning: 533 | memcpy(&IdxBuffer, &_Channels.Data[_ChannelsCurrent].IdxBuffer, sizeof(IdxBuffer)); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: In file included from third-party/cimgui/imgui/imgui_draw.cpp:16: [INFO] [stderr] warning: third-party/cimgui/imgui/imgui.h:1012:7: note: 'class ImVector' declared here [INFO] [stderr] warning: 1012 | class ImVector [INFO] [stderr] warning: | ^~~~~~~~ [INFO] [stderr] warning: third-party/cimgui/imgui/imgui.h: In instantiation of 'void ImVector::reserve(int) [with T = ImDrawChannel]': [INFO] [stderr] warning: third-party/cimgui/imgui/imgui.h:1046:92: required from 'void ImVector::resize(int) [with T = ImDrawChannel]' [INFO] [stderr] warning: third-party/cimgui/imgui/imgui_draw.cpp:463:40: required from here [INFO] [stderr] warning: third-party/cimgui/imgui/imgui.h:1054:19: warning: 'void* memcpy(void*, const void*, size_t)' writing to an object of non-trivially copyable type 'struct ImDrawChannel'; use copy-assignment or copy-initialization instead [-Wclass-memaccess] [INFO] [stderr] warning: 1054 | memcpy(new_data, Data, (size_t)Size * sizeof(T)); [INFO] [stderr] warning: | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: third-party/cimgui/imgui/imgui.h:1360:8: note: 'struct ImDrawChannel' declared here [INFO] [stderr] warning: 1360 | struct ImDrawChannel [INFO] [stderr] warning: | ^~~~~~~~~~~~~ [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.20s [INFO] running `Command { std: "docker" "inspect" "d3d2af9b69763f0a5c2fef22250617851457dd4b7d36d26aa513c3bb37a05dcb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d3d2af9b69763f0a5c2fef22250617851457dd4b7d36d26aa513c3bb37a05dcb", kill_on_drop: false }` [INFO] [stdout] d3d2af9b69763f0a5c2fef22250617851457dd4b7d36d26aa513c3bb37a05dcb [INFO] running `Command { std: "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@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6f0824428b323cd9b238f164a69711fc6bf3cc9ff186fce0606ee56c7863fc10 [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" "6f0824428b323cd9b238f164a69711fc6bf3cc9ff186fce0606ee56c7863fc10", kill_on_drop: false }` [INFO] [stderr] warning: In file included from third-party/cimgui/cimgui/cimgui.cpp:7: [INFO] [stderr] warning: third-party/cimgui/cimgui/../imgui/imgui_internal.h: In constructor 'ImGuiTextEditState::ImGuiTextEditState()': [INFO] [stderr] warning: third-party/cimgui/cimgui/../imgui/imgui_internal.h:365:84: warning: 'void* memset(void*, int, size_t)' clearing an object of non-trivial type 'struct ImGuiTextEditState'; use assignment or value-initialization instead [-Wclass-memaccess] [INFO] [stderr] warning: 365 | ImGuiTextEditState() { memset(this, 0, sizeof(*this)); } [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: third-party/cimgui/cimgui/../imgui/imgui_internal.h:351:18: note: 'struct ImGuiTextEditState' declared here [INFO] [stderr] warning: 351 | struct IMGUI_API ImGuiTextEditState [INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: In file included from third-party/cimgui/imgui/imgui.cpp:590: [INFO] [stderr] warning: third-party/cimgui/imgui/imgui_internal.h: In constructor 'ImGuiTextEditState::ImGuiTextEditState()': [INFO] [stderr] warning: third-party/cimgui/imgui/imgui_internal.h:365:84: warning: 'void* memset(void*, int, size_t)' clearing an object of non-trivial type 'struct ImGuiTextEditState'; use assignment or value-initialization instead [-Wclass-memaccess] [INFO] [stderr] warning: 365 | ImGuiTextEditState() { memset(this, 0, sizeof(*this)); } [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: third-party/cimgui/imgui/imgui_internal.h:351:18: note: 'struct ImGuiTextEditState' declared here [INFO] [stderr] warning: 351 | struct IMGUI_API ImGuiTextEditState [INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: third-party/cimgui/imgui/imgui.cpp: In constructor 'ImGuiIO::ImGuiIO()': [INFO] [stderr] warning: third-party/cimgui/imgui/imgui.cpp:772:34: warning: 'void* memset(void*, int, size_t)' clearing an object of non-trivial type 'struct ImGuiIO'; use assignment or value-initialization instead [-Wclass-memaccess] [INFO] [stderr] warning: 772 | memset(this, 0, sizeof(*this)); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: In file included from third-party/cimgui/imgui/imgui.cpp:588: [INFO] [stderr] warning: third-party/cimgui/imgui/imgui.h:870:8: note: 'struct ImGuiIO' declared here [INFO] [stderr] warning: 870 | struct ImGuiIO [INFO] [stderr] warning: | ^~~~~~~ [INFO] [stderr] warning: third-party/cimgui/imgui/imgui.h: In instantiation of 'void ImVector::reserve(int) [with T = ImGuiColumnsSet]': [INFO] [stderr] warning: third-party/cimgui/imgui/imgui.h:1060:89: required from 'void ImVector::push_back(const value_type&) [with T = ImGuiColumnsSet; ImVector::value_type = ImGuiColumnsSet]' [INFO] [stderr] warning: third-party/cimgui/imgui/imgui.cpp:10980:55: required from here [INFO] [stderr] warning: third-party/cimgui/imgui/imgui.h:1054:19: warning: 'void* memcpy(void*, const void*, size_t)' writing to an object of non-trivially copyable type 'struct ImGuiColumnsSet'; use copy-assignment or copy-initialization instead [-Wclass-memaccess] [INFO] [stderr] warning: 1054 | memcpy(new_data, Data, (size_t)Size * sizeof(T)); [INFO] [stderr] warning: | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: In file included from third-party/cimgui/imgui/imgui.cpp:590: [INFO] [stderr] warning: third-party/cimgui/imgui/imgui_internal.h:427:8: note: 'struct ImGuiColumnsSet' declared here [INFO] [stderr] warning: 427 | struct ImGuiColumnsSet [INFO] [stderr] warning: | ^~~~~~~~~~~~~~~ [INFO] [stderr] warning: In file included from third-party/cimgui/imgui/imgui_draw.cpp:18: [INFO] [stderr] warning: third-party/cimgui/imgui/imgui_internal.h: In constructor 'ImGuiTextEditState::ImGuiTextEditState()': [INFO] [stderr] warning: third-party/cimgui/imgui/imgui_internal.h:365:84: warning: 'void* memset(void*, int, size_t)' clearing an object of non-trivial type 'struct ImGuiTextEditState'; use assignment or value-initialization instead [-Wclass-memaccess] [INFO] [stderr] warning: 365 | ImGuiTextEditState() { memset(this, 0, sizeof(*this)); } [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: third-party/cimgui/imgui/imgui_internal.h:351:18: note: 'struct ImGuiTextEditState' declared here [INFO] [stderr] warning: 351 | struct IMGUI_API ImGuiTextEditState [INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: third-party/cimgui/imgui/imgui_draw.cpp: In member function 'void ImDrawList::ClearFreeMemory()': [INFO] [stderr] warning: third-party/cimgui/imgui/imgui_draw.cpp:336:66: warning: 'void* memset(void*, int, size_t)' clearing an object of non-trivial type 'ImVector::value_type' {aka 'struct ImDrawChannel'}; use assignment or value-initialization instead [-Wclass-memaccess] [INFO] [stderr] warning: 336 | if (i == 0) memset(&_Channels[0], 0, sizeof(_Channels[0])); // channel 0 is a copy of CmdBuffer/IdxBuffer, don't destruct again [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: In file included from third-party/cimgui/imgui/imgui_draw.cpp:16: [INFO] [stderr] warning: third-party/cimgui/imgui/imgui.h:1360:8: note: 'ImVector::value_type' {aka 'struct ImDrawChannel'} declared here [INFO] [stderr] warning: 1360 | struct ImDrawChannel [INFO] [stderr] warning: | ^~~~~~~~~~~~~ [INFO] [stderr] warning: third-party/cimgui/imgui/imgui_draw.cpp: In member function 'void ImDrawList::ChannelsSplit(int)': [INFO] [stderr] warning: third-party/cimgui/imgui/imgui_draw.cpp:469:51: warning: 'void* memset(void*, int, size_t)' clearing an object of non-trivial type 'ImVector::value_type' {aka 'struct ImDrawChannel'}; use assignment or value-initialization instead [-Wclass-memaccess] [INFO] [stderr] warning: 469 | memset(&_Channels[0], 0, sizeof(ImDrawChannel)); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: In file included from third-party/cimgui/imgui/imgui_draw.cpp:16: [INFO] [stderr] warning: third-party/cimgui/imgui/imgui.h:1360:8: note: 'ImVector::value_type' {aka 'struct ImDrawChannel'} declared here [INFO] [stderr] warning: 1360 | struct ImDrawChannel [INFO] [stderr] warning: | ^~~~~~~~~~~~~ [INFO] [stderr] warning: third-party/cimgui/imgui/imgui_draw.cpp: In member function 'void ImDrawList::ChannelsSetCurrent(int)': [INFO] [stderr] warning: third-party/cimgui/imgui/imgui_draw.cpp:529:86: warning: 'void* memcpy(void*, const void*, size_t)' writing to an object of non-trivially copyable type 'class ImVector'; use copy-assignment or copy-initialization instead [-Wclass-memaccess] [INFO] [stderr] warning: 529 | memcpy(&_Channels.Data[_ChannelsCurrent].CmdBuffer, &CmdBuffer, sizeof(CmdBuffer)); // copy 12 bytes, four times [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: In file included from third-party/cimgui/imgui/imgui_draw.cpp:16: [INFO] [stderr] warning: third-party/cimgui/imgui/imgui.h:1012:7: note: 'class ImVector' declared here [INFO] [stderr] warning: 1012 | class ImVector [INFO] [stderr] warning: | ^~~~~~~~ [INFO] [stderr] warning: third-party/cimgui/imgui/imgui_draw.cpp:530:86: warning: 'void* memcpy(void*, const void*, size_t)' writing to an object of non-trivially copyable type 'class ImVector'; use copy-assignment or copy-initialization instead [-Wclass-memaccess] [INFO] [stderr] warning: 530 | memcpy(&_Channels.Data[_ChannelsCurrent].IdxBuffer, &IdxBuffer, sizeof(IdxBuffer)); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: In file included from third-party/cimgui/imgui/imgui_draw.cpp:16: [INFO] [stderr] warning: third-party/cimgui/imgui/imgui.h:1012:7: note: 'class ImVector' declared here [INFO] [stderr] warning: 1012 | class ImVector [INFO] [stderr] warning: | ^~~~~~~~ [INFO] [stderr] warning: third-party/cimgui/imgui/imgui_draw.cpp:532:86: warning: 'void* memcpy(void*, const void*, size_t)' writing to an object of non-trivially copyable type 'class ImVector'; use copy-assignment or copy-initialization instead [-Wclass-memaccess] [INFO] [stderr] warning: 532 | memcpy(&CmdBuffer, &_Channels.Data[_ChannelsCurrent].CmdBuffer, sizeof(CmdBuffer)); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: In file included from third-party/cimgui/imgui/imgui_draw.cpp:16: [INFO] [stderr] warning: third-party/cimgui/imgui/imgui.h:1012:7: note: 'class ImVector' declared here [INFO] [stderr] warning: 1012 | class ImVector [INFO] [stderr] warning: | ^~~~~~~~ [INFO] [stderr] warning: third-party/cimgui/imgui/imgui_draw.cpp:533:86: warning: 'void* memcpy(void*, const void*, size_t)' writing to an object of non-trivially copyable type 'class ImVector'; use copy-assignment or copy-initialization instead [-Wclass-memaccess] [INFO] [stderr] warning: 533 | memcpy(&IdxBuffer, &_Channels.Data[_ChannelsCurrent].IdxBuffer, sizeof(IdxBuffer)); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: In file included from third-party/cimgui/imgui/imgui_draw.cpp:16: [INFO] [stderr] warning: third-party/cimgui/imgui/imgui.h:1012:7: note: 'class ImVector' declared here [INFO] [stderr] warning: 1012 | class ImVector [INFO] [stderr] warning: | ^~~~~~~~ [INFO] [stderr] warning: third-party/cimgui/imgui/imgui.h: In instantiation of 'void ImVector::reserve(int) [with T = ImDrawChannel]': [INFO] [stderr] warning: third-party/cimgui/imgui/imgui.h:1046:92: required from 'void ImVector::resize(int) [with T = ImDrawChannel]' [INFO] [stderr] warning: third-party/cimgui/imgui/imgui_draw.cpp:463:40: required from here [INFO] [stderr] warning: third-party/cimgui/imgui/imgui.h:1054:19: warning: 'void* memcpy(void*, const void*, size_t)' writing to an object of non-trivially copyable type 'struct ImDrawChannel'; use copy-assignment or copy-initialization instead [-Wclass-memaccess] [INFO] [stderr] warning: 1054 | memcpy(new_data, Data, (size_t)Size * sizeof(T)); [INFO] [stderr] warning: | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: third-party/cimgui/imgui/imgui.h:1360:8: note: 'struct ImDrawChannel' declared here [INFO] [stderr] warning: 1360 | struct ImDrawChannel [INFO] [stderr] warning: | ^~~~~~~~~~~~~ [INFO] [stderr] Compiling aflak_imgui-sys v0.18.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.02s [INFO] running `Command { std: "docker" "inspect" "6f0824428b323cd9b238f164a69711fc6bf3cc9ff186fce0606ee56c7863fc10", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6f0824428b323cd9b238f164a69711fc6bf3cc9ff186fce0606ee56c7863fc10", kill_on_drop: false }` [INFO] [stdout] 6f0824428b323cd9b238f164a69711fc6bf3cc9ff186fce0606ee56c7863fc10 [INFO] running `Command { std: "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@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "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] d927d6e0219445ca7a27fb323fafb8bdde664bfbf9656bd2f011825782746a4a [INFO] running `Command { std: "docker" "start" "-a" "d927d6e0219445ca7a27fb323fafb8bdde664bfbf9656bd2f011825782746a4a", kill_on_drop: false }` [INFO] [stderr] warning: In file included from third-party/cimgui/cimgui/cimgui.cpp:7: [INFO] [stderr] warning: third-party/cimgui/cimgui/../imgui/imgui_internal.h: In constructor 'ImGuiTextEditState::ImGuiTextEditState()': [INFO] [stderr] warning: third-party/cimgui/cimgui/../imgui/imgui_internal.h:365:84: warning: 'void* memset(void*, int, size_t)' clearing an object of non-trivial type 'struct ImGuiTextEditState'; use assignment or value-initialization instead [-Wclass-memaccess] [INFO] [stderr] warning: 365 | ImGuiTextEditState() { memset(this, 0, sizeof(*this)); } [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: third-party/cimgui/cimgui/../imgui/imgui_internal.h:351:18: note: 'struct ImGuiTextEditState' declared here [INFO] [stderr] warning: 351 | struct IMGUI_API ImGuiTextEditState [INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: In file included from third-party/cimgui/imgui/imgui.cpp:590: [INFO] [stderr] warning: third-party/cimgui/imgui/imgui_internal.h: In constructor 'ImGuiTextEditState::ImGuiTextEditState()': [INFO] [stderr] warning: third-party/cimgui/imgui/imgui_internal.h:365:84: warning: 'void* memset(void*, int, size_t)' clearing an object of non-trivial type 'struct ImGuiTextEditState'; use assignment or value-initialization instead [-Wclass-memaccess] [INFO] [stderr] warning: 365 | ImGuiTextEditState() { memset(this, 0, sizeof(*this)); } [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: third-party/cimgui/imgui/imgui_internal.h:351:18: note: 'struct ImGuiTextEditState' declared here [INFO] [stderr] warning: 351 | struct IMGUI_API ImGuiTextEditState [INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: third-party/cimgui/imgui/imgui.cpp: In constructor 'ImGuiIO::ImGuiIO()': [INFO] [stderr] warning: third-party/cimgui/imgui/imgui.cpp:772:34: warning: 'void* memset(void*, int, size_t)' clearing an object of non-trivial type 'struct ImGuiIO'; use assignment or value-initialization instead [-Wclass-memaccess] [INFO] [stderr] warning: 772 | memset(this, 0, sizeof(*this)); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: In file included from third-party/cimgui/imgui/imgui.cpp:588: [INFO] [stderr] warning: third-party/cimgui/imgui/imgui.h:870:8: note: 'struct ImGuiIO' declared here [INFO] [stderr] warning: 870 | struct ImGuiIO [INFO] [stderr] warning: | ^~~~~~~ [INFO] [stderr] warning: third-party/cimgui/imgui/imgui.h: In instantiation of 'void ImVector::reserve(int) [with T = ImGuiColumnsSet]': [INFO] [stderr] warning: third-party/cimgui/imgui/imgui.h:1060:89: required from 'void ImVector::push_back(const value_type&) [with T = ImGuiColumnsSet; ImVector::value_type = ImGuiColumnsSet]' [INFO] [stderr] warning: third-party/cimgui/imgui/imgui.cpp:10980:55: required from here [INFO] [stderr] warning: third-party/cimgui/imgui/imgui.h:1054:19: warning: 'void* memcpy(void*, const void*, size_t)' writing to an object of non-trivially copyable type 'struct ImGuiColumnsSet'; use copy-assignment or copy-initialization instead [-Wclass-memaccess] [INFO] [stderr] warning: 1054 | memcpy(new_data, Data, (size_t)Size * sizeof(T)); [INFO] [stderr] warning: | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: In file included from third-party/cimgui/imgui/imgui.cpp:590: [INFO] [stderr] warning: third-party/cimgui/imgui/imgui_internal.h:427:8: note: 'struct ImGuiColumnsSet' declared here [INFO] [stderr] warning: 427 | struct ImGuiColumnsSet [INFO] [stderr] warning: | ^~~~~~~~~~~~~~~ [INFO] [stderr] warning: In file included from third-party/cimgui/imgui/imgui_draw.cpp:18: [INFO] [stderr] warning: third-party/cimgui/imgui/imgui_internal.h: In constructor 'ImGuiTextEditState::ImGuiTextEditState()': [INFO] [stderr] warning: third-party/cimgui/imgui/imgui_internal.h:365:84: warning: 'void* memset(void*, int, size_t)' clearing an object of non-trivial type 'struct ImGuiTextEditState'; use assignment or value-initialization instead [-Wclass-memaccess] [INFO] [stderr] warning: 365 | ImGuiTextEditState() { memset(this, 0, sizeof(*this)); } [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: third-party/cimgui/imgui/imgui_internal.h:351:18: note: 'struct ImGuiTextEditState' declared here [INFO] [stderr] warning: 351 | struct IMGUI_API ImGuiTextEditState [INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: third-party/cimgui/imgui/imgui_draw.cpp: In member function 'void ImDrawList::ClearFreeMemory()': [INFO] [stderr] warning: third-party/cimgui/imgui/imgui_draw.cpp:336:66: warning: 'void* memset(void*, int, size_t)' clearing an object of non-trivial type 'ImVector::value_type' {aka 'struct ImDrawChannel'}; use assignment or value-initialization instead [-Wclass-memaccess] [INFO] [stderr] warning: 336 | if (i == 0) memset(&_Channels[0], 0, sizeof(_Channels[0])); // channel 0 is a copy of CmdBuffer/IdxBuffer, don't destruct again [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: In file included from third-party/cimgui/imgui/imgui_draw.cpp:16: [INFO] [stderr] warning: third-party/cimgui/imgui/imgui.h:1360:8: note: 'ImVector::value_type' {aka 'struct ImDrawChannel'} declared here [INFO] [stderr] warning: 1360 | struct ImDrawChannel [INFO] [stderr] warning: | ^~~~~~~~~~~~~ [INFO] [stderr] warning: third-party/cimgui/imgui/imgui_draw.cpp: In member function 'void ImDrawList::ChannelsSplit(int)': [INFO] [stderr] warning: third-party/cimgui/imgui/imgui_draw.cpp:469:51: warning: 'void* memset(void*, int, size_t)' clearing an object of non-trivial type 'ImVector::value_type' {aka 'struct ImDrawChannel'}; use assignment or value-initialization instead [-Wclass-memaccess] [INFO] [stderr] warning: 469 | memset(&_Channels[0], 0, sizeof(ImDrawChannel)); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: In file included from third-party/cimgui/imgui/imgui_draw.cpp:16: [INFO] [stderr] warning: third-party/cimgui/imgui/imgui.h:1360:8: note: 'ImVector::value_type' {aka 'struct ImDrawChannel'} declared here [INFO] [stderr] warning: 1360 | struct ImDrawChannel [INFO] [stderr] warning: | ^~~~~~~~~~~~~ [INFO] [stderr] warning: third-party/cimgui/imgui/imgui_draw.cpp: In member function 'void ImDrawList::ChannelsSetCurrent(int)': [INFO] [stderr] warning: third-party/cimgui/imgui/imgui_draw.cpp:529:86: warning: 'void* memcpy(void*, const void*, size_t)' writing to an object of non-trivially copyable type 'class ImVector'; use copy-assignment or copy-initialization instead [-Wclass-memaccess] [INFO] [stderr] warning: 529 | memcpy(&_Channels.Data[_ChannelsCurrent].CmdBuffer, &CmdBuffer, sizeof(CmdBuffer)); // copy 12 bytes, four times [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: In file included from third-party/cimgui/imgui/imgui_draw.cpp:16: [INFO] [stderr] warning: third-party/cimgui/imgui/imgui.h:1012:7: note: 'class ImVector' declared here [INFO] [stderr] warning: 1012 | class ImVector [INFO] [stderr] warning: | ^~~~~~~~ [INFO] [stderr] warning: third-party/cimgui/imgui/imgui_draw.cpp:530:86: warning: 'void* memcpy(void*, const void*, size_t)' writing to an object of non-trivially copyable type 'class ImVector'; use copy-assignment or copy-initialization instead [-Wclass-memaccess] [INFO] [stderr] warning: 530 | memcpy(&_Channels.Data[_ChannelsCurrent].IdxBuffer, &IdxBuffer, sizeof(IdxBuffer)); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: In file included from third-party/cimgui/imgui/imgui_draw.cpp:16: [INFO] [stderr] warning: third-party/cimgui/imgui/imgui.h:1012:7: note: 'class ImVector' declared here [INFO] [stderr] warning: 1012 | class ImVector [INFO] [stderr] warning: | ^~~~~~~~ [INFO] [stderr] warning: third-party/cimgui/imgui/imgui_draw.cpp:532:86: warning: 'void* memcpy(void*, const void*, size_t)' writing to an object of non-trivially copyable type 'class ImVector'; use copy-assignment or copy-initialization instead [-Wclass-memaccess] [INFO] [stderr] warning: 532 | memcpy(&CmdBuffer, &_Channels.Data[_ChannelsCurrent].CmdBuffer, sizeof(CmdBuffer)); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: In file included from third-party/cimgui/imgui/imgui_draw.cpp:16: [INFO] [stderr] warning: third-party/cimgui/imgui/imgui.h:1012:7: note: 'class ImVector' declared here [INFO] [stderr] warning: 1012 | class ImVector [INFO] [stderr] warning: | ^~~~~~~~ [INFO] [stderr] warning: third-party/cimgui/imgui/imgui_draw.cpp:533:86: warning: 'void* memcpy(void*, const void*, size_t)' writing to an object of non-trivially copyable type 'class ImVector'; use copy-assignment or copy-initialization instead [-Wclass-memaccess] [INFO] [stderr] warning: 533 | memcpy(&IdxBuffer, &_Channels.Data[_ChannelsCurrent].IdxBuffer, sizeof(IdxBuffer)); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: In file included from third-party/cimgui/imgui/imgui_draw.cpp:16: [INFO] [stderr] warning: third-party/cimgui/imgui/imgui.h:1012:7: note: 'class ImVector' declared here [INFO] [stderr] warning: 1012 | class ImVector [INFO] [stderr] warning: | ^~~~~~~~ [INFO] [stderr] warning: third-party/cimgui/imgui/imgui.h: In instantiation of 'void ImVector::reserve(int) [with T = ImDrawChannel]': [INFO] [stderr] warning: third-party/cimgui/imgui/imgui.h:1046:92: required from 'void ImVector::resize(int) [with T = ImDrawChannel]' [INFO] [stderr] warning: third-party/cimgui/imgui/imgui_draw.cpp:463:40: required from here [INFO] [stderr] warning: third-party/cimgui/imgui/imgui.h:1054:19: warning: 'void* memcpy(void*, const void*, size_t)' writing to an object of non-trivially copyable type 'struct ImDrawChannel'; use copy-assignment or copy-initialization instead [-Wclass-memaccess] [INFO] [stderr] warning: 1054 | memcpy(new_data, Data, (size_t)Size * sizeof(T)); [INFO] [stderr] warning: | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: third-party/cimgui/imgui/imgui.h:1360:8: note: 'struct ImDrawChannel' declared here [INFO] [stderr] warning: 1360 | struct ImDrawChannel [INFO] [stderr] warning: | ^~~~~~~~~~~~~ [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/aflak_imgui_sys-63bcb78837fc3778 [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test test_default_style ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests aflak_imgui-sys [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 `Command { std: "docker" "inspect" "d927d6e0219445ca7a27fb323fafb8bdde664bfbf9656bd2f011825782746a4a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d927d6e0219445ca7a27fb323fafb8bdde664bfbf9656bd2f011825782746a4a", kill_on_drop: false }` [INFO] [stdout] d927d6e0219445ca7a27fb323fafb8bdde664bfbf9656bd2f011825782746a4a