[INFO] cloning repository https://github.com/McRaeAlex/dimensional-snake-engine [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/McRaeAlex/dimensional-snake-engine" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMcRaeAlex%2Fdimensional-snake-engine"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMcRaeAlex%2Fdimensional-snake-engine'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 617ca8fb574dc7acb33b1ce0bbd572170b9c1d24 [INFO] testing McRaeAlex/dimensional-snake-engine against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMcRaeAlex%2Fdimensional-snake-engine" "/workspace/builds/worker-9/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/McRaeAlex/dimensional-snake-engine on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/McRaeAlex/dimensional-snake-engine [INFO] finished tweaking git repo https://github.com/McRaeAlex/dimensional-snake-engine [INFO] tweaked toml for git repo https://github.com/McRaeAlex/dimensional-snake-engine written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/McRaeAlex/dimensional-snake-engine already has a lockfile, it will not be regenerated [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-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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] 4e6640c285c69065cde67f3e189884d3af41a5ac0d8d5915af8370a82f63d7e3 [INFO] running `"docker" "start" "-a" "4e6640c285c69065cde67f3e189884d3af41a5ac0d8d5915af8370a82f63d7e3"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling byteorder v1.2.6 [INFO] [stderr] Compiling tuple_utils v0.2.0 [INFO] [stderr] Compiling crossbeam v0.3.2 [INFO] [stderr] Compiling log v0.4.5 [INFO] [stderr] Compiling rand v0.4.3 [INFO] [stderr] Compiling owning_ref v0.3.3 [INFO] [stderr] Compiling smallvec v0.6.5 [INFO] [stderr] Compiling shred-derive v0.5.0 [INFO] [stderr] Compiling hibitset v0.5.2 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling shred v0.7.0 [INFO] [stderr] Compiling parking_lot_core v0.2.14 [INFO] [stderr] Compiling parking_lot v0.5.5 [INFO] [stderr] Compiling shrev v1.0.1 [INFO] [stderr] Compiling specs v0.12.3 [INFO] [stderr] Compiling dimensional-snake-engine v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: expected one of `)`, `,`, `.`, `?`, or an operator, found `;` [INFO] [stderr] --> src/lib.rs:13:64 [INFO] [stderr] | [INFO] [stderr] 13 | game.add_snake(Snake::new("Alexandermcrae.com".to_string()); [INFO] [stderr] | - unclosed delimiter ^ help: `)` may belong here [INFO] [stderr] [INFO] [stderr] error: expected expression, found `)` [INFO] [stderr] --> src/lib.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | } [INFO] [stderr] | ^ expected expression [INFO] [stderr] [INFO] [stderr] error: lifetime in trait object type must be followed by `+` [INFO] [stderr] --> src/lib.rs:39:55 [INFO] [stderr] | [INFO] [stderr] 39 | fn checkCollision(snake1: &Snake, snake2: &Snake) -> <'a>DeathType { [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] error: expected `::`, found `DeathType` [INFO] [stderr] --> src/lib.rs:39:58 [INFO] [stderr] | [INFO] [stderr] 39 | fn checkCollision(snake1: &Snake, snake2: &Snake) -> <'a>DeathType { [INFO] [stderr] | ^^^^^^^^^ expected `::` [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] error: could not compile `dimensional-snake-engine`. [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: build failed [INFO] running `"docker" "inspect" "4e6640c285c69065cde67f3e189884d3af41a5ac0d8d5915af8370a82f63d7e3"` [INFO] running `"docker" "rm" "-f" "4e6640c285c69065cde67f3e189884d3af41a5ac0d8d5915af8370a82f63d7e3"` [INFO] [stdout] 4e6640c285c69065cde67f3e189884d3af41a5ac0d8d5915af8370a82f63d7e3