[INFO] crate svd 1.0.0 is already in cache [INFO] extracting crate svd 1.0.0 into work/ex/pr-63565/sources/master#c43d03a19f326f4a323569328cc501e86eb6d22e/reg/svd/1.0.0 [INFO] extracting crate svd 1.0.0 into work/ex/pr-63565/sources/try#75eff020d0923c035c2fe220db4a0465cd847048/reg/svd/1.0.0 [INFO] validating manifest of svd-1.0.0 on toolchain master#c43d03a19f326f4a323569328cc501e86eb6d22e [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c43d03a19f326f4a323569328cc501e86eb6d22e-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of svd-1.0.0 on toolchain try#75eff020d0923c035c2fe220db4a0465cd847048 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+75eff020d0923c035c2fe220db4a0465cd847048-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing svd-1.0.0 [INFO] finished frobbing svd-1.0.0 [INFO] frobbed toml for svd-1.0.0 written to work/ex/pr-63565/sources/master#c43d03a19f326f4a323569328cc501e86eb6d22e/reg/svd/1.0.0/Cargo.toml [INFO] started frobbing svd-1.0.0 [INFO] finished frobbing svd-1.0.0 [INFO] frobbed toml for svd-1.0.0 written to work/ex/pr-63565/sources/try#75eff020d0923c035c2fe220db4a0465cd847048/reg/svd/1.0.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c43d03a19f326f4a323569328cc501e86eb6d22e-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+75eff020d0923c035c2fe220db4a0465cd847048-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c43d03a19f326f4a323569328cc501e86eb6d22e-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+75eff020d0923c035c2fe220db4a0465cd847048-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking svd-1.0.0 against master#c43d03a19f326f4a323569328cc501e86eb6d22e for pr-63565 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63565/worker-2/master#c43d03a19f326f4a323569328cc501e86eb6d22e:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63565/sources/master#c43d03a19f326f4a323569328cc501e86eb6d22e/reg/svd/1.0.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+c43d03a19f326f4a323569328cc501e86eb6d22e-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 71dc6a91e177126debdf7caeea00d5b38c94753b969c8c4593c0c15236a231a8 [INFO] running `"docker" "start" "-a" "71dc6a91e177126debdf7caeea00d5b38c94753b969c8c4593c0c15236a231a8"` [INFO] [stderr] Checking svd v1.0.0 (/opt/crater/workdir) [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/regs.rs:3:16 [INFO] [stderr] | [INFO] [stderr] 3 | pub width: uint, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/regs.rs:7:17 [INFO] [stderr] | [INFO] [stderr] 7 | fn spread(width:uint) -> uint { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/regs.rs:7:26 [INFO] [stderr] | [INFO] [stderr] 7 | fn spread(width:uint) -> uint { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/regs.rs:12:27 [INFO] [stderr] | [INFO] [stderr] 12 | pub fn set(&self) -> (uint, uint) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/regs.rs:12:33 [INFO] [stderr] | [INFO] [stderr] 12 | pub fn set(&self) -> (uint, uint) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/regs.rs:16:30 [INFO] [stderr] | [INFO] [stderr] 16 | pub fn update(&self) -> (uint, uint) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/regs.rs:16:36 [INFO] [stderr] | [INFO] [stderr] 16 | pub fn update(&self) -> (uint, uint) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/regs.rs:20:35 [INFO] [stderr] | [INFO] [stderr] 20 | pub fn set_value(&self, value:uint) -> (uint, uint) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/regs.rs:20:45 [INFO] [stderr] | [INFO] [stderr] 20 | pub fn set_value(&self, value:uint) -> (uint, uint) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/regs.rs:20:51 [INFO] [stderr] | [INFO] [stderr] 20 | pub fn set_value(&self, value:uint) -> (uint, uint) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/regs.rs:24:38 [INFO] [stderr] | [INFO] [stderr] 24 | pub fn update_value(&self, value:uint) -> (uint, uint) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/regs.rs:24:48 [INFO] [stderr] | [INFO] [stderr] 24 | pub fn update_value(&self, value:uint) -> (uint, uint) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/regs.rs:24:54 [INFO] [stderr] | [INFO] [stderr] 24 | pub fn update_value(&self, value:uint) -> (uint, uint) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/regs.rs:28:30 [INFO] [stderr] | [INFO] [stderr] 28 | pub fn read(&self, value:uint) -> uint { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/regs.rs:28:39 [INFO] [stderr] | [INFO] [stderr] 28 | pub fn read(&self, value:uint) -> uint { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/util.rs:2:21 [INFO] [stderr] | [INFO] [stderr] 2 | pub fn or_tuples(l:(uint, uint), r:(uint, uint)) -> (uint, uint) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/util.rs:2:27 [INFO] [stderr] | [INFO] [stderr] 2 | pub fn or_tuples(l:(uint, uint), r:(uint, uint)) -> (uint, uint) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/util.rs:2:37 [INFO] [stderr] | [INFO] [stderr] 2 | pub fn or_tuples(l:(uint, uint), r:(uint, uint)) -> (uint, uint) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/util.rs:2:43 [INFO] [stderr] | [INFO] [stderr] 2 | pub fn or_tuples(l:(uint, uint), r:(uint, uint)) -> (uint, uint) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/util.rs:2:54 [INFO] [stderr] | [INFO] [stderr] 2 | pub fn or_tuples(l:(uint, uint), r:(uint, uint)) -> (uint, uint) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/util.rs:2:60 [INFO] [stderr] | [INFO] [stderr] 2 | pub fn or_tuples(l:(uint, uint), r:(uint, uint)) -> (uint, uint) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/util.rs:9:24 [INFO] [stderr] | [INFO] [stderr] 9 | pub fn shift_tuple(pos:uint, l:(uint, uint)) -> (uint, uint) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/util.rs:9:33 [INFO] [stderr] | [INFO] [stderr] 9 | pub fn shift_tuple(pos:uint, l:(uint, uint)) -> (uint, uint) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/util.rs:9:39 [INFO] [stderr] | [INFO] [stderr] 9 | pub fn shift_tuple(pos:uint, l:(uint, uint)) -> (uint, uint) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/util.rs:9:50 [INFO] [stderr] | [INFO] [stderr] 9 | pub fn shift_tuple(pos:uint, l:(uint, uint)) -> (uint, uint) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/util.rs:9:56 [INFO] [stderr] | [INFO] [stderr] 9 | pub fn shift_tuple(pos:uint, l:(uint, uint)) -> (uint, uint) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `regs::RegField: std::clone::Clone` is not satisfied [INFO] [stderr] --> src/regs.rs:1:10 [INFO] [stderr] | [INFO] [stderr] 1 | #[derive(Copy)] [INFO] [stderr] | ^^^^ the trait `std::clone::Clone` is not implemented for `regs::RegField` [INFO] [stderr] [INFO] [stderr] error: aborting due to 27 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0412. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: Could not compile `svd`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/regs.rs:3:16 [INFO] [stderr] | [INFO] [stderr] 3 | pub width: uint, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/regs.rs:7:17 [INFO] [stderr] | [INFO] [stderr] 7 | fn spread(width:uint) -> uint { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/regs.rs:7:26 [INFO] [stderr] | [INFO] [stderr] 7 | fn spread(width:uint) -> uint { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/regs.rs:12:27 [INFO] [stderr] | [INFO] [stderr] 12 | pub fn set(&self) -> (uint, uint) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/regs.rs:12:33 [INFO] [stderr] | [INFO] [stderr] 12 | pub fn set(&self) -> (uint, uint) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/regs.rs:16:30 [INFO] [stderr] | [INFO] [stderr] 16 | pub fn update(&self) -> (uint, uint) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/regs.rs:16:36 [INFO] [stderr] | [INFO] [stderr] 16 | pub fn update(&self) -> (uint, uint) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/regs.rs:20:35 [INFO] [stderr] | [INFO] [stderr] 20 | pub fn set_value(&self, value:uint) -> (uint, uint) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/regs.rs:20:45 [INFO] [stderr] | [INFO] [stderr] 20 | pub fn set_value(&self, value:uint) -> (uint, uint) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/regs.rs:20:51 [INFO] [stderr] | [INFO] [stderr] 20 | pub fn set_value(&self, value:uint) -> (uint, uint) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/regs.rs:24:38 [INFO] [stderr] | [INFO] [stderr] 24 | pub fn update_value(&self, value:uint) -> (uint, uint) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/regs.rs:24:48 [INFO] [stderr] | [INFO] [stderr] 24 | pub fn update_value(&self, value:uint) -> (uint, uint) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/regs.rs:24:54 [INFO] [stderr] | [INFO] [stderr] 24 | pub fn update_value(&self, value:uint) -> (uint, uint) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/regs.rs:28:30 [INFO] [stderr] | [INFO] [stderr] 28 | pub fn read(&self, value:uint) -> uint { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/regs.rs:28:39 [INFO] [stderr] | [INFO] [stderr] 28 | pub fn read(&self, value:uint) -> uint { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/util.rs:2:21 [INFO] [stderr] | [INFO] [stderr] 2 | pub fn or_tuples(l:(uint, uint), r:(uint, uint)) -> (uint, uint) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/util.rs:2:27 [INFO] [stderr] | [INFO] [stderr] 2 | pub fn or_tuples(l:(uint, uint), r:(uint, uint)) -> (uint, uint) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/util.rs:2:37 [INFO] [stderr] | [INFO] [stderr] 2 | pub fn or_tuples(l:(uint, uint), r:(uint, uint)) -> (uint, uint) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/util.rs:2:43 [INFO] [stderr] | [INFO] [stderr] 2 | pub fn or_tuples(l:(uint, uint), r:(uint, uint)) -> (uint, uint) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/util.rs:2:54 [INFO] [stderr] | [INFO] [stderr] 2 | pub fn or_tuples(l:(uint, uint), r:(uint, uint)) -> (uint, uint) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/util.rs:2:60 [INFO] [stderr] | [INFO] [stderr] 2 | pub fn or_tuples(l:(uint, uint), r:(uint, uint)) -> (uint, uint) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/util.rs:9:24 [INFO] [stderr] | [INFO] [stderr] 9 | pub fn shift_tuple(pos:uint, l:(uint, uint)) -> (uint, uint) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/util.rs:9:33 [INFO] [stderr] | [INFO] [stderr] 9 | pub fn shift_tuple(pos:uint, l:(uint, uint)) -> (uint, uint) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/util.rs:9:39 [INFO] [stderr] | [INFO] [stderr] 9 | pub fn shift_tuple(pos:uint, l:(uint, uint)) -> (uint, uint) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/util.rs:9:50 [INFO] [stderr] | [INFO] [stderr] 9 | pub fn shift_tuple(pos:uint, l:(uint, uint)) -> (uint, uint) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/util.rs:9:56 [INFO] [stderr] | [INFO] [stderr] 9 | pub fn shift_tuple(pos:uint, l:(uint, uint)) -> (uint, uint) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `regs::RegField: std::clone::Clone` is not satisfied [INFO] [stderr] --> src/regs.rs:1:10 [INFO] [stderr] | [INFO] [stderr] 1 | #[derive(Copy)] [INFO] [stderr] | ^^^^ the trait `std::clone::Clone` is not implemented for `regs::RegField` [INFO] [stderr] [INFO] [stderr] error: aborting due to 27 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0412. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: Could not compile `svd`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "71dc6a91e177126debdf7caeea00d5b38c94753b969c8c4593c0c15236a231a8"` [INFO] running `"docker" "rm" "-f" "71dc6a91e177126debdf7caeea00d5b38c94753b969c8c4593c0c15236a231a8"` [INFO] [stdout] 71dc6a91e177126debdf7caeea00d5b38c94753b969c8c4593c0c15236a231a8