[INFO] crate envy-store 0.1.0 is already in cache [INFO] extracting crate envy-store 0.1.0 into work/ex/beta-1.37-6/sources/1.36.0/reg/envy-store/0.1.0 [INFO] extracting crate envy-store 0.1.0 into work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/envy-store/0.1.0 [INFO] validating manifest of envy-store-0.1.0 on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of envy-store-0.1.0 on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing envy-store-0.1.0 [INFO] finished frobbing envy-store-0.1.0 [INFO] frobbed toml for envy-store-0.1.0 written to work/ex/beta-1.37-6/sources/1.36.0/reg/envy-store/0.1.0/Cargo.toml [INFO] started frobbing envy-store-0.1.0 [INFO] finished frobbing envy-store-0.1.0 [INFO] frobbed toml for envy-store-0.1.0 written to work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/envy-store/0.1.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing envy-store-0.1.0 against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/envy-store/0.1.0:/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" "+beta-2019-07-23" "build" "--frozen"` [INFO] [stdout] b601d0178c8c546627800173dc071b25675a3d89a30ef8d324cf88497701b07c [INFO] running `"docker" "start" "-a" "b601d0178c8c546627800173dc071b25675a3d89a30ef8d324cf88497701b07c"` [INFO] [stderr] Compiling rusoto_core v0.34.0 [INFO] [stderr] Compiling envy v0.3.3 [INFO] [stderr] Compiling rusoto_credential v0.13.0 [INFO] [stderr] Compiling rusoto_ssm v0.34.0 [INFO] [stderr] Compiling envy-store v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:38:32 [INFO] [stderr] | [INFO] [stderr] 38 | fn cause(&self) -> Option<&StdError> { [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn StdError` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [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:40:34 [INFO] [stderr] | [INFO] [stderr] 40 | Error::Store(e) => e.cause(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [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:41:33 [INFO] [stderr] | [INFO] [stderr] 41 | Error::Envy(e) => e.cause(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 50.93s [INFO] running `"docker" "inspect" "b601d0178c8c546627800173dc071b25675a3d89a30ef8d324cf88497701b07c"` [INFO] running `"docker" "rm" "-f" "b601d0178c8c546627800173dc071b25675a3d89a30ef8d324cf88497701b07c"` [INFO] [stdout] b601d0178c8c546627800173dc071b25675a3d89a30ef8d324cf88497701b07c [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/envy-store/0.1.0:/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" "+beta-2019-07-23" "test" "--frozen" "--no-run"` [INFO] [stdout] 226d227bea13b7a48f353dae29ed7141be101af65c0ad796d7772ec8e852d4e4 [INFO] running `"docker" "start" "-a" "226d227bea13b7a48f353dae29ed7141be101af65c0ad796d7772ec8e852d4e4"` [INFO] [stderr] Compiling envy-store v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:38:32 [INFO] [stderr] | [INFO] [stderr] 38 | fn cause(&self) -> Option<&StdError> { [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn StdError` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [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:40:34 [INFO] [stderr] | [INFO] [stderr] 40 | Error::Store(e) => e.cause(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [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:41:33 [INFO] [stderr] | [INFO] [stderr] 41 | Error::Envy(e) => e.cause(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.15s [INFO] running `"docker" "inspect" "226d227bea13b7a48f353dae29ed7141be101af65c0ad796d7772ec8e852d4e4"` [INFO] running `"docker" "rm" "-f" "226d227bea13b7a48f353dae29ed7141be101af65c0ad796d7772ec8e852d4e4"` [INFO] [stdout] 226d227bea13b7a48f353dae29ed7141be101af65c0ad796d7772ec8e852d4e4 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/envy-store/0.1.0:/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" "+beta-2019-07-23" "test" "--frozen"` [INFO] [stdout] 99ec975bd0d6a60b57cdf2b7d804f5d58487682442a452610eb7a881dc2d0e61 [INFO] running `"docker" "start" "-a" "99ec975bd0d6a60b57cdf2b7d804f5d58487682442a452610eb7a881dc2d0e61"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.72s [INFO] [stderr] Running /opt/crater/target/debug/deps/envy_store-b3dedd6e083fd03e [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test tests::deserializes_with_expected_parameters ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests envy-store [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/lib.rs - (line 19) ... 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" "99ec975bd0d6a60b57cdf2b7d804f5d58487682442a452610eb7a881dc2d0e61"` [INFO] running `"docker" "rm" "-f" "99ec975bd0d6a60b57cdf2b7d804f5d58487682442a452610eb7a881dc2d0e61"` [INFO] [stdout] 99ec975bd0d6a60b57cdf2b7d804f5d58487682442a452610eb7a881dc2d0e61