Oct 14 17:10:48.322 INFO testing jayong93/RustBJOJ against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 17:10:48.323 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 17:10:48.829 INFO blam! 65a527d5fb596344716273848bbe439363268c149b15a81f1e86d47addb92f78 Oct 14 17:10:48.833 INFO running `"docker" "start" "-a" "65a527d5fb596344716273848bbe439363268c149b15a81f1e86d47addb92f78"` Oct 14 17:10:50.033 INFO kablam! usermod: no changes Oct 14 17:10:50.087 INFO kablam! Compiling BaekJoonOJ v0.1.0 (/source) Oct 14 17:10:50.292 INFO kablam! warning: unused imports: `Eq`, `PartialEq` Oct 14 17:10:50.292 INFO kablam! --> src/p15938.rs:4:16 Oct 14 17:10:50.292 INFO kablam! | Oct 14 17:10:50.292 INFO kablam! 4 | use std::cmp::{Eq, PartialEq}; Oct 14 17:10:50.292 INFO kablam! | ^^ ^^^^^^^^^ Oct 14 17:10:50.292 INFO kablam! | Oct 14 17:10:50.292 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 17:10:50.292 INFO kablam! Oct 14 17:10:50.292 INFO kablam! warning: unused import: `std::hash::Hash` Oct 14 17:10:50.292 INFO kablam! --> src/p15938.rs:5:5 Oct 14 17:10:50.292 INFO kablam! | Oct 14 17:10:50.292 INFO kablam! 5 | use std::hash::Hash; Oct 14 17:10:50.292 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 17:10:50.292 INFO kablam! Oct 14 17:10:50.367 INFO kablam! warning: unused variable: `i` Oct 14 17:10:50.367 INFO kablam! --> src/p15938.rs:39:9 Oct 14 17:10:50.367 INFO kablam! | Oct 14 17:10:50.367 INFO kablam! 39 | for i in 0..data.time_limit { Oct 14 17:10:50.367 INFO kablam! | ^ help: consider using `_i` instead Oct 14 17:10:50.367 INFO kablam! | Oct 14 17:10:50.367 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 17:10:50.367 INFO kablam! Oct 14 17:10:50.387 INFO kablam! warning: crate `BaekJoonOJ` should have a snake case name such as `baek_joon_oj` Oct 14 17:10:50.387 INFO kablam! | Oct 14 17:10:50.387 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 17:10:50.387 INFO kablam! Oct 14 17:10:50.403 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 17:10:50.403 INFO kablam! --> src/p15938.rs:64:5 Oct 14 17:10:50.403 INFO kablam! | Oct 14 17:10:50.403 INFO kablam! 64 | handle.read_line(&mut line); Oct 14 17:10:50.403 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:10:50.403 INFO kablam! | Oct 14 17:10:50.403 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 17:10:50.403 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 17:10:50.403 INFO kablam! Oct 14 17:10:50.403 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 17:10:50.403 INFO kablam! --> src/p15938.rs:74:5 Oct 14 17:10:50.403 INFO kablam! | Oct 14 17:10:50.403 INFO kablam! 74 | handle.read_line(&mut line); Oct 14 17:10:50.403 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:10:50.403 INFO kablam! | Oct 14 17:10:50.403 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 17:10:50.403 INFO kablam! Oct 14 17:10:50.403 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 17:10:50.403 INFO kablam! --> src/p15938.rs:80:5 Oct 14 17:10:50.403 INFO kablam! | Oct 14 17:10:50.403 INFO kablam! 80 | handle.read_line(&mut line); Oct 14 17:10:50.403 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:10:50.403 INFO kablam! | Oct 14 17:10:50.403 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 17:10:50.403 INFO kablam! Oct 14 17:10:50.403 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 17:10:50.403 INFO kablam! --> src/p15938.rs:84:9 Oct 14 17:10:50.403 INFO kablam! | Oct 14 17:10:50.403 INFO kablam! 84 | handle.read_line(&mut line); Oct 14 17:10:50.403 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:10:50.403 INFO kablam! | Oct 14 17:10:50.403 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 17:10:50.403 INFO kablam! Oct 14 17:10:51.675 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.60s Oct 14 17:10:51.675 INFO kablam! su: No module specific data is present Oct 14 17:10:52.291 INFO running `"docker" "rm" "-f" "65a527d5fb596344716273848bbe439363268c149b15a81f1e86d47addb92f78"` Oct 14 17:10:52.607 INFO blam! 65a527d5fb596344716273848bbe439363268c149b15a81f1e86d47addb92f78 Oct 14 17:10:52.616 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 17:10:52.937 INFO blam! 9bc3fee7c2038995f75ef4c1002a74a43d48a36af52e9ae9d0f701445b5d0b80 Oct 14 17:10:52.945 INFO running `"docker" "start" "-a" "9bc3fee7c2038995f75ef4c1002a74a43d48a36af52e9ae9d0f701445b5d0b80"` Oct 14 17:10:53.538 INFO kablam! usermod: no changes Oct 14 17:10:53.576 INFO kablam! Compiling BaekJoonOJ v0.1.0 (/source) Oct 14 17:10:53.771 INFO kablam! warning: unused imports: `Eq`, `PartialEq` Oct 14 17:10:53.771 INFO kablam! --> src/p15938.rs:4:16 Oct 14 17:10:53.772 INFO kablam! | Oct 14 17:10:53.772 INFO kablam! 4 | use std::cmp::{Eq, PartialEq}; Oct 14 17:10:53.772 INFO kablam! | ^^ ^^^^^^^^^ Oct 14 17:10:53.773 INFO kablam! | Oct 14 17:10:53.773 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 17:10:53.773 INFO kablam! Oct 14 17:10:53.774 INFO kablam! warning: unused import: `std::hash::Hash` Oct 14 17:10:53.774 INFO kablam! --> src/p15938.rs:5:5 Oct 14 17:10:53.774 INFO kablam! | Oct 14 17:10:53.775 INFO kablam! 5 | use std::hash::Hash; Oct 14 17:10:53.775 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 17:10:53.775 INFO kablam! Oct 14 17:10:53.847 INFO kablam! warning: unused variable: `i` Oct 14 17:10:53.848 INFO kablam! --> src/p15938.rs:39:9 Oct 14 17:10:53.848 INFO kablam! | Oct 14 17:10:53.848 INFO kablam! 39 | for i in 0..data.time_limit { Oct 14 17:10:53.849 INFO kablam! | ^ help: consider using `_i` instead Oct 14 17:10:53.849 INFO kablam! | Oct 14 17:10:53.849 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 17:10:53.850 INFO kablam! Oct 14 17:10:53.865 INFO kablam! warning: crate `BaekJoonOJ` should have a snake case name such as `baek_joon_oj` Oct 14 17:10:53.865 INFO kablam! | Oct 14 17:10:53.865 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 17:10:53.865 INFO kablam! Oct 14 17:10:53.876 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 17:10:53.876 INFO kablam! --> src/p15938.rs:64:5 Oct 14 17:10:53.876 INFO kablam! | Oct 14 17:10:53.876 INFO kablam! 64 | handle.read_line(&mut line); Oct 14 17:10:53.876 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:10:53.876 INFO kablam! | Oct 14 17:10:53.876 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 17:10:53.876 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 17:10:53.876 INFO kablam! Oct 14 17:10:53.876 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 17:10:53.876 INFO kablam! --> src/p15938.rs:74:5 Oct 14 17:10:53.876 INFO kablam! | Oct 14 17:10:53.876 INFO kablam! 74 | handle.read_line(&mut line); Oct 14 17:10:53.876 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:10:53.876 INFO kablam! | Oct 14 17:10:53.876 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 17:10:53.876 INFO kablam! Oct 14 17:10:53.876 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 17:10:53.876 INFO kablam! --> src/p15938.rs:80:5 Oct 14 17:10:53.876 INFO kablam! | Oct 14 17:10:53.876 INFO kablam! 80 | handle.read_line(&mut line); Oct 14 17:10:53.876 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:10:53.876 INFO kablam! | Oct 14 17:10:53.876 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 17:10:53.876 INFO kablam! Oct 14 17:10:53.876 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 17:10:53.876 INFO kablam! --> src/p15938.rs:84:9 Oct 14 17:10:53.876 INFO kablam! | Oct 14 17:10:53.876 INFO kablam! 84 | handle.read_line(&mut line); Oct 14 17:10:53.876 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:10:53.876 INFO kablam! | Oct 14 17:10:53.876 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 17:10:53.876 INFO kablam! Oct 14 17:10:54.255 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.70s Oct 14 17:10:54.256 INFO kablam! su: No module specific data is present Oct 14 17:10:54.763 INFO running `"docker" "rm" "-f" "9bc3fee7c2038995f75ef4c1002a74a43d48a36af52e9ae9d0f701445b5d0b80"` Oct 14 17:10:55.115 INFO blam! 9bc3fee7c2038995f75ef4c1002a74a43d48a36af52e9ae9d0f701445b5d0b80 Oct 14 17:10:55.127 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 17:10:55.540 INFO blam! 6121b16ee713956ffa86df97241123bf70b24ab966de65b0ff998e3ebc9794ff Oct 14 17:10:55.543 INFO running `"docker" "start" "-a" "6121b16ee713956ffa86df97241123bf70b24ab966de65b0ff998e3ebc9794ff"` Oct 14 17:10:56.835 INFO kablam! usermod: no changes Oct 14 17:10:56.895 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 14 17:10:56.895 INFO kablam! Running /target/debug/deps/BaekJoonOJ-c3f4cf7b80641e07 Oct 14 17:10:56.903 INFO blam! Oct 14 17:10:56.903 INFO blam! running 0 tests Oct 14 17:10:56.903 INFO blam! Oct 14 17:10:56.903 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 17:10:56.903 INFO blam! Oct 14 17:10:56.911 INFO kablam! su: No module specific data is present Oct 14 17:10:57.583 INFO running `"docker" "rm" "-f" "6121b16ee713956ffa86df97241123bf70b24ab966de65b0ff998e3ebc9794ff"` Oct 14 17:10:57.748 INFO blam! 6121b16ee713956ffa86df97241123bf70b24ab966de65b0ff998e3ebc9794ff