[INFO] crate aflak_imgui-sys 0.18.1 is already in cache [INFO] testing aflak_imgui-sys-0.18.1 against beta-2020-06-03 for beta-1.45-1 [INFO] extracting crate aflak_imgui-sys 0.18.1 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate aflak_imgui-sys 0.18.1 on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [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-6/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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=warn" "-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" "+beta-2020-06-03" "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] a62194f53a68d93af56d98806b83b54ee514181358807112ec63a1a55a80f0bd [INFO] running `"docker" "start" "-a" "a62194f53a68d93af56d98806b83b54ee514181358807112ec63a1a55a80f0bd"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [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 8.78s [INFO] running `"docker" "inspect" "a62194f53a68d93af56d98806b83b54ee514181358807112ec63a1a55a80f0bd"` [INFO] running `"docker" "rm" "-f" "a62194f53a68d93af56d98806b83b54ee514181358807112ec63a1a55a80f0bd"` [INFO] [stdout] a62194f53a68d93af56d98806b83b54ee514181358807112ec63a1a55a80f0bd [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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=warn" "-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" "+beta-2020-06-03" "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] be1b31948694dcb093a59447cad18fcc3ebd6349ac1e7c5b15ddf4c32e7f6706 [INFO] running `"docker" "start" "-a" "be1b31948694dcb093a59447cad18fcc3ebd6349ac1e7c5b15ddf4c32e7f6706"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [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.16s [INFO] running `"docker" "inspect" "be1b31948694dcb093a59447cad18fcc3ebd6349ac1e7c5b15ddf4c32e7f6706"` [INFO] running `"docker" "rm" "-f" "be1b31948694dcb093a59447cad18fcc3ebd6349ac1e7c5b15ddf4c32e7f6706"` [INFO] [stdout] be1b31948694dcb093a59447cad18fcc3ebd6349ac1e7c5b15ddf4c32e7f6706 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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=warn" "-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" "+beta-2020-06-03" "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] c9c3ef38913660c00e5ca9814a1bf6f71f915aeaa04ad0da3625f71c12d3d3a9 [INFO] running `"docker" "start" "-a" "c9c3ef38913660c00e5ca9814a1bf6f71f915aeaa04ad0da3625f71c12d3d3a9"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [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.18s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/aflak_imgui_sys-1b4ba31a02aa7842 [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 `"docker" "inspect" "c9c3ef38913660c00e5ca9814a1bf6f71f915aeaa04ad0da3625f71c12d3d3a9"` [INFO] running `"docker" "rm" "-f" "c9c3ef38913660c00e5ca9814a1bf6f71f915aeaa04ad0da3625f71c12d3d3a9"` [INFO] [stdout] c9c3ef38913660c00e5ca9814a1bf6f71f915aeaa04ad0da3625f71c12d3d3a9