Dec 06 13:31:43.935 INFO testing HarukiUchito/rtklib_rust against try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468 for pr-56514 Dec 06 13:31:43.935 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-1/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-56514/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/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 +6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468-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"` Dec 06 13:31:44.440 INFO [stdout] 963ed14f71d5568d74345ef237da46286a43798cd1ec67f5f2d162f21d4128cb Dec 06 13:31:44.443 INFO running `"docker" "start" "-a" "963ed14f71d5568d74345ef237da46286a43798cd1ec67f5f2d162f21d4128cb"` Dec 06 13:31:45.512 INFO [stderr] usermod: no changes Dec 06 13:31:45.588 INFO [stderr] Compiling rtklib_rust v0.1.0 (/source) Dec 06 13:31:47.101 INFO [stderr] warning: src/rtkcmn.c:88:1: warning: 'static' is not at beginning of declaration [-Wold-style-declaration] Dec 06 13:31:47.101 INFO [stderr] warning: const static double gpst0[]={1980,1, 6,0,0,0}; /* gps time reference */ Dec 06 13:31:47.101 INFO [stderr] warning: ^ Dec 06 13:31:47.101 INFO [stderr] warning: src/rtkcmn.c:89:1: warning: 'static' is not at beginning of declaration [-Wold-style-declaration] Dec 06 13:31:47.101 INFO [stderr] warning: const static double gst0 []={1999,8,22,0,0,0}; /* galileo system time reference */ Dec 06 13:31:47.101 INFO [stderr] warning: ^ Dec 06 13:31:47.101 INFO [stderr] warning: src/rtkcmn.c:91:1: warning: 'static' is not at beginning of declaration [-Wold-style-declaration] Dec 06 13:31:47.101 INFO [stderr] warning: const static double leaps[][7]={ /* leap seconds {y,m,d,h,m,s,utc-gpst,...} */ Dec 06 13:31:47.101 INFO [stderr] warning: ^ Dec 06 13:31:47.101 INFO [stderr] warning: src/rtkcmn.c: In function 'str2num': Dec 06 13:31:47.101 INFO [stderr] warning: src/rtkcmn.c:871:45: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] Dec 06 13:31:47.101 INFO [stderr] warning: if (i<0||(int)strlen(s) src/main.rs:4:5 Dec 06 13:31:47.500 INFO [stderr] | Dec 06 13:31:47.500 INFO [stderr] 4 | fn satno(sys:i32, prn:i32) -> i32; Dec 06 13:31:47.500 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 06 13:31:47.500 INFO [stderr] | Dec 06 13:31:47.500 INFO [stderr] = note: #[warn(dead_code)] on by default Dec 06 13:31:47.500 INFO [stderr] Dec 06 13:31:47.500 INFO [stderr] warning: `extern` block uses type `str` which is not FFI-safe: string slices have no C equivalent Dec 06 13:31:47.500 INFO [stderr] --> src/main.rs:3:20 Dec 06 13:31:47.500 INFO [stderr] | Dec 06 13:31:47.500 INFO [stderr] 3 | fn satid2no(id:&str) -> i32; Dec 06 13:31:47.500 INFO [stderr] | ^^^^ Dec 06 13:31:47.500 INFO [stderr] | Dec 06 13:31:47.500 INFO [stderr] = note: #[warn(improper_ctypes)] on by default Dec 06 13:31:47.500 INFO [stderr] = help: consider using `*const u8` and a length instead Dec 06 13:31:47.500 INFO [stderr] Dec 06 13:31:47.784 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.22s Dec 06 13:31:47.784 INFO [stderr] su: No module specific data is present Dec 06 13:31:48.732 INFO running `"docker" "inspect" "963ed14f71d5568d74345ef237da46286a43798cd1ec67f5f2d162f21d4128cb"` Dec 06 13:31:49.034 INFO running `"docker" "rm" "-f" "963ed14f71d5568d74345ef237da46286a43798cd1ec67f5f2d162f21d4128cb"` Dec 06 13:31:49.308 INFO [stdout] 963ed14f71d5568d74345ef237da46286a43798cd1ec67f5f2d162f21d4128cb Dec 06 13:31:49.314 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-1/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-56514/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/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 +6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468-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"` Dec 06 13:31:49.721 INFO [stdout] aa818d56461a57ae59c107a8af2c52efd8c993c052dba6f7bd78035202b07b75 Dec 06 13:31:49.726 INFO running `"docker" "start" "-a" "aa818d56461a57ae59c107a8af2c52efd8c993c052dba6f7bd78035202b07b75"` Dec 06 13:31:50.959 INFO [stderr] usermod: no changes Dec 06 13:31:51.000 INFO [stderr] warning: src/rtkcmn.c:88:1: warning: 'static' is not at beginning of declaration [-Wold-style-declaration] Dec 06 13:31:51.000 INFO [stderr] warning: const static double gpst0[]={1980,1, 6,0,0,0}; /* gps time reference */ Dec 06 13:31:51.000 INFO [stderr] warning: ^ Dec 06 13:31:51.000 INFO [stderr] warning: src/rtkcmn.c:89:1: warning: 'static' is not at beginning of declaration [-Wold-style-declaration] Dec 06 13:31:51.000 INFO [stderr] warning: const static double gst0 []={1999,8,22,0,0,0}; /* galileo system time reference */ Dec 06 13:31:51.000 INFO [stderr] warning: ^ Dec 06 13:31:51.000 INFO [stderr] warning: src/rtkcmn.c:91:1: warning: 'static' is not at beginning of declaration [-Wold-style-declaration] Dec 06 13:31:51.000 INFO [stderr] warning: const static double leaps[][7]={ /* leap seconds {y,m,d,h,m,s,utc-gpst,...} */ Dec 06 13:31:51.000 INFO [stderr] warning: ^ Dec 06 13:31:51.000 INFO [stderr] warning: src/rtkcmn.c: In function 'str2num': Dec 06 13:31:51.000 INFO [stderr] warning: src/rtkcmn.c:871:45: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] Dec 06 13:31:51.000 INFO [stderr] warning: if (i<0||(int)strlen(s) src/main.rs:4:5 Dec 06 13:31:51.648 INFO [stderr] | Dec 06 13:31:51.648 INFO [stderr] 4 | fn satno(sys:i32, prn:i32) -> i32; Dec 06 13:31:51.648 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 06 13:31:51.648 INFO [stderr] | Dec 06 13:31:51.648 INFO [stderr] = note: #[warn(dead_code)] on by default Dec 06 13:31:51.648 INFO [stderr] Dec 06 13:31:51.648 INFO [stderr] warning: `extern` block uses type `str` which is not FFI-safe: string slices have no C equivalent Dec 06 13:31:51.648 INFO [stderr] --> src/main.rs:3:20 Dec 06 13:31:51.648 INFO [stderr] | Dec 06 13:31:51.648 INFO [stderr] 3 | fn satid2no(id:&str) -> i32; Dec 06 13:31:51.648 INFO [stderr] | ^^^^ Dec 06 13:31:51.648 INFO [stderr] | Dec 06 13:31:51.648 INFO [stderr] = note: #[warn(improper_ctypes)] on by default Dec 06 13:31:51.648 INFO [stderr] = help: consider using `*const u8` and a length instead Dec 06 13:31:51.648 INFO [stderr] Dec 06 13:31:51.981 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.01s Dec 06 13:31:51.984 INFO [stderr] su: No module specific data is present Dec 06 13:31:53.257 INFO running `"docker" "inspect" "aa818d56461a57ae59c107a8af2c52efd8c993c052dba6f7bd78035202b07b75"` Dec 06 13:31:53.590 INFO running `"docker" "rm" "-f" "aa818d56461a57ae59c107a8af2c52efd8c993c052dba6f7bd78035202b07b75"` Dec 06 13:31:53.936 INFO [stdout] aa818d56461a57ae59c107a8af2c52efd8c993c052dba6f7bd78035202b07b75 Dec 06 13:31:53.938 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-1/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-56514/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/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 +6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468-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"` Dec 06 13:31:54.248 INFO [stdout] 8e8d4c8c0a1deeeed7c22c647ec4532435f3aa7a4725776652d928bf006c89ac Dec 06 13:31:54.250 INFO running `"docker" "start" "-a" "8e8d4c8c0a1deeeed7c22c647ec4532435f3aa7a4725776652d928bf006c89ac"` Dec 06 13:31:55.031 INFO [stderr] usermod: no changes Dec 06 13:31:55.106 INFO [stderr] warning: src/rtkcmn.c:88:1: warning: 'static' is not at beginning of declaration [-Wold-style-declaration] Dec 06 13:31:55.106 INFO [stderr] warning: const static double gpst0[]={1980,1, 6,0,0,0}; /* gps time reference */ Dec 06 13:31:55.106 INFO [stderr] warning: ^ Dec 06 13:31:55.106 INFO [stderr] warning: src/rtkcmn.c:89:1: warning: 'static' is not at beginning of declaration [-Wold-style-declaration] Dec 06 13:31:55.106 INFO [stderr] warning: const static double gst0 []={1999,8,22,0,0,0}; /* galileo system time reference */ Dec 06 13:31:55.106 INFO [stderr] warning: ^ Dec 06 13:31:55.106 INFO [stderr] warning: src/rtkcmn.c:91:1: warning: 'static' is not at beginning of declaration [-Wold-style-declaration] Dec 06 13:31:55.106 INFO [stderr] warning: const static double leaps[][7]={ /* leap seconds {y,m,d,h,m,s,utc-gpst,...} */ Dec 06 13:31:55.106 INFO [stderr] warning: ^ Dec 06 13:31:55.106 INFO [stderr] warning: src/rtkcmn.c: In function 'str2num': Dec 06 13:31:55.106 INFO [stderr] warning: src/rtkcmn.c:871:45: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] Dec 06 13:31:55.106 INFO [stderr] warning: if (i<0||(int)strlen(s)