[INFO] fetching crate aflak_imgui-sys 0.18.1... [INFO] checking aflak_imgui-sys-0.18.1 against master#5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f for pr-87248 [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 5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f" "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-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bc33c00705b1fbb5bf8887a581e5c3a7e1220113699a272b109b26f5b2499539 [INFO] running `Command { std: "docker" "start" "-a" "bc33c00705b1fbb5bf8887a581e5c3a7e1220113699a272b109b26f5b2499539", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bc33c00705b1fbb5bf8887a581e5c3a7e1220113699a272b109b26f5b2499539", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bc33c00705b1fbb5bf8887a581e5c3a7e1220113699a272b109b26f5b2499539", kill_on_drop: false }` [INFO] [stdout] bc33c00705b1fbb5bf8887a581e5c3a7e1220113699a272b109b26f5b2499539 [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" "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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0b0054a9cc9d417dda06139ad828523bdfb00ecfd140b6a0eef0e9fa75a4f255 [INFO] running `Command { std: "docker" "start" "-a" "0b0054a9cc9d417dda06139ad828523bdfb00ecfd140b6a0eef0e9fa75a4f255", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.98 [INFO] [stderr] Compiling cc v1.0.69 [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 10.39s [INFO] running `Command { std: "docker" "inspect" "0b0054a9cc9d417dda06139ad828523bdfb00ecfd140b6a0eef0e9fa75a4f255", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0b0054a9cc9d417dda06139ad828523bdfb00ecfd140b6a0eef0e9fa75a4f255", kill_on_drop: false }` [INFO] [stdout] 0b0054a9cc9d417dda06139ad828523bdfb00ecfd140b6a0eef0e9fa75a4f255