Oct 13 06:46:19.664 INFO testing moratorium08/moo against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 06:46:19.664 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 13 06:46:20.189 INFO blam! 8711c1d93565305911bffbeae939c9a58dc726efd2008a738c172ee2d78ef6e8 Oct 13 06:46:20.190 INFO running `"docker" "start" "-a" "8711c1d93565305911bffbeae939c9a58dc726efd2008a738c172ee2d78ef6e8"` Oct 13 06:46:21.915 INFO kablam! usermod: no changes Oct 13 06:46:22.035 INFO kablam! Compiling memchr v2.1.0 Oct 13 06:46:24.460 INFO kablam! Compiling nom v4.0.0 Oct 13 06:46:27.856 INFO kablam! Compiling stst v0.1.0 (/source) Oct 13 06:46:28.163 INFO kablam! warning: unused import: `std::cell::RefCell` Oct 13 06:46:28.163 INFO kablam! --> src/main.rs:7:5 Oct 13 06:46:28.163 INFO kablam! | Oct 13 06:46:28.163 INFO kablam! 7 | use std::cell::RefCell; Oct 13 06:46:28.163 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 06:46:28.163 INFO kablam! | Oct 13 06:46:28.163 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 06:46:28.163 INFO kablam! Oct 13 06:46:28.163 INFO kablam! warning: unused import: `std::str::Chars` Oct 13 06:46:28.163 INFO kablam! --> src/main.rs:8:5 Oct 13 06:46:28.163 INFO kablam! | Oct 13 06:46:28.163 INFO kablam! 8 | use std::str::Chars; Oct 13 06:46:28.163 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 06:46:28.163 INFO kablam! Oct 13 06:46:28.163 INFO kablam! warning: unused import: `libc::getchar` Oct 13 06:46:28.163 INFO kablam! --> src/main.rs:9:5 Oct 13 06:46:28.164 INFO kablam! | Oct 13 06:46:28.164 INFO kablam! 9 | use libc::getchar; Oct 13 06:46:28.164 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 06:46:28.164 INFO kablam! Oct 13 06:46:28.362 INFO kablam! warning: unused variable: `frame` Oct 13 06:46:28.362 INFO kablam! --> src/main.rs:164:21 Oct 13 06:46:28.362 INFO kablam! | Oct 13 06:46:28.362 INFO kablam! 164 | let frame: &mut Frame = &mut env[n - 1]; Oct 13 06:46:28.362 INFO kablam! | ^^^^^ help: consider using `_frame` instead Oct 13 06:46:28.362 INFO kablam! | Oct 13 06:46:28.362 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 06:46:28.362 INFO kablam! Oct 13 06:46:28.362 INFO kablam! warning: unused variable: `v` Oct 13 06:46:28.362 INFO kablam! --> src/main.rs:354:41 Oct 13 06:46:28.362 INFO kablam! | Oct 13 06:46:28.362 INFO kablam! 354 | let mut v: Vec<(ID, ID)> = Vec::new(); Oct 13 06:46:28.362 INFO kablam! | ^ help: consider using `_v` instead Oct 13 06:46:28.362 INFO kablam! Oct 13 06:46:28.362 INFO kablam! warning: unused variable: `c` Oct 13 06:46:28.362 INFO kablam! --> src/main.rs:366:38 Oct 13 06:46:28.362 INFO kablam! | Oct 13 06:46:28.362 INFO kablam! 366 | Some(Value::List(c)) => { Oct 13 06:46:28.362 INFO kablam! | ^ help: consider using `_c` instead Oct 13 06:46:28.362 INFO kablam! Oct 13 06:46:28.362 INFO kablam! warning: variable `nest` is assigned to, but never used Oct 13 06:46:28.362 INFO kablam! --> src/main.rs:512:13 Oct 13 06:46:28.362 INFO kablam! | Oct 13 06:46:28.362 INFO kablam! 512 | let mut nest = 0; Oct 13 06:46:28.362 INFO kablam! | ^^^^ Oct 13 06:46:28.362 INFO kablam! | Oct 13 06:46:28.362 INFO kablam! = note: consider using `_nest` instead Oct 13 06:46:28.362 INFO kablam! Oct 13 06:46:28.420 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 06:46:28.420 INFO kablam! --> src/main.rs:623:5 Oct 13 06:46:28.420 INFO kablam! | Oct 13 06:46:28.420 INFO kablam! 623 | f.read_to_string(&mut code); Oct 13 06:46:28.420 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:46:28.420 INFO kablam! | Oct 13 06:46:28.420 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 06:46:28.420 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 06:46:28.420 INFO kablam! Oct 13 06:46:30.087 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.14s Oct 13 06:46:30.087 INFO kablam! su: No module specific data is present Oct 13 06:46:30.877 INFO running `"docker" "rm" "-f" "8711c1d93565305911bffbeae939c9a58dc726efd2008a738c172ee2d78ef6e8"` Oct 13 06:46:31.199 INFO blam! 8711c1d93565305911bffbeae939c9a58dc726efd2008a738c172ee2d78ef6e8 Oct 13 06:46:31.207 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 13 06:46:31.752 INFO blam! 4fc5cffe84227f078e7bd603a38bf9a9cf5cdfb73bb7936155703bf456aaf56b Oct 13 06:46:31.754 INFO running `"docker" "start" "-a" "4fc5cffe84227f078e7bd603a38bf9a9cf5cdfb73bb7936155703bf456aaf56b"` Oct 13 06:46:33.983 INFO kablam! usermod: no changes Oct 13 06:46:34.087 INFO kablam! Compiling stst v0.1.0 (/source) Oct 13 06:46:34.519 INFO kablam! warning: unused import: `std::cell::RefCell` Oct 13 06:46:34.519 INFO kablam! --> src/main.rs:7:5 Oct 13 06:46:34.519 INFO kablam! | Oct 13 06:46:34.519 INFO kablam! 7 | use std::cell::RefCell; Oct 13 06:46:34.519 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 06:46:34.519 INFO kablam! | Oct 13 06:46:34.519 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 06:46:34.519 INFO kablam! Oct 13 06:46:34.519 INFO kablam! warning: unused import: `std::str::Chars` Oct 13 06:46:34.519 INFO kablam! --> src/main.rs:8:5 Oct 13 06:46:34.519 INFO kablam! | Oct 13 06:46:34.519 INFO kablam! 8 | use std::str::Chars; Oct 13 06:46:34.519 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 06:46:34.519 INFO kablam! Oct 13 06:46:34.519 INFO kablam! warning: unused import: `libc::getchar` Oct 13 06:46:34.519 INFO kablam! --> src/main.rs:9:5 Oct 13 06:46:34.519 INFO kablam! | Oct 13 06:46:34.519 INFO kablam! 9 | use libc::getchar; Oct 13 06:46:34.519 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 06:46:34.519 INFO kablam! Oct 13 06:46:34.739 INFO kablam! warning: unused variable: `frame` Oct 13 06:46:34.739 INFO kablam! --> src/main.rs:164:21 Oct 13 06:46:34.739 INFO kablam! | Oct 13 06:46:34.739 INFO kablam! 164 | let frame: &mut Frame = &mut env[n - 1]; Oct 13 06:46:34.739 INFO kablam! | ^^^^^ help: consider using `_frame` instead Oct 13 06:46:34.739 INFO kablam! | Oct 13 06:46:34.739 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 06:46:34.739 INFO kablam! Oct 13 06:46:34.739 INFO kablam! warning: unused variable: `v` Oct 13 06:46:34.739 INFO kablam! --> src/main.rs:354:41 Oct 13 06:46:34.739 INFO kablam! | Oct 13 06:46:34.739 INFO kablam! 354 | let mut v: Vec<(ID, ID)> = Vec::new(); Oct 13 06:46:34.739 INFO kablam! | ^ help: consider using `_v` instead Oct 13 06:46:34.739 INFO kablam! Oct 13 06:46:34.739 INFO kablam! warning: unused variable: `c` Oct 13 06:46:34.739 INFO kablam! --> src/main.rs:366:38 Oct 13 06:46:34.739 INFO kablam! | Oct 13 06:46:34.739 INFO kablam! 366 | Some(Value::List(c)) => { Oct 13 06:46:34.739 INFO kablam! | ^ help: consider using `_c` instead Oct 13 06:46:34.739 INFO kablam! Oct 13 06:46:34.739 INFO kablam! warning: variable `nest` is assigned to, but never used Oct 13 06:46:34.739 INFO kablam! --> src/main.rs:512:13 Oct 13 06:46:34.739 INFO kablam! | Oct 13 06:46:34.739 INFO kablam! 512 | let mut nest = 0; Oct 13 06:46:34.739 INFO kablam! | ^^^^ Oct 13 06:46:34.739 INFO kablam! | Oct 13 06:46:34.739 INFO kablam! = note: consider using `_nest` instead Oct 13 06:46:34.739 INFO kablam! Oct 13 06:46:34.835 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 06:46:34.835 INFO kablam! --> src/main.rs:623:5 Oct 13 06:46:34.835 INFO kablam! | Oct 13 06:46:34.835 INFO kablam! 623 | f.read_to_string(&mut code); Oct 13 06:46:34.835 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:46:34.835 INFO kablam! | Oct 13 06:46:34.835 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 06:46:34.835 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 06:46:34.835 INFO kablam! Oct 13 06:46:35.358 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.35s Oct 13 06:46:35.360 INFO kablam! su: No module specific data is present Oct 13 06:46:36.654 INFO running `"docker" "rm" "-f" "4fc5cffe84227f078e7bd603a38bf9a9cf5cdfb73bb7936155703bf456aaf56b"` Oct 13 06:46:36.931 INFO blam! 4fc5cffe84227f078e7bd603a38bf9a9cf5cdfb73bb7936155703bf456aaf56b Oct 13 06:46:36.939 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 13 06:46:37.277 INFO blam! 6cf10d88e7b170307048318df2bfcc58b39c080e1234959dfe37a346ef5f5757 Oct 13 06:46:37.278 INFO running `"docker" "start" "-a" "6cf10d88e7b170307048318df2bfcc58b39c080e1234959dfe37a346ef5f5757"` Oct 13 06:46:38.787 INFO kablam! usermod: no changes Oct 13 06:46:38.867 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 13 06:46:38.891 INFO kablam! Running /target/debug/deps/stst-93007f5432336e56 Oct 13 06:46:38.899 INFO kablam! su: No module specific data is present Oct 13 06:46:38.899 INFO blam! Oct 13 06:46:38.899 INFO blam! running 0 tests Oct 13 06:46:38.899 INFO blam! Oct 13 06:46:38.899 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 06:46:38.899 INFO blam! Oct 13 06:46:39.629 INFO running `"docker" "rm" "-f" "6cf10d88e7b170307048318df2bfcc58b39c080e1234959dfe37a346ef5f5757"` Oct 13 06:46:39.975 INFO blam! 6cf10d88e7b170307048318df2bfcc58b39c080e1234959dfe37a346ef5f5757