[INFO] fetching crate aflak_imgui-sys 0.18.1... [INFO] testing aflak_imgui-sys-0.18.1 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate aflak_imgui-sys 0.18.1 into /workspace/builds/worker-28/source [INFO] validating manifest of crates.io crate aflak_imgui-sys 0.18.1 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 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-28/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] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--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-28/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 554c4ecaa8a266216b967190a69388e9bca036c0e97f728dfbc18b67c145554b [INFO] running `Command { std: "docker" "start" "-a" "554c4ecaa8a266216b967190a69388e9bca036c0e97f728dfbc18b67c145554b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "554c4ecaa8a266216b967190a69388e9bca036c0e97f728dfbc18b67c145554b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "554c4ecaa8a266216b967190a69388e9bca036c0e97f728dfbc18b67c145554b", kill_on_drop: false }` [INFO] [stdout] 554c4ecaa8a266216b967190a69388e9bca036c0e97f728dfbc18b67c145554b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d3f03f322d86fc4b57520f396484e423e8517a16d9767c5b3f32a56bd2c1fe98 [INFO] running `Command { std: "docker" "start" "-a" "d3f03f322d86fc4b57520f396484e423e8517a16d9767c5b3f32a56bd2c1fe98", kill_on_drop: false }` [INFO] [stderr] Compiling cc v1.0.73 [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 7.83s [INFO] running `Command { std: "docker" "inspect" "d3f03f322d86fc4b57520f396484e423e8517a16d9767c5b3f32a56bd2c1fe98", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d3f03f322d86fc4b57520f396484e423e8517a16d9767c5b3f32a56bd2c1fe98", kill_on_drop: false }` [INFO] [stdout] d3f03f322d86fc4b57520f396484e423e8517a16d9767c5b3f32a56bd2c1fe98 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bb7e7dfb5ade5cb1e26fc03fd076a8b660eb3935eff44662baa860b33af3d2ee [INFO] running `Command { std: "docker" "start" "-a" "bb7e7dfb5ade5cb1e26fc03fd076a8b660eb3935eff44662baa860b33af3d2ee", 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 0.96s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/aflak_imgui_sys-ef5d2b15c0ea72c4) [INFO] running `Command { std: "docker" "inspect" "bb7e7dfb5ade5cb1e26fc03fd076a8b660eb3935eff44662baa860b33af3d2ee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bb7e7dfb5ade5cb1e26fc03fd076a8b660eb3935eff44662baa860b33af3d2ee", kill_on_drop: false }` [INFO] [stdout] bb7e7dfb5ade5cb1e26fc03fd076a8b660eb3935eff44662baa860b33af3d2ee [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 98dd5edf68a761fb6b4ea823722277cf26e3cb3910ead887c4eb35140851b4f8 [INFO] running `Command { std: "docker" "start" "-a" "98dd5edf68a761fb6b4ea823722277cf26e3cb3910ead887c4eb35140851b4f8", 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.02s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/aflak_imgui_sys-ef5d2b15c0ea72c4) [INFO] [stderr] Doc-tests aflak_imgui-sys [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; finished in 0.00s [INFO] [stdout] [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" "98dd5edf68a761fb6b4ea823722277cf26e3cb3910ead887c4eb35140851b4f8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "98dd5edf68a761fb6b4ea823722277cf26e3cb3910ead887c4eb35140851b4f8", kill_on_drop: false }` [INFO] [stdout] 98dd5edf68a761fb6b4ea823722277cf26e3cb3910ead887c4eb35140851b4f8