Oct 10 18:12:56.678 INFO testing moratorium08/moo against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 18:12:56.678 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 18:12:56.678 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 10 18:12:57.094 INFO blam! 32006c44a0931bfd6be10940a3b643c3d656112d4bd4bcda5dae3d8b810d8eff Oct 10 18:12:57.096 INFO running `"docker" "start" "-a" "32006c44a0931bfd6be10940a3b643c3d656112d4bd4bcda5dae3d8b810d8eff"` Oct 10 18:12:58.456 INFO kablam! usermod: no changes Oct 10 18:12:58.556 INFO kablam! Compiling memchr v2.1.0 Oct 10 18:13:01.363 INFO kablam! Compiling nom v4.0.0 Oct 10 18:13:04.989 INFO kablam! Compiling stst v0.1.0 (/source) Oct 10 18:13:05.549 INFO kablam! warning: unused import: `std::cell::RefCell` Oct 10 18:13:05.550 INFO kablam! --> src/main.rs:7:5 Oct 10 18:13:05.550 INFO kablam! | Oct 10 18:13:05.550 INFO kablam! 7 | use std::cell::RefCell; Oct 10 18:13:05.550 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 18:13:05.551 INFO kablam! | Oct 10 18:13:05.551 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 18:13:05.551 INFO kablam! Oct 10 18:13:05.552 INFO kablam! warning: unused import: `std::str::Chars` Oct 10 18:13:05.552 INFO kablam! --> src/main.rs:8:5 Oct 10 18:13:05.552 INFO kablam! | Oct 10 18:13:05.552 INFO kablam! 8 | use std::str::Chars; Oct 10 18:13:05.553 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 18:13:05.553 INFO kablam! Oct 10 18:13:05.553 INFO kablam! warning: unused import: `libc::getchar` Oct 10 18:13:05.553 INFO kablam! --> src/main.rs:9:5 Oct 10 18:13:05.554 INFO kablam! | Oct 10 18:13:05.554 INFO kablam! 9 | use libc::getchar; Oct 10 18:13:05.554 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 18:13:05.554 INFO kablam! Oct 10 18:13:05.791 INFO kablam! warning: unused variable: `frame` Oct 10 18:13:05.791 INFO kablam! --> src/main.rs:164:21 Oct 10 18:13:05.791 INFO kablam! | Oct 10 18:13:05.791 INFO kablam! 164 | let frame: &mut Frame = &mut env[n - 1]; Oct 10 18:13:05.791 INFO kablam! | ^^^^^ help: consider using `_frame` instead Oct 10 18:13:05.791 INFO kablam! | Oct 10 18:13:05.791 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 18:13:05.791 INFO kablam! Oct 10 18:13:05.791 INFO kablam! warning: unused variable: `v` Oct 10 18:13:05.791 INFO kablam! --> src/main.rs:354:41 Oct 10 18:13:05.791 INFO kablam! | Oct 10 18:13:05.791 INFO kablam! 354 | let mut v: Vec<(ID, ID)> = Vec::new(); Oct 10 18:13:05.791 INFO kablam! | ^ help: consider using `_v` instead Oct 10 18:13:05.791 INFO kablam! Oct 10 18:13:05.791 INFO kablam! warning: unused variable: `c` Oct 10 18:13:05.791 INFO kablam! --> src/main.rs:366:38 Oct 10 18:13:05.791 INFO kablam! | Oct 10 18:13:05.791 INFO kablam! 366 | Some(Value::List(c)) => { Oct 10 18:13:05.791 INFO kablam! | ^ help: consider using `_c` instead Oct 10 18:13:05.791 INFO kablam! Oct 10 18:13:05.791 INFO kablam! warning: variable `nest` is assigned to, but never used Oct 10 18:13:05.791 INFO kablam! --> src/main.rs:512:13 Oct 10 18:13:05.791 INFO kablam! | Oct 10 18:13:05.791 INFO kablam! 512 | let mut nest = 0; Oct 10 18:13:05.791 INFO kablam! | ^^^^ Oct 10 18:13:05.791 INFO kablam! | Oct 10 18:13:05.791 INFO kablam! = note: consider using `_nest` instead Oct 10 18:13:05.791 INFO kablam! Oct 10 18:13:05.852 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 18:13:05.852 INFO kablam! --> src/main.rs:623:5 Oct 10 18:13:05.852 INFO kablam! | Oct 10 18:13:05.852 INFO kablam! 623 | f.read_to_string(&mut code); Oct 10 18:13:05.852 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:13:05.852 INFO kablam! | Oct 10 18:13:05.852 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 18:13:05.852 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 18:13:05.852 INFO kablam! Oct 10 18:13:07.164 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.65s Oct 10 18:13:07.164 INFO kablam! su: No module specific data is present Oct 10 18:13:07.854 INFO running `"docker" "rm" "-f" "32006c44a0931bfd6be10940a3b643c3d656112d4bd4bcda5dae3d8b810d8eff"` Oct 10 18:13:08.176 INFO blam! 32006c44a0931bfd6be10940a3b643c3d656112d4bd4bcda5dae3d8b810d8eff Oct 10 18:13:08.182 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 18:13:08.182 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 10 18:13:08.704 INFO blam! ec2c31edd188d89124c8750edcfd08c792114e315dbb4e8ee26a9374e11ca993 Oct 10 18:13:08.716 INFO running `"docker" "start" "-a" "ec2c31edd188d89124c8750edcfd08c792114e315dbb4e8ee26a9374e11ca993"` Oct 10 18:13:10.212 INFO kablam! usermod: no changes Oct 10 18:13:10.288 INFO kablam! Compiling stst v0.1.0 (/source) Oct 10 18:13:10.933 INFO kablam! warning: unused import: `std::cell::RefCell` Oct 10 18:13:10.933 INFO kablam! --> src/main.rs:7:5 Oct 10 18:13:10.934 INFO kablam! | Oct 10 18:13:10.934 INFO kablam! 7 | use std::cell::RefCell; Oct 10 18:13:10.934 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 18:13:10.935 INFO kablam! | Oct 10 18:13:10.935 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 18:13:10.935 INFO kablam! Oct 10 18:13:10.936 INFO kablam! warning: unused import: `std::str::Chars` Oct 10 18:13:10.936 INFO kablam! --> src/main.rs:8:5 Oct 10 18:13:10.936 INFO kablam! | Oct 10 18:13:10.936 INFO kablam! 8 | use std::str::Chars; Oct 10 18:13:10.937 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 18:13:10.937 INFO kablam! Oct 10 18:13:10.937 INFO kablam! warning: unused import: `libc::getchar` Oct 10 18:13:10.937 INFO kablam! --> src/main.rs:9:5 Oct 10 18:13:10.938 INFO kablam! | Oct 10 18:13:10.938 INFO kablam! 9 | use libc::getchar; Oct 10 18:13:10.938 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 18:13:10.938 INFO kablam! Oct 10 18:13:11.144 INFO kablam! warning: unused variable: `frame` Oct 10 18:13:11.144 INFO kablam! --> src/main.rs:164:21 Oct 10 18:13:11.144 INFO kablam! | Oct 10 18:13:11.144 INFO kablam! 164 | let frame: &mut Frame = &mut env[n - 1]; Oct 10 18:13:11.144 INFO kablam! | ^^^^^ help: consider using `_frame` instead Oct 10 18:13:11.144 INFO kablam! | Oct 10 18:13:11.144 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 18:13:11.144 INFO kablam! Oct 10 18:13:11.144 INFO kablam! warning: unused variable: `v` Oct 10 18:13:11.144 INFO kablam! --> src/main.rs:354:41 Oct 10 18:13:11.144 INFO kablam! | Oct 10 18:13:11.144 INFO kablam! 354 | let mut v: Vec<(ID, ID)> = Vec::new(); Oct 10 18:13:11.144 INFO kablam! | ^ help: consider using `_v` instead Oct 10 18:13:11.145 INFO kablam! Oct 10 18:13:11.145 INFO kablam! warning: unused variable: `c` Oct 10 18:13:11.145 INFO kablam! --> src/main.rs:366:38 Oct 10 18:13:11.145 INFO kablam! | Oct 10 18:13:11.145 INFO kablam! 366 | Some(Value::List(c)) => { Oct 10 18:13:11.145 INFO kablam! | ^ help: consider using `_c` instead Oct 10 18:13:11.145 INFO kablam! Oct 10 18:13:11.145 INFO kablam! warning: variable `nest` is assigned to, but never used Oct 10 18:13:11.145 INFO kablam! --> src/main.rs:512:13 Oct 10 18:13:11.145 INFO kablam! | Oct 10 18:13:11.145 INFO kablam! 512 | let mut nest = 0; Oct 10 18:13:11.145 INFO kablam! | ^^^^ Oct 10 18:13:11.145 INFO kablam! | Oct 10 18:13:11.145 INFO kablam! = note: consider using `_nest` instead Oct 10 18:13:11.145 INFO kablam! Oct 10 18:13:11.208 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 18:13:11.208 INFO kablam! --> src/main.rs:623:5 Oct 10 18:13:11.208 INFO kablam! | Oct 10 18:13:11.208 INFO kablam! 623 | f.read_to_string(&mut code); Oct 10 18:13:11.208 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:13:11.208 INFO kablam! | Oct 10 18:13:11.208 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 18:13:11.208 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 18:13:11.208 INFO kablam! Oct 10 18:13:11.661 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.43s Oct 10 18:13:11.672 INFO kablam! su: No module specific data is present Oct 10 18:13:12.608 INFO running `"docker" "rm" "-f" "ec2c31edd188d89124c8750edcfd08c792114e315dbb4e8ee26a9374e11ca993"` Oct 10 18:13:12.935 INFO blam! ec2c31edd188d89124c8750edcfd08c792114e315dbb4e8ee26a9374e11ca993 Oct 10 18:13:12.940 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 18:13:12.940 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 10 18:13:13.336 INFO blam! d2693c95bea1489d67afcf4457b6d18ce80ff6780cdfb661c69f80d8cc2e1faf Oct 10 18:13:13.338 INFO running `"docker" "start" "-a" "d2693c95bea1489d67afcf4457b6d18ce80ff6780cdfb661c69f80d8cc2e1faf"` Oct 10 18:13:14.949 INFO kablam! usermod: no changes Oct 10 18:13:15.000 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 10 18:13:15.025 INFO kablam! Running /target/debug/deps/stst-93007f5432336e56 Oct 10 18:13:15.032 INFO blam! Oct 10 18:13:15.032 INFO blam! running 0 tests Oct 10 18:13:15.032 INFO blam! Oct 10 18:13:15.032 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 18:13:15.032 INFO blam! Oct 10 18:13:15.034 INFO kablam! su: No module specific data is present Oct 10 18:13:16.061 INFO running `"docker" "rm" "-f" "d2693c95bea1489d67afcf4457b6d18ce80ff6780cdfb661c69f80d8cc2e1faf"` Oct 10 18:13:16.440 INFO blam! d2693c95bea1489d67afcf4457b6d18ce80ff6780cdfb661c69f80d8cc2e1faf