[INFO] fetching crate kdb_c_api 0.1.6... [INFO] testing kdb_c_api-0.1.6 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7 [INFO] extracting crate kdb_c_api 0.1.6 into /workspace/builds/worker-4-tc2/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-4-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate kdb_c_api 0.1.6 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 91cc577fe02d74e5914056845e284f6e36a1c242cc26d9aef23049c92629fe84 [INFO] running `Command { std: "docker" "start" "-a" "91cc577fe02d74e5914056845e284f6e36a1c242cc26d9aef23049c92629fe84", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "91cc577fe02d74e5914056845e284f6e36a1c242cc26d9aef23049c92629fe84", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "91cc577fe02d74e5914056845e284f6e36a1c242cc26d9aef23049c92629fe84", kill_on_drop: false }` [INFO] [stdout] 91cc577fe02d74e5914056845e284f6e36a1c242cc26d9aef23049c92629fe84 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 395edda91418bc287ea8da828365def823fc30e1193e03d656ff87a2d3e7a82f [INFO] running `Command { std: "docker" "start" "-a" "395edda91418bc287ea8da828365def823fc30e1193e03d656ff87a2d3e7a82f", 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)]` (part of `#[warn(unused)]`) 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.27s [INFO] running `Command { std: "docker" "inspect" "395edda91418bc287ea8da828365def823fc30e1193e03d656ff87a2d3e7a82f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "395edda91418bc287ea8da828365def823fc30e1193e03d656ff87a2d3e7a82f", kill_on_drop: false }` [INFO] [stdout] 395edda91418bc287ea8da828365def823fc30e1193e03d656ff87a2d3e7a82f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6d065f3d123fad881d6fb8fe78f22332f757107678159960ce0e6ace11edaa98 [INFO] running `Command { std: "docker" "start" "-a" "6d065f3d123fad881d6fb8fe78f22332f757107678159960ce0e6ace11edaa98", kill_on_drop: false }` [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] [stderr] Compiling kdb_c_api v0.1.6 (/opt/rustwide/workdir) [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)]` (part of `#[warn(unused)]`) 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)]` (part of `#[warn(unused)]`) 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.29s [INFO] running `Command { std: "docker" "inspect" "6d065f3d123fad881d6fb8fe78f22332f757107678159960ce0e6ace11edaa98", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6d065f3d123fad881d6fb8fe78f22332f757107678159960ce0e6ace11edaa98", kill_on_drop: false }` [INFO] [stdout] 6d065f3d123fad881d6fb8fe78f22332f757107678159960ce0e6ace11edaa98 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] bb5def8d628c0509d2f2b351c95ed7a42e22905248a9d78104312df3aa66a16c [INFO] running `Command { std: "docker" "start" "-a" "bb5def8d628c0509d2f2b351c95ed7a42e22905248a9d78104312df3aa66a16c", 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)]` (part of `#[warn(unused)]`) 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.03s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/kdb_c_api-453a1d3eaece45c7) [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] [stderr] Doc-tests kdb_c_api [INFO] [stdout] [INFO] [stdout] running 97 tests [INFO] [stdout] test src/lib.rs - KUtility::get_guid (line 502) - compile ... ok [INFO] [stdout] test src/lib.rs - KUtility::get_float (line 642) - compile ... ok [INFO] [stdout] test src/lib.rs - KUtility::get_attribute (line 782) - compile ... ok [INFO] [stdout] test src/lib.rs - KUtility::get_char (line 665) - compile ... ok [INFO] [stdout] test src/lib.rs - KUtility::get_dictionary (line 757) - compile ... ok [INFO] [stdout] test src/lib.rs - KUtility::get_bool (line 479) - compile ... ok [INFO] [stdout] test src/lib.rs - KUtility::get_str (line 711) - compile ... ok [INFO] [stdout] test src/lib.rs - KUtility::get_int (line 573) - compile ... ok [INFO] [stdout] test src/lib.rs - KUtility::get_real (line 619) - compile ... ok [INFO] [stdout] test src/lib.rs - KUtility::get_long (line 596) - compile ... ok [INFO] [stdout] test src/lib.rs - KNULL (line 291) ... ok [INFO] [stdout] test src/lib.rs - KUtility::get_short (line 550) - compile ... ok [INFO] [stdout] test src/lib.rs - KUtility::get_byte (line 527) - compile ... ok [INFO] [stdout] test src/lib.rs - KUtility::get_string (line 734) - compile ... ok [INFO] [stdout] test src/lib.rs - KUtility::get_symbol (line 688) - compile ... ok [INFO] [stdout] test src/lib.rs - KUtility::as_mut_slice (line 448) ... ok [INFO] [stdout] test src/lib.rs - KUtility::append (line 805) - compile ... ok [INFO] [stdout] test src/lib.rs - S_to_str (line 1298) - compile ... ok [INFO] [stdout] test src/lib.rs - decrement_reference_count (line 2126) - compile ... ok [INFO] [stdout] test src/lib.rs - days_to_ymd (line 2422) - compile ... ok [INFO] [stdout] test src/lib.rs - KUtility::push_symbol (line 894) - compile ... ok [INFO] [stdout] test src/lib.rs - KUtility::len (line 930) - compile ... ok [INFO] [stdout] test src/lib.rs - new_date (line 1658) - compile ... ok [INFO] [stdout] test src/lib.rs - KUtility::push (line 836) - compile ... ok [INFO] [stdout] test src/lib.rs - KUtility::q_ipc_encode (line 967) - compile ... ok [INFO] [stdout] test src/lib.rs - flip (line 1978) - compile ... ok [INFO] [stdout] test src/lib.rs - error_to_string (line 1917) - compile ... ok [INFO] [stdout] test src/lib.rs - new_byte (line 1432) - compile ... ok [INFO] [stdout] test src/lib.rs - new_datetime (line 1680) - compile ... ok [INFO] [stdout] test src/lib.rs - enkey (line 2075) - compile ... ok [INFO] [stdout] test src/lib.rs - new_guid (line 1410) - compile ... ok [INFO] [stdout] test src/lib.rs - new_char (line 1564) - compile ... ok [INFO] [stdout] test src/lib.rs - KUtility::push_raw (line 868) - compile ... ok [INFO] [stdout] test src/lib.rs - new_error (line 1885) - compile ... ok [INFO] [stdout] test src/lib.rs - new_bool (line 1388) - compile ... ok [INFO] [stdout] test src/lib.rs - increment_reference_count (line 2154) - compile ... ok [INFO] [stdout] test src/lib.rs - KUtility::q_ipc_decode (line 988) - compile ... ok [INFO] [stdout] test src/lib.rs - new_int (line 1476) - compile ... ok [INFO] [stdout] test src/lib.rs - new_string_n (line 1832) - compile ... ok [INFO] [stdout] test src/lib.rs - new_real (line 1520) - compile ... ok [INFO] [stdout] test src/lib.rs - new_second (line 1752) - compile ... ok [INFO] [stdout] test src/lib.rs - new_symbol (line 1586) - compile ... ok [INFO] [stdout] test src/lib.rs - new_minute (line 1726) - compile ... ok [INFO] [stdout] test src/lib.rs - new_long (line 1498) - compile ... ok [INFO] [stdout] test src/lib.rs - new_short (line 1454) - compile ... ok [INFO] [stdout] test src/lib.rs - (line 22) ... ok [INFO] [stdout] test src/lib.rs - null_terminated_str_to_S (line 1327) - compile ... ok [INFO] [stdout] test src/lib.rs - new_timespan (line 1702) - compile ... ok [INFO] [stdout] test src/lib.rs - ymd_to_days (line 2403) - compile ... ok [INFO] [stdout] test src/lib.rs - new_string (line 1810) - compile ... ok [INFO] [stdout] test src/lib.rs - (line 100) ... ok [INFO] [stdout] test src/lib.rs - null_terminated_str_to_const_S (line 1351) - compile ... ok [INFO] [stdout] test src/lib.rs - new_dictionary (line 1854) - 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_timestamp (line 1609) - compile ... ok [INFO] [stdout] test src/lib.rs - new_month (line 1633) - compile ... ok [INFO] [stdout] test src/lib.rs - new_float (line 1542) ... 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/lib.rs - load_as_q_function (line 2320) - compile ... ok [INFO] [stdout] test src/native.rs - native::kb (line 27) - compile ... ok [INFO] [stdout] test src/native.rs - native::dj (line 977) - compile ... ok [INFO] [stdout] test src/lib.rs - str_to_S (line 310) - compile ... ok [INFO] [stdout] test src/native.rs - native::d9 (line 724) - compile ... ok [INFO] [stdout] test src/native.rs - native::ee (line 631) - compile ... ok [INFO] [stdout] test src/lib.rs - unkey (line 2020) - compile ... ok [INFO] [stdout] test src/native.rs - native::dot (line 889) - compile ... ok [INFO] [stdout] test src/native.rs - native::kh (line 81) - compile ... ok [INFO] [stdout] test src/native.rs - native::kc (line 171) - compile ... ok [INFO] [stdout] test src/native.rs - native::kd (line 236) - compile ... ok [INFO] [stdout] test src/native.rs - native::knt (line 416) - compile ... ok [INFO] [stdout] test src/native.rs - native::jv (line 525) - compile ... ok [INFO] [stdout] test src/native.rs - native::ki (line 99) - compile ... ok [INFO] [stdout] test src/native.rs - native::kj (line 117) - compile ... ok [INFO] [stdout] test src/native.rs - native::kg (line 63) - compile ... ok [INFO] [stdout] test src/native.rs - native::ke (line 135) - compile ... ok [INFO] [stdout] test src/lib.rs - register_callback (line 2216) - compile ... ok [INFO] [stdout] test src/native.rs - native::jk (line 555) ... ok [INFO] [stdout] test src/native.rs - native::ktj (line 208) - compile ... ok [INFO] [stdout] test src/native.rs - native::kt (line 273) - compile ... ok [INFO] [stdout] test src/native.rs - native::kpn (line 320) - 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::kz (line 254) - compile ... ok [INFO] [stdout] test src/native.rs - native::k (line 664) ... ok [INFO] [stdout] test src/native.rs - native::ymd (line 962) - compile ... ok [INFO] [stdout] test src/native.rs - native::r1 (line 858) - compile ... ok [INFO] [stdout] test src/native.rs - native::ku (line 45) - compile ... ok [INFO] [stdout] test src/native.rs - native::xD (line 454) - compile ... ok [INFO] [stdout] test src/native.rs - native::setm (line 914) - compile ... ok [INFO] [stdout] test src/native.rs - native::xT (line 340) - compile ... ok [INFO] [stdout] test src/native.rs - native::sd1 (line 758) - compile ... ok [INFO] [stdout] test src/native.rs - native::ks (line 189) - compile ... ok [INFO] [stdout] test src/native.rs - native::kf (line 153) ... ok [INFO] [stdout] test src/native.rs - native::r0 (line 830) - compile ... ok [INFO] [stdout] test src/native.rs - native::ktd (line 373) - compile ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 97 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.18s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "bb5def8d628c0509d2f2b351c95ed7a42e22905248a9d78104312df3aa66a16c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bb5def8d628c0509d2f2b351c95ed7a42e22905248a9d78104312df3aa66a16c", kill_on_drop: false }` [INFO] [stdout] bb5def8d628c0509d2f2b351c95ed7a42e22905248a9d78104312df3aa66a16c