[INFO] crate cargo-download 0.1.2 is already in cache [INFO] extracting crate cargo-download 0.1.2 into work/ex/beta-1.38-1/sources/1.37.0/reg/cargo-download/0.1.2 [INFO] extracting crate cargo-download 0.1.2 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/cargo-download/0.1.2 [INFO] validating manifest of cargo-download-0.1.2 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 cargo-download-0.1.2 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 cargo-download-0.1.2 [INFO] finished frobbing cargo-download-0.1.2 [INFO] frobbed toml for cargo-download-0.1.2 written to work/ex/beta-1.38-1/sources/1.37.0/reg/cargo-download/0.1.2/Cargo.toml [INFO] started frobbing cargo-download-0.1.2 [INFO] finished frobbing cargo-download-0.1.2 [INFO] frobbed toml for cargo-download-0.1.2 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/cargo-download/0.1.2/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] [stderr] Blocking waiting for file lock on package cache [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] [stderr] Blocking waiting for file lock on package cache [INFO] testing cargo-download-0.1.2 against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/cargo-download/0.1.2:/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-08-13" "build" "--frozen"` [INFO] [stdout] 0d6cd3a0c59177a4c80a309ce665647a20439d012180337df03c37201eaa584b [INFO] running `"docker" "start" "-a" "0d6cd3a0c59177a4c80a309ce665647a20439d012180337df03c37201eaa584b"` [INFO] [stderr] Compiling slog v1.7.1 [INFO] [stderr] Compiling crossbeam v0.2.12 [INFO] [stderr] Compiling custom_derive v0.1.7 [INFO] [stderr] Compiling case v0.1.0 [INFO] [stderr] Compiling maplit v0.1.6 [INFO] [stderr] Compiling exitcode v1.1.2 [INFO] [stderr] Compiling itertools v0.6.5 [INFO] [stderr] Compiling xattr v0.2.2 [INFO] [stderr] Compiling want v0.2.0 [INFO] [stderr] Compiling conv v0.3.3 [INFO] [stderr] Compiling flate2 v0.2.20 [INFO] [stderr] Compiling tokio-io v0.1.12 [INFO] [stderr] Compiling tar v0.4.26 [INFO] [stderr] Compiling slog-extra v0.1.2 [INFO] [stderr] Compiling derive-error v0.0.3 [INFO] [stderr] Compiling native-tls v0.2.3 [INFO] [stderr] Compiling slog-stream v1.2.1 [INFO] [stderr] Compiling chrono v0.2.25 [INFO] [stderr] Compiling tokio-reactor v0.1.9 [INFO] [stderr] Compiling h2 v0.1.26 [INFO] [stderr] Compiling cookie_store v0.7.0 [INFO] [stderr] Compiling slog-term v1.5.0 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling slog-stdlog v1.1.0 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling slog-envlogger v0.5.0 [INFO] [stderr] Compiling hyper v0.12.33 [INFO] [stderr] Compiling hyper-tls v0.3.2 [INFO] [stderr] Compiling reqwest v0.9.20 [INFO] [stderr] Compiling cargo-download v0.1.2 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/args.rs:233:32 [INFO] [stderr] | [INFO] [stderr] 233 | fn cause(&self) -> Option<&Error> { [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/args.rs:267:32 [INFO] [stderr] | [INFO] [stderr] 267 | fn cause(&self) -> Option<&Error> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/logging.rs:104:35 [INFO] [stderr] | [INFO] [stderr] 104 | fn format(&self, output: &mut io::Write, [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:158:62 [INFO] [stderr] | [INFO] [stderr] 158 | fn get_newest_version(crate_: &Crate) -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:185:73 [INFO] [stderr] | [INFO] [stderr] 185 | fn download_crate(name: &str, version: &Version) -> Result, Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:49:1 [INFO] [stderr] | [INFO] [stderr] 49 | / lazy_static! { [INFO] [stderr] 50 | | /// Application / package name, as filled out by Cargo. [INFO] [stderr] 51 | | static ref NAME: &'static str = option_env!("CARGO_PKG_NAME") [INFO] [stderr] 52 | | .unwrap_or("cargo-download"); [INFO] [stderr] ... | [INFO] [stderr] 55 | | static ref VERSION: Option<&'static str> = option_env!("CARGO_PKG_VERSION"); [INFO] [stderr] 56 | | } [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::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:49:1 [INFO] [stderr] | [INFO] [stderr] 49 | / lazy_static! { [INFO] [stderr] 50 | | /// Application / package name, as filled out by Cargo. [INFO] [stderr] 51 | | static ref NAME: &'static str = option_env!("CARGO_PKG_NAME") [INFO] [stderr] 52 | | .unwrap_or("cargo-download"); [INFO] [stderr] ... | [INFO] [stderr] 55 | | static ref VERSION: Option<&'static str> = option_env!("CARGO_PKG_VERSION"); [INFO] [stderr] 56 | | } [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] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/args.rs:298:1 [INFO] [stderr] | [INFO] [stderr] 298 | / lazy_static! { [INFO] [stderr] 299 | | static ref ABOUT: &'static str = option_env!("CARGO_PKG_DESCRIPTION").unwrap_or(""); [INFO] [stderr] 300 | | } [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] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/args.rs:317:17 [INFO] [stderr] | [INFO] [stderr] 317 | .author(crate_authors!(", ")) [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] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/args.rs:317:17 [INFO] [stderr] | [INFO] [stderr] 317 | .author(crate_authors!(", ")) [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] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/logging.rs:157:1 [INFO] [stderr] | [INFO] [stderr] 157 | / lazy_static! { [INFO] [stderr] 158 | | /// Map of log levels to their ANSI terminal styles. [INFO] [stderr] 159 | | // (Level doesn't implement Hash so it has to be usize). [INFO] [stderr] 160 | | static ref TTY_LEVEL_STYLES: HashMap = hashmap!{ [INFO] [stderr] ... | [INFO] [stderr] 168 | | static ref TTY_FINE_PREFIX_STYLE: Style = Style::new().dimmed(); [INFO] [stderr] 169 | | } [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] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/logging.rs:157:1 [INFO] [stderr] | [INFO] [stderr] 157 | / lazy_static! { [INFO] [stderr] 158 | | /// Map of log levels to their ANSI terminal styles. [INFO] [stderr] 159 | | // (Level doesn't implement Hash so it has to be usize). [INFO] [stderr] 160 | | static ref TTY_LEVEL_STYLES: HashMap = hashmap!{ [INFO] [stderr] ... | [INFO] [stderr] 168 | | static ref TTY_FINE_PREFIX_STYLE: Style = Style::new().dimmed(); [INFO] [stderr] 169 | | } [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 1m 06s [INFO] running `"docker" "inspect" "0d6cd3a0c59177a4c80a309ce665647a20439d012180337df03c37201eaa584b"` [INFO] running `"docker" "rm" "-f" "0d6cd3a0c59177a4c80a309ce665647a20439d012180337df03c37201eaa584b"` [INFO] [stdout] 0d6cd3a0c59177a4c80a309ce665647a20439d012180337df03c37201eaa584b [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/cargo-download/0.1.2:/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-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] 343cfe3354d841ca69a58c3ed398fe5fb0c96b26b45182a3cef0c0f94b32f68a [INFO] running `"docker" "start" "-a" "343cfe3354d841ca69a58c3ed398fe5fb0c96b26b45182a3cef0c0f94b32f68a"` [INFO] [stderr] Compiling cargo-download v0.1.2 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/args.rs:233:32 [INFO] [stderr] | [INFO] [stderr] 233 | fn cause(&self) -> Option<&Error> { [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/args.rs:267:32 [INFO] [stderr] | [INFO] [stderr] 267 | fn cause(&self) -> Option<&Error> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/logging.rs:104:35 [INFO] [stderr] | [INFO] [stderr] 104 | fn format(&self, output: &mut io::Write, [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:158:62 [INFO] [stderr] | [INFO] [stderr] 158 | fn get_newest_version(crate_: &Crate) -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:185:73 [INFO] [stderr] | [INFO] [stderr] 185 | fn download_crate(name: &str, version: &Version) -> Result, Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:49:1 [INFO] [stderr] | [INFO] [stderr] 49 | / lazy_static! { [INFO] [stderr] 50 | | /// Application / package name, as filled out by Cargo. [INFO] [stderr] 51 | | static ref NAME: &'static str = option_env!("CARGO_PKG_NAME") [INFO] [stderr] 52 | | .unwrap_or("cargo-download"); [INFO] [stderr] ... | [INFO] [stderr] 55 | | static ref VERSION: Option<&'static str> = option_env!("CARGO_PKG_VERSION"); [INFO] [stderr] 56 | | } [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::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:49:1 [INFO] [stderr] | [INFO] [stderr] 49 | / lazy_static! { [INFO] [stderr] 50 | | /// Application / package name, as filled out by Cargo. [INFO] [stderr] 51 | | static ref NAME: &'static str = option_env!("CARGO_PKG_NAME") [INFO] [stderr] 52 | | .unwrap_or("cargo-download"); [INFO] [stderr] ... | [INFO] [stderr] 55 | | static ref VERSION: Option<&'static str> = option_env!("CARGO_PKG_VERSION"); [INFO] [stderr] 56 | | } [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] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/args.rs:298:1 [INFO] [stderr] | [INFO] [stderr] 298 | / lazy_static! { [INFO] [stderr] 299 | | static ref ABOUT: &'static str = option_env!("CARGO_PKG_DESCRIPTION").unwrap_or(""); [INFO] [stderr] 300 | | } [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] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/args.rs:317:17 [INFO] [stderr] | [INFO] [stderr] 317 | .author(crate_authors!(", ")) [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] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/args.rs:317:17 [INFO] [stderr] | [INFO] [stderr] 317 | .author(crate_authors!(", ")) [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] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/logging.rs:157:1 [INFO] [stderr] | [INFO] [stderr] 157 | / lazy_static! { [INFO] [stderr] 158 | | /// Map of log levels to their ANSI terminal styles. [INFO] [stderr] 159 | | // (Level doesn't implement Hash so it has to be usize). [INFO] [stderr] 160 | | static ref TTY_LEVEL_STYLES: HashMap = hashmap!{ [INFO] [stderr] ... | [INFO] [stderr] 168 | | static ref TTY_FINE_PREFIX_STYLE: Style = Style::new().dimmed(); [INFO] [stderr] 169 | | } [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] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/logging.rs:157:1 [INFO] [stderr] | [INFO] [stderr] 157 | / lazy_static! { [INFO] [stderr] 158 | | /// Map of log levels to their ANSI terminal styles. [INFO] [stderr] 159 | | // (Level doesn't implement Hash so it has to be usize). [INFO] [stderr] 160 | | static ref TTY_LEVEL_STYLES: HashMap = hashmap!{ [INFO] [stderr] ... | [INFO] [stderr] 168 | | static ref TTY_FINE_PREFIX_STYLE: Style = Style::new().dimmed(); [INFO] [stderr] 169 | | } [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 2.21s [INFO] running `"docker" "inspect" "343cfe3354d841ca69a58c3ed398fe5fb0c96b26b45182a3cef0c0f94b32f68a"` [INFO] running `"docker" "rm" "-f" "343cfe3354d841ca69a58c3ed398fe5fb0c96b26b45182a3cef0c0f94b32f68a"` [INFO] [stdout] 343cfe3354d841ca69a58c3ed398fe5fb0c96b26b45182a3cef0c0f94b32f68a [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/cargo-download/0.1.2:/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-08-13" "test" "--frozen"` [INFO] [stdout] 1f4f88ebc0e5a91095d1303ce10eccb3d79b34d5eed0b51f06265e62bc28d60c [INFO] running `"docker" "start" "-a" "1f4f88ebc0e5a91095d1303ce10eccb3d79b34d5eed0b51f06265e62bc28d60c"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.18s [INFO] [stderr] Running /opt/crater/target/debug/deps/cargo_download-43840978b802d387 [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test logging::tests::verbosity_levels ... ok [INFO] [stdout] test logging::tests::default_level ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "1f4f88ebc0e5a91095d1303ce10eccb3d79b34d5eed0b51f06265e62bc28d60c"` [INFO] running `"docker" "rm" "-f" "1f4f88ebc0e5a91095d1303ce10eccb3d79b34d5eed0b51f06265e62bc28d60c"` [INFO] [stdout] 1f4f88ebc0e5a91095d1303ce10eccb3d79b34d5eed0b51f06265e62bc28d60c