Jul 11 12:45:23.755 INFO checking twking7/adventofcode2017 against master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9 for pr-52234 Jul 11 12:45:23.755 INFO running: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 11 12:45:23.755 INFO creating container for: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 11 12:45:23.755 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-52234/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-0/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "crater"` Jul 11 12:45:24.021 INFO blam! 21f2607c39c541befc75f63362ebc0ef23c3c87826a1ae58cd1042bc78527124 Jul 11 12:45:24.022 INFO running `"docker" "start" "-a" "21f2607c39c541befc75f63362ebc0ef23c3c87826a1ae58cd1042bc78527124"` Jul 11 12:45:25.062 INFO kablam! Blocking waiting for file lock on the registry index Jul 11 12:45:26.159 INFO kablam! Checking libc v0.2.34 Jul 11 12:45:26.162 INFO kablam! Checking encoding_index_tests v0.1.4 Jul 11 12:45:26.193 INFO kablam! Checking thread_local v0.3.4 Jul 11 12:45:26.592 INFO kablam! Checking encoding-index-singlebyte v1.20141219.5 Jul 11 12:45:26.597 INFO kablam! Checking encoding-index-korean v1.20141219.5 Jul 11 12:45:26.600 INFO kablam! Checking encoding-index-tradchinese v1.20141219.5 Jul 11 12:45:26.607 INFO kablam! Checking encoding-index-simpchinese v1.20141219.5 Jul 11 12:45:26.610 INFO kablam! Checking encoding-index-japanese v1.20141219.5 Jul 11 12:45:36.128 INFO kablam! Checking encoding v0.2.33 Jul 11 12:45:36.267 INFO kablam! Checking memchr v2.0.1 Jul 11 12:45:36.991 INFO kablam! Checking aho-corasick v0.6.4 Jul 11 12:45:39.291 INFO kablam! Checking regex v0.2.3 Jul 11 12:45:44.733 INFO kablam! Checking aoc2017 v0.1.0 (file:///source) Jul 11 12:45:45.765 INFO kablam! error[E0599]: no method named `rotate` found for type `std::vec::Vec` in the current scope Jul 11 12:45:45.765 INFO kablam! --> src/day1.rs:8:8 Jul 11 12:45:45.765 INFO kablam! | Jul 11 12:45:45.765 INFO kablam! 8 | d2.rotate(rotate); Jul 11 12:45:45.765 INFO kablam! | ^^^^^^ Jul 11 12:45:45.765 INFO kablam! Jul 11 12:45:45.949 INFO kablam! error[E0599]: no method named `rotate` found for type `std::vec::Vec` in the current scope Jul 11 12:45:45.949 INFO kablam! --> src/day1.rs:8:8 Jul 11 12:45:45.949 INFO kablam! | Jul 11 12:45:45.949 INFO kablam! 8 | d2.rotate(rotate); Jul 11 12:45:45.949 INFO kablam! | ^^^^^^ Jul 11 12:45:45.949 INFO kablam! Jul 11 12:45:46.790 INFO kablam! error[E0599]: no method named `rotate` found for type `std::vec::Vec` in the current scope Jul 11 12:45:46.790 INFO kablam! --> src/day16.rs:32:33 Jul 11 12:45:46.790 INFO kablam! | Jul 11 12:45:46.790 INFO kablam! 32 | Step::Shift(n) => v.rotate(len - n), Jul 11 12:45:46.790 INFO kablam! | ^^^^^^ Jul 11 12:45:46.791 INFO kablam! Jul 11 12:45:46.831 INFO kablam! error[E0599]: no method named `rotate` found for type `std::vec::Vec` in the current scope Jul 11 12:45:46.831 INFO kablam! --> src/day16.rs:58:37 Jul 11 12:45:46.831 INFO kablam! | Jul 11 12:45:46.831 INFO kablam! 58 | Step::Shift(n) => v.rotate(len - n), Jul 11 12:45:46.831 INFO kablam! | ^^^^^^ Jul 11 12:45:46.831 INFO kablam! Jul 11 12:45:47.433 INFO kablam! error: aborting due to 3 previous errors Jul 11 12:45:47.433 INFO kablam! Jul 11 12:45:47.433 INFO kablam! For more information about this error, try `rustc --explain E0599`. Jul 11 12:45:47.467 INFO kablam! error: Could not compile `aoc2017`. Jul 11 12:45:47.467 INFO kablam! warning: build failed, waiting for other jobs to finish... Jul 11 12:45:47.485 INFO kablam! error[E0599]: no method named `rotate` found for type `std::vec::Vec` in the current scope Jul 11 12:45:47.485 INFO kablam! --> src/day16.rs:32:33 Jul 11 12:45:47.485 INFO kablam! | Jul 11 12:45:47.485 INFO kablam! 32 | Step::Shift(n) => v.rotate(len - n), Jul 11 12:45:47.485 INFO kablam! | ^^^^^^ Jul 11 12:45:47.485 INFO kablam! Jul 11 12:45:47.513 INFO kablam! error[E0599]: no method named `rotate` found for type `std::vec::Vec` in the current scope Jul 11 12:45:47.513 INFO kablam! --> src/day16.rs:58:37 Jul 11 12:45:47.513 INFO kablam! | Jul 11 12:45:47.513 INFO kablam! 58 | Step::Shift(n) => v.rotate(len - n), Jul 11 12:45:47.513 INFO kablam! | ^^^^^^ Jul 11 12:45:47.513 INFO kablam! Jul 11 12:45:48.039 INFO kablam! error: aborting due to 3 previous errors Jul 11 12:45:48.039 INFO kablam! Jul 11 12:45:48.039 INFO kablam! For more information about this error, try `rustc --explain E0599`. Jul 11 12:45:48.051 INFO kablam! error: Could not compile `aoc2017`. Jul 11 12:45:48.051 INFO kablam! Jul 11 12:45:48.051 INFO kablam! To learn more, run the command again with --verbose. Jul 11 12:45:48.053 INFO kablam! su: No module specific data is present Jul 11 12:45:48.583 INFO running `"docker" "rm" "-f" "21f2607c39c541befc75f63362ebc0ef23c3c87826a1ae58cd1042bc78527124"` Jul 11 12:45:48.739 INFO blam! 21f2607c39c541befc75f63362ebc0ef23c3c87826a1ae58cd1042bc78527124