Oct 21 17:58:29.685 INFO checking fabianschuiki/moore against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 17:58:29.687 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-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 21 17:58:30.116 INFO blam! 6d90cf08c9ccfd8adb63779f7e4578430b304a6ef04d1879ff417f2ce9cfaf6a Oct 21 17:58:30.118 INFO running `"docker" "start" "-a" "6d90cf08c9ccfd8adb63779f7e4578430b304a6ef04d1879ff417f2ce9cfaf6a"` Oct 21 17:58:31.057 INFO kablam! usermod: no changes Oct 21 17:58:31.190 INFO kablam! Checking slog v2.0.12 Oct 21 17:58:31.197 INFO kablam! Checking memmap v0.5.2 Oct 21 17:58:31.201 INFO kablam! Checking bincode v0.6.1 Oct 21 17:58:31.201 INFO kablam! Checking combine v2.5.2 Oct 21 17:58:32.524 INFO kablam! Checking moore-common v0.1.0 (/source/src/common) Oct 21 17:58:34.838 INFO kablam! Checking moore-svlog-syntax v0.1.0 (/source/src/svlog/syntax) Oct 21 17:58:34.838 INFO kablam! Checking moore-vhdl-syntax v0.1.0 (/source/src/vhdl/syntax) Oct 21 17:58:36.116 INFO kablam! Checking llhd v0.1.0 Oct 21 17:58:36.652 INFO kablam! warning: unused import: `moore_common::source::*` Oct 21 17:58:36.652 INFO kablam! --> src/svlog/syntax/lexer.rs:511:6 Oct 21 17:58:36.652 INFO kablam! | Oct 21 17:58:36.652 INFO kablam! 511 | use moore_common::source::*; Oct 21 17:58:36.652 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:58:36.652 INFO kablam! | Oct 21 17:58:36.652 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 17:58:36.652 INFO kablam! Oct 21 17:58:36.652 INFO kablam! warning: unused import: `moore_common::name::*` Oct 21 17:58:36.652 INFO kablam! --> src/svlog/syntax/lexer.rs:512:6 Oct 21 17:58:36.652 INFO kablam! | Oct 21 17:58:36.652 INFO kablam! 512 | use moore_common::name::*; Oct 21 17:58:36.652 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:58:36.652 INFO kablam! Oct 21 17:58:36.652 INFO kablam! warning: unused import: `preproc::*` Oct 21 17:58:36.652 INFO kablam! --> src/svlog/syntax/lexer.rs:513:6 Oct 21 17:58:36.652 INFO kablam! | Oct 21 17:58:36.652 INFO kablam! 513 | use preproc::*; Oct 21 17:58:36.652 INFO kablam! | ^^^^^^^^^^ Oct 21 17:58:36.652 INFO kablam! Oct 21 17:58:36.653 INFO kablam! warning: unused import: `moore_common::name::*` Oct 21 17:58:36.653 INFO kablam! --> src/svlog/syntax/parser.rs:5203:6 Oct 21 17:58:36.653 INFO kablam! | Oct 21 17:58:36.653 INFO kablam! 5203 | use moore_common::name::*; Oct 21 17:58:36.653 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:58:36.653 INFO kablam! Oct 21 17:58:36.653 INFO kablam! warning: unused import: `moore_common::source::*` Oct 21 17:58:36.653 INFO kablam! --> src/svlog/syntax/preproc.rs:665:6 Oct 21 17:58:36.653 INFO kablam! | Oct 21 17:58:36.653 INFO kablam! 665 | use moore_common::source::*; Oct 21 17:58:36.653 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:58:36.653 INFO kablam! Oct 21 17:58:36.653 INFO kablam! warning: unused import: `cat::CatTokenKind::*` Oct 21 17:58:36.653 INFO kablam! --> src/svlog/syntax/preproc.rs:667:6 Oct 21 17:58:36.653 INFO kablam! | Oct 21 17:58:36.653 INFO kablam! 667 | use cat::CatTokenKind::*; Oct 21 17:58:36.653 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 21 17:58:36.654 INFO kablam! Oct 21 17:58:43.188 INFO kablam! Checking moore-vhdl v0.1.0 (/source/src/vhdl) Oct 21 17:58:47.004 INFO kablam! Checking moore-svlog-hir v0.1.0 (/source/src/svlog/hir) Oct 21 17:58:47.840 INFO kablam! warning: variable does not need to be mutable Oct 21 17:58:47.840 INFO kablam! --> src/svlog/syntax/preproc.rs:683:7 Oct 21 17:58:47.840 INFO kablam! | Oct 21 17:58:47.840 INFO kablam! 683 | let mut pp = preproc(input); Oct 21 17:58:47.840 INFO kablam! | ----^^ Oct 21 17:58:47.840 INFO kablam! | | Oct 21 17:58:47.840 INFO kablam! | help: remove this `mut` Oct 21 17:58:47.840 INFO kablam! | Oct 21 17:58:47.841 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 17:58:47.841 INFO kablam! Oct 21 17:58:47.841 INFO kablam! warning: variable does not need to be mutable Oct 21 17:58:47.841 INFO kablam! --> src/svlog/syntax/preproc.rs:689:7 Oct 21 17:58:47.841 INFO kablam! | Oct 21 17:58:47.841 INFO kablam! 689 | let mut pp = preproc(input); Oct 21 17:58:47.841 INFO kablam! | ----^^ Oct 21 17:58:47.841 INFO kablam! | | Oct 21 17:58:47.841 INFO kablam! | help: remove this `mut` Oct 21 17:58:47.841 INFO kablam! Oct 21 17:58:47.860 INFO kablam! warning: variable does not need to be mutable Oct 21 17:58:47.860 INFO kablam! --> src/svlog/syntax/preproc.rs:699:7 Oct 21 17:58:47.860 INFO kablam! | Oct 21 17:58:47.860 INFO kablam! 699 | let mut pp = Preprocessor::new(sm.open("test.sv").unwrap(), &[]); Oct 21 17:58:47.860 INFO kablam! | ----^^ Oct 21 17:58:47.861 INFO kablam! | | Oct 21 17:58:47.861 INFO kablam! | help: remove this `mut` Oct 21 17:58:47.861 INFO kablam! Oct 21 17:58:47.872 INFO kablam! warning: variable does not need to be mutable Oct 21 17:58:47.872 INFO kablam! --> src/svlog/syntax/preproc.rs:716:7 Oct 21 17:58:47.872 INFO kablam! | Oct 21 17:58:47.872 INFO kablam! 716 | let mut pp = Preprocessor::new(sm.open("test.sv").unwrap(), &[]); Oct 21 17:58:47.872 INFO kablam! | ----^^ Oct 21 17:58:47.872 INFO kablam! | | Oct 21 17:58:47.872 INFO kablam! | help: remove this `mut` Oct 21 17:58:47.872 INFO kablam! Oct 21 17:58:48.916 INFO kablam! warning: function is never used: `check` Oct 21 17:58:48.916 INFO kablam! --> src/svlog/syntax/preproc.rs:682:2 Oct 21 17:58:48.916 INFO kablam! | Oct 21 17:58:48.916 INFO kablam! 682 | fn check(input: &str, expected: &[CatTokenKind]) { Oct 21 17:58:48.916 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:58:48.916 INFO kablam! | Oct 21 17:58:48.916 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 17:58:48.916 INFO kablam! Oct 21 17:58:49.076 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 17:58:49.076 INFO kablam! --> src/svlog/syntax/parser.rs:5219:3 Oct 21 17:58:49.076 INFO kablam! | Oct 21 17:58:49.076 INFO kablam! 5219 | super::parse(lexer); Oct 21 17:58:49.076 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 21 17:58:49.076 INFO kablam! | Oct 21 17:58:49.076 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 17:58:49.076 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 17:58:49.076 INFO kablam! Oct 21 17:58:49.090 INFO kablam! Checking moore-svlog v0.1.0 (/source/src/svlog) Oct 21 17:58:50.599 INFO kablam! warning: use of deprecated item 'hir::ExprData::OverloadedName::0' Oct 21 17:58:50.599 INFO kablam! --> src/vhdl/hir/mod.rs:461:20 Oct 21 17:58:50.599 INFO kablam! | Oct 21 17:58:50.599 INFO kablam! 461 | OverloadedName(Vec>), Oct 21 17:58:50.600 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 21 17:58:50.604 INFO kablam! | Oct 21 17:58:50.604 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 17:58:50.604 INFO kablam! Oct 21 17:58:52.723 INFO kablam! warning: use of deprecated item 'hir::ExprData::OverloadedName::0' Oct 21 17:58:52.723 INFO kablam! --> src/vhdl/hir/mod.rs:461:20 Oct 21 17:58:52.723 INFO kablam! | Oct 21 17:58:52.723 INFO kablam! 461 | OverloadedName(Vec>), Oct 21 17:58:52.723 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 21 17:58:52.723 INFO kablam! | Oct 21 17:58:52.723 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 17:58:52.723 INFO kablam! Oct 21 17:59:03.498 INFO kablam! Checking moore v0.1.0 (/source) Oct 21 17:59:06.924 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 35.83s Oct 21 17:59:06.952 INFO kablam! su: No module specific data is present Oct 21 17:59:07.500 INFO running `"docker" "rm" "-f" "6d90cf08c9ccfd8adb63779f7e4578430b304a6ef04d1879ff417f2ce9cfaf6a"` Oct 21 17:59:07.736 INFO blam! 6d90cf08c9ccfd8adb63779f7e4578430b304a6ef04d1879ff417f2ce9cfaf6a