Oct 11 06:27:22.155 INFO testing HarukiUchito/rtklib_rust against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 06:27:22.155 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 06:27:22.155 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 06:27:22.598 INFO blam! 636e68457b965c5edb7487c0938956f115e420ef7eb1f06bcb7afe92f9690145 Oct 11 06:27:22.610 INFO running `"docker" "start" "-a" "636e68457b965c5edb7487c0938956f115e420ef7eb1f06bcb7afe92f9690145"` Oct 11 06:27:24.440 INFO kablam! usermod: no changes Oct 11 06:27:24.553 INFO kablam! Compiling rtklib_rust v0.1.0 (/source) Oct 11 06:27:26.161 INFO kablam! warning: src/rtkcmn.c:88:1: warning: 'static' is not at beginning of declaration [-Wold-style-declaration] Oct 11 06:27:26.161 INFO kablam! warning: const static double gpst0[]={1980,1, 6,0,0,0}; /* gps time reference */ Oct 11 06:27:26.161 INFO kablam! warning: ^ Oct 11 06:27:26.161 INFO kablam! warning: src/rtkcmn.c:89:1: warning: 'static' is not at beginning of declaration [-Wold-style-declaration] Oct 11 06:27:26.161 INFO kablam! warning: const static double gst0 []={1999,8,22,0,0,0}; /* galileo system time reference */ Oct 11 06:27:26.161 INFO kablam! warning: ^ Oct 11 06:27:26.161 INFO kablam! warning: src/rtkcmn.c:91:1: warning: 'static' is not at beginning of declaration [-Wold-style-declaration] Oct 11 06:27:26.161 INFO kablam! warning: const static double leaps[][7]={ /* leap seconds {y,m,d,h,m,s,utc-gpst,...} */ Oct 11 06:27:26.161 INFO kablam! warning: ^ Oct 11 06:27:26.161 INFO kablam! warning: src/rtkcmn.c: In function 'str2num': Oct 11 06:27:26.161 INFO kablam! warning: src/rtkcmn.c:871:45: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] Oct 11 06:27:26.161 INFO kablam! warning: if (i<0||(int)strlen(s) src/main.rs:4:5 Oct 11 06:27:26.500 INFO kablam! | Oct 11 06:27:26.500 INFO kablam! 4 | fn satno(sys:i32, prn:i32) -> i32; Oct 11 06:27:26.500 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:27:26.500 INFO kablam! | Oct 11 06:27:26.500 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 06:27:26.500 INFO kablam! Oct 11 06:27:26.500 INFO kablam! warning: `extern` block uses type `str` which is not FFI-safe: string slices have no C equivalent Oct 11 06:27:26.500 INFO kablam! --> src/main.rs:3:20 Oct 11 06:27:26.500 INFO kablam! | Oct 11 06:27:26.500 INFO kablam! 3 | fn satid2no(id:&str) -> i32; Oct 11 06:27:26.500 INFO kablam! | ^^^^ Oct 11 06:27:26.500 INFO kablam! | Oct 11 06:27:26.500 INFO kablam! = note: #[warn(improper_ctypes)] on by default Oct 11 06:27:26.500 INFO kablam! = help: consider using `*const u8` and a length instead Oct 11 06:27:26.500 INFO kablam! Oct 11 06:27:26.964 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.47s Oct 11 06:27:26.966 INFO kablam! su: No module specific data is present Oct 11 06:27:27.712 INFO running `"docker" "rm" "-f" "636e68457b965c5edb7487c0938956f115e420ef7eb1f06bcb7afe92f9690145"` Oct 11 06:27:27.996 INFO blam! 636e68457b965c5edb7487c0938956f115e420ef7eb1f06bcb7afe92f9690145 Oct 11 06:27:28.012 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 06:27:28.014 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 06:27:28.504 INFO blam! 92ec71546477545678f8d3e2f37bf43e7b34012aab126c51fd19dbdff5456f9a Oct 11 06:27:28.508 INFO running `"docker" "start" "-a" "92ec71546477545678f8d3e2f37bf43e7b34012aab126c51fd19dbdff5456f9a"` Oct 11 06:27:29.848 INFO kablam! usermod: no changes Oct 11 06:27:29.904 INFO kablam! warning: src/rtkcmn.c:88:1: warning: 'static' is not at beginning of declaration [-Wold-style-declaration] Oct 11 06:27:29.904 INFO kablam! warning: const static double gpst0[]={1980,1, 6,0,0,0}; /* gps time reference */ Oct 11 06:27:29.904 INFO kablam! warning: ^ Oct 11 06:27:29.904 INFO kablam! warning: src/rtkcmn.c:89:1: warning: 'static' is not at beginning of declaration [-Wold-style-declaration] Oct 11 06:27:29.904 INFO kablam! warning: const static double gst0 []={1999,8,22,0,0,0}; /* galileo system time reference */ Oct 11 06:27:29.904 INFO kablam! warning: ^ Oct 11 06:27:29.904 INFO kablam! warning: src/rtkcmn.c:91:1: warning: 'static' is not at beginning of declaration [-Wold-style-declaration] Oct 11 06:27:29.904 INFO kablam! warning: const static double leaps[][7]={ /* leap seconds {y,m,d,h,m,s,utc-gpst,...} */ Oct 11 06:27:29.904 INFO kablam! warning: ^ Oct 11 06:27:29.905 INFO kablam! warning: src/rtkcmn.c: In function 'str2num': Oct 11 06:27:29.905 INFO kablam! warning: src/rtkcmn.c:871:45: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] Oct 11 06:27:29.905 INFO kablam! warning: if (i<0||(int)strlen(s) src/main.rs:4:5 Oct 11 06:27:30.498 INFO kablam! | Oct 11 06:27:30.498 INFO kablam! 4 | fn satno(sys:i32, prn:i32) -> i32; Oct 11 06:27:30.498 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:27:30.498 INFO kablam! | Oct 11 06:27:30.498 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 06:27:30.498 INFO kablam! Oct 11 06:27:30.498 INFO kablam! warning: `extern` block uses type `str` which is not FFI-safe: string slices have no C equivalent Oct 11 06:27:30.498 INFO kablam! --> src/main.rs:3:20 Oct 11 06:27:30.498 INFO kablam! | Oct 11 06:27:30.498 INFO kablam! 3 | fn satid2no(id:&str) -> i32; Oct 11 06:27:30.499 INFO kablam! | ^^^^ Oct 11 06:27:30.499 INFO kablam! | Oct 11 06:27:30.499 INFO kablam! = note: #[warn(improper_ctypes)] on by default Oct 11 06:27:30.499 INFO kablam! = help: consider using `*const u8` and a length instead Oct 11 06:27:30.499 INFO kablam! Oct 11 06:27:30.973 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.09s Oct 11 06:27:30.974 INFO kablam! su: No module specific data is present Oct 11 06:27:31.992 INFO running `"docker" "rm" "-f" "92ec71546477545678f8d3e2f37bf43e7b34012aab126c51fd19dbdff5456f9a"` Oct 11 06:27:32.392 INFO blam! 92ec71546477545678f8d3e2f37bf43e7b34012aab126c51fd19dbdff5456f9a Oct 11 06:27:32.394 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 06:27:32.394 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 06:27:32.944 INFO blam! ac8596debd4f3e0b55970df7097a6a48b3ba59f4f98b9d87f64fc4d63e993a20 Oct 11 06:27:32.956 INFO running `"docker" "start" "-a" "ac8596debd4f3e0b55970df7097a6a48b3ba59f4f98b9d87f64fc4d63e993a20"` Oct 11 06:27:34.243 INFO kablam! usermod: no changes Oct 11 06:27:34.289 INFO kablam! warning: src/rtkcmn.c:88:1: warning: 'static' is not at beginning of declaration [-Wold-style-declaration] Oct 11 06:27:34.289 INFO kablam! warning: const static double gpst0[]={1980,1, 6,0,0,0}; /* gps time reference */ Oct 11 06:27:34.289 INFO kablam! warning: ^ Oct 11 06:27:34.289 INFO kablam! warning: src/rtkcmn.c:89:1: warning: 'static' is not at beginning of declaration [-Wold-style-declaration] Oct 11 06:27:34.289 INFO kablam! warning: const static double gst0 []={1999,8,22,0,0,0}; /* galileo system time reference */ Oct 11 06:27:34.289 INFO kablam! warning: ^ Oct 11 06:27:34.289 INFO kablam! warning: src/rtkcmn.c:91:1: warning: 'static' is not at beginning of declaration [-Wold-style-declaration] Oct 11 06:27:34.289 INFO kablam! warning: const static double leaps[][7]={ /* leap seconds {y,m,d,h,m,s,utc-gpst,...} */ Oct 11 06:27:34.289 INFO kablam! warning: ^ Oct 11 06:27:34.289 INFO kablam! warning: src/rtkcmn.c: In function 'str2num': Oct 11 06:27:34.289 INFO kablam! warning: src/rtkcmn.c:871:45: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] Oct 11 06:27:34.289 INFO kablam! warning: if (i<0||(int)strlen(s)