[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 beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaralla%2Fpack" "work/builds/worker-5/source"` [INFO] [stderr] Cloning into 'work/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/maralla/pack 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 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-5/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" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/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] 9d6508adf78517c6dd9ca1f080f2a68f4095a436bdf15e65f2edfa219499ce60 [INFO] running `"docker" "start" "-a" "9d6508adf78517c6dd9ca1f080f2a68f4095a436bdf15e65f2edfa219499ce60"` [INFO] [stderr] Compiling libz-sys v1.0.24 [INFO] [stderr] Compiling libgit2-sys v0.7.10 [INFO] [stderr] Compiling log v0.4.5 [INFO] [stderr] Compiling rand v0.3.20 [INFO] [stderr] Compiling atty v0.2.6 [INFO] [stderr] Compiling dirs v1.0.5 [INFO] [stderr] Compiling clap v2.30.0 [INFO] [stderr] Compiling chan v0.1.20 [INFO] [stderr] Compiling libssh2-sys v0.2.11 [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 30.49s [INFO] running `"docker" "inspect" "9d6508adf78517c6dd9ca1f080f2a68f4095a436bdf15e65f2edfa219499ce60"` [INFO] running `"docker" "rm" "-f" "9d6508adf78517c6dd9ca1f080f2a68f4095a436bdf15e65f2edfa219499ce60"` [INFO] [stdout] 9d6508adf78517c6dd9ca1f080f2a68f4095a436bdf15e65f2edfa219499ce60 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/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] 78412779354db10ea453521a69666adb4921b9550407d48c723d83d80353ff01 [INFO] running `"docker" "start" "-a" "78412779354db10ea453521a69666adb4921b9550407d48c723d83d80353ff01"` [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.24s [INFO] running `"docker" "inspect" "78412779354db10ea453521a69666adb4921b9550407d48c723d83d80353ff01"` [INFO] running `"docker" "rm" "-f" "78412779354db10ea453521a69666adb4921b9550407d48c723d83d80353ff01"` [INFO] [stdout] 78412779354db10ea453521a69666adb4921b9550407d48c723d83d80353ff01 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/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] 597a971a9696aa8c57648bbd9bbe6326ac3e12fac4b841c3295a168b18c9b8ce [INFO] running `"docker" "start" "-a" "597a971a9696aa8c57648bbd9bbe6326ac3e12fac4b841c3295a168b18c9b8ce"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.21s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/pack-2cecda395c5c501e [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test package::tests::package_path_repo_slash ... ok [INFO] [stdout] test package::tests::package_path_nouser ... ok [INFO] [stdout] test package::tests::package_path_user_repo ... 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" "597a971a9696aa8c57648bbd9bbe6326ac3e12fac4b841c3295a168b18c9b8ce"` [INFO] running `"docker" "rm" "-f" "597a971a9696aa8c57648bbd9bbe6326ac3e12fac4b841c3295a168b18c9b8ce"` [INFO] [stdout] 597a971a9696aa8c57648bbd9bbe6326ac3e12fac4b841c3295a168b18c9b8ce