[INFO] updating cached repository goyox86/acestream-launcher.rs [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/goyox86/acestream-launcher.rs [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/goyox86/acestream-launcher.rs" "work/ex/beta-1.38-1/sources/1.37.0/gh/goyox86/acestream-launcher.rs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/goyox86/acestream-launcher.rs'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/goyox86/acestream-launcher.rs" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/goyox86/acestream-launcher.rs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/goyox86/acestream-launcher.rs'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] d3aee1adedb39d8584b73a3ee5a22ae39a23cee6 [INFO] sha for GitHub repo goyox86/acestream-launcher.rs: d3aee1adedb39d8584b73a3ee5a22ae39a23cee6 [INFO] validating manifest of goyox86/acestream-launcher.rs 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 goyox86/acestream-launcher.rs 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 goyox86/acestream-launcher.rs [INFO] finished frobbing goyox86/acestream-launcher.rs [INFO] frobbed toml for goyox86/acestream-launcher.rs written to work/ex/beta-1.38-1/sources/1.37.0/gh/goyox86/acestream-launcher.rs/Cargo.toml [INFO] started frobbing goyox86/acestream-launcher.rs [INFO] finished frobbing goyox86/acestream-launcher.rs [INFO] frobbed toml for goyox86/acestream-launcher.rs written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/goyox86/acestream-launcher.rs/Cargo.toml [INFO] crate goyox86/acestream-launcher.rs 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 goyox86/acestream-launcher.rs 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-3/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/goyox86/acestream-launcher.rs:/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] cca7f72916c218010bc3350890660eb94a03701444a198e3766461eed537e0c4 [INFO] running `"docker" "start" "-a" "cca7f72916c218010bc3350890660eb94a03701444a198e3766461eed537e0c4"` [INFO] [stderr] Compiling sysinfo v0.4.1 [INFO] [stderr] Compiling strum v0.8.0 [INFO] [stderr] Compiling sha1 v0.4.0 [INFO] [stderr] Compiling dbus v0.4.1 [INFO] [stderr] Compiling nix v0.9.0 [INFO] [stderr] Compiling tempfile v2.2.0 [INFO] [stderr] Compiling clap v2.29.1 [INFO] [stderr] Compiling backtrace-sys v0.1.16 [INFO] [stderr] Compiling regex v0.2.5 [INFO] [stderr] Compiling strum_macros v0.8.0 [INFO] [stderr] Compiling backtrace v0.3.5 [INFO] [stderr] Compiling spinner v0.4.0 [INFO] [stderr] Compiling error-chain v0.10.0 [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stderr] Compiling failure v0.1.1 [INFO] [stderr] Compiling spinners v1.0.0 [INFO] [stderr] Compiling notify-rust v3.4.2 [INFO] [stderr] Compiling rexpect v0.2.0 [INFO] [stderr] Compiling yaal v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused imports: `Process`, `Signal` [INFO] [stderr] --> src/main.rs:21:34 [INFO] [stderr] | [INFO] [stderr] 21 | use sysinfo::{System, SystemExt, Process, ProcessExt, Signal}; [INFO] [stderr] | ^^^^^^^ ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | / lazy_static! { [INFO] [stderr] 31 | | static ref SYSTEM: Mutex = { [INFO] [stderr] 32 | | let mut system = System::new(); [INFO] [stderr] 33 | | system.refresh_all(); [INFO] [stderr] 34 | | Mutex::new(system) [INFO] [stderr] 35 | | }; [INFO] [stderr] 36 | | } [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: unused import: `ProcessExt` [INFO] [stderr] --> src/main.rs:21:43 [INFO] [stderr] | [INFO] [stderr] 21 | use sysinfo::{System, SystemExt, Process, ProcessExt, Signal}; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 38.31s [INFO] running `"docker" "inspect" "cca7f72916c218010bc3350890660eb94a03701444a198e3766461eed537e0c4"` [INFO] running `"docker" "rm" "-f" "cca7f72916c218010bc3350890660eb94a03701444a198e3766461eed537e0c4"` [INFO] [stdout] cca7f72916c218010bc3350890660eb94a03701444a198e3766461eed537e0c4 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/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/goyox86/acestream-launcher.rs:/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] 7c32cb7a679e869eb0875da630e46431805299da9c714d861d4a4ece14d2eedb [INFO] running `"docker" "start" "-a" "7c32cb7a679e869eb0875da630e46431805299da9c714d861d4a4ece14d2eedb"` [INFO] [stderr] Compiling yaal v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused imports: `Process`, `Signal` [INFO] [stderr] --> src/main.rs:21:34 [INFO] [stderr] | [INFO] [stderr] 21 | use sysinfo::{System, SystemExt, Process, ProcessExt, Signal}; [INFO] [stderr] | ^^^^^^^ ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | / lazy_static! { [INFO] [stderr] 31 | | static ref SYSTEM: Mutex = { [INFO] [stderr] 32 | | let mut system = System::new(); [INFO] [stderr] 33 | | system.refresh_all(); [INFO] [stderr] 34 | | Mutex::new(system) [INFO] [stderr] 35 | | }; [INFO] [stderr] 36 | | } [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: unused import: `ProcessExt` [INFO] [stderr] --> src/main.rs:21:43 [INFO] [stderr] | [INFO] [stderr] 21 | use sysinfo::{System, SystemExt, Process, ProcessExt, Signal}; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.34s [INFO] running `"docker" "inspect" "7c32cb7a679e869eb0875da630e46431805299da9c714d861d4a4ece14d2eedb"` [INFO] running `"docker" "rm" "-f" "7c32cb7a679e869eb0875da630e46431805299da9c714d861d4a4ece14d2eedb"` [INFO] [stdout] 7c32cb7a679e869eb0875da630e46431805299da9c714d861d4a4ece14d2eedb [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/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/goyox86/acestream-launcher.rs:/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] cb26fa3a96793b5e040803087caa9299737fba2e732aedd32548c847e99da668 [INFO] running `"docker" "start" "-a" "cb26fa3a96793b5e040803087caa9299737fba2e732aedd32548c847e99da668"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stderr] Running /opt/crater/target/debug/deps/yaal-44daad08aa4b3759 [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] running `"docker" "inspect" "cb26fa3a96793b5e040803087caa9299737fba2e732aedd32548c847e99da668"` [INFO] running `"docker" "rm" "-f" "cb26fa3a96793b5e040803087caa9299737fba2e732aedd32548c847e99da668"` [INFO] [stdout] cb26fa3a96793b5e040803087caa9299737fba2e732aedd32548c847e99da668