[INFO] crate cashaccount-sys 0.1.1 is already in cache [INFO] testing cashaccount-sys-0.1.1 against beta-2020-06-03 for beta-1.45-1 [INFO] extracting crate cashaccount-sys 0.1.1 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate cashaccount-sys 0.1.1 on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate cashaccount-sys 0.1.1 [INFO] finished tweaking crates.io crate cashaccount-sys 0.1.1 [INFO] tweaked toml for crates.io crate cashaccount-sys 0.1.1 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 318b1e493007b2165662696ee0283630e8cf991bed513037e868a78d4fc1837a [INFO] running `"docker" "start" "-a" "318b1e493007b2165662696ee0283630e8cf991bed513037e868a78d4fc1837a"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling proc-macro2 v1.0.18 [INFO] [stderr] Compiling bindgen v0.54.0 [INFO] [stderr] Compiling peeking_take_while v0.1.2 [INFO] [stderr] Compiling shlex v0.1.1 [INFO] [stderr] Compiling lazycell v1.2.1 [INFO] [stderr] Compiling clang-sys v0.29.3 [INFO] [stderr] Compiling nom v5.1.1 [INFO] [stderr] Compiling humantime v1.3.0 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling which v3.1.1 [INFO] [stderr] Compiling clap v2.33.1 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling quote v1.0.6 [INFO] [stderr] Compiling cexpr v0.4.0 [INFO] [stderr] Compiling cashaccount-sys v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: libcashaccount/src/cashaccount.cpp: In function 'int cashacc_parse_opreturn(const char*, unsigned int, bool, CashAccount*)': [INFO] [stderr] warning: libcashaccount/src/cashaccount.cpp:62:45: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 62 | for (int i = CASHACCOUNT_PREFIX_LENGTH; i < len; ++i) { [INFO] [stderr] warning: | ~~^~~~~ [INFO] [stderr] warning: libcashaccount/src/cashaccount.cpp:46:11: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 46 | if (++i >= len) \ [INFO] [stderr] warning: | ~~~~^~~~~~ [INFO] [stderr] warning: libcashaccount/src/cashaccount.cpp:68:7: note: in expansion of macro 'INCREMENT_I' [INFO] [stderr] warning: 68 | INCREMENT_I; [INFO] [stderr] warning: | ^~~~~~~~~~~ [INFO] [stderr] warning: libcashaccount/src/cashaccount.cpp:46:11: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 46 | if (++i >= len) \ [INFO] [stderr] warning: | ~~~~^~~~~~ [INFO] [stderr] warning: libcashaccount/src/cashaccount.cpp:70:7: note: in expansion of macro 'INCREMENT_I' [INFO] [stderr] warning: 70 | INCREMENT_I; [INFO] [stderr] warning: | ^~~~~~~~~~~ [INFO] [stderr] warning: libcashaccount/src/cashaccount.cpp:46:11: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 46 | if (++i >= len) \ [INFO] [stderr] warning: | ~~~~^~~~~~ [INFO] [stderr] warning: libcashaccount/src/cashaccount.cpp:72:7: note: in expansion of macro 'INCREMENT_I' [INFO] [stderr] warning: 72 | INCREMENT_I; [INFO] [stderr] warning: | ^~~~~~~~~~~ [INFO] [stderr] warning: libcashaccount/src/cashaccount.cpp:46:11: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 46 | if (++i >= len) \ [INFO] [stderr] warning: | ~~~~^~~~~~ [INFO] [stderr] warning: libcashaccount/src/cashaccount.cpp:75:7: note: in expansion of macro 'INCREMENT_I' [INFO] [stderr] warning: 75 | INCREMENT_I; [INFO] [stderr] warning: | ^~~~~~~~~~~ [INFO] [stderr] warning: libcashaccount/src/cashaccount.cpp:46:11: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 46 | if (++i >= len) \ [INFO] [stderr] warning: | ~~~~^~~~~~ [INFO] [stderr] warning: libcashaccount/src/cashaccount.cpp:77:7: note: in expansion of macro 'INCREMENT_I' [INFO] [stderr] warning: 77 | INCREMENT_I; [INFO] [stderr] warning: | ^~~~~~~~~~~ [INFO] [stderr] warning: libcashaccount/src/cashaccount.cpp:46:11: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 46 | if (++i >= len) \ [INFO] [stderr] warning: | ~~~~^~~~~~ [INFO] [stderr] warning: libcashaccount/src/cashaccount.cpp:79:7: note: in expansion of macro 'INCREMENT_I' [INFO] [stderr] warning: 79 | INCREMENT_I; [INFO] [stderr] warning: | ^~~~~~~~~~~ [INFO] [stderr] warning: libcashaccount/src/cashaccount.cpp:46:11: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 46 | if (++i >= len) \ [INFO] [stderr] warning: | ~~~~^~~~~~ [INFO] [stderr] warning: libcashaccount/src/cashaccount.cpp:84:7: note: in expansion of macro 'INCREMENT_I' [INFO] [stderr] warning: 84 | INCREMENT_I; [INFO] [stderr] warning: | ^~~~~~~~~~~ [INFO] [stderr] warning: libcashaccount/src/cashaccount.cpp:46:11: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 46 | if (++i >= len) \ [INFO] [stderr] warning: | ~~~~^~~~~~ [INFO] [stderr] warning: libcashaccount/src/cashaccount.cpp:86:7: note: in expansion of macro 'INCREMENT_I' [INFO] [stderr] warning: 86 | INCREMENT_I; [INFO] [stderr] warning: | ^~~~~~~~~~~ [INFO] [stderr] warning: libcashaccount/src/cashaccount.cpp:46:11: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 46 | if (++i >= len) \ [INFO] [stderr] warning: | ~~~~^~~~~~ [INFO] [stderr] warning: libcashaccount/src/cashaccount.cpp:88:7: note: in expansion of macro 'INCREMENT_I' [INFO] [stderr] warning: 88 | INCREMENT_I; [INFO] [stderr] warning: | ^~~~~~~~~~~ [INFO] [stderr] warning: libcashaccount/src/cashaccount.cpp:46:11: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 46 | if (++i >= len) \ [INFO] [stderr] warning: | ~~~~^~~~~~ [INFO] [stderr] warning: libcashaccount/src/cashaccount.cpp:90:7: note: in expansion of macro 'INCREMENT_I' [INFO] [stderr] warning: 90 | INCREMENT_I; [INFO] [stderr] warning: | ^~~~~~~~~~~ [INFO] [stderr] warning: libcashaccount/src/cashaccount.cpp:46:11: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 46 | if (++i >= len) \ [INFO] [stderr] warning: | ~~~~^~~~~~ [INFO] [stderr] warning: libcashaccount/src/cashaccount.cpp:92:7: note: in expansion of macro 'INCREMENT_I' [INFO] [stderr] warning: 92 | INCREMENT_I; [INFO] [stderr] warning: | ^~~~~~~~~~~ [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 01s [INFO] running `"docker" "inspect" "318b1e493007b2165662696ee0283630e8cf991bed513037e868a78d4fc1837a"` [INFO] running `"docker" "rm" "-f" "318b1e493007b2165662696ee0283630e8cf991bed513037e868a78d4fc1837a"` [INFO] [stdout] 318b1e493007b2165662696ee0283630e8cf991bed513037e868a78d4fc1837a [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-06-03" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 4e375a85f499773c6597cdc3d5b316d439dd88452253792ba2797f9a6a6d9de4 [INFO] running `"docker" "start" "-a" "4e375a85f499773c6597cdc3d5b316d439dd88452253792ba2797f9a6a6d9de4"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: libcashaccount/src/cashaccount.cpp: In function 'int cashacc_parse_opreturn(const char*, unsigned int, bool, CashAccount*)': [INFO] [stderr] warning: libcashaccount/src/cashaccount.cpp:62:45: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 62 | for (int i = CASHACCOUNT_PREFIX_LENGTH; i < len; ++i) { [INFO] [stderr] warning: | ~~^~~~~ [INFO] [stderr] warning: libcashaccount/src/cashaccount.cpp:46:11: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 46 | if (++i >= len) \ [INFO] [stderr] warning: | ~~~~^~~~~~ [INFO] [stderr] warning: libcashaccount/src/cashaccount.cpp:68:7: note: in expansion of macro 'INCREMENT_I' [INFO] [stderr] warning: 68 | INCREMENT_I; [INFO] [stderr] warning: | ^~~~~~~~~~~ [INFO] [stderr] warning: libcashaccount/src/cashaccount.cpp:46:11: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 46 | if (++i >= len) \ [INFO] [stderr] warning: | ~~~~^~~~~~ [INFO] [stderr] warning: libcashaccount/src/cashaccount.cpp:70:7: note: in expansion of macro 'INCREMENT_I' [INFO] [stderr] warning: 70 | INCREMENT_I; [INFO] [stderr] warning: | ^~~~~~~~~~~ [INFO] [stderr] warning: libcashaccount/src/cashaccount.cpp:46:11: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 46 | if (++i >= len) \ [INFO] [stderr] warning: | ~~~~^~~~~~ [INFO] [stderr] warning: libcashaccount/src/cashaccount.cpp:72:7: note: in expansion of macro 'INCREMENT_I' [INFO] [stderr] warning: 72 | INCREMENT_I; [INFO] [stderr] warning: | ^~~~~~~~~~~ [INFO] [stderr] warning: libcashaccount/src/cashaccount.cpp:46:11: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 46 | if (++i >= len) \ [INFO] [stderr] warning: | ~~~~^~~~~~ [INFO] [stderr] warning: libcashaccount/src/cashaccount.cpp:75:7: note: in expansion of macro 'INCREMENT_I' [INFO] [stderr] warning: 75 | INCREMENT_I; [INFO] [stderr] warning: | ^~~~~~~~~~~ [INFO] [stderr] warning: libcashaccount/src/cashaccount.cpp:46:11: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 46 | if (++i >= len) \ [INFO] [stderr] warning: | ~~~~^~~~~~ [INFO] [stderr] warning: libcashaccount/src/cashaccount.cpp:77:7: note: in expansion of macro 'INCREMENT_I' [INFO] [stderr] warning: 77 | INCREMENT_I; [INFO] [stderr] warning: | ^~~~~~~~~~~ [INFO] [stderr] warning: libcashaccount/src/cashaccount.cpp:46:11: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 46 | if (++i >= len) \ [INFO] [stderr] warning: | ~~~~^~~~~~ [INFO] [stderr] warning: libcashaccount/src/cashaccount.cpp:79:7: note: in expansion of macro 'INCREMENT_I' [INFO] [stderr] warning: 79 | INCREMENT_I; [INFO] [stderr] warning: | ^~~~~~~~~~~ [INFO] [stderr] warning: libcashaccount/src/cashaccount.cpp:46:11: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 46 | if (++i >= len) \ [INFO] [stderr] warning: | ~~~~^~~~~~ [INFO] [stderr] warning: libcashaccount/src/cashaccount.cpp:84:7: note: in expansion of macro 'INCREMENT_I' [INFO] [stderr] warning: 84 | INCREMENT_I; [INFO] [stderr] warning: | ^~~~~~~~~~~ [INFO] [stderr] warning: libcashaccount/src/cashaccount.cpp:46:11: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 46 | if (++i >= len) \ [INFO] [stderr] warning: | ~~~~^~~~~~ [INFO] [stderr] warning: libcashaccount/src/cashaccount.cpp:86:7: note: in expansion of macro 'INCREMENT_I' [INFO] [stderr] warning: 86 | INCREMENT_I; [INFO] [stderr] warning: | ^~~~~~~~~~~ [INFO] [stderr] warning: libcashaccount/src/cashaccount.cpp:46:11: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 46 | if (++i >= len) \ [INFO] [stderr] warning: | ~~~~^~~~~~ [INFO] [stderr] warning: libcashaccount/src/cashaccount.cpp:88:7: note: in expansion of macro 'INCREMENT_I' [INFO] [stderr] warning: 88 | INCREMENT_I; [INFO] [stderr] warning: | ^~~~~~~~~~~ [INFO] [stderr] warning: libcashaccount/src/cashaccount.cpp:46:11: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 46 | if (++i >= len) \ [INFO] [stderr] warning: | ~~~~^~~~~~ [INFO] [stderr] warning: libcashaccount/src/cashaccount.cpp:90:7: note: in expansion of macro 'INCREMENT_I' [INFO] [stderr] warning: 90 | INCREMENT_I; [INFO] [stderr] warning: | ^~~~~~~~~~~ [INFO] [stderr] warning: libcashaccount/src/cashaccount.cpp:46:11: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 46 | if (++i >= len) \ [INFO] [stderr] warning: | ~~~~^~~~~~ [INFO] [stderr] warning: libcashaccount/src/cashaccount.cpp:92:7: note: in expansion of macro 'INCREMENT_I' [INFO] [stderr] warning: 92 | INCREMENT_I; [INFO] [stderr] warning: | ^~~~~~~~~~~ [INFO] [stderr] Compiling cashaccount-sys v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.84s [INFO] running `"docker" "inspect" "4e375a85f499773c6597cdc3d5b316d439dd88452253792ba2797f9a6a6d9de4"` [INFO] running `"docker" "rm" "-f" "4e375a85f499773c6597cdc3d5b316d439dd88452253792ba2797f9a6a6d9de4"` [INFO] [stdout] 4e375a85f499773c6597cdc3d5b316d439dd88452253792ba2797f9a6a6d9de4 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-06-03" "test" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] b8ec69b7030e8d7e55239c988266d95f80a643887099782d4e1cdff0f5bbdd36 [INFO] running `"docker" "start" "-a" "b8ec69b7030e8d7e55239c988266d95f80a643887099782d4e1cdff0f5bbdd36"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: libcashaccount/src/cashaccount.cpp: In function 'int cashacc_parse_opreturn(const char*, unsigned int, bool, CashAccount*)': [INFO] [stderr] warning: libcashaccount/src/cashaccount.cpp:62:45: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 62 | for (int i = CASHACCOUNT_PREFIX_LENGTH; i < len; ++i) { [INFO] [stderr] warning: | ~~^~~~~ [INFO] [stderr] warning: libcashaccount/src/cashaccount.cpp:46:11: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 46 | if (++i >= len) \ [INFO] [stderr] warning: | ~~~~^~~~~~ [INFO] [stderr] warning: libcashaccount/src/cashaccount.cpp:68:7: note: in expansion of macro 'INCREMENT_I' [INFO] [stderr] warning: 68 | INCREMENT_I; [INFO] [stderr] warning: | ^~~~~~~~~~~ [INFO] [stderr] warning: libcashaccount/src/cashaccount.cpp:46:11: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 46 | if (++i >= len) \ [INFO] [stderr] warning: | ~~~~^~~~~~ [INFO] [stderr] warning: libcashaccount/src/cashaccount.cpp:70:7: note: in expansion of macro 'INCREMENT_I' [INFO] [stderr] warning: 70 | INCREMENT_I; [INFO] [stderr] warning: | ^~~~~~~~~~~ [INFO] [stderr] warning: libcashaccount/src/cashaccount.cpp:46:11: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 46 | if (++i >= len) \ [INFO] [stderr] warning: | ~~~~^~~~~~ [INFO] [stderr] warning: libcashaccount/src/cashaccount.cpp:72:7: note: in expansion of macro 'INCREMENT_I' [INFO] [stderr] warning: 72 | INCREMENT_I; [INFO] [stderr] warning: | ^~~~~~~~~~~ [INFO] [stderr] warning: libcashaccount/src/cashaccount.cpp:46:11: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 46 | if (++i >= len) \ [INFO] [stderr] warning: | ~~~~^~~~~~ [INFO] [stderr] warning: libcashaccount/src/cashaccount.cpp:75:7: note: in expansion of macro 'INCREMENT_I' [INFO] [stderr] warning: 75 | INCREMENT_I; [INFO] [stderr] warning: | ^~~~~~~~~~~ [INFO] [stderr] warning: libcashaccount/src/cashaccount.cpp:46:11: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 46 | if (++i >= len) \ [INFO] [stderr] warning: | ~~~~^~~~~~ [INFO] [stderr] warning: libcashaccount/src/cashaccount.cpp:77:7: note: in expansion of macro 'INCREMENT_I' [INFO] [stderr] warning: 77 | INCREMENT_I; [INFO] [stderr] warning: | ^~~~~~~~~~~ [INFO] [stderr] warning: libcashaccount/src/cashaccount.cpp:46:11: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 46 | if (++i >= len) \ [INFO] [stderr] warning: | ~~~~^~~~~~ [INFO] [stderr] warning: libcashaccount/src/cashaccount.cpp:79:7: note: in expansion of macro 'INCREMENT_I' [INFO] [stderr] warning: 79 | INCREMENT_I; [INFO] [stderr] warning: | ^~~~~~~~~~~ [INFO] [stderr] warning: libcashaccount/src/cashaccount.cpp:46:11: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 46 | if (++i >= len) \ [INFO] [stderr] warning: | ~~~~^~~~~~ [INFO] [stderr] warning: libcashaccount/src/cashaccount.cpp:84:7: note: in expansion of macro 'INCREMENT_I' [INFO] [stderr] warning: 84 | INCREMENT_I; [INFO] [stderr] warning: | ^~~~~~~~~~~ [INFO] [stderr] warning: libcashaccount/src/cashaccount.cpp:46:11: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 46 | if (++i >= len) \ [INFO] [stderr] warning: | ~~~~^~~~~~ [INFO] [stderr] warning: libcashaccount/src/cashaccount.cpp:86:7: note: in expansion of macro 'INCREMENT_I' [INFO] [stderr] warning: 86 | INCREMENT_I; [INFO] [stderr] warning: | ^~~~~~~~~~~ [INFO] [stderr] warning: libcashaccount/src/cashaccount.cpp:46:11: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 46 | if (++i >= len) \ [INFO] [stderr] warning: | ~~~~^~~~~~ [INFO] [stderr] warning: libcashaccount/src/cashaccount.cpp:88:7: note: in expansion of macro 'INCREMENT_I' [INFO] [stderr] warning: 88 | INCREMENT_I; [INFO] [stderr] warning: | ^~~~~~~~~~~ [INFO] [stderr] warning: libcashaccount/src/cashaccount.cpp:46:11: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 46 | if (++i >= len) \ [INFO] [stderr] warning: | ~~~~^~~~~~ [INFO] [stderr] warning: libcashaccount/src/cashaccount.cpp:90:7: note: in expansion of macro 'INCREMENT_I' [INFO] [stderr] warning: 90 | INCREMENT_I; [INFO] [stderr] warning: | ^~~~~~~~~~~ [INFO] [stderr] warning: libcashaccount/src/cashaccount.cpp:46:11: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 46 | if (++i >= len) \ [INFO] [stderr] warning: | ~~~~^~~~~~ [INFO] [stderr] warning: libcashaccount/src/cashaccount.cpp:92:7: note: in expansion of macro 'INCREMENT_I' [INFO] [stderr] warning: 92 | INCREMENT_I; [INFO] [stderr] warning: | ^~~~~~~~~~~ [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/cashaccount_sys-88b3f1e594e96696 [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test bindgen_test_layout_Payload ... ok [INFO] [stdout] test bindgen_test_layout_CashAccount ... ok [INFO] [stdout] test tests::accountname ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests cashaccount-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" "b8ec69b7030e8d7e55239c988266d95f80a643887099782d4e1cdff0f5bbdd36"` [INFO] running `"docker" "rm" "-f" "b8ec69b7030e8d7e55239c988266d95f80a643887099782d4e1cdff0f5bbdd36"` [INFO] [stdout] b8ec69b7030e8d7e55239c988266d95f80a643887099782d4e1cdff0f5bbdd36