Oct 10 17:19:45.480 INFO testing oampo/dosa against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 17:19:45.480 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 17:19:45.480 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 10 17:19:45.958 INFO blam! e5863120c854aac28a32fd31686caf9e9cbd09397d3f471006620c9865b1e194 Oct 10 17:19:45.960 INFO running `"docker" "start" "-a" "e5863120c854aac28a32fd31686caf9e9cbd09397d3f471006620c9865b1e194"` Oct 10 17:19:47.388 INFO kablam! usermod: no changes Oct 10 17:19:47.456 INFO kablam! Compiling libc v0.2.29 Oct 10 17:19:47.457 INFO kablam! Compiling enum_derive v0.1.7 Oct 10 17:19:47.457 INFO kablam! Compiling macro-attr v0.2.0 Oct 10 17:19:49.661 INFO kablam! Compiling memchr v1.0.1 Oct 10 17:19:50.628 INFO kablam! Compiling aho-corasick v0.6.3 Oct 10 17:19:51.920 INFO kablam! Compiling regex v0.2.2 Oct 10 17:20:02.720 INFO kablam! Compiling dosa v0.1.0 (/source) Oct 10 17:20:03.908 INFO kablam! warning: unused import: `std::iter::Peekable` Oct 10 17:20:03.908 INFO kablam! --> src/core/parser.rs:3:5 Oct 10 17:20:03.908 INFO kablam! | Oct 10 17:20:03.908 INFO kablam! 3 | use std::iter::Peekable; Oct 10 17:20:03.908 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 17:20:03.908 INFO kablam! | Oct 10 17:20:03.908 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 17:20:03.908 INFO kablam! Oct 10 17:20:04.016 INFO kablam! warning: unused variable: `ast` Oct 10 17:20:04.017 INFO kablam! --> src/main.rs:40:9 Oct 10 17:20:04.017 INFO kablam! | Oct 10 17:20:04.017 INFO kablam! 40 | let ast = parser.parse()?; Oct 10 17:20:04.017 INFO kablam! | ^^^ help: consider using `_ast` instead Oct 10 17:20:04.018 INFO kablam! | Oct 10 17:20:04.024 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 17:20:04.024 INFO kablam! Oct 10 17:20:04.048 INFO kablam! warning: variant is never constructed: `Lambda` Oct 10 17:20:04.049 INFO kablam! --> src/core/node.rs:3:5 Oct 10 17:20:04.049 INFO kablam! | Oct 10 17:20:04.049 INFO kablam! 3 | Lambda, Oct 10 17:20:04.049 INFO kablam! | ^^^^^^ Oct 10 17:20:04.049 INFO kablam! | Oct 10 17:20:04.049 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 17:20:04.050 INFO kablam! Oct 10 17:20:04.050 INFO kablam! warning: variant is never constructed: `Value` Oct 10 17:20:04.050 INFO kablam! --> src/core/node.rs:10:5 Oct 10 17:20:04.050 INFO kablam! | Oct 10 17:20:04.050 INFO kablam! 10 | Value, Oct 10 17:20:04.051 INFO kablam! | ^^^^^ Oct 10 17:20:04.051 INFO kablam! Oct 10 17:20:04.051 INFO kablam! warning: variant is never constructed: `BinaryOperator` Oct 10 17:20:04.051 INFO kablam! --> src/core/node.rs:11:5 Oct 10 17:20:04.051 INFO kablam! | Oct 10 17:20:04.051 INFO kablam! 11 | BinaryOperator Oct 10 17:20:04.052 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 17:20:04.052 INFO kablam! Oct 10 17:20:04.056 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 17:20:04.056 INFO kablam! --> src/core/token.rs:33:17 Oct 10 17:20:04.057 INFO kablam! | Oct 10 17:20:04.057 INFO kablam! 33 | parser.consume(Some(TokenKind::RightBracket)); Oct 10 17:20:04.057 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:20:04.057 INFO kablam! | Oct 10 17:20:04.057 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 17:20:04.058 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 17:20:04.058 INFO kablam! Oct 10 17:20:04.058 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 17:20:04.058 INFO kablam! --> src/core/token.rs:38:17 Oct 10 17:20:04.059 INFO kablam! | Oct 10 17:20:04.059 INFO kablam! 38 | parser.consume(Some(TokenKind::RightParenthesis)); Oct 10 17:20:04.059 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:20:04.059 INFO kablam! | Oct 10 17:20:04.059 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 17:20:04.060 INFO kablam! Oct 10 17:20:04.060 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 17:20:04.060 INFO kablam! --> src/core/token.rs:84:17 Oct 10 17:20:04.060 INFO kablam! | Oct 10 17:20:04.060 INFO kablam! 84 | parser.consume(Some(TokenKind::RightParenthesis)); Oct 10 17:20:04.061 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:20:04.061 INFO kablam! | Oct 10 17:20:04.061 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 17:20:04.061 INFO kablam! Oct 10 17:20:04.061 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 17:20:04.062 INFO kablam! --> src/core/parser.rs:26:9 Oct 10 17:20:04.062 INFO kablam! | Oct 10 17:20:04.062 INFO kablam! 26 | parser.advance(); Oct 10 17:20:04.062 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 17:20:04.063 INFO kablam! | Oct 10 17:20:04.063 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 17:20:04.063 INFO kablam! Oct 10 17:20:05.874 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 18.47s Oct 10 17:20:05.876 INFO kablam! su: No module specific data is present Oct 10 17:20:07.467 INFO running `"docker" "rm" "-f" "e5863120c854aac28a32fd31686caf9e9cbd09397d3f471006620c9865b1e194"` Oct 10 17:20:07.796 INFO blam! e5863120c854aac28a32fd31686caf9e9cbd09397d3f471006620c9865b1e194 Oct 10 17:20:07.800 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 17:20:07.800 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 10 17:20:08.240 INFO blam! 8f4e6ba6cbd553fc0b103927f28875ba7510e79f51a103bc72d426c5a5d2f711 Oct 10 17:20:08.260 INFO running `"docker" "start" "-a" "8f4e6ba6cbd553fc0b103927f28875ba7510e79f51a103bc72d426c5a5d2f711"` Oct 10 17:20:09.816 INFO kablam! usermod: no changes Oct 10 17:20:09.924 INFO kablam! Compiling dosa v0.1.0 (/source) Oct 10 17:20:11.165 INFO kablam! warning: unused import: `std::iter::Peekable` Oct 10 17:20:11.166 INFO kablam! --> src/core/parser.rs:3:5 Oct 10 17:20:11.166 INFO kablam! | Oct 10 17:20:11.166 INFO kablam! 3 | use std::iter::Peekable; Oct 10 17:20:11.166 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 17:20:11.166 INFO kablam! | Oct 10 17:20:11.166 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 17:20:11.166 INFO kablam! Oct 10 17:20:11.264 INFO kablam! warning: unused variable: `ast` Oct 10 17:20:11.264 INFO kablam! --> src/main.rs:40:9 Oct 10 17:20:11.264 INFO kablam! | Oct 10 17:20:11.264 INFO kablam! 40 | let ast = parser.parse()?; Oct 10 17:20:11.264 INFO kablam! | ^^^ help: consider using `_ast` instead Oct 10 17:20:11.264 INFO kablam! | Oct 10 17:20:11.264 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 17:20:11.264 INFO kablam! Oct 10 17:20:11.296 INFO kablam! warning: variant is never constructed: `Lambda` Oct 10 17:20:11.296 INFO kablam! --> src/core/node.rs:3:5 Oct 10 17:20:11.296 INFO kablam! | Oct 10 17:20:11.296 INFO kablam! 3 | Lambda, Oct 10 17:20:11.296 INFO kablam! | ^^^^^^ Oct 10 17:20:11.296 INFO kablam! | Oct 10 17:20:11.296 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 17:20:11.296 INFO kablam! Oct 10 17:20:11.296 INFO kablam! warning: variant is never constructed: `Value` Oct 10 17:20:11.296 INFO kablam! --> src/core/node.rs:10:5 Oct 10 17:20:11.296 INFO kablam! | Oct 10 17:20:11.296 INFO kablam! 10 | Value, Oct 10 17:20:11.296 INFO kablam! | ^^^^^ Oct 10 17:20:11.296 INFO kablam! Oct 10 17:20:11.296 INFO kablam! warning: variant is never constructed: `BinaryOperator` Oct 10 17:20:11.296 INFO kablam! --> src/core/node.rs:11:5 Oct 10 17:20:11.296 INFO kablam! | Oct 10 17:20:11.296 INFO kablam! 11 | BinaryOperator Oct 10 17:20:11.296 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 17:20:11.296 INFO kablam! Oct 10 17:20:11.304 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 17:20:11.304 INFO kablam! --> src/core/token.rs:33:17 Oct 10 17:20:11.304 INFO kablam! | Oct 10 17:20:11.304 INFO kablam! 33 | parser.consume(Some(TokenKind::RightBracket)); Oct 10 17:20:11.304 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:20:11.304 INFO kablam! | Oct 10 17:20:11.304 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 17:20:11.304 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 17:20:11.304 INFO kablam! Oct 10 17:20:11.304 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 17:20:11.304 INFO kablam! --> src/core/token.rs:38:17 Oct 10 17:20:11.304 INFO kablam! | Oct 10 17:20:11.304 INFO kablam! 38 | parser.consume(Some(TokenKind::RightParenthesis)); Oct 10 17:20:11.304 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:20:11.304 INFO kablam! | Oct 10 17:20:11.304 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 17:20:11.304 INFO kablam! Oct 10 17:20:11.304 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 17:20:11.304 INFO kablam! --> src/core/token.rs:84:17 Oct 10 17:20:11.304 INFO kablam! | Oct 10 17:20:11.304 INFO kablam! 84 | parser.consume(Some(TokenKind::RightParenthesis)); Oct 10 17:20:11.304 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:20:11.304 INFO kablam! | Oct 10 17:20:11.305 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 17:20:11.305 INFO kablam! Oct 10 17:20:11.312 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 17:20:11.312 INFO kablam! --> src/core/parser.rs:26:9 Oct 10 17:20:11.312 INFO kablam! | Oct 10 17:20:11.312 INFO kablam! 26 | parser.advance(); Oct 10 17:20:11.312 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 17:20:11.312 INFO kablam! | Oct 10 17:20:11.312 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 17:20:11.312 INFO kablam! Oct 10 17:20:11.784 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.93s Oct 10 17:20:11.784 INFO kablam! su: No module specific data is present Oct 10 17:20:12.829 INFO running `"docker" "rm" "-f" "8f4e6ba6cbd553fc0b103927f28875ba7510e79f51a103bc72d426c5a5d2f711"` Oct 10 17:20:13.156 INFO blam! 8f4e6ba6cbd553fc0b103927f28875ba7510e79f51a103bc72d426c5a5d2f711 Oct 10 17:20:13.161 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 17:20:13.161 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 10 17:20:13.704 INFO blam! 22986ef9f9e8a5f2cb16f945bbcfaa76138bdb0737e7b32623c6deade5d3ae56 Oct 10 17:20:13.708 INFO running `"docker" "start" "-a" "22986ef9f9e8a5f2cb16f945bbcfaa76138bdb0737e7b32623c6deade5d3ae56"` Oct 10 17:20:15.033 INFO kablam! usermod: no changes Oct 10 17:20:15.172 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.10s Oct 10 17:20:15.172 INFO kablam! Running /target/debug/deps/dosa-6afd7933cf521fc5 Oct 10 17:20:15.173 INFO kablam! su: No module specific data is present Oct 10 17:20:15.174 INFO blam! Oct 10 17:20:15.174 INFO blam! running 0 tests Oct 10 17:20:15.174 INFO blam! Oct 10 17:20:15.174 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 17:20:15.174 INFO blam! Oct 10 17:20:16.603 INFO running `"docker" "rm" "-f" "22986ef9f9e8a5f2cb16f945bbcfaa76138bdb0737e7b32623c6deade5d3ae56"` Oct 10 17:20:16.884 INFO blam! 22986ef9f9e8a5f2cb16f945bbcfaa76138bdb0737e7b32623c6deade5d3ae56