[INFO] updating cached repository maralla/pack [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/maralla/pack [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/maralla/pack" "work/ex/beta-1.38-1/sources/1.37.0/gh/maralla/pack"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/maralla/pack'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/maralla/pack" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/maralla/pack"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/maralla/pack'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 7ef7465e12dd30829035e106ead13206775058fc [INFO] sha for GitHub repo maralla/pack: 7ef7465e12dd30829035e106ead13206775058fc [INFO] validating manifest of maralla/pack 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 maralla/pack 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 maralla/pack [INFO] finished frobbing maralla/pack [INFO] frobbed toml for maralla/pack written to work/ex/beta-1.38-1/sources/1.37.0/gh/maralla/pack/Cargo.toml [INFO] started frobbing maralla/pack [INFO] finished frobbing maralla/pack [INFO] frobbed toml for maralla/pack written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/maralla/pack/Cargo.toml [INFO] crate maralla/pack already has a lockfile, it will not be regenerated [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] testing maralla/pack 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-2/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/maralla/pack:/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] 06ce6fb5e39def53d46361ff754662492e1bee2f618d25890a1d07e4e2f81865 [INFO] running `"docker" "start" "-a" "06ce6fb5e39def53d46361ff754662492e1bee2f618d25890a1d07e4e2f81865"` [INFO] [stderr] Compiling libz-sys v1.0.24 [INFO] [stderr] Compiling libgit2-sys v0.7.10 [INFO] [stderr] Compiling rand v0.3.20 [INFO] [stderr] Compiling atty v0.2.6 [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/crater/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 1m 14s [INFO] running `"docker" "inspect" "06ce6fb5e39def53d46361ff754662492e1bee2f618d25890a1d07e4e2f81865"` [INFO] running `"docker" "rm" "-f" "06ce6fb5e39def53d46361ff754662492e1bee2f618d25890a1d07e4e2f81865"` [INFO] [stdout] 06ce6fb5e39def53d46361ff754662492e1bee2f618d25890a1d07e4e2f81865 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/maralla/pack:/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] 5d14850ccb73e04471ab942e3ba60ff17dbe88414b5d1c248fde355b597c22d0 [INFO] running `"docker" "start" "-a" "5d14850ccb73e04471ab942e3ba60ff17dbe88414b5d1c248fde355b597c22d0"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling pack v0.2.3 (/opt/crater/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 2.74s [INFO] running `"docker" "inspect" "5d14850ccb73e04471ab942e3ba60ff17dbe88414b5d1c248fde355b597c22d0"` [INFO] running `"docker" "rm" "-f" "5d14850ccb73e04471ab942e3ba60ff17dbe88414b5d1c248fde355b597c22d0"` [INFO] [stdout] 5d14850ccb73e04471ab942e3ba60ff17dbe88414b5d1c248fde355b597c22d0 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/maralla/pack:/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] 44a06ad3e9f8f2da7c3f29c268a21367a8e8ece32d9c2ee5d7cdeec0aabc3d9f [INFO] running `"docker" "start" "-a" "44a06ad3e9f8f2da7c3f29c268a21367a8e8ece32d9c2ee5d7cdeec0aabc3d9f"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running /opt/crater/target/debug/deps/pack-dfeb28692b746174 [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" "44a06ad3e9f8f2da7c3f29c268a21367a8e8ece32d9c2ee5d7cdeec0aabc3d9f"` [INFO] running `"docker" "rm" "-f" "44a06ad3e9f8f2da7c3f29c268a21367a8e8ece32d9c2ee5d7cdeec0aabc3d9f"` [INFO] [stdout] 44a06ad3e9f8f2da7c3f29c268a21367a8e8ece32d9c2ee5d7cdeec0aabc3d9f