[INFO] cloning repository https://github.com/krutoisigma23/pumpkinauth
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/krutoisigma23/pumpkinauth" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkrutoisigma23%2Fpumpkinauth", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkrutoisigma23%2Fpumpkinauth'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5225f09891f6a52c562fa13befab817db5d46cb4
[INFO] testing krutoisigma23/pumpkinauth against 1.98.0-beta.8+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkrutoisigma23%2Fpumpkinauth" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/krutoisigma23/pumpkinauth
[INFO] finished tweaking git repo https://github.com/krutoisigma23/pumpkinauth
[INFO] tweaked toml for git repo https://github.com/krutoisigma23/pumpkinauth written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/krutoisigma23/pumpkinauth on toolchain 1.98.0-beta.8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/krutoisigma23/pumpkinauth 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.98.0-beta.8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating git repository `https://github.com/Pumpkin-MC/Pumpkin`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded wit-bindgen-rust-macro v0.57.1
[INFO] [stderr]   Downloaded macro-string v0.2.0
[INFO] [stderr]   Downloaded tracing-serde-structured v0.4.0
[INFO] [stderr]   Downloaded wasm-metadata v0.247.0
[INFO] [stderr]   Downloaded postcard-schema v0.2.5
[INFO] [stderr]   Downloaded wit-bindgen-core v0.57.1
[INFO] [stderr]   Downloaded wit-bindgen-rust v0.57.1
[INFO] [stderr]   Downloaded wasm-encoder v0.247.0
[INFO] [stderr]   Downloaded wasmparser v0.247.0
[INFO] [stderr]   Downloaded wit-parser v0.247.0
[INFO] [stderr]   Downloaded wit-component v0.247.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 9caca5e24787958f0a37632c49868000d79f0a2f142dc590dc9540447d6b45ac
[INFO] running `Command { std: "docker" "start" "9caca5e24787958f0a37632c49868000d79f0a2f142dc590dc9540447d6b45ac", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9caca5e24787958f0a37632c49868000d79f0a2f142dc590dc9540447d6b45ac", 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" "9caca5e24787958f0a37632c49868000d79f0a2f142dc590dc9540447d6b45ac" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9caca5e24787958f0a37632c49868000d79f0a2f142dc590dc9540447d6b45ac", 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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9caca5e24787958f0a37632c49868000d79f0a2f142dc590dc9540447d6b45ac" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling semver v1.0.28
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling foldhash v0.2.0
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling id-arena v2.3.0
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]    Compiling leb128fmt v0.1.0
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling hashbrown v0.17.0
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling typenum v1.20.0
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling wit-bindgen-rust v0.57.1
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling hash32 v0.2.1
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling wit-bindgen-rust-macro v0.57.1
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling tracing-serde-structured v0.4.0
[INFO] [stderr]    Compiling wit-bindgen v0.57.1
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling heapless v0.7.17
[INFO] [stderr]    Compiling cpufeatures v0.2.17
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling uuid v1.23.1
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling wasmparser v0.247.0
[INFO] [stderr]    Compiling macro-string v0.2.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling cobs v0.3.0
[INFO] [stderr]    Compiling postcard v1.1.3
[INFO] [stderr]    Compiling wasm-encoder v0.247.0
[INFO] [stderr]    Compiling wit-parser v0.247.0
[INFO] [stderr]    Compiling wasm-metadata v0.247.0
[INFO] [stderr]    Compiling wit-bindgen-core v0.57.1
[INFO] [stderr]    Compiling wit-component v0.247.0
[INFO] [stderr]    Compiling pumpkin-plugin-api v0.1.0 (https://github.com/Pumpkin-MC/Pumpkin#ee11ba74)
[INFO] [stderr]    Compiling pumpkin_auth v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-Wl,--version-script=/opt/rustwide/target/release/deps/rustcgRod5T/list" "-Wl,--no-undefined-version" "-m64" "<1 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-*.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/release/deps/rustcgRod5T/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/release/deps/libpumpkin_auth.so" "-Wl,--gc-sections" "-shared" "-Wl,-z,relro,-z,now" "-Wl,-O1" "-Wl,--strip-debug" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: rust-lld: error: /opt/rustwide/target/release/deps/rustcgRod5T/list:8: ; expected, but got :
[INFO] [stdout]           >>>     cabi_post_pumpkin:plugin/metadata@0.1.0#get-metadata;
[INFO] [stdout]           >>>                      ^
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `pumpkin_auth` (lib) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "9caca5e24787958f0a37632c49868000d79f0a2f142dc590dc9540447d6b45ac", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9caca5e24787958f0a37632c49868000d79f0a2f142dc590dc9540447d6b45ac", kill_on_drop: false }`
[INFO] [stdout] 9caca5e24787958f0a37632c49868000d79f0a2f142dc590dc9540447d6b45ac
