[INFO] cloning repository https://github.com/ProjectMoon/ai-game [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ProjectMoon/ai-game" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FProjectMoon%2Fai-game", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FProjectMoon%2Fai-game'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 64209738de41ae114998964f293c7ec408f4d7af [INFO] testing ProjectMoon/ai-game against 1.77.0 for beta-1.78-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FProjectMoon%2Fai-game" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ProjectMoon/ai-game on toolchain 1.77.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.77.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/ProjectMoon/ai-game [INFO] finished tweaking git repo https://github.com/ProjectMoon/ai-game [INFO] tweaked toml for git repo https://github.com/ProjectMoon/ai-game written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/ProjectMoon/ai-game 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" "+1.77.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` [INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest [INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest [INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions [INFO] [stderr] Updating crates.io index [INFO] [stderr] Updating git repository `https://github.com/oxidecomputer/progenitor` [INFO] [stderr] Updating git repository `https://github.com/oxidecomputer/typify` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded fd-lock v3.0.13 [INFO] [stderr] Downloaded strip-ansi-escapes v0.2.0 [INFO] [stderr] Downloaded strum_macros v0.25.3 [INFO] [stderr] Downloaded wasm-streams v0.4.0 [INFO] [stderr] Downloaded auto_impl v1.1.2 [INFO] [stderr] Downloaded maybe-async v0.2.9 [INFO] [stderr] Downloaded pest_generator v2.7.6 [INFO] [stderr] Downloaded ordered-multimap v0.4.3 [INFO] [stderr] Downloaded hyper-timeout v0.4.1 [INFO] [stderr] Downloaded getopts v0.2.21 [INFO] [stderr] Downloaded typed-builder v0.10.0 [INFO] [stderr] Downloaded pest_derive v2.7.6 [INFO] [stderr] Downloaded rust-ini v0.18.0 [INFO] [stderr] Downloaded pin-project-internal v1.1.4 [INFO] [stderr] Downloaded json5 v0.4.1 [INFO] [stderr] Downloaded serde_qs v0.10.1 [INFO] [stderr] Downloaded pest v2.7.6 [INFO] [stderr] Downloaded eventsource-client v0.11.0 [INFO] [stderr] Downloaded polodb_core v4.4.0 [INFO] [stderr] Downloaded openapiv3 v2.0.0 [INFO] [stderr] Downloaded regress v0.7.1 [INFO] [stderr] Downloaded chrono v0.4.33 [INFO] [stderr] Downloaded config v0.13.4 [INFO] [stderr] Downloaded time v0.3.32 [INFO] [stderr] Downloaded bson v2.9.0 [INFO] [stderr] Downloaded crc64fast v1.1.0 [INFO] [stderr] Downloaded winnow v0.5.36 [INFO] [stderr] Downloaded serde_yaml v0.9.31 [INFO] [stderr] Downloaded arangors v0.5.4 [INFO] [stderr] Downloaded pest_meta v2.7.6 [INFO] [stderr] Downloaded pin-project v1.1.4 [INFO] [stderr] Downloaded prettyplease v0.1.25 [INFO] [stderr] Downloaded schemars v0.8.16 [INFO] [stderr] Downloaded reedline v0.27.1 [INFO] [stderr] Downloaded dlv-list v0.3.0 [INFO] [stderr] Downloaded serde-wasm-bindgen v0.5.0 [INFO] [stderr] Downloaded dyn-clone v1.0.16 [INFO] [stderr] Downloaded async-compression v0.4.6 [INFO] [stderr] Downloaded uclient v0.1.3 [INFO] [stderr] Downloaded lz4_flex v0.10.0 [INFO] [stderr] Downloaded schemars_derive v0.8.16 [INFO] [stderr] Downloaded serde_tokenstream v0.2.0 [INFO] [stderr] Downloaded tokio-io-timeout v1.2.0 [INFO] [stderr] Downloaded smawk v0.3.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+1.77.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d828cc78e8fdb311ee4675478aaaab2c89b76b914cb68547eeaba2036cba29e4 [INFO] running `Command { std: "docker" "start" "-a" "d828cc78e8fdb311ee4675478aaaab2c89b76b914cb68547eeaba2036cba29e4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d828cc78e8fdb311ee4675478aaaab2c89b76b914cb68547eeaba2036cba29e4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d828cc78e8fdb311ee4675478aaaab2c89b76b914cb68547eeaba2036cba29e4", kill_on_drop: false }` [INFO] [stdout] d828cc78e8fdb311ee4675478aaaab2c89b76b914cb68547eeaba2036cba29e4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=warn" "-e" "RUSTDOCFLAGS=--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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+1.77.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3fd415cda57d59c09e494a9497785852a838996753e34b388f712622f6d3df06 [INFO] running `Command { std: "docker" "start" "-a" "3fd415cda57d59c09e494a9497785852a838996753e34b388f712622f6d3df06", kill_on_drop: false }` [INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` [INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest [INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest [INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions [INFO] [stderr] Compiling proc-macro2 v1.0.78 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling serde v1.0.196 [INFO] [stderr] Compiling log v0.4.20 [INFO] [stderr] Compiling parking_lot_core v0.9.9 [INFO] [stderr] Compiling smallvec v1.13.1 [INFO] [stderr] Compiling bytes v1.5.0 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.90 [INFO] [stderr] Compiling thiserror v1.0.56 [INFO] [stderr] Compiling bumpalo v3.14.0 [INFO] [stderr] Compiling ryu v1.0.16 [INFO] [stderr] Compiling serde_json v1.0.113 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling cc v1.0.83 [INFO] [stderr] Compiling getrandom v0.2.12 [INFO] [stderr] Compiling signal-hook-registry v1.4.1 [INFO] [stderr] Compiling socket2 v0.5.5 [INFO] [stderr] Compiling mio v0.8.10 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling wasm-bindgen v0.2.90 [INFO] [stderr] Compiling futures-channel v0.3.30 [INFO] [stderr] Compiling pkg-config v0.3.29 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling http v0.2.11 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling ahash v0.8.7 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Compiling httparse v1.8.0 [INFO] [stderr] Compiling num-traits v0.2.17 [INFO] [stderr] Compiling zerocopy v0.7.32 [INFO] [stderr] Compiling syn v2.0.48 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling try-lock v0.2.5 [INFO] [stderr] Compiling want v0.3.1 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling tower-service v0.3.2 [INFO] [stderr] Compiling openssl v0.10.63 [INFO] [stderr] Compiling httpdate v1.0.3 [INFO] [stderr] Compiling atomic v0.5.3 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling iana-time-zone v0.1.59 [INFO] [stderr] Compiling native-tls v0.2.11 [INFO] [stderr] Compiling schemars v0.8.16 [INFO] [stderr] Compiling miniz_oxide v0.7.1 [INFO] [stderr] Compiling unicode-normalization v0.1.22 [INFO] [stderr] Compiling base64 v0.13.1 [INFO] [stderr] Compiling dyn-clone v1.0.16 [INFO] [stderr] Compiling http-body v0.4.6 [INFO] [stderr] Compiling ahash v0.7.7 [INFO] [stderr] Compiling hashbrown v0.13.2 [INFO] [stderr] Compiling aho-corasick v1.1.2 [INFO] [stderr] Compiling base64 v0.21.7 [INFO] [stderr] Compiling encoding_rs v0.8.33 [INFO] [stderr] Compiling ipnet v2.9.0 [INFO] [stderr] Compiling openssl-sys v0.9.99 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling sync_wrapper v0.1.2 [INFO] [stderr] Compiling mime v0.3.17 [INFO] [stderr] Compiling flate2 v1.0.28 [INFO] [stderr] Compiling rustls-pemfile v1.0.4 [INFO] [stderr] Compiling idna v0.5.0 [INFO] [stderr] Compiling ucd-trie v0.1.6 [INFO] [stderr] Compiling regress v0.7.1 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling getopts v0.2.21 [INFO] [stderr] Compiling rustversion v1.0.14 [INFO] [stderr] Compiling async-trait v0.1.77 [INFO] [stderr] Compiling unsafe-libyaml v0.2.10 [INFO] [stderr] Compiling either v1.9.0 [INFO] [stderr] Compiling signal-hook v0.3.17 [INFO] [stderr] Compiling url v2.5.0 [INFO] [stderr] Compiling winnow v0.5.36 [INFO] [stderr] Compiling toml_datetime v0.6.5 [INFO] [stderr] Compiling prettyplease v0.1.25 [INFO] [stderr] Compiling wyz v0.5.1 [INFO] [stderr] Compiling regex-automata v0.4.5 [INFO] [stderr] Compiling time-macros v0.2.17 [INFO] [stderr] Compiling deranged v0.3.11 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling vte_generate_state_changes v0.1.1 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling dlv-list v0.3.0 [INFO] [stderr] Compiling twox-hash v1.6.3 [INFO] [stderr] Compiling bitvec v1.0.1 [INFO] [stderr] Compiling vte v0.11.1 [INFO] [stderr] Compiling ordered-multimap v0.4.3 [INFO] [stderr] Compiling signal-hook-mio v0.2.3 [INFO] [stderr] Compiling itertools v0.12.1 [INFO] [stderr] Compiling anyhow v1.0.79 [INFO] [stderr] Compiling linked-hash-map v0.5.6 [INFO] [stderr] Compiling lz4_flex v0.10.0 [INFO] [stderr] Compiling rust-ini v0.18.0 [INFO] [stderr] Compiling yaml-rust v0.4.5 [INFO] [stderr] Compiling serde_derive_internals v0.26.0 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling time v0.3.32 [INFO] [stderr] Compiling strip-ansi-escapes v0.2.0 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.90 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] error: could not compile `syn` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.77.0-x86_64-unknown-linux-gnu/bin/rustc --crate-name syn --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.48/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' -C metadata=2eb3c2ea832f3fdf -C extra-filename=-2eb3c2ea832f3fdf --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-59124296da01fe1d.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-a5bebde18b6e88a6.rmeta --extern unicode_ident=/opt/rustwide/target/debug/deps/libunicode_ident-67f0e6425c066982.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "3fd415cda57d59c09e494a9497785852a838996753e34b388f712622f6d3df06", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3fd415cda57d59c09e494a9497785852a838996753e34b388f712622f6d3df06", kill_on_drop: false }` [INFO] [stdout] 3fd415cda57d59c09e494a9497785852a838996753e34b388f712622f6d3df06