[INFO] fetching crate libnspire-sys 0.3.3... [INFO] checking libnspire-sys-0.3.3 against beta for pr-78714 [INFO] extracting crate libnspire-sys 0.3.3 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate libnspire-sys 0.3.3 on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate libnspire-sys 0.3.3 [INFO] finished tweaking crates.io crate libnspire-sys 0.3.3 [INFO] tweaked toml for crates.io crate libnspire-sys 0.3.3 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", 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] 710b1bd84b6e92855ffe607cec714c208d00649e9294905e7fcac2f307d03cea [INFO] running `Command { std: "docker" "start" "-a" "710b1bd84b6e92855ffe607cec714c208d00649e9294905e7fcac2f307d03cea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "710b1bd84b6e92855ffe607cec714c208d00649e9294905e7fcac2f307d03cea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "710b1bd84b6e92855ffe607cec714c208d00649e9294905e7fcac2f307d03cea", kill_on_drop: false }` [INFO] [stdout] 710b1bd84b6e92855ffe607cec714c208d00649e9294905e7fcac2f307d03cea [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7b77674e4dfa3de443c2304540c19a53160ff0172ba72dd0ca0e1d7c20d5b616 [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" "7b77674e4dfa3de443c2304540c19a53160ff0172ba72dd0ca0e1d7c20d5b616", kill_on_drop: false }` [INFO] [stderr] Compiling rle-decode-fast v1.0.1 [INFO] [stderr] Compiling libflate_lz77 v1.0.0 [INFO] [stderr] Compiling adler32 v1.2.0 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling crc32fast v1.2.1 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling filetime v0.2.13 [INFO] [stderr] Compiling xattr v0.2.2 [INFO] [stderr] Compiling cc v1.0.62 [INFO] [stderr] Compiling bstr v0.2.14 [INFO] [stderr] Compiling walkdir v2.3.1 [INFO] [stderr] Compiling tar v0.4.30 [INFO] [stderr] Compiling libflate v1.0.3 [INFO] [stderr] Compiling globset v0.4.6 [INFO] [stderr] Compiling ignore v0.4.16 [INFO] [stderr] Compiling libusb1-sys v0.4.2 [INFO] [stderr] Compiling globwalk v0.7.3 [INFO] [stderr] Compiling libnspire-sys v0.3.3 (/opt/rustwide/workdir) [INFO] [stderr] warning: libnspire/src/error.c: In function 'nspire_strerror': [INFO] [stderr] warning: libnspire/src/error.c:43:12: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 43 | if (error < -(sizeof(error_msg) / sizeof(const char*))) [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: libnspire/src/service.c: In function 'service_disconnect': [INFO] [stderr] warning: libnspire/src/service.c:38:16: warning: variable 'p' set but not used [-Wunused-but-set-variable] [INFO] [stderr] warning: 38 | struct packet p; [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: libnspire/src/usb.c: In function 'usb_get_device': [INFO] [stderr] warning: libnspire/src/usb.c:63:29: warning: comparison is always false due to limited range of data type [-Wtype-limits] [INFO] [stderr] warning: 63 | if (config->bNumInterfaces < NSP_DEFAULT_IFACE) [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: libnspire/src/usb.c:87:1: warning: label 'error' defined but not used [-Wunused-label] [INFO] [stderr] warning: 87 | error: [INFO] [stderr] warning: | ^~~~~ [INFO] [stderr] warning: libnspire/src/packet.c: In function 'calculate_data_checksum': [INFO] [stderr] warning: libnspire/src/packet.c:41:13: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] [INFO] [stderr] warning: 41 | for (i=0; i src/bindings.rs:100:4 [INFO] [stdout] | [INFO] [stdout] 100 | fn bindgen_test_layout_nspire_devinfo__bindgen_ty_1() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_nspire_devinfo_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_nspire_devinfo__bindgen_ty_2` should have a snake case name [INFO] [stdout] --> src/bindings.rs:143:4 [INFO] [stdout] | [INFO] [stdout] 143 | fn bindgen_test_layout_nspire_devinfo__bindgen_ty_2() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_nspire_devinfo_bindgen_ty_2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout_nspire_devinfo__bindgen_ty_3` should have a snake case name [INFO] [stdout] --> src/bindings.rs:187:4 [INFO] [stdout] | [INFO] [stdout] 187 | fn bindgen_test_layout_nspire_devinfo__bindgen_ty_3() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_nspire_devinfo_bindgen_ty_3` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout_nspire_devinfo__bindgen_ty_4` should have a snake case name [INFO] [stdout] --> src/bindings.rs:242:4 [INFO] [stdout] | [INFO] [stdout] 242 | fn bindgen_test_layout_nspire_devinfo__bindgen_ty_4() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_nspire_devinfo_bindgen_ty_4` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout_nspire_devinfo__bindgen_ty_5` should have a snake case name [INFO] [stdout] --> src/bindings.rs:288:4 [INFO] [stdout] | [INFO] [stdout] 288 | fn bindgen_test_layout_nspire_devinfo__bindgen_ty_5() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_nspire_devinfo_bindgen_ty_5` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `bindgen_test_layout_nspire_devinfo__bindgen_ty_6` should have a snake case name [INFO] [stdout] --> src/bindings.rs:356:4 [INFO] [stdout] | [INFO] [stdout] 356 | fn bindgen_test_layout_nspire_devinfo__bindgen_ty_6() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bindgen_test_layout_nspire_devinfo_bindgen_ty_6` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 12.53s [INFO] running `Command { std: "docker" "inspect" "7b77674e4dfa3de443c2304540c19a53160ff0172ba72dd0ca0e1d7c20d5b616", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7b77674e4dfa3de443c2304540c19a53160ff0172ba72dd0ca0e1d7c20d5b616", kill_on_drop: false }` [INFO] [stdout] 7b77674e4dfa3de443c2304540c19a53160ff0172ba72dd0ca0e1d7c20d5b616