[INFO] cloning repository https://github.com/JustinMeimar/Rust-Server [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/JustinMeimar/Rust-Server" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJustinMeimar%2FRust-Server", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJustinMeimar%2FRust-Server'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0b7df06638ef9dfc003c417e9839a4370623f237 [INFO] testing JustinMeimar/Rust-Server against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJustinMeimar%2FRust-Server" "/workspace/builds/worker-11/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/JustinMeimar/Rust-Server on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/JustinMeimar/Rust-Server [INFO] finished tweaking git repo https://github.com/JustinMeimar/Rust-Server [INFO] tweaked toml for git repo https://github.com/JustinMeimar/Rust-Server written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate git repo https://github.com/JustinMeimar/Rust-Server already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 56bd53af9314bb7beef06052603ce589218e8761c024442bf5c15ca1cf3e22e9 [INFO] running `Command { std: "docker" "start" "-a" "56bd53af9314bb7beef06052603ce589218e8761c024442bf5c15ca1cf3e22e9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "56bd53af9314bb7beef06052603ce589218e8761c024442bf5c15ca1cf3e22e9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "56bd53af9314bb7beef06052603ce589218e8761c024442bf5c15ca1cf3e22e9", kill_on_drop: false }` [INFO] [stdout] 56bd53af9314bb7beef06052603ce589218e8761c024442bf5c15ca1cf3e22e9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 48249a4cb6037d732ca42377e5ef536c0da70cb803a978d51846e1237053d326 [INFO] running `Command { std: "docker" "start" "-a" "48249a4cb6037d732ca42377e5ef536c0da70cb803a978d51846e1237053d326", kill_on_drop: false }` [INFO] [stderr] Compiling rustWeb v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: expected one of `:`, `@`, or `|`, found `,` [INFO] [stdout] --> src/lib.rs:7:28 [INFO] [stdout] | [INFO] [stdout] 7 | pub fn execute(&slef, f: F) [INFO] [stdout] | ^ expected one of `:`, `@`, or `|` [INFO] [stdout] | [INFO] [stdout] = note: anonymous parameters are removed in the 2018 edition (see RFC 1685) [INFO] [stdout] help: if this is a `self` type, give it a parameter name [INFO] [stdout] | [INFO] [stdout] 7 | pub fn execute(self: &slef, f: F) [INFO] [stdout] | +++++ [INFO] [stdout] help: if this is a parameter name, give it a type [INFO] [stdout] | [INFO] [stdout] 7 | pub fn execute(slef: &TypeName, f: F) [INFO] [stdout] | ~~~~~~~~~~~~~~~ [INFO] [stdout] help: if this is a type, explicitly ignore the parameter name [INFO] [stdout] | [INFO] [stdout] 7 | pub fn execute(_: &slef, f: F) [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `{`, lifetime, or type, found `}` [INFO] [stdout] --> src/lib.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 7 | pub fn execute(&slef, f: F) [INFO] [stdout] | ------- while parsing this `fn` [INFO] [stdout] 8 | where [INFO] [stdout] | - expected one of `{`, lifetime, or type [INFO] [stdout] 9 | } [INFO] [stdout] | ^ unexpected token [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: associated function in `impl` without body [INFO] [stdout] --> src/lib.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | / pub fn execute(&slef, f: F) [INFO] [stdout] 8 | | where [INFO] [stdout] | | ^ help: provide a definition for the function: `{ }` [INFO] [stdout] | |_____________| [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rustWeb` due to 4 previous errors [INFO] running `Command { std: "docker" "inspect" "48249a4cb6037d732ca42377e5ef536c0da70cb803a978d51846e1237053d326", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "48249a4cb6037d732ca42377e5ef536c0da70cb803a978d51846e1237053d326", kill_on_drop: false }` [INFO] [stdout] 48249a4cb6037d732ca42377e5ef536c0da70cb803a978d51846e1237053d326