Nov 17 15:00:05.895 INFO testing HarukiUchito/rtklib_rust against master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c for pr-55982 Nov 17 15:00:05.895 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-4/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-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:06.368 INFO [stdout] 2616e832565aecb103a4e7be8ab395d00c520596d75c2a8353791a9b777b783d Nov 17 15:00:06.371 INFO running `"docker" "start" "-a" "2616e832565aecb103a4e7be8ab395d00c520596d75c2a8353791a9b777b783d"` Nov 17 15:00:08.151 INFO [stderr] usermod: no changes Nov 17 15:00:08.243 INFO [stderr] Compiling rtklib_rust v0.1.0 (/source) Nov 17 15:00:09.704 INFO [stderr] warning: src/rtkcmn.c:88:1: warning: 'static' is not at beginning of declaration [-Wold-style-declaration] Nov 17 15:00:09.704 INFO [stderr] warning: const static double gpst0[]={1980,1, 6,0,0,0}; /* gps time reference */ Nov 17 15:00:09.704 INFO [stderr] warning: ^ Nov 17 15:00:09.704 INFO [stderr] warning: src/rtkcmn.c:89:1: warning: 'static' is not at beginning of declaration [-Wold-style-declaration] Nov 17 15:00:09.704 INFO [stderr] warning: const static double gst0 []={1999,8,22,0,0,0}; /* galileo system time reference */ Nov 17 15:00:09.704 INFO [stderr] warning: ^ Nov 17 15:00:09.704 INFO [stderr] warning: src/rtkcmn.c:91:1: warning: 'static' is not at beginning of declaration [-Wold-style-declaration] Nov 17 15:00:09.704 INFO [stderr] warning: const static double leaps[][7]={ /* leap seconds {y,m,d,h,m,s,utc-gpst,...} */ Nov 17 15:00:09.704 INFO [stderr] warning: ^ Nov 17 15:00:09.704 INFO [stderr] warning: src/rtkcmn.c: In function 'str2num': Nov 17 15:00:09.704 INFO [stderr] warning: src/rtkcmn.c:871:45: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] Nov 17 15:00:09.704 INFO [stderr] warning: if (i<0||(int)strlen(s) src/main.rs:4:5 Nov 17 15:00:10.071 INFO [stderr] | Nov 17 15:00:10.071 INFO [stderr] 4 | fn satno(sys:i32, prn:i32) -> i32; Nov 17 15:00:10.071 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 17 15:00:10.071 INFO [stderr] | Nov 17 15:00:10.071 INFO [stderr] = note: #[warn(dead_code)] on by default Nov 17 15:00:10.071 INFO [stderr] Nov 17 15:00:10.071 INFO [stderr] warning: `extern` block uses type `str` which is not FFI-safe: string slices have no C equivalent Nov 17 15:00:10.071 INFO [stderr] --> src/main.rs:3:20 Nov 17 15:00:10.071 INFO [stderr] | Nov 17 15:00:10.071 INFO [stderr] 3 | fn satid2no(id:&str) -> i32; Nov 17 15:00:10.071 INFO [stderr] | ^^^^ Nov 17 15:00:10.071 INFO [stderr] | Nov 17 15:00:10.071 INFO [stderr] = note: #[warn(improper_ctypes)] on by default Nov 17 15:00:10.071 INFO [stderr] = help: consider using `*const u8` and a length instead Nov 17 15:00:10.071 INFO [stderr] Nov 17 15:00:10.402 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.23s Nov 17 15:00:10.411 INFO [stderr] su: No module specific data is present Nov 17 15:00:11.273 INFO running `"docker" "inspect" "2616e832565aecb103a4e7be8ab395d00c520596d75c2a8353791a9b777b783d"` Nov 17 15:00:11.517 INFO running `"docker" "rm" "-f" "2616e832565aecb103a4e7be8ab395d00c520596d75c2a8353791a9b777b783d"` Nov 17 15:00:11.763 INFO [stdout] 2616e832565aecb103a4e7be8ab395d00c520596d75c2a8353791a9b777b783d Nov 17 15:00:11.764 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-4/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-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:12.259 INFO [stdout] 0016a3f6a2758c5ddcb40bf9d7bd70e145aab07b1aab7e20f00365a493cfd67a Nov 17 15:00:12.265 INFO running `"docker" "start" "-a" "0016a3f6a2758c5ddcb40bf9d7bd70e145aab07b1aab7e20f00365a493cfd67a"` Nov 17 15:00:13.554 INFO [stderr] usermod: no changes Nov 17 15:00:13.626 INFO [stderr] warning: src/rtkcmn.c:88:1: warning: 'static' is not at beginning of declaration [-Wold-style-declaration] Nov 17 15:00:13.626 INFO [stderr] warning: const static double gpst0[]={1980,1, 6,0,0,0}; /* gps time reference */ Nov 17 15:00:13.626 INFO [stderr] warning: ^ Nov 17 15:00:13.626 INFO [stderr] warning: src/rtkcmn.c:89:1: warning: 'static' is not at beginning of declaration [-Wold-style-declaration] Nov 17 15:00:13.626 INFO [stderr] warning: const static double gst0 []={1999,8,22,0,0,0}; /* galileo system time reference */ Nov 17 15:00:13.626 INFO [stderr] warning: ^ Nov 17 15:00:13.626 INFO [stderr] warning: src/rtkcmn.c:91:1: warning: 'static' is not at beginning of declaration [-Wold-style-declaration] Nov 17 15:00:13.626 INFO [stderr] warning: const static double leaps[][7]={ /* leap seconds {y,m,d,h,m,s,utc-gpst,...} */ Nov 17 15:00:13.626 INFO [stderr] warning: ^ Nov 17 15:00:13.626 INFO [stderr] warning: src/rtkcmn.c: In function 'str2num': Nov 17 15:00:13.626 INFO [stderr] warning: src/rtkcmn.c:871:45: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] Nov 17 15:00:13.626 INFO [stderr] warning: if (i<0||(int)strlen(s) src/main.rs:4:5 Nov 17 15:00:14.091 INFO [stderr] | Nov 17 15:00:14.091 INFO [stderr] 4 | fn satno(sys:i32, prn:i32) -> i32; Nov 17 15:00:14.091 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 17 15:00:14.091 INFO [stderr] | Nov 17 15:00:14.091 INFO [stderr] = note: #[warn(dead_code)] on by default Nov 17 15:00:14.091 INFO [stderr] Nov 17 15:00:14.091 INFO [stderr] warning: `extern` block uses type `str` which is not FFI-safe: string slices have no C equivalent Nov 17 15:00:14.091 INFO [stderr] --> src/main.rs:3:20 Nov 17 15:00:14.091 INFO [stderr] | Nov 17 15:00:14.091 INFO [stderr] 3 | fn satid2no(id:&str) -> i32; Nov 17 15:00:14.091 INFO [stderr] | ^^^^ Nov 17 15:00:14.091 INFO [stderr] | Nov 17 15:00:14.091 INFO [stderr] = note: #[warn(improper_ctypes)] on by default Nov 17 15:00:14.091 INFO [stderr] = help: consider using `*const u8` and a length instead Nov 17 15:00:14.091 INFO [stderr] Nov 17 15:00:14.384 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.80s Nov 17 15:00:14.388 INFO [stderr] su: No module specific data is present Nov 17 15:00:14.931 INFO running `"docker" "inspect" "0016a3f6a2758c5ddcb40bf9d7bd70e145aab07b1aab7e20f00365a493cfd67a"` Nov 17 15:00:15.105 INFO running `"docker" "rm" "-f" "0016a3f6a2758c5ddcb40bf9d7bd70e145aab07b1aab7e20f00365a493cfd67a"` Nov 17 15:00:15.378 INFO [stdout] 0016a3f6a2758c5ddcb40bf9d7bd70e145aab07b1aab7e20f00365a493cfd67a Nov 17 15:00:15.385 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-4/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-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:16.043 INFO [stdout] c70dba6ae967dbcbd17200358449adde687db039e81db549717bfda0c7724147 Nov 17 15:00:16.044 INFO running `"docker" "start" "-a" "c70dba6ae967dbcbd17200358449adde687db039e81db549717bfda0c7724147"` Nov 17 15:00:16.474 INFO [stderr] usermod: no changes Nov 17 15:00:16.499 INFO [stderr] warning: src/rtkcmn.c:88:1: warning: 'static' is not at beginning of declaration [-Wold-style-declaration] Nov 17 15:00:16.499 INFO [stderr] warning: const static double gpst0[]={1980,1, 6,0,0,0}; /* gps time reference */ Nov 17 15:00:16.499 INFO [stderr] warning: ^ Nov 17 15:00:16.499 INFO [stderr] warning: src/rtkcmn.c:89:1: warning: 'static' is not at beginning of declaration [-Wold-style-declaration] Nov 17 15:00:16.499 INFO [stderr] warning: const static double gst0 []={1999,8,22,0,0,0}; /* galileo system time reference */ Nov 17 15:00:16.499 INFO [stderr] warning: ^ Nov 17 15:00:16.499 INFO [stderr] warning: src/rtkcmn.c:91:1: warning: 'static' is not at beginning of declaration [-Wold-style-declaration] Nov 17 15:00:16.499 INFO [stderr] warning: const static double leaps[][7]={ /* leap seconds {y,m,d,h,m,s,utc-gpst,...} */ Nov 17 15:00:16.499 INFO [stderr] warning: ^ Nov 17 15:00:16.499 INFO [stderr] warning: src/rtkcmn.c: In function 'str2num': Nov 17 15:00:16.499 INFO [stderr] warning: src/rtkcmn.c:871:45: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] Nov 17 15:00:16.499 INFO [stderr] warning: if (i<0||(int)strlen(s)