[INFO] crate svd 1.0.0 is already in cache [INFO] testing svd-1.0.0 against 1.44.0 for beta-1.45-1 [INFO] extracting crate svd 1.0.0 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate svd 1.0.0 on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "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-14/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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=warn" "-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" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 5fcce1fa3c69aa75bb7d1762cca8d52ffdd7625df66242fadc6918b779d817c3 [INFO] running `"docker" "start" "-a" "5fcce1fa3c69aa75bb7d1762cca8d52ffdd7625df66242fadc6918b779d817c3"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling 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] running `"docker" "inspect" "5fcce1fa3c69aa75bb7d1762cca8d52ffdd7625df66242fadc6918b779d817c3"` [INFO] running `"docker" "rm" "-f" "5fcce1fa3c69aa75bb7d1762cca8d52ffdd7625df66242fadc6918b779d817c3"` [INFO] [stdout] 5fcce1fa3c69aa75bb7d1762cca8d52ffdd7625df66242fadc6918b779d817c3