[INFO] cloning repository https://github.com/binary-rusty-hermit/uhyve [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/binary-rusty-hermit/uhyve" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbinary-rusty-hermit%2Fuhyve", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbinary-rusty-hermit%2Fuhyve'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5dad759d8f9e7a9be452bbdcd9a0788af19e4a22 [INFO] testing binary-rusty-hermit/uhyve against master#62efba8a050c64249dab942951bb28f710208bc8 for pr-90799 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbinary-rusty-hermit%2Fuhyve" "/workspace/builds/worker-109/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-109/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/binary-rusty-hermit/uhyve on toolchain 62efba8a050c64249dab942951bb28f710208bc8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-109/source/rust-toolchain [INFO] started tweaking git repo https://github.com/binary-rusty-hermit/uhyve [INFO] finished tweaking git repo https://github.com/binary-rusty-hermit/uhyve [INFO] tweaked toml for git repo https://github.com/binary-rusty-hermit/uhyve written to /workspace/builds/worker-109/source/Cargo.toml [INFO] crate git repo https://github.com/binary-rusty-hermit/uhyve already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-109/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-109/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:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f61e82ff26dec6dfd3d38a9cc780a0c5435dc1c8bd56fd681c4dbae3045f36db [INFO] running `Command { std: "docker" "start" "-a" "f61e82ff26dec6dfd3d38a9cc780a0c5435dc1c8bd56fd681c4dbae3045f36db", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f61e82ff26dec6dfd3d38a9cc780a0c5435dc1c8bd56fd681c4dbae3045f36db", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f61e82ff26dec6dfd3d38a9cc780a0c5435dc1c8bd56fd681c4dbae3045f36db", kill_on_drop: false }` [INFO] [stdout] f61e82ff26dec6dfd3d38a9cc780a0c5435dc1c8bd56fd681c4dbae3045f36db [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-109/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-109/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" "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:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 13ad7b7167249cef4b2745b51028178de4acb19a11e64706edf06208eb873ac9 [INFO] running `Command { std: "docker" "start" "-a" "13ad7b7167249cef4b2745b51028178de4acb19a11e64706edf06208eb873ac9", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.87 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling cc v1.0.67 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.60 [INFO] [stderr] Compiling winapi-build v0.1.1 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling nix v0.18.0 [INFO] [stderr] Compiling once_cell v1.7.2 [INFO] [stderr] Compiling unicode-xid v0.0.4 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling regex-syntax v0.6.22 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling mac_address v1.0.4 [INFO] [stderr] Compiling quote v0.3.15 [INFO] [stderr] Compiling winapi v0.2.8 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling x86 v0.36.0 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling bit_field v0.10.1 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling plain v0.2.3 [INFO] [stderr] Compiling termcolor v1.1.2 [INFO] [stderr] Compiling rustc-serialize v0.3.24 [INFO] [stderr] Compiling burst v0.0.2 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling byteorder v1.4.2 [INFO] [stderr] Compiling virtio-bindings v0.1.0 [INFO] [stderr] Compiling strum v0.8.0 [INFO] [stderr] Compiling synom v0.11.3 [INFO] [stderr] Compiling humantime v1.3.0 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling thread_local v1.1.3 [INFO] [stderr] Compiling kernel32-sys v0.2.2 [INFO] [stderr] Compiling aho-corasick v0.7.15 [INFO] [stderr] Compiling gdb-protocol v0.1.0 [INFO] [stderr] Compiling raw-cpuid v9.0.0 [INFO] [stderr] Compiling tun-tap v0.1.2 [INFO] [stderr] Compiling raw-cpuid v8.1.2 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling regex v1.4.3 [INFO] [stderr] Compiling vmm-sys-util v0.7.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling memchr v1.0.2 [INFO] [stderr] Compiling aligned_alloc v0.1.3 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling nom v3.2.1 [INFO] [stderr] Compiling strum_macros v0.8.0 [INFO] [stderr] Compiling kvm-bindings v0.3.1 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling kvm-ioctls v0.6.1 [INFO] [stderr] Compiling scroll_derive v0.10.5 [INFO] [stderr] Compiling scroll v0.10.2 [INFO] [stderr] Compiling goblin v0.2.3 [INFO] [stderr] Compiling uhyve v0.0.22 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead [INFO] [stdout] --> src/linux/uhyve.rs:23:24 [INFO] [stdout] | [INFO] [stdout] 23 | use std::sync::atomic::spin_loop_hint; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead [INFO] [stdout] --> src/linux/uhyve.rs:107:6 [INFO] [stdout] | [INFO] [stdout] 107 | spin_loop_hint(); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead [INFO] [stdout] --> src/bin/uhyve.rs:8:24 [INFO] [stdout] | [INFO] [stdout] 8 | use std::sync::atomic::spin_loop_hint; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead [INFO] [stdout] --> src/bin/uhyve.rs:203:6 [INFO] [stdout] | [INFO] [stdout] 203 | spin_loop_hint(); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 38.26s [INFO] running `Command { std: "docker" "inspect" "13ad7b7167249cef4b2745b51028178de4acb19a11e64706edf06208eb873ac9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "13ad7b7167249cef4b2745b51028178de4acb19a11e64706edf06208eb873ac9", kill_on_drop: false }` [INFO] [stdout] 13ad7b7167249cef4b2745b51028178de4acb19a11e64706edf06208eb873ac9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-109/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-109/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" "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:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4a7d6b1bba4371addc241ad6c0425d76ea0b5f7835b9620c96f84e5e6553556b [INFO] running `Command { std: "docker" "start" "-a" "4a7d6b1bba4371addc241ad6c0425d76ea0b5f7835b9620c96f84e5e6553556b", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling serde v1.0.123 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling rayon-core v1.9.0 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling itoa v0.4.7 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Compiling serde_derive v1.0.123 [INFO] [stderr] Compiling plotters-backend v0.3.0 [INFO] [stderr] Compiling half v1.7.1 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling oorandom v11.1.3 [INFO] [stderr] Compiling regex-automata v0.1.9 [INFO] [stderr] Compiling cast v0.2.3 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stdout] warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead [INFO] [stdout] --> src/linux/uhyve.rs:23:24 [INFO] [stdout] | [INFO] [stdout] 23 | use std::sync::atomic::spin_loop_hint; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead [INFO] [stdout] --> src/linux/uhyve.rs:107:6 [INFO] [stdout] | [INFO] [stdout] 107 | spin_loop_hint(); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling walkdir v2.3.1 [INFO] [stderr] Compiling itertools v0.9.0 [INFO] [stderr] Compiling itertools v0.10.0 [INFO] [stderr] Compiling plotters-svg v0.3.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.3 [INFO] [stderr] Compiling memoffset v0.6.1 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling rayon v1.5.0 [INFO] [stderr] Compiling criterion-plot v0.4.3 [INFO] [stderr] Compiling crossbeam-epoch v0.9.3 [INFO] [stderr] Compiling crossbeam-channel v0.5.0 [INFO] [stderr] Compiling crossbeam-deque v0.8.0 [INFO] [stderr] Compiling plotters v0.3.0 [INFO] [stderr] Compiling bstr v0.2.15 [INFO] [stderr] Compiling serde_cbor v0.11.1 [INFO] [stderr] Compiling csv v1.1.5 [INFO] [stderr] Compiling tinytemplate v1.2.0 [INFO] [stderr] Compiling criterion v0.3.4 [INFO] [stderr] Compiling uhyve v0.0.22 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead [INFO] [stdout] --> src/bin/uhyve.rs:8:24 [INFO] [stdout] | [INFO] [stdout] 8 | use std::sync::atomic::spin_loop_hint; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead [INFO] [stdout] --> src/bin/uhyve.rs:203:6 [INFO] [stdout] | [INFO] [stdout] 203 | spin_loop_hint(); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead [INFO] [stdout] --> src/linux/uhyve.rs:23:24 [INFO] [stdout] | [INFO] [stdout] 23 | use std::sync::atomic::spin_loop_hint; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead [INFO] [stdout] --> src/linux/uhyve.rs:107:6 [INFO] [stdout] | [INFO] [stdout] 107 | spin_loop_hint(); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 12.85s [INFO] running `Command { std: "docker" "inspect" "4a7d6b1bba4371addc241ad6c0425d76ea0b5f7835b9620c96f84e5e6553556b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4a7d6b1bba4371addc241ad6c0425d76ea0b5f7835b9620c96f84e5e6553556b", kill_on_drop: false }` [INFO] [stdout] 4a7d6b1bba4371addc241ad6c0425d76ea0b5f7835b9620c96f84e5e6553556b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-109/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-109/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" "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:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 70835085aff547d18100de03bb059a65dac7db290645b3fc594b792264d302b8 [INFO] running `Command { std: "docker" "start" "-a" "70835085aff547d18100de03bb059a65dac7db290645b3fc594b792264d302b8", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead [INFO] [stderr] --> src/linux/uhyve.rs:23:24 [INFO] [stderr] | [INFO] [stderr] 23 | use std::sync::atomic::spin_loop_hint; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead [INFO] [stderr] --> src/linux/uhyve.rs:107:6 [INFO] [stderr] | [INFO] [stderr] 107 | spin_loop_hint(); [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `uhyve` (lib) generated 2 warnings [INFO] [stderr] warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead [INFO] [stderr] --> src/bin/uhyve.rs:8:24 [INFO] [stderr] | [INFO] [stderr] 8 | use std::sync::atomic::spin_loop_hint; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead [INFO] [stderr] --> src/bin/uhyve.rs:203:6 [INFO] [stderr] | [INFO] [stderr] 203 | spin_loop_hint(); [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `uhyve` (bin "uhyve" test) generated 2 warnings [INFO] [stderr] warning: `uhyve` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.26s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/uhyvelib-6c559befbbab958a) [INFO] [stdout] running 25 tests [INFO] [stdout] test arch::x86::test_hwbreakpoints_dr7 ... ok [INFO] [stdout] test gdb_parser::test_breakpoints ... ok [INFO] [stdout] test gdb_parser::test_cond_or_command_list ... ok [INFO] [stdout] test gdb_parser::test_gdbfeature ... ok [INFO] [stdout] test gdb_parser::test_gdbfeaturesupported ... ok [INFO] [stdout] test gdb_parser::test_hex_value ... ok [INFO] [stdout] test gdb_parser::test_parse_qrcmd ... ok [INFO] [stdout] test gdb_parser::test_parse_d_packets ... ok [INFO] [stdout] test gdb_parser::test_parse_randomization ... ok [INFO] [stdout] test gdb_parser::test_parse_signals ... ok [INFO] [stdout] test gdb_parser::test_parse_syscalls ... ok [INFO] [stdout] test gdb_parser::test_parse_thread_id ... ok [INFO] [stdout] test gdb_parser::test_parse_thread_id_element ... ok [INFO] [stdout] test gdb_parser::test_thread_list ... ok [INFO] [stdout] test gdb_parser::test_parse_write_memory ... ok [INFO] [stdout] test vm::tests::test_vm_load_min_size_102400 ... ok [INFO] [stdout] test vm::tests::test_vm_load_min_size_1024 ... ok [INFO] [stdout] test gdb_parser::test_query ... ok [INFO] [stdout] test gdb_parser::test_parse_write_memory_binary ... ok [INFO] [stdout] test gdb_parser::test_parse_write_register ... ok [INFO] [stdout] test gdb_parser::test_parse_write_general_registers ... ok [INFO] [stdout] test gdb_parser::test_thread_info ... ok [INFO] [stdout] test vm::tests::test_get_cpu_frequency_from_os ... ok [INFO] [stdout] test gdb_parser::test_parse_v_commands ... ok [INFO] [stdout] test vm::tests::test_detect_freq_from_cpuid ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.20s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/uhyve-d28ccc8c9c9ea623) [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 uhyvelib [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] running `Command { std: "docker" "inspect" "70835085aff547d18100de03bb059a65dac7db290645b3fc594b792264d302b8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "70835085aff547d18100de03bb059a65dac7db290645b3fc594b792264d302b8", kill_on_drop: false }` [INFO] [stdout] 70835085aff547d18100de03bb059a65dac7db290645b3fc594b792264d302b8