Oct 15 13:17:41.750 INFO testing yultsur-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 13:17:41.750 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 15 13:17:42.171 INFO blam! fabbf8d24220a3cc480d9f463c4ddb591be45cd3555d9d2730a4ed08e77db2a5 Oct 15 13:17:42.179 INFO running `"docker" "start" "-a" "fabbf8d24220a3cc480d9f463c4ddb591be45cd3555d9d2730a4ed08e77db2a5"` Oct 15 13:17:43.585 INFO kablam! usermod: no changes Oct 15 13:17:43.627 INFO kablam! Compiling yultsur v0.1.0 (/source) Oct 15 13:17:44.323 INFO kablam! warning: unused variable: `custom` Oct 15 13:17:44.323 INFO kablam! --> src/validator.rs:11:30 Oct 15 13:17:44.323 INFO kablam! | Oct 15 13:17:44.323 INFO kablam! 11 | Type::Custom(ref custom) => Ok(()), Oct 15 13:17:44.323 INFO kablam! | ^^^^^^ help: consider using `_custom` instead Oct 15 13:17:44.323 INFO kablam! | Oct 15 13:17:44.323 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 13:17:44.323 INFO kablam! Oct 15 13:17:44.323 INFO kablam! warning: unused variable: `typed` Oct 15 13:17:44.323 INFO kablam! --> src/validator.rs:8:24 Oct 15 13:17:44.323 INFO kablam! | Oct 15 13:17:44.323 INFO kablam! 8 | fn validate(&self, typed: bool) -> Result<(), String> { Oct 15 13:17:44.323 INFO kablam! | ^^^^^ help: consider using `_typed` instead Oct 15 13:17:44.323 INFO kablam! Oct 15 13:17:44.971 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.36s Oct 15 13:17:44.975 INFO kablam! su: No module specific data is present Oct 15 13:17:45.421 INFO running `"docker" "rm" "-f" "fabbf8d24220a3cc480d9f463c4ddb591be45cd3555d9d2730a4ed08e77db2a5"` Oct 15 13:17:45.635 INFO blam! fabbf8d24220a3cc480d9f463c4ddb591be45cd3555d9d2730a4ed08e77db2a5 Oct 15 13:17:45.644 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 15 13:17:46.087 INFO blam! 3bdcbe6bdc7bac40cbba31d3bb3d8eda8fe0f870da9d6d6c2753f5fba53734cf Oct 15 13:17:46.089 INFO running `"docker" "start" "-a" "3bdcbe6bdc7bac40cbba31d3bb3d8eda8fe0f870da9d6d6c2753f5fba53734cf"` Oct 15 13:17:47.186 INFO kablam! usermod: no changes Oct 15 13:17:47.239 INFO kablam! Compiling yultsur v0.1.0 (/source) Oct 15 13:17:48.215 INFO kablam! warning: unused variable: `custom` Oct 15 13:17:48.215 INFO kablam! --> src/validator.rs:11:30 Oct 15 13:17:48.215 INFO kablam! | Oct 15 13:17:48.215 INFO kablam! 11 | Type::Custom(ref custom) => Ok(()), Oct 15 13:17:48.215 INFO kablam! | ^^^^^^ help: consider using `_custom` instead Oct 15 13:17:48.215 INFO kablam! | Oct 15 13:17:48.215 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 13:17:48.215 INFO kablam! Oct 15 13:17:48.215 INFO kablam! warning: unused variable: `typed` Oct 15 13:17:48.215 INFO kablam! --> src/validator.rs:8:24 Oct 15 13:17:48.215 INFO kablam! | Oct 15 13:17:48.215 INFO kablam! 8 | fn validate(&self, typed: bool) -> Result<(), String> { Oct 15 13:17:48.215 INFO kablam! | ^^^^^ help: consider using `_typed` instead Oct 15 13:17:48.215 INFO kablam! Oct 15 13:17:50.023 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.81s Oct 15 13:17:50.026 INFO kablam! su: No module specific data is present Oct 15 13:17:51.494 INFO running `"docker" "rm" "-f" "3bdcbe6bdc7bac40cbba31d3bb3d8eda8fe0f870da9d6d6c2753f5fba53734cf"` Oct 15 13:17:51.795 INFO blam! 3bdcbe6bdc7bac40cbba31d3bb3d8eda8fe0f870da9d6d6c2753f5fba53734cf Oct 15 13:17:51.796 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 15 13:17:52.295 INFO blam! 0684a9cc49d46807a7c0ec67f24abb842199d322818ff4a395db94c52334bee0 Oct 15 13:17:52.297 INFO running `"docker" "start" "-a" "0684a9cc49d46807a7c0ec67f24abb842199d322818ff4a395db94c52334bee0"` Oct 15 13:17:54.462 INFO kablam! usermod: no changes Oct 15 13:17:54.543 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 15 13:17:54.547 INFO kablam! Running /target/debug/deps/yultsur-363396efbd43c5e8 Oct 15 13:17:54.551 INFO blam! Oct 15 13:17:54.551 INFO blam! running 31 tests Oct 15 13:17:54.558 INFO blam! test yul::tests::assignment_multi ... ok Oct 15 13:17:54.558 INFO blam! test validator::tests::custom_type ... ok Oct 15 13:17:54.558 INFO blam! test validator::tests::invalid_custom_type ... ok Oct 15 13:17:54.559 INFO blam! test validator::tests::untyped_literal ... ok Oct 15 13:17:54.559 INFO blam! test validator::tests::basic_type ... ok Oct 15 13:17:54.559 INFO blam! test yul::tests::assignment_single ... ok Oct 15 13:17:54.559 INFO blam! test yul::tests::block_nested ... ok Oct 15 13:17:54.560 INFO blam! test yul::tests::block_literal ... ok Oct 15 13:17:54.563 INFO blam! test yul::tests::block_empty ... ok Oct 15 13:17:54.563 INFO blam! test yul::tests::forloop ... ok Oct 15 13:17:54.563 INFO blam! test validator::tests::typed_literal ... ok Oct 15 13:17:54.567 INFO blam! test yul::tests::functioncall ... ok Oct 15 13:17:54.567 INFO blam! test validator::tests::case_invalid_default ... ok Oct 15 13:17:54.567 INFO blam! test validator::tests::complex_example ... ok Oct 15 13:17:54.567 INFO blam! test yul::tests::functiondefinition_basic ... ok Oct 15 13:17:54.567 INFO blam! test yul::tests::functiondefinition_multi ... ok Oct 15 13:17:54.567 INFO blam! test yul::tests::case ... ok Oct 15 13:17:54.567 INFO blam! test yul::tests::case_default ... ok Oct 15 13:17:54.567 INFO blam! test yul::tests::functiondefinition_single_ret ... ok Oct 15 13:17:54.568 INFO blam! test yul::tests::identifier ... ok Oct 15 13:17:54.575 INFO kablam! Doc-tests yultsur Oct 15 13:17:54.575 INFO blam! test yul::tests::identifier_typed ... ok Oct 15 13:17:54.575 INFO blam! test yul::tests::identifierr_custom_typed ... ok Oct 15 13:17:54.575 INFO blam! test yul::tests::if_statement ... ok Oct 15 13:17:54.575 INFO blam! test yul::tests::literal_custom_typed ... ok Oct 15 13:17:54.575 INFO blam! test yul::tests::literal ... ok Oct 15 13:17:54.575 INFO blam! test yul::tests::functiondefinition_single_arg ... ok Oct 15 13:17:54.575 INFO blam! test yul::tests::variabledeclaration_empty ... ok Oct 15 13:17:54.575 INFO blam! test yul::tests::variabledeclaration_multi ... ok Oct 15 13:17:54.575 INFO blam! test yul::tests::literal_typed ... ok Oct 15 13:17:54.575 INFO blam! test yul::tests::variabledeclaration_single ... ok Oct 15 13:17:54.575 INFO blam! test yul::tests::switch ... ok Oct 15 13:17:54.575 INFO blam! Oct 15 13:17:54.575 INFO blam! test result: ok. 31 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 13:17:54.575 INFO blam! Oct 15 13:17:55.463 INFO blam! Oct 15 13:17:55.463 INFO blam! running 0 tests Oct 15 13:17:55.463 INFO blam! Oct 15 13:17:55.463 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 13:17:55.463 INFO blam! Oct 15 13:17:55.470 INFO kablam! su: No module specific data is present Oct 15 13:17:57.106 INFO running `"docker" "rm" "-f" "0684a9cc49d46807a7c0ec67f24abb842199d322818ff4a395db94c52334bee0"` Oct 15 13:17:57.450 INFO blam! 0684a9cc49d46807a7c0ec67f24abb842199d322818ff4a395db94c52334bee0