Oct 14 21:59:45.159 INFO testing ecsumed/Raceplayer against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 21:59:45.159 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 14 21:59:45.552 INFO blam! 42157a7196515b910cccbfa0efc3145ae2eddb339800df435eacc975548780c6 Oct 14 21:59:45.557 INFO running `"docker" "start" "-a" "42157a7196515b910cccbfa0efc3145ae2eddb339800df435eacc975548780c6"` Oct 14 21:59:46.467 INFO kablam! usermod: no changes Oct 14 21:59:46.650 INFO kablam! Compiling nix v0.9.0 Oct 14 21:59:46.655 INFO kablam! Compiling thread_local v0.3.5 Oct 14 21:59:46.655 INFO kablam! Compiling tempfile v2.2.0 Oct 14 21:59:46.655 INFO kablam! Compiling rust-crypto v0.2.36 Oct 14 21:59:46.656 INFO kablam! Compiling error-chain v0.11.0 Oct 14 21:59:48.455 INFO kablam! Compiling regex v0.2.11 Oct 14 21:59:59.075 INFO kablam! Compiling ctrlc v3.1.0 Oct 14 21:59:59.075 INFO kablam! Compiling rexpect v0.3.0 Oct 14 22:00:01.967 INFO kablam! Compiling acestream_player v0.1.0 (/source) Oct 14 22:00:02.577 INFO kablam! warning: unused import: `SubCommand` Oct 14 22:00:02.577 INFO kablam! --> src/main.rs:6:22 Oct 14 22:00:02.577 INFO kablam! | Oct 14 22:00:02.577 INFO kablam! 6 | use clap::{Arg, App, SubCommand}; Oct 14 22:00:02.577 INFO kablam! | ^^^^^^^^^^ Oct 14 22:00:02.577 INFO kablam! | Oct 14 22:00:02.577 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 22:00:02.577 INFO kablam! Oct 14 22:00:02.577 INFO kablam! warning: unused import: `rexpect::errors::*` Oct 14 22:00:02.577 INFO kablam! --> src/main.rs:9:5 Oct 14 22:00:02.577 INFO kablam! | Oct 14 22:00:02.577 INFO kablam! 9 | use rexpect::errors::*; Oct 14 22:00:02.577 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 22:00:02.577 INFO kablam! Oct 14 22:00:02.645 INFO kablam! warning: unused variable: `player_process` Oct 14 22:00:02.645 INFO kablam! --> src/main.rs:90:7 Oct 14 22:00:02.645 INFO kablam! | Oct 14 22:00:02.645 INFO kablam! 90 | let player_process = run_cmd(&format!("{}", player), args).wait() Oct 14 22:00:02.645 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_player_process` instead Oct 14 22:00:02.645 INFO kablam! | Oct 14 22:00:02.645 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 22:00:02.645 INFO kablam! Oct 14 22:00:02.655 INFO kablam! warning: field is never used: `public_key` Oct 14 22:00:02.655 INFO kablam! --> src/main.rs:30:5 Oct 14 22:00:02.655 INFO kablam! | Oct 14 22:00:02.655 INFO kablam! 30 | public_key: str Oct 14 22:00:02.655 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 22:00:02.655 INFO kablam! | Oct 14 22:00:02.655 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 22:00:02.655 INFO kablam! Oct 14 22:00:02.663 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 22:00:02.663 INFO kablam! --> src/main.rs:65:3 Oct 14 22:00:02.663 INFO kablam! | Oct 14 22:00:02.663 INFO kablam! 65 | p.send_line("HELLOBG version=3"); Oct 14 22:00:02.663 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:00:02.663 INFO kablam! | Oct 14 22:00:02.663 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 22:00:02.663 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 22:00:02.663 INFO kablam! Oct 14 22:00:02.663 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 22:00:02.663 INFO kablam! --> src/main.rs:79:3 Oct 14 22:00:02.663 INFO kablam! | Oct 14 22:00:02.663 INFO kablam! 79 | p.send_line(&format!("READY key={}", resp_key)); Oct 14 22:00:02.663 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:00:02.663 INFO kablam! | Oct 14 22:00:02.663 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 22:00:02.663 INFO kablam! Oct 14 22:00:02.663 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 22:00:02.663 INFO kablam! --> src/main.rs:80:3 Oct 14 22:00:02.663 INFO kablam! | Oct 14 22:00:02.663 INFO kablam! 80 | p.exp_regex("AUTH.*"); Oct 14 22:00:02.663 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:00:02.663 INFO kablam! | Oct 14 22:00:02.663 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 22:00:02.663 INFO kablam! Oct 14 22:00:02.663 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 22:00:02.663 INFO kablam! --> src/main.rs:81:3 Oct 14 22:00:02.663 INFO kablam! | Oct 14 22:00:02.663 INFO kablam! 81 | p.send_line("USERDATA [{\"gender\": \"1\"}, {\"age\": \"3\"}]"); Oct 14 22:00:02.663 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:00:02.663 INFO kablam! | Oct 14 22:00:02.663 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 22:00:02.663 INFO kablam! Oct 14 22:00:02.663 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 22:00:02.663 INFO kablam! --> src/main.rs:83:3 Oct 14 22:00:02.663 INFO kablam! | Oct 14 22:00:02.663 INFO kablam! 83 | p.send_line(&format!("START PID {} 0", stream_id)); Oct 14 22:00:02.663 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:00:02.663 INFO kablam! | Oct 14 22:00:02.663 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 22:00:02.663 INFO kablam! Oct 14 22:00:04.913 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 18.42s Oct 14 22:00:04.914 INFO kablam! su: No module specific data is present Oct 14 22:00:05.434 INFO running `"docker" "rm" "-f" "42157a7196515b910cccbfa0efc3145ae2eddb339800df435eacc975548780c6"` Oct 14 22:00:05.811 INFO blam! 42157a7196515b910cccbfa0efc3145ae2eddb339800df435eacc975548780c6 Oct 14 22:00:05.823 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 14 22:00:06.243 INFO blam! 0d5db26bfa451dbe58bab8d7681febd3c781d05704b4b50e820a69535310553c Oct 14 22:00:06.246 INFO running `"docker" "start" "-a" "0d5db26bfa451dbe58bab8d7681febd3c781d05704b4b50e820a69535310553c"` Oct 14 22:00:06.846 INFO kablam! usermod: no changes Oct 14 22:00:06.920 INFO kablam! Compiling acestream_player v0.1.0 (/source) Oct 14 22:00:07.707 INFO kablam! warning: unused import: `SubCommand` Oct 14 22:00:07.707 INFO kablam! --> src/main.rs:6:22 Oct 14 22:00:07.707 INFO kablam! | Oct 14 22:00:07.707 INFO kablam! 6 | use clap::{Arg, App, SubCommand}; Oct 14 22:00:07.707 INFO kablam! | ^^^^^^^^^^ Oct 14 22:00:07.707 INFO kablam! | Oct 14 22:00:07.707 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 22:00:07.707 INFO kablam! Oct 14 22:00:07.707 INFO kablam! warning: unused import: `rexpect::errors::*` Oct 14 22:00:07.707 INFO kablam! --> src/main.rs:9:5 Oct 14 22:00:07.707 INFO kablam! | Oct 14 22:00:07.707 INFO kablam! 9 | use rexpect::errors::*; Oct 14 22:00:07.707 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 22:00:07.707 INFO kablam! Oct 14 22:00:07.764 INFO kablam! warning: unused variable: `player_process` Oct 14 22:00:07.764 INFO kablam! --> src/main.rs:90:7 Oct 14 22:00:07.764 INFO kablam! | Oct 14 22:00:07.764 INFO kablam! 90 | let player_process = run_cmd(&format!("{}", player), args).wait() Oct 14 22:00:07.764 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_player_process` instead Oct 14 22:00:07.764 INFO kablam! | Oct 14 22:00:07.764 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 22:00:07.764 INFO kablam! Oct 14 22:00:07.776 INFO kablam! warning: field is never used: `public_key` Oct 14 22:00:07.776 INFO kablam! --> src/main.rs:30:5 Oct 14 22:00:07.776 INFO kablam! | Oct 14 22:00:07.776 INFO kablam! 30 | public_key: str Oct 14 22:00:07.776 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 22:00:07.776 INFO kablam! | Oct 14 22:00:07.776 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 22:00:07.776 INFO kablam! Oct 14 22:00:07.788 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 22:00:07.788 INFO kablam! --> src/main.rs:65:3 Oct 14 22:00:07.788 INFO kablam! | Oct 14 22:00:07.788 INFO kablam! 65 | p.send_line("HELLOBG version=3"); Oct 14 22:00:07.788 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:00:07.788 INFO kablam! | Oct 14 22:00:07.788 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 22:00:07.788 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 22:00:07.788 INFO kablam! Oct 14 22:00:07.788 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 22:00:07.788 INFO kablam! --> src/main.rs:79:3 Oct 14 22:00:07.788 INFO kablam! | Oct 14 22:00:07.788 INFO kablam! 79 | p.send_line(&format!("READY key={}", resp_key)); Oct 14 22:00:07.788 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:00:07.788 INFO kablam! | Oct 14 22:00:07.788 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 22:00:07.788 INFO kablam! Oct 14 22:00:07.788 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 22:00:07.788 INFO kablam! --> src/main.rs:80:3 Oct 14 22:00:07.788 INFO kablam! | Oct 14 22:00:07.788 INFO kablam! 80 | p.exp_regex("AUTH.*"); Oct 14 22:00:07.788 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:00:07.788 INFO kablam! | Oct 14 22:00:07.788 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 22:00:07.788 INFO kablam! Oct 14 22:00:07.788 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 22:00:07.788 INFO kablam! --> src/main.rs:81:3 Oct 14 22:00:07.788 INFO kablam! | Oct 14 22:00:07.788 INFO kablam! 81 | p.send_line("USERDATA [{\"gender\": \"1\"}, {\"age\": \"3\"}]"); Oct 14 22:00:07.788 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:00:07.788 INFO kablam! | Oct 14 22:00:07.788 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 22:00:07.788 INFO kablam! Oct 14 22:00:07.788 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 22:00:07.788 INFO kablam! --> src/main.rs:83:3 Oct 14 22:00:07.788 INFO kablam! | Oct 14 22:00:07.788 INFO kablam! 83 | p.send_line(&format!("START PID {} 0", stream_id)); Oct 14 22:00:07.788 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:00:07.788 INFO kablam! | Oct 14 22:00:07.788 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 22:00:07.788 INFO kablam! Oct 14 22:00:08.152 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.28s Oct 14 22:00:08.155 INFO kablam! su: No module specific data is present Oct 14 22:00:08.545 INFO running `"docker" "rm" "-f" "0d5db26bfa451dbe58bab8d7681febd3c781d05704b4b50e820a69535310553c"` Oct 14 22:00:08.672 INFO blam! 0d5db26bfa451dbe58bab8d7681febd3c781d05704b4b50e820a69535310553c Oct 14 22:00:08.678 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 14 22:00:08.855 INFO blam! a81c13fe9c6b7ca64170b073761b3aefa3117c62d6c204fa56cc3bbc707fbb00 Oct 14 22:00:08.864 INFO running `"docker" "start" "-a" "a81c13fe9c6b7ca64170b073761b3aefa3117c62d6c204fa56cc3bbc707fbb00"` Oct 14 22:00:09.382 INFO kablam! usermod: no changes Oct 14 22:00:09.465 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 14 22:00:09.478 INFO kablam! Running /target/debug/deps/acestream_player-1faf118b651991ed Oct 14 22:00:09.484 INFO blam! Oct 14 22:00:09.484 INFO blam! running 0 tests Oct 14 22:00:09.484 INFO blam! Oct 14 22:00:09.484 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 22:00:09.484 INFO blam! Oct 14 22:00:09.486 INFO kablam! su: No module specific data is present Oct 14 22:00:09.850 INFO running `"docker" "rm" "-f" "a81c13fe9c6b7ca64170b073761b3aefa3117c62d6c204fa56cc3bbc707fbb00"` Oct 14 22:00:09.911 INFO blam! a81c13fe9c6b7ca64170b073761b3aefa3117c62d6c204fa56cc3bbc707fbb00