Oct 27 19:04:42.784 INFO checking moore-vhdl-0.1.0 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 19:04:42.785 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 27 19:04:43.051 INFO blam! 144f7b401b83a03168e468f1cd2a65d5338f7935711ba7190adb691becb2995d Oct 27 19:04:43.059 INFO running `"docker" "start" "-a" "144f7b401b83a03168e468f1cd2a65d5338f7935711ba7190adb691becb2995d"` Oct 27 19:04:43.542 INFO kablam! usermod: no changes Oct 27 19:04:43.647 INFO kablam! Checking moore-common v0.1.0 Oct 27 19:04:43.647 INFO kablam! Checking bincode v0.6.1 Oct 27 19:04:43.703 INFO kablam! Checking llhd v0.1.0 Oct 27 19:04:46.315 INFO kablam! Checking moore-vhdl-syntax v0.1.0 Oct 27 19:04:53.663 INFO kablam! Checking moore-vhdl v0.1.0 (/source) Oct 27 19:04:59.271 INFO kablam! warning: use of deprecated item 'hir::ExprData::OverloadedName::0' Oct 27 19:04:59.271 INFO kablam! --> hir.rs:436:17 Oct 27 19:04:59.271 INFO kablam! | Oct 27 19:04:59.271 INFO kablam! 436 | OverloadedName(Vec>), Oct 27 19:04:59.271 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 19:04:59.271 INFO kablam! | Oct 27 19:04:59.271 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 19:04:59.271 INFO kablam! Oct 27 19:04:59.379 INFO kablam! warning: use of deprecated item 'hir::ExprData::OverloadedName::0' Oct 27 19:04:59.380 INFO kablam! --> hir.rs:436:17 Oct 27 19:04:59.381 INFO kablam! | Oct 27 19:04:59.382 INFO kablam! 436 | OverloadedName(Vec>), Oct 27 19:04:59.382 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 19:04:59.383 INFO kablam! | Oct 27 19:04:59.384 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 19:04:59.384 INFO kablam! Oct 27 19:05:03.831 INFO kablam! warning: unused variable: `others` Oct 27 19:05:03.831 INFO kablam! --> nodes/expr.rs:336:17 Oct 27 19:05:03.831 INFO kablam! | Oct 27 19:05:03.831 INFO kablam! 336 | if let Some(others) = hir.others { Oct 27 19:05:03.831 INFO kablam! | ^^^^^^ help: consider using `_others` instead Oct 27 19:05:03.831 INFO kablam! | Oct 27 19:05:03.831 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 19:05:03.831 INFO kablam! Oct 27 19:05:03.831 INFO kablam! warning: unused variable: `id` Oct 27 19:05:03.831 INFO kablam! --> nodes/expr.rs:263:5 Oct 27 19:05:03.831 INFO kablam! | Oct 27 19:05:03.831 INFO kablam! 263 | id: AggregateRef, Oct 27 19:05:03.831 INFO kablam! | ^^ help: consider using `_id` instead Oct 27 19:05:03.831 INFO kablam! Oct 27 19:05:03.831 INFO kablam! warning: unused variable: `ty` Oct 27 19:05:03.831 INFO kablam! --> nodes/expr.rs:443:17 Oct 27 19:05:03.831 INFO kablam! | Oct 27 19:05:03.831 INFO kablam! 443 | let ty = tyc.lazy_typeval(others.value)?; Oct 27 19:05:03.831 INFO kablam! | ^^ help: consider using `_ty` instead Oct 27 19:05:03.831 INFO kablam! Oct 27 19:05:03.831 INFO kablam! warning: unused variable: `id` Oct 27 19:05:03.831 INFO kablam! --> nodes/expr.rs:387:5 Oct 27 19:05:03.831 INFO kablam! | Oct 27 19:05:03.831 INFO kablam! 387 | id: AggregateRef, Oct 27 19:05:03.831 INFO kablam! | ^^ help: consider using `_id` instead Oct 27 19:05:03.831 INFO kablam! Oct 27 19:05:03.831 INFO kablam! warning: unused variable: `range` Oct 27 19:05:03.831 INFO kablam! --> nodes/expr.rs:498:71 Oct 27 19:05:03.831 INFO kablam! | Oct 27 19:05:03.831 INFO kablam! 498 | hir::ArrayChoice::DiscreteRange(hir::DiscreteRange::Range(ref range)) => { Oct 27 19:05:03.831 INFO kablam! | ^^^^^ help: consider using `_range` instead Oct 27 19:05:03.831 INFO kablam! Oct 27 19:05:04.027 INFO kablam! warning: unused variable: `others` Oct 27 19:05:04.027 INFO kablam! --> nodes/expr.rs:336:17 Oct 27 19:05:04.027 INFO kablam! | Oct 27 19:05:04.027 INFO kablam! 336 | if let Some(others) = hir.others { Oct 27 19:05:04.027 INFO kablam! | ^^^^^^ help: consider using `_others` instead Oct 27 19:05:04.027 INFO kablam! | Oct 27 19:05:04.027 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 19:05:04.027 INFO kablam! Oct 27 19:05:04.027 INFO kablam! warning: unused variable: `id` Oct 27 19:05:04.027 INFO kablam! --> nodes/expr.rs:263:5 Oct 27 19:05:04.027 INFO kablam! | Oct 27 19:05:04.027 INFO kablam! 263 | id: AggregateRef, Oct 27 19:05:04.027 INFO kablam! | ^^ help: consider using `_id` instead Oct 27 19:05:04.027 INFO kablam! Oct 27 19:05:04.027 INFO kablam! warning: unused variable: `ty` Oct 27 19:05:04.027 INFO kablam! --> nodes/expr.rs:443:17 Oct 27 19:05:04.027 INFO kablam! | Oct 27 19:05:04.027 INFO kablam! 443 | let ty = tyc.lazy_typeval(others.value)?; Oct 27 19:05:04.027 INFO kablam! | ^^ help: consider using `_ty` instead Oct 27 19:05:04.027 INFO kablam! Oct 27 19:05:04.027 INFO kablam! warning: unused variable: `id` Oct 27 19:05:04.027 INFO kablam! --> nodes/expr.rs:387:5 Oct 27 19:05:04.027 INFO kablam! | Oct 27 19:05:04.027 INFO kablam! 387 | id: AggregateRef, Oct 27 19:05:04.027 INFO kablam! | ^^ help: consider using `_id` instead Oct 27 19:05:04.027 INFO kablam! Oct 27 19:05:04.027 INFO kablam! warning: unused variable: `range` Oct 27 19:05:04.027 INFO kablam! --> nodes/expr.rs:498:71 Oct 27 19:05:04.027 INFO kablam! | Oct 27 19:05:04.027 INFO kablam! 498 | hir::ArrayChoice::DiscreteRange(hir::DiscreteRange::Range(ref range)) => { Oct 27 19:05:04.027 INFO kablam! | ^^^^^ help: consider using `_range` instead Oct 27 19:05:04.027 INFO kablam! Oct 27 19:05:07.192 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 23.63s Oct 27 19:05:07.199 INFO kablam! su: No module specific data is present Oct 27 19:05:08.015 INFO running `"docker" "rm" "-f" "144f7b401b83a03168e468f1cd2a65d5338f7935711ba7190adb691becb2995d"` Oct 27 19:05:08.207 INFO blam! 144f7b401b83a03168e468f1cd2a65d5338f7935711ba7190adb691becb2995d