Oct 27 05:22:36.724 INFO checking ecsumed/Raceplayer against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 05:22:36.726 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-alt check --frozen --all --all-targets" "-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 27 05:22:37.111 INFO blam! 1f5c991844bbd9d42fa7ce159f4f7840d14dfd0a2d318b5f7f615960c241a850 Oct 27 05:22:37.119 INFO running `"docker" "start" "-a" "1f5c991844bbd9d42fa7ce159f4f7840d14dfd0a2d318b5f7f615960c241a850"` Oct 27 05:22:37.883 INFO kablam! usermod: no changes Oct 27 05:22:38.007 INFO kablam! Checking nix v0.9.0 Oct 27 05:22:38.012 INFO kablam! Checking tempfile v2.2.0 Oct 27 05:22:38.012 INFO kablam! Checking rust-crypto v0.2.36 Oct 27 05:22:45.283 INFO kablam! Checking rexpect v0.3.0 Oct 27 05:22:45.283 INFO kablam! Checking ctrlc v3.1.0 Oct 27 05:22:47.579 INFO kablam! Checking acestream_player v0.1.0 (/source) Oct 27 05:22:49.238 INFO kablam! warning: unused import: `SubCommand` Oct 27 05:22:49.238 INFO kablam! --> src/main.rs:6:22 Oct 27 05:22:49.238 INFO kablam! | Oct 27 05:22:49.240 INFO kablam! 6 | use clap::{Arg, App, SubCommand}; Oct 27 05:22:49.240 INFO kablam! | ^^^^^^^^^^ Oct 27 05:22:49.241 INFO kablam! | Oct 27 05:22:49.241 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 05:22:49.241 INFO kablam! Oct 27 05:22:49.241 INFO kablam! warning: unused import: `rexpect::errors::*` Oct 27 05:22:49.242 INFO kablam! --> src/main.rs:9:5 Oct 27 05:22:49.242 INFO kablam! | Oct 27 05:22:49.242 INFO kablam! 9 | use rexpect::errors::*; Oct 27 05:22:49.242 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 05:22:49.243 INFO kablam! Oct 27 05:22:49.323 INFO kablam! warning: unused import: `SubCommand` Oct 27 05:22:49.327 INFO kablam! --> src/main.rs:6:22 Oct 27 05:22:49.327 INFO kablam! | Oct 27 05:22:49.328 INFO kablam! 6 | use clap::{Arg, App, SubCommand}; Oct 27 05:22:49.328 INFO kablam! | ^^^^^^^^^^ Oct 27 05:22:49.328 INFO kablam! | Oct 27 05:22:49.328 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 05:22:49.328 INFO kablam! Oct 27 05:22:49.328 INFO kablam! warning: unused import: `rexpect::errors::*` Oct 27 05:22:49.328 INFO kablam! --> src/main.rs:9:5 Oct 27 05:22:49.328 INFO kablam! | Oct 27 05:22:49.328 INFO kablam! 9 | use rexpect::errors::*; Oct 27 05:22:49.328 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 05:22:49.328 INFO kablam! Oct 27 05:22:49.328 INFO kablam! warning: unused variable: `player_process` Oct 27 05:22:49.328 INFO kablam! --> src/main.rs:90:7 Oct 27 05:22:49.328 INFO kablam! | Oct 27 05:22:49.330 INFO kablam! 90 | let player_process = run_cmd(&format!("{}", player), args).wait() Oct 27 05:22:49.335 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_player_process` instead Oct 27 05:22:49.335 INFO kablam! | Oct 27 05:22:49.335 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 05:22:49.336 INFO kablam! Oct 27 05:22:49.336 INFO kablam! warning: field is never used: `public_key` Oct 27 05:22:49.336 INFO kablam! --> src/main.rs:30:5 Oct 27 05:22:49.337 INFO kablam! | Oct 27 05:22:49.337 INFO kablam! 30 | public_key: str Oct 27 05:22:49.337 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 05:22:49.337 INFO kablam! | Oct 27 05:22:49.338 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 05:22:49.338 INFO kablam! Oct 27 05:22:49.338 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 05:22:49.339 INFO kablam! --> src/main.rs:65:3 Oct 27 05:22:49.339 INFO kablam! | Oct 27 05:22:49.339 INFO kablam! 65 | p.send_line("HELLOBG version=3"); Oct 27 05:22:49.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:22:49.340 INFO kablam! | Oct 27 05:22:49.340 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 05:22:49.340 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 05:22:49.341 INFO kablam! Oct 27 05:22:49.341 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 05:22:49.341 INFO kablam! --> src/main.rs:79:3 Oct 27 05:22:49.342 INFO kablam! | Oct 27 05:22:49.342 INFO kablam! 79 | p.send_line(&format!("READY key={}", resp_key)); Oct 27 05:22:49.342 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:22:49.342 INFO kablam! | Oct 27 05:22:49.342 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 05:22:49.342 INFO kablam! Oct 27 05:22:49.342 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 05:22:49.342 INFO kablam! --> src/main.rs:80:3 Oct 27 05:22:49.343 INFO kablam! | Oct 27 05:22:49.343 INFO kablam! 80 | p.exp_regex("AUTH.*"); Oct 27 05:22:49.343 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:22:49.343 INFO kablam! | Oct 27 05:22:49.343 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 05:22:49.343 INFO kablam! Oct 27 05:22:49.343 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 05:22:49.343 INFO kablam! --> src/main.rs:81:3 Oct 27 05:22:49.343 INFO kablam! | Oct 27 05:22:49.343 INFO kablam! 81 | p.send_line("USERDATA [{\"gender\": \"1\"}, {\"age\": \"3\"}]"); Oct 27 05:22:49.343 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:22:49.343 INFO kablam! | Oct 27 05:22:49.343 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 05:22:49.343 INFO kablam! Oct 27 05:22:49.343 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 05:22:49.343 INFO kablam! --> src/main.rs:83:3 Oct 27 05:22:49.343 INFO kablam! | Oct 27 05:22:49.343 INFO kablam! 83 | p.send_line(&format!("START PID {} 0", stream_id)); Oct 27 05:22:49.343 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:22:49.343 INFO kablam! | Oct 27 05:22:49.343 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 05:22:49.343 INFO kablam! Oct 27 05:22:49.395 INFO kablam! warning: unused variable: `player_process` Oct 27 05:22:49.395 INFO kablam! --> src/main.rs:90:7 Oct 27 05:22:49.395 INFO kablam! | Oct 27 05:22:49.396 INFO kablam! 90 | let player_process = run_cmd(&format!("{}", player), args).wait() Oct 27 05:22:49.396 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_player_process` instead Oct 27 05:22:49.396 INFO kablam! | Oct 27 05:22:49.396 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 05:22:49.397 INFO kablam! Oct 27 05:22:49.444 INFO kablam! warning: field is never used: `public_key` Oct 27 05:22:49.444 INFO kablam! --> src/main.rs:30:5 Oct 27 05:22:49.444 INFO kablam! | Oct 27 05:22:49.444 INFO kablam! 30 | public_key: str Oct 27 05:22:49.444 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 05:22:49.444 INFO kablam! | Oct 27 05:22:49.444 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 05:22:49.444 INFO kablam! Oct 27 05:22:49.444 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 05:22:49.444 INFO kablam! --> src/main.rs:65:3 Oct 27 05:22:49.500 INFO kablam! | Oct 27 05:22:49.501 INFO kablam! 65 | p.send_line("HELLOBG version=3"); Oct 27 05:22:49.501 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:22:49.501 INFO kablam! | Oct 27 05:22:49.502 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 05:22:49.502 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 05:22:49.502 INFO kablam! Oct 27 05:22:49.503 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 05:22:49.503 INFO kablam! --> src/main.rs:79:3 Oct 27 05:22:49.503 INFO kablam! | Oct 27 05:22:49.504 INFO kablam! 79 | p.send_line(&format!("READY key={}", resp_key)); Oct 27 05:22:49.504 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:22:49.504 INFO kablam! | Oct 27 05:22:49.504 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 05:22:49.505 INFO kablam! Oct 27 05:22:49.505 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 05:22:49.505 INFO kablam! --> src/main.rs:80:3 Oct 27 05:22:49.506 INFO kablam! | Oct 27 05:22:49.506 INFO kablam! 80 | p.exp_regex("AUTH.*"); Oct 27 05:22:49.506 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:22:49.507 INFO kablam! | Oct 27 05:22:49.507 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 05:22:49.507 INFO kablam! Oct 27 05:22:49.508 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 05:22:49.508 INFO kablam! --> src/main.rs:81:3 Oct 27 05:22:49.508 INFO kablam! | Oct 27 05:22:49.508 INFO kablam! 81 | p.send_line("USERDATA [{\"gender\": \"1\"}, {\"age\": \"3\"}]"); Oct 27 05:22:49.509 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:22:49.509 INFO kablam! | Oct 27 05:22:49.509 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 05:22:49.510 INFO kablam! Oct 27 05:22:49.510 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 05:22:49.510 INFO kablam! --> src/main.rs:83:3 Oct 27 05:22:49.511 INFO kablam! | Oct 27 05:22:49.511 INFO kablam! 83 | p.send_line(&format!("START PID {} 0", stream_id)); Oct 27 05:22:49.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:22:49.514 INFO kablam! | Oct 27 05:22:49.514 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 05:22:49.514 INFO kablam! Oct 27 05:22:49.514 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.55s Oct 27 05:22:49.515 INFO kablam! su: No module specific data is present Oct 27 05:22:49.899 INFO running `"docker" "rm" "-f" "1f5c991844bbd9d42fa7ce159f4f7840d14dfd0a2d318b5f7f615960c241a850"` Oct 27 05:22:50.076 INFO blam! 1f5c991844bbd9d42fa7ce159f4f7840d14dfd0a2d318b5f7f615960c241a850