[INFO] updating cached repository https://github.com/HarukiUchito/rtklib_rust [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] dd46c151c9dacc10eb34eef9f303184b7786439a [INFO] checking HarukiUchito/rtklib_rust against master#45d050cde277b22a755847338f2acc2c7b834141 for pr-71393 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHarukiUchito%2Frtklib_rust" "/workspace/builds/worker-2/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/HarukiUchito/rtklib_rust on toolchain 45d050cde277b22a755847338f2acc2c7b834141 [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/HarukiUchito/rtklib_rust [INFO] finished tweaking git repo https://github.com/HarukiUchito/rtklib_rust [INFO] tweaked toml for git repo https://github.com/HarukiUchito/rtklib_rust written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/HarukiUchito/rtklib_rust already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 14dbe5603764e06bba3823015536af2d8c145467530ae3602438ca3b140d8b6a [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "14dbe5603764e06bba3823015536af2d8c145467530ae3602438ca3b140d8b6a"` [INFO] [stderr] Compiling cc v1.0.18 [INFO] [stderr] Compiling rtklib_rust v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: src/rtkcmn.c:88:1: warning: 'static' is not at beginning of declaration [-Wold-style-declaration] [INFO] [stderr] warning: const static double gpst0[]={1980,1, 6,0,0,0}; /* gps time reference */ [INFO] [stderr] warning: ^~~~~ [INFO] [stderr] warning: src/rtkcmn.c:89:1: warning: 'static' is not at beginning of declaration [-Wold-style-declaration] [INFO] [stderr] warning: const static double gst0 []={1999,8,22,0,0,0}; /* galileo system time reference */ [INFO] [stderr] warning: ^~~~~ [INFO] [stderr] warning: src/rtkcmn.c:91:1: warning: 'static' is not at beginning of declaration [-Wold-style-declaration] [INFO] [stderr] warning: const static double leaps[][7]={ /* leap seconds {y,m,d,h,m,s,utc-gpst,...} */ [INFO] [stderr] warning: ^~~~~ [INFO] [stderr] warning: src/rtkcmn.c: In function 'matinv': [INFO] [stderr] warning: src/rtkcmn.c:699:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: for (i=0;i=0;s++) *p++=*s=='d'||*s=='D'?'E':*s; *p='\0'; [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: src/rtkcmn.c:872:61: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' [INFO] [stderr] warning: for (s+=i;*s&&--n>=0;s++) *p++=*s=='d'||*s=='D'?'E':*s; *p='\0'; [INFO] [stderr] warning: ^ [INFO] [stderr] warning: src/rtkcmn.c: In function 'str2time': [INFO] [stderr] warning: src/rtkcmn.c:887:45: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] [INFO] [stderr] warning: if (i<0||(int)strlen(s)=0;) *p++=*s++; *p='\0'; [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: src/rtkcmn.c:888:39: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' [INFO] [stderr] warning: for (s+=i;*s&&--n>=0;) *p++=*s++; *p='\0'; [INFO] [stderr] warning: ^ [INFO] [stderr] warning: src/rtkcmn.c: In function 'gpst2utc': [INFO] [stderr] warning: src/rtkcmn.c:1072:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] [INFO] [stderr] warning: for (i=0;i src/main.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | fn satno(sys:i32, prn:i32) -> i32; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `extern` block uses type `str`, which is not FFI-safe [INFO] [stderr] --> src/main.rs:3:20 [INFO] [stderr] | [INFO] [stderr] 3 | fn satid2no(id:&str) -> i32; [INFO] [stderr] | ^^^^ not FFI-safe [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(improper_ctypes)]` on by default [INFO] [stderr] = help: consider using `*const u8` and a length instead [INFO] [stderr] = note: string slices have no C equivalent [INFO] [stderr] [INFO] [stderr] warning: foreign function is never used: `satno` [INFO] [stderr] --> src/main.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | fn satno(sys:i32, prn:i32) -> i32; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `extern` block uses type `str`, which is not FFI-safe [INFO] [stderr] --> src/main.rs:3:20 [INFO] [stderr] | [INFO] [stderr] 3 | fn satid2no(id:&str) -> i32; [INFO] [stderr] | ^^^^ not FFI-safe [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(improper_ctypes)]` on by default [INFO] [stderr] = help: consider using `*const u8` and a length instead [INFO] [stderr] = note: string slices have no C equivalent [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.92s [INFO] running `"docker" "inspect" "14dbe5603764e06bba3823015536af2d8c145467530ae3602438ca3b140d8b6a"` [INFO] running `"docker" "rm" "-f" "14dbe5603764e06bba3823015536af2d8c145467530ae3602438ca3b140d8b6a"` [INFO] [stdout] 14dbe5603764e06bba3823015536af2d8c145467530ae3602438ca3b140d8b6a