[INFO] fetching crate librapidarchive 0.2.0... [INFO] testing librapidarchive-0.2.0 against 1.59.0 for beta-1.60-1 [INFO] extracting crate librapidarchive 0.2.0 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate librapidarchive 0.2.0 on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate librapidarchive 0.2.0 [INFO] finished tweaking crates.io crate librapidarchive 0.2.0 [INFO] tweaked toml for crates.io crate librapidarchive 0.2.0 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.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.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] af0240f55ba8cf8d9d6a288038a5bca1af8fa4cbdb5486adf917fc01050d98e1 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "af0240f55ba8cf8d9d6a288038a5bca1af8fa4cbdb5486adf917fc01050d98e1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "af0240f55ba8cf8d9d6a288038a5bca1af8fa4cbdb5486adf917fc01050d98e1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "af0240f55ba8cf8d9d6a288038a5bca1af8fa4cbdb5486adf917fc01050d98e1", kill_on_drop: false }` [INFO] [stdout] af0240f55ba8cf8d9d6a288038a5bca1af8fa4cbdb5486adf917fc01050d98e1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] afee4b3fb203b5894036fa1c46572e337541db1df2bcc386aba02f5bef09fbb0 [INFO] running `Command { std: "docker" "start" "-a" "afee4b3fb203b5894036fa1c46572e337541db1df2bcc386aba02f5bef09fbb0", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling pad v0.1.6 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling nix v0.10.0 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling num v0.2.1 [INFO] [stderr] Compiling librapidarchive v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/tar/mod.rs:93:72 [INFO] [stdout] | [INFO] [stdout] 93 | pub fn serialize(traversal: &header::HeaderGenResult, tarball: &mut ArchivalSink) -> io::Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 93 - pub fn serialize(traversal: &header::HeaderGenResult, tarball: &mut ArchivalSink) -> io::Result { [INFO] [stdout] 93 + pub fn serialize(traversal: &header::HeaderGenResult, tarball: &mut dyn ArchivalSink) -> io::Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/traverse.rs:33:32 [INFO] [stdout] | [INFO] [stdout] 33 | fn cause(&self) -> Option<&error::Error> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 33 - fn cause(&self) -> Option<&error::Error> { [INFO] [stdout] 33 + fn cause(&self) -> Option<&dyn error::Error> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/tar/recovery.rs:72:32 [INFO] [stdout] | [INFO] [stdout] 72 | pub fn recover_data(sink: &mut ArchivalSink, format: TarFormat, lost: Vec>) -> io::Result [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 72 - pub fn recover_data(sink: &mut ArchivalSink, format: TarFormat, lost: Vec>) -> io::Result>>> { [INFO] [stdout] 72 + pub fn recover_data(sink: &mut dyn ArchivalSink, format: TarFormat, lost: Vec>) -> io::Result>>> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/fs/portable.rs:85:117 [INFO] [stdout] | [INFO] [stdout] 85 | pub fn open_sink, I>(outfile: P, tuning: &Configuration, limit: Option) -> io::Result>> whe... [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 85 - pub fn open_sink, I>(outfile: P, tuning: &Configuration, limit: Option) -> io::Result>> where ffi::OsString: From

, P: Clone, I: 'static + Send + Clone + PartialEq { [INFO] [stdout] 85 + pub fn open_sink, I>(outfile: P, tuning: &Configuration, limit: Option) -> io::Result>> where ffi::OsString: From

, P: Clone, I: 'static + Send + Clone + PartialEq { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/fs/portable.rs:120:71 [INFO] [stdout] | [INFO] [stdout] 120 | pub fn open_tape>(_tapedev: P) -> io::Result> where ffi::OsString: From

, P: Clone { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 120 - pub fn open_tape>(_tapedev: P) -> io::Result> where ffi::OsString: From

, P: Clone { [INFO] [stdout] 120 + pub fn open_tape>(_tapedev: P) -> io::Result> where ffi::OsString: From

, P: Clone { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/fs/unix.rs:22:117 [INFO] [stdout] | [INFO] [stdout] 22 | pub fn open_sink, I>(outfile: P, tuning: &Configuration, limit: Option) -> io::Result>> whe... [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 22 - pub fn open_sink, I>(outfile: P, tuning: &Configuration, limit: Option) -> io::Result>> where ffi::OsString: From

, P: Clone, I: 'static + Send + Clone + PartialEq { [INFO] [stdout] 22 + pub fn open_sink, I>(outfile: P, tuning: &Configuration, limit: Option) -> io::Result>> where ffi::OsString: From

, P: Clone, I: 'static + Send + Clone + PartialEq { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/fs/unix.rs:50:70 [INFO] [stdout] | [INFO] [stdout] 50 | pub fn open_tape>(tapedev: P) -> io::Result> where ffi::OsString: From

, P: Clone { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 50 - pub fn open_tape>(tapedev: P) -> io::Result> where ffi::OsString: From

, P: Clone { [INFO] [stdout] 50 + pub fn open_tape>(tapedev: P) -> io::Result> where ffi::OsString: From

, P: Clone { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/traverse.rs:29:33 [INFO] [stdout] | [INFO] [stdout] 29 | IOError(err) => err.description() [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/fs/unix.rs:107:9 [INFO] [stdout] | [INFO] [stdout] 107 | let mut username; [INFO] [stdout] | ----^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/fs/unix.rs:140:9 [INFO] [stdout] | [INFO] [stdout] 140 | let mut groupname; [INFO] [stdout] | ----^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `drain_buf_until_empty` [INFO] [stdout] --> src/concurrentbuf.rs:206:8 [INFO] [stdout] | [INFO] [stdout] 206 | fn drain_buf_until_empty(&mut self) -> io::Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this arithmetic operation will overflow [INFO] [stdout] --> src/units/data.rs:82:80 [INFO] [stdout] | [INFO] [stdout] 82 | inner: From::from(I::from_str(&s[..slen - 1])? * NumCast::from(1024 * 1024 * 1024 * 1024).unwrap()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ attempt to compute `1073741824_i32 * 1024_i32`, which would overflow [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(arithmetic_overflow)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.86s [INFO] running `Command { std: "docker" "inspect" "afee4b3fb203b5894036fa1c46572e337541db1df2bcc386aba02f5bef09fbb0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "afee4b3fb203b5894036fa1c46572e337541db1df2bcc386aba02f5bef09fbb0", kill_on_drop: false }` [INFO] [stdout] afee4b3fb203b5894036fa1c46572e337541db1df2bcc386aba02f5bef09fbb0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6e55dd151b3d4f053e95c027fd7d3f90c4340db9fbce310913f75c8b557104fe [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "6e55dd151b3d4f053e95c027fd7d3f90c4340db9fbce310913f75c8b557104fe", kill_on_drop: false }` [INFO] [stderr] Compiling librapidarchive v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/tar/mod.rs:93:72 [INFO] [stdout] | [INFO] [stdout] 93 | pub fn serialize(traversal: &header::HeaderGenResult, tarball: &mut ArchivalSink) -> io::Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 93 - pub fn serialize(traversal: &header::HeaderGenResult, tarball: &mut ArchivalSink) -> io::Result { [INFO] [stdout] 93 + pub fn serialize(traversal: &header::HeaderGenResult, tarball: &mut dyn ArchivalSink) -> io::Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/traverse.rs:33:32 [INFO] [stdout] | [INFO] [stdout] 33 | fn cause(&self) -> Option<&error::Error> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 33 - fn cause(&self) -> Option<&error::Error> { [INFO] [stdout] 33 + fn cause(&self) -> Option<&dyn error::Error> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/tar/recovery.rs:72:32 [INFO] [stdout] | [INFO] [stdout] 72 | pub fn recover_data(sink: &mut ArchivalSink, format: TarFormat, lost: Vec>) -> io::Result [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 72 - pub fn recover_data(sink: &mut ArchivalSink, format: TarFormat, lost: Vec>) -> io::Result>>> { [INFO] [stdout] 72 + pub fn recover_data(sink: &mut dyn ArchivalSink, format: TarFormat, lost: Vec>) -> io::Result>>> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/fs/portable.rs:85:117 [INFO] [stdout] | [INFO] [stdout] 85 | pub fn open_sink, I>(outfile: P, tuning: &Configuration, limit: Option) -> io::Result>> whe... [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 85 - pub fn open_sink, I>(outfile: P, tuning: &Configuration, limit: Option) -> io::Result>> where ffi::OsString: From

, P: Clone, I: 'static + Send + Clone + PartialEq { [INFO] [stdout] 85 + pub fn open_sink, I>(outfile: P, tuning: &Configuration, limit: Option) -> io::Result>> where ffi::OsString: From

, P: Clone, I: 'static + Send + Clone + PartialEq { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/fs/portable.rs:120:71 [INFO] [stdout] | [INFO] [stdout] 120 | pub fn open_tape>(_tapedev: P) -> io::Result> where ffi::OsString: From

, P: Clone { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 120 - pub fn open_tape>(_tapedev: P) -> io::Result> where ffi::OsString: From

, P: Clone { [INFO] [stdout] 120 + pub fn open_tape>(_tapedev: P) -> io::Result> where ffi::OsString: From

, P: Clone { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/fs/unix.rs:22:117 [INFO] [stdout] | [INFO] [stdout] 22 | pub fn open_sink, I>(outfile: P, tuning: &Configuration, limit: Option) -> io::Result>> whe... [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 22 - pub fn open_sink, I>(outfile: P, tuning: &Configuration, limit: Option) -> io::Result>> where ffi::OsString: From

, P: Clone, I: 'static + Send + Clone + PartialEq { [INFO] [stdout] 22 + pub fn open_sink, I>(outfile: P, tuning: &Configuration, limit: Option) -> io::Result>> where ffi::OsString: From

, P: Clone, I: 'static + Send + Clone + PartialEq { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/fs/unix.rs:50:70 [INFO] [stdout] | [INFO] [stdout] 50 | pub fn open_tape>(tapedev: P) -> io::Result> where ffi::OsString: From

, P: Clone { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 50 - pub fn open_tape>(tapedev: P) -> io::Result> where ffi::OsString: From

, P: Clone { [INFO] [stdout] 50 + pub fn open_tape>(tapedev: P) -> io::Result> where ffi::OsString: From

, P: Clone { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/traverse.rs:29:33 [INFO] [stdout] | [INFO] [stdout] 29 | IOError(err) => err.description() [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/fs/unix.rs:107:9 [INFO] [stdout] | [INFO] [stdout] 107 | let mut username; [INFO] [stdout] | ----^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/fs/unix.rs:140:9 [INFO] [stdout] | [INFO] [stdout] 140 | let mut groupname; [INFO] [stdout] | ----^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `drain_buf_until_empty` [INFO] [stdout] --> src/concurrentbuf.rs:206:8 [INFO] [stdout] | [INFO] [stdout] 206 | fn drain_buf_until_empty(&mut self) -> io::Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this arithmetic operation will overflow [INFO] [stdout] --> src/units/data.rs:82:80 [INFO] [stdout] | [INFO] [stdout] 82 | inner: From::from(I::from_str(&s[..slen - 1])? * NumCast::from(1024 * 1024 * 1024 * 1024).unwrap()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ attempt to compute `1073741824_i32 * 1024_i32`, which would overflow [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(arithmetic_overflow)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/tar/mod.rs:93:72 [INFO] [stdout] | [INFO] [stdout] 93 | pub fn serialize(traversal: &header::HeaderGenResult, tarball: &mut ArchivalSink) -> io::Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 93 - pub fn serialize(traversal: &header::HeaderGenResult, tarball: &mut ArchivalSink) -> io::Result { [INFO] [stdout] 93 + pub fn serialize(traversal: &header::HeaderGenResult, tarball: &mut dyn ArchivalSink) -> io::Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/traverse.rs:33:32 [INFO] [stdout] | [INFO] [stdout] 33 | fn cause(&self) -> Option<&error::Error> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 33 - fn cause(&self) -> Option<&error::Error> { [INFO] [stdout] 33 + fn cause(&self) -> Option<&dyn error::Error> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/tar/recovery.rs:72:32 [INFO] [stdout] | [INFO] [stdout] 72 | pub fn recover_data(sink: &mut ArchivalSink, format: TarFormat, lost: Vec>) -> io::Result [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 72 - pub fn recover_data(sink: &mut ArchivalSink, format: TarFormat, lost: Vec>) -> io::Result>>> { [INFO] [stdout] 72 + pub fn recover_data(sink: &mut dyn ArchivalSink, format: TarFormat, lost: Vec>) -> io::Result>>> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/fs/portable.rs:85:117 [INFO] [stdout] | [INFO] [stdout] 85 | pub fn open_sink, I>(outfile: P, tuning: &Configuration, limit: Option) -> io::Result>> whe... [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 85 - pub fn open_sink, I>(outfile: P, tuning: &Configuration, limit: Option) -> io::Result>> where ffi::OsString: From

, P: Clone, I: 'static + Send + Clone + PartialEq { [INFO] [stdout] 85 + pub fn open_sink, I>(outfile: P, tuning: &Configuration, limit: Option) -> io::Result>> where ffi::OsString: From

, P: Clone, I: 'static + Send + Clone + PartialEq { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/fs/portable.rs:120:71 [INFO] [stdout] | [INFO] [stdout] 120 | pub fn open_tape>(_tapedev: P) -> io::Result> where ffi::OsString: From

, P: Clone { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 120 - pub fn open_tape>(_tapedev: P) -> io::Result> where ffi::OsString: From

, P: Clone { [INFO] [stdout] 120 + pub fn open_tape>(_tapedev: P) -> io::Result> where ffi::OsString: From

, P: Clone { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/fs/unix.rs:22:117 [INFO] [stdout] | [INFO] [stdout] 22 | pub fn open_sink, I>(outfile: P, tuning: &Configuration, limit: Option) -> io::Result>> whe... [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 22 - pub fn open_sink, I>(outfile: P, tuning: &Configuration, limit: Option) -> io::Result>> where ffi::OsString: From

, P: Clone, I: 'static + Send + Clone + PartialEq { [INFO] [stdout] 22 + pub fn open_sink, I>(outfile: P, tuning: &Configuration, limit: Option) -> io::Result>> where ffi::OsString: From

, P: Clone, I: 'static + Send + Clone + PartialEq { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/fs/unix.rs:50:70 [INFO] [stdout] | [INFO] [stdout] 50 | pub fn open_tape>(tapedev: P) -> io::Result> where ffi::OsString: From

, P: Clone { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 50 - pub fn open_tape>(tapedev: P) -> io::Result> where ffi::OsString: From

, P: Clone { [INFO] [stdout] 50 + pub fn open_tape>(tapedev: P) -> io::Result> where ffi::OsString: From

, P: Clone { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/traverse.rs:29:33 [INFO] [stdout] | [INFO] [stdout] 29 | IOError(err) => err.description() [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/fs/unix.rs:107:9 [INFO] [stdout] | [INFO] [stdout] 107 | let mut username; [INFO] [stdout] | ----^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/fs/unix.rs:140:9 [INFO] [stdout] | [INFO] [stdout] 140 | let mut groupname; [INFO] [stdout] | ----^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `drain_buf_until_empty` [INFO] [stdout] --> src/concurrentbuf.rs:206:8 [INFO] [stdout] | [INFO] [stdout] 206 | fn drain_buf_until_empty(&mut self) -> io::Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.21s [INFO] running `Command { std: "docker" "inspect" "6e55dd151b3d4f053e95c027fd7d3f90c4340db9fbce310913f75c8b557104fe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6e55dd151b3d4f053e95c027fd7d3f90c4340db9fbce310913f75c8b557104fe", kill_on_drop: false }` [INFO] [stdout] 6e55dd151b3d4f053e95c027fd7d3f90c4340db9fbce310913f75c8b557104fe [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 92a2b90c390e6cc25e01751ecaf160d20fb4a43fab462e4d9d74c1180cd01807 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "92a2b90c390e6cc25e01751ecaf160d20fb4a43fab462e4d9d74c1180cd01807", kill_on_drop: false }` [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/tar/mod.rs:93:72 [INFO] [stderr] | [INFO] [stderr] 93 | pub fn serialize(traversal: &header::HeaderGenResult, tarball: &mut ArchivalSink) -> io::Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 93 - pub fn serialize(traversal: &header::HeaderGenResult, tarball: &mut ArchivalSink) -> io::Result { [INFO] [stderr] 93 + pub fn serialize(traversal: &header::HeaderGenResult, tarball: &mut dyn ArchivalSink) -> io::Result { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/traverse.rs:33:32 [INFO] [stderr] | [INFO] [stderr] 33 | fn cause(&self) -> Option<&error::Error> { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 33 - fn cause(&self) -> Option<&error::Error> { [INFO] [stderr] 33 + fn cause(&self) -> Option<&dyn error::Error> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/tar/recovery.rs:72:32 [INFO] [stderr] | [INFO] [stderr] 72 | pub fn recover_data(sink: &mut ArchivalSink, format: TarFormat, lost: Vec>) -> io::Result [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 72 - pub fn recover_data(sink: &mut ArchivalSink, format: TarFormat, lost: Vec>) -> io::Result>>> { [INFO] [stderr] 72 + pub fn recover_data(sink: &mut dyn ArchivalSink, format: TarFormat, lost: Vec>) -> io::Result>>> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/fs/portable.rs:85:117 [INFO] [stderr] | [INFO] [stderr] 85 | pub fn open_sink, I>(outfile: P, tuning: &Configuration, limit: Option) -> io::Result>> whe... [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 85 - pub fn open_sink, I>(outfile: P, tuning: &Configuration, limit: Option) -> io::Result>> where ffi::OsString: From

, P: Clone, I: 'static + Send + Clone + PartialEq { [INFO] [stderr] 85 + pub fn open_sink, I>(outfile: P, tuning: &Configuration, limit: Option) -> io::Result>> where ffi::OsString: From

, P: Clone, I: 'static + Send + Clone + PartialEq { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/fs/portable.rs:120:71 [INFO] [stderr] | [INFO] [stderr] 120 | pub fn open_tape>(_tapedev: P) -> io::Result> where ffi::OsString: From

, P: Clone { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stdout] [INFO] [stderr] 120 - pub fn open_tape>(_tapedev: P) -> io::Result> where ffi::OsString: From

, P: Clone { [INFO] [stdout] running 34 tests [INFO] [stderr] 120 + pub fn open_tape>(_tapedev: P) -> io::Result> where ffi::OsString: From

, P: Clone { [INFO] [stdout] test blocking::tests::blocking_factor_1_block_passthrough ... ok [INFO] [stderr] | [INFO] [stdout] test blocking::tests::blocking_factor_1_record_splitting ... ok [INFO] [stderr] [INFO] [stdout] test spanning::tests::datazone_buffer ... ok [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] test spanning::tests::datazone_overhang ... ok [INFO] [stderr] --> src/fs/unix.rs:22:117 [INFO] [stdout] test spanning::tests::datazone_overhang_exact ... ok [INFO] [stderr] | [INFO] [stdout] test blocking::tests::blocking_factor_1_record_splitting_shortcircuit ... ok [INFO] [stderr] 22 | pub fn open_sink, I>(outfile: P, tuning: &Configuration, limit: Option) -> io::Result>> whe... [INFO] [stdout] test blocking::tests::blocking_factor_4_block_zone_tracking ... ok [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stdout] test spanning::tests::datazone_stream ... ok [INFO] [stderr] | [INFO] [stdout] test spanning::tests::datazone_stream_overhang ... ok [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] test spanning::tests::datazone_stream_overslack ... ok [INFO] [stderr] = note: for more information, see [INFO] [stdout] test tar::gnu::tests::format_gnu_numeral_8_verylarge ... ok [INFO] [stderr] help: use `dyn` [INFO] [stdout] test tar::gnu::tests::format_gnu_numeral_8_large ... ok [INFO] [stderr] | [INFO] [stdout] test tar::pax::tests::pax_attribute ... ok [INFO] [stderr] 22 - pub fn open_sink, I>(outfile: P, tuning: &Configuration, limit: Option) -> io::Result>> where ffi::OsString: From

, P: Clone, I: 'static + Send + Clone + PartialEq { [INFO] [stdout] test tar::pax::tests::pax_legacy_filename_long_tricky ... ok [INFO] [stderr] 22 + pub fn open_sink, I>(outfile: P, tuning: &Configuration, limit: Option) -> io::Result>> where ffi::OsString: From

, P: Clone, I: 'static + Send + Clone + PartialEq { [INFO] [stdout] test tar::pax::tests::pax_attribute_fixedpoint_overflow ... ok [INFO] [stderr] | [INFO] [stdout] test tar::pax::tests::pax_attribute_fixedpoint_underflow ... ok [INFO] [stderr] [INFO] [stdout] test tar::pax::tests::pax_attribute_longkey ... ok [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] test tar::pax::tests::pax_attribute_longval ... ok [INFO] [stderr] --> src/fs/unix.rs:50:70 [INFO] [stdout] test tar::pax::tests::pax_legacy_filename_medium ... ok [INFO] [stderr] | [INFO] [stdout] test tar::pax::tests::pax_legacy_filename_short ... ok [INFO] [stderr] 50 | pub fn open_tape>(tapedev: P) -> io::Result> where ffi::OsString: From

, P: Clone { [INFO] [stdout] test tar::pax::tests::pax_legacy_filename_long ... ok [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] test tar::ustar::tests::format_tar_filename_long ... ok [INFO] [stderr] | [INFO] [stdout] test tar::ustar::tests::format_tar_filename_short ... ok [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 50 - pub fn open_tape>(tapedev: P) -> io::Result> where ffi::OsString: From

, P: Clone { [INFO] [stderr] 50 + pub fn open_tape>(tapedev: P) -> io::Result> where ffi::OsString: From

, P: Clone { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/traverse.rs:29:33 [INFO] [stderr] | [INFO] [stderr] 29 | IOError(err) => err.description() [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/fs/unix.rs:107:9 [INFO] [stderr] | [INFO] [stderr] 107 | let mut username; [INFO] [stderr] | ----^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/fs/unix.rs:140:9 [INFO] [stderr] | [INFO] [stderr] 140 | let mut groupname; [INFO] [stderr] | ----^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `drain_buf_until_empty` [INFO] [stderr] --> src/concurrentbuf.rs:206:8 [INFO] [stderr] | [INFO] [stderr] 206 | fn drain_buf_until_empty(&mut self) -> io::Result<()> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: this arithmetic operation will overflow [INFO] [stderr] --> src/units/data.rs:82:80 [INFO] [stderr] | [INFO] [stderr] 82 | inner: From::from(I::from_str(&s[..slen - 1])? * NumCast::from(1024 * 1024 * 1024 * 1024).unwrap()) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ attempt to compute `1073741824_i32 * 1024_i32`, which would overflow [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(arithmetic_overflow)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `librapidarchive` (lib) generated 12 warnings [INFO] [stderr] warning: `librapidarchive` (lib test) generated 11 warnings (11 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/librapidarchive-4308a2812d2cd9de) [INFO] [stdout] test tar::ustar::tests::format_tar_numeral_8 ... ok [INFO] [stderr] Doc-tests librapidarchive [INFO] [stdout] test tar::ustar::tests::format_tar_numeral_8_large ... ok [INFO] [stdout] test tar::ustar::tests::format_tar_string_32 ... ok [INFO] [stdout] test units::time::test::time_days ... ok [INFO] [stdout] test units::time::test::time_hours ... ok [INFO] [stdout] test units::time::test::time_nanos ... ok [INFO] [stdout] test tar::gnu::tests::format_gnu_numeral_8 ... ok [INFO] [stdout] test spanning::tests::datazone_stream_2x ... ok [INFO] [stdout] test tar::ustar::tests::format_tar_filename_medium ... ok [INFO] [stdout] test spanning::tests::datazone_stream_merge ... ok [INFO] [stdout] test spanning::tests::datazone_stream_mergeslack ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "92a2b90c390e6cc25e01751ecaf160d20fb4a43fab462e4d9d74c1180cd01807", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "92a2b90c390e6cc25e01751ecaf160d20fb4a43fab462e4d9d74c1180cd01807", kill_on_drop: false }` [INFO] [stdout] 92a2b90c390e6cc25e01751ecaf160d20fb4a43fab462e4d9d74c1180cd01807