[INFO] updating cached repository https://github.com/Icelle/robot [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 13d8cf8d5e650d7714cb76bc1fcce138805717a5 [INFO] testing Icelle/robot against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FIcelle%2Frobot" "/workspace/builds/worker-1/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Icelle/robot on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/Icelle/robot [INFO] finished tweaking git repo https://github.com/Icelle/robot [INFO] tweaked toml for git repo https://github.com/Icelle/robot written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/Icelle/robot already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+beta-2020-06-03" "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] 8ec59796e66e5b1a78eca8231e86dd3d0ef34ade6ccc697fbb2e5b1177a3d2fa [INFO] running `"docker" "start" "-a" "8ec59796e66e5b1a78eca8231e86dd3d0ef34ade6ccc697fbb2e5b1177a3d2fa"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling robot v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] error: invalid suffix `u` for integer literal [INFO] [stderr] --> src/main.rs:92:59 [INFO] [stderr] | [INFO] [stderr] 92 | let mut robot: Robot = Robot{total_food_capacity: 100u, dispense_amount: 10u, current_food_level: 100u, name: "Butler".to_string()}; [INFO] [stderr] | ^^^^ invalid suffix `u` [INFO] [stderr] | [INFO] [stderr] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stderr] [INFO] [stderr] error: invalid suffix `u` for integer literal [INFO] [stderr] --> src/main.rs:92:82 [INFO] [stderr] | [INFO] [stderr] 92 | let mut robot: Robot = Robot{total_food_capacity: 100u, dispense_amount: 10u, current_food_level: 100u, name: "Butler".to_string()}; [INFO] [stderr] | ^^^ invalid suffix `u` [INFO] [stderr] | [INFO] [stderr] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stderr] [INFO] [stderr] error: invalid suffix `u` for integer literal [INFO] [stderr] --> src/main.rs:92:107 [INFO] [stderr] | [INFO] [stderr] 92 | let mut robot: Robot = Robot{total_food_capacity: 100u, dispense_amount: 10u, current_food_level: 100u, name: "Butler".to_string()}; [INFO] [stderr] | ^^^^ invalid suffix `u` [INFO] [stderr] | [INFO] [stderr] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stderr] [INFO] [stderr] error: invalid suffix `u` for integer literal [INFO] [stderr] --> src/main.rs:100:59 [INFO] [stderr] | [INFO] [stderr] 100 | let mut robot: Robot = Robot{total_food_capacity: 100u, dispense_amount: 10u, current_food_level: 0u, name: "Butler".to_string()}; [INFO] [stderr] | ^^^^ invalid suffix `u` [INFO] [stderr] | [INFO] [stderr] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stderr] [INFO] [stderr] error: invalid suffix `u` for integer literal [INFO] [stderr] --> src/main.rs:100:82 [INFO] [stderr] | [INFO] [stderr] 100 | let mut robot: Robot = Robot{total_food_capacity: 100u, dispense_amount: 10u, current_food_level: 0u, name: "Butler".to_string()}; [INFO] [stderr] | ^^^ invalid suffix `u` [INFO] [stderr] | [INFO] [stderr] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stderr] [INFO] [stderr] error: invalid suffix `u` for integer literal [INFO] [stderr] --> src/main.rs:100:107 [INFO] [stderr] | [INFO] [stderr] 100 | let mut robot: Robot = Robot{total_food_capacity: 100u, dispense_amount: 10u, current_food_level: 0u, name: "Butler".to_string()}; [INFO] [stderr] | ^^ invalid suffix `u` [INFO] [stderr] | [INFO] [stderr] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/main.rs:3:23 [INFO] [stderr] | [INFO] [stderr] 3 | pub hunger_level: uint, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/main.rs:29:26 [INFO] [stderr] | [INFO] [stderr] 29 | total_food_capacity: uint, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/main.rs:30:22 [INFO] [stderr] | [INFO] [stderr] 30 | dispense_amount: uint, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/main.rs:31:25 [INFO] [stderr] | [INFO] [stderr] 31 | current_food_level: uint, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `Koa: std::clone::Clone` is not satisfied [INFO] [stderr] --> src/main.rs:1:10 [INFO] [stderr] | [INFO] [stderr] 1 | #[derive(Copy)] [INFO] [stderr] | ^^^^ the trait `std::clone::Clone` is not implemented for `Koa` [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 11 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 `robot`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "8ec59796e66e5b1a78eca8231e86dd3d0ef34ade6ccc697fbb2e5b1177a3d2fa"` [INFO] running `"docker" "rm" "-f" "8ec59796e66e5b1a78eca8231e86dd3d0ef34ade6ccc697fbb2e5b1177a3d2fa"` [INFO] [stdout] 8ec59796e66e5b1a78eca8231e86dd3d0ef34ade6ccc697fbb2e5b1177a3d2fa