[INFO] crate dlc-decrypter 0.2.1 is already in cache [INFO] extracting crate dlc-decrypter 0.2.1 into work/ex/beta-1.38-1/sources/1.37.0/reg/dlc-decrypter/0.2.1 [INFO] extracting crate dlc-decrypter 0.2.1 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/dlc-decrypter/0.2.1 [INFO] validating manifest of dlc-decrypter-0.2.1 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 dlc-decrypter-0.2.1 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 dlc-decrypter-0.2.1 [INFO] finished frobbing dlc-decrypter-0.2.1 [INFO] frobbed toml for dlc-decrypter-0.2.1 written to work/ex/beta-1.38-1/sources/1.37.0/reg/dlc-decrypter/0.2.1/Cargo.toml [INFO] started frobbing dlc-decrypter-0.2.1 [INFO] finished frobbing dlc-decrypter-0.2.1 [INFO] frobbed toml for dlc-decrypter-0.2.1 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/dlc-decrypter/0.2.1/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 dlc-decrypter-0.2.1 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-6/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/dlc-decrypter/0.2.1:/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] b71e60bd1a0f35109c9824eb393af0f0e5900d0a3300706459e6f6be8c2eccf2 [INFO] running `"docker" "start" "-a" "b71e60bd1a0f35109c9824eb393af0f0e5900d0a3300706459e6f6be8c2eccf2"` [INFO] [stderr] Compiling reqwest v0.8.8 [INFO] [stderr] Compiling dlc-decrypter v0.2.1 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:348:28 [INFO] [stderr] | [INFO] [stderr] 348 | padding: X) -> Box { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Decryptor + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:353:24 [INFO] [stderr] | [INFO] [stderr] 353 | dec as Box [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Decryptor + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:358:24 [INFO] [stderr] | [INFO] [stderr] 358 | dec as Box [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Decryptor + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:363:24 [INFO] [stderr] | [INFO] [stderr] 363 | dec as Box [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Decryptor + 'static` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/error.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / error_chain!{ [INFO] [stderr] 4 | | [INFO] [stderr] 5 | | types { [INFO] [stderr] 6 | | Error, ErrorKind, ResultExt, Result; [INFO] [stderr] ... | [INFO] [stderr] 17 | | } [INFO] [stderr] 18 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/error.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / error_chain!{ [INFO] [stderr] 4 | | [INFO] [stderr] 5 | | types { [INFO] [stderr] 6 | | Error, ErrorKind, ResultExt, Result; [INFO] [stderr] ... | [INFO] [stderr] 17 | | } [INFO] [stderr] 18 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.03s [INFO] running `"docker" "inspect" "b71e60bd1a0f35109c9824eb393af0f0e5900d0a3300706459e6f6be8c2eccf2"` [INFO] running `"docker" "rm" "-f" "b71e60bd1a0f35109c9824eb393af0f0e5900d0a3300706459e6f6be8c2eccf2"` [INFO] [stdout] b71e60bd1a0f35109c9824eb393af0f0e5900d0a3300706459e6f6be8c2eccf2 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/dlc-decrypter/0.2.1:/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] f9e4de68c411a765ff2a36a90974290983628cdd5e24bd0f6f3449c0f5e7441d [INFO] running `"docker" "start" "-a" "f9e4de68c411a765ff2a36a90974290983628cdd5e24bd0f6f3449c0f5e7441d"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling dlc-decrypter v0.2.1 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:348:28 [INFO] [stderr] | [INFO] [stderr] 348 | padding: X) -> Box { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Decryptor + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:353:24 [INFO] [stderr] | [INFO] [stderr] 353 | dec as Box [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Decryptor + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:358:24 [INFO] [stderr] | [INFO] [stderr] 358 | dec as Box [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Decryptor + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:363:24 [INFO] [stderr] | [INFO] [stderr] 363 | dec as Box [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Decryptor + 'static` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/error.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / error_chain!{ [INFO] [stderr] 4 | | [INFO] [stderr] 5 | | types { [INFO] [stderr] 6 | | Error, ErrorKind, ResultExt, Result; [INFO] [stderr] ... | [INFO] [stderr] 17 | | } [INFO] [stderr] 18 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/error.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / error_chain!{ [INFO] [stderr] 4 | | [INFO] [stderr] 5 | | types { [INFO] [stderr] 6 | | Error, ErrorKind, ResultExt, Result; [INFO] [stderr] ... | [INFO] [stderr] 17 | | } [INFO] [stderr] 18 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.15s [INFO] running `"docker" "inspect" "f9e4de68c411a765ff2a36a90974290983628cdd5e24bd0f6f3449c0f5e7441d"` [INFO] running `"docker" "rm" "-f" "f9e4de68c411a765ff2a36a90974290983628cdd5e24bd0f6f3449c0f5e7441d"` [INFO] [stdout] f9e4de68c411a765ff2a36a90974290983628cdd5e24bd0f6f3449c0f5e7441d [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/dlc-decrypter/0.2.1:/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] 5594a27a56b9a1b943376bf26765e47773ad42afb6801b2ff2f85075c0dbcbe9 [INFO] running `"docker" "start" "-a" "5594a27a56b9a1b943376bf26765e47773ad42afb6801b2ff2f85075c0dbcbe9"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.15s [INFO] [stderr] Running /opt/crater/target/debug/deps/dlc_decrypter-f1cf529c247030b8 [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 dlc_decrypter [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/lib.rs - (line 13) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "5594a27a56b9a1b943376bf26765e47773ad42afb6801b2ff2f85075c0dbcbe9"` [INFO] running `"docker" "rm" "-f" "5594a27a56b9a1b943376bf26765e47773ad42afb6801b2ff2f85075c0dbcbe9"` [INFO] [stdout] 5594a27a56b9a1b943376bf26765e47773ad42afb6801b2ff2f85075c0dbcbe9