[INFO] crate libimagnotification 0.9.3 is already in cache [INFO] extracting crate libimagnotification 0.9.3 into work/ex/beta-1.38-1/sources/1.37.0/reg/libimagnotification/0.9.3 [INFO] extracting crate libimagnotification 0.9.3 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/libimagnotification/0.9.3 [INFO] validating manifest of libimagnotification-0.9.3 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of libimagnotification-0.9.3 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing libimagnotification-0.9.3 [INFO] finished frobbing libimagnotification-0.9.3 [INFO] frobbed toml for libimagnotification-0.9.3 written to work/ex/beta-1.38-1/sources/1.37.0/reg/libimagnotification/0.9.3/Cargo.toml [INFO] started frobbing libimagnotification-0.9.3 [INFO] finished frobbing libimagnotification-0.9.3 [INFO] frobbed toml for libimagnotification-0.9.3 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/libimagnotification/0.9.3/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing libimagnotification-0.9.3 against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/libimagnotification/0.9.3:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "build" "--frozen"` [INFO] [stdout] bc5917eeed42a6d9a413ca316b8cd694d16ec4d86c4dc2158b22f484e090a914 [INFO] running `"docker" "start" "-a" "bc5917eeed42a6d9a413ca316b8cd694d16ec4d86c4dc2158b22f484e090a914"` [INFO] [stderr] Compiling libimagnotification v0.9.3 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/result_notification.rs:60:63 [INFO] [stderr] | [INFO] [stderr] 60 | fn trace_notify(urgency: NotificationUrgency, e: &Error, u: usize) -> Result<()> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/result_notification.rs:170:30 [INFO] [stderr] | [INFO] [stderr] 170 | fn notify_with(self, n: &Notificator) -> Self; [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn Notificator` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/result_notification.rs:176:37 [INFO] [stderr] | [INFO] [stderr] 176 | fn notify_on_err_with(self, n: &Notificator) -> Self; [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn Notificator` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/result_notification.rs:185:30 [INFO] [stderr] | [INFO] [stderr] 185 | fn notify_with(self, n: &Notificator) -> Self { [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn Notificator` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/result_notification.rs:193:37 [INFO] [stderr] | [INFO] [stderr] 193 | fn notify_on_err_with(self, n: &Notificator) -> Self { [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn Notificator` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/result_notification.rs:71:23 [INFO] [stderr] | [INFO] [stderr] 71 | e.cause().map(|cause| trace_notify(urgency, cause, u - 1)); [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.87s [INFO] running `"docker" "inspect" "bc5917eeed42a6d9a413ca316b8cd694d16ec4d86c4dc2158b22f484e090a914"` [INFO] running `"docker" "rm" "-f" "bc5917eeed42a6d9a413ca316b8cd694d16ec4d86c4dc2158b22f484e090a914"` [INFO] [stdout] bc5917eeed42a6d9a413ca316b8cd694d16ec4d86c4dc2158b22f484e090a914 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/libimagnotification/0.9.3:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 7a93bf46c00350c40b5bd2f747eadebcd2be9a44c1f9ca1b460452b14181de69 [INFO] running `"docker" "start" "-a" "7a93bf46c00350c40b5bd2f747eadebcd2be9a44c1f9ca1b460452b14181de69"` [INFO] [stderr] Compiling libimagnotification v0.9.3 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/result_notification.rs:60:63 [INFO] [stderr] | [INFO] [stderr] 60 | fn trace_notify(urgency: NotificationUrgency, e: &Error, u: usize) -> Result<()> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/result_notification.rs:170:30 [INFO] [stderr] | [INFO] [stderr] 170 | fn notify_with(self, n: &Notificator) -> Self; [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn Notificator` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/result_notification.rs:176:37 [INFO] [stderr] | [INFO] [stderr] 176 | fn notify_on_err_with(self, n: &Notificator) -> Self; [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn Notificator` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/result_notification.rs:185:30 [INFO] [stderr] | [INFO] [stderr] 185 | fn notify_with(self, n: &Notificator) -> Self { [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn Notificator` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/result_notification.rs:193:37 [INFO] [stderr] | [INFO] [stderr] 193 | fn notify_on_err_with(self, n: &Notificator) -> Self { [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn Notificator` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/result_notification.rs:71:23 [INFO] [stderr] | [INFO] [stderr] 71 | e.cause().map(|cause| trace_notify(urgency, cause, u - 1)); [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.11s [INFO] running `"docker" "inspect" "7a93bf46c00350c40b5bd2f747eadebcd2be9a44c1f9ca1b460452b14181de69"` [INFO] running `"docker" "rm" "-f" "7a93bf46c00350c40b5bd2f747eadebcd2be9a44c1f9ca1b460452b14181de69"` [INFO] [stdout] 7a93bf46c00350c40b5bd2f747eadebcd2be9a44c1f9ca1b460452b14181de69 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/libimagnotification/0.9.3:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "test" "--frozen"` [INFO] [stdout] 7cad21e0b910f3816807bb49dadba7269dfceb6a216c0c8bee83016d97f9bce3 [INFO] running `"docker" "start" "-a" "7cad21e0b910f3816807bb49dadba7269dfceb6a216c0c8bee83016d97f9bce3"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running /opt/crater/target/debug/deps/libimagnotification-11ebdd32fb0ca2b5 [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] Doc-tests libimagnotification [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] running `"docker" "inspect" "7cad21e0b910f3816807bb49dadba7269dfceb6a216c0c8bee83016d97f9bce3"` [INFO] running `"docker" "rm" "-f" "7cad21e0b910f3816807bb49dadba7269dfceb6a216c0c8bee83016d97f9bce3"` [INFO] [stdout] 7cad21e0b910f3816807bb49dadba7269dfceb6a216c0c8bee83016d97f9bce3