Oct 14 16:56:42.889 INFO testing jeramyRR/play-language against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 16:56:42.891 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 14 16:56:43.356 INFO blam! df3947a4df3b3fd3db69223e641f1a382bb67cbab7d026898e16fad941627ec5 Oct 14 16:56:43.358 INFO running `"docker" "start" "-a" "df3947a4df3b3fd3db69223e641f1a382bb67cbab7d026898e16fad941627ec5"` Oct 14 16:56:44.134 INFO kablam! usermod: no changes Oct 14 16:56:44.192 INFO kablam! Compiling libc v0.2.32 Oct 14 16:56:44.194 INFO kablam! Compiling thread_local v0.3.4 Oct 14 16:56:45.306 INFO kablam! Compiling memchr v1.0.1 Oct 14 16:56:45.654 INFO kablam! Compiling aho-corasick v0.6.3 Oct 14 16:56:46.326 INFO kablam! Compiling regex v0.2.2 Oct 14 16:56:52.040 INFO kablam! Compiling lang v0.1.0 (/source) Oct 14 16:56:52.347 INFO kablam! warning: enum is never used: `ASTNodeType` Oct 14 16:56:52.347 INFO kablam! --> src/parser.rs:4:1 Oct 14 16:56:52.347 INFO kablam! | Oct 14 16:56:52.347 INFO kablam! 4 | pub enum ASTNodeType { Oct 14 16:56:52.347 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 16:56:52.347 INFO kablam! | Oct 14 16:56:52.347 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 16:56:52.347 INFO kablam! Oct 14 16:56:52.347 INFO kablam! warning: struct is never constructed: `Node` Oct 14 16:56:52.347 INFO kablam! --> src/parser.rs:11:1 Oct 14 16:56:52.347 INFO kablam! | Oct 14 16:56:52.347 INFO kablam! 11 | pub struct Node { Oct 14 16:56:52.347 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 16:56:52.347 INFO kablam! Oct 14 16:56:52.347 INFO kablam! warning: struct is never constructed: `BaseNode` Oct 14 16:56:52.347 INFO kablam! --> src/parser.rs:17:1 Oct 14 16:56:52.347 INFO kablam! | Oct 14 16:56:52.347 INFO kablam! 17 | pub struct BaseNode { Oct 14 16:56:52.347 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 14 16:56:52.347 INFO kablam! Oct 14 16:56:52.347 INFO kablam! warning: enum is never used: `ASTNode` Oct 14 16:56:52.347 INFO kablam! --> src/parser.rs:24:1 Oct 14 16:56:52.347 INFO kablam! | Oct 14 16:56:52.347 INFO kablam! 24 | pub enum ASTNode { Oct 14 16:56:52.347 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 16:56:52.347 INFO kablam! Oct 14 16:56:52.347 INFO kablam! warning: struct is never constructed: `AST` Oct 14 16:56:52.347 INFO kablam! --> src/parser.rs:30:1 Oct 14 16:56:52.347 INFO kablam! | Oct 14 16:56:52.347 INFO kablam! 30 | pub struct AST { Oct 14 16:56:52.347 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 16:56:52.347 INFO kablam! Oct 14 16:56:52.347 INFO kablam! warning: function is never used: `parser` Oct 14 16:56:52.347 INFO kablam! --> src/parser.rs:35:1 Oct 14 16:56:52.347 INFO kablam! | Oct 14 16:56:52.347 INFO kablam! 35 | pub fn parser(tokens: &[Token]) -> AST{ Oct 14 16:56:52.347 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:56:52.347 INFO kablam! Oct 14 16:56:52.347 INFO kablam! warning: function is never used: `walk` Oct 14 16:56:52.347 INFO kablam! --> src/parser.rs:48:1 Oct 14 16:56:52.347 INFO kablam! | Oct 14 16:56:52.347 INFO kablam! 48 | fn walk(tokens: &[Token], current: &mut usize) -> Option { Oct 14 16:56:52.347 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:56:52.347 INFO kablam! Oct 14 16:56:52.347 INFO kablam! warning: function is never used: `token_value` Oct 14 16:56:52.347 INFO kablam! --> src/parser.rs:87:1 Oct 14 16:56:52.347 INFO kablam! | Oct 14 16:56:52.347 INFO kablam! 87 | fn token_value(token: &Token) -> String { Oct 14 16:56:52.347 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:56:52.347 INFO kablam! Oct 14 16:56:52.891 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.73s Oct 14 16:56:52.892 INFO kablam! su: No module specific data is present Oct 14 16:56:53.508 INFO running `"docker" "rm" "-f" "df3947a4df3b3fd3db69223e641f1a382bb67cbab7d026898e16fad941627ec5"` Oct 14 16:56:53.726 INFO blam! df3947a4df3b3fd3db69223e641f1a382bb67cbab7d026898e16fad941627ec5 Oct 14 16:56:53.735 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 14 16:56:54.384 INFO blam! 31524467830c118d2b0fe427dabee23da9b61d4119dc125475a138cb44bba3f7 Oct 14 16:56:54.396 INFO running `"docker" "start" "-a" "31524467830c118d2b0fe427dabee23da9b61d4119dc125475a138cb44bba3f7"` Oct 14 16:56:55.223 INFO kablam! usermod: no changes Oct 14 16:56:55.275 INFO kablam! Compiling env_logger v0.4.3 Oct 14 16:56:56.152 INFO kablam! Compiling lang v0.1.0 (/source) Oct 14 16:56:57.488 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.24s Oct 14 16:56:57.489 INFO kablam! su: No module specific data is present Oct 14 16:56:57.770 INFO running `"docker" "rm" "-f" "31524467830c118d2b0fe427dabee23da9b61d4119dc125475a138cb44bba3f7"` Oct 14 16:56:57.863 INFO blam! 31524467830c118d2b0fe427dabee23da9b61d4119dc125475a138cb44bba3f7 Oct 14 16:56:57.866 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 14 16:56:58.004 INFO blam! 9ee0e9398e865a53a0a56039b2221f041275a806620e75356452048bb9adcdaf Oct 14 16:56:58.006 INFO running `"docker" "start" "-a" "9ee0e9398e865a53a0a56039b2221f041275a806620e75356452048bb9adcdaf"` Oct 14 16:56:58.510 INFO kablam! usermod: no changes Oct 14 16:56:58.549 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 14 16:56:58.549 INFO kablam! Running /target/debug/deps/lang-06e67129ef83e9d7 Oct 14 16:56:58.551 INFO blam! Oct 14 16:56:58.551 INFO blam! running 2 tests Oct 14 16:56:58.551 INFO blam! test lexer::tests::test_tokenizer ... ok Oct 14 16:56:58.551 INFO blam! test parser::tests::test_parser ... ok Oct 14 16:56:58.551 INFO blam! Oct 14 16:56:58.551 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 16:56:58.551 INFO blam! Oct 14 16:56:58.555 INFO kablam! su: No module specific data is present Oct 14 16:56:58.808 INFO running `"docker" "rm" "-f" "9ee0e9398e865a53a0a56039b2221f041275a806620e75356452048bb9adcdaf"` Oct 14 16:56:58.941 INFO blam! 9ee0e9398e865a53a0a56039b2221f041275a806620e75356452048bb9adcdaf