[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] testing HarukiUchito/rtklib_rust against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHarukiUchito%2Frtklib_rust" "/workspace/builds/worker-12/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/HarukiUchito/rtklib_rust on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "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-12/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" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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=warn" "-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" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] c274254acd12c374b6b671728dfb28b84aa105200ce41a50a5b9fdb3e9ca5d17 [INFO] running `"docker" "start" "-a" "c274254acd12c374b6b671728dfb28b84aa105200ce41a50a5b9fdb3e9ca5d17"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [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: 88 | 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: 89 | 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: 91 | 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: 699 | 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: 872 | 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 of integer expressions of different signedness: 'long unsigned int' and 'int' [-Wsign-compare] [INFO] [stderr] warning: 887 | 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: 888 | 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 of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 1072 | for (i=0;i \"%s\"",tmpfile,uncfile); [INFO] [stderr] warning: | ^~ ~~~~~~~ [INFO] [stderr] warning: src/rtkcmn.c:2688:9: note: 'sprintf' output 22 or more bytes (assuming 1045) into a destination of size 1024 [INFO] [stderr] warning: 2688 | sprintf(cmd,"gzip -f -d -c \"%s\" > \"%s\"",tmpfile,uncfile); [INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: src/rtkcmn.c:2702:34: warning: '%s' directive writing up to 1023 bytes into a region of size 1013 [-Wformat-overflow=] [INFO] [stderr] warning: 2702 | sprintf(cmd,"crx2rnx < \"%s\" > \"%s\"",tmpfile,uncfile); [INFO] [stderr] warning: | ^~ ~~~~~~~ [INFO] [stderr] warning: src/rtkcmn.c:2702:9: note: 'sprintf' output 18 or more bytes (assuming 1041) into a destination of size 1024 [INFO] [stderr] warning: 2702 | sprintf(cmd,"crx2rnx < \"%s\" > \"%s\"",tmpfile,uncfile); [INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: At top level: [INFO] [stderr] warning: src/rtkcmn.c:81:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=] [INFO] [stderr] warning: 81 | static const char rcsid[]="$Id: rtkcmn.c,v 1.1 2008/07/17 21:48:06 ttaka Exp ttaka $"; [INFO] [stderr] warning: | ^~~~~ [INFO] [stderr] warning: 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] Finished dev [unoptimized + debuginfo] target(s) in 5.11s [INFO] running `"docker" "inspect" "c274254acd12c374b6b671728dfb28b84aa105200ce41a50a5b9fdb3e9ca5d17"` [INFO] running `"docker" "rm" "-f" "c274254acd12c374b6b671728dfb28b84aa105200ce41a50a5b9fdb3e9ca5d17"` [INFO] [stdout] c274254acd12c374b6b671728dfb28b84aa105200ce41a50a5b9fdb3e9ca5d17 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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=warn" "-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" "+beta-2020-06-03" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] f3968500dd39acc8a2bfbe3ac3fca321f0573d7a7b2bba7da5de100a9d69181c [INFO] running `"docker" "start" "-a" "f3968500dd39acc8a2bfbe3ac3fca321f0573d7a7b2bba7da5de100a9d69181c"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: src/rtkcmn.c:88:1: warning: 'static' is not at beginning of declaration [-Wold-style-declaration] [INFO] [stderr] warning: 88 | 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: 89 | 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: 91 | 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: 699 | 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: 872 | 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 of integer expressions of different signedness: 'long unsigned int' and 'int' [-Wsign-compare] [INFO] [stderr] warning: 887 | 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: 888 | 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 of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 1072 | for (i=0;i \"%s\"",tmpfile,uncfile); [INFO] [stderr] warning: | ^~ ~~~~~~~ [INFO] [stderr] warning: src/rtkcmn.c:2688:9: note: 'sprintf' output 22 or more bytes (assuming 1045) into a destination of size 1024 [INFO] [stderr] warning: 2688 | sprintf(cmd,"gzip -f -d -c \"%s\" > \"%s\"",tmpfile,uncfile); [INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: src/rtkcmn.c:2702:34: warning: '%s' directive writing up to 1023 bytes into a region of size 1013 [-Wformat-overflow=] [INFO] [stderr] warning: 2702 | sprintf(cmd,"crx2rnx < \"%s\" > \"%s\"",tmpfile,uncfile); [INFO] [stderr] warning: | ^~ ~~~~~~~ [INFO] [stderr] warning: src/rtkcmn.c:2702:9: note: 'sprintf' output 18 or more bytes (assuming 1041) into a destination of size 1024 [INFO] [stderr] warning: 2702 | sprintf(cmd,"crx2rnx < \"%s\" > \"%s\"",tmpfile,uncfile); [INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: At top level: [INFO] [stderr] warning: src/rtkcmn.c:81:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=] [INFO] [stderr] warning: 81 | static const char rcsid[]="$Id: rtkcmn.c,v 1.1 2008/07/17 21:48:06 ttaka Exp ttaka $"; [INFO] [stderr] warning: | ^~~~~ [INFO] [stderr] Compiling rtklib_rust v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: 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] Finished test [unoptimized + debuginfo] target(s) in 0.73s [INFO] running `"docker" "inspect" "f3968500dd39acc8a2bfbe3ac3fca321f0573d7a7b2bba7da5de100a9d69181c"` [INFO] running `"docker" "rm" "-f" "f3968500dd39acc8a2bfbe3ac3fca321f0573d7a7b2bba7da5de100a9d69181c"` [INFO] [stdout] f3968500dd39acc8a2bfbe3ac3fca321f0573d7a7b2bba7da5de100a9d69181c [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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=warn" "-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" "+beta-2020-06-03" "test" "--frozen"` [INFO] [stdout] db0cddd93669045d105202a83b40afc573104a6acf7b72d108a4e6a36a347f13 [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" "db0cddd93669045d105202a83b40afc573104a6acf7b72d108a4e6a36a347f13"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: src/rtkcmn.c:88:1: warning: 'static' is not at beginning of declaration [-Wold-style-declaration] [INFO] [stderr] warning: 88 | 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: 89 | 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: 91 | 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: 699 | 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: 872 | 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 of integer expressions of different signedness: 'long unsigned int' and 'int' [-Wsign-compare] [INFO] [stderr] warning: 887 | 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: 888 | 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 of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 1072 | for (i=0;i \"%s\"",tmpfile,uncfile); [INFO] [stderr] warning: | ^~ ~~~~~~~ [INFO] [stderr] warning: src/rtkcmn.c:2688:9: note: 'sprintf' output 22 or more bytes (assuming 1045) into a destination of size 1024 [INFO] [stderr] warning: 2688 | sprintf(cmd,"gzip -f -d -c \"%s\" > \"%s\"",tmpfile,uncfile); [INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: src/rtkcmn.c:2702:34: warning: '%s' directive writing up to 1023 bytes into a region of size 1013 [-Wformat-overflow=] [INFO] [stderr] warning: 2702 | sprintf(cmd,"crx2rnx < \"%s\" > \"%s\"",tmpfile,uncfile); [INFO] [stderr] warning: | ^~ ~~~~~~~ [INFO] [stderr] warning: src/rtkcmn.c:2702:9: note: 'sprintf' output 18 or more bytes (assuming 1041) into a destination of size 1024 [INFO] [stderr] warning: 2702 | sprintf(cmd,"crx2rnx < \"%s\" > \"%s\"",tmpfile,uncfile); [INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: At top level: [INFO] [stderr] warning: src/rtkcmn.c:81:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=] [INFO] [stderr] warning: 81 | static const char rcsid[]="$Id: rtkcmn.c,v 1.1 2008/07/17 21:48:06 ttaka Exp ttaka $"; [INFO] [stderr] warning: | ^~~~~ [INFO] [stderr] warning: 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] Finished test [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/rtklib_rust-92b480e766e118cb [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "db0cddd93669045d105202a83b40afc573104a6acf7b72d108a4e6a36a347f13"` [INFO] running `"docker" "rm" "-f" "db0cddd93669045d105202a83b40afc573104a6acf7b72d108a4e6a36a347f13"` [INFO] [stdout] db0cddd93669045d105202a83b40afc573104a6acf7b72d108a4e6a36a347f13