[INFO] updating cached repository https://github.com/maralla/pack [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 7ef7465e12dd30829035e106ead13206775058fc [INFO] testing maralla/pack against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaralla%2Fpack" "work/builds/worker-6/source"` [INFO] [stderr] Cloning into 'work/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/maralla/pack 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 git repo https://github.com/maralla/pack [INFO] finished tweaking git repo https://github.com/maralla/pack [INFO] tweaked toml for git repo https://github.com/maralla/pack written to work/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/maralla/pack already has a lockfile, it will not be regenerated [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-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/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] 7dad24e831a5b9e5e33057ec350ebebfca3c97d45b358ffa0a128468dd2da43f [INFO] running `"docker" "start" "-a" "7dad24e831a5b9e5e33057ec350ebebfca3c97d45b358ffa0a128468dd2da43f"` [INFO] [stderr] Compiling libz-sys v1.0.24 [INFO] [stderr] Compiling libgit2-sys v0.7.10 [INFO] [stderr] Compiling atty v0.2.6 [INFO] [stderr] Compiling rand v0.3.20 [INFO] [stderr] Compiling termion v1.5.1 [INFO] [stderr] Compiling dirs v1.0.5 [INFO] [stderr] Compiling log v0.4.5 [INFO] [stderr] Compiling clap v2.30.0 [INFO] [stderr] Compiling libssh2-sys v0.2.11 [INFO] [stderr] Compiling chan v0.1.20 [INFO] [stderr] Compiling git2 v0.7.5 [INFO] [stderr] Compiling pack v0.2.3 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/package.rs:29:1 [INFO] [stderr] | [INFO] [stderr] 29 | / lazy_static! { [INFO] [stderr] 30 | | static ref BASE_DIR: PathBuf = env::var("VIM_CONFIG_PATH") [INFO] [stderr] 31 | | .map(PathBuf::from) [INFO] [stderr] 32 | | .unwrap_or_else(|_| { [INFO] [stderr] ... | [INFO] [stderr] 39 | | static ref PACK_PLUGIN_DIR: PathBuf = (*BASE_DIR).join("plugin"); [INFO] [stderr] 40 | | } [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/package.rs:29:1 [INFO] [stderr] | [INFO] [stderr] 29 | / lazy_static! { [INFO] [stderr] 30 | | static ref BASE_DIR: PathBuf = env::var("VIM_CONFIG_PATH") [INFO] [stderr] 31 | | .map(PathBuf::from) [INFO] [stderr] 32 | | .unwrap_or_else(|_| { [INFO] [stderr] ... | [INFO] [stderr] 39 | | static ref PACK_PLUGIN_DIR: PathBuf = (*BASE_DIR).join("plugin"); [INFO] [stderr] 40 | | } [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/package.rs:29:1 [INFO] [stderr] | [INFO] [stderr] 29 | / lazy_static! { [INFO] [stderr] 30 | | static ref BASE_DIR: PathBuf = env::var("VIM_CONFIG_PATH") [INFO] [stderr] 31 | | .map(PathBuf::from) [INFO] [stderr] 32 | | .unwrap_or_else(|_| { [INFO] [stderr] ... | [INFO] [stderr] 39 | | static ref PACK_PLUGIN_DIR: PathBuf = (*BASE_DIR).join("plugin"); [INFO] [stderr] 40 | | } [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/package.rs:29:1 [INFO] [stderr] | [INFO] [stderr] 29 | / lazy_static! { [INFO] [stderr] 30 | | static ref BASE_DIR: PathBuf = env::var("VIM_CONFIG_PATH") [INFO] [stderr] 31 | | .map(PathBuf::from) [INFO] [stderr] 32 | | .unwrap_or_else(|_| { [INFO] [stderr] ... | [INFO] [stderr] 39 | | static ref PACK_PLUGIN_DIR: PathBuf = (*BASE_DIR).join("plugin"); [INFO] [stderr] 40 | | } [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/package.rs:29:1 [INFO] [stderr] | [INFO] [stderr] 29 | / lazy_static! { [INFO] [stderr] 30 | | static ref BASE_DIR: PathBuf = env::var("VIM_CONFIG_PATH") [INFO] [stderr] 31 | | .map(PathBuf::from) [INFO] [stderr] 32 | | .unwrap_or_else(|_| { [INFO] [stderr] ... | [INFO] [stderr] 39 | | static ref PACK_PLUGIN_DIR: PathBuf = (*BASE_DIR).join("plugin"); [INFO] [stderr] 40 | | } [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/package.rs:29:1 [INFO] [stderr] | [INFO] [stderr] 29 | / lazy_static! { [INFO] [stderr] 30 | | static ref BASE_DIR: PathBuf = env::var("VIM_CONFIG_PATH") [INFO] [stderr] 31 | | .map(PathBuf::from) [INFO] [stderr] 32 | | .unwrap_or_else(|_| { [INFO] [stderr] ... | [INFO] [stderr] 39 | | static ref PACK_PLUGIN_DIR: PathBuf = (*BASE_DIR).join("plugin"); [INFO] [stderr] 40 | | } [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/package.rs:29:1 [INFO] [stderr] | [INFO] [stderr] 29 | / lazy_static! { [INFO] [stderr] 30 | | static ref BASE_DIR: PathBuf = env::var("VIM_CONFIG_PATH") [INFO] [stderr] 31 | | .map(PathBuf::from) [INFO] [stderr] 32 | | .unwrap_or_else(|_| { [INFO] [stderr] ... | [INFO] [stderr] 39 | | static ref PACK_PLUGIN_DIR: PathBuf = (*BASE_DIR).join("plugin"); [INFO] [stderr] 40 | | } [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/package.rs:29:1 [INFO] [stderr] | [INFO] [stderr] 29 | / lazy_static! { [INFO] [stderr] 30 | | static ref BASE_DIR: PathBuf = env::var("VIM_CONFIG_PATH") [INFO] [stderr] 31 | | .map(PathBuf::from) [INFO] [stderr] 32 | | .unwrap_or_else(|_| { [INFO] [stderr] ... | [INFO] [stderr] 39 | | static ref PACK_PLUGIN_DIR: PathBuf = (*BASE_DIR).join("plugin"); [INFO] [stderr] 40 | | } [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/package.rs:29:1 [INFO] [stderr] | [INFO] [stderr] 29 | / lazy_static! { [INFO] [stderr] 30 | | static ref BASE_DIR: PathBuf = env::var("VIM_CONFIG_PATH") [INFO] [stderr] 31 | | .map(PathBuf::from) [INFO] [stderr] 32 | | .unwrap_or_else(|_| { [INFO] [stderr] ... | [INFO] [stderr] 39 | | static ref PACK_PLUGIN_DIR: PathBuf = (*BASE_DIR).join("plugin"); [INFO] [stderr] 40 | | } [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/package.rs:29:1 [INFO] [stderr] | [INFO] [stderr] 29 | / lazy_static! { [INFO] [stderr] 30 | | static ref BASE_DIR: PathBuf = env::var("VIM_CONFIG_PATH") [INFO] [stderr] 31 | | .map(PathBuf::from) [INFO] [stderr] 32 | | .unwrap_or_else(|_| { [INFO] [stderr] ... | [INFO] [stderr] 39 | | static ref PACK_PLUGIN_DIR: PathBuf = (*BASE_DIR).join("plugin"); [INFO] [stderr] 40 | | } [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/echo.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | / lazy_static! { [INFO] [stderr] 8 | | static ref MUTEX: Mutex = Mutex::new(0); [INFO] [stderr] 9 | | } [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/echo.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | / lazy_static! { [INFO] [stderr] 8 | | static ref MUTEX: Mutex = Mutex::new(0); [INFO] [stderr] 9 | | } [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 28.65s [INFO] running `"docker" "inspect" "7dad24e831a5b9e5e33057ec350ebebfca3c97d45b358ffa0a128468dd2da43f"` [INFO] running `"docker" "rm" "-f" "7dad24e831a5b9e5e33057ec350ebebfca3c97d45b358ffa0a128468dd2da43f"` [INFO] [stdout] 7dad24e831a5b9e5e33057ec350ebebfca3c97d45b358ffa0a128468dd2da43f [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/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] cf57d6a2c3e933eb4c5b99d84af2c3a70b61b9979641581ee7597dcdfa8a49de [INFO] running `"docker" "start" "-a" "cf57d6a2c3e933eb4c5b99d84af2c3a70b61b9979641581ee7597dcdfa8a49de"` [INFO] [stderr] Compiling pack v0.2.3 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/package.rs:29:1 [INFO] [stderr] | [INFO] [stderr] 29 | / lazy_static! { [INFO] [stderr] 30 | | static ref BASE_DIR: PathBuf = env::var("VIM_CONFIG_PATH") [INFO] [stderr] 31 | | .map(PathBuf::from) [INFO] [stderr] 32 | | .unwrap_or_else(|_| { [INFO] [stderr] ... | [INFO] [stderr] 39 | | static ref PACK_PLUGIN_DIR: PathBuf = (*BASE_DIR).join("plugin"); [INFO] [stderr] 40 | | } [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/package.rs:29:1 [INFO] [stderr] | [INFO] [stderr] 29 | / lazy_static! { [INFO] [stderr] 30 | | static ref BASE_DIR: PathBuf = env::var("VIM_CONFIG_PATH") [INFO] [stderr] 31 | | .map(PathBuf::from) [INFO] [stderr] 32 | | .unwrap_or_else(|_| { [INFO] [stderr] ... | [INFO] [stderr] 39 | | static ref PACK_PLUGIN_DIR: PathBuf = (*BASE_DIR).join("plugin"); [INFO] [stderr] 40 | | } [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/package.rs:29:1 [INFO] [stderr] | [INFO] [stderr] 29 | / lazy_static! { [INFO] [stderr] 30 | | static ref BASE_DIR: PathBuf = env::var("VIM_CONFIG_PATH") [INFO] [stderr] 31 | | .map(PathBuf::from) [INFO] [stderr] 32 | | .unwrap_or_else(|_| { [INFO] [stderr] ... | [INFO] [stderr] 39 | | static ref PACK_PLUGIN_DIR: PathBuf = (*BASE_DIR).join("plugin"); [INFO] [stderr] 40 | | } [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/package.rs:29:1 [INFO] [stderr] | [INFO] [stderr] 29 | / lazy_static! { [INFO] [stderr] 30 | | static ref BASE_DIR: PathBuf = env::var("VIM_CONFIG_PATH") [INFO] [stderr] 31 | | .map(PathBuf::from) [INFO] [stderr] 32 | | .unwrap_or_else(|_| { [INFO] [stderr] ... | [INFO] [stderr] 39 | | static ref PACK_PLUGIN_DIR: PathBuf = (*BASE_DIR).join("plugin"); [INFO] [stderr] 40 | | } [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/package.rs:29:1 [INFO] [stderr] | [INFO] [stderr] 29 | / lazy_static! { [INFO] [stderr] 30 | | static ref BASE_DIR: PathBuf = env::var("VIM_CONFIG_PATH") [INFO] [stderr] 31 | | .map(PathBuf::from) [INFO] [stderr] 32 | | .unwrap_or_else(|_| { [INFO] [stderr] ... | [INFO] [stderr] 39 | | static ref PACK_PLUGIN_DIR: PathBuf = (*BASE_DIR).join("plugin"); [INFO] [stderr] 40 | | } [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/package.rs:29:1 [INFO] [stderr] | [INFO] [stderr] 29 | / lazy_static! { [INFO] [stderr] 30 | | static ref BASE_DIR: PathBuf = env::var("VIM_CONFIG_PATH") [INFO] [stderr] 31 | | .map(PathBuf::from) [INFO] [stderr] 32 | | .unwrap_or_else(|_| { [INFO] [stderr] ... | [INFO] [stderr] 39 | | static ref PACK_PLUGIN_DIR: PathBuf = (*BASE_DIR).join("plugin"); [INFO] [stderr] 40 | | } [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/package.rs:29:1 [INFO] [stderr] | [INFO] [stderr] 29 | / lazy_static! { [INFO] [stderr] 30 | | static ref BASE_DIR: PathBuf = env::var("VIM_CONFIG_PATH") [INFO] [stderr] 31 | | .map(PathBuf::from) [INFO] [stderr] 32 | | .unwrap_or_else(|_| { [INFO] [stderr] ... | [INFO] [stderr] 39 | | static ref PACK_PLUGIN_DIR: PathBuf = (*BASE_DIR).join("plugin"); [INFO] [stderr] 40 | | } [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/package.rs:29:1 [INFO] [stderr] | [INFO] [stderr] 29 | / lazy_static! { [INFO] [stderr] 30 | | static ref BASE_DIR: PathBuf = env::var("VIM_CONFIG_PATH") [INFO] [stderr] 31 | | .map(PathBuf::from) [INFO] [stderr] 32 | | .unwrap_or_else(|_| { [INFO] [stderr] ... | [INFO] [stderr] 39 | | static ref PACK_PLUGIN_DIR: PathBuf = (*BASE_DIR).join("plugin"); [INFO] [stderr] 40 | | } [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/package.rs:29:1 [INFO] [stderr] | [INFO] [stderr] 29 | / lazy_static! { [INFO] [stderr] 30 | | static ref BASE_DIR: PathBuf = env::var("VIM_CONFIG_PATH") [INFO] [stderr] 31 | | .map(PathBuf::from) [INFO] [stderr] 32 | | .unwrap_or_else(|_| { [INFO] [stderr] ... | [INFO] [stderr] 39 | | static ref PACK_PLUGIN_DIR: PathBuf = (*BASE_DIR).join("plugin"); [INFO] [stderr] 40 | | } [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/package.rs:29:1 [INFO] [stderr] | [INFO] [stderr] 29 | / lazy_static! { [INFO] [stderr] 30 | | static ref BASE_DIR: PathBuf = env::var("VIM_CONFIG_PATH") [INFO] [stderr] 31 | | .map(PathBuf::from) [INFO] [stderr] 32 | | .unwrap_or_else(|_| { [INFO] [stderr] ... | [INFO] [stderr] 39 | | static ref PACK_PLUGIN_DIR: PathBuf = (*BASE_DIR).join("plugin"); [INFO] [stderr] 40 | | } [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/echo.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | / lazy_static! { [INFO] [stderr] 8 | | static ref MUTEX: Mutex = Mutex::new(0); [INFO] [stderr] 9 | | } [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/echo.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | / lazy_static! { [INFO] [stderr] 8 | | static ref MUTEX: Mutex = Mutex::new(0); [INFO] [stderr] 9 | | } [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 4.55s [INFO] running `"docker" "inspect" "cf57d6a2c3e933eb4c5b99d84af2c3a70b61b9979641581ee7597dcdfa8a49de"` [INFO] running `"docker" "rm" "-f" "cf57d6a2c3e933eb4c5b99d84af2c3a70b61b9979641581ee7597dcdfa8a49de"` [INFO] [stdout] cf57d6a2c3e933eb4c5b99d84af2c3a70b61b9979641581ee7597dcdfa8a49de [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/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] 179522b398b42f911ff658c2fc2d90bdc13efcf9835d873ad4a3f3caae14ca1c [INFO] running `"docker" "start" "-a" "179522b398b42f911ff658c2fc2d90bdc13efcf9835d873ad4a3f3caae14ca1c"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.25s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/pack-1c23cb081a13d788 [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test package::tests::package_path_repo_slash ... ok [INFO] [stdout] test package::tests::package_path_user_repo ... ok [INFO] [stdout] test package::tests::package_path_nouser ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "179522b398b42f911ff658c2fc2d90bdc13efcf9835d873ad4a3f3caae14ca1c"` [INFO] running `"docker" "rm" "-f" "179522b398b42f911ff658c2fc2d90bdc13efcf9835d873ad4a3f3caae14ca1c"` [INFO] [stdout] 179522b398b42f911ff658c2fc2d90bdc13efcf9835d873ad4a3f3caae14ca1c