[INFO] cloning repository https://github.com/ssanderson/rust-paxos [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ssanderson/rust-paxos" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fssanderson%2Frust-paxos", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fssanderson%2Frust-paxos'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c3fc94985cd50b84dba4528a5847176fb32ddc70 [INFO] checking ssanderson/rust-paxos against beta for pr-78714 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fssanderson%2Frust-paxos" "/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/ssanderson/rust-paxos on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/ssanderson/rust-paxos [INFO] finished tweaking git repo https://github.com/ssanderson/rust-paxos [INFO] tweaked toml for git repo https://github.com/ssanderson/rust-paxos written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate git repo https://github.com/ssanderson/rust-paxos already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--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-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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 112cc57614e0dcf50a16cc8f3d8639651fdb14f2d4b2e82a2c46443b10f0f4e6 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "112cc57614e0dcf50a16cc8f3d8639651fdb14f2d4b2e82a2c46443b10f0f4e6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "112cc57614e0dcf50a16cc8f3d8639651fdb14f2d4b2e82a2c46443b10f0f4e6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "112cc57614e0dcf50a16cc8f3d8639651fdb14f2d4b2e82a2c46443b10f0f4e6", kill_on_drop: false }` [INFO] [stdout] 112cc57614e0dcf50a16cc8f3d8639651fdb14f2d4b2e82a2c46443b10f0f4e6 [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=forbid" "-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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fb586675e2557157b5f9729f273c0fc3922c62ff20f685fcce9388680e7ff30a [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "fb586675e2557157b5f9729f273c0fc3922c62ff20f685fcce9388680e7ff30a", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v0.4.19 [INFO] [stderr] Compiling serde v1.0.78 [INFO] [stderr] Checking getopts v0.2.18 [INFO] [stderr] Compiling quote v0.6.8 [INFO] [stderr] Compiling syn v0.15.4 [INFO] [stderr] Compiling serde_derive v1.0.78 [INFO] [stderr] Checking rust-paxos v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: expected expression, found `}` [INFO] [stdout] --> src/paxos/mod.rs:191:90 [INFO] [stdout] | [INFO] [stdout] 191 | ... self.state.current_proposal = Some(Proposal {request_number: } [INFO] [stdout] | -------- ^ expected expression [INFO] [stdout] | | [INFO] [stdout] | while parsing this struct [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: mismatched closing delimiter: `}` [INFO] [stdout] --> src/paxos/mod.rs:192:25 [INFO] [stdout] | [INFO] [stdout] 190 | None => { [INFO] [stdout] | - closing delimiter possibly meant for this [INFO] [stdout] 191 | self.state.current_proposal = Some(Proposal {request_number: } [INFO] [stdout] | - unclosed delimiter [INFO] [stdout] 192 | } [INFO] [stdout] | ^ mismatched closing delimiter [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found `}` [INFO] [stdout] --> src/paxos/mod.rs:191:90 [INFO] [stdout] | [INFO] [stdout] 191 | ... self.state.current_proposal = Some(Proposal {request_number: } [INFO] [stdout] | -------- ^ expected expression [INFO] [stdout] | | [INFO] [stdout] | while parsing this struct [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: mismatched closing delimiter: `}` [INFO] [stdout] --> src/paxos/mod.rs:192:25 [INFO] [stdout] | [INFO] [stdout] 190 | None => { [INFO] [stdout] | - closing delimiter possibly meant for this [INFO] [stdout] 191 | self.state.current_proposal = Some(Proposal {request_number: } [INFO] [stdout] | - unclosed delimiter [INFO] [stdout] 192 | } [INFO] [stdout] | ^ mismatched closing delimiter [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0063]: missing fields `request_number`, `value` in initializer of `Proposal` [INFO] [stdout] --> src/paxos/mod.rs:191:64 [INFO] [stdout] | [INFO] [stdout] 191 | ... self.state.current_proposal = Some(Proposal {request_number: } [INFO] [stdout] | ^^^^^^^^ missing `request_number`, `value` [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 E0063`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rust-paxos` [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] [stdout] error[E0063]: missing fields `request_number`, `value` in initializer of `Proposal` [INFO] [stdout] --> src/paxos/mod.rs:191:64 [INFO] [stdout] | [INFO] [stdout] 191 | ... self.state.current_proposal = Some(Proposal {request_number: } [INFO] [stdout] | ^^^^^^^^ missing `request_number`, `value` [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 E0063`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "fb586675e2557157b5f9729f273c0fc3922c62ff20f685fcce9388680e7ff30a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fb586675e2557157b5f9729f273c0fc3922c62ff20f685fcce9388680e7ff30a", kill_on_drop: false }` [INFO] [stdout] fb586675e2557157b5f9729f273c0fc3922c62ff20f685fcce9388680e7ff30a