[INFO] fetching crate dmx-termios 0.3.0... [INFO] testing dmx-termios-0.3.0 against 1.60.0 for beta-1.61-1 [INFO] extracting crate dmx-termios 0.3.0 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate dmx-termios 0.3.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 dmx-termios 0.3.0 [INFO] finished tweaking crates.io crate dmx-termios 0.3.0 [INFO] tweaked toml for crates.io crate dmx-termios 0.3.0 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d1858abebde528be831e02ef18e9b986c07ef8b261ad884d41f190527be5eedc [INFO] running `Command { std: "docker" "start" "-a" "d1858abebde528be831e02ef18e9b986c07ef8b261ad884d41f190527be5eedc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d1858abebde528be831e02ef18e9b986c07ef8b261ad884d41f190527be5eedc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d1858abebde528be831e02ef18e9b986c07ef8b261ad884d41f190527be5eedc", kill_on_drop: false }` [INFO] [stdout] d1858abebde528be831e02ef18e9b986c07ef8b261ad884d41f190527be5eedc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2747e9178bd2132fda6bdf0b78517963bd8abc280e0d0e02b766000e3467acd7 [INFO] running `Command { std: "docker" "start" "-a" "2747e9178bd2132fda6bdf0b78517963bd8abc280e0d0e02b766000e3467acd7", kill_on_drop: false }` [INFO] [stderr] Compiling ioctl-rs v0.1.6 [INFO] [stderr] Compiling dmx-termios v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/os/linux.rs:184:28 [INFO] [stdout] | [INFO] [stdout] 184 | pub const TCGETS2: c_int = (0x802c_542a as c_int); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 184 - pub const TCGETS2: c_int = (0x802c_542a as c_int); [INFO] [stdout] 184 + pub const TCGETS2: c_int = 0x802c_542a as c_int; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/lib.rs:191:50 [INFO] [stdout] | [INFO] [stdout] 191 | let mut termios: Termios = unsafe { mem::uninitialized() }; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: literal out of range for `i32` [INFO] [stdout] --> src/os/linux.rs:184:29 [INFO] [stdout] | [INFO] [stdout] 184 | pub const TCGETS2: c_int = (0x802c_542a as c_int); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(overflowing_literals)]` on by default [INFO] [stdout] = note: the literal `0x802c_542a` (decimal `2150388778`) does not fit into the type `i32` and will become `-2144578518i32` [INFO] [stdout] = help: consider using the type `u32` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.24s [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "2747e9178bd2132fda6bdf0b78517963bd8abc280e0d0e02b766000e3467acd7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2747e9178bd2132fda6bdf0b78517963bd8abc280e0d0e02b766000e3467acd7", kill_on_drop: false }` [INFO] [stdout] 2747e9178bd2132fda6bdf0b78517963bd8abc280e0d0e02b766000e3467acd7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 434bd1ae834a8dcc72e94fe769fb49f379910cda6b3896cc7f48d581d676a9db [INFO] running `Command { std: "docker" "start" "-a" "434bd1ae834a8dcc72e94fe769fb49f379910cda6b3896cc7f48d581d676a9db", kill_on_drop: false }` [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/os/linux.rs:184:28 [INFO] [stdout] | [INFO] [stdout] 184 | pub const TCGETS2: c_int = (0x802c_542a as c_int); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 184 - pub const TCGETS2: c_int = (0x802c_542a as c_int); [INFO] [stdout] 184 + pub const TCGETS2: c_int = 0x802c_542a as c_int; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/lib.rs:191:50 [INFO] [stdout] | [INFO] [stdout] 191 | let mut termios: Termios = unsafe { mem::uninitialized() }; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: literal out of range for `i32` [INFO] [stdout] --> src/os/linux.rs:184:29 [INFO] [stdout] | [INFO] [stdout] 184 | pub const TCGETS2: c_int = (0x802c_542a as c_int); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(overflowing_literals)]` on by default [INFO] [stdout] = note: the literal `0x802c_542a` (decimal `2150388778`) does not fit into the type `i32` and will become `-2144578518i32` [INFO] [stdout] = help: consider using the type `u32` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling dmx-termios v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/os/linux.rs:184:28 [INFO] [stdout] | [INFO] [stdout] 184 | pub const TCGETS2: c_int = (0x802c_542a as c_int); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 184 - pub const TCGETS2: c_int = (0x802c_542a as c_int); [INFO] [stdout] 184 + pub const TCGETS2: c_int = 0x802c_542a as c_int; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/lib.rs:191:50 [INFO] [stdout] | [INFO] [stdout] 191 | let mut termios: Termios = unsafe { mem::uninitialized() }; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: literal out of range for `i32` [INFO] [stdout] --> src/os/linux.rs:184:29 [INFO] [stdout] | [INFO] [stdout] 184 | pub const TCGETS2: c_int = (0x802c_542a as c_int); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(overflowing_literals)]` on by default [INFO] [stdout] = note: the literal `0x802c_542a` (decimal `2150388778`) does not fit into the type `i32` and will become `-2144578518i32` [INFO] [stdout] = help: consider using the type `u32` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.38s [INFO] running `Command { std: "docker" "inspect" "434bd1ae834a8dcc72e94fe769fb49f379910cda6b3896cc7f48d581d676a9db", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "434bd1ae834a8dcc72e94fe769fb49f379910cda6b3896cc7f48d581d676a9db", kill_on_drop: false }` [INFO] [stdout] 434bd1ae834a8dcc72e94fe769fb49f379910cda6b3896cc7f48d581d676a9db [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 8c7043e1011ab8fa6bd9b6c8187dfe9a2121077e0b85fdc7e52be3fff153c600 [INFO] running `Command { std: "docker" "start" "-a" "8c7043e1011ab8fa6bd9b6c8187dfe9a2121077e0b85fdc7e52be3fff153c600", kill_on_drop: false }` [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/os/linux.rs:184:28 [INFO] [stderr] | [INFO] [stderr] 184 | pub const TCGETS2: c_int = (0x802c_542a as c_int); [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 184 - pub const TCGETS2: c_int = (0x802c_542a as c_int); [INFO] [stderr] 184 + pub const TCGETS2: c_int = 0x802c_542a as c_int; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stderr] --> src/lib.rs:191:50 [INFO] [stderr] | [INFO] [stderr] 191 | let mut termios: Termios = unsafe { mem::uninitialized() }; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: literal out of range for `i32` [INFO] [stderr] --> src/os/linux.rs:184:29 [INFO] [stderr] | [INFO] [stderr] 184 | pub const TCGETS2: c_int = (0x802c_542a as c_int); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(overflowing_literals)]` on by default [INFO] [stderr] = note: the literal `0x802c_542a` (decimal `2150388778`) does not fit into the type `i32` and will become `-2144578518i32` [INFO] [stderr] = help: consider using the type `u32` instead [INFO] [stderr] [INFO] [stderr] warning: `dmx-termios` (lib) generated 3 warnings [INFO] [stderr] warning: `dmx-termios` (lib test) generated 3 warnings (3 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/dmx_termios-498f7ea303f3e1d4) [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 dmx-termios [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> /opt/rustwide/workdir/src/os/linux.rs:184:28 [INFO] [stderr] | [INFO] [stderr] 184 | pub const TCGETS2: c_int = (0x802c_542a as c_int); [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 184 - pub const TCGETS2: c_int = (0x802c_542a as c_int); [INFO] [stderr] 184 + pub const TCGETS2: c_int = 0x802c_542a as c_int; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test src/lib.rs - (line 78) - compile ... FAILED [INFO] [stdout] test src/lib.rs - cfsetispeed (line 290) ... FAILED [INFO] [stdout] test src/lib.rs - cfsetspeed (line 373) ... FAILED [INFO] [stdout] test src/lib.rs - cfgetospeed (line 248) ... FAILED [INFO] [stdout] test src/lib.rs - cfsetospeed (line 333) ... FAILED [INFO] [stdout] test src/lib.rs - cfgetispeed (line 233) ... FAILED [INFO] [stdout] test src/lib.rs - (line 19) - compile ... FAILED [INFO] [stdout] test src/lib.rs - (line 44) - compile ... FAILED [INFO] [stdout] test src/lib.rs - (line 28) - compile ... FAILED [INFO] [stdout] test src/lib.rs - Termios (line 144) - compile ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/lib.rs - (line 78) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `termios` [INFO] [stdout] --> src/lib.rs:80:5 [INFO] [stdout] | [INFO] [stdout] 4 | use termios::{Termios,cfsetspeed}; [INFO] [stdout] | ^^^^^^^ maybe a missing crate `termios`? [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `termios` [INFO] [stdout] --> src/lib.rs:84:25 [INFO] [stdout] | [INFO] [stdout] 8 | cfsetspeed(termios, termios::os::linux::B4000000) [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `termios` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - cfsetispeed (line 290) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `termios` [INFO] [stdout] --> src/lib.rs:292:5 [INFO] [stdout] | [INFO] [stdout] 4 | use termios::{Termios,B9600,cfsetispeed,cfgetispeed}; [INFO] [stdout] | ^^^^^^^ maybe a missing crate `termios`? [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/lib.rs:293:33 [INFO] [stdout] | [INFO] [stdout] 5 | let mut termios = unsafe { mem::uninitialized() }; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 1 warning emitted [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - cfsetspeed (line 373) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `termios` [INFO] [stdout] --> src/lib.rs:375:5 [INFO] [stdout] | [INFO] [stdout] 4 | use termios::{Termios,B9600,cfsetspeed,cfgetispeed,cfgetospeed}; [INFO] [stdout] | ^^^^^^^ maybe a missing crate `termios`? [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/lib.rs:376:33 [INFO] [stdout] | [INFO] [stdout] 5 | let mut termios = unsafe { mem::uninitialized() }; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 1 warning emitted [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - cfgetospeed (line 248) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `termios` [INFO] [stdout] --> src/lib.rs:250:5 [INFO] [stdout] | [INFO] [stdout] 4 | use termios::{Termios,B9600,cfsetospeed,cfgetospeed}; [INFO] [stdout] | ^^^^^^^ maybe a missing crate `termios`? [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/lib.rs:251:33 [INFO] [stdout] | [INFO] [stdout] 5 | let mut termios = unsafe { mem::uninitialized() }; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 1 warning emitted [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - cfsetospeed (line 333) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `termios` [INFO] [stdout] --> src/lib.rs:335:5 [INFO] [stdout] | [INFO] [stdout] 4 | use termios::{Termios,B9600,cfsetospeed,cfgetospeed}; [INFO] [stdout] | ^^^^^^^ maybe a missing crate `termios`? [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/lib.rs:336:33 [INFO] [stdout] | [INFO] [stdout] 5 | let mut termios = unsafe { mem::uninitialized() }; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 1 warning emitted [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - cfgetispeed (line 233) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `termios` [INFO] [stdout] --> src/lib.rs:235:5 [INFO] [stdout] | [INFO] [stdout] 4 | use termios::{Termios,B9600,cfsetispeed,cfgetispeed}; [INFO] [stdout] | ^^^^^^^ maybe a missing crate `termios`? [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/lib.rs:236:33 [INFO] [stdout] | [INFO] [stdout] 5 | let mut termios = unsafe { mem::uninitialized() }; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 1 warning emitted [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - (line 19) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `termios` [INFO] [stdout] --> src/lib.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 3 | use termios::*; [INFO] [stdout] | ^^^^^^^ maybe a missing crate `termios`? [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Termios` [INFO] [stdout] --> src/lib.rs:22:19 [INFO] [stdout] | [INFO] [stdout] 5 | let mut termios = Termios::from_fd(fd).unwrap(); [INFO] [stdout] | ^^^^^^^ use of undeclared type `Termios` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - (line 44) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `termios` [INFO] [stdout] --> src/lib.rs:45:5 [INFO] [stdout] | [INFO] [stdout] 3 | use termios::*; [INFO] [stdout] | ^^^^^^^ maybe a missing crate `termios`? [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Termios` [INFO] [stdout] --> src/lib.rs:47:19 [INFO] [stdout] | [INFO] [stdout] 5 | let mut termios = Termios::from_fd(fd).unwrap(); [INFO] [stdout] | ^^^^^^^ use of undeclared type `Termios` [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cfgetispeed` in this scope [INFO] [stdout] --> src/lib.rs:48:1 [INFO] [stdout] | [INFO] [stdout] 6 | cfgetispeed(&termios); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cfgetospeed` in this scope [INFO] [stdout] --> src/lib.rs:49:1 [INFO] [stdout] | [INFO] [stdout] 7 | cfgetospeed(&termios); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cfsetispeed` in this scope [INFO] [stdout] --> src/lib.rs:50:1 [INFO] [stdout] | [INFO] [stdout] 8 | cfsetispeed(&mut termios, B9600).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `B9600` in this scope [INFO] [stdout] --> src/lib.rs:50:27 [INFO] [stdout] | [INFO] [stdout] 8 | cfsetispeed(&mut termios, B9600).unwrap(); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cfsetospeed` in this scope [INFO] [stdout] --> src/lib.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 9 | cfsetospeed(&mut termios, B9600).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `B9600` in this scope [INFO] [stdout] --> src/lib.rs:51:27 [INFO] [stdout] | [INFO] [stdout] 9 | cfsetospeed(&mut termios, B9600).unwrap(); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `tcsetattr` in this scope [INFO] [stdout] --> src/lib.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 10 | tcsetattr(fd, TCSANOW, &termios).unwrap(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `TCSANOW` in this scope [INFO] [stdout] --> src/lib.rs:52:15 [INFO] [stdout] | [INFO] [stdout] 10 | tcsetattr(fd, TCSANOW, &termios).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to 10 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - (line 28) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `termios` [INFO] [stdout] --> src/lib.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 3 | use termios::*; [INFO] [stdout] | ^^^^^^^ maybe a missing crate `termios`? [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Termios` [INFO] [stdout] --> src/lib.rs:31:19 [INFO] [stdout] | [INFO] [stdout] 5 | let mut termios = Termios::from_fd(fd).unwrap(); [INFO] [stdout] | ^^^^^^^ use of undeclared type `Termios` [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `CREAD` in this scope [INFO] [stdout] --> src/lib.rs:32:20 [INFO] [stdout] | [INFO] [stdout] 6 | termios.c_cflag |= CREAD | CLOCAL; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `CLOCAL` in this scope [INFO] [stdout] --> src/lib.rs:32:28 [INFO] [stdout] | [INFO] [stdout] 6 | termios.c_cflag |= CREAD | CLOCAL; [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ICANON` in this scope [INFO] [stdout] --> src/lib.rs:33:22 [INFO] [stdout] | [INFO] [stdout] 7 | termios.c_lflag &= !(ICANON | ECHO | ECHOE | ECHOK | ECHONL | ISIG | IEXTEN); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ECHO` in this scope [INFO] [stdout] --> src/lib.rs:33:31 [INFO] [stdout] | [INFO] [stdout] 7 | termios.c_lflag &= !(ICANON | ECHO | ECHOE | ECHOK | ECHONL | ISIG | IEXTEN); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ECHOE` in this scope [INFO] [stdout] --> src/lib.rs:33:38 [INFO] [stdout] | [INFO] [stdout] 7 | termios.c_lflag &= !(ICANON | ECHO | ECHOE | ECHOK | ECHONL | ISIG | IEXTEN); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ECHOK` in this scope [INFO] [stdout] --> src/lib.rs:33:46 [INFO] [stdout] | [INFO] [stdout] 7 | termios.c_lflag &= !(ICANON | ECHO | ECHOE | ECHOK | ECHONL | ISIG | IEXTEN); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ECHONL` in this scope [INFO] [stdout] --> src/lib.rs:33:54 [INFO] [stdout] | [INFO] [stdout] 7 | termios.c_lflag &= !(ICANON | ECHO | ECHOE | ECHOK | ECHONL | ISIG | IEXTEN); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ISIG` in this scope [INFO] [stdout] --> src/lib.rs:33:63 [INFO] [stdout] | [INFO] [stdout] 7 | termios.c_lflag &= !(ICANON | ECHO | ECHOE | ECHOK | ECHONL | ISIG | IEXTEN); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `IEXTEN` in this scope [INFO] [stdout] --> src/lib.rs:33:70 [INFO] [stdout] | [INFO] [stdout] 7 | termios.c_lflag &= !(ICANON | ECHO | ECHOE | ECHOK | ECHONL | ISIG | IEXTEN); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `OPOST` in this scope [INFO] [stdout] --> src/lib.rs:34:21 [INFO] [stdout] | [INFO] [stdout] 8 | termios.c_oflag &= !OPOST; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `INLCR` in this scope [INFO] [stdout] --> src/lib.rs:35:22 [INFO] [stdout] | [INFO] [stdout] 9 | termios.c_iflag &= !(INLCR | IGNCR | ICRNL | IGNBRK); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `IGNCR` in this scope [INFO] [stdout] --> src/lib.rs:35:30 [INFO] [stdout] | [INFO] [stdout] 9 | termios.c_iflag &= !(INLCR | IGNCR | ICRNL | IGNBRK); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ICRNL` in this scope [INFO] [stdout] --> src/lib.rs:35:38 [INFO] [stdout] | [INFO] [stdout] 9 | termios.c_iflag &= !(INLCR | IGNCR | ICRNL | IGNBRK); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `IGNBRK` in this scope [INFO] [stdout] --> src/lib.rs:35:46 [INFO] [stdout] | [INFO] [stdout] 9 | termios.c_iflag &= !(INLCR | IGNCR | ICRNL | IGNBRK); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `VMIN` in this scope [INFO] [stdout] --> src/lib.rs:37:14 [INFO] [stdout] | [INFO] [stdout] 11 | termios.c_cc[VMIN] = 0; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `VTIME` in this scope [INFO] [stdout] --> src/lib.rs:38:14 [INFO] [stdout] | [INFO] [stdout] 12 | termios.c_cc[VTIME] = 0; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to 18 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Termios (line 144) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `termios` [INFO] [stdout] --> src/lib.rs:149:9 [INFO] [stdout] | [INFO] [stdout] 7 | use termios::*; [INFO] [stdout] | ^^^^^^^ maybe a missing crate `termios`? [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Termios` [INFO] [stdout] --> src/lib.rs:151:28 [INFO] [stdout] | [INFO] [stdout] 9 | let mut termios = try!(Termios::from_fd(fd)); [INFO] [stdout] | ^^^^^^^ use of undeclared type `Termios` [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `CREAD` in this scope [INFO] [stdout] --> src/lib.rs:153:24 [INFO] [stdout] | [INFO] [stdout] 11 | termios.c_cflag |= CREAD | CLOCAL; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `CLOCAL` in this scope [INFO] [stdout] --> src/lib.rs:153:32 [INFO] [stdout] | [INFO] [stdout] 11 | termios.c_cflag |= CREAD | CLOCAL; [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ICANON` in this scope [INFO] [stdout] --> src/lib.rs:154:26 [INFO] [stdout] | [INFO] [stdout] 12 | termios.c_lflag &= !(ICANON | ECHO | ECHOE | ECHOK | ECHONL | ISIG | IEXTEN); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ECHO` in this scope [INFO] [stdout] --> src/lib.rs:154:35 [INFO] [stdout] | [INFO] [stdout] 12 | termios.c_lflag &= !(ICANON | ECHO | ECHOE | ECHOK | ECHONL | ISIG | IEXTEN); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ECHOE` in this scope [INFO] [stdout] --> src/lib.rs:154:42 [INFO] [stdout] | [INFO] [stdout] 12 | termios.c_lflag &= !(ICANON | ECHO | ECHOE | ECHOK | ECHONL | ISIG | IEXTEN); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ECHOK` in this scope [INFO] [stdout] --> src/lib.rs:154:50 [INFO] [stdout] | [INFO] [stdout] 12 | termios.c_lflag &= !(ICANON | ECHO | ECHOE | ECHOK | ECHONL | ISIG | IEXTEN); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ECHONL` in this scope [INFO] [stdout] --> src/lib.rs:154:58 [INFO] [stdout] | [INFO] [stdout] 12 | termios.c_lflag &= !(ICANON | ECHO | ECHOE | ECHOK | ECHONL | ISIG | IEXTEN); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ISIG` in this scope [INFO] [stdout] --> src/lib.rs:154:67 [INFO] [stdout] | [INFO] [stdout] 12 | termios.c_lflag &= !(ICANON | ECHO | ECHOE | ECHOK | ECHONL | ISIG | IEXTEN); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `IEXTEN` in this scope [INFO] [stdout] --> src/lib.rs:154:74 [INFO] [stdout] | [INFO] [stdout] 12 | termios.c_lflag &= !(ICANON | ECHO | ECHOE | ECHOK | ECHONL | ISIG | IEXTEN); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `OPOST` in this scope [INFO] [stdout] --> src/lib.rs:155:25 [INFO] [stdout] | [INFO] [stdout] 13 | termios.c_oflag &= !OPOST; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `INLCR` in this scope [INFO] [stdout] --> src/lib.rs:156:26 [INFO] [stdout] | [INFO] [stdout] 14 | termios.c_iflag &= !(INLCR | IGNCR | ICRNL | IGNBRK); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `IGNCR` in this scope [INFO] [stdout] --> src/lib.rs:156:34 [INFO] [stdout] | [INFO] [stdout] 14 | termios.c_iflag &= !(INLCR | IGNCR | ICRNL | IGNBRK); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ICRNL` in this scope [INFO] [stdout] --> src/lib.rs:156:42 [INFO] [stdout] | [INFO] [stdout] 14 | termios.c_iflag &= !(INLCR | IGNCR | ICRNL | IGNBRK); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `IGNBRK` in this scope [INFO] [stdout] --> src/lib.rs:156:50 [INFO] [stdout] | [INFO] [stdout] 14 | termios.c_iflag &= !(INLCR | IGNCR | ICRNL | IGNBRK); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `VMIN` in this scope [INFO] [stdout] --> src/lib.rs:158:18 [INFO] [stdout] | [INFO] [stdout] 16 | termios.c_cc[VMIN] = 0; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `VTIME` in this scope [INFO] [stdout] --> src/lib.rs:159:18 [INFO] [stdout] | [INFO] [stdout] 17 | termios.c_cc[VTIME] = 0; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cfsetspeed` in this scope [INFO] [stdout] --> src/lib.rs:161:10 [INFO] [stdout] | [INFO] [stdout] 19 | try!(cfsetspeed(&mut termios, B9600)); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `B9600` in this scope [INFO] [stdout] --> src/lib.rs:161:35 [INFO] [stdout] | [INFO] [stdout] 19 | try!(cfsetspeed(&mut termios, B9600)); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `tcsetattr` in this scope [INFO] [stdout] --> src/lib.rs:162:10 [INFO] [stdout] | [INFO] [stdout] 20 | try!(tcsetattr(fd, TCSANOW, &mut termios)); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `TCSANOW` in this scope [INFO] [stdout] --> src/lib.rs:162:24 [INFO] [stdout] | [INFO] [stdout] 20 | try!(tcsetattr(fd, TCSANOW, &mut termios)); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:161:5 [INFO] [stdout] | [INFO] [stdout] 19 | try!(cfsetspeed(&mut termios, B9600)); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:162:5 [INFO] [stdout] | [INFO] [stdout] 20 | try!(tcsetattr(fd, TCSANOW, &mut termios)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:151:23 [INFO] [stdout] | [INFO] [stdout] 9 | let mut termios = try!(Termios::from_fd(fd)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] error: aborting due to 22 previous errors; 3 warnings emitted [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/lib.rs - (line 19) [INFO] [stdout] src/lib.rs - (line 28) [INFO] [stdout] src/lib.rs - (line 44) [INFO] [stdout] src/lib.rs - (line 78) [INFO] [stdout] src/lib.rs - Termios (line 144) [INFO] [stdout] src/lib.rs - cfgetispeed (line 233) [INFO] [stdout] src/lib.rs - cfgetospeed (line 248) [INFO] [stdout] src/lib.rs - cfsetispeed (line 290) [INFO] [stdout] src/lib.rs - cfsetospeed (line 333) [INFO] [stdout] src/lib.rs - cfsetspeed (line 373) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 10 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] running `Command { std: "docker" "inspect" "8c7043e1011ab8fa6bd9b6c8187dfe9a2121077e0b85fdc7e52be3fff153c600", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8c7043e1011ab8fa6bd9b6c8187dfe9a2121077e0b85fdc7e52be3fff153c600", kill_on_drop: false }` [INFO] [stdout] 8c7043e1011ab8fa6bd9b6c8187dfe9a2121077e0b85fdc7e52be3fff153c600