[INFO] crate cargo-update 1.7.0 is already in cache [INFO] testing cargo-update-1.7.0 against beta-2019-09-28 for beta-1.39-1 [INFO] extracting crate cargo-update 1.7.0 into work/builds/worker-7/source [INFO] validating manifest of crates.io crate cargo-update 1.7.0 on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate cargo-update 1.7.0 [INFO] finished tweaking crates.io crate cargo-update 1.7.0 [INFO] tweaked toml for crates.io crate cargo-update 1.7.0 written to work/builds/worker-7/source/Cargo.toml [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/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" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 63e8e9c21c1141ba7b2b64e2a9760ec444cd96bd2cb28d63af1c877b5c404b54 [INFO] running `"docker" "start" "-a" "63e8e9c21c1141ba7b2b64e2a9760ec444cd96bd2cb28d63af1c877b5c404b54"` [INFO] [stderr] Compiling embed-resource v1.3.1 [INFO] [stderr] Compiling lazysort v0.2.1 [INFO] [stderr] Compiling array_tool v1.0.3 [INFO] [stderr] Compiling cargo-update v1.7.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/options.rs:245:18 [INFO] [stderr] | [INFO] [stderr] 245 | Some(try!(Semver::parse(&s[idx + 1..]).map_err(|e| format!("Version {} provided for package {} invalid: {}", &s[idx + 1..], &s[0..idx], e)))))) [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/ops/config.rs:242:13 [INFO] [stderr] | [INFO] [stderr] 242 | try!(try!(File::open(p).map_err(|_| 1)) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/ops/config.rs:242:18 [INFO] [stderr] | [INFO] [stderr] 242 | try!(try!(File::open(p).map_err(|_| 1)) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/ops/config.rs:288:9 [INFO] [stderr] | [INFO] [stderr] 288 | try!(File::create(p).map_err(|_| 3)) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/ops/config.rs:289:25 [INFO] [stderr] | [INFO] [stderr] 289 | .write_all(&try!(toml::to_vec(configuration).map_err(|_| 2))) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/ops/mod.rs:704:5 [INFO] [stderr] | [INFO] [stderr] 704 | try!(writeln!(out, " Updating registry '{}'", repo_url).map_err(|_| "failed to write updating message".to_string())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/ops/mod.rs:705:5 [INFO] [stderr] | [INFO] [stderr] 705 | try!(index_repo.remote_anonymous(repo_url) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/ops/mod.rs:708:5 [INFO] [stderr] | [INFO] [stderr] 708 | try!(writeln!(out).map_err(|_| "failed to write post-update newline".to_string())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/options.rs:73:25 [INFO] [stderr] | [INFO] [stderr] 73 | .author(crate_authors!("\n")) [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/options.rs:73:25 [INFO] [stderr] | [INFO] [stderr] 73 | .author(crate_authors!("\n")) [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/options.rs:156:25 [INFO] [stderr] | [INFO] [stderr] 156 | .author(crate_authors!("\n")) [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/options.rs:156:25 [INFO] [stderr] | [INFO] [stderr] 156 | .author(crate_authors!("\n")) [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 'try': use the `?` operator instead [INFO] [stderr] --> src/main-config.rs:18:29 [INFO] [stderr] | [INFO] [stderr] 18 | let mut configuration = try!(cargo_update::ops::PackageConfig::read(&config_file)); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main-config.rs:29:9 [INFO] [stderr] | [INFO] [stderr] 29 | try!(cargo_update::ops::PackageConfig::write(&configuration, &config_file)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:39:25 [INFO] [stderr] | [INFO] [stderr] 39 | let configuration = try!(cargo_update::ops::PackageConfig::read(&crates_file.with_file_name(".install_config.toml"))); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:61:20 [INFO] [stderr] | [INFO] [stderr] 61 | let registry = try!(cargo_update::ops::get_index_path(&opts.cargo_dir.1).map_err(|e| { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:65:29 [INFO] [stderr] | [INFO] [stderr] 65 | let mut registry_repo = try!(Repository::open(®istry).map_err(|_| { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:69:5 [INFO] [stderr] | [INFO] [stderr] 69 | try!(cargo_update::ops::update_index(&mut registry_repo, "https://github.com/rust-lang/crates.io-index", &mut stdout()).map_err(|e| { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:73:27 [INFO] [stderr] | [INFO] [stderr] 73 | let latest_registry = try!(registry_repo.revparse_single("origin/master").map_err(|_| { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 13.64s [INFO] running `"docker" "inspect" "63e8e9c21c1141ba7b2b64e2a9760ec444cd96bd2cb28d63af1c877b5c404b54"` [INFO] running `"docker" "rm" "-f" "63e8e9c21c1141ba7b2b64e2a9760ec444cd96bd2cb28d63af1c877b5c404b54"` [INFO] [stdout] 63e8e9c21c1141ba7b2b64e2a9760ec444cd96bd2cb28d63af1c877b5c404b54 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/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" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] 55fca71dbaa40abee5eec2401bdeb4e410e73a46a95a6c4c098903f6acd40836 [INFO] running `"docker" "start" "-a" "55fca71dbaa40abee5eec2401bdeb4e410e73a46a95a6c4c098903f6acd40836"` [INFO] [stderr] Compiling cargo-update v1.7.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/options.rs:245:18 [INFO] [stderr] | [INFO] [stderr] 245 | Some(try!(Semver::parse(&s[idx + 1..]).map_err(|e| format!("Version {} provided for package {} invalid: {}", &s[idx + 1..], &s[0..idx], e)))))) [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/ops/config.rs:242:13 [INFO] [stderr] | [INFO] [stderr] 242 | try!(try!(File::open(p).map_err(|_| 1)) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/ops/config.rs:242:18 [INFO] [stderr] | [INFO] [stderr] 242 | try!(try!(File::open(p).map_err(|_| 1)) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/ops/config.rs:288:9 [INFO] [stderr] | [INFO] [stderr] 288 | try!(File::create(p).map_err(|_| 3)) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/ops/config.rs:289:25 [INFO] [stderr] | [INFO] [stderr] 289 | .write_all(&try!(toml::to_vec(configuration).map_err(|_| 2))) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/ops/mod.rs:704:5 [INFO] [stderr] | [INFO] [stderr] 704 | try!(writeln!(out, " Updating registry '{}'", repo_url).map_err(|_| "failed to write updating message".to_string())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/ops/mod.rs:705:5 [INFO] [stderr] | [INFO] [stderr] 705 | try!(index_repo.remote_anonymous(repo_url) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/ops/mod.rs:708:5 [INFO] [stderr] | [INFO] [stderr] 708 | try!(writeln!(out).map_err(|_| "failed to write post-update newline".to_string())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/options.rs:73:25 [INFO] [stderr] | [INFO] [stderr] 73 | .author(crate_authors!("\n")) [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/options.rs:73:25 [INFO] [stderr] | [INFO] [stderr] 73 | .author(crate_authors!("\n")) [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/options.rs:156:25 [INFO] [stderr] | [INFO] [stderr] 156 | .author(crate_authors!("\n")) [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/options.rs:156:25 [INFO] [stderr] | [INFO] [stderr] 156 | .author(crate_authors!("\n")) [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.44s [INFO] running `"docker" "inspect" "55fca71dbaa40abee5eec2401bdeb4e410e73a46a95a6c4c098903f6acd40836"` [INFO] running `"docker" "rm" "-f" "55fca71dbaa40abee5eec2401bdeb4e410e73a46a95a6c4c098903f6acd40836"` [INFO] [stdout] 55fca71dbaa40abee5eec2401bdeb4e410e73a46a95a6c4c098903f6acd40836 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/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" "+beta-2019-09-28" "test" "--frozen"` [INFO] [stdout] 4c3e9bbacf5b4033dbbb051f8a2c40e7665232c3abb82bfe43b15ea227b472f7 [INFO] running `"docker" "start" "-a" "4c3e9bbacf5b4033dbbb051f8a2c40e7665232c3abb82bfe43b15ea227b472f7"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.12s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/cargo_update-7a9d5d1d7bdbbc7e [INFO] [stderr] Running /opt/rustwide/target/debug/deps/lib-37f4012a18879a19 [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] [stdout] [INFO] [stdout] running 16 tests [INFO] [stdout] test ops::get_index_path::nonexistant ... ok [INFO] [stdout] test ops::get_index_path::empty ... ok [INFO] [stdout] test ops::get_index_path::single ... ok [INFO] [stdout] test ops::get_index_path::double ... ok [INFO] [stdout] test ops::installed_main_repo_packages::non_existant ... ok [INFO] [stdout] test ops::get_index_path::triple ... ok [INFO] [stdout] test ops::package_filter_element::parse::err::no_separator ... ok [INFO] [stdout] test ops::package_filter_element::parse::err::unrecognised ... ok [INFO] [stdout] test ops::package_filter_element::parse::ok::toolchain ... ok [INFO] [stdout] test ops::get_index_path::with_file ... ok [INFO] [stdout] test ops::crate_versions ... ok [INFO] [stdout] test ops::main_repo_package::parse::git ... ok [INFO] [stdout] test ops::main_repo_package::parse::invalid ... ok [INFO] [stdout] test ops::installed_main_repo_packages::existant ... ok [INFO] [stdout] test ops::intersect_packages ... ok [INFO] [stdout] test ops::main_repo_package::parse::main_repository ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests cargo-update [INFO] [stdout] [INFO] [stdout] running 24 tests [INFO] [stdout] test src/ops/config.rs - ops::config::PackageConfig::cargo_args (line 107) ... ok [INFO] [stdout] test src/ops/mod.rs - ops::GitRepoPackage (line 87) ... FAILED [INFO] [stdout] test src/ops/mod.rs - ops::GitRepoPackage::parse (line 302) ... FAILED [INFO] [stdout] test src/ops/mod.rs - ops::MainRepoPackage::parse (line 141) ... FAILED [INFO] [stdout] test src/ops/mod.rs - ops::MainRepoPackage (line 40) ... FAILED [INFO] [stdout] test src/ops/config.rs - ops::config::PackageConfig::write (line 256) ... FAILED [INFO] [stdout] test src/ops/mod.rs - ops::PackageFilterElement::matches (line 443) ... FAILED [INFO] [stdout] test src/ops/mod.rs - ops::MainRepoPackage::update_to_version (line 261) ... FAILED [INFO] [stdout] test src/ops/config.rs - ops::config::PackageConfig::execute_operations (line 147) ... FAILED [INFO] [stdout] test src/ops/mod.rs - ops::GitRepoPackage::needs_update (line 380) ... FAILED [INFO] [stdout] test src/ops/config.rs - ops::config::PackageConfig (line 39) ... FAILED [INFO] [stdout] test src/ops/mod.rs - ops::MainRepoPackage::parse (line 169) ... FAILED [INFO] [stdout] test src/ops/config.rs - ops::config::PackageConfig::from (line 71) ... FAILED [INFO] [stdout] test src/ops/config.rs - ops::config::PackageConfig::read (line 210) ... FAILED [INFO] [stdout] test src/ops/mod.rs - ops::GitRepoPackage::parse (line 333) ... FAILED [INFO] [stdout] test src/ops/mod.rs - ops::MainRepoPackage::needs_update (line 198) ... FAILED [INFO] [stdout] test src/ops/mod.rs - ops::PackageFilterElement::parse (line 421) ... FAILED [INFO] [stdout] test src/ops/mod.rs - ops::installed_main_repo_packages (line 499) ... FAILED [INFO] [stdout] test src/ops/mod.rs - ops::installed_git_repo_packages (line 539) ... FAILED [INFO] [stdout] test src/ops/mod.rs - ops::crate_versions (line 609) ... FAILED [INFO] [stdout] test src/ops/mod.rs - ops::intersect_packages (line 574) ... FAILED [INFO] [stdout] test src/options.rs - options (line 8) ... FAILED [INFO] [stdout] test src/ops/mod.rs - ops::get_index_path (line 637) ... FAILED [INFO] [stdout] test src/ops/mod.rs - ops::resolve_crates_file (line 463) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/ops/mod.rs - ops::GitRepoPackage (line 87) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ops/mod.rs - ops::GitRepoPackage::parse (line 302) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ops/mod.rs - ops::MainRepoPackage::parse (line 141) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ops/mod.rs - ops::MainRepoPackage (line 40) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ops/config.rs - ops::config::PackageConfig::write (line 256) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ops/mod.rs - ops::PackageFilterElement::matches (line 443) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ops/mod.rs - ops::MainRepoPackage::update_to_version (line 261) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ops/config.rs - ops::config::PackageConfig::execute_operations (line 147) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ops/mod.rs - ops::GitRepoPackage::needs_update (line 380) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ops/config.rs - ops::config::PackageConfig (line 39) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ops/mod.rs - ops::MainRepoPackage::parse (line 169) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ops/config.rs - ops::config::PackageConfig::from (line 71) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ops/config.rs - ops::config::PackageConfig::read (line 210) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ops/mod.rs - ops::GitRepoPackage::parse (line 333) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ops/mod.rs - ops::MainRepoPackage::needs_update (line 198) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ops/mod.rs - ops::PackageFilterElement::parse (line 421) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ops/mod.rs - ops::installed_main_repo_packages (line 499) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ops/mod.rs - ops::installed_git_repo_packages (line 539) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ops/mod.rs - ops::crate_versions (line 609) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ops/mod.rs - ops::intersect_packages (line 574) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/options.rs - options (line 8) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ops/mod.rs - ops::get_index_path (line 637) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ops/mod.rs - ops::resolve_crates_file (line 463) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/ops/config.rs - ops::config::PackageConfig (line 39) [INFO] [stdout] src/ops/config.rs - ops::config::PackageConfig::execute_operations (line 147) [INFO] [stdout] src/ops/config.rs - ops::config::PackageConfig::from (line 71) [INFO] [stdout] src/ops/config.rs - ops::config::PackageConfig::read (line 210) [INFO] [stdout] src/ops/config.rs - ops::config::PackageConfig::write (line 256) [INFO] [stdout] src/ops/mod.rs - ops::GitRepoPackage (line 87) [INFO] [stdout] src/ops/mod.rs - ops::GitRepoPackage::needs_update (line 380) [INFO] [stdout] src/ops/mod.rs - ops::GitRepoPackage::parse (line 302) [INFO] [stdout] src/ops/mod.rs - ops::GitRepoPackage::parse (line 333) [INFO] [stdout] src/ops/mod.rs - ops::MainRepoPackage (line 40) [INFO] [stdout] src/ops/mod.rs - ops::MainRepoPackage::needs_update (line 198) [INFO] [stdout] src/ops/mod.rs - ops::MainRepoPackage::parse (line 141) [INFO] [stdout] src/ops/mod.rs - ops::MainRepoPackage::parse (line 169) [INFO] [stdout] src/ops/mod.rs - ops::MainRepoPackage::update_to_version (line 261) [INFO] [stdout] src/ops/mod.rs - ops::PackageFilterElement::matches (line 443) [INFO] [stdout] src/ops/mod.rs - ops::PackageFilterElement::parse (line 421) [INFO] [stdout] src/ops/mod.rs - ops::crate_versions (line 609) [INFO] [stdout] src/ops/mod.rs - ops::get_index_path (line 637) [INFO] [stdout] src/ops/mod.rs - ops::installed_git_repo_packages (line 539) [INFO] [stdout] src/ops/mod.rs - ops::installed_main_repo_packages (line 499) [INFO] [stdout] src/ops/mod.rs - ops::intersect_packages (line 574) [INFO] [stdout] src/ops/mod.rs - ops::resolve_crates_file (line 463) [INFO] [stdout] src/options.rs - options (line 8) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 1 passed; 23 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] running `"docker" "inspect" "4c3e9bbacf5b4033dbbb051f8a2c40e7665232c3abb82bfe43b15ea227b472f7"` [INFO] running `"docker" "rm" "-f" "4c3e9bbacf5b4033dbbb051f8a2c40e7665232c3abb82bfe43b15ea227b472f7"` [INFO] [stdout] 4c3e9bbacf5b4033dbbb051f8a2c40e7665232c3abb82bfe43b15ea227b472f7