[INFO] cloning repository https://github.com/mymatsubara/osucraft [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mymatsubara/osucraft" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmymatsubara%2Fosucraft", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmymatsubara%2Fosucraft'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 02c7f22b403ccd119f820dbe38ccf7329c11865c [INFO] testing mymatsubara/osucraft against beta-2023-10-04 for beta-1.74-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmymatsubara%2Fosucraft" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mymatsubara/osucraft on toolchain beta-2023-10-04 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2023-10-04" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/mymatsubara/osucraft [INFO] finished tweaking git repo https://github.com/mymatsubara/osucraft [INFO] tweaked toml for git repo https://github.com/mymatsubara/osucraft written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/mymatsubara/osucraft 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" "+beta-2023-10-04" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:4f8da3c744d2da974e54ce020a79f4ad54313e914ebeaab8fc086f07e8d8b066" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2023-10-04" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 64deff9dbaf7bd2f8b855c26058ac7ba204e882872a98084c632492cde243cfd [INFO] running `Command { std: "docker" "start" "-a" "64deff9dbaf7bd2f8b855c26058ac7ba204e882872a98084c632492cde243cfd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "64deff9dbaf7bd2f8b855c26058ac7ba204e882872a98084c632492cde243cfd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "64deff9dbaf7bd2f8b855c26058ac7ba204e882872a98084c632492cde243cfd", kill_on_drop: false }` [INFO] [stdout] 64deff9dbaf7bd2f8b855c26058ac7ba204e882872a98084c632492cde243cfd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:4f8da3c744d2da974e54ce020a79f4ad54313e914ebeaab8fc086f07e8d8b066" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2023-10-04" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7d5dc6944737b8dd6d3fd204d6c4b9aeb59158b8f80df8f8b7e1b717e9f421ad [INFO] running `Command { std: "docker" "start" "-a" "7d5dc6944737b8dd6d3fd204d6c4b9aeb59158b8f80df8f8b7e1b717e9f421ad", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.56 [INFO] [stderr] Compiling quote v1.0.26 [INFO] [stderr] Compiling unicode-ident v1.0.8 [INFO] [stderr] Compiling libc v0.2.141 [INFO] [stderr] Compiling serde_derive v1.0.160 [INFO] [stderr] Compiling serde v1.0.160 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling once_cell v1.17.1 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling pin-project-lite v0.2.9 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling lock_api v0.4.9 [INFO] [stderr] Compiling smallvec v1.10.0 [INFO] [stderr] Compiling futures-core v0.3.28 [INFO] [stderr] Compiling itoa v1.0.6 [INFO] [stderr] Compiling parking_lot_core v0.9.7 [INFO] [stderr] Compiling typenum v1.16.0 [INFO] [stderr] Compiling libm v0.2.6 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling tracing-core v0.1.30 [INFO] [stderr] Compiling syn v2.0.15 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling getrandom v0.2.9 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling num-bigint v0.4.3 [INFO] [stderr] Compiling cc v1.0.79 [INFO] [stderr] Compiling slab v0.4.8 [INFO] [stderr] Compiling bytes v1.4.0 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling const-oid v0.9.2 [INFO] [stderr] Compiling num-iter v0.1.43 [INFO] [stderr] Compiling thiserror v1.0.40 [INFO] [stderr] Compiling crossbeam-utils v0.8.15 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling memoffset v0.8.0 [INFO] [stderr] Compiling tokio v1.27.0 [INFO] [stderr] Compiling ryu v1.0.13 [INFO] [stderr] Compiling untrusted v0.7.1 [INFO] [stderr] Compiling serde_json v1.0.96 [INFO] [stderr] Compiling num_cpus v1.15.0 [INFO] [stderr] Compiling socket2 v0.4.9 [INFO] [stderr] Compiling signal-hook-registry v1.4.1 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling mio v0.8.6 [INFO] [stderr] Compiling crossbeam-epoch v0.9.14 [INFO] [stderr] Compiling num-rational v0.4.1 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Compiling arrayvec v0.7.2 [INFO] [stderr] Compiling tinyvec_macros v0.1.1 [INFO] [stderr] Compiling futures-task v0.3.28 [INFO] [stderr] Compiling anyhow v1.0.70 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling event-listener v2.5.3 [INFO] [stderr] Compiling futures-util v0.3.28 [INFO] [stderr] Compiling futures-sink v0.3.28 [INFO] [stderr] Compiling zeroize v1.6.0 [INFO] [stderr] Compiling base64ct v1.6.0 [INFO] [stderr] Compiling subtle v2.4.1 [INFO] [stderr] Compiling http v0.2.9 [INFO] [stderr] Compiling digest v0.10.6 [INFO] [stderr] Compiling pem-rfc7468 v0.6.0 [INFO] [stderr] Compiling concurrent-queue v2.2.0 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling encoding_rs v0.8.32 [INFO] [stderr] Compiling fastrand v1.9.0 [INFO] [stderr] Compiling rustls v0.20.8 [INFO] [stderr] Compiling futures-channel v0.3.28 [INFO] [stderr] Compiling bit-vec v0.6.3 [INFO] [stderr] Compiling parking v2.1.0 [INFO] [stderr] Compiling httparse v1.8.0 [INFO] [stderr] Compiling thiserror-impl v1.0.40 [INFO] [stderr] Compiling tokio-macros v2.0.0 [INFO] [stderr] Compiling waker-fn v1.1.0 [INFO] [stderr] Compiling rayon-core v1.11.0 [INFO] [stderr] Compiling erased-serde v0.3.25 [INFO] [stderr] Compiling pkg-config v0.3.26 [INFO] [stderr] Compiling futures-io v0.3.28 [INFO] [stderr] Compiling futures-lite v1.13.0 [INFO] [stderr] Compiling alsa-sys v0.3.1 [INFO] [stderr] Compiling webpki v0.22.0 [INFO] [stderr] Compiling sct v0.7.0 [INFO] [stderr] Compiling tracing-attributes v0.1.23 [INFO] [stderr] Compiling bit-set v0.5.3 [INFO] [stderr] Compiling uuid v1.3.1 [INFO] [stderr] Compiling crossbeam-deque v0.8.3 [INFO] [stderr] Compiling der v0.6.1 [INFO] [stderr] Compiling async-lock v2.7.0 [INFO] [stderr] Compiling crossbeam-channel v0.5.8 [INFO] [stderr] Compiling thread_local v1.1.7 [INFO] [stderr] Compiling instant v0.1.12 [INFO] [stderr] Compiling time-core v0.1.0 [INFO] [stderr] Compiling cache-padded v1.2.0 [INFO] [stderr] Compiling tracing v0.1.37 [INFO] [stderr] Compiling try-lock v0.2.4 [INFO] [stderr] Compiling bytemuck v1.13.1 [INFO] [stderr] Compiling ppv-lite86 v0.2.17 [INFO] [stderr] Compiling async-task v4.4.0 [INFO] [stderr] Compiling cpufeatures v0.2.6 [INFO] [stderr] Compiling percent-encoding v2.2.0 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling symphonia-core v0.5.2 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling form_urlencoded v1.1.0 [INFO] [stderr] Compiling async-executor v1.5.1 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling concurrent-queue v1.2.4 [INFO] [stderr] Compiling time-macros v0.2.8 [INFO] [stderr] Compiling spki v0.6.0 [INFO] [stderr] Compiling tokio-util v0.7.7 [INFO] [stderr] Compiling http-body v0.4.5 [INFO] [stderr] Compiling async-channel v1.8.0 [INFO] [stderr] Compiling unicode-normalization v0.1.22 [INFO] [stderr] Compiling num-complex v0.4.3 [INFO] [stderr] Compiling cipher v0.3.0 [INFO] [stderr] Compiling either v1.8.1 [INFO] [stderr] Compiling rust_decimal v1.29.1 [INFO] [stderr] Compiling bevy_ptr v0.9.1 [INFO] [stderr] Compiling num-bigint-dig v0.8.2 [INFO] [stderr] Compiling downcast-rs v1.2.0 [INFO] [stderr] Compiling tower-service v0.3.2 [INFO] [stderr] Compiling rustversion v1.0.12 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling unicode-bidi v0.3.13 [INFO] [stderr] Compiling miniz_oxide v0.6.2 [INFO] [stderr] Compiling num v0.4.0 [INFO] [stderr] Compiling rayon v1.7.0 [INFO] [stderr] Compiling time v0.3.20 [INFO] [stderr] Compiling idna v0.3.0 [INFO] [stderr] Compiling tokio-rustls v0.23.4 [INFO] [stderr] Compiling bevy_tasks v0.9.1 [INFO] [stderr] Compiling symphonia-metadata v0.5.2 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling toml v0.5.11 [INFO] [stderr] Compiling bevy_utils v0.9.1 [INFO] [stderr] Compiling bevy_macro_utils v0.9.1 [INFO] [stderr] Compiling h2 v0.3.18 [INFO] [stderr] Compiling pkcs8 v0.9.0 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling pin-project-internal v1.0.12 [INFO] [stderr] Compiling nix v0.24.3 [INFO] [stderr] Compiling bevy_reflect_derive v0.9.1 [INFO] [stderr] Compiling valence_protocol v0.1.0 (https://github.com/mymatsubara/valence?branch=osucraft#a9b3f951) [INFO] [stderr] Compiling bevy_ecs_macros v0.9.1 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling async-trait v0.1.68 [INFO] [stderr] Compiling cesu8 v1.1.0 [INFO] [stderr] Compiling fixedbitset v0.4.2 [INFO] [stderr] Compiling cpal v0.15.2 [INFO] [stderr] Compiling opaque-debug v0.3.0 [INFO] [stderr] Compiling base64 v0.21.0 [INFO] [stderr] Compiling paste v1.0.12 [INFO] [stderr] Compiling rustls-pemfile v1.0.2 [INFO] [stderr] Compiling aes v0.7.5 [INFO] [stderr] Compiling valence_nbt v0.5.0 (https://github.com/mymatsubara/valence?branch=osucraft#a9b3f951) [INFO] [stderr] Compiling pin-project v1.0.12 [INFO] [stderr] Compiling hyper v0.14.26 [INFO] [stderr] Compiling bevy_reflect v0.9.1 [INFO] [stderr] Compiling alsa v0.7.0 [INFO] [stderr] Compiling valence v0.2.0+mc1.19.3 (https://github.com/mymatsubara/valence?branch=osucraft#a9b3f951) [INFO] [stderr] Compiling bevy_derive v0.9.1 [INFO] [stderr] Compiling flate2 v1.0.25 [INFO] [stderr] Compiling pkcs1 v0.4.1 [INFO] [stderr] Compiling simple_asn1 v0.6.2 [INFO] [stderr] Compiling symphonia-bundle-mp3 v0.5.2 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling bevy_ecs v0.9.1 [INFO] [stderr] Compiling url v2.3.1 [INFO] [stderr] Compiling hyper-rustls v0.23.2 [INFO] [stderr] Compiling cfb8 v0.7.1 [INFO] [stderr] Compiling bitfield-struct v0.3.2 [INFO] [stderr] Compiling valence_protocol_macros v0.1.0 (https://github.com/mymatsubara/valence?branch=osucraft#a9b3f951) [INFO] [stderr] Compiling webpki-roots v0.22.6 [INFO] [stderr] Compiling signature v1.6.4 [INFO] [stderr] Compiling ogg v0.8.0 [INFO] [stderr] Compiling nanorand v0.7.0 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling yansi v0.5.1 [INFO] [stderr] Compiling diff v0.1.13 [INFO] [stderr] Compiling overload v0.1.1 [INFO] [stderr] Compiling ipnet v2.7.2 [INFO] [stderr] Compiling dasp_sample v0.11.0 [INFO] [stderr] Compiling mime v0.3.17 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling reqwest v0.11.16 [INFO] [stderr] Compiling nu-ansi-term v0.46.0 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling pretty_assertions v1.3.0 [INFO] [stderr] Compiling flume v0.10.14 [INFO] [stderr] Compiling lewton v0.10.2 [INFO] [stderr] Compiling rsa v0.7.2 [INFO] [stderr] Compiling strum_macros v0.24.3 [INFO] [stderr] Compiling symphonia v0.5.2 [INFO] [stderr] Compiling rsa-der v0.3.0 [INFO] [stderr] Compiling rust_decimal_macros v1.29.1 [INFO] [stderr] Compiling sha2 v0.10.6 [INFO] [stderr] Compiling sha1 v0.10.5 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling bevy_app v0.9.1 [INFO] [stderr] Compiling sharded-slab v0.1.4 [INFO] [stderr] Compiling tracing-log v0.1.3 [INFO] [stderr] Compiling dirs-sys v0.4.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling glam v0.22.0 [INFO] [stderr] Compiling hound v3.5.0 [INFO] [stderr] Compiling claxon v0.4.3 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling strum v0.24.1 [INFO] [stderr] Compiling osu-file-parser v1.1.0 [INFO] [stderr] Compiling tracing-subscriber v0.3.16 [INFO] [stderr] Compiling rodio v0.17.1 [INFO] [stderr] Compiling colored v2.0.0 [INFO] [stderr] Compiling directories v5.0.0 [INFO] [stderr] Compiling fuzzy-matcher v0.3.7 [INFO] [stderr] error: could not compile `valence_protocol` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2023-10-04-x86_64-unknown-linux-gnu/bin/rustc --crate-name valence_protocol --edition=2021 /opt/rustwide/cargo-home/git/checkouts/valence-30093d97de809261/a9b3f95/crates/valence_protocol/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="compression"' --cfg 'feature="encryption"' -C metadata=1150fe27aceb8be8 -C extra-filename=-1150fe27aceb8be8 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern aes=/opt/rustwide/target/debug/deps/libaes-5a6cde2d03bb8151.rmeta --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-f4b8e33467b2bee3.rmeta --extern bitfield_struct=/opt/rustwide/target/debug/deps/libbitfield_struct-f4c3d1ecbcad8e7c.so --extern byteorder=/opt/rustwide/target/debug/deps/libbyteorder-5d3d0f7b0e7e8aee.rmeta --extern bytes=/opt/rustwide/target/debug/deps/libbytes-160461fd7685c961.rmeta --extern cfb8=/opt/rustwide/target/debug/deps/libcfb8-931d02c2bfe28900.rmeta --extern flate2=/opt/rustwide/target/debug/deps/libflate2-7420e04d6cc41b72.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-aea06df1d72c91f7.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-2d16e87d76680966.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-da9b117347863dd0.rmeta --extern tracing=/opt/rustwide/target/debug/deps/libtracing-3f6586859552d82f.rmeta --extern uuid=/opt/rustwide/target/debug/deps/libuuid-328bba216254fa6e.rmeta --extern valence_nbt=/opt/rustwide/target/debug/deps/libvalence_nbt-59827e1d37ba9f45.rmeta --extern valence_protocol_macros=/opt/rustwide/target/debug/deps/libvalence_protocol_macros-493e00e1d966b650.so --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" "7d5dc6944737b8dd6d3fd204d6c4b9aeb59158b8f80df8f8b7e1b717e9f421ad", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7d5dc6944737b8dd6d3fd204d6c4b9aeb59158b8f80df8f8b7e1b717e9f421ad", kill_on_drop: false }` [INFO] [stdout] 7d5dc6944737b8dd6d3fd204d6c4b9aeb59158b8f80df8f8b7e1b717e9f421ad