[INFO] crate cargo-download 0.1.2 is already in cache [INFO] testing cargo-download-0.1.2 against 1.38.0 for beta-1.39-1 [INFO] extracting crate cargo-download 0.1.2 into work/builds/worker-3/source [INFO] validating manifest of crates.io crate cargo-download 0.1.2 on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate cargo-download 0.1.2 [INFO] finished tweaking crates.io crate cargo-download 0.1.2 [INFO] tweaked toml for crates.io crate cargo-download 0.1.2 written to work/builds/worker-3/source/Cargo.toml [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "build" "--frozen"` [INFO] [stdout] f6e7cba9e95a76b95275a0ceb5177acd2c77e06104aba7e4c5012ddce64b960c [INFO] running `"docker" "start" "-a" "f6e7cba9e95a76b95275a0ceb5177acd2c77e06104aba7e4c5012ddce64b960c"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling case v0.1.0 [INFO] [stderr] Compiling itertools v0.6.5 [INFO] [stderr] Compiling slog-extra v0.1.2 [INFO] [stderr] Compiling derive-error v0.0.3 [INFO] [stderr] Compiling slog-stream v1.2.1 [INFO] [stderr] Compiling slog-term v1.5.0 [INFO] [stderr] Compiling slog-stdlog v1.1.0 [INFO] [stderr] Compiling slog-envlogger v0.5.0 [INFO] [stderr] Compiling cargo-download v0.1.2 (/opt/rustwide/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 45.15s [INFO] running `"docker" "inspect" "f6e7cba9e95a76b95275a0ceb5177acd2c77e06104aba7e4c5012ddce64b960c"` [INFO] running `"docker" "rm" "-f" "f6e7cba9e95a76b95275a0ceb5177acd2c77e06104aba7e4c5012ddce64b960c"` [INFO] [stdout] f6e7cba9e95a76b95275a0ceb5177acd2c77e06104aba7e4c5012ddce64b960c [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] ba5e58d211d5312912b4f5feff9625bf370d8fe62757b796a664757e6f30bba5 [INFO] running `"docker" "start" "-a" "ba5e58d211d5312912b4f5feff9625bf370d8fe62757b796a664757e6f30bba5"` [INFO] [stderr] Compiling cargo-download v0.1.2 (/opt/rustwide/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 12.82s [INFO] running `"docker" "inspect" "ba5e58d211d5312912b4f5feff9625bf370d8fe62757b796a664757e6f30bba5"` [INFO] running `"docker" "rm" "-f" "ba5e58d211d5312912b4f5feff9625bf370d8fe62757b796a664757e6f30bba5"` [INFO] [stdout] ba5e58d211d5312912b4f5feff9625bf370d8fe62757b796a664757e6f30bba5 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "test" "--frozen"` [INFO] [stdout] 68cf353e28cf56a2a0f74cd6a518c5a082800d9e54758199c166d79f90d5fd66 [INFO] running `"docker" "start" "-a" "68cf353e28cf56a2a0f74cd6a518c5a082800d9e54758199c166d79f90d5fd66"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.20s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/cargo_download-ff298d107bfaf0f7 [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test logging::tests::default_level ... ok [INFO] [stdout] test logging::tests::verbosity_levels ... 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" "68cf353e28cf56a2a0f74cd6a518c5a082800d9e54758199c166d79f90d5fd66"` [INFO] running `"docker" "rm" "-f" "68cf353e28cf56a2a0f74cd6a518c5a082800d9e54758199c166d79f90d5fd66"` [INFO] [stdout] 68cf353e28cf56a2a0f74cd6a518c5a082800d9e54758199c166d79f90d5fd66