Oct 13 05:13:05.752 INFO testing nrc/s against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 05:13:05.752 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 05:13:06.263 INFO blam! 12e0372f3546c966321ef89b5c394224dc2905925de56a76467a7391d8771212 Oct 13 05:13:06.264 INFO running `"docker" "start" "-a" "12e0372f3546c966321ef89b5c394224dc2905925de56a76467a7391d8771212"` Oct 13 05:13:08.367 INFO kablam! usermod: no changes Oct 13 05:13:08.432 INFO kablam! Compiling s v0.0.1 (/source) Oct 13 05:13:08.824 INFO kablam! warning: unused macro definition Oct 13 05:13:08.824 INFO kablam! --> src/parser.rs:87:1 Oct 13 05:13:08.824 INFO kablam! | Oct 13 05:13:08.824 INFO kablam! 87 | / macro_rules! program { Oct 13 05:13:08.824 INFO kablam! 88 | | ($($ns: expr),*) => (::parser::Node::Program(vec![$($ns),*])) Oct 13 05:13:08.824 INFO kablam! 89 | | } Oct 13 05:13:08.824 INFO kablam! | |_^ Oct 13 05:13:08.824 INFO kablam! | Oct 13 05:13:08.824 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 13 05:13:08.824 INFO kablam! Oct 13 05:13:08.824 INFO kablam! warning: unused macro definition Oct 13 05:13:08.824 INFO kablam! --> src/parser.rs:93:1 Oct 13 05:13:08.824 INFO kablam! | Oct 13 05:13:08.824 INFO kablam! 93 | / macro_rules! ident { Oct 13 05:13:08.824 INFO kablam! 94 | | ($s: expr) => (::parser::Node::Ident(::lexer::Str::new($s))) Oct 13 05:13:08.824 INFO kablam! 95 | | } Oct 13 05:13:08.824 INFO kablam! | |_^ Oct 13 05:13:08.824 INFO kablam! Oct 13 05:13:08.824 INFO kablam! warning: unused macro definition Oct 13 05:13:08.824 INFO kablam! --> src/parser.rs:99:1 Oct 13 05:13:08.824 INFO kablam! | Oct 13 05:13:08.824 INFO kablam! 99 | / macro_rules! lit_str { Oct 13 05:13:08.825 INFO kablam! 100 | | ($s: expr) => (::parser::Node::LitStr(::lexer::Str::new($s))) Oct 13 05:13:08.825 INFO kablam! 101 | | } Oct 13 05:13:08.825 INFO kablam! | |_^ Oct 13 05:13:08.825 INFO kablam! Oct 13 05:13:09.135 INFO kablam! warning: method is never used: `new` Oct 13 05:13:09.135 INFO kablam! --> src/lexer.rs:36:5 Oct 13 05:13:09.135 INFO kablam! | Oct 13 05:13:09.135 INFO kablam! 36 | pub fn new(s: &str) -> Str { Oct 13 05:13:09.135 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:13:09.135 INFO kablam! | Oct 13 05:13:09.135 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 05:13:09.135 INFO kablam! Oct 13 05:13:09.135 INFO kablam! warning: method is never used: `is_keyword` Oct 13 05:13:09.135 INFO kablam! --> src/parser.rs:30:5 Oct 13 05:13:09.135 INFO kablam! | Oct 13 05:13:09.136 INFO kablam! 30 | pub fn is_keyword(&self) -> bool { Oct 13 05:13:09.136 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:13:09.136 INFO kablam! Oct 13 05:13:09.136 INFO kablam! warning: struct is never constructed: `NoopFolder` Oct 13 05:13:09.136 INFO kablam! --> src/expand.rs:39:1 Oct 13 05:13:09.136 INFO kablam! | Oct 13 05:13:09.136 INFO kablam! 39 | pub struct NoopFolder; Oct 13 05:13:09.136 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:13:09.136 INFO kablam! Oct 13 05:13:09.136 INFO kablam! warning: method is never used: `with_value` Oct 13 05:13:09.136 INFO kablam! --> src/interpreter.rs:29:5 Oct 13 05:13:09.136 INFO kablam! | Oct 13 05:13:09.136 INFO kablam! 29 | fn with_value(name: &str, value: Node) -> Envr { Oct 13 05:13:09.136 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:13:09.136 INFO kablam! Oct 13 05:13:10.910 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.52s Oct 13 05:13:10.912 INFO kablam! su: No module specific data is present Oct 13 05:13:11.303 INFO running `"docker" "rm" "-f" "12e0372f3546c966321ef89b5c394224dc2905925de56a76467a7391d8771212"` Oct 13 05:13:11.480 INFO blam! 12e0372f3546c966321ef89b5c394224dc2905925de56a76467a7391d8771212 Oct 13 05:13:11.480 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 05:13:11.855 INFO blam! afe44bc890483ff58faf92388fa4291a718baf708ccbc75c479b845946cf5c67 Oct 13 05:13:11.857 INFO running `"docker" "start" "-a" "afe44bc890483ff58faf92388fa4291a718baf708ccbc75c479b845946cf5c67"` Oct 13 05:13:12.691 INFO kablam! usermod: no changes Oct 13 05:13:12.729 INFO kablam! Compiling s v0.0.1 (/source) Oct 13 05:13:13.484 INFO kablam! warning: method is never used: `is_keyword` Oct 13 05:13:13.484 INFO kablam! --> src/parser.rs:30:5 Oct 13 05:13:13.484 INFO kablam! | Oct 13 05:13:13.484 INFO kablam! 30 | pub fn is_keyword(&self) -> bool { Oct 13 05:13:13.484 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:13:13.491 INFO kablam! | Oct 13 05:13:13.491 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 05:13:13.491 INFO kablam! Oct 13 05:13:15.349 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.63s Oct 13 05:13:15.351 INFO kablam! su: No module specific data is present Oct 13 05:13:15.762 INFO running `"docker" "rm" "-f" "afe44bc890483ff58faf92388fa4291a718baf708ccbc75c479b845946cf5c67"` Oct 13 05:13:15.944 INFO blam! afe44bc890483ff58faf92388fa4291a718baf708ccbc75c479b845946cf5c67 Oct 13 05:13:15.947 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 05:13:16.246 INFO blam! 0b86b2d6eaeaf4ea7ce32d85548e8a598d6c68f372f0eb08354e5f6144b2ec5b Oct 13 05:13:16.270 INFO running `"docker" "start" "-a" "0b86b2d6eaeaf4ea7ce32d85548e8a598d6c68f372f0eb08354e5f6144b2ec5b"` Oct 13 05:13:17.111 INFO kablam! usermod: no changes Oct 13 05:13:17.181 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 13 05:13:17.187 INFO kablam! Running /target/debug/deps/s-4faaf93e4fd983d5 Oct 13 05:13:17.203 INFO blam! Oct 13 05:13:17.203 INFO blam! running 30 tests Oct 13 05:13:17.203 INFO blam! test expand::test::test_noop ... ok Oct 13 05:13:17.207 INFO blam! test interpreter::test::test_fn_let ... ok Oct 13 05:13:17.207 INFO blam! test interpreter::test::test_fn ... ok Oct 13 05:13:17.207 INFO blam! test interpreter::test::test_ident ... ok Oct 13 05:13:17.211 INFO blam! test interpreter::test::test_plus ... ok Oct 13 05:13:17.212 INFO blam! test interpreter::test::test_empty ... ok Oct 13 05:13:17.214 INFO blam! test interpreter::test::test_let ... ok Oct 13 05:13:17.215 INFO blam! test interpreter::test::test_print ... ok Oct 13 05:13:17.215 INFO blam! test interpreter::test::test_envr_push_pop ... ok Oct 13 05:13:17.220 INFO blam! test interpreter::test::test_values ... ok Oct 13 05:13:17.220 INFO blam! test interpreter::test::test_scoped_ident ... ok Oct 13 05:13:17.220 INFO blam! test interpreter::test::test_s_reduce ... ok Oct 13 05:13:17.220 INFO blam! test lexer::test::test_empty ... ok Oct 13 05:13:17.220 INFO blam! test lexer::test::test_realistic ... ok Oct 13 05:13:17.220 INFO blam! test lexer::test::test_single ... ok Oct 13 05:13:17.220 INFO blam! test lexer::test::test_single_ws ... ok Oct 13 05:13:17.220 INFO blam! test lexer::test::test_two ... ok Oct 13 05:13:17.220 INFO blam! test lexer::test::test_two_ws ... ok Oct 13 05:13:17.220 INFO blam! test parser::test::test_empty ... ok Oct 13 05:13:17.227 INFO blam! test interpreter::test::test_fn_arg_mismatch ... ok Oct 13 05:13:17.243 INFO blam! test interpreter::test::test_ident_fail ... ok Oct 13 05:13:17.243 INFO blam! test interpreter::test::test_ident_dup_fail ... ok Oct 13 05:13:17.243 INFO blam! test parser::test::test_simple ... ok Oct 13 05:13:17.243 INFO blam! test parser::test::test_realistic ... ok Oct 13 05:13:17.243 INFO blam! test interpreter::test::test_let_not_rec ... ok Oct 13 05:13:17.243 INFO blam! test interpreter::test::test_plus_fail ... ok Oct 13 05:13:17.243 INFO blam! test parser::test::test_fail_too_closed ... ok Oct 13 05:13:17.243 INFO blam! test parser::test::test_fail_too_closed2 ... ok Oct 13 05:13:17.251 INFO blam! test parser::test::test_fail_unclosed ... ok Oct 13 05:13:17.251 INFO blam! test parser::test::test_fail_unclosed2 ... ok Oct 13 05:13:17.251 INFO blam! Oct 13 05:13:17.251 INFO blam! test result: ok. 30 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 05:13:17.251 INFO blam! Oct 13 05:13:17.259 INFO kablam! su: No module specific data is present Oct 13 05:13:17.596 INFO running `"docker" "rm" "-f" "0b86b2d6eaeaf4ea7ce32d85548e8a598d6c68f372f0eb08354e5f6144b2ec5b"` Oct 13 05:13:17.758 INFO blam! 0b86b2d6eaeaf4ea7ce32d85548e8a598d6c68f372f0eb08354e5f6144b2ec5b