Oct 11 08:03:19.683 INFO testing yultsur-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 08:03:19.683 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 08:03:19.684 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 08:03:20.156 INFO blam! 7c34d2c2906c310844587f553de35439c2fd7b5ffdc7f35b4bbba5e319dece51 Oct 11 08:03:20.164 INFO running `"docker" "start" "-a" "7c34d2c2906c310844587f553de35439c2fd7b5ffdc7f35b4bbba5e319dece51"` Oct 11 08:03:21.162 INFO kablam! usermod: no changes Oct 11 08:03:21.256 INFO kablam! Compiling yultsur v0.1.0 (/source) Oct 11 08:03:22.292 INFO kablam! warning: unused variable: `custom` Oct 11 08:03:22.292 INFO kablam! --> src/validator.rs:11:30 Oct 11 08:03:22.292 INFO kablam! | Oct 11 08:03:22.292 INFO kablam! 11 | Type::Custom(ref custom) => Ok(()), Oct 11 08:03:22.292 INFO kablam! | ^^^^^^ help: consider using `_custom` instead Oct 11 08:03:22.292 INFO kablam! | Oct 11 08:03:22.292 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 08:03:22.292 INFO kablam! Oct 11 08:03:22.292 INFO kablam! warning: unused variable: `typed` Oct 11 08:03:22.292 INFO kablam! --> src/validator.rs:8:24 Oct 11 08:03:22.292 INFO kablam! | Oct 11 08:03:22.292 INFO kablam! 8 | fn validate(&self, typed: bool) -> Result<(), String> { Oct 11 08:03:22.292 INFO kablam! | ^^^^^ help: consider using `_typed` instead Oct 11 08:03:22.292 INFO kablam! Oct 11 08:03:23.079 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.89s Oct 11 08:03:23.088 INFO kablam! su: No module specific data is present Oct 11 08:03:23.625 INFO running `"docker" "rm" "-f" "7c34d2c2906c310844587f553de35439c2fd7b5ffdc7f35b4bbba5e319dece51"` Oct 11 08:03:23.946 INFO blam! 7c34d2c2906c310844587f553de35439c2fd7b5ffdc7f35b4bbba5e319dece51 Oct 11 08:03:23.948 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 08:03:23.948 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 08:03:24.526 INFO blam! 4f400891f71c534826a538138735a82d7ee6d569c9324ac7818cab38758e39b1 Oct 11 08:03:24.527 INFO running `"docker" "start" "-a" "4f400891f71c534826a538138735a82d7ee6d569c9324ac7818cab38758e39b1"` Oct 11 08:03:26.012 INFO kablam! usermod: no changes Oct 11 08:03:26.072 INFO kablam! Compiling yultsur v0.1.0 (/source) Oct 11 08:03:27.415 INFO kablam! warning: unused variable: `custom` Oct 11 08:03:27.416 INFO kablam! --> src/validator.rs:11:30 Oct 11 08:03:27.416 INFO kablam! | Oct 11 08:03:27.416 INFO kablam! 11 | Type::Custom(ref custom) => Ok(()), Oct 11 08:03:27.416 INFO kablam! | ^^^^^^ help: consider using `_custom` instead Oct 11 08:03:27.416 INFO kablam! | Oct 11 08:03:27.416 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 08:03:27.416 INFO kablam! Oct 11 08:03:27.416 INFO kablam! warning: unused variable: `typed` Oct 11 08:03:27.416 INFO kablam! --> src/validator.rs:8:24 Oct 11 08:03:27.416 INFO kablam! | Oct 11 08:03:27.416 INFO kablam! 8 | fn validate(&self, typed: bool) -> Result<(), String> { Oct 11 08:03:27.416 INFO kablam! | ^^^^^ help: consider using `_typed` instead Oct 11 08:03:27.416 INFO kablam! Oct 11 08:03:29.127 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.09s Oct 11 08:03:29.129 INFO kablam! su: No module specific data is present Oct 11 08:03:29.784 INFO running `"docker" "rm" "-f" "4f400891f71c534826a538138735a82d7ee6d569c9324ac7818cab38758e39b1"` Oct 11 08:03:30.104 INFO blam! 4f400891f71c534826a538138735a82d7ee6d569c9324ac7818cab38758e39b1 Oct 11 08:03:30.112 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 08:03:30.112 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 08:03:30.583 INFO blam! 90716d60958d5787e3b24ca624d0151a71e58a9b62bd205df36615244e832421 Oct 11 08:03:30.588 INFO running `"docker" "start" "-a" "90716d60958d5787e3b24ca624d0151a71e58a9b62bd205df36615244e832421"` Oct 11 08:03:31.432 INFO kablam! usermod: no changes Oct 11 08:03:31.500 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 11 08:03:31.501 INFO kablam! Running /target/debug/deps/yultsur-363396efbd43c5e8 Oct 11 08:03:31.507 INFO blam! Oct 11 08:03:31.507 INFO blam! running 31 tests Oct 11 08:03:31.507 INFO blam! test validator::tests::typed_literal ... ok Oct 11 08:03:31.507 INFO blam! test validator::tests::invalid_custom_type ... ok Oct 11 08:03:31.507 INFO blam! test validator::tests::custom_type ... ok Oct 11 08:03:31.507 INFO blam! test validator::tests::complex_example ... ok Oct 11 08:03:31.507 INFO blam! test validator::tests::case_invalid_default ... ok Oct 11 08:03:31.507 INFO blam! test validator::tests::basic_type ... ok Oct 11 08:03:31.507 INFO blam! test yul::tests::assignment_single ... ok Oct 11 08:03:31.507 INFO blam! test yul::tests::block_nested ... ok Oct 11 08:03:31.507 INFO blam! test yul::tests::block_literal ... ok Oct 11 08:03:31.507 INFO blam! test yul::tests::case ... ok Oct 11 08:03:31.507 INFO blam! test yul::tests::assignment_multi ... ok Oct 11 08:03:31.507 INFO blam! test validator::tests::untyped_literal ... ok Oct 11 08:03:31.507 INFO blam! test yul::tests::functioncall ... ok Oct 11 08:03:31.507 INFO blam! test yul::tests::case_default ... ok Oct 11 08:03:31.507 INFO blam! test yul::tests::block_empty ... ok Oct 11 08:03:31.507 INFO blam! test yul::tests::forloop ... ok Oct 11 08:03:31.507 INFO blam! test yul::tests::identifier ... ok Oct 11 08:03:31.508 INFO blam! test yul::tests::functiondefinition_single_arg ... ok Oct 11 08:03:31.508 INFO blam! test yul::tests::literal ... ok Oct 11 08:03:31.508 INFO blam! test yul::tests::identifier_typed ... ok Oct 11 08:03:31.508 INFO blam! test yul::tests::functiondefinition_single_ret ... ok Oct 11 08:03:31.508 INFO blam! test yul::tests::if_statement ... ok Oct 11 08:03:31.508 INFO blam! test yul::tests::identifierr_custom_typed ... ok Oct 11 08:03:31.508 INFO blam! test yul::tests::functiondefinition_multi ... ok Oct 11 08:03:31.508 INFO blam! test yul::tests::functiondefinition_basic ... ok Oct 11 08:03:31.508 INFO blam! test yul::tests::literal_custom_typed ... ok Oct 11 08:03:31.508 INFO blam! test yul::tests::variabledeclaration_empty ... ok Oct 11 08:03:31.508 INFO blam! test yul::tests::literal_typed ... ok Oct 11 08:03:31.508 INFO blam! test yul::tests::variabledeclaration_single ... ok Oct 11 08:03:31.508 INFO blam! test yul::tests::switch ... ok Oct 11 08:03:31.509 INFO blam! test yul::tests::variabledeclaration_multi ... ok Oct 11 08:03:31.509 INFO blam! Oct 11 08:03:31.509 INFO blam! test result: ok. 31 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 08:03:31.509 INFO blam! Oct 11 08:03:31.511 INFO kablam! Doc-tests yultsur Oct 11 08:03:32.884 INFO blam! Oct 11 08:03:32.884 INFO blam! running 0 tests Oct 11 08:03:32.884 INFO blam! Oct 11 08:03:32.884 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 08:03:32.884 INFO blam! Oct 11 08:03:32.888 INFO kablam! su: No module specific data is present Oct 11 08:03:33.502 INFO running `"docker" "rm" "-f" "90716d60958d5787e3b24ca624d0151a71e58a9b62bd205df36615244e832421"` Oct 11 08:03:33.764 INFO blam! 90716d60958d5787e3b24ca624d0151a71e58a9b62bd205df36615244e832421