Oct 13 06:46:16.844 INFO testing moratorium08/moo against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 13 06:46:16.844 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:17.680 INFO blam! 31868d878a93d4b9184fc726a7e1ba65fc0595f6659c3c104a2d7de6ed025fc9 Oct 13 06:46:17.680 INFO running `"docker" "start" "-a" "31868d878a93d4b9184fc726a7e1ba65fc0595f6659c3c104a2d7de6ed025fc9"` Oct 13 06:46:19.591 INFO kablam! usermod: no changes Oct 13 06:46:19.715 INFO kablam! Compiling memchr v2.1.0 Oct 13 06:46:21.963 INFO kablam! Compiling nom v4.0.0 Oct 13 06:46:25.532 INFO kablam! Compiling stst v0.1.0 (/source) Oct 13 06:46:25.891 INFO kablam! warning: unused import: `std::cell::RefCell` Oct 13 06:46:25.891 INFO kablam! --> src/main.rs:7:5 Oct 13 06:46:25.892 INFO kablam! | Oct 13 06:46:25.892 INFO kablam! 7 | use std::cell::RefCell; Oct 13 06:46:25.893 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 06:46:25.893 INFO kablam! | Oct 13 06:46:25.893 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 06:46:25.893 INFO kablam! Oct 13 06:46:25.894 INFO kablam! warning: unused import: `std::str::Chars` Oct 13 06:46:25.894 INFO kablam! --> src/main.rs:8:5 Oct 13 06:46:25.894 INFO kablam! | Oct 13 06:46:25.895 INFO kablam! 8 | use std::str::Chars; Oct 13 06:46:25.895 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 06:46:25.895 INFO kablam! Oct 13 06:46:25.895 INFO kablam! warning: unused import: `libc::getchar` Oct 13 06:46:25.895 INFO kablam! --> src/main.rs:9:5 Oct 13 06:46:25.895 INFO kablam! | Oct 13 06:46:25.895 INFO kablam! 9 | use libc::getchar; Oct 13 06:46:25.895 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 06:46:25.895 INFO kablam! Oct 13 06:46:26.096 INFO kablam! warning: unused variable: `frame` Oct 13 06:46:26.096 INFO kablam! --> src/main.rs:164:21 Oct 13 06:46:26.096 INFO kablam! | Oct 13 06:46:26.096 INFO kablam! 164 | let frame: &mut Frame = &mut env[n - 1]; Oct 13 06:46:26.096 INFO kablam! | ^^^^^ help: consider using `_frame` instead Oct 13 06:46:26.097 INFO kablam! | Oct 13 06:46:26.097 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 06:46:26.097 INFO kablam! Oct 13 06:46:26.097 INFO kablam! warning: unused variable: `v` Oct 13 06:46:26.097 INFO kablam! --> src/main.rs:354:41 Oct 13 06:46:26.097 INFO kablam! | Oct 13 06:46:26.097 INFO kablam! 354 | let mut v: Vec<(ID, ID)> = Vec::new(); Oct 13 06:46:26.097 INFO kablam! | ^ help: consider using `_v` instead Oct 13 06:46:26.097 INFO kablam! Oct 13 06:46:26.097 INFO kablam! warning: unused variable: `c` Oct 13 06:46:26.097 INFO kablam! --> src/main.rs:366:38 Oct 13 06:46:26.097 INFO kablam! | Oct 13 06:46:26.097 INFO kablam! 366 | Some(Value::List(c)) => { Oct 13 06:46:26.097 INFO kablam! | ^ help: consider using `_c` instead Oct 13 06:46:26.097 INFO kablam! Oct 13 06:46:26.097 INFO kablam! warning: variable `nest` is assigned to, but never used Oct 13 06:46:26.097 INFO kablam! --> src/main.rs:512:13 Oct 13 06:46:26.097 INFO kablam! | Oct 13 06:46:26.097 INFO kablam! 512 | let mut nest = 0; Oct 13 06:46:26.097 INFO kablam! | ^^^^ Oct 13 06:46:26.098 INFO kablam! | Oct 13 06:46:26.098 INFO kablam! = note: consider using `_nest` instead Oct 13 06:46:26.098 INFO kablam! Oct 13 06:46:26.163 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 06:46:26.164 INFO kablam! --> src/main.rs:623:5 Oct 13 06:46:26.164 INFO kablam! | Oct 13 06:46:26.164 INFO kablam! 623 | f.read_to_string(&mut code); Oct 13 06:46:26.165 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:46:26.165 INFO kablam! | Oct 13 06:46:26.166 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 06:46:26.166 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 06:46:26.166 INFO kablam! Oct 13 06:46:27.743 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.12s Oct 13 06:46:27.743 INFO kablam! su: No module specific data is present Oct 13 06:46:29.039 INFO running `"docker" "rm" "-f" "31868d878a93d4b9184fc726a7e1ba65fc0595f6659c3c104a2d7de6ed025fc9"` Oct 13 06:46:29.347 INFO blam! 31868d878a93d4b9184fc726a7e1ba65fc0595f6659c3c104a2d7de6ed025fc9 Oct 13 06:46:29.351 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:29.876 INFO blam! 49be97f67499d0a1f531a7f3a8986ba1345721e929a40d363f312ba6b73cacdf Oct 13 06:46:29.887 INFO running `"docker" "start" "-a" "49be97f67499d0a1f531a7f3a8986ba1345721e929a40d363f312ba6b73cacdf"` Oct 13 06:46:31.243 INFO kablam! usermod: no changes Oct 13 06:46:31.299 INFO kablam! Compiling stst v0.1.0 (/source) Oct 13 06:46:31.687 INFO kablam! warning: unused import: `std::cell::RefCell` Oct 13 06:46:31.687 INFO kablam! --> src/main.rs:7:5 Oct 13 06:46:31.687 INFO kablam! | Oct 13 06:46:31.687 INFO kablam! 7 | use std::cell::RefCell; Oct 13 06:46:31.687 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 06:46:31.687 INFO kablam! | Oct 13 06:46:31.687 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 06:46:31.687 INFO kablam! Oct 13 06:46:31.687 INFO kablam! warning: unused import: `std::str::Chars` Oct 13 06:46:31.687 INFO kablam! --> src/main.rs:8:5 Oct 13 06:46:31.687 INFO kablam! | Oct 13 06:46:31.687 INFO kablam! 8 | use std::str::Chars; Oct 13 06:46:31.687 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 06:46:31.687 INFO kablam! Oct 13 06:46:31.687 INFO kablam! warning: unused import: `libc::getchar` Oct 13 06:46:31.687 INFO kablam! --> src/main.rs:9:5 Oct 13 06:46:31.687 INFO kablam! | Oct 13 06:46:31.687 INFO kablam! 9 | use libc::getchar; Oct 13 06:46:31.687 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 06:46:31.687 INFO kablam! Oct 13 06:46:31.915 INFO kablam! warning: unused variable: `frame` Oct 13 06:46:31.915 INFO kablam! --> src/main.rs:164:21 Oct 13 06:46:31.915 INFO kablam! | Oct 13 06:46:31.915 INFO kablam! 164 | let frame: &mut Frame = &mut env[n - 1]; Oct 13 06:46:31.915 INFO kablam! | ^^^^^ help: consider using `_frame` instead Oct 13 06:46:31.915 INFO kablam! | Oct 13 06:46:31.915 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 06:46:31.915 INFO kablam! Oct 13 06:46:31.915 INFO kablam! warning: unused variable: `v` Oct 13 06:46:31.915 INFO kablam! --> src/main.rs:354:41 Oct 13 06:46:31.915 INFO kablam! | Oct 13 06:46:31.915 INFO kablam! 354 | let mut v: Vec<(ID, ID)> = Vec::new(); Oct 13 06:46:31.915 INFO kablam! | ^ help: consider using `_v` instead Oct 13 06:46:31.915 INFO kablam! Oct 13 06:46:31.915 INFO kablam! warning: unused variable: `c` Oct 13 06:46:31.915 INFO kablam! --> src/main.rs:366:38 Oct 13 06:46:31.915 INFO kablam! | Oct 13 06:46:31.916 INFO kablam! 366 | Some(Value::List(c)) => { Oct 13 06:46:31.916 INFO kablam! | ^ help: consider using `_c` instead Oct 13 06:46:31.916 INFO kablam! Oct 13 06:46:31.916 INFO kablam! warning: variable `nest` is assigned to, but never used Oct 13 06:46:31.916 INFO kablam! --> src/main.rs:512:13 Oct 13 06:46:31.916 INFO kablam! | Oct 13 06:46:31.916 INFO kablam! 512 | let mut nest = 0; Oct 13 06:46:31.916 INFO kablam! | ^^^^ Oct 13 06:46:31.916 INFO kablam! | Oct 13 06:46:31.916 INFO kablam! = note: consider using `_nest` instead Oct 13 06:46:31.916 INFO kablam! Oct 13 06:46:31.975 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 06:46:31.975 INFO kablam! --> src/main.rs:623:5 Oct 13 06:46:31.975 INFO kablam! | Oct 13 06:46:31.975 INFO kablam! 623 | f.read_to_string(&mut code); Oct 13 06:46:31.975 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:46:31.975 INFO kablam! | Oct 13 06:46:31.975 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 06:46:31.975 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 06:46:31.975 INFO kablam! Oct 13 06:46:32.423 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.16s Oct 13 06:46:32.431 INFO kablam! su: No module specific data is present Oct 13 06:46:33.331 INFO running `"docker" "rm" "-f" "49be97f67499d0a1f531a7f3a8986ba1345721e929a40d363f312ba6b73cacdf"` Oct 13 06:46:33.779 INFO blam! 49be97f67499d0a1f531a7f3a8986ba1345721e929a40d363f312ba6b73cacdf Oct 13 06:46:33.779 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:34.277 INFO blam! 2c5a1b20527d2ce9d81aa21b463b6f17eeee3ea51579e8521b9d98587398fe5d Oct 13 06:46:34.279 INFO running `"docker" "start" "-a" "2c5a1b20527d2ce9d81aa21b463b6f17eeee3ea51579e8521b9d98587398fe5d"` Oct 13 06:46:36.170 INFO kablam! usermod: no changes Oct 13 06:46:36.255 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 13 06:46:36.255 INFO kablam! Running /target/debug/deps/stst-aded99d0a9c01ffe Oct 13 06:46:36.263 INFO kablam! su: No module specific data is present Oct 13 06:46:36.263 INFO blam! Oct 13 06:46:36.263 INFO blam! running 0 tests Oct 13 06:46:36.263 INFO blam! Oct 13 06:46:36.263 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 06:46:36.263 INFO blam! Oct 13 06:46:36.907 INFO running `"docker" "rm" "-f" "2c5a1b20527d2ce9d81aa21b463b6f17eeee3ea51579e8521b9d98587398fe5d"` Oct 13 06:46:37.275 INFO blam! 2c5a1b20527d2ce9d81aa21b463b6f17eeee3ea51579e8521b9d98587398fe5d