[INFO] crate oppai-sys 0.1.0 is already in cache [INFO] testing oppai-sys-0.1.0 against beta-2020-07-24 for beta-1.46-1 [INFO] extracting crate oppai-sys 0.1.0 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate oppai-sys 0.1.0 on toolchain beta-2020-07-24 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "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-4/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+beta-2020-07-24" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3c69857f9f656af7819d1160bd256119506f5733b83c5b17d263884edd63459d [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" "3c69857f9f656af7819d1160bd256119506f5733b83c5b17d263884edd63459d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3c69857f9f656af7819d1160bd256119506f5733b83c5b17d263884edd63459d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3c69857f9f656af7819d1160bd256119506f5733b83c5b17d263884edd63459d", kill_on_drop: false }` [INFO] [stdout] 3c69857f9f656af7819d1160bd256119506f5733b83c5b17d263884edd63459d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+beta-2020-07-24" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2bece91a010ecb25f4bd1c90573265313741d7a50fde4cbc3eadbbedc888128f [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" "2bece91a010ecb25f4bd1c90573265313741d7a50fde4cbc3eadbbedc888128f", 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 shlex v0.1.1 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling jobserver v0.1.21 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling which v3.1.1 [INFO] [stderr] Compiling env_logger v0.6.2 [INFO] [stderr] Compiling cc v1.0.58 [INFO] [stderr] Compiling clang-sys v0.28.1 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling libloading v0.5.2 [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 45.70s [INFO] running `Command { std: "docker" "inspect" "2bece91a010ecb25f4bd1c90573265313741d7a50fde4cbc3eadbbedc888128f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2bece91a010ecb25f4bd1c90573265313741d7a50fde4cbc3eadbbedc888128f", kill_on_drop: false }` [INFO] [stdout] 2bece91a010ecb25f4bd1c90573265313741d7a50fde4cbc3eadbbedc888128f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+beta-2020-07-24" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 64bbf5b1f8f4bf382894b84db91046b4da902447965f1f97885cb890fcb61b3f [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" "64bbf5b1f8f4bf382894b84db91046b4da902447965f1f97885cb890fcb61b3f", 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] [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] warning: 322 | return *p == 0x7F800000 || *p == 0xFF800000; [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] [stderr] warning: | ^~ [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [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 2.04s [INFO] running `Command { std: "docker" "inspect" "64bbf5b1f8f4bf382894b84db91046b4da902447965f1f97885cb890fcb61b3f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "64bbf5b1f8f4bf382894b84db91046b4da902447965f1f97885cb890fcb61b3f", kill_on_drop: false }` [INFO] [stdout] 64bbf5b1f8f4bf382894b84db91046b4da902447965f1f97885cb890fcb61b3f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+beta-2020-07-24" "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] 6363ed88ff3d579d4a8287910812c1efeb6ac55069cffba2a7416fc415224391 [INFO] running `Command { std: "docker" "start" "-a" "6363ed88ff3d579d4a8287910812c1efeb6ac55069cffba2a7416fc415224391", 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.26s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/oppai_sys-7d95b1ee940e6563 [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test bindgen_test_layout_ezpp ... ok [INFO] [stdout] test bindgen_test_layout_ezpp__bindgen_ty_1 ... ok [INFO] [stdout] test bindgen_test_layout___va_list_tag ... ok [INFO] [stdout] test bindgen_test_layout_slice ... ok [INFO] [stdout] test bindgen_test_layout_taiko_object ... ok [INFO] [stdout] test bindgen_test_layout_ezpp__bindgen_ty_4 ... ok [INFO] [stdout] test bindgen_test_layout_object ... ok [INFO] [stdout] test bindgen_test_layout_timing ... 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] [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" "6363ed88ff3d579d4a8287910812c1efeb6ac55069cffba2a7416fc415224391", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6363ed88ff3d579d4a8287910812c1efeb6ac55069cffba2a7416fc415224391", kill_on_drop: false }` [INFO] [stdout] 6363ed88ff3d579d4a8287910812c1efeb6ac55069cffba2a7416fc415224391