[INFO] fetching crate dmx-termios 0.3.0...
[INFO] testing dmx-termios-0.3.0 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate dmx-termios 0.3.0 into /workspace/builds/worker-2-tc2/source
[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-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate dmx-termios 0.3.0 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "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" "+beta-2025-09-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 2 packages to latest compatible versions
[INFO] [stderr]       Adding ioctl-rs v0.1.6 (available: v0.2.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7db8bc51851fe66cd68dde26ca0f30d650ab859b700a48facb09be04b245ef9e
[INFO] running `Command { std: "docker" "start" "-a" "7db8bc51851fe66cd68dde26ca0f30d650ab859b700a48facb09be04b245ef9e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7db8bc51851fe66cd68dde26ca0f30d650ab859b700a48facb09be04b245ef9e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7db8bc51851fe66cd68dde26ca0f30d650ab859b700a48facb09be04b245ef9e", kill_on_drop: false }`
[INFO] [stdout] 7db8bc51851fe66cd68dde26ca0f30d650ab859b700a48facb09be04b245ef9e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=warn" "-e" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7a461612968fe33c0a91f142e541bd38c180ef4e96eea7d6033a5df8ceab6836
[INFO] running `Command { std: "docker" "start" "-a" "7a461612968fe33c0a91f142e541bd38c180ef4e96eea7d6033a5df8ceab6836", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[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)]` (part of `#[warn(unused)]`) 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: the type `Termios` does not permit being left uninitialized
[INFO] [stdout]    --> src/lib.rs:191:45
[INFO] [stdout]     |
[INFO] [stdout] 191 |         let mut termios: Termios = unsafe { mem::uninitialized() };
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                             |
[INFO] [stdout]     |                                             this code causes undefined behavior when executed
[INFO] [stdout]     |                                             help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout]     |
[INFO] [stdout] note: in this struct field
[INFO] [stdout]    --> src/lib.rs:169:5
[INFO] [stdout]     |
[INFO] [stdout] 169 |     inner: ::os::target::termios
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: integers must be initialized (in this struct field)
[INFO] [stdout]    --> src/os/linux.rs:14:5
[INFO] [stdout]     |
[INFO] [stdout]  14 |     pub c_iflag: tcflag_t,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#[warn(invalid_value)]` 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: 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]     = note: `#[warn(overflowing_literals)]` on by default
[INFO] [stdout] help: to use as a negative number (decimal `-2144578518`), consider using the type `u32` for the literal and cast it to `i32`
[INFO] [stdout]     |
[INFO] [stdout] 184 | pub const TCGETS2: c_int = (0x802c_542au32 as i32 as c_int);
[INFO] [stdout]     |                                        ++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
[INFO] running `Command { std: "docker" "inspect" "7a461612968fe33c0a91f142e541bd38c180ef4e96eea7d6033a5df8ceab6836", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7a461612968fe33c0a91f142e541bd38c180ef4e96eea7d6033a5df8ceab6836", kill_on_drop: false }`
[INFO] [stdout] 7a461612968fe33c0a91f142e541bd38c180ef4e96eea7d6033a5df8ceab6836
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=warn" "-e" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 774a24f5a32457cb6e089be7c0d5849157ae0dad8175a0d189a720170d5afa54
[INFO] running `Command { std: "docker" "start" "-a" "774a24f5a32457cb6e089be7c0d5849157ae0dad8175a0d189a720170d5afa54", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[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)]` (part of `#[warn(unused)]`) 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: the type `Termios` does not permit being left uninitialized
[INFO] [stdout]    --> src/lib.rs:191:45
[INFO] [stdout]     |
[INFO] [stdout] 191 |         let mut termios: Termios = unsafe { mem::uninitialized() };
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                             |
[INFO] [stdout]     |                                             this code causes undefined behavior when executed
[INFO] [stdout]     |                                             help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout]     |
[INFO] [stdout] note: in this struct field
[INFO] [stdout]    --> src/lib.rs:169:5
[INFO] [stdout]     |
[INFO] [stdout] 169 |     inner: ::os::target::termios
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: integers must be initialized (in this struct field)
[INFO] [stdout]    --> src/os/linux.rs:14:5
[INFO] [stdout]     |
[INFO] [stdout]  14 |     pub c_iflag: tcflag_t,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#[warn(invalid_value)]` 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: 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]     = note: `#[warn(overflowing_literals)]` on by default
[INFO] [stdout] help: to use as a negative number (decimal `-2144578518`), consider using the type `u32` for the literal and cast it to `i32`
[INFO] [stdout]     |
[INFO] [stdout] 184 | pub const TCGETS2: c_int = (0x802c_542au32 as i32 as c_int);
[INFO] [stdout]     |                                        ++++++++++
[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)]` (part of `#[warn(unused)]`) 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: the type `Termios` does not permit being left uninitialized
[INFO] [stdout]    --> src/lib.rs:191:45
[INFO] [stdout]     |
[INFO] [stdout] 191 |         let mut termios: Termios = unsafe { mem::uninitialized() };
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                             |
[INFO] [stdout]     |                                             this code causes undefined behavior when executed
[INFO] [stdout]     |                                             help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout]     |
[INFO] [stdout] note: in this struct field
[INFO] [stdout]    --> src/lib.rs:169:5
[INFO] [stdout]     |
[INFO] [stdout] 169 |     inner: ::os::target::termios
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: integers must be initialized (in this struct field)
[INFO] [stdout]    --> src/os/linux.rs:14:5
[INFO] [stdout]     |
[INFO] [stdout]  14 |     pub c_iflag: tcflag_t,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#[warn(invalid_value)]` 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: 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]     = note: `#[warn(overflowing_literals)]` on by default
[INFO] [stdout] help: to use as a negative number (decimal `-2144578518`), consider using the type `u32` for the literal and cast it to `i32`
[INFO] [stdout]     |
[INFO] [stdout] 184 | pub const TCGETS2: c_int = (0x802c_542au32 as i32 as c_int);
[INFO] [stdout]     |                                        ++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.43s
[INFO] running `Command { std: "docker" "inspect" "774a24f5a32457cb6e089be7c0d5849157ae0dad8175a0d189a720170d5afa54", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "774a24f5a32457cb6e089be7c0d5849157ae0dad8175a0d189a720170d5afa54", kill_on_drop: false }`
[INFO] [stdout] 774a24f5a32457cb6e089be7c0d5849157ae0dad8175a0d189a720170d5afa54
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=warn" "-e" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 89459dfdb69dde8922c23e53ee44aca153cd6bbf31836647da4e68e9548209da
[INFO] running `Command { std: "docker" "start" "-a" "89459dfdb69dde8922c23e53ee44aca153cd6bbf31836647da4e68e9548209da", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[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)]` (part of `#[warn(unused)]`) 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: the type `Termios` does not permit being left uninitialized
[INFO] [stderr]    --> src/lib.rs:191:45
[INFO] [stderr]     |
[INFO] [stderr] 191 |         let mut termios: Termios = unsafe { mem::uninitialized() };
[INFO] [stderr]     |                                             ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                                             |
[INFO] [stderr]     |                                             this code causes undefined behavior when executed
[INFO] [stderr]     |                                             help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stderr]     |
[INFO] [stderr] note: in this struct field
[INFO] [stderr]    --> src/lib.rs:169:5
[INFO] [stderr]     |
[INFO] [stderr] 169 |     inner: ::os::target::termios
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] note: integers must be initialized (in this struct field)
[INFO] [stderr]    --> src/os/linux.rs:14:5
[INFO] [stderr]     |
[INFO] [stderr]  14 |     pub c_iflag: tcflag_t,
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     = note: `#[warn(invalid_value)]` 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: 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]     = note: `#[warn(overflowing_literals)]` on by default
[INFO] [stderr] help: to use as a negative number (decimal `-2144578518`), consider using the type `u32` for the literal and cast it to `i32`
[INFO] [stderr]     |
[INFO] [stderr] 184 | pub const TCGETS2: c_int = (0x802c_542au32 as i32 as c_int);
[INFO] [stderr]     |                                        ++++++++++
[INFO] [stderr] 
[INFO] [stderr] warning: `dmx-termios` (lib) generated 4 warnings (run `cargo fix --lib -p dmx-termios` to apply 1 suggestion)
[INFO] [stderr] warning: `dmx-termios` (lib test) generated 4 warnings (4 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/dmx_termios-603324325493162d)
[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]    --> 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)]` (part of `#[warn(unused)]`) 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 28) - compile ... FAILED
[INFO] [stdout] test src/lib.rs - cfgetispeed (line 233) ... FAILED
[INFO] [stdout] test src/lib.rs - Termios (line 144) - compile ... FAILED
[INFO] [stdout] test src/lib.rs - cfgetospeed (line 248) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 19) - compile ... FAILED
[INFO] [stdout] test src/lib.rs - (line 78) - compile ... FAILED
[INFO] [stdout] test src/lib.rs - cfsetospeed (line 333) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 44) - compile ... FAILED
[INFO] [stdout] test src/lib.rs - cfsetispeed (line 290) ... FAILED
[INFO] [stdout] test src/lib.rs - cfsetspeed (line 373) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[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]   |     ^^^^^^^ use of unresolved module or unlinked crate `termios`
[INFO] [stdout]   |
[INFO] [stdout] help: if you wanted to use a crate named `termios`, use `cargo add termios` to add it to your `Cargo.toml` and import it in your code
[INFO] [stdout]   |
[INFO] [stdout] 2 + extern crate termios;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[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]   |     ^^^^^^^ use of unresolved module or unlinked crate `termios`
[INFO] [stdout]   |
[INFO] [stdout] help: if you wanted to use a crate named `termios`, use `cargo add termios` to add it to your `Cargo.toml` and import it in your code
[INFO] [stdout]   |
[INFO] [stdout] 2 + extern crate termios;
[INFO] [stdout]   |
[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 1 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 - 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]   |         ^^^^^^^ use of unresolved module or unlinked crate `termios`
[INFO] [stdout]   |
[INFO] [stdout] help: if you wanted to use a crate named `termios`, use `cargo add termios` to add it to your `Cargo.toml` and import it in your code
[INFO] [stdout]   |
[INFO] [stdout] 2 + extern crate termios;
[INFO] [stdout]   |
[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 1 previous error; 3 warnings 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]   |     ^^^^^^^ use of unresolved module or unlinked crate `termios`
[INFO] [stdout]   |
[INFO] [stdout] help: if you wanted to use a crate named `termios`, use `cargo add termios` to add it to your `Cargo.toml` and import it in your code
[INFO] [stdout]   |
[INFO] [stdout] 2 + extern crate termios;
[INFO] [stdout]   |
[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 1 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]   |     ^^^^^^^ use of unresolved module or unlinked crate `termios`
[INFO] [stdout]   |
[INFO] [stdout] help: if you wanted to use a crate named `termios`, use `cargo add termios` to add it to your `Cargo.toml` and import it in your code
[INFO] [stdout]   |
[INFO] [stdout] 2 + extern crate termios;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[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 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]   |     ^^^^^^^ use of unresolved module or unlinked crate `termios`
[INFO] [stdout]   |
[INFO] [stdout] help: if you wanted to use a crate named `termios`, use `cargo add termios` to add it to your `Cargo.toml` and import it in your code
[INFO] [stdout]   |
[INFO] [stdout] 2 + extern crate termios;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `termios`
[INFO] [stdout]  --> src/lib.rs:84:25
[INFO] [stdout]   |
[INFO] [stdout] 8 |     cfsetspeed(termios, termios::os::linux::B4000000)
[INFO] [stdout]   |                         ^^^^^^^ use of unresolved module or unlinked crate `termios`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `termios`, use `cargo add termios` to add it to your `Cargo.toml`
[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 - 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]   |     ^^^^^^^ use of unresolved module or unlinked crate `termios`
[INFO] [stdout]   |
[INFO] [stdout] help: if you wanted to use a crate named `termios`, use `cargo add termios` to add it to your `Cargo.toml` and import it in your code
[INFO] [stdout]   |
[INFO] [stdout] 2 + extern crate termios;
[INFO] [stdout]   |
[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 1 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 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]   |     ^^^^^^^ use of unresolved module or unlinked crate `termios`
[INFO] [stdout]   |
[INFO] [stdout] help: if you wanted to use a crate named `termios`, use `cargo add termios` to add it to your `Cargo.toml` and import it in your code
[INFO] [stdout]   |
[INFO] [stdout] 2 + extern crate termios;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[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 - 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]   |     ^^^^^^^ use of unresolved module or unlinked crate `termios`
[INFO] [stdout]   |
[INFO] [stdout] help: if you wanted to use a crate named `termios`, use `cargo add termios` to add it to your `Cargo.toml` and import it in your code
[INFO] [stdout]   |
[INFO] [stdout] 2 + extern crate termios;
[INFO] [stdout]   |
[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 1 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]   |     ^^^^^^^ use of unresolved module or unlinked crate `termios`
[INFO] [stdout]   |
[INFO] [stdout] help: if you wanted to use a crate named `termios`, use `cargo add termios` to add it to your `Cargo.toml` and import it in your code
[INFO] [stdout]   |
[INFO] [stdout] 2 + extern crate termios;
[INFO] [stdout]   |
[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 1 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] 
[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.47s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "89459dfdb69dde8922c23e53ee44aca153cd6bbf31836647da4e68e9548209da", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "89459dfdb69dde8922c23e53ee44aca153cd6bbf31836647da4e68e9548209da", kill_on_drop: false }`
[INFO] [stdout] 89459dfdb69dde8922c23e53ee44aca153cd6bbf31836647da4e68e9548209da
