[INFO] crate svd 1.0.0 is already in cache
[INFO] checking svd-1.0.0 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate svd 1.0.0 into /workspace/builds/worker-5/source
[INFO] validating manifest of crates.io crate svd 1.0.0 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate svd 1.0.0
[INFO] finished tweaking crates.io crate svd 1.0.0
[INFO] tweaked toml for crates.io crate svd 1.0.0 written to /workspace/builds/worker-5/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 5551688b25cd1dc12ad06f9f1508df0af10c980af7074333524e74d8e7b4d68f
[INFO] running `"docker" "start" "-a" "5551688b25cd1dc12ad06f9f1508df0af10c980af7074333524e74d8e7b4d68f"`
[INFO] [stderr]     Checking svd v1.0.0 (/opt/rustwide/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]   = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[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] [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]   = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[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" "5551688b25cd1dc12ad06f9f1508df0af10c980af7074333524e74d8e7b4d68f"`
[INFO] running `"docker" "rm" "-f" "5551688b25cd1dc12ad06f9f1508df0af10c980af7074333524e74d8e7b4d68f"`
[INFO] [stdout] 5551688b25cd1dc12ad06f9f1508df0af10c980af7074333524e74d8e7b4d68f
