[INFO] crate nuklear-sys 1.33.2 is already in cache [INFO] extracting crate nuklear-sys 1.33.2 into work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/reg/nuklear-sys/1.33.2 [INFO] extracting crate nuklear-sys 1.33.2 into work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/reg/nuklear-sys/1.33.2 [INFO] validating manifest of nuklear-sys-1.33.2 on toolchain master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of nuklear-sys-1.33.2 on toolchain try#7fea0229842e79db1159ea58ad9a653b288efee9 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing nuklear-sys-1.33.2 [INFO] finished frobbing nuklear-sys-1.33.2 [INFO] frobbed toml for nuklear-sys-1.33.2 written to work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/reg/nuklear-sys/1.33.2/Cargo.toml [INFO] started frobbing nuklear-sys-1.33.2 [INFO] finished frobbing nuklear-sys-1.33.2 [INFO] frobbed toml for nuklear-sys-1.33.2 written to work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/reg/nuklear-sys/1.33.2/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing nuklear-sys-1.33.2 against try#7fea0229842e79db1159ea58ad9a653b288efee9 for pr-57967 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-1/try#7fea0229842e79db1159ea58ad9a653b288efee9:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/reg/nuklear-sys/1.33.2:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "build" "--frozen"` [INFO] [stdout] 78aa5960fe4aff712bdf44d6fdd165190746873c0a1d90293c15c86bc2172099 [INFO] running `"docker" "start" "-a" "78aa5960fe4aff712bdf44d6fdd165190746873c0a1d90293c15c86bc2172099"` [INFO] [stderr] Compiling nuklear-sys v1.33.2 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'gcc::compile_library': crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stderr] --> build.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | gcc::compile_library("libnuklear.a", &["nuklear-c/bind.c"]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: In file included from nuklear-c/bind.c:7:0: [INFO] [stderr] warning: nuklear-c/nuklear/nuklear.h: In function 'nk_slider_behavior': [INFO] [stderr] warning: nuklear-c/nuklear/nuklear.h:13419:35: warning: unused parameter 'style' [-Wunused-parameter] [INFO] [stderr] warning: const struct nk_style_slider *style, struct nk_rect bounds, [INFO] [stderr] warning: ^~~~~ [INFO] [stderr] warning: nuklear-c/bind.c: In function 'nk_filter_my': [INFO] [stderr] warning: nuklear-c/bind.c:9:52: warning: unused parameter 'box' [-Wunused-parameter] [INFO] [stderr] warning: extern int nk_filter_my(const struct nk_text_edit *box, nk_rune unicode) { [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: nuklear-c/bind.c:9:65: warning: unused parameter 'unicode' [-Wunused-parameter] [INFO] [stderr] warning: extern int nk_filter_my(const struct nk_text_edit *box, nk_rune unicode) { [INFO] [stderr] warning: ^~~~~~~ [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.93s [INFO] running `"docker" "inspect" "78aa5960fe4aff712bdf44d6fdd165190746873c0a1d90293c15c86bc2172099"` [INFO] running `"docker" "rm" "-f" "78aa5960fe4aff712bdf44d6fdd165190746873c0a1d90293c15c86bc2172099"` [INFO] [stdout] 78aa5960fe4aff712bdf44d6fdd165190746873c0a1d90293c15c86bc2172099 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-1/try#7fea0229842e79db1159ea58ad9a653b288efee9:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/reg/nuklear-sys/1.33.2:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 649bbe2d8289f9f8e1fea87edb0214642298e3ebed85c8f389faa22887f69378 [INFO] running `"docker" "start" "-a" "649bbe2d8289f9f8e1fea87edb0214642298e3ebed85c8f389faa22887f69378"` [INFO] [stderr] warning: In file included from nuklear-c/bind.c:7:0: [INFO] [stderr] warning: nuklear-c/nuklear/nuklear.h: In function 'nk_slider_behavior': [INFO] [stderr] warning: nuklear-c/nuklear/nuklear.h:13419:35: warning: unused parameter 'style' [-Wunused-parameter] [INFO] [stderr] warning: const struct nk_style_slider *style, struct nk_rect bounds, [INFO] [stderr] warning: ^~~~~ [INFO] [stderr] warning: nuklear-c/bind.c: In function 'nk_filter_my': [INFO] [stderr] warning: nuklear-c/bind.c:9:52: warning: unused parameter 'box' [-Wunused-parameter] [INFO] [stderr] warning: extern int nk_filter_my(const struct nk_text_edit *box, nk_rune unicode) { [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: nuklear-c/bind.c:9:65: warning: unused parameter 'unicode' [-Wunused-parameter] [INFO] [stderr] warning: extern int nk_filter_my(const struct nk_text_edit *box, nk_rune unicode) { [INFO] [stderr] warning: ^~~~~~~ [INFO] [stderr] Compiling nuklear-sys v1.33.2 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.71s [INFO] running `"docker" "inspect" "649bbe2d8289f9f8e1fea87edb0214642298e3ebed85c8f389faa22887f69378"` [INFO] running `"docker" "rm" "-f" "649bbe2d8289f9f8e1fea87edb0214642298e3ebed85c8f389faa22887f69378"` [INFO] [stdout] 649bbe2d8289f9f8e1fea87edb0214642298e3ebed85c8f389faa22887f69378 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-1/try#7fea0229842e79db1159ea58ad9a653b288efee9:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/reg/nuklear-sys/1.33.2:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "test" "--frozen"` [INFO] [stdout] e9390f4d2bf2dedb016d1e39fda98fd6e6d7f1f02b98aa7803480a1058963782 [INFO] running `"docker" "start" "-a" "e9390f4d2bf2dedb016d1e39fda98fd6e6d7f1f02b98aa7803480a1058963782"` [INFO] [stderr] warning: In file included from nuklear-c/bind.c:7:0: [INFO] [stderr] warning: nuklear-c/nuklear/nuklear.h: In function 'nk_slider_behavior': [INFO] [stderr] warning: nuklear-c/nuklear/nuklear.h:13419:35: warning: unused parameter 'style' [-Wunused-parameter] [INFO] [stderr] warning: const struct nk_style_slider *style, struct nk_rect bounds, [INFO] [stderr] warning: ^~~~~ [INFO] [stderr] warning: nuklear-c/bind.c: In function 'nk_filter_my': [INFO] [stderr] warning: nuklear-c/bind.c:9:52: warning: unused parameter 'box' [-Wunused-parameter] [INFO] [stderr] warning: extern int nk_filter_my(const struct nk_text_edit *box, nk_rune unicode) { [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: nuklear-c/bind.c:9:65: warning: unused parameter 'unicode' [-Wunused-parameter] [INFO] [stderr] warning: extern int nk_filter_my(const struct nk_text_edit *box, nk_rune unicode) { [INFO] [stderr] warning: ^~~~~~~ [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/crater/target/debug/deps/nuklear_sys-8bd64a50511225f7 [INFO] [stdout] [INFO] [stdout] running 105 tests [INFO] [stdout] test bindgen_test_layout_nk_buffer_marker ... ok [INFO] [stdout] test bindgen_test_layout_nk_chart ... ok [INFO] [stdout] test bindgen_test_layout_nk_chart_slot ... ok [INFO] [stdout] test bindgen_test_layout_nk_color ... ok [INFO] [stdout] test bindgen_test_layout_nk_clipboard ... ok [INFO] [stdout] test bindgen_test_layout_nk_buffer ... ok [INFO] [stdout] test bindgen_test_layout_nk_baked_font ... ok [INFO] [stdout] test bindgen_test_layout_nk_allocator ... ok [INFO] [stdout] test bindgen_test_layout_nk_command_buffer ... ok [INFO] [stdout] test bindgen_test_layout_nk_command_circle ... ok [INFO] [stdout] test bindgen_test_layout_nk_command_circle_filled ... ok [INFO] [stdout] test bindgen_test_layout_nk_command_curve ... ok [INFO] [stdout] test bindgen_test_layout_nk_command_image ... ok [INFO] [stdout] test bindgen_test_layout_nk_colorf ... ok [INFO] [stdout] test bindgen_test_layout_nk_command_line ... ok [INFO] [stdout] test bindgen_test_layout_nk_command_polygon ... ok [INFO] [stdout] test bindgen_test_layout_nk_command ... ok [INFO] [stdout] test bindgen_test_layout_nk_command_arc_filled ... ok [INFO] [stdout] test bindgen_test_layout_nk_command_arc ... ok [INFO] [stdout] test bindgen_test_layout_nk_command_polygon_filled ... ok [INFO] [stdout] test bindgen_test_layout_nk_command_rect ... ok [INFO] [stdout] test bindgen_test_layout_nk_command_polyline ... ok [INFO] [stdout] test bindgen_test_layout_nk_config_stack_button_behavior_element ... ok [INFO] [stdout] test bindgen_test_layout_nk_config_stack_button_behavior ... ok [INFO] [stdout] test bindgen_test_layout_nk_command_triangle ... ok [INFO] [stdout] test bindgen_test_layout_nk_command_text ... ok [INFO] [stdout] test bindgen_test_layout_nk_config_stack_color ... ok [INFO] [stdout] test bindgen_test_layout_nk_command_scissor ... ok [INFO] [stdout] test bindgen_test_layout_nk_config_stack_color_element ... ok [INFO] [stdout] test bindgen_test_layout_nk_command_rect_filled ... ok [INFO] [stdout] test bindgen_test_layout_nk_config_stack_flags ... ok [INFO] [stdout] test bindgen_test_layout_nk_config_stack_float ... ok [INFO] [stdout] test bindgen_test_layout_nk_config_stack_float_element ... ok [INFO] [stdout] test bindgen_test_layout_nk_config_stack_flags_element ... ok [INFO] [stdout] test bindgen_test_layout_nk_command_rect_multi_color ... ok [INFO] [stdout] test bindgen_test_layout_nk_command_triangle_filled ... ok [INFO] [stdout] test bindgen_test_layout_nk_config_stack_style_item ... ok [INFO] [stdout] test bindgen_test_layout_nk_convert_config ... ok [INFO] [stdout] test bindgen_test_layout_nk_config_stack_user_font_element ... ok [INFO] [stdout] test bindgen_test_layout_nk_config_stack_user_font ... ok [INFO] [stdout] test bindgen_test_layout_nk_config_stack_vec2 ... ok [INFO] [stdout] test bindgen_test_layout_nk_config_stack_vec2_element ... ok [INFO] [stdout] test bindgen_test_layout_nk_configuration_stacks ... ok [INFO] [stdout] test bindgen_test_layout_nk_config_stack_style_item_element ... ok [INFO] [stdout] test bindgen_test_layout_nk_draw_list ... ok [INFO] [stdout] test bindgen_test_layout_nk_draw_command ... ok [INFO] [stdout] test bindgen_test_layout_nk_cursor ... ok [INFO] [stdout] test bindgen_test_layout_nk_context ... ok [INFO] [stdout] test bindgen_test_layout_nk_draw_vertex_layout_element ... ok [INFO] [stdout] test bindgen_test_layout_nk_font_atlas ... ok [INFO] [stdout] test bindgen_test_layout_nk_draw_null_texture ... ok [INFO] [stdout] test bindgen_test_layout_nk_edit_state ... ok [INFO] [stdout] test bindgen_test_layout_nk_font ... ok [INFO] [stdout] test bindgen_test_layout_nk_font_config ... ok [INFO] [stdout] test bindgen_test_layout_nk_font_glyph ... ok [INFO] [stdout] test bindgen_test_layout_nk_memory ... ok [INFO] [stdout] test bindgen_test_layout_nk_image ... ok [INFO] [stdout] test bindgen_test_layout_nk_keyboard ... ok [INFO] [stdout] test bindgen_test_layout_nk_memory_status ... ok [INFO] [stdout] test bindgen_test_layout_nk_input ... ok [INFO] [stdout] test bindgen_test_layout_nk_key ... ok [INFO] [stdout] test bindgen_test_layout_nk_mouse_button ... ok [INFO] [stdout] test bindgen_test_layout_nk_page ... ok [INFO] [stdout] test bindgen_test_layout_nk_page_data ... ok [INFO] [stdout] test bindgen_test_layout_nk_page_element ... ok [INFO] [stdout] test bindgen_test_layout_nk_menu_state ... ok [INFO] [stdout] test bindgen_test_layout_nk_handle ... ok [INFO] [stdout] test bindgen_test_layout_nk_list_view ... ok [INFO] [stdout] test bindgen_test_layout_nk_mouse ... ok [INFO] [stdout] test bindgen_test_layout_nk_popup_buffer ... ok [INFO] [stdout] test bindgen_test_layout_nk_popup_state ... ok [INFO] [stdout] test bindgen_test_layout_nk_property_state ... ok [INFO] [stdout] test bindgen_test_layout_nk_rect ... ok [INFO] [stdout] test bindgen_test_layout_nk_recti ... ok [INFO] [stdout] test bindgen_test_layout_nk_pool ... ok [INFO] [stdout] test bindgen_test_layout_nk_row_layout ... ok [INFO] [stdout] test bindgen_test_layout_nk_scroll ... ok [INFO] [stdout] test bindgen_test_layout_nk_str ... ok [INFO] [stdout] test bindgen_test_layout_nk_panel ... ok [INFO] [stdout] test bindgen_test_layout_nk_style_button ... ok [INFO] [stdout] test bindgen_test_layout_nk_style_chart ... ok [INFO] [stdout] test bindgen_test_layout_nk_style_combo ... ok [INFO] [stdout] test bindgen_test_layout_nk_style_property ... ok [INFO] [stdout] test bindgen_test_layout_nk_style_item ... ok [INFO] [stdout] test bindgen_test_layout_nk_style_item_data ... ok [INFO] [stdout] test bindgen_test_layout_nk_style_text ... ok [INFO] [stdout] test bindgen_test_layout_nk_style_toggle ... ok [INFO] [stdout] test bindgen_test_layout_nk_style_scrollbar ... ok [INFO] [stdout] test bindgen_test_layout_nk_style_edit ... ok [INFO] [stdout] test bindgen_test_layout_nk_style_progress ... ok [INFO] [stdout] test bindgen_test_layout_nk_style_tab ... ok [INFO] [stdout] test bindgen_test_layout_nk_style_slider ... ok [INFO] [stdout] test bindgen_test_layout_nk_style_selectable ... ok [INFO] [stdout] test bindgen_test_layout_nk_user_font ... ok [INFO] [stdout] test bindgen_test_layout_nk_text_undo_state ... ok [INFO] [stdout] test bindgen_test_layout_nk_style_window_header ... ok [INFO] [stdout] test bindgen_test_layout_nk_table ... ok [INFO] [stdout] test bindgen_test_layout_nk_text_edit ... ok [INFO] [stdout] test bindgen_test_layout_nk_text_undo_record ... ok [INFO] [stdout] test bindgen_test_layout_nk_user_font_glyph ... ok [INFO] [stdout] test bindgen_test_layout_nk_style_window ... ok [INFO] [stdout] test bindgen_test_layout_nk_vec2 ... ok [INFO] [stdout] test bindgen_test_layout_nk_style ... ok [INFO] [stdout] test bindgen_test_layout_nk_vec2i ... ok [INFO] [stdout] test bindgen_test_layout_nk_window ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 105 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests nuklear_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" "e9390f4d2bf2dedb016d1e39fda98fd6e6d7f1f02b98aa7803480a1058963782"` [INFO] running `"docker" "rm" "-f" "e9390f4d2bf2dedb016d1e39fda98fd6e6d7f1f02b98aa7803480a1058963782"` [INFO] [stdout] e9390f4d2bf2dedb016d1e39fda98fd6e6d7f1f02b98aa7803480a1058963782