Oct 27 20:06:26.328 INFO checking keymatrix-0.1.2 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 20:06:26.328 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192-2/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 27 20:06:26.577 INFO blam! 6c198ba262e3145d289132f08c5f4bb887facb65980020029d7596e96f70bcc8 Oct 27 20:06:26.579 INFO running `"docker" "start" "-a" "6c198ba262e3145d289132f08c5f4bb887facb65980020029d7596e96f70bcc8"` Oct 27 20:06:27.407 INFO kablam! usermod: no changes Oct 27 20:06:27.687 INFO kablam! Compiling rand_core v0.3.0 Oct 27 20:06:27.688 INFO kablam! Compiling cortex-m-rt v0.6.5 Oct 27 20:06:27.688 INFO kablam! Compiling atsamd21g18a v0.3.1 Oct 27 20:06:27.689 INFO kablam! Compiling cortex-m-rtfm v0.3.4 Oct 27 20:06:27.693 INFO kablam! Checking rtfm-core v0.2.0 Oct 27 20:06:27.694 INFO kablam! Checking panic-abort v0.2.0 Oct 27 20:06:27.694 INFO kablam! Compiling mashup-impl v0.1.9 Oct 27 20:06:27.715 INFO kablam! Checking samd21g18a v0.2.1 Oct 27 20:06:28.115 INFO kablam! Compiling syn v0.14.9 Oct 27 20:06:28.199 INFO kablam! Checking keymatrix v0.1.2 (/source) Oct 27 20:06:29.561 INFO kablam! Compiling rand_core v0.2.2 Oct 27 20:06:30.051 INFO kablam! Compiling failure_derive v0.1.3 Oct 27 20:06:32.359 INFO kablam! Compiling rand v0.5.5 Oct 27 20:06:38.515 INFO kablam! Checking mashup v0.1.9 Oct 27 20:06:38.618 INFO kablam! Compiling cortex-m-rt-macros v0.1.3 Oct 27 20:06:42.279 INFO kablam! Compiling failure v0.1.3 Oct 27 20:07:05.615 INFO kablam! Compiling rtfm-syntax v0.3.4 Oct 27 20:07:16.583 INFO kablam! Compiling cortex-m-rtfm-macros v0.3.2 Oct 27 20:07:24.500 INFO kablam! Checking atsamd21-hal v0.2.1 Oct 27 20:07:36.373 INFO kablam! Checking samd21_mini v0.1.1 Oct 27 20:07:41.863 INFO kablam! error[E0557]: feature has been removed Oct 27 20:07:41.863 INFO kablam! --> examples/print_matrix.rs:3:12 Oct 27 20:07:41.863 INFO kablam! | Oct 27 20:07:41.863 INFO kablam! 3 | #![feature(proc_macro_gen)] Oct 27 20:07:41.863 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:07:41.863 INFO kablam! | Oct 27 20:07:41.863 INFO kablam! note: subsumed by `#![feature(proc_macro_hygiene)]` Oct 27 20:07:41.863 INFO kablam! --> examples/print_matrix.rs:3:12 Oct 27 20:07:41.863 INFO kablam! | Oct 27 20:07:41.863 INFO kablam! 3 | #![feature(proc_macro_gen)] Oct 27 20:07:41.863 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:07:41.863 INFO kablam! Oct 27 20:07:44.007 INFO kablam! warning: unused `#[macro_use]` import Oct 27 20:07:44.007 INFO kablam! --> examples/print_matrix.rs:11:1 Oct 27 20:07:44.007 INFO kablam! | Oct 27 20:07:44.007 INFO kablam! 11 | #[macro_use] Oct 27 20:07:44.007 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:07:44.007 INFO kablam! | Oct 27 20:07:44.007 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 20:07:44.007 INFO kablam! Oct 27 20:07:44.007 INFO kablam! warning: unused import: `U2` Oct 27 20:07:44.007 INFO kablam! --> examples/print_matrix.rs:27:30 Oct 27 20:07:44.007 INFO kablam! | Oct 27 20:07:44.007 INFO kablam! 27 | use generic_array::typenum::{U2, U3}; Oct 27 20:07:44.007 INFO kablam! | ^^ Oct 27 20:07:44.007 INFO kablam! Oct 27 20:07:44.007 INFO kablam! warning: unused import: `hal::prelude::*` Oct 27 20:07:44.007 INFO kablam! --> examples/print_matrix.rs:29:5 Oct 27 20:07:44.007 INFO kablam! | Oct 27 20:07:44.007 INFO kablam! 29 | use hal::prelude::*; Oct 27 20:07:44.007 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 20:07:44.007 INFO kablam! Oct 27 20:07:44.007 INFO kablam! warning: unused import: `bsp::prelude::*` Oct 27 20:07:44.007 INFO kablam! --> examples/print_matrix.rs:35:5 Oct 27 20:07:44.007 INFO kablam! | Oct 27 20:07:44.007 INFO kablam! 35 | use bsp::prelude::*; Oct 27 20:07:44.007 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 20:07:44.007 INFO kablam! Oct 27 20:07:44.007 INFO kablam! error: language item required, but not found: `eh_personality` Oct 27 20:07:44.007 INFO kablam! Oct 27 20:07:44.184 INFO kablam! error[E0599]: no method named `is_high` found for type `atsamd21::gpio::Pa15>` in the current scope Oct 27 20:07:44.184 INFO kablam! --> examples/print_matrix.rs:62:1 Oct 27 20:07:44.184 INFO kablam! | Oct 27 20:07:44.185 INFO kablam! 62 | / key_rows!( Oct 27 20:07:44.185 INFO kablam! 63 | | KeyzRows, Oct 27 20:07:44.185 INFO kablam! 64 | | U3, Oct 27 20:07:44.186 INFO kablam! 65 | | [ Oct 27 20:07:44.186 INFO kablam! ... | Oct 27 20:07:44.186 INFO kablam! 69 | | ] Oct 27 20:07:44.187 INFO kablam! 70 | | ); Oct 27 20:07:44.187 INFO kablam! | |__^ Oct 27 20:07:44.187 INFO kablam! | Oct 27 20:07:44.188 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 27 20:07:44.188 INFO kablam! Oct 27 20:07:44.188 INFO kablam! error[E0599]: no method named `is_high` found for type `atsamd21::gpio::Pa20>` in the current scope Oct 27 20:07:44.188 INFO kablam! --> examples/print_matrix.rs:62:1 Oct 27 20:07:44.189 INFO kablam! | Oct 27 20:07:44.189 INFO kablam! 62 | / key_rows!( Oct 27 20:07:44.189 INFO kablam! 63 | | KeyzRows, Oct 27 20:07:44.189 INFO kablam! 64 | | U3, Oct 27 20:07:44.189 INFO kablam! 65 | | [ Oct 27 20:07:44.190 INFO kablam! ... | Oct 27 20:07:44.190 INFO kablam! 69 | | ] Oct 27 20:07:44.190 INFO kablam! 70 | | ); Oct 27 20:07:44.191 INFO kablam! | |__^ Oct 27 20:07:44.191 INFO kablam! | Oct 27 20:07:44.191 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 27 20:07:44.191 INFO kablam! Oct 27 20:07:44.192 INFO kablam! error[E0599]: no method named `is_high` found for type `atsamd21::gpio::Pa21>` in the current scope Oct 27 20:07:44.192 INFO kablam! --> examples/print_matrix.rs:62:1 Oct 27 20:07:44.192 INFO kablam! | Oct 27 20:07:44.192 INFO kablam! 62 | / key_rows!( Oct 27 20:07:44.193 INFO kablam! 63 | | KeyzRows, Oct 27 20:07:44.193 INFO kablam! 64 | | U3, Oct 27 20:07:44.193 INFO kablam! 65 | | [ Oct 27 20:07:44.193 INFO kablam! ... | Oct 27 20:07:44.194 INFO kablam! 69 | | ] Oct 27 20:07:44.194 INFO kablam! 70 | | ); Oct 27 20:07:44.194 INFO kablam! | |__^ Oct 27 20:07:44.194 INFO kablam! | Oct 27 20:07:44.199 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 27 20:07:44.199 INFO kablam! Oct 27 20:07:44.199 INFO kablam! error: aborting due to 5 previous errors Oct 27 20:07:44.200 INFO kablam! Oct 27 20:07:44.200 INFO kablam! Some errors occurred: E0557, E0599. Oct 27 20:07:44.200 INFO kablam! For more information about an error, try `rustc --explain E0557`. Oct 27 20:07:44.206 INFO kablam! error: Could not compile `keymatrix`. Oct 27 20:07:44.207 INFO kablam! Oct 27 20:07:44.207 INFO kablam! To learn more, run the command again with --verbose. Oct 27 20:07:44.208 INFO kablam! su: No module specific data is present Oct 27 20:07:44.691 INFO running `"docker" "rm" "-f" "6c198ba262e3145d289132f08c5f4bb887facb65980020029d7596e96f70bcc8"` Oct 27 20:07:44.823 INFO blam! 6c198ba262e3145d289132f08c5f4bb887facb65980020029d7596e96f70bcc8