[INFO] cloning repository https://github.com/yusdacra/nut_self [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/yusdacra/nut_self" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyusdacra%2Fnut_self", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyusdacra%2Fnut_self'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d3246741fea69b7817dc6fbaad9cb7c98f6a4676 [INFO] checking yusdacra/nut_self against master#6eda7419e71fdbc1185ed5be7e6bff1a474ab5cd for pr-153721 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyusdacra%2Fnut_self" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/yusdacra/nut_self [INFO] finished tweaking git repo https://github.com/yusdacra/nut_self [INFO] tweaked toml for git repo https://github.com/yusdacra/nut_self written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/yusdacra/nut_self on toolchain 6eda7419e71fdbc1185ed5be7e6bff1a474ab5cd [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+6eda7419e71fdbc1185ed5be7e6bff1a474ab5cd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/yusdacra/nut_self already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+6eda7419e71fdbc1185ed5be7e6bff1a474ab5cd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3e793bdf10248eb2ddbd6b0faebed8155c11b4589982e2893733958d93e8d540" "sleep" "infinity", kill_on_drop: false }` [INFO] [stdout] e5cf20eed66ece546a58c2d1626213f8985128afc79dc4d10ca022971c51ef8f [INFO] running `Command { std: "docker" "start" "e5cf20eed66ece546a58c2d1626213f8985128afc79dc4d10ca022971c51ef8f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e5cf20eed66ece546a58c2d1626213f8985128afc79dc4d10ca022971c51ef8f" "/opt/rustwide/cargo-home/bin/cargo" "+6eda7419e71fdbc1185ed5be7e6bff1a474ab5cd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e5cf20eed66ece546a58c2d1626213f8985128afc79dc4d10ca022971c51ef8f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e5cf20eed66ece546a58c2d1626213f8985128afc79dc4d10ca022971c51ef8f" "/opt/rustwide/cargo-home/bin/cargo" "+6eda7419e71fdbc1185ed5be7e6bff1a474ab5cd" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] Compiling nut_self v1.0.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking example v0.1.0 (/opt/rustwide/workdir/example) [INFO] [stdout] error: expected identifier, found keyword `self` [INFO] [stdout] --> example/src/main.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | / nut! { [INFO] [stdout] 7 | | fn nut(&nut self) { [INFO] [stdout] 8 | | self.0 += 1; [INFO] [stdout] 9 | | } [INFO] [stdout] 10 | | } [INFO] [stdout] | |_____^ expected identifier, found keyword [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `nut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `:`, `@`, or `|`, found keyword `self` [INFO] [stdout] --> example/src/main.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | / nut! { [INFO] [stdout] 7 | | fn nut(&nut self) { [INFO] [stdout] 8 | | self.0 += 1; [INFO] [stdout] 9 | | } [INFO] [stdout] 10 | | } [INFO] [stdout] | |_____^ expected one of `:`, `@`, or `|` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `nut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: there is a keyword `mut` with a similar name [INFO] [stdout] | [INFO] [stdout] 6 - nut! { [INFO] [stdout] 7 - fn nut(&nut self) { [INFO] [stdout] 8 - self.0 += 1; [INFO] [stdout] 9 - } [INFO] [stdout] 10 - } [INFO] [stdout] 6 + mut [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found keyword `self` [INFO] [stdout] --> example/src/main.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | / nut! { [INFO] [stdout] 13 | | fn reset_nuts(&nut self) -> u8 { [INFO] [stdout] 14 | | let my_nuts = self.0; [INFO] [stdout] 15 | | self.0 = 0; [INFO] [stdout] ... | [INFO] [stdout] 18 | | } [INFO] [stdout] | |_____^ expected identifier, found keyword [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `nut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `:`, `@`, or `|`, found keyword `self` [INFO] [stdout] --> example/src/main.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | / nut! { [INFO] [stdout] 13 | | fn reset_nuts(&nut self) -> u8 { [INFO] [stdout] 14 | | let my_nuts = self.0; [INFO] [stdout] 15 | | self.0 = 0; [INFO] [stdout] ... | [INFO] [stdout] 18 | | } [INFO] [stdout] | |_____^ expected one of `:`, `@`, or `|` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `nut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: there is a keyword `mut` with a similar name [INFO] [stdout] | [INFO] [stdout] 12 - nut! { [INFO] [stdout] 13 - fn reset_nuts(&nut self) -> u8 { [INFO] [stdout] 14 - let my_nuts = self.0; [INFO] [stdout] 15 - self.0 = 0; [INFO] [stdout] 16 - my_nuts [INFO] [stdout] 17 - } [INFO] [stdout] 18 - } [INFO] [stdout] 12 + mut [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found keyword `self` [INFO] [stdout] --> example/src/main.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | / nut! { [INFO] [stdout] 7 | | fn nut(&nut self) { [INFO] [stdout] 8 | | self.0 += 1; [INFO] [stdout] 9 | | } [INFO] [stdout] 10 | | } [INFO] [stdout] | |_____^ expected identifier, found keyword [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `nut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `:`, `@`, or `|`, found keyword `self` [INFO] [stdout] --> example/src/main.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | / nut! { [INFO] [stdout] 7 | | fn nut(&nut self) { [INFO] [stdout] 8 | | self.0 += 1; [INFO] [stdout] 9 | | } [INFO] [stdout] 10 | | } [INFO] [stdout] | |_____^ expected one of `:`, `@`, or `|` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `nut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: there is a keyword `mut` with a similar name [INFO] [stdout] | [INFO] [stdout] 6 - nut! { [INFO] [stdout] 7 - fn nut(&nut self) { [INFO] [stdout] 8 - self.0 += 1; [INFO] [stdout] 9 - } [INFO] [stdout] 10 - } [INFO] [stdout] 6 + mut [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found keyword `self` [INFO] [stdout] --> example/src/main.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | / nut! { [INFO] [stdout] 13 | | fn reset_nuts(&nut self) -> u8 { [INFO] [stdout] 14 | | let my_nuts = self.0; [INFO] [stdout] 15 | | self.0 = 0; [INFO] [stdout] ... | [INFO] [stdout] 18 | | } [INFO] [stdout] | |_____^ expected identifier, found keyword [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `nut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `:`, `@`, or `|`, found keyword `self` [INFO] [stdout] --> example/src/main.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | / nut! { [INFO] [stdout] 13 | | fn reset_nuts(&nut self) -> u8 { [INFO] [stdout] 14 | | let my_nuts = self.0; [INFO] [stdout] 15 | | self.0 = 0; [INFO] [stdout] ... | [INFO] [stdout] 18 | | } [INFO] [stdout] | |_____^ expected one of `:`, `@`, or `|` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `nut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: there is a keyword `mut` with a similar name [INFO] [stdout] | [INFO] [stdout] 12 - nut! { [INFO] [stdout] 13 - fn reset_nuts(&nut self) -> u8 { [INFO] [stdout] 14 - let my_nuts = self.0; [INFO] [stdout] 15 - self.0 = 0; [INFO] [stdout] 16 - my_nuts [INFO] [stdout] 17 - } [INFO] [stdout] 18 - } [INFO] [stdout] 12 + mut [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `example` (bin "example") due to 4 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `example` (bin "example" test) due to 4 previous errors [INFO] running `Command { std: "docker" "inspect" "e5cf20eed66ece546a58c2d1626213f8985128afc79dc4d10ca022971c51ef8f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e5cf20eed66ece546a58c2d1626213f8985128afc79dc4d10ca022971c51ef8f", kill_on_drop: false }` [INFO] [stdout] e5cf20eed66ece546a58c2d1626213f8985128afc79dc4d10ca022971c51ef8f