[INFO] crate oppai-sys 0.1.0 is already in cache [INFO] testing oppai-sys-0.1.0 against try#03a1ea71b075ab964b5278bc6e74cd6c52c36ee0 for pr-74409 [INFO] extracting crate oppai-sys 0.1.0 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate oppai-sys 0.1.0 on toolchain 03a1ea71b075ab964b5278bc6e74cd6c52c36ee0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate oppai-sys 0.1.0 [INFO] finished tweaking crates.io crate oppai-sys 0.1.0 [INFO] tweaked toml for crates.io crate oppai-sys 0.1.0 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "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_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d5f63475d1963f08bf959a8dd731e3369f7206e86a041470eba0c165b56c9706 [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" "d5f63475d1963f08bf959a8dd731e3369f7206e86a041470eba0c165b56c9706", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d5f63475d1963f08bf959a8dd731e3369f7206e86a041470eba0c165b56c9706", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d5f63475d1963f08bf959a8dd731e3369f7206e86a041470eba0c165b56c9706", kill_on_drop: false }` [INFO] [stdout] d5f63475d1963f08bf959a8dd731e3369f7206e86a041470eba0c165b56c9706 [INFO] running `Command { std: "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=forbid" "-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@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b2d911e81d0213229e4be6be837e8577bc485c42c9ea160ba92e1675c63b3235 [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" "b2d911e81d0213229e4be6be837e8577bc485c42c9ea160ba92e1675c63b3235", kill_on_drop: false }` [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Compiling proc-macro2 v1.0.19 [INFO] [stderr] Compiling bindgen v0.51.1 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling shlex v0.1.1 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling which v3.1.1 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling env_logger v0.6.2 [INFO] [stderr] Compiling clang-sys v0.28.1 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling cexpr v0.3.6 [INFO] [stderr] Compiling oppai-sys v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `std::env` [INFO] [stdout] --> build.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use std::env; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::path::PathBuf` [INFO] [stdout] --> build.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use std::path::PathBuf; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: oppai/oppai.c: In function 'is_inf': [INFO] [stderr] warning: oppai/oppai.c:322:33: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 322 | return *p == 0x7F800000 || *p == 0xFF800000; [INFO] [stderr] warning: | ^~ [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 29.85s [INFO] running `Command { std: "docker" "inspect" "b2d911e81d0213229e4be6be837e8577bc485c42c9ea160ba92e1675c63b3235", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b2d911e81d0213229e4be6be837e8577bc485c42c9ea160ba92e1675c63b3235", kill_on_drop: false }` [INFO] [stdout] b2d911e81d0213229e4be6be837e8577bc485c42c9ea160ba92e1675c63b3235 [INFO] running `Command { std: "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=forbid" "-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@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9f8fe5f0dd7c6f4aee67a36498bd1596675b59fc9862988ade3d2e07d0d698af [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" "9f8fe5f0dd7c6f4aee67a36498bd1596675b59fc9862988ade3d2e07d0d698af", kill_on_drop: false }` [INFO] [stdout] warning: unused import: `std::env` [INFO] [stdout] --> build.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use std::env; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::path::PathBuf` [INFO] [stdout] --> build.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use std::path::PathBuf; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: oppai/oppai.c: In function 'is_inf': [INFO] [stderr] warning: oppai/oppai.c:322:33: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 322 | return *p == 0x7F800000 || *p == 0xFF800000; [INFO] [stderr] warning: | ^~ [INFO] [stderr] Compiling oppai-sys v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: function `bindgen_test_layout_ezpp__bindgen_ty_1` should have a snake case name [INFO] [stdout] --> lib.rs:618:4 [INFO] [stdout] | [INFO] [stdout] 618 | fn bindgen_test_layout_ezpp__bindgen_ty_1() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_ezpp_bindgen_ty_1` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout_ezpp__bindgen_ty_2` should have a snake case name [INFO] [stdout] --> lib.rs:668:4 [INFO] [stdout] | [INFO] [stdout] 668 | fn bindgen_test_layout_ezpp__bindgen_ty_2() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_ezpp_bindgen_ty_2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout_ezpp__bindgen_ty_3` should have a snake case name [INFO] [stdout] --> lib.rs:718:4 [INFO] [stdout] | [INFO] [stdout] 718 | fn bindgen_test_layout_ezpp__bindgen_ty_3() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_ezpp_bindgen_ty_3` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout_ezpp__bindgen_ty_4` should have a snake case name [INFO] [stdout] --> lib.rs:768:4 [INFO] [stdout] | [INFO] [stdout] 768 | fn bindgen_test_layout_ezpp__bindgen_ty_4() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_ezpp_bindgen_ty_4` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout___va_list_tag` should have a snake case name [INFO] [stdout] --> lib.rs:1631:4 [INFO] [stdout] | [INFO] [stdout] 1631 | fn bindgen_test_layout___va_list_tag() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_va_list_tag` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.41s [INFO] running `Command { std: "docker" "inspect" "9f8fe5f0dd7c6f4aee67a36498bd1596675b59fc9862988ade3d2e07d0d698af", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9f8fe5f0dd7c6f4aee67a36498bd1596675b59fc9862988ade3d2e07d0d698af", kill_on_drop: false }` [INFO] [stdout] 9f8fe5f0dd7c6f4aee67a36498bd1596675b59fc9862988ade3d2e07d0d698af [INFO] running `Command { std: "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=forbid" "-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@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 8f1c9617283e653ee760bbfd282e0af1825fcd6719fce229f1531b2aa24b504a [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" "8f1c9617283e653ee760bbfd282e0af1825fcd6719fce229f1531b2aa24b504a", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `std::env` [INFO] [stderr] --> build.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use std::env; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::path::PathBuf` [INFO] [stderr] --> build.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use std::path::PathBuf; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: oppai/oppai.c: In function 'is_inf': [INFO] [stderr] warning: oppai/oppai.c:322:33: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 322 | return *p == 0x7F800000 || *p == 0xFF800000; [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: function `bindgen_test_layout_ezpp__bindgen_ty_1` should have a snake case name [INFO] [stderr] --> lib.rs:618:4 [INFO] [stderr] | [INFO] [stderr] 618 | fn bindgen_test_layout_ezpp__bindgen_ty_1() { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_ezpp_bindgen_ty_1` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function `bindgen_test_layout_ezpp__bindgen_ty_2` should have a snake case name [INFO] [stderr] --> lib.rs:668:4 [INFO] [stderr] | [INFO] [stderr] 668 | fn bindgen_test_layout_ezpp__bindgen_ty_2() { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_ezpp_bindgen_ty_2` [INFO] [stderr] [INFO] [stderr] warning: function `bindgen_test_layout_ezpp__bindgen_ty_3` should have a snake case name [INFO] [stderr] --> lib.rs:718:4 [INFO] [stderr] | [INFO] [stderr] 718 | fn bindgen_test_layout_ezpp__bindgen_ty_3() { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_ezpp_bindgen_ty_3` [INFO] [stderr] [INFO] [stderr] warning: function `bindgen_test_layout_ezpp__bindgen_ty_4` should have a snake case name [INFO] [stderr] --> lib.rs:768:4 [INFO] [stderr] | [INFO] [stderr] 768 | fn bindgen_test_layout_ezpp__bindgen_ty_4() { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_ezpp_bindgen_ty_4` [INFO] [stderr] [INFO] [stderr] warning: function `bindgen_test_layout___va_list_tag` should have a snake case name [INFO] [stderr] --> lib.rs:1631:4 [INFO] [stderr] | [INFO] [stderr] 1631 | fn bindgen_test_layout___va_list_tag() { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_va_list_tag` [INFO] [stderr] [INFO] [stderr] warning: 5 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/oppai_sys-777c3dd6068a6343 [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test bindgen_test_layout___va_list_tag ... ok [INFO] [stdout] test bindgen_test_layout_ezpp__bindgen_ty_2 ... ok [INFO] [stdout] test bindgen_test_layout_ezpp__bindgen_ty_3 ... ok [INFO] [stdout] test bindgen_test_layout_ezpp ... ok [INFO] [stdout] test bindgen_test_layout_taiko_object ... ok [INFO] [stdout] test bindgen_test_layout_ezpp__bindgen_ty_1 ... ok [INFO] [stdout] test bindgen_test_layout_slice ... ok [INFO] [stdout] test bindgen_test_layout_object ... ok [INFO] [stdout] test bindgen_test_layout_timing ... ok [INFO] [stderr] Doc-tests oppai-sys [INFO] [stdout] test bindgen_test_layout_ezpp__bindgen_ty_4 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [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 [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "8f1c9617283e653ee760bbfd282e0af1825fcd6719fce229f1531b2aa24b504a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8f1c9617283e653ee760bbfd282e0af1825fcd6719fce229f1531b2aa24b504a", kill_on_drop: false }` [INFO] [stdout] 8f1c9617283e653ee760bbfd282e0af1825fcd6719fce229f1531b2aa24b504a