[INFO] fetching crate expectrl 0.7.1... [INFO] checking expectrl-0.7.1 against try#4d98531622e1718ae0bc3c7a1ab9cd8938428452+rustflags=-Dtail_expr_drop_order for pr-129604 [INFO] extracting crate expectrl 0.7.1 into /workspace/builds/worker-3-tc2/source [INFO] validating manifest of crates.io crate expectrl 0.7.1 on toolchain 4d98531622e1718ae0bc3c7a1ab9cd8938428452 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate expectrl 0.7.1 [INFO] finished tweaking crates.io crate expectrl 0.7.1 [INFO] tweaked toml for crates.io crate expectrl 0.7.1 written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] crate crates.io crate expectrl 0.7.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9aafe3b7e44ab8d6dd4a53ec1e6905b3ff1aa7e4e7b42a3ef26055548025b17d [INFO] running `Command { std: "docker" "start" "-a" "9aafe3b7e44ab8d6dd4a53ec1e6905b3ff1aa7e4e7b42a3ef26055548025b17d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9aafe3b7e44ab8d6dd4a53ec1e6905b3ff1aa7e4e7b42a3ef26055548025b17d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9aafe3b7e44ab8d6dd4a53ec1e6905b3ff1aa7e4e7b42a3ef26055548025b17d", kill_on_drop: false }` [INFO] [stdout] 9aafe3b7e44ab8d6dd4a53ec1e6905b3ff1aa7e4e7b42a3ef26055548025b17d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Dtail_expr_drop_order" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1109856c42407d9609aaec7ed2a80ede4ae391e13438dc3f00ca6d7c89cc7b23 [INFO] running `Command { std: "docker" "start" "-a" "1109856c42407d9609aaec7ed2a80ede4ae391e13438dc3f00ca6d7c89cc7b23", kill_on_drop: false }` [INFO] [stderr] Compiling memoffset v0.7.1 [INFO] [stderr] Compiling libc v0.2.139 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Checking regex-syntax v0.6.27 [INFO] [stderr] Checking aho-corasick v0.7.18 [INFO] [stderr] Checking nix v0.26.2 [INFO] [stderr] Checking regex v1.6.0 [INFO] [stderr] Checking ptyprocess v0.4.1 [INFO] [stderr] Checking expectrl v0.7.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary qualification [INFO] [stdout] --> src/interact/session.rs:754:39 [INFO] [stdout] | [INFO] [stdout] 754 | Err(err) if err.kind() != std::io::ErrorKind::WouldBlock => return Err(err), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | unused_qualifications, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: remove the unnecessary path segments [INFO] [stdout] | [INFO] [stdout] 754 - Err(err) if err.kind() != std::io::ErrorKind::WouldBlock => return Err(err), [INFO] [stdout] 754 + Err(err) if err.kind() != ErrorKind::WouldBlock => return Err(err), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary qualification [INFO] [stdout] --> src/interact/session.rs:767:39 [INFO] [stdout] | [INFO] [stdout] 767 | Err(err) if err.kind() != std::io::ErrorKind::WouldBlock => return Err(err), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: remove the unnecessary path segments [INFO] [stdout] | [INFO] [stdout] 767 - Err(err) if err.kind() != std::io::ErrorKind::WouldBlock => return Err(err), [INFO] [stdout] 767 + Err(err) if err.kind() != ErrorKind::WouldBlock => return Err(err), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary qualification [INFO] [stdout] --> src/process/unix.rs:43:27 [INFO] [stdout] | [INFO] [stdout] 43 | let mut command = std::process::Command::new(&args[0]); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: remove the unnecessary path segments [INFO] [stdout] | [INFO] [stdout] 43 - let mut command = std::process::Command::new(&args[0]); [INFO] [stdout] 43 + let mut command = Command::new(&args[0]); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary qualification [INFO] [stdout] --> src/repl.rs:44:19 [INFO] [stdout] | [INFO] [stdout] 44 | let session = crate::session::Session::spawn(cmd)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: remove the unnecessary path segments [INFO] [stdout] | [INFO] [stdout] 44 - let session = crate::session::Session::spawn(cmd)?; [INFO] [stdout] 44 + let session = Session::spawn(cmd)?; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary qualification [INFO] [stdout] --> src/session/sync_session.rs:399:40 [INFO] [stdout] | [INFO] [stdout] 399 | fn write(&mut self, buf: &[u8]) -> std::io::Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: remove the unnecessary path segments [INFO] [stdout] | [INFO] [stdout] 399 - fn write(&mut self, buf: &[u8]) -> std::io::Result { [INFO] [stdout] 399 + fn write(&mut self, buf: &[u8]) -> io::Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary qualification [INFO] [stdout] --> src/session/sync_session.rs:403:28 [INFO] [stdout] | [INFO] [stdout] 403 | fn flush(&mut self) -> std::io::Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: remove the unnecessary path segments [INFO] [stdout] | [INFO] [stdout] 403 - fn flush(&mut self) -> std::io::Result<()> { [INFO] [stdout] 403 + fn flush(&mut self) -> io::Result<()> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary qualification [INFO] [stdout] --> src/interact/session.rs:754:39 [INFO] [stdout] | [INFO] [stdout] 754 | Err(err) if err.kind() != std::io::ErrorKind::WouldBlock => return Err(err), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | unused_qualifications, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: remove the unnecessary path segments [INFO] [stdout] | [INFO] [stdout] 754 - Err(err) if err.kind() != std::io::ErrorKind::WouldBlock => return Err(err), [INFO] [stdout] 754 + Err(err) if err.kind() != ErrorKind::WouldBlock => return Err(err), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary qualification [INFO] [stdout] --> src/interact/session.rs:767:39 [INFO] [stdout] | [INFO] [stdout] 767 | Err(err) if err.kind() != std::io::ErrorKind::WouldBlock => return Err(err), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: remove the unnecessary path segments [INFO] [stdout] | [INFO] [stdout] 767 - Err(err) if err.kind() != std::io::ErrorKind::WouldBlock => return Err(err), [INFO] [stdout] 767 + Err(err) if err.kind() != ErrorKind::WouldBlock => return Err(err), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary qualification [INFO] [stdout] --> src/process/unix.rs:43:27 [INFO] [stdout] | [INFO] [stdout] 43 | let mut command = std::process::Command::new(&args[0]); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: remove the unnecessary path segments [INFO] [stdout] | [INFO] [stdout] 43 - let mut command = std::process::Command::new(&args[0]); [INFO] [stdout] 43 + let mut command = Command::new(&args[0]); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary qualification [INFO] [stdout] --> src/repl.rs:44:19 [INFO] [stdout] | [INFO] [stdout] 44 | let session = crate::session::Session::spawn(cmd)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: remove the unnecessary path segments [INFO] [stdout] | [INFO] [stdout] 44 - let session = crate::session::Session::spawn(cmd)?; [INFO] [stdout] 44 + let session = Session::spawn(cmd)?; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary qualification [INFO] [stdout] --> src/session/sync_session.rs:399:40 [INFO] [stdout] | [INFO] [stdout] 399 | fn write(&mut self, buf: &[u8]) -> std::io::Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: remove the unnecessary path segments [INFO] [stdout] | [INFO] [stdout] 399 - fn write(&mut self, buf: &[u8]) -> std::io::Result { [INFO] [stdout] 399 + fn write(&mut self, buf: &[u8]) -> io::Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary qualification [INFO] [stdout] --> src/session/sync_session.rs:403:28 [INFO] [stdout] | [INFO] [stdout] 403 | fn flush(&mut self) -> std::io::Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: remove the unnecessary path segments [INFO] [stdout] | [INFO] [stdout] 403 - fn flush(&mut self) -> std::io::Result<()> { [INFO] [stdout] 403 + fn flush(&mut self) -> io::Result<()> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary qualification [INFO] [stdout] --> src/session/sync_session.rs:413:43 [INFO] [stdout] | [INFO] [stdout] 413 | fn read(&mut self, buf: &mut [u8]) -> std::io::Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: remove the unnecessary path segments [INFO] [stdout] | [INFO] [stdout] 413 - fn read(&mut self, buf: &mut [u8]) -> std::io::Result { [INFO] [stdout] 413 + fn read(&mut self, buf: &mut [u8]) -> io::Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary qualification [INFO] [stdout] --> src/session/sync_session.rs:419:31 [INFO] [stdout] | [INFO] [stdout] 419 | fn fill_buf(&mut self) -> std::io::Result<&[u8]> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: remove the unnecessary path segments [INFO] [stdout] | [INFO] [stdout] 419 - fn fill_buf(&mut self) -> std::io::Result<&[u8]> { [INFO] [stdout] 419 + fn fill_buf(&mut self) -> io::Result<&[u8]> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary qualification [INFO] [stdout] --> src/session/sync_session.rs:500:37 [INFO] [stdout] | [INFO] [stdout] 500 | fn read_available(&mut self) -> std::io::Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: remove the unnecessary path segments [INFO] [stdout] | [INFO] [stdout] 500 - fn read_available(&mut self) -> std::io::Result { [INFO] [stdout] 500 + fn read_available(&mut self) -> io::Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary qualification [INFO] [stdout] --> src/session/sync_session.rs:516:58 [INFO] [stdout] | [INFO] [stdout] 516 | fn read_available_once(&mut self, buf: &mut [u8]) -> std::io::Result> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: remove the unnecessary path segments [INFO] [stdout] | [INFO] [stdout] 516 - fn read_available_once(&mut self, buf: &mut [u8]) -> std::io::Result> { [INFO] [stdout] 516 + fn read_available_once(&mut self, buf: &mut [u8]) -> io::Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary qualification [INFO] [stdout] --> src/session/sync_session.rs:631:47 [INFO] [stdout] | [INFO] [stdout] 631 | fn read(&mut self, mut buf: &mut [u8]) -> std::io::Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: remove the unnecessary path segments [INFO] [stdout] | [INFO] [stdout] 631 - fn read(&mut self, mut buf: &mut [u8]) -> std::io::Result { [INFO] [stdout] 631 + fn read(&mut self, mut buf: &mut [u8]) -> io::Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary qualification [INFO] [stdout] --> src/stream/stdin.rs:125:16 [INFO] [stdout] | [INFO] [stdout] 125 | stdin: std::io::Stdin, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: remove the unnecessary path segments [INFO] [stdout] | [INFO] [stdout] 125 - stdin: std::io::Stdin, [INFO] [stdout] 125 + stdin: io::Stdin, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary qualification [INFO] [stdout] --> src/stream/stdin.rs:130:25 [INFO] [stdout] | [INFO] [stdout] 130 | let stdin = std::io::stdin(); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: remove the unnecessary path segments [INFO] [stdout] | [INFO] [stdout] 130 - let stdin = std::io::stdin(); [INFO] [stdout] 130 + let stdin = io::stdin(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary qualification [INFO] [stdout] --> src/session/sync_session.rs:413:43 [INFO] [stdout] | [INFO] [stdout] 413 | fn read(&mut self, buf: &mut [u8]) -> std::io::Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: remove the unnecessary path segments [INFO] [stdout] | [INFO] [stdout] 413 - fn read(&mut self, buf: &mut [u8]) -> std::io::Result { [INFO] [stdout] 413 + fn read(&mut self, buf: &mut [u8]) -> io::Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary qualification [INFO] [stdout] --> src/session/sync_session.rs:419:31 [INFO] [stdout] | [INFO] [stdout] 419 | fn fill_buf(&mut self) -> std::io::Result<&[u8]> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: remove the unnecessary path segments [INFO] [stdout] | [INFO] [stdout] 419 - fn fill_buf(&mut self) -> std::io::Result<&[u8]> { [INFO] [stdout] 419 + fn fill_buf(&mut self) -> io::Result<&[u8]> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary qualification [INFO] [stdout] --> src/session/sync_session.rs:500:37 [INFO] [stdout] | [INFO] [stdout] 500 | fn read_available(&mut self) -> std::io::Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: remove the unnecessary path segments [INFO] [stdout] | [INFO] [stdout] 500 - fn read_available(&mut self) -> std::io::Result { [INFO] [stdout] 500 + fn read_available(&mut self) -> io::Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary qualification [INFO] [stdout] --> src/session/sync_session.rs:516:58 [INFO] [stdout] | [INFO] [stdout] 516 | fn read_available_once(&mut self, buf: &mut [u8]) -> std::io::Result> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: remove the unnecessary path segments [INFO] [stdout] | [INFO] [stdout] 516 - fn read_available_once(&mut self, buf: &mut [u8]) -> std::io::Result> { [INFO] [stdout] 516 + fn read_available_once(&mut self, buf: &mut [u8]) -> io::Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary qualification [INFO] [stdout] --> src/session/sync_session.rs:631:47 [INFO] [stdout] | [INFO] [stdout] 631 | fn read(&mut self, mut buf: &mut [u8]) -> std::io::Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: remove the unnecessary path segments [INFO] [stdout] | [INFO] [stdout] 631 - fn read(&mut self, mut buf: &mut [u8]) -> std::io::Result { [INFO] [stdout] 631 + fn read(&mut self, mut buf: &mut [u8]) -> io::Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary qualification [INFO] [stdout] --> src/stream/stdin.rs:125:16 [INFO] [stdout] | [INFO] [stdout] 125 | stdin: std::io::Stdin, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: remove the unnecessary path segments [INFO] [stdout] | [INFO] [stdout] 125 - stdin: std::io::Stdin, [INFO] [stdout] 125 + stdin: io::Stdin, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary qualification [INFO] [stdout] --> src/stream/stdin.rs:130:25 [INFO] [stdout] | [INFO] [stdout] 130 | let stdin = std::io::stdin(); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: remove the unnecessary path segments [INFO] [stdout] | [INFO] [stdout] 130 - let stdin = std::io::stdin(); [INFO] [stdout] 130 + let stdin = io::stdin(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/interact/opts.rs:74:28 [INFO] [stdout] | [INFO] [stdout] 68 | pub fn output_filter(self, filter: F) -> InteractOptions [INFO] [stdout] | ---- --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 74 | output_filter: Some(filter), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: requested on the command line with `-D tail-expr-drop-order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/interact/opts.rs:92:27 [INFO] [stdout] | [INFO] [stdout] 87 | pub fn input_filter(self, filter: F) -> InteractOptions [INFO] [stdout] | ---- --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 92 | input_filter: Some(filter), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/interact/opts.rs:116:27 [INFO] [stdout] | [INFO] [stdout] 109 | pub fn on_input(self, action: F) -> InteractOptions [INFO] [stdout] | ---- --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 116 | input_action: Some(action), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/interact/opts.rs:141:28 [INFO] [stdout] | [INFO] [stdout] 133 | pub fn on_output(self, action: F) -> InteractOptions [INFO] [stdout] | ---- --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 141 | output_action: Some(action), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/interact/opts.rs:161:26 [INFO] [stdout] | [INFO] [stdout] 152 | pub fn on_idle(self, action: F) -> InteractOptions [INFO] [stdout] | ---- --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 161 | idle_action: Some(action), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/process/unix.rs:52:12 [INFO] [stdout] | [INFO] [stdout] 49 | fn spawn_command(command: Self::Command) -> Result { [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 50 | let proc = PtyProcess::spawn(command).map_err(to_io_error("Failed to spawn a command"))?; [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 51 | [INFO] [stdout] 52 | Ok(Self { proc }) [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/session/mod.rs:165:25 [INFO] [stdout] | [INFO] [stdout] 160 | pub fn log(session: Session, dst: W) -> Result>, Error> [INFO] [stdout] | ---------------------- ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 165 | session.swap_stream(|s| LogStream::new(s, dst)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/session/sync_session.rs:32:12 [INFO] [stdout] | [INFO] [stdout] 30 | pub fn new(process: P, stream: S) -> io::Result { [INFO] [stdout] | ---------- --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 31 | let stream = TryStream::new(stream)?; [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 32 | Ok(Self { [INFO] [stdout] | ____________^ [INFO] [stdout] 33 | | proc: process, [INFO] [stdout] 34 | | stream, [INFO] [stdout] 35 | | expect_timeout: Some(Duration::from_millis(10000)), [INFO] [stdout] 36 | | expect_lazy: false, [INFO] [stdout] 37 | | }) [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | |_________these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/session/sync_session.rs:435:9 [INFO] [stdout] | [INFO] [stdout] 434 | fn into_inner(self) -> S { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 435 | self.stream.inner.into_inner().inner [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/session/sync_session.rs:450:12 [INFO] [stdout] | [INFO] [stdout] 449 | fn new(stream: S) -> io::Result { [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 450 | Ok(Self { [INFO] [stdout] | ____________^ [INFO] [stdout] 451 | | stream: ControlledReader::new(stream), [INFO] [stdout] 452 | | }) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/session/sync_session.rs:582:20 [INFO] [stdout] | [INFO] [stdout] 580 | fn new(reader: R) -> Self { [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 581 | Self { [INFO] [stdout] 582 | inner: BufReader::new(BufferedReader::new(reader)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 11 previous errors; 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `expectrl` (lib) due to 12 previous errors; 13 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/interact/opts.rs:74:28 [INFO] [stdout] | [INFO] [stdout] 68 | pub fn output_filter(self, filter: F) -> InteractOptions [INFO] [stdout] | ---- --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 74 | output_filter: Some(filter), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: requested on the command line with `-D tail-expr-drop-order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/interact/opts.rs:92:27 [INFO] [stdout] | [INFO] [stdout] 87 | pub fn input_filter(self, filter: F) -> InteractOptions [INFO] [stdout] | ---- --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 92 | input_filter: Some(filter), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/interact/opts.rs:116:27 [INFO] [stdout] | [INFO] [stdout] 109 | pub fn on_input(self, action: F) -> InteractOptions [INFO] [stdout] | ---- --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 116 | input_action: Some(action), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/interact/opts.rs:141:28 [INFO] [stdout] | [INFO] [stdout] 133 | pub fn on_output(self, action: F) -> InteractOptions [INFO] [stdout] | ---- --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 141 | output_action: Some(action), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/interact/opts.rs:161:26 [INFO] [stdout] | [INFO] [stdout] 152 | pub fn on_idle(self, action: F) -> InteractOptions [INFO] [stdout] | ---- --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 161 | idle_action: Some(action), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/process/unix.rs:52:12 [INFO] [stdout] | [INFO] [stdout] 49 | fn spawn_command(command: Self::Command) -> Result { [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 50 | let proc = PtyProcess::spawn(command).map_err(to_io_error("Failed to spawn a command"))?; [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 51 | [INFO] [stdout] 52 | Ok(Self { proc }) [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/session/mod.rs:165:25 [INFO] [stdout] | [INFO] [stdout] 160 | pub fn log(session: Session, dst: W) -> Result>, Error> [INFO] [stdout] | ---------------------- ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 165 | session.swap_stream(|s| LogStream::new(s, dst)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/session/sync_session.rs:32:12 [INFO] [stdout] | [INFO] [stdout] 30 | pub fn new(process: P, stream: S) -> io::Result { [INFO] [stdout] | ---------- --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 31 | let stream = TryStream::new(stream)?; [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 32 | Ok(Self { [INFO] [stdout] | ____________^ [INFO] [stdout] 33 | | proc: process, [INFO] [stdout] 34 | | stream, [INFO] [stdout] 35 | | expect_timeout: Some(Duration::from_millis(10000)), [INFO] [stdout] 36 | | expect_lazy: false, [INFO] [stdout] 37 | | }) [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | |_________these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/session/sync_session.rs:435:9 [INFO] [stdout] | [INFO] [stdout] 434 | fn into_inner(self) -> S { [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 435 | self.stream.inner.into_inner().inner [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/session/sync_session.rs:450:12 [INFO] [stdout] | [INFO] [stdout] 449 | fn new(stream: S) -> io::Result { [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 450 | Ok(Self { [INFO] [stdout] | ____________^ [INFO] [stdout] 451 | | stream: ControlledReader::new(stream), [INFO] [stdout] 452 | | }) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/session/sync_session.rs:582:20 [INFO] [stdout] | [INFO] [stdout] 580 | fn new(reader: R) -> Self { [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 581 | Self { [INFO] [stdout] 582 | inner: BufReader::new(BufferedReader::new(reader)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 11 previous errors; 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `expectrl` (lib test) due to 12 previous errors; 13 warnings emitted [INFO] running `Command { std: "docker" "inspect" "1109856c42407d9609aaec7ed2a80ede4ae391e13438dc3f00ca6d7c89cc7b23", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1109856c42407d9609aaec7ed2a80ede4ae391e13438dc3f00ca6d7c89cc7b23", kill_on_drop: false }` [INFO] [stdout] 1109856c42407d9609aaec7ed2a80ede4ae391e13438dc3f00ca6d7c89cc7b23