Oct 11 05:57:49.991 INFO testing Knium/monkey-rs against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 05:57:49.991 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 05:57:49.992 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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 05:57:50.468 INFO blam! 0e385cf453f3d74770a45e8cfe70bc11f607c304f484191607bb3413d4ccbac8 Oct 11 05:57:50.471 INFO running `"docker" "start" "-a" "0e385cf453f3d74770a45e8cfe70bc11f607c304f484191607bb3413d4ccbac8"` Oct 11 05:57:51.996 INFO kablam! usermod: no changes Oct 11 05:57:52.032 INFO kablam! Compiling monkey_rs v0.1.0 (/source) Oct 11 05:57:52.804 INFO kablam! warning: unused import: `Read` Oct 11 05:57:52.804 INFO kablam! --> src/repl.rs:4:28 Oct 11 05:57:52.804 INFO kablam! | Oct 11 05:57:52.804 INFO kablam! 4 | use std::io::{self, stdin, Read, Write}; Oct 11 05:57:52.804 INFO kablam! | ^^^^ Oct 11 05:57:52.804 INFO kablam! | Oct 11 05:57:52.804 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 05:57:52.804 INFO kablam! Oct 11 05:57:54.481 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.47s Oct 11 05:57:54.482 INFO kablam! su: No module specific data is present Oct 11 05:57:55.061 INFO running `"docker" "rm" "-f" "0e385cf453f3d74770a45e8cfe70bc11f607c304f484191607bb3413d4ccbac8"` Oct 11 05:57:55.333 INFO blam! 0e385cf453f3d74770a45e8cfe70bc11f607c304f484191607bb3413d4ccbac8 Oct 11 05:57:55.336 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 05:57:55.338 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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 05:57:55.689 INFO blam! ebaa7f9514ee9c5b282f5ebcf2f5d472f2b093124807f0e9ba7368058c482828 Oct 11 05:57:55.692 INFO running `"docker" "start" "-a" "ebaa7f9514ee9c5b282f5ebcf2f5d472f2b093124807f0e9ba7368058c482828"` Oct 11 05:57:56.683 INFO kablam! usermod: no changes Oct 11 05:57:56.778 INFO kablam! Compiling monkey_rs v0.1.0 (/source) Oct 11 05:57:57.908 INFO kablam! warning: unused import: `lexer::*` Oct 11 05:57:57.908 INFO kablam! --> src/lexer.rs:103:9 Oct 11 05:57:57.908 INFO kablam! | Oct 11 05:57:57.908 INFO kablam! 103 | use lexer::*; Oct 11 05:57:57.908 INFO kablam! | ^^^^^^^^ Oct 11 05:57:57.908 INFO kablam! | Oct 11 05:57:57.908 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 05:57:57.908 INFO kablam! Oct 11 05:57:57.908 INFO kablam! warning: unused import: `token::*` Oct 11 05:57:57.908 INFO kablam! --> src/lexer.rs:104:9 Oct 11 05:57:57.908 INFO kablam! | Oct 11 05:57:57.908 INFO kablam! 104 | use token::*; Oct 11 05:57:57.908 INFO kablam! | ^^^^^^^^ Oct 11 05:57:57.908 INFO kablam! Oct 11 05:57:57.908 INFO kablam! warning: unused import: `Read` Oct 11 05:57:57.908 INFO kablam! --> src/repl.rs:4:28 Oct 11 05:57:57.908 INFO kablam! | Oct 11 05:57:57.908 INFO kablam! 4 | use std::io::{self, stdin, Read, Write}; Oct 11 05:57:57.908 INFO kablam! | ^^^^ Oct 11 05:57:57.908 INFO kablam! Oct 11 05:57:58.720 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.98s Oct 11 05:57:58.722 INFO kablam! su: No module specific data is present Oct 11 05:57:59.129 INFO running `"docker" "rm" "-f" "ebaa7f9514ee9c5b282f5ebcf2f5d472f2b093124807f0e9ba7368058c482828"` Oct 11 05:57:59.240 INFO blam! ebaa7f9514ee9c5b282f5ebcf2f5d472f2b093124807f0e9ba7368058c482828 Oct 11 05:57:59.240 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 05:57:59.240 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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 05:57:59.508 INFO blam! 7d1486b46c8422efd9e23f2b0a958990f25487c83145b5b3aa7dc6de58a7a44a Oct 11 05:57:59.509 INFO running `"docker" "start" "-a" "7d1486b46c8422efd9e23f2b0a958990f25487c83145b5b3aa7dc6de58a7a44a"` Oct 11 05:58:00.035 INFO kablam! usermod: no changes Oct 11 05:58:00.070 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 11 05:58:00.070 INFO kablam! Running /target/debug/deps/monkey_rs-aa5fc381f6712b09 Oct 11 05:58:00.073 INFO blam! Oct 11 05:58:00.073 INFO blam! running 4 tests Oct 11 05:58:00.077 INFO blam! test lexer::tests::some_operand ... ok Oct 11 05:58:00.078 INFO blam! test lexer::tests::add_some_keywords ... ok Oct 11 05:58:00.078 INFO blam! test lexer::tests::add_eq_not_eq ... ok Oct 11 05:58:00.079 INFO blam! test lexer::tests::let_ident ... ok Oct 11 05:58:00.080 INFO blam! Oct 11 05:58:00.080 INFO kablam! Running /target/debug/deps/run_repl-c83bcd987a1c00e4 Oct 11 05:58:00.080 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 05:58:00.080 INFO blam! Oct 11 05:58:00.086 INFO blam! Oct 11 05:58:00.086 INFO blam! running 0 tests Oct 11 05:58:00.086 INFO blam! Oct 11 05:58:00.086 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 05:58:00.086 INFO blam! Oct 11 05:58:00.095 INFO kablam! Doc-tests monkey_rs Oct 11 05:58:01.352 INFO blam! Oct 11 05:58:01.352 INFO blam! running 0 tests Oct 11 05:58:01.352 INFO blam! Oct 11 05:58:01.352 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 05:58:01.352 INFO blam! Oct 11 05:58:01.359 INFO kablam! su: No module specific data is present Oct 11 05:58:01.885 INFO running `"docker" "rm" "-f" "7d1486b46c8422efd9e23f2b0a958990f25487c83145b5b3aa7dc6de58a7a44a"` Oct 11 05:58:02.080 INFO blam! 7d1486b46c8422efd9e23f2b0a958990f25487c83145b5b3aa7dc6de58a7a44a