Oct 13 05:04:09.608 INFO testing oampo/dosa against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 05:04:09.609 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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:04:09.996 INFO blam! 7d1aa75450f1931200278d5df5cce96ad8c859e503a98d219eaa1adc132de21f Oct 13 05:04:09.998 INFO running `"docker" "start" "-a" "7d1aa75450f1931200278d5df5cce96ad8c859e503a98d219eaa1adc132de21f"` Oct 13 05:04:12.348 INFO kablam! usermod: no changes Oct 13 05:04:12.403 INFO kablam! Compiling libc v0.2.29 Oct 13 05:04:12.403 INFO kablam! Compiling macro-attr v0.2.0 Oct 13 05:04:12.403 INFO kablam! Compiling enum_derive v0.1.7 Oct 13 05:04:14.312 INFO kablam! Compiling memchr v1.0.1 Oct 13 05:04:14.871 INFO kablam! Compiling aho-corasick v0.6.3 Oct 13 05:04:16.267 INFO kablam! Compiling regex v0.2.2 Oct 13 05:04:27.003 INFO kablam! Compiling dosa v0.1.0 (/source) Oct 13 05:04:27.659 INFO kablam! warning: unused import: `std::iter::Peekable` Oct 13 05:04:27.659 INFO kablam! --> src/core/parser.rs:3:5 Oct 13 05:04:27.659 INFO kablam! | Oct 13 05:04:27.659 INFO kablam! 3 | use std::iter::Peekable; Oct 13 05:04:27.659 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 05:04:27.659 INFO kablam! | Oct 13 05:04:27.659 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 05:04:27.659 INFO kablam! Oct 13 05:04:27.755 INFO kablam! warning: unused variable: `ast` Oct 13 05:04:27.755 INFO kablam! --> src/main.rs:40:9 Oct 13 05:04:27.756 INFO kablam! | Oct 13 05:04:27.756 INFO kablam! 40 | let ast = parser.parse()?; Oct 13 05:04:27.756 INFO kablam! | ^^^ help: consider using `_ast` instead Oct 13 05:04:27.757 INFO kablam! | Oct 13 05:04:27.757 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 05:04:27.757 INFO kablam! Oct 13 05:04:27.779 INFO kablam! warning: variant is never constructed: `Lambda` Oct 13 05:04:27.779 INFO kablam! --> src/core/node.rs:3:5 Oct 13 05:04:27.780 INFO kablam! | Oct 13 05:04:27.780 INFO kablam! 3 | Lambda, Oct 13 05:04:27.780 INFO kablam! | ^^^^^^ Oct 13 05:04:27.780 INFO kablam! | Oct 13 05:04:27.781 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 05:04:27.781 INFO kablam! Oct 13 05:04:27.781 INFO kablam! warning: variant is never constructed: `Value` Oct 13 05:04:27.781 INFO kablam! --> src/core/node.rs:10:5 Oct 13 05:04:27.782 INFO kablam! | Oct 13 05:04:27.782 INFO kablam! 10 | Value, Oct 13 05:04:27.782 INFO kablam! | ^^^^^ Oct 13 05:04:27.783 INFO kablam! Oct 13 05:04:27.783 INFO kablam! warning: variant is never constructed: `BinaryOperator` Oct 13 05:04:27.783 INFO kablam! --> src/core/node.rs:11:5 Oct 13 05:04:27.784 INFO kablam! | Oct 13 05:04:27.784 INFO kablam! 11 | BinaryOperator Oct 13 05:04:27.784 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 05:04:27.784 INFO kablam! Oct 13 05:04:27.795 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 05:04:27.795 INFO kablam! --> src/core/token.rs:33:17 Oct 13 05:04:27.796 INFO kablam! | Oct 13 05:04:27.796 INFO kablam! 33 | parser.consume(Some(TokenKind::RightBracket)); Oct 13 05:04:27.796 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:04:27.797 INFO kablam! | Oct 13 05:04:27.797 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 05:04:27.797 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 05:04:27.797 INFO kablam! Oct 13 05:04:27.798 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 05:04:27.798 INFO kablam! --> src/core/token.rs:38:17 Oct 13 05:04:27.798 INFO kablam! | Oct 13 05:04:27.799 INFO kablam! 38 | parser.consume(Some(TokenKind::RightParenthesis)); Oct 13 05:04:27.799 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:04:27.799 INFO kablam! | Oct 13 05:04:27.800 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 05:04:27.800 INFO kablam! Oct 13 05:04:27.800 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 05:04:27.800 INFO kablam! --> src/core/token.rs:84:17 Oct 13 05:04:27.801 INFO kablam! | Oct 13 05:04:27.801 INFO kablam! 84 | parser.consume(Some(TokenKind::RightParenthesis)); Oct 13 05:04:27.801 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:04:27.802 INFO kablam! | Oct 13 05:04:27.802 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 05:04:27.802 INFO kablam! Oct 13 05:04:27.803 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 05:04:27.803 INFO kablam! --> src/core/parser.rs:26:9 Oct 13 05:04:27.803 INFO kablam! | Oct 13 05:04:27.803 INFO kablam! 26 | parser.advance(); Oct 13 05:04:27.804 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 13 05:04:27.804 INFO kablam! | Oct 13 05:04:27.804 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 05:04:27.804 INFO kablam! Oct 13 05:04:29.520 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 17.15s Oct 13 05:04:29.522 INFO kablam! su: No module specific data is present Oct 13 05:04:30.290 INFO running `"docker" "rm" "-f" "7d1aa75450f1931200278d5df5cce96ad8c859e503a98d219eaa1adc132de21f"` Oct 13 05:04:30.662 INFO blam! 7d1aa75450f1931200278d5df5cce96ad8c859e503a98d219eaa1adc132de21f Oct 13 05:04:30.687 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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:04:31.091 INFO blam! c154d18ee29a0be8d1253bccdb2995b9e9acf12795e33390b31d1da4129c4375 Oct 13 05:04:31.093 INFO running `"docker" "start" "-a" "c154d18ee29a0be8d1253bccdb2995b9e9acf12795e33390b31d1da4129c4375"` Oct 13 05:04:32.918 INFO kablam! usermod: no changes Oct 13 05:04:32.987 INFO kablam! Compiling dosa v0.1.0 (/source) Oct 13 05:04:33.623 INFO kablam! warning: unused import: `std::iter::Peekable` Oct 13 05:04:33.623 INFO kablam! --> src/core/parser.rs:3:5 Oct 13 05:04:33.623 INFO kablam! | Oct 13 05:04:33.623 INFO kablam! 3 | use std::iter::Peekable; Oct 13 05:04:33.623 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 05:04:33.623 INFO kablam! | Oct 13 05:04:33.623 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 05:04:33.623 INFO kablam! Oct 13 05:04:33.739 INFO kablam! warning: unused variable: `ast` Oct 13 05:04:33.740 INFO kablam! --> src/main.rs:40:9 Oct 13 05:04:33.740 INFO kablam! | Oct 13 05:04:33.740 INFO kablam! 40 | let ast = parser.parse()?; Oct 13 05:04:33.741 INFO kablam! | ^^^ help: consider using `_ast` instead Oct 13 05:04:33.741 INFO kablam! | Oct 13 05:04:33.741 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 05:04:33.741 INFO kablam! Oct 13 05:04:33.770 INFO kablam! warning: variant is never constructed: `Lambda` Oct 13 05:04:33.771 INFO kablam! --> src/core/node.rs:3:5 Oct 13 05:04:33.771 INFO kablam! | Oct 13 05:04:33.771 INFO kablam! 3 | Lambda, Oct 13 05:04:33.772 INFO kablam! | ^^^^^^ Oct 13 05:04:33.772 INFO kablam! | Oct 13 05:04:33.772 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 05:04:33.773 INFO kablam! Oct 13 05:04:33.773 INFO kablam! warning: variant is never constructed: `Value` Oct 13 05:04:33.773 INFO kablam! --> src/core/node.rs:10:5 Oct 13 05:04:33.773 INFO kablam! | Oct 13 05:04:33.774 INFO kablam! 10 | Value, Oct 13 05:04:33.774 INFO kablam! | ^^^^^ Oct 13 05:04:33.774 INFO kablam! Oct 13 05:04:33.774 INFO kablam! warning: variant is never constructed: `BinaryOperator` Oct 13 05:04:33.775 INFO kablam! --> src/core/node.rs:11:5 Oct 13 05:04:33.775 INFO kablam! | Oct 13 05:04:33.775 INFO kablam! 11 | BinaryOperator Oct 13 05:04:33.776 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 05:04:33.776 INFO kablam! Oct 13 05:04:33.787 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 05:04:33.788 INFO kablam! --> src/core/token.rs:33:17 Oct 13 05:04:33.788 INFO kablam! | Oct 13 05:04:33.788 INFO kablam! 33 | parser.consume(Some(TokenKind::RightBracket)); Oct 13 05:04:33.788 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:04:33.789 INFO kablam! | Oct 13 05:04:33.789 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 05:04:33.789 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 05:04:33.790 INFO kablam! Oct 13 05:04:33.790 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 05:04:33.790 INFO kablam! --> src/core/token.rs:38:17 Oct 13 05:04:33.790 INFO kablam! | Oct 13 05:04:33.791 INFO kablam! 38 | parser.consume(Some(TokenKind::RightParenthesis)); Oct 13 05:04:33.791 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:04:33.791 INFO kablam! | Oct 13 05:04:33.792 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 05:04:33.792 INFO kablam! Oct 13 05:04:33.792 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 05:04:33.793 INFO kablam! --> src/core/token.rs:84:17 Oct 13 05:04:33.793 INFO kablam! | Oct 13 05:04:33.793 INFO kablam! 84 | parser.consume(Some(TokenKind::RightParenthesis)); Oct 13 05:04:33.793 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:04:33.794 INFO kablam! | Oct 13 05:04:33.794 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 05:04:33.794 INFO kablam! Oct 13 05:04:33.795 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 05:04:33.795 INFO kablam! --> src/core/parser.rs:26:9 Oct 13 05:04:33.795 INFO kablam! | Oct 13 05:04:33.795 INFO kablam! 26 | parser.advance(); Oct 13 05:04:33.796 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 13 05:04:33.796 INFO kablam! | Oct 13 05:04:33.796 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 05:04:33.796 INFO kablam! Oct 13 05:04:34.323 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.37s Oct 13 05:04:34.324 INFO kablam! su: No module specific data is present Oct 13 05:04:35.178 INFO running `"docker" "rm" "-f" "c154d18ee29a0be8d1253bccdb2995b9e9acf12795e33390b31d1da4129c4375"` Oct 13 05:04:35.414 INFO blam! c154d18ee29a0be8d1253bccdb2995b9e9acf12795e33390b31d1da4129c4375 Oct 13 05:04:35.415 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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:04:35.768 INFO blam! 5bfe5f253f2458f63762a7d96b8120f4e3f0acbb76f7108ff2ceccd2d6c45e62 Oct 13 05:04:35.770 INFO running `"docker" "start" "-a" "5bfe5f253f2458f63762a7d96b8120f4e3f0acbb76f7108ff2ceccd2d6c45e62"` Oct 13 05:04:37.162 INFO kablam! usermod: no changes Oct 13 05:04:37.215 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 13 05:04:37.224 INFO kablam! Running /target/debug/deps/dosa-6afd7933cf521fc5 Oct 13 05:04:37.231 INFO blam! Oct 13 05:04:37.231 INFO blam! running 0 tests Oct 13 05:04:37.231 INFO blam! Oct 13 05:04:37.231 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 05:04:37.231 INFO blam! Oct 13 05:04:37.232 INFO kablam! su: No module specific data is present Oct 13 05:04:38.057 INFO running `"docker" "rm" "-f" "5bfe5f253f2458f63762a7d96b8120f4e3f0acbb76f7108ff2ceccd2d6c45e62"` Oct 13 05:04:38.299 INFO blam! 5bfe5f253f2458f63762a7d96b8120f4e3f0acbb76f7108ff2ceccd2d6c45e62