Nov 17 17:33:09.240 INFO testing yultsur-0.1.0 against try#2e026d6e5d7621634147ad4c8074f1d964dbb1be for pr-55982 Nov 17 17:33:09.241 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-0/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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"` Nov 17 17:33:09.475 INFO [stdout] 8613edbd16b83e6fb3455442f28205c21a19e7007edcc2d8531ca89907bb95f8 Nov 17 17:33:09.477 INFO running `"docker" "start" "-a" "8613edbd16b83e6fb3455442f28205c21a19e7007edcc2d8531ca89907bb95f8"` Nov 17 17:33:10.053 INFO [stderr] usermod: no changes Nov 17 17:33:10.095 INFO [stderr] Compiling yultsur v0.1.0 (/source) Nov 17 17:33:10.648 INFO [stderr] warning: unused variable: `custom` Nov 17 17:33:10.648 INFO [stderr] --> src/validator.rs:11:30 Nov 17 17:33:10.648 INFO [stderr] | Nov 17 17:33:10.648 INFO [stderr] 11 | Type::Custom(ref custom) => Ok(()), Nov 17 17:33:10.648 INFO [stderr] | ^^^^^^ help: consider using `_custom` instead Nov 17 17:33:10.648 INFO [stderr] | Nov 17 17:33:10.648 INFO [stderr] = note: #[warn(unused_variables)] on by default Nov 17 17:33:10.648 INFO [stderr] Nov 17 17:33:10.648 INFO [stderr] warning: unused variable: `typed` Nov 17 17:33:10.648 INFO [stderr] --> src/validator.rs:8:24 Nov 17 17:33:10.648 INFO [stderr] | Nov 17 17:33:10.648 INFO [stderr] 8 | fn validate(&self, typed: bool) -> Result<(), String> { Nov 17 17:33:10.648 INFO [stderr] | ^^^^^ help: consider using `_typed` instead Nov 17 17:33:10.648 INFO [stderr] Nov 17 17:33:11.118 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.04s Nov 17 17:33:11.120 INFO [stderr] su: No module specific data is present Nov 17 17:33:11.571 INFO running `"docker" "inspect" "8613edbd16b83e6fb3455442f28205c21a19e7007edcc2d8531ca89907bb95f8"` Nov 17 17:33:11.795 INFO running `"docker" "rm" "-f" "8613edbd16b83e6fb3455442f28205c21a19e7007edcc2d8531ca89907bb95f8"` Nov 17 17:33:12.015 INFO [stdout] 8613edbd16b83e6fb3455442f28205c21a19e7007edcc2d8531ca89907bb95f8 Nov 17 17:33:12.021 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-0/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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"` Nov 17 17:33:12.351 INFO [stdout] 96311aa41dad91c0fd1174e3e17ed3ba47bc1a5a27ea93b9970e10a997c2a3d8 Nov 17 17:33:12.354 INFO running `"docker" "start" "-a" "96311aa41dad91c0fd1174e3e17ed3ba47bc1a5a27ea93b9970e10a997c2a3d8"` Nov 17 17:33:13.275 INFO [stderr] usermod: no changes Nov 17 17:33:13.301 INFO [stderr] Compiling yultsur v0.1.0 (/source) Nov 17 17:33:14.119 INFO [stderr] warning: unused variable: `custom` Nov 17 17:33:14.120 INFO [stderr] --> src/validator.rs:11:30 Nov 17 17:33:14.120 INFO [stderr] | Nov 17 17:33:14.120 INFO [stderr] 11 | Type::Custom(ref custom) => Ok(()), Nov 17 17:33:14.120 INFO [stderr] | ^^^^^^ help: consider using `_custom` instead Nov 17 17:33:14.121 INFO [stderr] | Nov 17 17:33:14.121 INFO [stderr] = note: #[warn(unused_variables)] on by default Nov 17 17:33:14.121 INFO [stderr] Nov 17 17:33:14.121 INFO [stderr] warning: unused variable: `typed` Nov 17 17:33:14.122 INFO [stderr] --> src/validator.rs:8:24 Nov 17 17:33:14.122 INFO [stderr] | Nov 17 17:33:14.122 INFO [stderr] 8 | fn validate(&self, typed: bool) -> Result<(), String> { Nov 17 17:33:14.122 INFO [stderr] | ^^^^^ help: consider using `_typed` instead Nov 17 17:33:14.123 INFO [stderr] Nov 17 17:33:15.631 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.34s Nov 17 17:33:15.641 INFO [stderr] su: No module specific data is present Nov 17 17:33:16.403 INFO running `"docker" "inspect" "96311aa41dad91c0fd1174e3e17ed3ba47bc1a5a27ea93b9970e10a997c2a3d8"` Nov 17 17:33:16.661 INFO running `"docker" "rm" "-f" "96311aa41dad91c0fd1174e3e17ed3ba47bc1a5a27ea93b9970e10a997c2a3d8"` Nov 17 17:33:16.895 INFO [stdout] 96311aa41dad91c0fd1174e3e17ed3ba47bc1a5a27ea93b9970e10a997c2a3d8 Nov 17 17:33:16.904 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-0/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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"` Nov 17 17:33:17.371 INFO [stdout] 7d48a67016c5a59483097e9e363bd5e339c010bffeae12a2f0cbddf4f5407dec Nov 17 17:33:17.377 INFO running `"docker" "start" "-a" "7d48a67016c5a59483097e9e363bd5e339c010bffeae12a2f0cbddf4f5407dec"` Nov 17 17:33:19.139 INFO [stderr] usermod: no changes Nov 17 17:33:19.188 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s Nov 17 17:33:19.191 INFO [stderr] Running /target/debug/deps/yultsur-54ede0a692c91e67 Nov 17 17:33:19.199 INFO [stdout] Nov 17 17:33:19.199 INFO [stdout] running 31 tests Nov 17 17:33:19.207 INFO [stdout] test validator::tests::untyped_literal ... ok Nov 17 17:33:19.219 INFO [stdout] test validator::tests::typed_literal ... ok Nov 17 17:33:19.219 INFO [stdout] test validator::tests::invalid_custom_type ... ok Nov 17 17:33:19.227 INFO [stdout] test validator::tests::custom_type ... ok Nov 17 17:33:19.227 INFO [stdout] test validator::tests::case_invalid_default ... ok Nov 17 17:33:19.227 INFO [stdout] test validator::tests::complex_example ... ok Nov 17 17:33:19.227 INFO [stdout] test validator::tests::basic_type ... ok Nov 17 17:33:19.227 INFO [stdout] test yul::tests::block_empty ... ok Nov 17 17:33:19.227 INFO [stdout] test yul::tests::assignment_multi ... ok Nov 17 17:33:19.227 INFO [stdout] test yul::tests::assignment_single ... ok Nov 17 17:33:19.227 INFO [stdout] test yul::tests::forloop ... ok Nov 17 17:33:19.228 INFO [stdout] test yul::tests::case_default ... ok Nov 17 17:33:19.228 INFO [stdout] test yul::tests::functioncall ... ok Nov 17 17:33:19.228 INFO [stdout] test yul::tests::functiondefinition_basic ... ok Nov 17 17:33:19.228 INFO [stdout] test yul::tests::functiondefinition_multi ... ok Nov 17 17:33:19.228 INFO [stdout] test yul::tests::functiondefinition_single_ret ... ok Nov 17 17:33:19.228 INFO [stdout] test yul::tests::identifier ... ok Nov 17 17:33:19.228 INFO [stdout] test yul::tests::functiondefinition_single_arg ... ok Nov 17 17:33:19.228 INFO [stdout] test yul::tests::identifier_typed ... ok Nov 17 17:33:19.228 INFO [stdout] test yul::tests::identifierr_custom_typed ... ok Nov 17 17:33:19.229 INFO [stdout] test yul::tests::block_literal ... ok Nov 17 17:33:19.229 INFO [stdout] test yul::tests::block_nested ... ok Nov 17 17:33:19.229 INFO [stdout] test yul::tests::if_statement ... ok Nov 17 17:33:19.229 INFO [stdout] test yul::tests::literal_custom_typed ... ok Nov 17 17:33:19.229 INFO [stdout] test yul::tests::literal ... ok Nov 17 17:33:19.229 INFO [stdout] test yul::tests::literal_typed ... ok Nov 17 17:33:19.229 INFO [stdout] test yul::tests::variabledeclaration_empty ... ok Nov 17 17:33:19.229 INFO [stdout] test yul::tests::variabledeclaration_multi ... ok Nov 17 17:33:19.229 INFO [stdout] test yul::tests::switch ... ok Nov 17 17:33:19.229 INFO [stdout] test yul::tests::variabledeclaration_single ... ok Nov 17 17:33:19.229 INFO [stdout] test yul::tests::case ... ok Nov 17 17:33:19.229 INFO [stdout] Nov 17 17:33:19.230 INFO [stdout] test result: ok. 31 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 17:33:19.230 INFO [stdout] Nov 17 17:33:19.230 INFO [stderr] Doc-tests yultsur Nov 17 17:33:19.871 INFO [stdout] Nov 17 17:33:19.871 INFO [stdout] running 0 tests Nov 17 17:33:19.871 INFO [stdout] Nov 17 17:33:19.871 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 17:33:19.871 INFO [stdout] Nov 17 17:33:19.879 INFO [stderr] su: No module specific data is present Nov 17 17:33:20.907 INFO running `"docker" "inspect" "7d48a67016c5a59483097e9e363bd5e339c010bffeae12a2f0cbddf4f5407dec"` Nov 17 17:33:21.180 INFO running `"docker" "rm" "-f" "7d48a67016c5a59483097e9e363bd5e339c010bffeae12a2f0cbddf4f5407dec"` Nov 17 17:33:21.399 INFO [stdout] 7d48a67016c5a59483097e9e363bd5e339c010bffeae12a2f0cbddf4f5407dec