[INFO] fetching crate kdb_c_api 0.1.6... [INFO] testing kdb_c_api-0.1.6 against master#350d0ef0ec0493e6d21cfb265cb8211a0e74d766 for pr-145330-1 [INFO] extracting crate kdb_c_api 0.1.6 into /workspace/builds/worker-7-tc1/source [INFO] started tweaking crates.io crate kdb_c_api 0.1.6 [INFO] finished tweaking crates.io crate kdb_c_api 0.1.6 [INFO] tweaked toml for crates.io crate kdb_c_api 0.1.6 written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate kdb_c_api 0.1.6 on toolchain 350d0ef0ec0493e6d21cfb265cb8211a0e74d766 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 1 package to latest compatible version [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2dea6c9969009d01b3ff13ea902518901adb8655c72c9eea92787e8b969d9c74 [INFO] running `Command { std: "docker" "start" "-a" "2dea6c9969009d01b3ff13ea902518901adb8655c72c9eea92787e8b969d9c74", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2dea6c9969009d01b3ff13ea902518901adb8655c72c9eea92787e8b969d9c74", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2dea6c9969009d01b3ff13ea902518901adb8655c72c9eea92787e8b969d9c74", kill_on_drop: false }` [INFO] [stdout] 2dea6c9969009d01b3ff13ea902518901adb8655c72c9eea92787e8b969d9c74 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5f6267737af5d54171e361f164eccdf33bcccc50289ced7f7711a61f06d7b84f [INFO] running `Command { std: "docker" "start" "-a" "5f6267737af5d54171e361f164eccdf33bcccc50289ced7f7711a61f06d7b84f", kill_on_drop: false }` [INFO] [stderr] Compiling kdb_c_api v0.1.6 (/opt/rustwide/workdir) [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/native.rs:822:35 [INFO] [stdout] | [INFO] [stdout] 822 | pub fn sd1(socket: I, function: extern fn(I) -> K) -> K; [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(missing_abi)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:2264:47 [INFO] [stdout] | [INFO] [stdout] 2264 | pub fn register_callback(socket: I, function: extern fn(I) -> K) -> K{ [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `Box::::from_raw` that must be used [INFO] [stdout] --> src/lib.rs:2309:10 [INFO] [stdout] | [INFO] [stdout] 2309 | unsafe{Box::from_raw(obj_slice[1])}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: call `drop(Box::from_raw(ptr))` if you intend to drop the `Box` [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 2309 | unsafe{let _ = Box::from_raw(obj_slice[1]);}; [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.18s [INFO] running `Command { std: "docker" "inspect" "5f6267737af5d54171e361f164eccdf33bcccc50289ced7f7711a61f06d7b84f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5f6267737af5d54171e361f164eccdf33bcccc50289ced7f7711a61f06d7b84f", kill_on_drop: false }` [INFO] [stdout] 5f6267737af5d54171e361f164eccdf33bcccc50289ced7f7711a61f06d7b84f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 682e9d815648ae0f0fd6ebd5a7d8b6f24ee8fe6a68acd7d3fa10868356607760 [INFO] running `Command { std: "docker" "start" "-a" "682e9d815648ae0f0fd6ebd5a7d8b6f24ee8fe6a68acd7d3fa10868356607760", kill_on_drop: false }` [INFO] [stderr] Compiling kdb_c_api v0.1.6 (/opt/rustwide/workdir) [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/native.rs:822:35 [INFO] [stdout] | [INFO] [stdout] 822 | pub fn sd1(socket: I, function: extern fn(I) -> K) -> K; [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(missing_abi)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:2264:47 [INFO] [stdout] | [INFO] [stdout] 2264 | pub fn register_callback(socket: I, function: extern fn(I) -> K) -> K{ [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `Box::::from_raw` that must be used [INFO] [stdout] --> src/lib.rs:2309:10 [INFO] [stdout] | [INFO] [stdout] 2309 | unsafe{Box::from_raw(obj_slice[1])}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: call `drop(Box::from_raw(ptr))` if you intend to drop the `Box` [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 2309 | unsafe{let _ = Box::from_raw(obj_slice[1]);}; [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/native.rs:822:35 [INFO] [stdout] | [INFO] [stdout] 822 | pub fn sd1(socket: I, function: extern fn(I) -> K) -> K; [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(missing_abi)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:2264:47 [INFO] [stdout] | [INFO] [stdout] 2264 | pub fn register_callback(socket: I, function: extern fn(I) -> K) -> K{ [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `Box::::from_raw` that must be used [INFO] [stdout] --> src/lib.rs:2309:10 [INFO] [stdout] | [INFO] [stdout] 2309 | unsafe{Box::from_raw(obj_slice[1])}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: call `drop(Box::from_raw(ptr))` if you intend to drop the `Box` [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 2309 | unsafe{let _ = Box::from_raw(obj_slice[1]);}; [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.36s [INFO] running `Command { std: "docker" "inspect" "682e9d815648ae0f0fd6ebd5a7d8b6f24ee8fe6a68acd7d3fa10868356607760", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "682e9d815648ae0f0fd6ebd5a7d8b6f24ee8fe6a68acd7d3fa10868356607760", kill_on_drop: false }` [INFO] [stdout] 682e9d815648ae0f0fd6ebd5a7d8b6f24ee8fe6a68acd7d3fa10868356607760 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] d4e851037d9b9ad6a6f5446a582d5a0e2d32805a0616eccc5bee7295a11e8252 [INFO] running `Command { std: "docker" "start" "-a" "d4e851037d9b9ad6a6f5446a582d5a0e2d32805a0616eccc5bee7295a11e8252", kill_on_drop: false }` [INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stderr] --> src/native.rs:822:35 [INFO] [stderr] | [INFO] [stderr] 822 | pub fn sd1(socket: I, function: extern fn(I) -> K) -> K; [INFO] [stderr] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(missing_abi)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stderr] --> src/lib.rs:2264:47 [INFO] [stderr] | [INFO] [stderr] 2264 | pub fn register_callback(socket: I, function: extern fn(I) -> K) -> K{ [INFO] [stderr] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stderr] [INFO] [stderr] warning: unused return value of `Box::::from_raw` that must be used [INFO] [stderr] --> src/lib.rs:2309:10 [INFO] [stderr] | [INFO] [stderr] 2309 | unsafe{Box::from_raw(obj_slice[1])}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: call `drop(Box::from_raw(ptr))` if you intend to drop the `Box` [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] help: use `let _ = ...` to ignore the resulting value [INFO] [stderr] | [INFO] [stderr] 2309 | unsafe{let _ = Box::from_raw(obj_slice[1]);}; [INFO] [stderr] | +++++++ + [INFO] [stderr] [INFO] [stderr] warning: `kdb_c_api` (lib) generated 3 warnings (run `cargo fix --lib -p kdb_c_api` to apply 2 suggestions) [INFO] [stderr] warning: `kdb_c_api` (lib test) generated 3 warnings (3 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/kdb_c_api-904fa49dbb9f54b3) [INFO] [stderr] Doc-tests kdb_c_api [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; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 97 tests [INFO] [stdout] test src/lib.rs - KUtility::get_char (line 665) - compile ... ok [INFO] [stdout] test src/lib.rs - KUtility::get_bool (line 479) - compile ... ok [INFO] [stdout] test src/lib.rs - KUtility::append (line 805) - compile ... ok [INFO] [stdout] test src/lib.rs - KUtility::get_int (line 573) - compile ... ok [INFO] [stdout] test src/lib.rs - KUtility::get_short (line 550) - compile ... ok [INFO] [stdout] test src/lib.rs - KUtility::get_guid (line 502) - compile ... ok [INFO] [stdout] test src/lib.rs - KUtility::get_attribute (line 782) - compile ... ok [INFO] [stdout] test src/lib.rs - KUtility::get_dictionary (line 757) - compile ... ok [INFO] [stdout] test src/lib.rs - KUtility::get_byte (line 527) - compile ... ok [INFO] [stdout] test src/lib.rs - KUtility::get_float (line 642) - compile ... ok [INFO] [stdout] test src/lib.rs - KNULL (line 291) ... ok [INFO] [stdout] test src/lib.rs - KUtility::get_long (line 596) - compile ... ok [INFO] [stdout] test src/lib.rs - KUtility::get_string (line 734) - compile ... ok [INFO] [stdout] test src/lib.rs - KUtility::push_symbol (line 894) - compile ... ok [INFO] [stdout] test src/lib.rs - KUtility::get_str (line 711) - compile ... ok [INFO] [stdout] test src/lib.rs - KUtility::push_raw (line 868) - compile ... ok [INFO] [stdout] test src/lib.rs - KUtility::push (line 836) - compile ... ok [INFO] [stdout] test src/lib.rs - KUtility::get_real (line 619) - compile ... ok [INFO] [stdout] test src/lib.rs - S_to_str (line 1298) - compile ... ok [INFO] [stdout] test src/lib.rs - days_to_ymd (line 2422) - compile ... ok [INFO] [stdout] test src/lib.rs - KUtility::len (line 930) - compile ... ok [INFO] [stdout] test src/lib.rs - (line 22) ... ok [INFO] [stdout] test src/lib.rs - decrement_reference_count (line 2126) - compile ... ok [INFO] [stdout] test src/lib.rs - increment_reference_count (line 2154) - compile ... ok [INFO] [stdout] test src/lib.rs - flip (line 1978) - compile ... ok [INFO] [stdout] test src/lib.rs - (line 100) ... ok [INFO] [stdout] test src/lib.rs - error_to_string (line 1917) - compile ... ok [INFO] [stdout] test src/lib.rs - KUtility::get_symbol (line 688) - compile ... ok [INFO] [stdout] test src/lib.rs - new_char (line 1564) - compile ... ok [INFO] [stdout] test src/lib.rs - new_long (line 1498) - compile ... ok [INFO] [stdout] test src/lib.rs - KUtility::q_ipc_decode (line 988) - compile ... ok [INFO] [stdout] test src/lib.rs - KUtility::q_ipc_encode (line 967) - compile ... ok [INFO] [stdout] test src/lib.rs - new_int (line 1476) - compile ... ok [INFO] [stdout] test src/lib.rs - KUtility::as_mut_slice (line 448) ... ok [INFO] [stdout] test src/lib.rs - new_real (line 1520) - compile ... ok [INFO] [stdout] test src/lib.rs - load_as_q_function (line 2320) - compile ... ok [INFO] [stdout] test src/lib.rs - new_byte (line 1432) - compile ... ok [INFO] [stdout] test src/lib.rs - new_float (line 1542) ... ok [INFO] [stdout] test src/lib.rs - new_date (line 1658) - compile ... ok [INFO] [stdout] test src/lib.rs - new_bool (line 1388) - compile ... ok [INFO] [stdout] test src/lib.rs - new_error (line 1885) - compile ... ok [INFO] [stdout] test src/lib.rs - enkey (line 2075) - compile ... ok [INFO] [stdout] test src/lib.rs - new_string (line 1810) - compile ... ok [INFO] [stdout] test src/lib.rs - new_minute (line 1726) - compile ... ok [INFO] [stdout] test src/lib.rs - new_string_n (line 1832) - compile ... ok [INFO] [stdout] test src/lib.rs - new_datetime (line 1680) - compile ... ok [INFO] [stdout] test src/lib.rs - new_second (line 1752) - compile ... ok [INFO] [stdout] test src/lib.rs - new_timespan (line 1702) - compile ... ok [INFO] [stdout] test src/lib.rs - new_short (line 1454) - compile ... ok [INFO] [stdout] test src/lib.rs - new_time (line 1777) - compile ... ok [INFO] [stdout] test src/native.rs - native::b9 (line 704) - compile ... ok [INFO] [stdout] test src/lib.rs - new_symbol (line 1586) - compile ... ok [INFO] [stdout] test src/lib.rs - unkey (line 2020) - compile ... ok [INFO] [stdout] test src/lib.rs - ymd_to_days (line 2403) - compile ... ok [INFO] [stdout] test src/lib.rs - new_timestamp (line 1609) - compile ... ok [INFO] [stdout] test src/lib.rs - null_terminated_str_to_S (line 1327) - compile ... ok [INFO] [stdout] test src/lib.rs - null_terminated_str_to_const_S (line 1351) - compile ... ok [INFO] [stdout] test src/native.rs - native::dj (line 977) - compile ... ok [INFO] [stdout] test src/lib.rs - new_guid (line 1410) - compile ... ok [INFO] [stdout] test src/lib.rs - register_callback (line 2216) - compile ... ok [INFO] [stdout] test src/native.rs - native::jv (line 525) - compile ... ok [INFO] [stdout] test src/native.rs - native::dot (line 889) - compile ... ok [INFO] [stdout] test src/native.rs - native::d9 (line 724) - compile ... ok [INFO] [stdout] test src/lib.rs - new_month (line 1633) - compile ... ok [INFO] [stdout] test src/native.rs - native::ja (line 505) - compile ... ok [INFO] [stdout] test src/native.rs - native::js (line 587) - compile ... ok [INFO] [stdout] test src/native.rs - native::ee (line 631) - compile ... ok [INFO] [stdout] test src/lib.rs - new_dictionary (line 1854) - compile ... ok [INFO] [stdout] test src/native.rs - native::kh (line 81) - compile ... ok [INFO] [stdout] test src/native.rs - native::kb (line 27) - compile ... ok [INFO] [stdout] test src/native.rs - native::ke (line 135) - compile ... ok [INFO] [stdout] test src/native.rs - native::kg (line 63) - compile ... ok [INFO] [stdout] test src/native.rs - native::kc (line 171) - compile ... ok [INFO] [stdout] test src/lib.rs - str_to_S (line 310) - compile ... ok [INFO] [stdout] test src/native.rs - native::ki (line 99) - compile ... ok [INFO] [stdout] test src/native.rs - native::krr (line 481) - compile ... ok [INFO] [stdout] test src/native.rs - native::kp (line 302) - compile ... ok [INFO] [stdout] test src/native.rs - native::kpn (line 320) - compile ... ok [INFO] [stdout] test src/native.rs - native::ks (line 189) - compile ... ok [INFO] [stdout] test src/native.rs - native::kj (line 117) - compile ... ok [INFO] [stdout] test src/native.rs - native::kt (line 273) - compile ... ok [INFO] [stdout] test src/native.rs - native::kd (line 236) - compile ... ok [INFO] [stdout] test src/native.rs - native::ktd (line 373) - compile ... ok [INFO] [stdout] test src/native.rs - native::knt (line 416) - compile ... ok [INFO] [stdout] test src/native.rs - native::jk (line 555) ... ok [INFO] [stdout] test src/native.rs - native::ku (line 45) - compile ... ok [INFO] [stdout] test src/native.rs - native::r0 (line 830) - compile ... ok [INFO] [stdout] test src/native.rs - native::kz (line 254) - compile ... ok [INFO] [stdout] test src/native.rs - native::kf (line 153) ... ok [INFO] [stdout] test src/native.rs - native::r1 (line 858) - compile ... ok [INFO] [stdout] test src/native.rs - native::sd1 (line 758) - compile ... ok [INFO] [stdout] test src/native.rs - native::xD (line 454) - compile ... ok [INFO] [stdout] test src/native.rs - native::ktj (line 208) - compile ... ok [INFO] [stdout] test src/native.rs - native::ymd (line 962) - compile ... ok [INFO] [stdout] test src/native.rs - native::xT (line 340) - compile ... ok [INFO] [stdout] test src/native.rs - native::setm (line 914) - compile ... ok [INFO] [stdout] test src/native.rs - native::k (line 664) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 97 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.39s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "d4e851037d9b9ad6a6f5446a582d5a0e2d32805a0616eccc5bee7295a11e8252", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d4e851037d9b9ad6a6f5446a582d5a0e2d32805a0616eccc5bee7295a11e8252", kill_on_drop: false }` [INFO] [stdout] d4e851037d9b9ad6a6f5446a582d5a0e2d32805a0616eccc5bee7295a11e8252