Oct 15 06:35:32.935 INFO testing Sustrak/LuL against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 06:35:32.935 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 15 06:35:33.500 INFO blam! ee59553dcb744760f1b8546a2fa9e2ab36af10912c3ba326a4dc05b3f671e1d5 Oct 15 06:35:33.502 INFO running `"docker" "start" "-a" "ee59553dcb744760f1b8546a2fa9e2ab36af10912c3ba326a4dc05b3f671e1d5"` Oct 15 06:35:35.227 INFO kablam! usermod: no changes Oct 15 06:35:35.475 INFO kablam! Compiling serde v0.9.6 Oct 15 06:35:35.475 INFO kablam! Compiling metadeps v1.1.1 Oct 15 06:35:35.483 INFO kablam! Compiling hyper v0.10.4 Oct 15 06:35:35.483 INFO kablam! Compiling idna v0.1.0 Oct 15 06:35:38.243 INFO kablam! Compiling openssl-sys v0.9.6 Oct 15 06:35:43.140 INFO kablam! Compiling url v1.4.0 Oct 15 06:35:43.279 INFO kablam! Compiling openssl v0.9.6 Oct 15 06:35:53.247 INFO kablam! Compiling native-tls v0.1.1 Oct 15 06:35:54.703 INFO kablam! Compiling serde_json v0.9.5 Oct 15 06:36:00.263 INFO kablam! Compiling hyper-native-tls v0.2.2 Oct 15 06:36:01.701 INFO kablam! Compiling LUL v0.1.0 (/source) Oct 15 06:36:03.095 INFO kablam! warning: unused variable: `ret` Oct 15 06:36:03.095 INFO kablam! --> src/main.rs:70:14 Oct 15 06:36:03.095 INFO kablam! | Oct 15 06:36:03.095 INFO kablam! 70 | let (ret, json) = get(url, &client); Oct 15 06:36:03.095 INFO kablam! | ^^^ help: consider using `_ret` instead Oct 15 06:36:03.095 INFO kablam! | Oct 15 06:36:03.095 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 06:36:03.095 INFO kablam! Oct 15 06:36:03.095 INFO kablam! warning: unused variable: `ret` Oct 15 06:36:03.095 INFO kablam! --> src/main.rs:80:14 Oct 15 06:36:03.095 INFO kablam! | Oct 15 06:36:03.095 INFO kablam! 80 | let (ret, json) = get(url, &client); Oct 15 06:36:03.095 INFO kablam! | ^^^ help: consider using `_ret` instead Oct 15 06:36:03.095 INFO kablam! Oct 15 06:36:03.095 INFO kablam! warning: value assigned to `url` is never read Oct 15 06:36:03.095 INFO kablam! --> src/main.rs:120:13 Oct 15 06:36:03.095 INFO kablam! | Oct 15 06:36:03.095 INFO kablam! 120 | let mut url = String::new(); Oct 15 06:36:03.095 INFO kablam! | ^^^ Oct 15 06:36:03.095 INFO kablam! | Oct 15 06:36:03.095 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 15 06:36:03.095 INFO kablam! Oct 15 06:36:03.103 INFO kablam! warning: crate `LUL` should have a snake case name such as `lul` Oct 15 06:36:03.103 INFO kablam! | Oct 15 06:36:03.103 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 06:36:03.103 INFO kablam! Oct 15 06:36:03.103 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 06:36:03.103 INFO kablam! --> src/main.rs:22:5 Oct 15 06:36:03.103 INFO kablam! | Oct 15 06:36:03.103 INFO kablam! 22 | io::stdin().read_line(&mut summ_name); Oct 15 06:36:03.103 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:36:03.103 INFO kablam! | Oct 15 06:36:03.103 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 06:36:03.103 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 06:36:03.103 INFO kablam! Oct 15 06:36:03.103 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 06:36:03.103 INFO kablam! --> src/main.rs:36:9 Oct 15 06:36:03.103 INFO kablam! | Oct 15 06:36:03.103 INFO kablam! 36 | io::stdin().read_line(&mut aux); Oct 15 06:36:03.103 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:36:03.103 INFO kablam! | Oct 15 06:36:03.103 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 06:36:03.103 INFO kablam! Oct 15 06:36:03.103 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 06:36:03.103 INFO kablam! --> src/main.rs:47:9 Oct 15 06:36:03.103 INFO kablam! | Oct 15 06:36:03.103 INFO kablam! 47 | io::stdin().read_line(&mut aux); Oct 15 06:36:03.103 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:36:03.103 INFO kablam! | Oct 15 06:36:03.103 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 06:36:03.103 INFO kablam! Oct 15 06:36:03.103 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 06:36:03.103 INFO kablam! --> src/main.rs:109:5 Oct 15 06:36:03.103 INFO kablam! | Oct 15 06:36:03.103 INFO kablam! 109 | io::stdin().read_line(&mut aux); Oct 15 06:36:03.103 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:36:03.103 INFO kablam! | Oct 15 06:36:03.103 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 06:36:03.103 INFO kablam! Oct 15 06:36:05.026 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 29.78s Oct 15 06:36:05.034 INFO kablam! su: No module specific data is present Oct 15 06:36:05.801 INFO running `"docker" "rm" "-f" "ee59553dcb744760f1b8546a2fa9e2ab36af10912c3ba326a4dc05b3f671e1d5"` Oct 15 06:36:06.065 INFO blam! ee59553dcb744760f1b8546a2fa9e2ab36af10912c3ba326a4dc05b3f671e1d5 Oct 15 06:36:06.067 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 15 06:36:06.456 INFO blam! ce6ddf9880322c01a372ee8e22f33bdbc634e5dbf12a057f2b00031cc54c3755 Oct 15 06:36:06.459 INFO running `"docker" "start" "-a" "ce6ddf9880322c01a372ee8e22f33bdbc634e5dbf12a057f2b00031cc54c3755"` Oct 15 06:36:08.044 INFO kablam! usermod: no changes Oct 15 06:36:08.155 INFO kablam! Compiling LUL v0.1.0 (/source) Oct 15 06:36:09.615 INFO kablam! warning: unused variable: `ret` Oct 15 06:36:09.616 INFO kablam! --> src/main.rs:70:14 Oct 15 06:36:09.616 INFO kablam! | Oct 15 06:36:09.617 INFO kablam! 70 | let (ret, json) = get(url, &client); Oct 15 06:36:09.617 INFO kablam! | ^^^ help: consider using `_ret` instead Oct 15 06:36:09.617 INFO kablam! | Oct 15 06:36:09.618 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 06:36:09.618 INFO kablam! Oct 15 06:36:09.618 INFO kablam! warning: unused variable: `ret` Oct 15 06:36:09.619 INFO kablam! --> src/main.rs:80:14 Oct 15 06:36:09.619 INFO kablam! | Oct 15 06:36:09.619 INFO kablam! 80 | let (ret, json) = get(url, &client); Oct 15 06:36:09.620 INFO kablam! | ^^^ help: consider using `_ret` instead Oct 15 06:36:09.620 INFO kablam! Oct 15 06:36:09.620 INFO kablam! warning: value assigned to `url` is never read Oct 15 06:36:09.621 INFO kablam! --> src/main.rs:120:13 Oct 15 06:36:09.621 INFO kablam! | Oct 15 06:36:09.621 INFO kablam! 120 | let mut url = String::new(); Oct 15 06:36:09.622 INFO kablam! | ^^^ Oct 15 06:36:09.622 INFO kablam! | Oct 15 06:36:09.622 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 15 06:36:09.623 INFO kablam! Oct 15 06:36:09.631 INFO kablam! warning: crate `LUL` should have a snake case name such as `lul` Oct 15 06:36:09.632 INFO kablam! | Oct 15 06:36:09.632 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 06:36:09.632 INFO kablam! Oct 15 06:36:09.633 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 06:36:09.633 INFO kablam! --> src/main.rs:22:5 Oct 15 06:36:09.633 INFO kablam! | Oct 15 06:36:09.634 INFO kablam! 22 | io::stdin().read_line(&mut summ_name); Oct 15 06:36:09.634 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:36:09.634 INFO kablam! | Oct 15 06:36:09.635 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 06:36:09.635 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 06:36:09.635 INFO kablam! Oct 15 06:36:09.635 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 06:36:09.635 INFO kablam! --> src/main.rs:36:9 Oct 15 06:36:09.635 INFO kablam! | Oct 15 06:36:09.635 INFO kablam! 36 | io::stdin().read_line(&mut aux); Oct 15 06:36:09.635 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:36:09.635 INFO kablam! | Oct 15 06:36:09.635 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 06:36:09.635 INFO kablam! Oct 15 06:36:09.635 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 06:36:09.635 INFO kablam! --> src/main.rs:47:9 Oct 15 06:36:09.635 INFO kablam! | Oct 15 06:36:09.635 INFO kablam! 47 | io::stdin().read_line(&mut aux); Oct 15 06:36:09.635 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:36:09.635 INFO kablam! | Oct 15 06:36:09.635 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 06:36:09.635 INFO kablam! Oct 15 06:36:09.635 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 06:36:09.635 INFO kablam! --> src/main.rs:109:5 Oct 15 06:36:09.635 INFO kablam! | Oct 15 06:36:09.635 INFO kablam! 109 | io::stdin().read_line(&mut aux); Oct 15 06:36:09.635 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:36:09.635 INFO kablam! | Oct 15 06:36:09.635 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 06:36:09.635 INFO kablam! Oct 15 06:36:10.207 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.14s Oct 15 06:36:10.210 INFO kablam! su: No module specific data is present Oct 15 06:36:11.010 INFO running `"docker" "rm" "-f" "ce6ddf9880322c01a372ee8e22f33bdbc634e5dbf12a057f2b00031cc54c3755"` Oct 15 06:36:11.376 INFO blam! ce6ddf9880322c01a372ee8e22f33bdbc634e5dbf12a057f2b00031cc54c3755 Oct 15 06:36:11.379 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 15 06:36:11.781 INFO blam! aadcad7b4da2e2319e627a35d04c381b5568fd7aab6ae5881933ff2ef4a85b9a Oct 15 06:36:11.783 INFO running `"docker" "start" "-a" "aadcad7b4da2e2319e627a35d04c381b5568fd7aab6ae5881933ff2ef4a85b9a"` Oct 15 06:36:14.246 INFO kablam! usermod: no changes Oct 15 06:36:14.448 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.17s Oct 15 06:36:14.463 INFO kablam! Running /target/debug/deps/LUL-979dd13c011e9fcb Oct 15 06:36:14.465 INFO blam! Oct 15 06:36:14.465 INFO blam! running 0 tests Oct 15 06:36:14.465 INFO blam! Oct 15 06:36:14.465 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 06:36:14.465 INFO blam! Oct 15 06:36:14.480 INFO kablam! su: No module specific data is present Oct 15 06:36:15.535 INFO running `"docker" "rm" "-f" "aadcad7b4da2e2319e627a35d04c381b5568fd7aab6ae5881933ff2ef4a85b9a"` Oct 15 06:36:15.883 INFO blam! aadcad7b4da2e2319e627a35d04c381b5568fd7aab6ae5881933ff2ef4a85b9a