[INFO] crate zbox 0.9.1 is already in cache [INFO] testing zbox-0.9.1 against 1.45.2 for beta-1.46-1 [INFO] extracting crate zbox 0.9.1 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate zbox 0.9.1 on toolchain 1.45.2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate zbox 0.9.1 [INFO] finished tweaking crates.io crate zbox 0.9.1 [INFO] tweaked toml for crates.io crate zbox 0.9.1 written to /workspace/builds/worker-14/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fc0242605bfde5a98a9183ef5efdbf84e932f221d39a227a994800ef42d8097a [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "fc0242605bfde5a98a9183ef5efdbf84e932f221d39a227a994800ef42d8097a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fc0242605bfde5a98a9183ef5efdbf84e932f221d39a227a994800ef42d8097a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fc0242605bfde5a98a9183ef5efdbf84e932f221d39a227a994800ef42d8097a", kill_on_drop: false }` [INFO] [stdout] fc0242605bfde5a98a9183ef5efdbf84e932f221d39a227a994800ef42d8097a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9f73f6aeb4a3f6be834af11623199d0163e396baf084357998554c1151176ed9 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "9f73f6aeb4a3f6be834af11623199d0163e396baf084357998554c1151176ed9", kill_on_drop: false }` [INFO] [stderr] Compiling zbox v0.9.1 (/opt/rustwide/workdir) [INFO] [stderr] Compiling rmp v0.8.9 [INFO] [stderr] Compiling serde_test v1.0.114 [INFO] [stderr] Compiling rmp-serde v0.14.4 [INFO] [stderr] Compiling linked-hash-map v0.5.3 [INFO] [stdout] warning: unnecessary braces around block return value [INFO] [stdout] --> src/trans/txmgr.rs:194:47 [INFO] [stdout] | [INFO] [stdout] 194 | static ref EXCL_TX_LOCK: Arc> = { Arc::new(Mutex::new(())) }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_braces)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:112:57 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/content/content.rs:180:21 [INFO] [stdout] | [INFO] [stdout] 180 | let store = map_io_err!(self.store.upgrade().ok_or(Error::RepoClosed))?; [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:112:57 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/content/content.rs:191:27 [INFO] [stdout] | [INFO] [stdout] 191 | let seg_ref = map_io_err!(store.get_seg(ent.seg_id()))?; [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:112:57 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/content/content.rs:193:31 [INFO] [stdout] | [INFO] [stdout] 193 | let segdata_ref = map_io_err!(store.get_segdata(seg.data_id()))?; [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:112:57 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/content/content.rs:278:13 [INFO] [stdout] | [INFO] [stdout] 278 | map_io_err!(self.seg_wtr.renew())?; [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:112:57 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/content/content.rs:323:17 [INFO] [stdout] | [INFO] [stdout] 323 | map_io_err!(self.store.upgrade().ok_or(Error::RepoClosed))?; [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:112:57 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/content/content.rs:331:21 [INFO] [stdout] | [INFO] [stdout] 331 | map_io_err!(store.get_seg(&loc.seg_id))? [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:112:57 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/content/segment.rs:506:13 [INFO] [stdout] | [INFO] [stdout] 506 | map_io_err!(self.renew())?; [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:112:57 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/content/segment.rs:521:21 [INFO] [stdout] | [INFO] [stdout] 521 | let txmgr = map_io_err!(self.txmgr.upgrade().ok_or(Error::RepoClosed))?; [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:112:57 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/content/segment.rs:522:9 [INFO] [stdout] | [INFO] [stdout] 522 | map_io_err!(seg.make_mut(&txmgr))?.append_chunk(chunk.len()); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:112:57 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/file.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | map_io_err!(self.check_closed())?; [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/file.rs:586:35 [INFO] [stdout] | [INFO] [stdout] 586 | Error::CannotRead.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:112:57 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/file.rs:593:13 [INFO] [stdout] | [INFO] [stdout] 593 | map_io_err!(self.renew_reader())?; [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:112:57 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/file.rs:610:9 [INFO] [stdout] | [INFO] [stdout] 610 | map_io_err!(self.check_closed())?; [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:112:57 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/file.rs:612:13 [INFO] [stdout] | [INFO] [stdout] 612 | map_io_err!(self.begin_write())?; [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:112:57 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/file.rs:616:9 [INFO] [stdout] | [INFO] [stdout] 616 | / map_io_err!(match self.wtr { [INFO] [stdout] 617 | | Some(ref mut wtr) => match self.tx_handle { [INFO] [stdout] 618 | | Some(ref tx_handle) => tx_handle [INFO] [stdout] 619 | | .run(|| { [INFO] [stdout] ... | [INFO] [stdout] 633 | | Err(err) [INFO] [stdout] 634 | | })) [INFO] [stdout] | |___________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:112:57 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/file.rs:638:9 [INFO] [stdout] | [INFO] [stdout] 638 | map_io_err!(self.check_closed())?; [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:112:57 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/file.rs:642:21 [INFO] [stdout] | [INFO] [stdout] 642 | / map_io_err!(tx_handle.run(|| { [INFO] [stdout] 643 | | wtr.flush()?; [INFO] [stdout] 644 | | Ok(()) [INFO] [stdout] 645 | | }))?; [INFO] [stdout] | |_______________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/file.rs:652:36 [INFO] [stdout] | [INFO] [stdout] 652 | Error::CannotWrite.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:112:57 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/file.rs:660:9 [INFO] [stdout] | [INFO] [stdout] 660 | map_io_err!(self.check_closed())?; [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/file.rs:664:34 [INFO] [stdout] | [INFO] [stdout] 664 | Error::NotFinish.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/volume/storage/storage.rs:379:56 [INFO] [stdout] | [INFO] [stdout] 379 | IoError::new(ErrorKind::Other, err.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:112:57 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/volume/storage/storage.rs:385:17 [INFO] [stdout] | [INFO] [stdout] 385 | map_io_err!(storage.crypto.decrypt(&wal, &storage.key,))?; [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/volume/storage/storage.rs:500:64 [INFO] [stdout] | [INFO] [stdout] 500 | ... IoError::new(ErrorKind::Other, err.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:112:57 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/volume/storage/storage.rs:507:34 [INFO] [stdout] | [INFO] [stdout] 507 | self.dec_frame_len = map_io_err!(storage.crypto.decrypt_to( [INFO] [stdout] | __________________________________- [INFO] [stdout] 508 | | &mut self.dec_frame, [INFO] [stdout] 509 | | &self.frame[..self.addrs[self.frm_idx].len], [INFO] [stdout] 510 | | &storage.key, [INFO] [stdout] 511 | | ))?; [INFO] [stdout] | |______________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:112:57 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/volume/storage/storage.rs:668:13 [INFO] [stdout] | [INFO] [stdout] 668 | map_io_err!(self.write_frame())?; [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:244:43 [INFO] [stdout] | [INFO] [stdout] 244 | Error::Encode(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:245:43 [INFO] [stdout] | [INFO] [stdout] 245 | Error::Decode(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:246:40 [INFO] [stdout] | [INFO] [stdout] 246 | Error::Var(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:247:39 [INFO] [stdout] | [INFO] [stdout] 247 | Error::Io(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 30 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 39.95s [INFO] running `Command { std: "docker" "inspect" "9f73f6aeb4a3f6be834af11623199d0163e396baf084357998554c1151176ed9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9f73f6aeb4a3f6be834af11623199d0163e396baf084357998554c1151176ed9", kill_on_drop: false }` [INFO] [stdout] 9f73f6aeb4a3f6be834af11623199d0163e396baf084357998554c1151176ed9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9237292ddffee2903571fd0b7256d486078aa0101bb0aab6fe85dd254cc93bc9 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "9237292ddffee2903571fd0b7256d486078aa0101bb0aab6fe85dd254cc93bc9", kill_on_drop: false }` [INFO] [stderr] Compiling zbox v0.9.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary braces around block return value [INFO] [stdout] --> src/trans/txmgr.rs:194:47 [INFO] [stdout] | [INFO] [stdout] 194 | static ref EXCL_TX_LOCK: Arc> = { Arc::new(Mutex::new(())) }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_braces)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:112:57 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/content/content.rs:180:21 [INFO] [stdout] | [INFO] [stdout] 180 | let store = map_io_err!(self.store.upgrade().ok_or(Error::RepoClosed))?; [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:112:57 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/content/content.rs:191:27 [INFO] [stdout] | [INFO] [stdout] 191 | let seg_ref = map_io_err!(store.get_seg(ent.seg_id()))?; [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:112:57 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/content/content.rs:193:31 [INFO] [stdout] | [INFO] [stdout] 193 | let segdata_ref = map_io_err!(store.get_segdata(seg.data_id()))?; [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:112:57 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/content/content.rs:278:13 [INFO] [stdout] | [INFO] [stdout] 278 | map_io_err!(self.seg_wtr.renew())?; [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:112:57 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/content/content.rs:323:17 [INFO] [stdout] | [INFO] [stdout] 323 | map_io_err!(self.store.upgrade().ok_or(Error::RepoClosed))?; [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:112:57 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/content/content.rs:331:21 [INFO] [stdout] | [INFO] [stdout] 331 | map_io_err!(store.get_seg(&loc.seg_id))? [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:112:57 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/content/segment.rs:506:13 [INFO] [stdout] | [INFO] [stdout] 506 | map_io_err!(self.renew())?; [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:112:57 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/content/segment.rs:521:21 [INFO] [stdout] | [INFO] [stdout] 521 | let txmgr = map_io_err!(self.txmgr.upgrade().ok_or(Error::RepoClosed))?; [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:112:57 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/content/segment.rs:522:9 [INFO] [stdout] | [INFO] [stdout] 522 | map_io_err!(seg.make_mut(&txmgr))?.append_chunk(chunk.len()); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:112:57 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/file.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | map_io_err!(self.check_closed())?; [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/file.rs:586:35 [INFO] [stdout] | [INFO] [stdout] 586 | Error::CannotRead.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:112:57 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/file.rs:593:13 [INFO] [stdout] | [INFO] [stdout] 593 | map_io_err!(self.renew_reader())?; [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:112:57 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/file.rs:610:9 [INFO] [stdout] | [INFO] [stdout] 610 | map_io_err!(self.check_closed())?; [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:112:57 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/file.rs:612:13 [INFO] [stdout] | [INFO] [stdout] 612 | map_io_err!(self.begin_write())?; [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:112:57 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/file.rs:616:9 [INFO] [stdout] | [INFO] [stdout] 616 | / map_io_err!(match self.wtr { [INFO] [stdout] 617 | | Some(ref mut wtr) => match self.tx_handle { [INFO] [stdout] 618 | | Some(ref tx_handle) => tx_handle [INFO] [stdout] 619 | | .run(|| { [INFO] [stdout] ... | [INFO] [stdout] 633 | | Err(err) [INFO] [stdout] 634 | | })) [INFO] [stdout] | |___________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:112:57 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/file.rs:638:9 [INFO] [stdout] | [INFO] [stdout] 638 | map_io_err!(self.check_closed())?; [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:112:57 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/file.rs:642:21 [INFO] [stdout] | [INFO] [stdout] 642 | / map_io_err!(tx_handle.run(|| { [INFO] [stdout] 643 | | wtr.flush()?; [INFO] [stdout] 644 | | Ok(()) [INFO] [stdout] 645 | | }))?; [INFO] [stdout] | |_______________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/file.rs:652:36 [INFO] [stdout] | [INFO] [stdout] 652 | Error::CannotWrite.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:112:57 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/file.rs:660:9 [INFO] [stdout] | [INFO] [stdout] 660 | map_io_err!(self.check_closed())?; [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/file.rs:664:34 [INFO] [stdout] | [INFO] [stdout] 664 | Error::NotFinish.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/volume/storage/storage.rs:379:56 [INFO] [stdout] | [INFO] [stdout] 379 | IoError::new(ErrorKind::Other, err.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:112:57 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/volume/storage/storage.rs:385:17 [INFO] [stdout] | [INFO] [stdout] 385 | map_io_err!(storage.crypto.decrypt(&wal, &storage.key,))?; [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/volume/storage/storage.rs:500:64 [INFO] [stdout] | [INFO] [stdout] 500 | ... IoError::new(ErrorKind::Other, err.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:112:57 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/volume/storage/storage.rs:507:34 [INFO] [stdout] | [INFO] [stdout] 507 | self.dec_frame_len = map_io_err!(storage.crypto.decrypt_to( [INFO] [stdout] | __________________________________- [INFO] [stdout] 508 | | &mut self.dec_frame, [INFO] [stdout] 509 | | &self.frame[..self.addrs[self.frm_idx].len], [INFO] [stdout] 510 | | &storage.key, [INFO] [stdout] 511 | | ))?; [INFO] [stdout] | |______________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:112:57 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/volume/storage/storage.rs:668:13 [INFO] [stdout] | [INFO] [stdout] 668 | map_io_err!(self.write_frame())?; [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:244:43 [INFO] [stdout] | [INFO] [stdout] 244 | Error::Encode(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:245:43 [INFO] [stdout] | [INFO] [stdout] 245 | Error::Decode(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:246:40 [INFO] [stdout] | [INFO] [stdout] 246 | Error::Var(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:247:39 [INFO] [stdout] | [INFO] [stdout] 247 | Error::Io(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 30 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary braces around block return value [INFO] [stdout] --> src/trans/txmgr.rs:194:47 [INFO] [stdout] | [INFO] [stdout] 194 | static ref EXCL_TX_LOCK: Arc> = { Arc::new(Mutex::new(())) }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_braces)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:112:57 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/content/content.rs:180:21 [INFO] [stdout] | [INFO] [stdout] 180 | let store = map_io_err!(self.store.upgrade().ok_or(Error::RepoClosed))?; [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:112:57 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/content/content.rs:191:27 [INFO] [stdout] | [INFO] [stdout] 191 | let seg_ref = map_io_err!(store.get_seg(ent.seg_id()))?; [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:112:57 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/content/content.rs:193:31 [INFO] [stdout] | [INFO] [stdout] 193 | let segdata_ref = map_io_err!(store.get_segdata(seg.data_id()))?; [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:112:57 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/content/content.rs:278:13 [INFO] [stdout] | [INFO] [stdout] 278 | map_io_err!(self.seg_wtr.renew())?; [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:112:57 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/content/content.rs:323:17 [INFO] [stdout] | [INFO] [stdout] 323 | map_io_err!(self.store.upgrade().ok_or(Error::RepoClosed))?; [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:112:57 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/content/content.rs:331:21 [INFO] [stdout] | [INFO] [stdout] 331 | map_io_err!(store.get_seg(&loc.seg_id))? [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:112:57 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/content/segment.rs:506:13 [INFO] [stdout] | [INFO] [stdout] 506 | map_io_err!(self.renew())?; [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:112:57 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/content/segment.rs:521:21 [INFO] [stdout] | [INFO] [stdout] 521 | let txmgr = map_io_err!(self.txmgr.upgrade().ok_or(Error::RepoClosed))?; [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:112:57 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/content/segment.rs:522:9 [INFO] [stdout] | [INFO] [stdout] 522 | map_io_err!(seg.make_mut(&txmgr))?.append_chunk(chunk.len()); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:112:57 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/file.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | map_io_err!(self.check_closed())?; [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/file.rs:586:35 [INFO] [stdout] | [INFO] [stdout] 586 | Error::CannotRead.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:112:57 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/file.rs:593:13 [INFO] [stdout] | [INFO] [stdout] 593 | map_io_err!(self.renew_reader())?; [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:112:57 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/file.rs:610:9 [INFO] [stdout] | [INFO] [stdout] 610 | map_io_err!(self.check_closed())?; [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:112:57 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/file.rs:612:13 [INFO] [stdout] | [INFO] [stdout] 612 | map_io_err!(self.begin_write())?; [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:112:57 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/file.rs:616:9 [INFO] [stdout] | [INFO] [stdout] 616 | / map_io_err!(match self.wtr { [INFO] [stdout] 617 | | Some(ref mut wtr) => match self.tx_handle { [INFO] [stdout] 618 | | Some(ref tx_handle) => tx_handle [INFO] [stdout] 619 | | .run(|| { [INFO] [stdout] ... | [INFO] [stdout] 633 | | Err(err) [INFO] [stdout] 634 | | })) [INFO] [stdout] | |___________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:112:57 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/file.rs:638:9 [INFO] [stdout] | [INFO] [stdout] 638 | map_io_err!(self.check_closed())?; [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:112:57 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/file.rs:642:21 [INFO] [stdout] | [INFO] [stdout] 642 | / map_io_err!(tx_handle.run(|| { [INFO] [stdout] 643 | | wtr.flush()?; [INFO] [stdout] 644 | | Ok(()) [INFO] [stdout] 645 | | }))?; [INFO] [stdout] | |_______________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/file.rs:652:36 [INFO] [stdout] | [INFO] [stdout] 652 | Error::CannotWrite.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:112:57 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/file.rs:660:9 [INFO] [stdout] | [INFO] [stdout] 660 | map_io_err!(self.check_closed())?; [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/file.rs:664:34 [INFO] [stdout] | [INFO] [stdout] 664 | Error::NotFinish.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/volume/storage/storage.rs:379:56 [INFO] [stdout] | [INFO] [stdout] 379 | IoError::new(ErrorKind::Other, err.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:112:57 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/volume/storage/storage.rs:385:17 [INFO] [stdout] | [INFO] [stdout] 385 | map_io_err!(storage.crypto.decrypt(&wal, &storage.key,))?; [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/volume/storage/storage.rs:500:64 [INFO] [stdout] | [INFO] [stdout] 500 | ... IoError::new(ErrorKind::Other, err.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:112:57 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/volume/storage/storage.rs:507:34 [INFO] [stdout] | [INFO] [stdout] 507 | self.dec_frame_len = map_io_err!(storage.crypto.decrypt_to( [INFO] [stdout] | __________________________________- [INFO] [stdout] 508 | | &mut self.dec_frame, [INFO] [stdout] 509 | | &self.frame[..self.addrs[self.frm_idx].len], [INFO] [stdout] 510 | | &storage.key, [INFO] [stdout] 511 | | ))?; [INFO] [stdout] | |______________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:112:57 [INFO] [stdout] | [INFO] [stdout] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/volume/storage/storage.rs:668:13 [INFO] [stdout] | [INFO] [stdout] 668 | map_io_err!(self.write_frame())?; [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:244:43 [INFO] [stdout] | [INFO] [stdout] 244 | Error::Encode(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:245:43 [INFO] [stdout] | [INFO] [stdout] 245 | Error::Decode(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:246:40 [INFO] [stdout] | [INFO] [stdout] 246 | Error::Var(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:247:39 [INFO] [stdout] | [INFO] [stdout] 247 | Error::Io(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 30 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 28.53s [INFO] running `Command { std: "docker" "inspect" "9237292ddffee2903571fd0b7256d486078aa0101bb0aab6fe85dd254cc93bc9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9237292ddffee2903571fd0b7256d486078aa0101bb0aab6fe85dd254cc93bc9", kill_on_drop: false }` [INFO] [stdout] 9237292ddffee2903571fd0b7256d486078aa0101bb0aab6fe85dd254cc93bc9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 138cee43e887afbf473019af3cfdff08d23b13d7537a435fe0b5ba6b3b83bfd7 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "138cee43e887afbf473019af3cfdff08d23b13d7537a435fe0b5ba6b3b83bfd7", kill_on_drop: false }` [INFO] [stderr] warning: unnecessary braces around block return value [INFO] [stderr] --> src/trans/txmgr.rs:194:47 [INFO] [stderr] | [INFO] [stderr] 194 | static ref EXCL_TX_LOCK: Arc> = { Arc::new(Mutex::new(())) }; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_braces)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:112:57 [INFO] [stderr] | [INFO] [stderr] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/content/content.rs:180:21 [INFO] [stderr] | [INFO] [stderr] 180 | let store = map_io_err!(self.store.upgrade().ok_or(Error::RepoClosed))?; [INFO] [stderr] | ---------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:112:57 [INFO] [stderr] | [INFO] [stderr] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/content/content.rs:191:27 [INFO] [stderr] | [INFO] [stderr] 191 | let seg_ref = map_io_err!(store.get_seg(ent.seg_id()))?; [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:112:57 [INFO] [stderr] | [INFO] [stderr] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/content/content.rs:193:31 [INFO] [stderr] | [INFO] [stderr] 193 | let segdata_ref = map_io_err!(store.get_segdata(seg.data_id()))?; [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:112:57 [INFO] [stderr] | [INFO] [stderr] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/content/content.rs:278:13 [INFO] [stderr] | [INFO] [stderr] 278 | map_io_err!(self.seg_wtr.renew())?; [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:112:57 [INFO] [stderr] | [INFO] [stderr] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/content/content.rs:323:17 [INFO] [stderr] | [INFO] [stderr] 323 | map_io_err!(self.store.upgrade().ok_or(Error::RepoClosed))?; [INFO] [stderr] | ---------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:112:57 [INFO] [stderr] | [INFO] [stderr] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/content/content.rs:331:21 [INFO] [stderr] | [INFO] [stderr] 331 | map_io_err!(store.get_seg(&loc.seg_id))? [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:112:57 [INFO] [stderr] | [INFO] [stderr] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/content/segment.rs:506:13 [INFO] [stderr] | [INFO] [stderr] 506 | map_io_err!(self.renew())?; [INFO] [stderr] | ------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:112:57 [INFO] [stderr] | [INFO] [stderr] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/content/segment.rs:521:21 [INFO] [stderr] | [INFO] [stderr] 521 | let txmgr = map_io_err!(self.txmgr.upgrade().ok_or(Error::RepoClosed))?; [INFO] [stderr] | ---------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:112:57 [INFO] [stderr] | [INFO] [stderr] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/content/segment.rs:522:9 [INFO] [stderr] | [INFO] [stderr] 522 | map_io_err!(seg.make_mut(&txmgr))?.append_chunk(chunk.len()); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:112:57 [INFO] [stderr] | [INFO] [stderr] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/file.rs:582:9 [INFO] [stderr] | [INFO] [stderr] 582 | map_io_err!(self.check_closed())?; [INFO] [stderr] | -------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/file.rs:586:35 [INFO] [stderr] | [INFO] [stderr] 586 | Error::CannotRead.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:112:57 [INFO] [stderr] | [INFO] [stderr] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/file.rs:593:13 [INFO] [stderr] | [INFO] [stderr] 593 | map_io_err!(self.renew_reader())?; [INFO] [stderr] | -------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:112:57 [INFO] [stderr] | [INFO] [stderr] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/file.rs:610:9 [INFO] [stderr] | [INFO] [stderr] 610 | map_io_err!(self.check_closed())?; [INFO] [stderr] | -------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:112:57 [INFO] [stderr] | [INFO] [stderr] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/file.rs:612:13 [INFO] [stderr] | [INFO] [stderr] 612 | map_io_err!(self.begin_write())?; [INFO] [stderr] | ------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:112:57 [INFO] [stderr] | [INFO] [stderr] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/file.rs:616:9 [INFO] [stderr] | [INFO] [stderr] 616 | / map_io_err!(match self.wtr { [INFO] [stderr] 617 | | Some(ref mut wtr) => match self.tx_handle { [INFO] [stderr] 618 | | Some(ref tx_handle) => tx_handle [INFO] [stderr] 619 | | .run(|| { [INFO] [stderr] ... | [INFO] [stderr] 633 | | Err(err) [INFO] [stderr] 634 | | })) [INFO] [stderr] | |___________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:112:57 [INFO] [stderr] | [INFO] [stderr] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/file.rs:638:9 [INFO] [stderr] | [INFO] [stderr] 638 | map_io_err!(self.check_closed())?; [INFO] [stderr] | -------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:112:57 [INFO] [stderr] | [INFO] [stderr] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/file.rs:642:21 [INFO] [stderr] | [INFO] [stderr] 642 | / map_io_err!(tx_handle.run(|| { [INFO] [stderr] 643 | | wtr.flush()?; [INFO] [stderr] 644 | | Ok(()) [INFO] [stderr] 645 | | }))?; [INFO] [stderr] | |_______________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/file.rs:652:36 [INFO] [stderr] | [INFO] [stderr] 652 | Error::CannotWrite.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:112:57 [INFO] [stderr] | [INFO] [stderr] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/file.rs:660:9 [INFO] [stderr] | [INFO] [stderr] 660 | map_io_err!(self.check_closed())?; [INFO] [stderr] | -------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/file.rs:664:34 [INFO] [stderr] | [INFO] [stderr] 664 | Error::NotFinish.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/volume/storage/storage.rs:379:56 [INFO] [stderr] | [INFO] [stderr] 379 | IoError::new(ErrorKind::Other, err.description()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:112:57 [INFO] [stderr] | [INFO] [stderr] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/volume/storage/storage.rs:385:17 [INFO] [stderr] | [INFO] [stderr] 385 | map_io_err!(storage.crypto.decrypt(&wal, &storage.key,))?; [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/volume/storage/storage.rs:500:64 [INFO] [stderr] | [INFO] [stderr] 500 | ... IoError::new(ErrorKind::Other, err.description()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:112:57 [INFO] [stderr] | [INFO] [stderr] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/volume/storage/storage.rs:507:34 [INFO] [stderr] | [INFO] [stderr] 507 | self.dec_frame_len = map_io_err!(storage.crypto.decrypt_to( [INFO] [stderr] | __________________________________- [INFO] [stderr] 508 | | &mut self.dec_frame, [INFO] [stderr] 509 | | &self.frame[..self.addrs[self.frm_idx].len], [INFO] [stderr] 510 | | &storage.key, [INFO] [stderr] 511 | | ))?; [INFO] [stderr] | |______________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:112:57 [INFO] [stderr] | [INFO] [stderr] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/volume/storage/storage.rs:668:13 [INFO] [stderr] | [INFO] [stderr] 668 | map_io_err!(self.write_frame())?; [INFO] [stderr] | ------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:244:43 [INFO] [stderr] | [INFO] [stderr] 244 | Error::Encode(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:245:43 [INFO] [stderr] | [INFO] [stderr] 245 | Error::Decode(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:246:40 [INFO] [stderr] | [INFO] [stderr] 246 | Error::Var(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:247:39 [INFO] [stderr] | [INFO] [stderr] 247 | Error::Io(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 30 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: unnecessary braces around block return value [INFO] [stderr] --> src/trans/txmgr.rs:194:47 [INFO] [stderr] | [INFO] [stderr] 194 | static ref EXCL_TX_LOCK: Arc> = { Arc::new(Mutex::new(())) }; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_braces)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:112:57 [INFO] [stderr] | [INFO] [stderr] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/content/content.rs:180:21 [INFO] [stderr] | [INFO] [stderr] 180 | let store = map_io_err!(self.store.upgrade().ok_or(Error::RepoClosed))?; [INFO] [stderr] | ---------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:112:57 [INFO] [stderr] | [INFO] [stderr] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/content/content.rs:191:27 [INFO] [stderr] | [INFO] [stderr] 191 | let seg_ref = map_io_err!(store.get_seg(ent.seg_id()))?; [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:112:57 [INFO] [stderr] | [INFO] [stderr] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/content/content.rs:193:31 [INFO] [stderr] | [INFO] [stderr] 193 | let segdata_ref = map_io_err!(store.get_segdata(seg.data_id()))?; [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:112:57 [INFO] [stderr] | [INFO] [stderr] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/content/content.rs:278:13 [INFO] [stderr] | [INFO] [stderr] 278 | map_io_err!(self.seg_wtr.renew())?; [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:112:57 [INFO] [stderr] | [INFO] [stderr] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/content/content.rs:323:17 [INFO] [stderr] | [INFO] [stderr] 323 | map_io_err!(self.store.upgrade().ok_or(Error::RepoClosed))?; [INFO] [stderr] | ---------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:112:57 [INFO] [stderr] | [INFO] [stderr] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/content/content.rs:331:21 [INFO] [stderr] | [INFO] [stderr] 331 | map_io_err!(store.get_seg(&loc.seg_id))? [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:112:57 [INFO] [stderr] | [INFO] [stderr] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/content/segment.rs:506:13 [INFO] [stderr] | [INFO] [stderr] 506 | map_io_err!(self.renew())?; [INFO] [stderr] | ------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:112:57 [INFO] [stderr] | [INFO] [stderr] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/content/segment.rs:521:21 [INFO] [stderr] | [INFO] [stderr] 521 | let txmgr = map_io_err!(self.txmgr.upgrade().ok_or(Error::RepoClosed))?; [INFO] [stderr] | ---------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:112:57 [INFO] [stderr] | [INFO] [stderr] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/content/segment.rs:522:9 [INFO] [stderr] | [INFO] [stderr] 522 | map_io_err!(seg.make_mut(&txmgr))?.append_chunk(chunk.len()); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:112:57 [INFO] [stderr] | [INFO] [stderr] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/file.rs:582:9 [INFO] [stderr] | [INFO] [stderr] 582 | map_io_err!(self.check_closed())?; [INFO] [stderr] | -------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/file.rs:586:35 [INFO] [stderr] | [INFO] [stderr] 586 | Error::CannotRead.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:112:57 [INFO] [stderr] | [INFO] [stderr] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/file.rs:593:13 [INFO] [stderr] | [INFO] [stderr] 593 | map_io_err!(self.renew_reader())?; [INFO] [stderr] | -------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:112:57 [INFO] [stderr] | [INFO] [stderr] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/file.rs:610:9 [INFO] [stderr] | [INFO] [stderr] 610 | map_io_err!(self.check_closed())?; [INFO] [stderr] | -------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:112:57 [INFO] [stderr] | [INFO] [stderr] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/file.rs:612:13 [INFO] [stderr] | [INFO] [stderr] 612 | map_io_err!(self.begin_write())?; [INFO] [stderr] | ------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:112:57 [INFO] [stderr] | [INFO] [stderr] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/file.rs:616:9 [INFO] [stderr] | [INFO] [stderr] 616 | / map_io_err!(match self.wtr { [INFO] [stderr] 617 | | Some(ref mut wtr) => match self.tx_handle { [INFO] [stderr] 618 | | Some(ref tx_handle) => tx_handle [INFO] [stderr] 619 | | .run(|| { [INFO] [stderr] ... | [INFO] [stderr] 633 | | Err(err) [INFO] [stderr] 634 | | })) [INFO] [stderr] | |___________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:112:57 [INFO] [stderr] | [INFO] [stderr] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/file.rs:638:9 [INFO] [stderr] | [INFO] [stderr] 638 | map_io_err!(self.check_closed())?; [INFO] [stderr] | -------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:112:57 [INFO] [stderr] | [INFO] [stderr] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/file.rs:642:21 [INFO] [stderr] | [INFO] [stderr] 642 | / map_io_err!(tx_handle.run(|| { [INFO] [stderr] 643 | | wtr.flush()?; [INFO] [stderr] 644 | | Ok(()) [INFO] [stderr] 645 | | }))?; [INFO] [stderr] | |_______________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/file.rs:652:36 [INFO] [stderr] | [INFO] [stderr] 652 | Error::CannotWrite.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:112:57 [INFO] [stderr] | [INFO] [stderr] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/file.rs:660:9 [INFO] [stderr] | [INFO] [stderr] 660 | map_io_err!(self.check_closed())?; [INFO] [stderr] | -------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/file.rs:664:34 [INFO] [stderr] | [INFO] [stderr] 664 | Error::NotFinish.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/volume/storage/storage.rs:379:56 [INFO] [stderr] | [INFO] [stderr] 379 | IoError::new(ErrorKind::Other, err.description()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:112:57 [INFO] [stderr] | [INFO] [stderr] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/volume/storage/storage.rs:385:17 [INFO] [stderr] | [INFO] [stderr] 385 | map_io_err!(storage.crypto.decrypt(&wal, &storage.key,))?; [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/volume/storage/storage.rs:500:64 [INFO] [stderr] | [INFO] [stderr] 500 | ... IoError::new(ErrorKind::Other, err.description()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:112:57 [INFO] [stderr] | [INFO] [stderr] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/volume/storage/storage.rs:507:34 [INFO] [stderr] | [INFO] [stderr] 507 | self.dec_frame_len = map_io_err!(storage.crypto.decrypt_to( [INFO] [stderr] | __________________________________- [INFO] [stderr] 508 | | &mut self.dec_frame, [INFO] [stderr] 509 | | &self.frame[..self.addrs[self.frm_idx].len], [INFO] [stderr] 510 | | &storage.key, [INFO] [stderr] 511 | | ))?; [INFO] [stderr] | |______________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:112:57 [INFO] [stderr] | [INFO] [stderr] 112 | $x.map_err(|e| IoError::new(ErrorKind::Other, e.description())); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/volume/storage/storage.rs:668:13 [INFO] [stderr] | [INFO] [stderr] 668 | map_io_err!(self.write_frame())?; [INFO] [stderr] | ------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:244:43 [INFO] [stderr] | [INFO] [stderr] 244 | Error::Encode(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:245:43 [INFO] [stderr] | [INFO] [stderr] 245 | Error::Decode(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:246:40 [INFO] [stderr] | [INFO] [stderr] 246 | Error::Var(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:247:39 [INFO] [stderr] | [INFO] [stderr] 247 | Error::Io(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 30 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.37s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/zbox-8132f2a6d7c520ec [INFO] [stdout] [INFO] [stdout] running 20 tests [INFO] [stdout] test content::entry::tests::entry_list_append ... ok [INFO] [stdout] test base::crypto::tests::enc_dec ... ok [INFO] [stdout] test volume::storage::storage::tests::crypto_perf_test ... ignored [INFO] [stdout] test content::segment::tests::split_entry_list ... ok [INFO] [stdout] test volume::address::tests::split_addr ... ok [INFO] [stdout] test volume::storage::mem::mem::tests::test_perf ... ok [INFO] [stdout] test content::merkle_tree::tests::truncate_merkle_tree ... ok [INFO] [stdout] test volume::storage::storage::tests::mem_depot ... ok [INFO] [stdout] test content::chunker::tests::chunker ... ok [INFO] [stdout] test volume::volume::tests::mem_volume ... ok [INFO] [stdout] test trans::cow::tests::inner_obj_ref ... ok [INFO] [stdout] test volume::armor::tests::volume_armor ... ok [INFO] [stdout] test content::merkle_tree::tests::merge_merkle_tree ... ok [INFO] [stderr] [2020-08-08T20:19:13Z ERROR zbox::trans::trans] deleted entity(Eid(9147a3)) still in use (using: 2) [INFO] [stdout] test trans::txmgr::tests::test_trans_mem ... ok [INFO] [stdout] test volume::storage::storage::tests::mem_perf ... ok [INFO] [stdout] test content::merkle_tree::tests::truncate_merkle_tree_fuzz ... ok [INFO] [stdout] test volume::volume::tests::mem_perf ... 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] [INFO] [stdout] test result: ok. 19 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/dir-d0117f32741bb1ba [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test dir_read ... ok [INFO] [stdout] test dir_remove ... ok [INFO] [stdout] test dir_create_mt ... ok [INFO] [stdout] test dir_copy ... ok [INFO] [stdout] test dir_rename ... 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 [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/file-83cdc9a308f0eb62 [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test file_open_close ... ok [INFO] [stdout] test file_truncate ... ok [INFO] [stdout] test file_copy ... ok [INFO] [stdout] test file_rename ... ok [INFO] [stdout] test file_delete ... ok [INFO] [stdout] test file_content_dedup ... ok [INFO] [stdout] test file_seek ... 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 [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/fuzz-f4753fd2e51fd49e [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 [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/perf-9f4fe18a3b57312d [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 [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/repo-ae813920a1a37436 [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 [INFO] [stdout] [INFO] [stderr] Doc-tests zbox [INFO] [stdout] [INFO] [stdout] running 16 tests [INFO] [stdout] test src/repo.rs - repo::Repo (line 687) ... ok [INFO] [stdout] test src/repo.rs - repo::Repo (line 659) ... ok [INFO] [stdout] test src/repo.rs - repo::Repo::open_file (line 852) ... ok [INFO] [stdout] test src/repo.rs - repo::Repo (line 675) ... ok [INFO] [stdout] test src/file.rs - file::File (line 157) ... FAILED [INFO] [stdout] test src/repo.rs - repo::RepoOpener (line 42) ... FAILED [INFO] [stdout] test src/repo.rs - repo::OpenOptions (line 299) ... FAILED [INFO] [stdout] test src/lib.rs - (line 40) ... FAILED [INFO] [stdout] test src/file.rs - file::File (line 73) ... FAILED [INFO] [stdout] test src/lib.rs - (line 24) ... FAILED [INFO] [stdout] test src/file.rs - file::File (line 242) ... FAILED [INFO] [stdout] test src/file.rs - file::File (line 276) ... FAILED [INFO] [stdout] test src/file.rs - file::File (line 90) ... FAILED [INFO] [stdout] test src/lib.rs - (line 73) ... FAILED [INFO] [stdout] test src/file.rs - file::File (line 192) ... FAILED [INFO] [stdout] test src/repo.rs - repo::RepoOpener (line 27) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/file.rs - file::File (line 157) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/repo.rs - repo::RepoOpener (line 42) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/repo.rs - repo::OpenOptions (line 299) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - (line 40) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/file.rs - file::File (line 73) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - (line 24) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/file.rs - file::File (line 242) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/file.rs - file::File (line 276) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/file.rs - file::File (line 90) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - (line 73) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/file.rs - file::File (line 192) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/repo.rs - repo::RepoOpener (line 27) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/file.rs - file::File (line 157) [INFO] [stdout] src/file.rs - file::File (line 192) [INFO] [stdout] src/file.rs - file::File (line 242) [INFO] [stdout] src/file.rs - file::File (line 276) [INFO] [stdout] src/file.rs - file::File (line 73) [INFO] [stdout] src/file.rs - file::File (line 90) [INFO] [stdout] src/lib.rs - (line 24) [INFO] [stdout] src/lib.rs - (line 40) [INFO] [stdout] src/lib.rs - (line 73) [INFO] [stdout] src/repo.rs - repo::OpenOptions (line 299) [INFO] [stdout] src/repo.rs - repo::RepoOpener (line 27) [INFO] [stdout] src/repo.rs - repo::RepoOpener (line 42) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 4 passed; 12 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --crate-type rlib --crate-type cdylib --crate-type staticlib --test /opt/rustwide/workdir/src/lib.rs --crate-name zbox -L dependency=/opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps -L native=/opt/rustwide/target/debug/build/zbox-8fdbe5005336fb9c/out -L native=/usr/lib/x86_64-linux-gnu --cfg 'feature="storage-mem"' --cfg 'feature="default"' --extern bytes=/opt/rustwide/target/debug/deps/libbytes-8106c52b105e5a41.rlib --extern cfg_if=/opt/rustwide/target/debug/deps/libcfg_if-ab1bd98be96b57b3.rlib --extern env_logger=/opt/rustwide/target/debug/deps/libenv_logger-61ac5940bfce3af7.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-660ab907323d6aba.rlib --extern linked_hash_map=/opt/rustwide/target/debug/deps/liblinked_hash_map-7429acc73ad69f9b.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-f4faf1fa578e34f7.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-b05d96629f41a435.rlib --extern rand_xorshift=/opt/rustwide/target/debug/deps/librand_xorshift-3611bc5d61c3f74c.rlib --extern rmp_serde=/opt/rustwide/target/debug/deps/librmp_serde-fa8452278a4ac8d2.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-afd1975a55bdbf1e.rlib --extern serde_derive=/opt/rustwide/target/debug/deps/libserde_derive-445d33987c984452.so --extern tempdir=/opt/rustwide/target/debug/deps/libtempdir-c2b81e4ee66298c0.rlib --extern zbox=/opt/rustwide/target/debug/deps/libzbox.rlib` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "138cee43e887afbf473019af3cfdff08d23b13d7537a435fe0b5ba6b3b83bfd7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "138cee43e887afbf473019af3cfdff08d23b13d7537a435fe0b5ba6b3b83bfd7", kill_on_drop: false }` [INFO] [stdout] 138cee43e887afbf473019af3cfdff08d23b13d7537a435fe0b5ba6b3b83bfd7