[INFO] fetching crate breadx 2.0.0... [INFO] testing breadx-2.0.0 against 1.60.0 for beta-1.61-1 [INFO] extracting crate breadx 2.0.0 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate breadx 2.0.0 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate breadx 2.0.0 [INFO] finished tweaking crates.io crate breadx 2.0.0 [INFO] tweaked toml for crates.io crate breadx 2.0.0 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate crates.io crate breadx 2.0.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded easy-parallel v3.1.0 [INFO] [stderr] Downloaded cc v1.0.63 [INFO] [stderr] Downloaded tokio v1.7.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] f51887f998b21caadc184dde900cb4447adc8469ace6e1ed5af761719ebd3bea [INFO] running `Command { std: "docker" "start" "-a" "f51887f998b21caadc184dde900cb4447adc8469ace6e1ed5af761719ebd3bea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f51887f998b21caadc184dde900cb4447adc8469ace6e1ed5af761719ebd3bea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f51887f998b21caadc184dde900cb4447adc8469ace6e1ed5af761719ebd3bea", kill_on_drop: false }` [INFO] [stdout] f51887f998b21caadc184dde900cb4447adc8469ace6e1ed5af761719ebd3bea [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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=warn" "-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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a3d4d7682ea1e3bea3ead9b3e7f3287bb67352e6a0d93458050004dc1908af8d [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "a3d4d7682ea1e3bea3ead9b3e7f3287bb67352e6a0d93458050004dc1908af8d", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.96 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling ahash v0.4.6 [INFO] [stderr] Compiling gluten-keyboard v0.1.2 [INFO] [stderr] Compiling cty v0.2.1 [INFO] [stderr] Compiling tinyvec v1.1.0 [INFO] [stderr] Compiling hashbrown v0.9.1 [INFO] [stderr] Compiling nix v0.19.1 [INFO] [stderr] Compiling breadx v2.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `max_keycode` [INFO] [stdout] --> src/keyboard/xproto.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | max_keycode: Keycode, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `XprotoKeymap` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/keyboard/xproto.rs:13:10 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 26.90s [INFO] running `Command { std: "docker" "inspect" "a3d4d7682ea1e3bea3ead9b3e7f3287bb67352e6a0d93458050004dc1908af8d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a3d4d7682ea1e3bea3ead9b3e7f3287bb67352e6a0d93458050004dc1908af8d", kill_on_drop: false }` [INFO] [stdout] a3d4d7682ea1e3bea3ead9b3e7f3287bb67352e6a0d93458050004dc1908af8d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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=warn" "-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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 2fefd77753df3f1882937dc32cd9073490d934ef2d10ca2e34ebc9732469e7a3 [INFO] running `Command { std: "docker" "start" "-a" "2fefd77753df3f1882937dc32cd9073490d934ef2d10ca2e34ebc9732469e7a3", kill_on_drop: false }` [INFO] [stderr] Compiling easy-parallel v3.1.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-rational v0.3.2 [INFO] [stderr] Compiling futures-lite v1.11.2 [INFO] [stderr] Compiling polling v2.0.2 [INFO] [stderr] Compiling socket2 v0.4.0 [INFO] [stderr] Compiling signal-hook-registry v1.3.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling jpeg-decoder v0.1.20 [INFO] [stdout] warning: field is never read: `max_keycode` [INFO] [stdout] --> src/keyboard/xproto.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | max_keycode: Keycode, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `XprotoKeymap` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/keyboard/xproto.rs:13:10 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling env_logger v0.8.2 [INFO] [stderr] Compiling signal-hook v0.1.17 [INFO] [stderr] Compiling blocking v1.0.2 [INFO] [stderr] Compiling async-io v1.4.1 [INFO] [stderr] Compiling async-executor v1.4.0 [INFO] [stderr] Compiling async-fs v1.5.0 [INFO] [stderr] Compiling async-process v1.0.1 [INFO] [stderr] Compiling async-net v1.5.0 [INFO] [stderr] Compiling approx v0.5.0 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling smol v1.2.5 [INFO] [stderr] Compiling image v0.23.12 [INFO] [stderr] Compiling breadx v2.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> examples/image.rs:78:13 [INFO] [stdout] | [INFO] [stdout] 78 | let mut p = rgb((pixel.0)[0], (pixel.0)[1], (pixel.0)[2]); [INFO] [stdout] | ----^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `env` [INFO] [stdout] --> examples/basic.rs:7:11 [INFO] [stdout] | [INFO] [stdout] 7 | use std::{env, process}; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot specify lifetime arguments explicitly if late bound lifetime parameters are present [INFO] [stdout] --> examples/basic.rs:103:33 [INFO] [stdout] | [INFO] [stdout] 103 | gc.draw_lines::<'_, _, _, &[Segment]>( [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/display/traits/xproto/gcontext.rs:79:14 [INFO] [stdout] | [INFO] [stdout] 79 | dpy: &mut Dpy, [INFO] [stdout] | - the late bound lifetime parameter is introduced here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(late_bound_lifetime_arguments)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #42868 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Setup`, `StaticSetup` [INFO] [stdout] --> src/display/connection/dummy/mod.rs:11:18 [INFO] [stdout] | [INFO] [stdout] 11 | xproto::{Setup, SetupRequest}, [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 14 | display::{BasicDisplay, StaticSetup}, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `parse_from_socket` [INFO] [stdout] --> src/display/name.rs:283:8 [INFO] [stdout] | [INFO] [stdout] 283 | fn parse_from_socket(name: Cow<'a, str>) -> Result> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `max_keycode` [INFO] [stdout] --> src/keyboard/xproto.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | max_keycode: Keycode, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `XprotoKeymap` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/keyboard/xproto.rs:13:10 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 42.69s [INFO] running `Command { std: "docker" "inspect" "2fefd77753df3f1882937dc32cd9073490d934ef2d10ca2e34ebc9732469e7a3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2fefd77753df3f1882937dc32cd9073490d934ef2d10ca2e34ebc9732469e7a3", kill_on_drop: false }` [INFO] [stdout] 2fefd77753df3f1882937dc32cd9073490d934ef2d10ca2e34ebc9732469e7a3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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=warn" "-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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] c66d248a1bb82e1bf661b72105385e4172c57507e562a8cbaea825587bbf7ccd [INFO] running `Command { std: "docker" "start" "-a" "c66d248a1bb82e1bf661b72105385e4172c57507e562a8cbaea825587bbf7ccd", kill_on_drop: false }` [INFO] [stderr] warning: field is never read: `max_keycode` [INFO] [stderr] --> src/keyboard/xproto.rs:16:5 [INFO] [stderr] | [INFO] [stderr] 16 | max_keycode: Keycode, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `XprotoKeymap` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/keyboard/xproto.rs:13:10 [INFO] [stderr] | [INFO] [stderr] 13 | #[derive(Debug, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `breadx` (lib) generated 1 warning [INFO] [stderr] warning: unused imports: `Setup`, `StaticSetup` [INFO] [stderr] --> src/display/connection/dummy/mod.rs:11:18 [INFO] [stderr] | [INFO] [stderr] 11 | xproto::{Setup, SetupRequest}, [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 14 | display::{BasicDisplay, StaticSetup}, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `parse_from_socket` [INFO] [stderr] --> src/display/name.rs:283:8 [INFO] [stderr] | [INFO] [stderr] 283 | fn parse_from_socket(name: Cow<'a, str>) -> Result> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field is never read: `max_keycode` [INFO] [stderr] --> src/keyboard/xproto.rs:16:5 [INFO] [stderr] | [INFO] [stderr] 16 | max_keycode: Keycode, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `XprotoKeymap` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/keyboard/xproto.rs:13:10 [INFO] [stderr] | [INFO] [stderr] 13 | #[derive(Debug, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> examples/image.rs:78:13 [INFO] [stderr] | [INFO] [stderr] 78 | let mut p = rgb((pixel.0)[0], (pixel.0)[1], (pixel.0)[2]); [INFO] [stderr] | ----^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `env` [INFO] [stderr] --> examples/basic.rs:7:11 [INFO] [stderr] | [INFO] [stderr] 7 | use std::{env, process}; [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: cannot specify lifetime arguments explicitly if late bound lifetime parameters are present [INFO] [stderr] --> examples/basic.rs:103:33 [INFO] [stderr] | [INFO] [stderr] 103 | gc.draw_lines::<'_, _, _, &[Segment]>( [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/workdir/src/display/traits/xproto/gcontext.rs:79:14 [INFO] [stderr] | [INFO] [stderr] 79 | dpy: &mut Dpy, [INFO] [stderr] | - the late bound lifetime parameter is introduced here [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(late_bound_lifetime_arguments)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #42868 [INFO] [stderr] [INFO] [stderr] warning: `breadx` (lib test) generated 3 warnings [INFO] [stderr] warning: `breadx` (example "image") generated 1 warning [INFO] [stderr] warning: `breadx` (example "basic") generated 2 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.14s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/breadx-b5c220e7c06e45b6) [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test display::name::parse_display_screen_and_protocol ... ok [INFO] [stdout] test display::name::parse_display_and_screen ... ok [INFO] [stdout] test display::name::parse_basic_display ... ok [INFO] [stdout] test util::roundup_test ... ok [INFO] [stderr] Doc-tests breadx [INFO] [stdout] test display::name::parse_arbitrary - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test src/display/mod.rs - display::DisplayBase (line 124) ... ignored [INFO] [stdout] test src/display/cell.rs - display::cell::CellDisplay (line 45) - compile ... ok [INFO] [stdout] test src/display/basic.rs - display::basic::DisplayConnection::create (line 556) - compile ... ok [INFO] [stdout] test src/display/basic.rs - display::basic::BasicDisplay::connection (line 167) - compile ... ok [INFO] [stdout] test src/display/basic.rs - display::basic::BasicDisplay::connection_mut (line 186) - compile ... ok [INFO] [stdout] test src/lib.rs - (line 35) - compile ... ok [INFO] [stdout] test src/display/basic.rs - display::basic::BasicDisplay::from_connection (line 224) - compile ... ok [INFO] [stdout] test src/display/basic.rs - display::basic::DisplayConnection::create (line 567) - compile ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.84s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "c66d248a1bb82e1bf661b72105385e4172c57507e562a8cbaea825587bbf7ccd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c66d248a1bb82e1bf661b72105385e4172c57507e562a8cbaea825587bbf7ccd", kill_on_drop: false }` [INFO] [stdout] c66d248a1bb82e1bf661b72105385e4172c57507e562a8cbaea825587bbf7ccd