[INFO] fetching crate aflak_imgui-sys 0.18.1... [INFO] checking aflak_imgui-sys-0.18.1 against master#0d37dca25a51fb900a402c94c8818ad1c2789e30 for pr-77526 [INFO] extracting crate aflak_imgui-sys 0.18.1 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate aflak_imgui-sys 0.18.1 on toolchain 0d37dca25a51fb900a402c94c8818ad1c2789e30 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+0d37dca25a51fb900a402c94c8818ad1c2789e30" "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-8/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+0d37dca25a51fb900a402c94c8818ad1c2789e30" "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" "+0d37dca25a51fb900a402c94c8818ad1c2789e30" "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-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+0d37dca25a51fb900a402c94c8818ad1c2789e30" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d38e6e88d19e648061101e966780b133a22ef4961bceceeee7ac4d52a703fff5 [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" "d38e6e88d19e648061101e966780b133a22ef4961bceceeee7ac4d52a703fff5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d38e6e88d19e648061101e966780b133a22ef4961bceceeee7ac4d52a703fff5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d38e6e88d19e648061101e966780b133a22ef4961bceceeee7ac4d52a703fff5", kill_on_drop: false }` [INFO] [stdout] d38e6e88d19e648061101e966780b133a22ef4961bceceeee7ac4d52a703fff5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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=forbid" "-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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+0d37dca25a51fb900a402c94c8818ad1c2789e30" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 39a01259290ab74e0d58cca8a713c2677c9196650abed547646effff34897c7e [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" "39a01259290ab74e0d58cca8a713c2677c9196650abed547646effff34897c7e", kill_on_drop: false }` [INFO] [stderr] Compiling cc v1.0.60 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling libc v0.2.79 [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 13.60s [INFO] running `Command { std: "docker" "inspect" "39a01259290ab74e0d58cca8a713c2677c9196650abed547646effff34897c7e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "39a01259290ab74e0d58cca8a713c2677c9196650abed547646effff34897c7e", kill_on_drop: false }` [INFO] [stdout] 39a01259290ab74e0d58cca8a713c2677c9196650abed547646effff34897c7e