[INFO] crate oppai-sys 0.1.0 is already in cache [INFO] testing oppai-sys-0.1.0 against 1.45.2 for beta-1.46-1 [INFO] extracting crate oppai-sys 0.1.0 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate oppai-sys 0.1.0 on toolchain 1.45.2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "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-8/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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" "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:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 55ad2ae447a615df9b4c856a22681684e9b89e6e2499fef71ae76a33b98ff127 [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" "55ad2ae447a615df9b4c856a22681684e9b89e6e2499fef71ae76a33b98ff127", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "55ad2ae447a615df9b4c856a22681684e9b89e6e2499fef71ae76a33b98ff127", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "55ad2ae447a615df9b4c856a22681684e9b89e6e2499fef71ae76a33b98ff127", kill_on_drop: false }` [INFO] [stdout] 55ad2ae447a615df9b4c856a22681684e9b89e6e2499fef71ae76a33b98ff127 [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" "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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 374b0c5670a0e5cd22bed1cb348f355036c09c8daab58ff7e9727a2fdbe1ae56 [INFO] running `Command { std: "docker" "start" "-a" "374b0c5670a0e5cd22bed1cb348f355036c09c8daab58ff7e9727a2fdbe1ae56", kill_on_drop: false }` [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Compiling proc-macro2 v1.0.19 [INFO] [stderr] Compiling termcolor v1.1.0 [INFO] [stderr] Compiling bindgen v0.51.1 [INFO] [stderr] Compiling peeking_take_while v0.1.2 [INFO] [stderr] Compiling shlex v0.1.1 [INFO] [stderr] Compiling humantime v1.3.0 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling jobserver v0.1.21 [INFO] [stderr] Compiling which v3.1.1 [INFO] [stderr] Compiling cc v1.0.58 [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 libloading v0.5.2 [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 46.77s [INFO] running `Command { std: "docker" "inspect" "374b0c5670a0e5cd22bed1cb348f355036c09c8daab58ff7e9727a2fdbe1ae56", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "374b0c5670a0e5cd22bed1cb348f355036c09c8daab58ff7e9727a2fdbe1ae56", kill_on_drop: false }` [INFO] [stdout] 374b0c5670a0e5cd22bed1cb348f355036c09c8daab58ff7e9727a2fdbe1ae56 [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" "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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] b263996201c2f75fd4f3013f46df5f2c8b59743a1ead64e4f17e899f1ddec652 [INFO] running `Command { std: "docker" "start" "-a" "b263996201c2f75fd4f3013f46df5f2c8b59743a1ead64e4f17e899f1ddec652", kill_on_drop: false }` [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] [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] [stderr] Compiling oppai-sys v0.1.0 (/opt/rustwide/workdir) [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] [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] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.74s [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "b263996201c2f75fd4f3013f46df5f2c8b59743a1ead64e4f17e899f1ddec652", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b263996201c2f75fd4f3013f46df5f2c8b59743a1ead64e4f17e899f1ddec652", kill_on_drop: false }` [INFO] [stdout] b263996201c2f75fd4f3013f46df5f2c8b59743a1ead64e4f17e899f1ddec652 [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" "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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] e1c42761117862db0507643cc994e1b9725963d0685c37e0f54432028a8f5ad9 [INFO] running `Command { std: "docker" "start" "-a" "e1c42761117862db0507643cc994e1b9725963d0685c37e0f54432028a8f5ad9", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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.16s [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/oppai_sys-e67095157466eb10 [INFO] [stdout] running 10 tests [INFO] [stdout] test bindgen_test_layout_ezpp__bindgen_ty_1 ... ok [INFO] [stdout] test bindgen_test_layout_ezpp__bindgen_ty_2 ... ok [INFO] [stdout] test bindgen_test_layout_slice ... ok [INFO] [stdout] test bindgen_test_layout_taiko_object ... ok [INFO] [stdout] test bindgen_test_layout_timing ... ok [INFO] [stdout] test bindgen_test_layout_object ... ok [INFO] [stdout] test bindgen_test_layout_ezpp__bindgen_ty_4 ... ok [INFO] [stdout] test bindgen_test_layout_ezpp ... ok [INFO] [stdout] test bindgen_test_layout___va_list_tag ... ok [INFO] [stdout] test bindgen_test_layout_ezpp__bindgen_ty_3 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests oppai-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 `Command { std: "docker" "inspect" "e1c42761117862db0507643cc994e1b9725963d0685c37e0f54432028a8f5ad9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e1c42761117862db0507643cc994e1b9725963d0685c37e0f54432028a8f5ad9", kill_on_drop: false }` [INFO] [stdout] e1c42761117862db0507643cc994e1b9725963d0685c37e0f54432028a8f5ad9