[INFO] updating cached repository https://github.com/dwijnand/sbtl [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/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] 8722b89096bb4c46dd7a47beaf0297f317382a03 [INFO] testing dwijnand/sbtl against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdwijnand%2Fsbtl" "/workspace/builds/worker-12/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/dwijnand/sbtl on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/dwijnand/sbtl [INFO] finished tweaking git repo https://github.com/dwijnand/sbtl [INFO] tweaked toml for git repo https://github.com/dwijnand/sbtl written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/dwijnand/sbtl already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-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-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 887cf7b7a979360eb4fdbcc1ad83763c6c265eab1e67784a9e0444c445ddaa5a [INFO] running `"docker" "start" "-a" "887cf7b7a979360eb4fdbcc1ad83763c6c265eab1e67784a9e0444c445ddaa5a"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling cc v1.0.6 [INFO] [stderr] Compiling serde v1.0.29 [INFO] [stderr] Compiling num-traits v0.2.1 [INFO] [stderr] Compiling socket2 v0.3.3 [INFO] [stderr] Compiling serde_derive_internals v0.20.0 [INFO] [stderr] Compiling nix v0.9.0 [INFO] [stderr] Compiling shared_child v0.3.2 [INFO] [stderr] Compiling serde_derive v1.0.29 [INFO] [stderr] Compiling libz-sys v1.0.18 [INFO] [stderr] Compiling openssl-sys v0.9.27 [INFO] [stderr] Compiling curl-sys v0.4.1 [INFO] [stderr] Compiling os_pipe v0.6.0 [INFO] [stderr] Compiling duct v0.10.0 [INFO] [stderr] Compiling serde_json v1.0.11 [INFO] [stderr] Compiling jsonrpc-lite v0.5.0 [INFO] [stderr] Compiling curl v0.4.11 [INFO] [stderr] Compiling sbtl v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `curl` [INFO] [stderr] --> src/main.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use curl; [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `jsonrpc_lite` [INFO] [stderr] --> src/main.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use jsonrpc_lite; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `void` [INFO] [stderr] --> src/main.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use void; [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/launcher.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / lazy_static! { [INFO] [stderr] 26 | | static ref HOME: PathBuf = { [INFO] [stderr] 27 | | #[allow(deprecated)] // TODO: Switch to the dirs crate. [INFO] [stderr] 28 | | env::home_dir().expect("failed to get the path of the current user's home directory") [INFO] [stderr] ... | [INFO] [stderr] 38 | | static ref sbt_launch_dir: PathBuf = PathBuf::from(&*HOME).join(".sbt/launchers"); [INFO] [stderr] 39 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z 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/launcher.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / lazy_static! { [INFO] [stderr] 26 | | static ref HOME: PathBuf = { [INFO] [stderr] 27 | | #[allow(deprecated)] // TODO: Switch to the dirs crate. [INFO] [stderr] 28 | | env::home_dir().expect("failed to get the path of the current user's home directory") [INFO] [stderr] ... | [INFO] [stderr] 38 | | static ref sbt_launch_dir: PathBuf = PathBuf::from(&*HOME).join(".sbt/launchers"); [INFO] [stderr] 39 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z 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/launcher.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / lazy_static! { [INFO] [stderr] 26 | | static ref HOME: PathBuf = { [INFO] [stderr] 27 | | #[allow(deprecated)] // TODO: Switch to the dirs crate. [INFO] [stderr] 28 | | env::home_dir().expect("failed to get the path of the current user's home directory") [INFO] [stderr] ... | [INFO] [stderr] 38 | | static ref sbt_launch_dir: PathBuf = PathBuf::from(&*HOME).join(".sbt/launchers"); [INFO] [stderr] 39 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z 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/launcher.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / lazy_static! { [INFO] [stderr] 26 | | static ref HOME: PathBuf = { [INFO] [stderr] 27 | | #[allow(deprecated)] // TODO: Switch to the dirs crate. [INFO] [stderr] 28 | | env::home_dir().expect("failed to get the path of the current user's home directory") [INFO] [stderr] ... | [INFO] [stderr] 38 | | static ref sbt_launch_dir: PathBuf = PathBuf::from(&*HOME).join(".sbt/launchers"); [INFO] [stderr] 39 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z 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/launcher.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / lazy_static! { [INFO] [stderr] 26 | | static ref HOME: PathBuf = { [INFO] [stderr] 27 | | #[allow(deprecated)] // TODO: Switch to the dirs crate. [INFO] [stderr] 28 | | env::home_dir().expect("failed to get the path of the current user's home directory") [INFO] [stderr] ... | [INFO] [stderr] 38 | | static ref sbt_launch_dir: PathBuf = PathBuf::from(&*HOME).join(".sbt/launchers"); [INFO] [stderr] 39 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 8 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3m 38s [INFO] running `"docker" "inspect" "887cf7b7a979360eb4fdbcc1ad83763c6c265eab1e67784a9e0444c445ddaa5a"` [INFO] running `"docker" "rm" "-f" "887cf7b7a979360eb4fdbcc1ad83763c6c265eab1e67784a9e0444c445ddaa5a"` [INFO] [stdout] 887cf7b7a979360eb4fdbcc1ad83763c6c265eab1e67784a9e0444c445ddaa5a [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-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-2020-06-03" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 9206e7856b482fd3fd8b102ff3a45e706600cc161e22308a2d9a2c5a41c237f7 [INFO] running `"docker" "start" "-a" "9206e7856b482fd3fd8b102ff3a45e706600cc161e22308a2d9a2c5a41c237f7"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling sbtl v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `curl` [INFO] [stderr] --> src/main.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use curl; [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `jsonrpc_lite` [INFO] [stderr] --> src/main.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use jsonrpc_lite; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `void` [INFO] [stderr] --> src/main.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use void; [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/launcher.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / lazy_static! { [INFO] [stderr] 26 | | static ref HOME: PathBuf = { [INFO] [stderr] 27 | | #[allow(deprecated)] // TODO: Switch to the dirs crate. [INFO] [stderr] 28 | | env::home_dir().expect("failed to get the path of the current user's home directory") [INFO] [stderr] ... | [INFO] [stderr] 38 | | static ref sbt_launch_dir: PathBuf = PathBuf::from(&*HOME).join(".sbt/launchers"); [INFO] [stderr] 39 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z 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/launcher.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / lazy_static! { [INFO] [stderr] 26 | | static ref HOME: PathBuf = { [INFO] [stderr] 27 | | #[allow(deprecated)] // TODO: Switch to the dirs crate. [INFO] [stderr] 28 | | env::home_dir().expect("failed to get the path of the current user's home directory") [INFO] [stderr] ... | [INFO] [stderr] 38 | | static ref sbt_launch_dir: PathBuf = PathBuf::from(&*HOME).join(".sbt/launchers"); [INFO] [stderr] 39 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z 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/launcher.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / lazy_static! { [INFO] [stderr] 26 | | static ref HOME: PathBuf = { [INFO] [stderr] 27 | | #[allow(deprecated)] // TODO: Switch to the dirs crate. [INFO] [stderr] 28 | | env::home_dir().expect("failed to get the path of the current user's home directory") [INFO] [stderr] ... | [INFO] [stderr] 38 | | static ref sbt_launch_dir: PathBuf = PathBuf::from(&*HOME).join(".sbt/launchers"); [INFO] [stderr] 39 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z 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/launcher.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / lazy_static! { [INFO] [stderr] 26 | | static ref HOME: PathBuf = { [INFO] [stderr] 27 | | #[allow(deprecated)] // TODO: Switch to the dirs crate. [INFO] [stderr] 28 | | env::home_dir().expect("failed to get the path of the current user's home directory") [INFO] [stderr] ... | [INFO] [stderr] 38 | | static ref sbt_launch_dir: PathBuf = PathBuf::from(&*HOME).join(".sbt/launchers"); [INFO] [stderr] 39 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z 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/launcher.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / lazy_static! { [INFO] [stderr] 26 | | static ref HOME: PathBuf = { [INFO] [stderr] 27 | | #[allow(deprecated)] // TODO: Switch to the dirs crate. [INFO] [stderr] 28 | | env::home_dir().expect("failed to get the path of the current user's home directory") [INFO] [stderr] ... | [INFO] [stderr] 38 | | static ref sbt_launch_dir: PathBuf = PathBuf::from(&*HOME).join(".sbt/launchers"); [INFO] [stderr] 39 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 8 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.70s [INFO] running `"docker" "inspect" "9206e7856b482fd3fd8b102ff3a45e706600cc161e22308a2d9a2c5a41c237f7"` [INFO] running `"docker" "rm" "-f" "9206e7856b482fd3fd8b102ff3a45e706600cc161e22308a2d9a2c5a41c237f7"` [INFO] [stdout] 9206e7856b482fd3fd8b102ff3a45e706600cc161e22308a2d9a2c5a41c237f7 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-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-2020-06-03" "test" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 9e1463c35152b2217037fc5d8a0e46ca344b9f9d6db68002ace338a98e8f9672 [INFO] running `"docker" "start" "-a" "9e1463c35152b2217037fc5d8a0e46ca344b9f9d6db68002ace338a98e8f9672"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: unused import: `curl` [INFO] [stderr] --> src/main.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use curl; [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `jsonrpc_lite` [INFO] [stderr] --> src/main.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use jsonrpc_lite; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `void` [INFO] [stderr] --> src/main.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use void; [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/launcher.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / lazy_static! { [INFO] [stderr] 26 | | static ref HOME: PathBuf = { [INFO] [stderr] 27 | | #[allow(deprecated)] // TODO: Switch to the dirs crate. [INFO] [stderr] 28 | | env::home_dir().expect("failed to get the path of the current user's home directory") [INFO] [stderr] ... | [INFO] [stderr] 38 | | static ref sbt_launch_dir: PathBuf = PathBuf::from(&*HOME).join(".sbt/launchers"); [INFO] [stderr] 39 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z 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/launcher.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / lazy_static! { [INFO] [stderr] 26 | | static ref HOME: PathBuf = { [INFO] [stderr] 27 | | #[allow(deprecated)] // TODO: Switch to the dirs crate. [INFO] [stderr] 28 | | env::home_dir().expect("failed to get the path of the current user's home directory") [INFO] [stderr] ... | [INFO] [stderr] 38 | | static ref sbt_launch_dir: PathBuf = PathBuf::from(&*HOME).join(".sbt/launchers"); [INFO] [stderr] 39 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z 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/launcher.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / lazy_static! { [INFO] [stderr] 26 | | static ref HOME: PathBuf = { [INFO] [stderr] 27 | | #[allow(deprecated)] // TODO: Switch to the dirs crate. [INFO] [stderr] 28 | | env::home_dir().expect("failed to get the path of the current user's home directory") [INFO] [stderr] ... | [INFO] [stderr] 38 | | static ref sbt_launch_dir: PathBuf = PathBuf::from(&*HOME).join(".sbt/launchers"); [INFO] [stderr] 39 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z 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/launcher.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / lazy_static! { [INFO] [stderr] 26 | | static ref HOME: PathBuf = { [INFO] [stderr] 27 | | #[allow(deprecated)] // TODO: Switch to the dirs crate. [INFO] [stderr] 28 | | env::home_dir().expect("failed to get the path of the current user's home directory") [INFO] [stderr] ... | [INFO] [stderr] 38 | | static ref sbt_launch_dir: PathBuf = PathBuf::from(&*HOME).join(".sbt/launchers"); [INFO] [stderr] 39 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z 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/launcher.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / lazy_static! { [INFO] [stderr] 26 | | static ref HOME: PathBuf = { [INFO] [stderr] 27 | | #[allow(deprecated)] // TODO: Switch to the dirs crate. [INFO] [stderr] 28 | | env::home_dir().expect("failed to get the path of the current user's home directory") [INFO] [stderr] ... | [INFO] [stderr] 38 | | static ref sbt_launch_dir: PathBuf = PathBuf::from(&*HOME).join(".sbt/launchers"); [INFO] [stderr] 39 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 8 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.15s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/sbtl-887ccf11527465cd [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test client::tests::decode_ok ... ok [INFO] [stdout] test client::tests::decode_ko ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "9e1463c35152b2217037fc5d8a0e46ca344b9f9d6db68002ace338a98e8f9672"` [INFO] running `"docker" "rm" "-f" "9e1463c35152b2217037fc5d8a0e46ca344b9f9d6db68002ace338a98e8f9672"` [INFO] [stdout] 9e1463c35152b2217037fc5d8a0e46ca344b9f9d6db68002ace338a98e8f9672