[INFO] cloning repository https://github.com/tlackemann/rstate [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tlackemann/rstate" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftlackemann%2Frstate", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftlackemann%2Frstate'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b7546cd5687a098e3e66c8388c0b77169e589632 [INFO] checking tlackemann/rstate against master#506512391b1a75ae450d36c9420978402a91abcc for pr-125384 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftlackemann%2Frstate" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/tlackemann/rstate on toolchain 506512391b1a75ae450d36c9420978402a91abcc [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/tlackemann/rstate [INFO] finished tweaking git repo https://github.com/tlackemann/rstate [INFO] tweaked toml for git repo https://github.com/tlackemann/rstate written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/tlackemann/rstate 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" "+506512391b1a75ae450d36c9420978402a91abcc" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d333bd80c7115b4875daa1a52377d82855f92c2f777244d11998c253a4d535e9 [INFO] running `Command { std: "docker" "start" "-a" "d333bd80c7115b4875daa1a52377d82855f92c2f777244d11998c253a4d535e9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d333bd80c7115b4875daa1a52377d82855f92c2f777244d11998c253a4d535e9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d333bd80c7115b4875daa1a52377d82855f92c2f777244d11998c253a4d535e9", kill_on_drop: false }` [INFO] [stdout] d333bd80c7115b4875daa1a52377d82855f92c2f777244d11998c253a4d535e9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-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:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 524b258fb61fe8fe45b0039226ce66fec1dacd66a1790726f6a8ad698f437888 [INFO] running `Command { std: "docker" "start" "-a" "524b258fb61fe8fe45b0039226ce66fec1dacd66a1790726f6a8ad698f437888", kill_on_drop: false }` [INFO] [stderr] Checking rstate v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: expected type, found `{` [INFO] [stdout] --> src/machine.rs:50:31 [INFO] [stdout] | [INFO] [stdout] 24 | impl Machine { [INFO] [stdout] | - while parsing this item list starting here [INFO] [stdout] ... [INFO] [stdout] 50 | pub fn to_scxml(&self) -> { [INFO] [stdout] | ^ expected type [INFO] [stdout] ... [INFO] [stdout] 95 | } [INFO] [stdout] | - the item list ends here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `{` [INFO] [stdout] --> src/machine.rs:50:31 [INFO] [stdout] | [INFO] [stdout] 24 | impl Machine { [INFO] [stdout] | - while parsing this item list starting here [INFO] [stdout] ... [INFO] [stdout] 50 | pub fn to_scxml(&self) -> { [INFO] [stdout] | ^ expected type [INFO] [stdout] ... [INFO] [stdout] 95 | } [INFO] [stdout] | - the item list ends here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `transition` found for mutable reference `&mut machine::Machine` in the current scope [INFO] [stdout] --> src/parallel.rs:23:21 [INFO] [stdout] | [INFO] [stdout] 23 | machine.transition(action); [INFO] [stdout] | ^^^^^^^^^^ method not found in `&mut Machine` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `transition` found for mutable reference `&mut machine::Machine` in the current scope [INFO] [stdout] --> src/parallel.rs:23:21 [INFO] [stdout] | [INFO] [stdout] 23 | machine.transition(action); [INFO] [stdout] | ^^^^^^^^^^ method not found in `&mut Machine` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `transition` found for struct `machine::Machine` in the current scope [INFO] [stdout] --> src/history.rs:25:22 [INFO] [stdout] | [INFO] [stdout] 25 | self.machine.transition(action); [INFO] [stdout] | ^^^^^^^^^^ method not found in `Machine` [INFO] [stdout] | [INFO] [stdout] ::: src/machine.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | pub struct Machine { [INFO] [stdout] | --------------------------- method `transition` not found for this struct [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `transition` found for struct `machine::Machine` in the current scope [INFO] [stdout] --> src/history.rs:25:22 [INFO] [stdout] | [INFO] [stdout] 25 | self.machine.transition(action); [INFO] [stdout] | ^^^^^^^^^^ method not found in `Machine` [INFO] [stdout] | [INFO] [stdout] ::: src/machine.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | pub struct Machine { [INFO] [stdout] | --------------------------- method `transition` not found for this struct [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0599`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0599`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rstate` (lib) due to 4 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `rstate` (lib test) due to 4 previous errors [INFO] running `Command { std: "docker" "inspect" "524b258fb61fe8fe45b0039226ce66fec1dacd66a1790726f6a8ad698f437888", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "524b258fb61fe8fe45b0039226ce66fec1dacd66a1790726f6a8ad698f437888", kill_on_drop: false }` [INFO] [stdout] 524b258fb61fe8fe45b0039226ce66fec1dacd66a1790726f6a8ad698f437888