Oct 11 04:23:41.801 INFO testing Sustrak/LuL against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 04:23:41.801 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 04:23:41.801 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 04:23:42.120 INFO blam! 29e18c9b7b10631f29606b0d4f6652041d1e18ce371530ba7fe83619ac73756b Oct 11 04:23:42.129 INFO running `"docker" "start" "-a" "29e18c9b7b10631f29606b0d4f6652041d1e18ce371530ba7fe83619ac73756b"` Oct 11 04:23:42.999 INFO kablam! usermod: no changes Oct 11 04:23:43.192 INFO kablam! Compiling LUL v0.1.0 (/source) Oct 11 04:23:46.396 INFO kablam! warning: unused variable: `ret` Oct 11 04:23:46.397 INFO kablam! --> src/main.rs:70:14 Oct 11 04:23:46.397 INFO kablam! | Oct 11 04:23:46.397 INFO kablam! 70 | let (ret, json) = get(url, &client); Oct 11 04:23:46.397 INFO kablam! | ^^^ help: consider using `_ret` instead Oct 11 04:23:46.397 INFO kablam! | Oct 11 04:23:46.397 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 04:23:46.397 INFO kablam! Oct 11 04:23:46.397 INFO kablam! warning: unused variable: `ret` Oct 11 04:23:46.397 INFO kablam! --> src/main.rs:80:14 Oct 11 04:23:46.397 INFO kablam! | Oct 11 04:23:46.397 INFO kablam! 80 | let (ret, json) = get(url, &client); Oct 11 04:23:46.397 INFO kablam! | ^^^ help: consider using `_ret` instead Oct 11 04:23:46.397 INFO kablam! Oct 11 04:23:46.397 INFO kablam! warning: value assigned to `url` is never read Oct 11 04:23:46.397 INFO kablam! --> src/main.rs:120:13 Oct 11 04:23:46.397 INFO kablam! | Oct 11 04:23:46.397 INFO kablam! 120 | let mut url = String::new(); Oct 11 04:23:46.397 INFO kablam! | ^^^ Oct 11 04:23:46.397 INFO kablam! | Oct 11 04:23:46.397 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 11 04:23:46.397 INFO kablam! Oct 11 04:23:46.408 INFO kablam! warning: crate `LUL` should have a snake case name such as `lul` Oct 11 04:23:46.408 INFO kablam! | Oct 11 04:23:46.408 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 04:23:46.408 INFO kablam! Oct 11 04:23:46.408 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 04:23:46.408 INFO kablam! --> src/main.rs:22:5 Oct 11 04:23:46.408 INFO kablam! | Oct 11 04:23:46.408 INFO kablam! 22 | io::stdin().read_line(&mut summ_name); Oct 11 04:23:46.408 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:23:46.408 INFO kablam! | Oct 11 04:23:46.408 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 04:23:46.408 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 04:23:46.408 INFO kablam! Oct 11 04:23:46.409 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 04:23:46.409 INFO kablam! --> src/main.rs:36:9 Oct 11 04:23:46.409 INFO kablam! | Oct 11 04:23:46.409 INFO kablam! 36 | io::stdin().read_line(&mut aux); Oct 11 04:23:46.409 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:23:46.409 INFO kablam! | Oct 11 04:23:46.409 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 04:23:46.409 INFO kablam! Oct 11 04:23:46.409 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 04:23:46.409 INFO kablam! --> src/main.rs:47:9 Oct 11 04:23:46.409 INFO kablam! | Oct 11 04:23:46.409 INFO kablam! 47 | io::stdin().read_line(&mut aux); Oct 11 04:23:46.409 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:23:46.409 INFO kablam! | Oct 11 04:23:46.409 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 04:23:46.409 INFO kablam! Oct 11 04:23:46.409 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 04:23:46.409 INFO kablam! --> src/main.rs:109:5 Oct 11 04:23:46.409 INFO kablam! | Oct 11 04:23:46.409 INFO kablam! 109 | io::stdin().read_line(&mut aux); Oct 11 04:23:46.409 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:23:46.409 INFO kablam! | Oct 11 04:23:46.409 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 04:23:46.409 INFO kablam! Oct 11 04:23:48.828 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.80s Oct 11 04:23:48.838 INFO kablam! su: No module specific data is present Oct 11 04:23:49.509 INFO running `"docker" "rm" "-f" "29e18c9b7b10631f29606b0d4f6652041d1e18ce371530ba7fe83619ac73756b"` Oct 11 04:23:49.847 INFO blam! 29e18c9b7b10631f29606b0d4f6652041d1e18ce371530ba7fe83619ac73756b Oct 11 04:23:49.847 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 04:23:49.849 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 04:23:50.262 INFO blam! 1c2e869a5ca41eb7bfed50af15b5e267fde84f8ae1db5a06633b601107924cc5 Oct 11 04:23:50.263 INFO running `"docker" "start" "-a" "1c2e869a5ca41eb7bfed50af15b5e267fde84f8ae1db5a06633b601107924cc5"` Oct 11 04:23:51.988 INFO kablam! usermod: no changes Oct 11 04:23:52.128 INFO kablam! Compiling LUL v0.1.0 (/source) Oct 11 04:23:55.116 INFO kablam! warning: unused variable: `ret` Oct 11 04:23:55.116 INFO kablam! --> src/main.rs:70:14 Oct 11 04:23:55.116 INFO kablam! | Oct 11 04:23:55.116 INFO kablam! 70 | let (ret, json) = get(url, &client); Oct 11 04:23:55.116 INFO kablam! | ^^^ help: consider using `_ret` instead Oct 11 04:23:55.116 INFO kablam! | Oct 11 04:23:55.116 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 04:23:55.116 INFO kablam! Oct 11 04:23:55.116 INFO kablam! warning: unused variable: `ret` Oct 11 04:23:55.116 INFO kablam! --> src/main.rs:80:14 Oct 11 04:23:55.116 INFO kablam! | Oct 11 04:23:55.116 INFO kablam! 80 | let (ret, json) = get(url, &client); Oct 11 04:23:55.116 INFO kablam! | ^^^ help: consider using `_ret` instead Oct 11 04:23:55.116 INFO kablam! Oct 11 04:23:55.117 INFO kablam! warning: value assigned to `url` is never read Oct 11 04:23:55.117 INFO kablam! --> src/main.rs:120:13 Oct 11 04:23:55.117 INFO kablam! | Oct 11 04:23:55.117 INFO kablam! 120 | let mut url = String::new(); Oct 11 04:23:55.117 INFO kablam! | ^^^ Oct 11 04:23:55.117 INFO kablam! | Oct 11 04:23:55.117 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 11 04:23:55.117 INFO kablam! Oct 11 04:23:55.136 INFO kablam! warning: crate `LUL` should have a snake case name such as `lul` Oct 11 04:23:55.136 INFO kablam! | Oct 11 04:23:55.136 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 04:23:55.136 INFO kablam! Oct 11 04:23:55.136 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 04:23:55.136 INFO kablam! --> src/main.rs:22:5 Oct 11 04:23:55.136 INFO kablam! | Oct 11 04:23:55.136 INFO kablam! 22 | io::stdin().read_line(&mut summ_name); Oct 11 04:23:55.136 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:23:55.136 INFO kablam! | Oct 11 04:23:55.136 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 04:23:55.136 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 04:23:55.136 INFO kablam! Oct 11 04:23:55.136 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 04:23:55.136 INFO kablam! --> src/main.rs:36:9 Oct 11 04:23:55.136 INFO kablam! | Oct 11 04:23:55.136 INFO kablam! 36 | io::stdin().read_line(&mut aux); Oct 11 04:23:55.136 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:23:55.136 INFO kablam! | Oct 11 04:23:55.136 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 04:23:55.136 INFO kablam! Oct 11 04:23:55.136 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 04:23:55.136 INFO kablam! --> src/main.rs:47:9 Oct 11 04:23:55.136 INFO kablam! | Oct 11 04:23:55.136 INFO kablam! 47 | io::stdin().read_line(&mut aux); Oct 11 04:23:55.136 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:23:55.136 INFO kablam! | Oct 11 04:23:55.136 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 04:23:55.136 INFO kablam! Oct 11 04:23:55.136 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 04:23:55.136 INFO kablam! --> src/main.rs:109:5 Oct 11 04:23:55.136 INFO kablam! | Oct 11 04:23:55.136 INFO kablam! 109 | io::stdin().read_line(&mut aux); Oct 11 04:23:55.136 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:23:55.136 INFO kablam! | Oct 11 04:23:55.136 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 04:23:55.136 INFO kablam! Oct 11 04:23:55.651 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.64s Oct 11 04:23:55.658 INFO kablam! su: No module specific data is present Oct 11 04:23:56.265 INFO running `"docker" "rm" "-f" "1c2e869a5ca41eb7bfed50af15b5e267fde84f8ae1db5a06633b601107924cc5"` Oct 11 04:23:56.500 INFO blam! 1c2e869a5ca41eb7bfed50af15b5e267fde84f8ae1db5a06633b601107924cc5 Oct 11 04:23:56.508 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 04:23:56.508 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 04:23:56.904 INFO blam! 2ed8625ddf96cbdf5f446b68ed4e72b84b04e4a887215ae40b2046a4909fb0d5 Oct 11 04:23:56.905 INFO running `"docker" "start" "-a" "2ed8625ddf96cbdf5f446b68ed4e72b84b04e4a887215ae40b2046a4909fb0d5"` Oct 11 04:23:58.777 INFO kablam! usermod: no changes Oct 11 04:23:58.924 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.11s Oct 11 04:23:58.926 INFO kablam! Running /target/debug/deps/LUL-979dd13c011e9fcb Oct 11 04:23:58.932 INFO blam! Oct 11 04:23:58.932 INFO blam! running 0 tests Oct 11 04:23:58.932 INFO blam! Oct 11 04:23:58.932 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 04:23:58.932 INFO blam! Oct 11 04:23:58.934 INFO kablam! su: No module specific data is present Oct 11 04:24:00.261 INFO running `"docker" "rm" "-f" "2ed8625ddf96cbdf5f446b68ed4e72b84b04e4a887215ae40b2046a4909fb0d5"` Oct 11 04:24:00.502 INFO blam! 2ed8625ddf96cbdf5f446b68ed4e72b84b04e4a887215ae40b2046a4909fb0d5