Oct 10 15:28:57.056 INFO testing sampullman/rust-scheme against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 15:28:57.059 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 15:28:57.060 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 15:28:57.455 INFO blam! b74bde6a8937cf50693f44978d647f4482906f61e1e1a648eb62e747605dbce5 Oct 10 15:28:57.458 INFO running `"docker" "start" "-a" "b74bde6a8937cf50693f44978d647f4482906f61e1e1a648eb62e747605dbce5"` Oct 10 15:28:58.500 INFO kablam! usermod: no changes Oct 10 15:28:58.555 INFO kablam! Compiling rust-scheme v0.1.0 (/source) Oct 10 15:28:59.231 INFO kablam! warning: variable does not need to be mutable Oct 10 15:28:59.231 INFO kablam! --> src/parse.rs:29:14 Oct 10 15:28:59.231 INFO kablam! | Oct 10 15:28:59.231 INFO kablam! 29 | fn read_list(mut tokens: &mut Vec) -> Result, String> { Oct 10 15:28:59.231 INFO kablam! | ----^^^^^^ Oct 10 15:28:59.231 INFO kablam! | | Oct 10 15:28:59.231 INFO kablam! | help: remove this `mut` Oct 10 15:28:59.231 INFO kablam! | Oct 10 15:28:59.231 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 15:28:59.231 INFO kablam! Oct 10 15:28:59.231 INFO kablam! warning: variable does not need to be mutable Oct 10 15:28:59.231 INFO kablam! --> src/parse.rs:43:25 Oct 10 15:28:59.231 INFO kablam! | Oct 10 15:28:59.231 INFO kablam! 43 | pub fn read_from_tokens(mut tokens: &mut Vec) -> Result { Oct 10 15:28:59.231 INFO kablam! | ----^^^^^^ Oct 10 15:28:59.231 INFO kablam! | | Oct 10 15:28:59.231 INFO kablam! | help: remove this `mut` Oct 10 15:28:59.231 INFO kablam! Oct 10 15:29:01.259 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.73s Oct 10 15:29:01.262 INFO kablam! su: No module specific data is present Oct 10 15:29:01.908 INFO running `"docker" "rm" "-f" "b74bde6a8937cf50693f44978d647f4482906f61e1e1a648eb62e747605dbce5"` Oct 10 15:29:02.140 INFO blam! b74bde6a8937cf50693f44978d647f4482906f61e1e1a648eb62e747605dbce5 Oct 10 15:29:02.140 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 15:29:02.142 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 15:29:02.509 INFO blam! cfac473e53e8c527e6c4b9e090b486cf9a8033c2c5364bc6aba72351ce91833e Oct 10 15:29:02.513 INFO running `"docker" "start" "-a" "cfac473e53e8c527e6c4b9e090b486cf9a8033c2c5364bc6aba72351ce91833e"` Oct 10 15:29:03.459 INFO kablam! usermod: no changes Oct 10 15:29:03.543 INFO kablam! Compiling rust-scheme v0.1.0 (/source) Oct 10 15:29:04.740 INFO kablam! warning: variable does not need to be mutable Oct 10 15:29:04.740 INFO kablam! --> src/parse.rs:29:14 Oct 10 15:29:04.740 INFO kablam! | Oct 10 15:29:04.740 INFO kablam! 29 | fn read_list(mut tokens: &mut Vec) -> Result, String> { Oct 10 15:29:04.740 INFO kablam! | ----^^^^^^ Oct 10 15:29:04.740 INFO kablam! | | Oct 10 15:29:04.740 INFO kablam! | help: remove this `mut` Oct 10 15:29:04.740 INFO kablam! | Oct 10 15:29:04.740 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 15:29:04.740 INFO kablam! Oct 10 15:29:04.740 INFO kablam! warning: variable does not need to be mutable Oct 10 15:29:04.740 INFO kablam! --> src/parse.rs:43:25 Oct 10 15:29:04.740 INFO kablam! | Oct 10 15:29:04.740 INFO kablam! 43 | pub fn read_from_tokens(mut tokens: &mut Vec) -> Result { Oct 10 15:29:04.740 INFO kablam! | ----^^^^^^ Oct 10 15:29:04.740 INFO kablam! | | Oct 10 15:29:04.740 INFO kablam! | help: remove this `mut` Oct 10 15:29:04.740 INFO kablam! Oct 10 15:29:05.647 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.15s Oct 10 15:29:05.647 INFO kablam! su: No module specific data is present Oct 10 15:29:06.198 INFO running `"docker" "rm" "-f" "cfac473e53e8c527e6c4b9e090b486cf9a8033c2c5364bc6aba72351ce91833e"` Oct 10 15:29:06.495 INFO blam! cfac473e53e8c527e6c4b9e090b486cf9a8033c2c5364bc6aba72351ce91833e Oct 10 15:29:06.508 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 15:29:06.508 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 15:29:07.038 INFO blam! bdf6a75e4a0b05fd37220a063c2ea141cc41541e068ac30846a7763161ad1ce1 Oct 10 15:29:07.052 INFO running `"docker" "start" "-a" "bdf6a75e4a0b05fd37220a063c2ea141cc41541e068ac30846a7763161ad1ce1"` Oct 10 15:29:08.082 INFO kablam! usermod: no changes Oct 10 15:29:08.152 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 10 15:29:08.163 INFO kablam! Running /target/debug/deps/rust_scheme-bad72e7e90bd7042 Oct 10 15:29:08.163 INFO blam! Oct 10 15:29:08.163 INFO kablam! Running /target/debug/deps/main-eb747bd674b84345 Oct 10 15:29:08.163 INFO blam! running 0 tests Oct 10 15:29:08.163 INFO blam! Oct 10 15:29:08.163 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 15:29:08.163 INFO blam! Oct 10 15:29:08.168 INFO blam! Oct 10 15:29:08.168 INFO kablam! Running /target/debug/deps/lib-b67e76ba75e997ca Oct 10 15:29:08.168 INFO blam! running 0 tests Oct 10 15:29:08.168 INFO blam! Oct 10 15:29:08.168 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 15:29:08.168 INFO blam! Oct 10 15:29:08.176 INFO blam! Oct 10 15:29:08.176 INFO blam! running 23 tests Oct 10 15:29:08.180 INFO blam! test test_begin ... ok Oct 10 15:29:08.180 INFO blam! test test_apply ... ok Oct 10 15:29:08.180 INFO blam! test test_cdr ... ok Oct 10 15:29:08.180 INFO blam! test test_car ... ok Oct 10 15:29:08.180 INFO blam! test test_define ... ok Oct 10 15:29:08.180 INFO blam! test test_divide ... ok Oct 10 15:29:08.180 INFO blam! test test_abs ... ok Oct 10 15:29:08.180 INFO blam! test test_eq ... ok Oct 10 15:29:08.180 INFO blam! test test_add ... ok Oct 10 15:29:08.180 INFO blam! test test_le ... ok Oct 10 15:29:08.188 INFO blam! test test_is_eq ... ok Oct 10 15:29:08.188 INFO blam! test test_gt ... ok Oct 10 15:29:08.188 INFO blam! test test_lt ... ok Oct 10 15:29:08.188 INFO blam! test test_list_and_append ... ok Oct 10 15:29:08.188 INFO blam! test test_is_list ... ok Oct 10 15:29:08.188 INFO blam! test test_subtract ... ok Oct 10 15:29:08.188 INFO blam! test test_ge ... ok Oct 10 15:29:08.188 INFO blam! test test_is_equal ... ok Oct 10 15:29:08.188 INFO blam! test test_quote ... ok Oct 10 15:29:08.188 INFO blam! test test_multiply ... ok Oct 10 15:29:08.188 INFO blam! test test_misc ... ok Oct 10 15:29:08.196 INFO blam! test test_recursion_simple ... ok Oct 10 15:29:08.196 INFO blam! test test_mismatch_paren ... ok Oct 10 15:29:08.196 INFO blam! Oct 10 15:29:08.196 INFO blam! test result: ok. 23 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 15:29:08.196 INFO blam! Oct 10 15:29:08.197 INFO kablam! Doc-tests rust-scheme Oct 10 15:29:09.033 INFO blam! Oct 10 15:29:09.033 INFO blam! running 0 tests Oct 10 15:29:09.033 INFO blam! Oct 10 15:29:09.034 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 15:29:09.034 INFO blam! Oct 10 15:29:09.040 INFO kablam! su: No module specific data is present Oct 10 15:29:09.720 INFO running `"docker" "rm" "-f" "bdf6a75e4a0b05fd37220a063c2ea141cc41541e068ac30846a7763161ad1ce1"` Oct 10 15:29:09.964 INFO blam! bdf6a75e4a0b05fd37220a063c2ea141cc41541e068ac30846a7763161ad1ce1