Dec 18 07:22:53.229 INFO checking HarukiUchito/rtklib_rust against try#0b8c5828f68d7b2840b81fa51239346dc97fef5a for pr-54252 Dec 18 07:22:53.229 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-54252/worker-3/try#0b8c5828f68d7b2840b81fa51239346dc97fef5a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-54252/sources/try#0b8c5828f68d7b2840b81fa51239346dc97fef5a/gh/HarukiUchito/rtklib_rust:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+0b8c5828f68d7b2840b81fa51239346dc97fef5a-alt" "check" "--frozen" "--all" "--all-targets"` Dec 18 07:22:53.616 INFO [stdout] 9cae4ad75e1893ab2eee35f739a3b13b9048d461b7a04e6bd73b90a7aa77c418 Dec 18 07:22:53.617 INFO running `"docker" "start" "-a" "9cae4ad75e1893ab2eee35f739a3b13b9048d461b7a04e6bd73b90a7aa77c418"` Dec 18 07:22:56.261 INFO [stderr] Compiling rtklib_rust v0.1.0 (/opt/crater/workdir) Dec 18 07:22:57.701 INFO [stderr] warning: src/rtkcmn.c:88:1: warning: 'static' is not at beginning of declaration [-Wold-style-declaration] Dec 18 07:22:57.701 INFO [stderr] warning: const static double gpst0[]={1980,1, 6,0,0,0}; /* gps time reference */ Dec 18 07:22:57.701 INFO [stderr] warning: ^~~~~ Dec 18 07:22:57.701 INFO [stderr] warning: src/rtkcmn.c:89:1: warning: 'static' is not at beginning of declaration [-Wold-style-declaration] Dec 18 07:22:57.701 INFO [stderr] warning: const static double gst0 []={1999,8,22,0,0,0}; /* galileo system time reference */ Dec 18 07:22:57.701 INFO [stderr] warning: ^~~~~ Dec 18 07:22:57.701 INFO [stderr] warning: src/rtkcmn.c:91:1: warning: 'static' is not at beginning of declaration [-Wold-style-declaration] Dec 18 07:22:57.701 INFO [stderr] warning: const static double leaps[][7]={ /* leap seconds {y,m,d,h,m,s,utc-gpst,...} */ Dec 18 07:22:57.701 INFO [stderr] warning: ^~~~~ Dec 18 07:22:57.701 INFO [stderr] warning: src/rtkcmn.c: In function 'matinv': Dec 18 07:22:57.701 INFO [stderr] warning: src/rtkcmn.c:699:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] Dec 18 07:22:57.701 INFO [stderr] warning: for (i=0;i=0;s++) *p++=*s=='d'||*s=='D'?'E':*s; *p='\0'; Dec 18 07:22:57.701 INFO [stderr] warning: ^~~ Dec 18 07:22:57.701 INFO [stderr] warning: src/rtkcmn.c:872:61: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' Dec 18 07:22:57.701 INFO [stderr] warning: for (s+=i;*s&&--n>=0;s++) *p++=*s=='d'||*s=='D'?'E':*s; *p='\0'; Dec 18 07:22:57.701 INFO [stderr] warning: ^ Dec 18 07:22:57.701 INFO [stderr] warning: src/rtkcmn.c: In function 'str2time': Dec 18 07:22:57.701 INFO [stderr] warning: src/rtkcmn.c:887:45: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] Dec 18 07:22:57.701 INFO [stderr] warning: if (i<0||(int)strlen(s)=0;) *p++=*s++; *p='\0'; Dec 18 07:22:57.701 INFO [stderr] warning: ^~~ Dec 18 07:22:57.702 INFO [stderr] warning: src/rtkcmn.c:888:39: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' Dec 18 07:22:57.702 INFO [stderr] warning: for (s+=i;*s&&--n>=0;) *p++=*s++; *p='\0'; Dec 18 07:22:57.702 INFO [stderr] warning: ^ Dec 18 07:22:57.702 INFO [stderr] warning: src/rtkcmn.c: In function 'gpst2utc': Dec 18 07:22:57.702 INFO [stderr] warning: src/rtkcmn.c:1072:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] Dec 18 07:22:57.702 INFO [stderr] warning: for (i=0;i src/main.rs:4:5 Dec 18 07:22:58.028 INFO [stderr] | Dec 18 07:22:58.028 INFO [stderr] 4 | fn satno(sys:i32, prn:i32) -> i32; Dec 18 07:22:58.028 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 18 07:22:58.028 INFO [stderr] | Dec 18 07:22:58.028 INFO [stderr] = note: #[warn(dead_code)] on by default Dec 18 07:22:58.028 INFO [stderr] Dec 18 07:22:58.028 INFO [stderr] warning: `extern` block uses type `str` which is not FFI-safe: string slices have no C equivalent Dec 18 07:22:58.028 INFO [stderr] --> src/main.rs:3:20 Dec 18 07:22:58.028 INFO [stderr] | Dec 18 07:22:58.028 INFO [stderr] 3 | fn satid2no(id:&str) -> i32; Dec 18 07:22:58.028 INFO [stderr] | ^^^^ Dec 18 07:22:58.028 INFO [stderr] | Dec 18 07:22:58.028 INFO [stderr] = note: #[warn(improper_ctypes)] on by default Dec 18 07:22:58.028 INFO [stderr] = help: consider using `*const u8` and a length instead Dec 18 07:22:58.028 INFO [stderr] Dec 18 07:22:58.117 INFO [stderr] warning: foreign function is never used: `satno` Dec 18 07:22:58.117 INFO [stderr] --> src/main.rs:4:5 Dec 18 07:22:58.117 INFO [stderr] | Dec 18 07:22:58.117 INFO [stderr] 4 | fn satno(sys:i32, prn:i32) -> i32; Dec 18 07:22:58.117 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 18 07:22:58.117 INFO [stderr] | Dec 18 07:22:58.117 INFO [stderr] = note: #[warn(dead_code)] on by default Dec 18 07:22:58.117 INFO [stderr] Dec 18 07:22:58.117 INFO [stderr] warning: `extern` block uses type `str` which is not FFI-safe: string slices have no C equivalent Dec 18 07:22:58.117 INFO [stderr] --> src/main.rs:3:20 Dec 18 07:22:58.117 INFO [stderr] | Dec 18 07:22:58.117 INFO [stderr] 3 | fn satid2no(id:&str) -> i32; Dec 18 07:22:58.117 INFO [stderr] | ^^^^ Dec 18 07:22:58.117 INFO [stderr] | Dec 18 07:22:58.117 INFO [stderr] = note: #[warn(improper_ctypes)] on by default Dec 18 07:22:58.117 INFO [stderr] = help: consider using `*const u8` and a length instead Dec 18 07:22:58.117 INFO [stderr] Dec 18 07:22:58.152 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.93s Dec 18 07:22:59.220 INFO running `"docker" "inspect" "9cae4ad75e1893ab2eee35f739a3b13b9048d461b7a04e6bd73b90a7aa77c418"` Dec 18 07:22:59.494 INFO running `"docker" "rm" "-f" "9cae4ad75e1893ab2eee35f739a3b13b9048d461b7a04e6bd73b90a7aa77c418"` Dec 18 07:22:59.830 INFO [stdout] 9cae4ad75e1893ab2eee35f739a3b13b9048d461b7a04e6bd73b90a7aa77c418