Nov 17 15:00:02.149 INFO testing HarukiUchito/rtklib_rust against try#2e026d6e5d7621634147ad4c8074f1d964dbb1be for pr-55982 Nov 17 15:00:02.151 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-5/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +2e026d6e5d7621634147ad4c8074f1d964dbb1be-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 17 15:00:02.488 INFO [stdout] 4c476bf06fa36bf95131d5cfbd50ff527a8a2c5f31da584e9505460db31bb6bb Nov 17 15:00:02.490 INFO running `"docker" "start" "-a" "4c476bf06fa36bf95131d5cfbd50ff527a8a2c5f31da584e9505460db31bb6bb"` Nov 17 15:00:04.218 INFO [stderr] usermod: no changes Nov 17 15:00:04.299 INFO [stderr] Compiling rtklib_rust v0.1.0 (/source) Nov 17 15:00:05.871 INFO [stderr] warning: src/rtkcmn.c:88:1: warning: 'static' is not at beginning of declaration [-Wold-style-declaration] Nov 17 15:00:05.871 INFO [stderr] warning: const static double gpst0[]={1980,1, 6,0,0,0}; /* gps time reference */ Nov 17 15:00:05.872 INFO [stderr] warning: ^ Nov 17 15:00:05.872 INFO [stderr] warning: src/rtkcmn.c:89:1: warning: 'static' is not at beginning of declaration [-Wold-style-declaration] Nov 17 15:00:05.872 INFO [stderr] warning: const static double gst0 []={1999,8,22,0,0,0}; /* galileo system time reference */ Nov 17 15:00:05.873 INFO [stderr] warning: ^ Nov 17 15:00:05.873 INFO [stderr] warning: src/rtkcmn.c:91:1: warning: 'static' is not at beginning of declaration [-Wold-style-declaration] Nov 17 15:00:05.873 INFO [stderr] warning: const static double leaps[][7]={ /* leap seconds {y,m,d,h,m,s,utc-gpst,...} */ Nov 17 15:00:05.874 INFO [stderr] warning: ^ Nov 17 15:00:05.874 INFO [stderr] warning: src/rtkcmn.c: In function 'str2num': Nov 17 15:00:05.874 INFO [stderr] warning: src/rtkcmn.c:871:45: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] Nov 17 15:00:05.875 INFO [stderr] warning: if (i<0||(int)strlen(s) src/main.rs:4:5 Nov 17 15:00:06.396 INFO [stderr] | Nov 17 15:00:06.396 INFO [stderr] 4 | fn satno(sys:i32, prn:i32) -> i32; Nov 17 15:00:06.396 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 17 15:00:06.397 INFO [stderr] | Nov 17 15:00:06.397 INFO [stderr] = note: #[warn(dead_code)] on by default Nov 17 15:00:06.397 INFO [stderr] Nov 17 15:00:06.407 INFO [stderr] warning: `extern` block uses type `str` which is not FFI-safe: string slices have no C equivalent Nov 17 15:00:06.407 INFO [stderr] --> src/main.rs:3:20 Nov 17 15:00:06.408 INFO [stderr] | Nov 17 15:00:06.408 INFO [stderr] 3 | fn satid2no(id:&str) -> i32; Nov 17 15:00:06.408 INFO [stderr] | ^^^^ Nov 17 15:00:06.409 INFO [stderr] | Nov 17 15:00:06.409 INFO [stderr] = note: #[warn(improper_ctypes)] on by default Nov 17 15:00:06.409 INFO [stderr] = help: consider using `*const u8` and a length instead Nov 17 15:00:06.409 INFO [stderr] Nov 17 15:00:06.739 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.48s Nov 17 15:00:06.742 INFO [stderr] su: No module specific data is present Nov 17 15:00:07.527 INFO running `"docker" "inspect" "4c476bf06fa36bf95131d5cfbd50ff527a8a2c5f31da584e9505460db31bb6bb"` Nov 17 15:00:07.885 INFO running `"docker" "rm" "-f" "4c476bf06fa36bf95131d5cfbd50ff527a8a2c5f31da584e9505460db31bb6bb"` Nov 17 15:00:08.224 INFO [stdout] 4c476bf06fa36bf95131d5cfbd50ff527a8a2c5f31da584e9505460db31bb6bb Nov 17 15:00:08.231 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-5/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +2e026d6e5d7621634147ad4c8074f1d964dbb1be-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 17 15:00:08.835 INFO [stdout] dddc1e2840b357586030204deed8b0e1317387c4a0f14da3566350d81071219b Nov 17 15:00:08.838 INFO running `"docker" "start" "-a" "dddc1e2840b357586030204deed8b0e1317387c4a0f14da3566350d81071219b"` Nov 17 15:00:10.531 INFO [stderr] usermod: no changes Nov 17 15:00:10.600 INFO [stderr] warning: src/rtkcmn.c:88:1: warning: 'static' is not at beginning of declaration [-Wold-style-declaration] Nov 17 15:00:10.600 INFO [stderr] warning: const static double gpst0[]={1980,1, 6,0,0,0}; /* gps time reference */ Nov 17 15:00:10.600 INFO [stderr] warning: ^ Nov 17 15:00:10.600 INFO [stderr] warning: src/rtkcmn.c:89:1: warning: 'static' is not at beginning of declaration [-Wold-style-declaration] Nov 17 15:00:10.600 INFO [stderr] warning: const static double gst0 []={1999,8,22,0,0,0}; /* galileo system time reference */ Nov 17 15:00:10.600 INFO [stderr] warning: ^ Nov 17 15:00:10.600 INFO [stderr] warning: src/rtkcmn.c:91:1: warning: 'static' is not at beginning of declaration [-Wold-style-declaration] Nov 17 15:00:10.600 INFO [stderr] warning: const static double leaps[][7]={ /* leap seconds {y,m,d,h,m,s,utc-gpst,...} */ Nov 17 15:00:10.600 INFO [stderr] warning: ^ Nov 17 15:00:10.600 INFO [stderr] warning: src/rtkcmn.c: In function 'str2num': Nov 17 15:00:10.600 INFO [stderr] warning: src/rtkcmn.c:871:45: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] Nov 17 15:00:10.600 INFO [stderr] warning: if (i<0||(int)strlen(s) src/main.rs:4:5 Nov 17 15:00:11.111 INFO [stderr] | Nov 17 15:00:11.111 INFO [stderr] 4 | fn satno(sys:i32, prn:i32) -> i32; Nov 17 15:00:11.111 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 17 15:00:11.111 INFO [stderr] | Nov 17 15:00:11.112 INFO [stderr] = note: #[warn(dead_code)] on by default Nov 17 15:00:11.112 INFO [stderr] Nov 17 15:00:11.112 INFO [stderr] warning: `extern` block uses type `str` which is not FFI-safe: string slices have no C equivalent Nov 17 15:00:11.112 INFO [stderr] --> src/main.rs:3:20 Nov 17 15:00:11.112 INFO [stderr] | Nov 17 15:00:11.112 INFO [stderr] 3 | fn satid2no(id:&str) -> i32; Nov 17 15:00:11.112 INFO [stderr] | ^^^^ Nov 17 15:00:11.112 INFO [stderr] | Nov 17 15:00:11.112 INFO [stderr] = note: #[warn(improper_ctypes)] on by default Nov 17 15:00:11.112 INFO [stderr] = help: consider using `*const u8` and a length instead Nov 17 15:00:11.112 INFO [stderr] Nov 17 15:00:11.502 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.94s Nov 17 15:00:11.517 INFO [stderr] su: No module specific data is present Nov 17 15:00:12.165 INFO running `"docker" "inspect" "dddc1e2840b357586030204deed8b0e1317387c4a0f14da3566350d81071219b"` Nov 17 15:00:12.397 INFO running `"docker" "rm" "-f" "dddc1e2840b357586030204deed8b0e1317387c4a0f14da3566350d81071219b"` Nov 17 15:00:12.647 INFO [stdout] dddc1e2840b357586030204deed8b0e1317387c4a0f14da3566350d81071219b Nov 17 15:00:12.653 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-5/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +2e026d6e5d7621634147ad4c8074f1d964dbb1be-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 17 15:00:13.171 INFO [stdout] ba28a2002eb1cd88e77ceeb8cbc4c95110b1d359f8256a3bb539e8251cb0fb17 Nov 17 15:00:13.173 INFO running `"docker" "start" "-a" "ba28a2002eb1cd88e77ceeb8cbc4c95110b1d359f8256a3bb539e8251cb0fb17"` Nov 17 15:00:14.703 INFO [stderr] usermod: no changes Nov 17 15:00:14.752 INFO [stderr] warning: src/rtkcmn.c:88:1: warning: 'static' is not at beginning of declaration [-Wold-style-declaration] Nov 17 15:00:14.752 INFO [stderr] warning: const static double gpst0[]={1980,1, 6,0,0,0}; /* gps time reference */ Nov 17 15:00:14.752 INFO [stderr] warning: ^ Nov 17 15:00:14.752 INFO [stderr] warning: src/rtkcmn.c:89:1: warning: 'static' is not at beginning of declaration [-Wold-style-declaration] Nov 17 15:00:14.752 INFO [stderr] warning: const static double gst0 []={1999,8,22,0,0,0}; /* galileo system time reference */ Nov 17 15:00:14.753 INFO [stderr] warning: ^ Nov 17 15:00:14.753 INFO [stderr] warning: src/rtkcmn.c:91:1: warning: 'static' is not at beginning of declaration [-Wold-style-declaration] Nov 17 15:00:14.753 INFO [stderr] warning: const static double leaps[][7]={ /* leap seconds {y,m,d,h,m,s,utc-gpst,...} */ Nov 17 15:00:14.753 INFO [stderr] warning: ^ Nov 17 15:00:14.753 INFO [stderr] warning: src/rtkcmn.c: In function 'str2num': Nov 17 15:00:14.753 INFO [stderr] warning: src/rtkcmn.c:871:45: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] Nov 17 15:00:14.753 INFO [stderr] warning: if (i<0||(int)strlen(s)