[INFO] fetching crate zbox 0.9.2... [INFO] testing zbox-0.9.2 against 1.59.0 for beta-1.60-1 [INFO] extracting crate zbox 0.9.2 into /workspace/builds/worker-32/source [INFO] validating manifest of crates.io crate zbox 0.9.2 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 zbox 0.9.2 [INFO] finished tweaking crates.io crate zbox 0.9.2 [INFO] tweaked toml for crates.io crate zbox 0.9.2 written to /workspace/builds/worker-32/source/Cargo.toml [INFO] crate crates.io crate zbox 0.9.2 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-32/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-32/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] 9dee2fa506496399c42794168edb439846c127daae2be1fe6b038f110c69cdac [INFO] running `Command { std: "docker" "start" "-a" "9dee2fa506496399c42794168edb439846c127daae2be1fe6b038f110c69cdac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9dee2fa506496399c42794168edb439846c127daae2be1fe6b038f110c69cdac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9dee2fa506496399c42794168edb439846c127daae2be1fe6b038f110c69cdac", kill_on_drop: false }` [INFO] [stdout] 9dee2fa506496399c42794168edb439846c127daae2be1fe6b038f110c69cdac [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-32/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-32/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] [stdout] 13616d646fbe242e29b2b99cb7ecab7c6d0b4461be4fcabf46b143df6c0abd5f [INFO] running `Command { std: "docker" "start" "-a" "13616d646fbe242e29b2b99cb7ecab7c6d0b4461be4fcabf46b143df6c0abd5f", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.29 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling syn v1.0.76 [INFO] [stderr] Compiling serde_derive v1.0.130 [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Compiling serde v1.0.130 [INFO] [stderr] Compiling libc v0.2.66 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling cc v1.0.70 [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Compiling termcolor v1.0.4 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling zbox v0.9.2 (/opt/rustwide/workdir) [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling rmp v0.8.8 [INFO] [stderr] Compiling env_logger v0.9.0 [INFO] [stderr] Compiling serde_test v1.0.90 [INFO] [stderr] Compiling rmp-serde v0.15.5 [INFO] [stderr] Compiling linked-hash-map v0.5.4 [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:112:70 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.to_string())); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/content/content.rs:179:21 [INFO] [stdout] | [INFO] [stdout] 179 | let store = map_io_err!(self.store.upgrade().ok_or(Error::RepoClosed))?; [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `map_io_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:112:70 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.to_string())); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/content/content.rs:190:27 [INFO] [stdout] | [INFO] [stdout] 190 | let seg_ref = map_io_err!(store.get_seg(ent.seg_id()))?; [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `map_io_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:112:70 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.to_string())); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/content/content.rs:192:31 [INFO] [stdout] | [INFO] [stdout] 192 | let segdata_ref = map_io_err!(store.get_segdata(seg.data_id()))?; [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `map_io_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:112:70 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.to_string())); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/content/content.rs:277:13 [INFO] [stdout] | [INFO] [stdout] 277 | map_io_err!(self.seg_wtr.renew())?; [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `map_io_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:112:70 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.to_string())); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/content/content.rs:322:17 [INFO] [stdout] | [INFO] [stdout] 322 | map_io_err!(self.store.upgrade().ok_or(Error::RepoClosed))?; [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `map_io_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:112:70 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.to_string())); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/content/content.rs:330:21 [INFO] [stdout] | [INFO] [stdout] 330 | map_io_err!(store.get_seg(&loc.seg_id))? [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `map_io_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:112:70 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.to_string())); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/content/segment.rs:505:13 [INFO] [stdout] | [INFO] [stdout] 505 | map_io_err!(self.renew())?; [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `map_io_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:112:70 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.to_string())); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/content/segment.rs:520:21 [INFO] [stdout] | [INFO] [stdout] 520 | let txmgr = map_io_err!(self.txmgr.upgrade().ok_or(Error::RepoClosed))?; [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `map_io_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:112:70 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.to_string())); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/content/segment.rs:521:9 [INFO] [stdout] | [INFO] [stdout] 521 | map_io_err!(seg.make_mut(&txmgr))?.append_chunk(chunk.len()); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `map_io_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:112:70 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.to_string())); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/file.rs:581:9 [INFO] [stdout] | [INFO] [stdout] 581 | map_io_err!(self.check_closed())?; [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `map_io_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:112:70 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.to_string())); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/file.rs:592:13 [INFO] [stdout] | [INFO] [stdout] 592 | map_io_err!(self.renew_reader())?; [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `map_io_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:112:70 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.to_string())); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/file.rs:615:9 [INFO] [stdout] | [INFO] [stdout] 615 | / map_io_err!(match self.wtr { [INFO] [stdout] 616 | | Some(ref mut wtr) => match self.tx_handle { [INFO] [stdout] 617 | | Some(ref tx_handle) => tx_handle [INFO] [stdout] 618 | | .run(|| { [INFO] [stdout] ... | [INFO] [stdout] 632 | | Err(err) [INFO] [stdout] 633 | | })) [INFO] [stdout] | |___________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_io_err` [INFO] [stdout] = note: this warning originates in the macro `map_io_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:112:70 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.to_string())); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/file.rs:609:9 [INFO] [stdout] | [INFO] [stdout] 609 | map_io_err!(self.check_closed())?; [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `map_io_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:112:70 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.to_string())); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/file.rs:611:13 [INFO] [stdout] | [INFO] [stdout] 611 | map_io_err!(self.begin_write())?; [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `map_io_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:112:70 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.to_string())); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/file.rs:637:9 [INFO] [stdout] | [INFO] [stdout] 637 | map_io_err!(self.check_closed())?; [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `map_io_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:112:70 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.to_string())); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/file.rs:641:21 [INFO] [stdout] | [INFO] [stdout] 641 | / map_io_err!(tx_handle.run(|| { [INFO] [stdout] 642 | | wtr.flush()?; [INFO] [stdout] 643 | | Ok(()) [INFO] [stdout] 644 | | }))?; [INFO] [stdout] | |_______________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `map_io_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:112:70 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.to_string())); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/file.rs:659:9 [INFO] [stdout] | [INFO] [stdout] 659 | map_io_err!(self.check_closed())?; [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `map_io_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:125:11 [INFO] [stdout] | [INFO] [stdout] 125 | }); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/volume/armor.rs:98:9 [INFO] [stdout] | [INFO] [stdout] 98 | from_io_err!(rdr.read_to_end(&mut buf))?; [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `from_io_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:112:70 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.to_string())); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/volume/storage/storage.rs:384:17 [INFO] [stdout] | [INFO] [stdout] 384 | map_io_err!(storage.crypto.decrypt(&wal, &storage.key,))?; [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `map_io_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:112:70 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.to_string())); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/volume/storage/storage.rs:506:34 [INFO] [stdout] | [INFO] [stdout] 506 | self.dec_frame_len = map_io_err!(storage.crypto.decrypt_to( [INFO] [stdout] | __________________________________- [INFO] [stdout] 507 | | &mut self.dec_frame, [INFO] [stdout] 508 | | &self.frame[..self.addrs[self.frm_idx].len], [INFO] [stdout] 509 | | &storage.key, [INFO] [stdout] 510 | | ))?; [INFO] [stdout] | |______________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `map_io_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:112:70 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.to_string())); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/volume/storage/storage.rs:667:13 [INFO] [stdout] | [INFO] [stdout] 667 | map_io_err!(self.write_frame())?; [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `map_io_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `txid` [INFO] [stdout] --> src/content/content.rs:242:5 [INFO] [stdout] | [INFO] [stdout] 242 | txid: Txid, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `allocator` [INFO] [stdout] --> src/trans/wal.rs:215:5 [INFO] [stdout] | [INFO] [stdout] 215 | allocator: AllocatorRef, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 23 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 26.51s [INFO] running `Command { std: "docker" "inspect" "13616d646fbe242e29b2b99cb7ecab7c6d0b4461be4fcabf46b143df6c0abd5f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "13616d646fbe242e29b2b99cb7ecab7c6d0b4461be4fcabf46b143df6c0abd5f", kill_on_drop: false }` [INFO] [stdout] 13616d646fbe242e29b2b99cb7ecab7c6d0b4461be4fcabf46b143df6c0abd5f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-32/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-32/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] 58ade04fc439cd2f147fa778462032cb156996eabbfc01fb432d83fc77d7bbc2 [INFO] running `Command { std: "docker" "start" "-a" "58ade04fc439cd2f147fa778462032cb156996eabbfc01fb432d83fc77d7bbc2", kill_on_drop: false }` [INFO] [stderr] Compiling ppv-lite86 v0.2.10 [INFO] [stderr] Compiling remove_dir_all v0.5.1 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:112:70 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.to_string())); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/content/content.rs:179:21 [INFO] [stdout] | [INFO] [stdout] 179 | let store = map_io_err!(self.store.upgrade().ok_or(Error::RepoClosed))?; [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `map_io_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:112:70 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.to_string())); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/content/content.rs:190:27 [INFO] [stdout] | [INFO] [stdout] 190 | let seg_ref = map_io_err!(store.get_seg(ent.seg_id()))?; [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `map_io_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:112:70 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.to_string())); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/content/content.rs:192:31 [INFO] [stdout] | [INFO] [stdout] 192 | let segdata_ref = map_io_err!(store.get_segdata(seg.data_id()))?; [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `map_io_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:112:70 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.to_string())); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/content/content.rs:277:13 [INFO] [stdout] | [INFO] [stdout] 277 | map_io_err!(self.seg_wtr.renew())?; [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `map_io_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:112:70 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.to_string())); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/content/content.rs:322:17 [INFO] [stdout] | [INFO] [stdout] 322 | map_io_err!(self.store.upgrade().ok_or(Error::RepoClosed))?; [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `map_io_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:112:70 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.to_string())); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/content/content.rs:330:21 [INFO] [stdout] | [INFO] [stdout] 330 | map_io_err!(store.get_seg(&loc.seg_id))? [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `map_io_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:112:70 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.to_string())); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/content/segment.rs:505:13 [INFO] [stdout] | [INFO] [stdout] 505 | map_io_err!(self.renew())?; [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `map_io_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:112:70 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.to_string())); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/content/segment.rs:520:21 [INFO] [stdout] | [INFO] [stdout] 520 | let txmgr = map_io_err!(self.txmgr.upgrade().ok_or(Error::RepoClosed))?; [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `map_io_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:112:70 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.to_string())); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/content/segment.rs:521:9 [INFO] [stdout] | [INFO] [stdout] 521 | map_io_err!(seg.make_mut(&txmgr))?.append_chunk(chunk.len()); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `map_io_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:112:70 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.to_string())); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/file.rs:581:9 [INFO] [stdout] | [INFO] [stdout] 581 | map_io_err!(self.check_closed())?; [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `map_io_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:112:70 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.to_string())); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/file.rs:592:13 [INFO] [stdout] | [INFO] [stdout] 592 | map_io_err!(self.renew_reader())?; [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `map_io_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:112:70 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.to_string())); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/file.rs:615:9 [INFO] [stdout] | [INFO] [stdout] 615 | / map_io_err!(match self.wtr { [INFO] [stdout] 616 | | Some(ref mut wtr) => match self.tx_handle { [INFO] [stdout] 617 | | Some(ref tx_handle) => tx_handle [INFO] [stdout] 618 | | .run(|| { [INFO] [stdout] ... | [INFO] [stdout] 632 | | Err(err) [INFO] [stdout] 633 | | })) [INFO] [stdout] | |___________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_io_err` [INFO] [stdout] = note: this warning originates in the macro `map_io_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:112:70 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.to_string())); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/file.rs:609:9 [INFO] [stdout] | [INFO] [stdout] 609 | map_io_err!(self.check_closed())?; [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `map_io_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:112:70 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.to_string())); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/file.rs:611:13 [INFO] [stdout] | [INFO] [stdout] 611 | map_io_err!(self.begin_write())?; [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `map_io_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:112:70 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.to_string())); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/file.rs:637:9 [INFO] [stdout] | [INFO] [stdout] 637 | map_io_err!(self.check_closed())?; [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `map_io_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:112:70 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.to_string())); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/file.rs:641:21 [INFO] [stdout] | [INFO] [stdout] 641 | / map_io_err!(tx_handle.run(|| { [INFO] [stdout] 642 | | wtr.flush()?; [INFO] [stdout] 643 | | Ok(()) [INFO] [stdout] 644 | | }))?; [INFO] [stdout] | |_______________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `map_io_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:112:70 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.to_string())); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/file.rs:659:9 [INFO] [stdout] | [INFO] [stdout] 659 | map_io_err!(self.check_closed())?; [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `map_io_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:125:11 [INFO] [stdout] | [INFO] [stdout] 125 | }); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/volume/armor.rs:98:9 [INFO] [stdout] | [INFO] [stdout] 98 | from_io_err!(rdr.read_to_end(&mut buf))?; [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `from_io_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:112:70 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.to_string())); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/volume/storage/storage.rs:384:17 [INFO] [stdout] | [INFO] [stdout] 384 | map_io_err!(storage.crypto.decrypt(&wal, &storage.key,))?; [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `map_io_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:112:70 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.to_string())); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/volume/storage/storage.rs:506:34 [INFO] [stdout] | [INFO] [stdout] 506 | self.dec_frame_len = map_io_err!(storage.crypto.decrypt_to( [INFO] [stdout] | __________________________________- [INFO] [stdout] 507 | | &mut self.dec_frame, [INFO] [stdout] 508 | | &self.frame[..self.addrs[self.frm_idx].len], [INFO] [stdout] 509 | | &storage.key, [INFO] [stdout] 510 | | ))?; [INFO] [stdout] | |______________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `map_io_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:112:70 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.to_string())); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/volume/storage/storage.rs:667:13 [INFO] [stdout] | [INFO] [stdout] 667 | map_io_err!(self.write_frame())?; [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `map_io_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `txid` [INFO] [stdout] --> src/content/content.rs:242:5 [INFO] [stdout] | [INFO] [stdout] 242 | txid: Txid, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `allocator` [INFO] [stdout] --> src/trans/wal.rs:215:5 [INFO] [stdout] | [INFO] [stdout] 215 | allocator: AllocatorRef, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 23 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand_xorshift v0.3.0 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling tempdir v0.3.7 [INFO] [stderr] Compiling zbox v0.9.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> tests/common/crypto.rs:76:9 [INFO] [stdout] | [INFO] [stdout] 76 | &ret.0[..].copy_from_slice(seed); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 76 | let _ = &ret.0[..].copy_from_slice(seed); [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> tests/common/crypto.rs:76:9 [INFO] [stdout] | [INFO] [stdout] 76 | &ret.0[..].copy_from_slice(seed); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 76 | let _ = &ret.0[..].copy_from_slice(seed); [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:112:70 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.to_string())); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/content/content.rs:179:21 [INFO] [stdout] | [INFO] [stdout] 179 | let store = map_io_err!(self.store.upgrade().ok_or(Error::RepoClosed))?; [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `map_io_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:112:70 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.to_string())); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/content/content.rs:190:27 [INFO] [stdout] | [INFO] [stdout] 190 | let seg_ref = map_io_err!(store.get_seg(ent.seg_id()))?; [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `map_io_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:112:70 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.to_string())); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/content/content.rs:192:31 [INFO] [stdout] | [INFO] [stdout] 192 | let segdata_ref = map_io_err!(store.get_segdata(seg.data_id()))?; [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `map_io_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:112:70 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.to_string())); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/content/content.rs:277:13 [INFO] [stdout] | [INFO] [stdout] 277 | map_io_err!(self.seg_wtr.renew())?; [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `map_io_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:112:70 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.to_string())); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/content/content.rs:322:17 [INFO] [stdout] | [INFO] [stdout] 322 | map_io_err!(self.store.upgrade().ok_or(Error::RepoClosed))?; [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `map_io_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:112:70 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.to_string())); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/content/content.rs:330:21 [INFO] [stdout] | [INFO] [stdout] 330 | map_io_err!(store.get_seg(&loc.seg_id))? [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `map_io_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:112:70 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.to_string())); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/content/segment.rs:505:13 [INFO] [stdout] | [INFO] [stdout] 505 | map_io_err!(self.renew())?; [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `map_io_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:112:70 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.to_string())); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/content/segment.rs:520:21 [INFO] [stdout] | [INFO] [stdout] 520 | let txmgr = map_io_err!(self.txmgr.upgrade().ok_or(Error::RepoClosed))?; [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `map_io_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:112:70 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.to_string())); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/content/segment.rs:521:9 [INFO] [stdout] | [INFO] [stdout] 521 | map_io_err!(seg.make_mut(&txmgr))?.append_chunk(chunk.len()); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `map_io_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:112:70 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.to_string())); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/file.rs:581:9 [INFO] [stdout] | [INFO] [stdout] 581 | map_io_err!(self.check_closed())?; [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `map_io_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:112:70 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.to_string())); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/file.rs:592:13 [INFO] [stdout] | [INFO] [stdout] 592 | map_io_err!(self.renew_reader())?; [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `map_io_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:112:70 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.to_string())); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/file.rs:615:9 [INFO] [stdout] | [INFO] [stdout] 615 | / map_io_err!(match self.wtr { [INFO] [stdout] 616 | | Some(ref mut wtr) => match self.tx_handle { [INFO] [stdout] 617 | | Some(ref tx_handle) => tx_handle [INFO] [stdout] 618 | | .run(|| { [INFO] [stdout] ... | [INFO] [stdout] 632 | | Err(err) [INFO] [stdout] 633 | | })) [INFO] [stdout] | |___________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_io_err` [INFO] [stdout] = note: this warning originates in the macro `map_io_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:112:70 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.to_string())); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/file.rs:609:9 [INFO] [stdout] | [INFO] [stdout] 609 | map_io_err!(self.check_closed())?; [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `map_io_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:112:70 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.to_string())); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/file.rs:611:13 [INFO] [stdout] | [INFO] [stdout] 611 | map_io_err!(self.begin_write())?; [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `map_io_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:112:70 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.to_string())); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/file.rs:637:9 [INFO] [stdout] | [INFO] [stdout] 637 | map_io_err!(self.check_closed())?; [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `map_io_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:112:70 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.to_string())); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/file.rs:641:21 [INFO] [stdout] | [INFO] [stdout] 641 | / map_io_err!(tx_handle.run(|| { [INFO] [stdout] 642 | | wtr.flush()?; [INFO] [stdout] 643 | | Ok(()) [INFO] [stdout] 644 | | }))?; [INFO] [stdout] | |_______________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `map_io_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:112:70 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.to_string())); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/file.rs:659:9 [INFO] [stdout] | [INFO] [stdout] 659 | map_io_err!(self.check_closed())?; [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `map_io_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:125:11 [INFO] [stdout] | [INFO] [stdout] 125 | }); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/volume/armor.rs:98:9 [INFO] [stdout] | [INFO] [stdout] 98 | from_io_err!(rdr.read_to_end(&mut buf))?; [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `from_io_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:112:70 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.to_string())); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/volume/storage/storage.rs:384:17 [INFO] [stdout] | [INFO] [stdout] 384 | map_io_err!(storage.crypto.decrypt(&wal, &storage.key,))?; [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `map_io_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:112:70 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.to_string())); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/volume/storage/storage.rs:506:34 [INFO] [stdout] | [INFO] [stdout] 506 | self.dec_frame_len = map_io_err!(storage.crypto.decrypt_to( [INFO] [stdout] | __________________________________- [INFO] [stdout] 507 | | &mut self.dec_frame, [INFO] [stdout] 508 | | &self.frame[..self.addrs[self.frm_idx].len], [INFO] [stdout] 509 | | &storage.key, [INFO] [stdout] 510 | | ))?; [INFO] [stdout] | |______________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `map_io_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:112:70 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.to_string())); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/volume/storage/storage.rs:667:13 [INFO] [stdout] | [INFO] [stdout] 667 | map_io_err!(self.write_frame())?; [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `map_io_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `txid` [INFO] [stdout] --> src/content/content.rs:242:5 [INFO] [stdout] | [INFO] [stdout] 242 | txid: Txid, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `allocator` [INFO] [stdout] --> src/trans/wal.rs:215:5 [INFO] [stdout] | [INFO] [stdout] 215 | allocator: AllocatorRef, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/content/merkle_tree.rs:494:9 [INFO] [stdout] | [INFO] [stdout] 494 | &dst[offset..offset + src_len].copy_from_slice(&src[..]); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 494 | let _ = &dst[offset..offset + src_len].copy_from_slice(&src[..]); [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 24 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 13.17s [INFO] running `Command { std: "docker" "inspect" "58ade04fc439cd2f147fa778462032cb156996eabbfc01fb432d83fc77d7bbc2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "58ade04fc439cd2f147fa778462032cb156996eabbfc01fb432d83fc77d7bbc2", kill_on_drop: false }` [INFO] [stdout] 58ade04fc439cd2f147fa778462032cb156996eabbfc01fb432d83fc77d7bbc2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-32/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-32/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] 99a170b3a62f426d66910a0d3bf2c0c9c3e14db3b732ea63e07a8c19f26ab581 [INFO] running `Command { std: "docker" "start" "-a" "99a170b3a62f426d66910a0d3bf2c0c9c3e14db3b732ea63e07a8c19f26ab581", kill_on_drop: false }` [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/lib.rs:112:70 [INFO] [stderr] | [INFO] [stderr] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.to_string())); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/content/content.rs:179:21 [INFO] [stderr] | [INFO] [stderr] 179 | let store = map_io_err!(self.store.upgrade().ok_or(Error::RepoClosed))?; [INFO] [stderr] | ---------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `map_io_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/lib.rs:112:70 [INFO] [stderr] | [INFO] [stderr] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.to_string())); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/content/content.rs:190:27 [INFO] [stderr] | [INFO] [stderr] 190 | let seg_ref = map_io_err!(store.get_seg(ent.seg_id()))?; [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `map_io_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/lib.rs:112:70 [INFO] [stderr] | [INFO] [stderr] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.to_string())); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/content/content.rs:192:31 [INFO] [stderr] | [INFO] [stderr] 192 | let segdata_ref = map_io_err!(store.get_segdata(seg.data_id()))?; [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `map_io_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/lib.rs:112:70 [INFO] [stderr] | [INFO] [stderr] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.to_string())); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/content/content.rs:277:13 [INFO] [stderr] | [INFO] [stderr] 277 | map_io_err!(self.seg_wtr.renew())?; [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `map_io_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/lib.rs:112:70 [INFO] [stderr] | [INFO] [stderr] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.to_string())); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/content/content.rs:322:17 [INFO] [stderr] | [INFO] [stderr] 322 | map_io_err!(self.store.upgrade().ok_or(Error::RepoClosed))?; [INFO] [stderr] | ---------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `map_io_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/lib.rs:112:70 [INFO] [stderr] | [INFO] [stderr] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.to_string())); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/content/content.rs:330:21 [INFO] [stderr] | [INFO] [stderr] 330 | map_io_err!(store.get_seg(&loc.seg_id))? [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `map_io_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/lib.rs:112:70 [INFO] [stderr] | [INFO] [stderr] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.to_string())); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/content/segment.rs:505:13 [INFO] [stderr] | [INFO] [stderr] 505 | map_io_err!(self.renew())?; [INFO] [stderr] | ------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `map_io_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/lib.rs:112:70 [INFO] [stderr] | [INFO] [stderr] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.to_string())); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/content/segment.rs:520:21 [INFO] [stderr] | [INFO] [stderr] 520 | let txmgr = map_io_err!(self.txmgr.upgrade().ok_or(Error::RepoClosed))?; [INFO] [stderr] | ---------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `map_io_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stdout] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stdout] running 20 tests [INFO] [stderr] --> src/lib.rs:112:70 [INFO] [stderr] | [INFO] [stderr] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.to_string())); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/content/segment.rs:521:9 [INFO] [stderr] | [INFO] [stderr] 521 | map_io_err!(seg.make_mut(&txmgr))?.append_chunk(chunk.len()); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `map_io_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/lib.rs:112:70 [INFO] [stderr] | [INFO] [stderr] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.to_string())); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/file.rs:581:9 [INFO] [stderr] | [INFO] [stderr] 581 | map_io_err!(self.check_closed())?; [INFO] [stderr] | -------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `map_io_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/lib.rs:112:70 [INFO] [stderr] | [INFO] [stderr] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.to_string())); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/file.rs:592:13 [INFO] [stderr] | [INFO] [stderr] 592 | map_io_err!(self.renew_reader())?; [INFO] [stderr] | -------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `map_io_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/lib.rs:112:70 [INFO] [stderr] | [INFO] [stderr] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.to_string())); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/file.rs:615:9 [INFO] [stderr] | [INFO] [stderr] 615 | / map_io_err!(match self.wtr { [INFO] [stderr] 616 | | Some(ref mut wtr) => match self.tx_handle { [INFO] [stderr] 617 | | Some(ref tx_handle) => tx_handle [INFO] [stderr] 618 | | .run(|| { [INFO] [stderr] ... | [INFO] [stderr] 632 | | Err(err) [INFO] [stderr] 633 | | })) [INFO] [stderr] | |___________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map_io_err` [INFO] [stderr] = note: this warning originates in the macro `map_io_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/lib.rs:112:70 [INFO] [stderr] | [INFO] [stderr] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.to_string())); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/file.rs:609:9 [INFO] [stderr] | [INFO] [stderr] 609 | map_io_err!(self.check_closed())?; [INFO] [stderr] | -------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `map_io_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/lib.rs:112:70 [INFO] [stderr] | [INFO] [stderr] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.to_string())); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/file.rs:611:13 [INFO] [stderr] | [INFO] [stderr] 611 | map_io_err!(self.begin_write())?; [INFO] [stderr] | ------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `map_io_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/lib.rs:112:70 [INFO] [stderr] | [INFO] [stderr] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.to_string())); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/file.rs:637:9 [INFO] [stderr] | [INFO] [stderr] 637 | map_io_err!(self.check_closed())?; [INFO] [stderr] | -------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `map_io_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/lib.rs:112:70 [INFO] [stderr] | [INFO] [stderr] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.to_string())); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/file.rs:641:21 [INFO] [stderr] | [INFO] [stderr] 641 | / map_io_err!(tx_handle.run(|| { [INFO] [stderr] 642 | | wtr.flush()?; [INFO] [stderr] 643 | | Ok(()) [INFO] [stderr] 644 | | }))?; [INFO] [stderr] | |_______________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `map_io_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/lib.rs:112:70 [INFO] [stderr] | [INFO] [stderr] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.to_string())); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/file.rs:659:9 [INFO] [stderr] | [INFO] [stderr] 659 | map_io_err!(self.check_closed())?; [INFO] [stderr] | -------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `map_io_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/lib.rs:125:11 [INFO] [stderr] | [INFO] [stderr] 125 | }); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/volume/armor.rs:98:9 [INFO] [stderr] | [INFO] [stderr] 98 | from_io_err!(rdr.read_to_end(&mut buf))?; [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `from_io_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/lib.rs:112:70 [INFO] [stderr] | [INFO] [stderr] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.to_string())); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/volume/storage/storage.rs:384:17 [INFO] [stderr] | [INFO] [stderr] 384 | map_io_err!(storage.crypto.decrypt(&wal, &storage.key,))?; [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `map_io_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/lib.rs:112:70 [INFO] [stderr] | [INFO] [stderr] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.to_string())); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/volume/storage/storage.rs:506:34 [INFO] [stderr] | [INFO] [stderr] 506 | self.dec_frame_len = map_io_err!(storage.crypto.decrypt_to( [INFO] [stderr] | __________________________________- [INFO] [stderr] 507 | | &mut self.dec_frame, [INFO] [stderr] 508 | | &self.frame[..self.addrs[self.frm_idx].len], [INFO] [stderr] 509 | | &storage.key, [INFO] [stderr] 510 | | ))?; [INFO] [stderr] | |______________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `map_io_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/lib.rs:112:70 [INFO] [stderr] | [INFO] [stderr] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.to_string())); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/volume/storage/storage.rs:667:13 [INFO] [stderr] | [INFO] [stderr] 667 | map_io_err!(self.write_frame())?; [INFO] [stderr] | ------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `map_io_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `txid` [INFO] [stderr] --> src/content/content.rs:242:5 [INFO] [stderr] | [INFO] [stderr] 242 | txid: Txid, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field is never read: `allocator` [INFO] [stderr] --> src/trans/wal.rs:215:5 [INFO] [stderr] | [INFO] [stderr] 215 | allocator: AllocatorRef, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused borrow that must be used [INFO] [stderr] --> src/content/merkle_tree.rs:494:9 [INFO] [stderr] | [INFO] [stderr] 494 | &dst[offset..offset + src_len].copy_from_slice(&src[..]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] help: use `let _ = ...` to ignore the resulting value [INFO] [stderr] | [INFO] [stderr] 494 | let _ = &dst[offset..offset + src_len].copy_from_slice(&src[..]); [INFO] [stderr] | +++++++ [INFO] [stderr] [INFO] [stderr] warning: `zbox` (lib) generated 23 warnings [INFO] [stderr] warning: `zbox` (lib test) generated 24 warnings (23 duplicates) [INFO] [stderr] warning: unused borrow that must be used [INFO] [stderr] --> tests/common/crypto.rs:76:9 [INFO] [stderr] | [INFO] [stderr] 76 | &ret.0[..].copy_from_slice(seed); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] help: use `let _ = ...` to ignore the resulting value [INFO] [stderr] | [INFO] [stderr] 76 | let _ = &ret.0[..].copy_from_slice(seed); [INFO] [stderr] | +++++++ [INFO] [stderr] [INFO] [stderr] warning: `zbox` (test "dir") generated 1 warning [INFO] [stderr] warning: `zbox` (test "file") generated 1 warning (1 duplicate) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.17s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/zbox-83447349f8f274b1) [INFO] [stdout] test base::crypto::tests::enc_dec ... ok [INFO] [stdout] test content::entry::tests::entry_list_append ... ok [INFO] [stdout] test volume::address::tests::split_addr ... ok [INFO] [stdout] test content::segment::tests::split_entry_list ... ok [INFO] [stdout] test volume::storage::storage::tests::crypto_perf_test ... ignored [INFO] [stdout] test volume::armor::tests::volume_armor ... ok [INFO] [stdout] test volume::volume::tests::mem_volume ... ok [INFO] [stdout] test content::merkle_tree::tests::truncate_merkle_tree ... ok [INFO] [stdout] test content::merkle_tree::tests::merge_merkle_tree ... ok [INFO] [stdout] test trans::cow::tests::inner_obj_ref ... ok [INFO] [stdout] test content::chunker::tests::chunker ... ok [INFO] [stdout] test volume::storage::mem::mem::tests::test_perf ... ok [INFO] [stderr] [2022-02-27T07:17:04Z ERROR zbox::trans::trans] deleted entity(Eid(ec8542)) still in use (using: 2) [INFO] [stdout] test trans::txmgr::tests::test_trans_mem ... ok [INFO] [stdout] test content::merkle_tree::tests::truncate_merkle_tree_fuzz ... ok [INFO] [stdout] test volume::storage::storage::tests::mem_depot ... ok [INFO] [stdout] test content::chunker::tests::chunker_perf ... ok [INFO] [stdout] test content::merkle_tree::tests::build_merkle_tree ... ok [INFO] [stdout] test content::merkle_tree::tests::merge_merkle_tree_fuzz ... ok [INFO] [stdout] test volume::storage::storage::tests::mem_perf ... ok [INFO] [stdout] test volume::volume::tests::mem_perf ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 19 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 4.37s [INFO] [stdout] [INFO] [stderr] Running tests/dir.rs (/opt/rustwide/target/debug/deps/dir-56e89002cca480d3) [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test dir_remove ... ok [INFO] [stdout] test dir_read ... ok [INFO] [stdout] test dir_copy ... ok [INFO] [stdout] test dir_rename ... ok [INFO] [stdout] test dir_create_mt ... ok [INFO] [stdout] test dir_create_st ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.83s [INFO] [stdout] [INFO] [stderr] Running tests/file.rs (/opt/rustwide/target/debug/deps/file-03402d7a772aa586) [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test file_open_close ... ok [INFO] [stdout] test file_delete ... ok [INFO] [stdout] test file_truncate ... ok [INFO] [stdout] test file_copy ... ok [INFO] [stdout] test file_rename ... ok [INFO] [stdout] test file_seek ... ok [INFO] [stdout] test file_content_dedup ... ok [INFO] [stdout] test file_read_write_st ... ok [INFO] [stdout] test file_read_write_mt ... ok [INFO] [stdout] test file_shrink ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.27s [INFO] [stdout] [INFO] [stderr] Running tests/fuzz.rs (/opt/rustwide/target/debug/deps/fuzz-37cad751974407ed) [INFO] [stdout] [INFO] [stderr] Running tests/perf.rs (/opt/rustwide/target/debug/deps/perf-da4f9ce35db39548) [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] Running tests/repo.rs (/opt/rustwide/target/debug/deps/repo-6aeea44049289d59) [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] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test repo_smoke_test ... ok [INFO] [stdout] test repo_oper ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.65s [INFO] [stdout] [INFO] [stderr] Doc-tests zbox [INFO] [stdout] [INFO] [stdout] running 16 tests [INFO] [stdout] test src/repo.rs - repo::Repo (line 687) - compile ... ok [INFO] [stdout] test src/repo.rs - repo::Repo (line 659) - compile ... ok [INFO] [stdout] test src/repo.rs - repo::Repo (line 675) ... ok [INFO] [stdout] test src/repo.rs - repo::Repo::open_file (line 852) ... ok [INFO] [stdout] test src/file.rs - file::File (line 72) ... FAILED [INFO] [stdout] test src/file.rs - file::File (line 273) ... FAILED [INFO] [stdout] test src/lib.rs - (line 24) ... ok [INFO] [stdout] test src/repo.rs - repo::RepoOpener (line 27) ... ok [INFO] [stdout] test src/lib.rs - (line 73) ... ok [INFO] [stdout] test src/repo.rs - repo::RepoOpener (line 42) ... ok [INFO] [stdout] test src/file.rs - file::File (line 239) ... ok [INFO] [stdout] test src/lib.rs - (line 40) ... ok [INFO] [stdout] test src/file.rs - file::File (line 155) ... ok [INFO] [stdout] test src/file.rs - file::File (line 189) ... ok [INFO] [stdout] test src/file.rs - file::File (line 89) ... ok [INFO] [stdout] test src/repo.rs - repo::OpenOptions (line 299) ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/file.rs - file::File (line 72) stdout ---- [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustdoctestXE3LXa/rust_out.rust_out.4a668df0-cgu.0.rcgu.o" "/tmp/rustdoctestXE3LXa/rust_out.1at4zp6gipvbyn5a.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/zbox-e576078811a44412/out" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libzbox.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-02ff0d0fbc57b9b4.rlib" "/opt/rustwide/target/debug/deps/librmp_serde-7e5258b8a04e4459.rlib" "/opt/rustwide/target/debug/deps/librmp-058dc1492636e4f2.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-7fb1f8a18264125d.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-56460b1d02bae5d5.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-d223febb5fc5be50.rlib" "/opt/rustwide/target/debug/deps/libserde-fb91022dbbd6a869.rlib" "/opt/rustwide/target/debug/deps/libenv_logger-5a07f4b9273eef1c.rlib" "/opt/rustwide/target/debug/deps/libatty-ec0415dcb9fb1bb6.rlib" "/opt/rustwide/target/debug/deps/liblibc-207ef57eb0f7419b.rlib" "/opt/rustwide/target/debug/deps/libtermcolor-61cd50c83fc5e045.rlib" "/opt/rustwide/target/debug/deps/libhumantime-04fb9a4c47e8e51e.rlib" "/opt/rustwide/target/debug/deps/liblog-29a347dd5dbcecec.rlib" "/opt/rustwide/target/debug/deps/libregex-9e37fd06e0ae4dcc.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-c8ecde3c6113f4c9.rlib" "/opt/rustwide/target/debug/deps/libmemchr-d855812343cfe6af.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-930967c34ea90294.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-0a04e74fc4f21d18.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a46a068050a12a4b.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1df56095db9453cb.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-9062de483386e50b.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-b988ab269ff13602.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-1bc822d886d4f7bd.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-963eca8df4c224a6.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-d805b480c9102e58.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-06dfdbc22b935051.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-d7523a4d118e6572.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-5d7898c7fac3a07d.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-8c2bdbab4845bf3d.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-d578639df0547b30.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-58bbb7b1efa3a5e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-4c9b082d197c16f8.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-70f9ed6d8e7a5ce6.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-8c0a241d0360fa53.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-bad7ed93fdd31371.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-98b4d121af2b7335.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-1d9f7e5920635d15.rlib" "-Wl,-Bdynamic" "-lsodium" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/tmp/rustdoctestXE3LXa/rust_out" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/file.rs - file::File (line 273) stdout ---- [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustdoctestpsvWQ7/rust_out.rust_out.4a668df0-cgu.0.rcgu.o" "/tmp/rustdoctestpsvWQ7/rust_out.1at4zp6gipvbyn5a.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/zbox-e576078811a44412/out" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libzbox.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-02ff0d0fbc57b9b4.rlib" "/opt/rustwide/target/debug/deps/librmp_serde-7e5258b8a04e4459.rlib" "/opt/rustwide/target/debug/deps/librmp-058dc1492636e4f2.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-7fb1f8a18264125d.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-56460b1d02bae5d5.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-d223febb5fc5be50.rlib" "/opt/rustwide/target/debug/deps/libserde-fb91022dbbd6a869.rlib" "/opt/rustwide/target/debug/deps/libenv_logger-5a07f4b9273eef1c.rlib" "/opt/rustwide/target/debug/deps/libatty-ec0415dcb9fb1bb6.rlib" "/opt/rustwide/target/debug/deps/liblibc-207ef57eb0f7419b.rlib" "/opt/rustwide/target/debug/deps/libtermcolor-61cd50c83fc5e045.rlib" "/opt/rustwide/target/debug/deps/libhumantime-04fb9a4c47e8e51e.rlib" "/opt/rustwide/target/debug/deps/liblog-29a347dd5dbcecec.rlib" "/opt/rustwide/target/debug/deps/libregex-9e37fd06e0ae4dcc.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-c8ecde3c6113f4c9.rlib" "/opt/rustwide/target/debug/deps/libmemchr-d855812343cfe6af.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-930967c34ea90294.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-0a04e74fc4f21d18.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a46a068050a12a4b.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1df56095db9453cb.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-9062de483386e50b.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-b988ab269ff13602.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-1bc822d886d4f7bd.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-963eca8df4c224a6.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-d805b480c9102e58.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-06dfdbc22b935051.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-d7523a4d118e6572.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-5d7898c7fac3a07d.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-8c2bdbab4845bf3d.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-d578639df0547b30.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-58bbb7b1efa3a5e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-4c9b082d197c16f8.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-70f9ed6d8e7a5ce6.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-8c0a241d0360fa53.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-bad7ed93fdd31371.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-98b4d121af2b7335.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-1d9f7e5920635d15.rlib" "-Wl,-Bdynamic" "-lsodium" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/tmp/rustdoctestpsvWQ7/rust_out" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/file.rs - file::File (line 273) [INFO] [stdout] src/file.rs - file::File (line 72) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 14 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.08s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] running `Command { std: "docker" "inspect" "99a170b3a62f426d66910a0d3bf2c0c9c3e14db3b732ea63e07a8c19f26ab581", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "99a170b3a62f426d66910a0d3bf2c0c9c3e14db3b732ea63e07a8c19f26ab581", kill_on_drop: false }` [INFO] [stdout] 99a170b3a62f426d66910a0d3bf2c0c9c3e14db3b732ea63e07a8c19f26ab581