[INFO] cloning repository https://github.com/zhaojie9257/oreserver
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/zhaojie9257/oreserver" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzhaojie9257%2Foreserver", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzhaojie9257%2Foreserver'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 33a6f15e2c66900d9c7281d5bbf96567f3aa725a
[INFO] checking zhaojie9257/oreserver against 760e1de835e253bf28bbcbfee38b5e8ed9ffe074 for pr-133502-26
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzhaojie9257%2Foreserver" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/zhaojie9257/oreserver
[INFO] finished tweaking git repo https://github.com/zhaojie9257/oreserver
[INFO] tweaked toml for git repo https://github.com/zhaojie9257/oreserver written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/zhaojie9257/oreserver on toolchain 760e1de835e253bf28bbcbfee38b5e8ed9ffe074
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/zhaojie9257/oreserver 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" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:1fa6594d87c8fa7b311925a7a77a16f539833322d9dfba4ce891f211db2f90b1" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] e764a1b22dd272b9ce4cabeb660900ec971d77ee301566e55986db1a52360e85
[INFO] running `Command { std: "docker" "start" "e764a1b22dd272b9ce4cabeb660900ec971d77ee301566e55986db1a52360e85", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e764a1b22dd272b9ce4cabeb660900ec971d77ee301566e55986db1a52360e85", 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" "e764a1b22dd272b9ce4cabeb660900ec971d77ee301566e55986db1a52360e85" "/opt/rustwide/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e764a1b22dd272b9ce4cabeb660900ec971d77ee301566e55986db1a52360e85", 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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e764a1b22dd272b9ce4cabeb660900ec971d77ee301566e55986db1a52360e85" "/opt/rustwide/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.72
[INFO] [stderr]    Compiling ark-serialize-derive v0.4.2
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling ark-ff-asm v0.4.2
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]    Compiling toml v0.5.11
[INFO] [stderr]    Compiling ark-ff-macros v0.4.2
[INFO] [stderr]    Compiling borsh-derive-internal v0.9.3
[INFO] [stderr]    Compiling borsh-derive-internal v0.10.3
[INFO] [stderr]    Compiling borsh-schema-derive-internal v0.9.3
[INFO] [stderr]    Compiling borsh-schema-derive-internal v0.10.3
[INFO] [stderr]     Checking regex v1.10.6
[INFO] [stderr]     Checking ring v0.17.8
[INFO] [stderr]    Compiling rustls v0.21.12
[INFO] [stderr]    Compiling proc-macro-crate v1.3.1
[INFO] [stderr]    Compiling num-derive v0.3.3
[INFO] [stderr]    Compiling zstd-safe v5.0.2+zstd.1.5.2
[INFO] [stderr]     Checking zstd-sys v2.0.13+zstd.1.5.6
[INFO] [stderr]     Checking ring v0.16.20
[INFO] [stderr]    Compiling synstructure v0.12.6
[INFO] [stderr]     Checking rusticata-macros v4.1.0
[INFO] [stderr]     Checking yasna v0.5.2
[INFO] [stderr]    Compiling asn1-rs-impl v0.1.0
[INFO] [stderr]     Checking zstd v0.11.2+zstd.1.5.2
[INFO] [stderr]    Compiling portable-atomic v1.7.0
[INFO] [stderr]    Compiling oid-registry v0.6.1
[INFO] [stderr]     Checking nix v0.26.4
[INFO] [stderr]    Compiling solana-perf v1.18.21
[INFO] [stderr]     Checking env_logger v0.9.3
[INFO] [stderr]     Checking Inflector v0.11.4
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]    Compiling asn1-rs-derive v0.4.0
[INFO] [stderr]     Checking base64ct v1.6.0
[INFO] [stderr]    Compiling dynasm v2.0.0
[INFO] [stderr]     Checking solana-logger v1.18.21
[INFO] [stderr]     Checking solana-rayon-threadlimit v1.18.21
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]     Checking shell-words v1.1.0
[INFO] [stderr]     Checking tower-layer v0.3.2
[INFO] [stderr]     Checking clap v3.2.25
[INFO] [stderr]    Compiling axum-core v0.4.3
[INFO] [stderr]     Checking rtoolbox v0.0.2
[INFO] [stderr]     Checking histogram v0.6.9
[INFO] [stderr]     Checking indicatif v0.17.8
[INFO] [stderr]     Checking spki v0.5.4
[INFO] [stderr]     Checking fixed-capacity-vec v1.0.1
[INFO] [stderr]     Checking async-channel v1.9.0
[INFO] [stderr]     Checking rpassword v7.3.1
[INFO] [stderr]     Checking clap v2.34.0
[INFO] [stderr]    Compiling axum v0.7.5
[INFO] [stderr]     Checking async-mutex v1.4.0
[INFO] [stderr]     Checking headers-core v0.3.0
[INFO] [stderr]     Checking sha2-const-stable v0.1.0
[INFO] [stderr]     Checking keccak-const v0.2.0
[INFO] [stderr]     Checking sync_wrapper v1.0.1
[INFO] [stderr]     Checking dashmap v5.5.3
[INFO] [stderr]    Compiling array-const-fn-init v0.1.1
[INFO] [stderr]    Compiling proc-macro-crate v0.1.5
[INFO] [stderr]     Checking const-crypto v0.1.0
[INFO] [stderr]     Checking rustls-webpki v0.101.7
[INFO] [stderr]     Checking sct v0.7.1
[INFO] [stderr]    Compiling borsh-derive v0.9.3
[INFO] [stderr]    Compiling borsh-derive v0.10.3
[INFO] [stderr]     Checking borsh v0.9.3
[INFO] [stderr]     Checking rcgen v0.10.0
[INFO] [stderr]     Checking webpki-roots v0.24.0
[INFO] [stderr]    Compiling wasm-bindgen-backend v0.2.92
[INFO] [stderr]    Compiling darling_core v0.20.10
[INFO] [stderr]    Compiling serde_derive v1.0.204
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling thiserror-impl v1.0.63
[INFO] [stderr]    Compiling zeroize_derive v1.4.2
[INFO] [stderr]    Compiling syn_derive v0.1.8
[INFO] [stderr]    Compiling solana-frozen-abi-macro v1.18.21
[INFO] [stderr]    Compiling bytemuck_derive v1.7.0
[INFO] [stderr]    Compiling solana-sdk-macro v1.18.21
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling num_enum_derive v0.7.3
[INFO] [stderr]    Compiling tokio-macros v2.4.0
[INFO] [stderr]    Compiling qualifier_attr v0.2.2
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling spl-program-error-derive v0.3.2
[INFO] [stderr]    Compiling scroll_derive v0.11.1
[INFO] [stderr]    Compiling borsh-derive v1.5.1
[INFO] [stderr]     Checking zeroize v1.3.0
[INFO] [stderr]     Checking merlin v3.0.0
[INFO] [stderr]     Checking tokio v1.39.2
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.92
[INFO] [stderr]    Compiling enum-iterator-derive v1.4.0
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]     Checking num_enum v0.7.3
[INFO] [stderr]     Checking scroll v0.11.0
[INFO] [stderr]     Checking thiserror v1.0.63
[INFO] [stderr]    Compiling num_enum_derive v0.6.1
[INFO] [stderr]    Compiling spl-discriminator-syn v0.1.2
[INFO] [stderr]    Compiling async-trait v0.1.81
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]     Checking goblin v0.5.4
[INFO] [stderr]     Checking enum-iterator v1.5.0
[INFO] [stderr]    Compiling spl-discriminator-derive v0.1.2
[INFO] [stderr]     Checking bytemuck v1.16.3
[INFO] [stderr]     Checking ppv-lite86 v0.2.20
[INFO] [stderr]     Checking ahash v0.8.11
[INFO] [stderr]    Compiling dlopen2_derive v0.3.0
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand_chacha v0.2.2
[INFO] [stderr]     Checking hashbrown v0.13.2
[INFO] [stderr]     Checking quinn-udp v0.4.1
[INFO] [stderr]     Checking asn1-rs v0.5.2
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.92
[INFO] [stderr]     Checking num_enum v0.6.1
[INFO] [stderr]     Checking dlopen2 v0.5.0
[INFO] [stderr]     Checking caps v0.5.5
[INFO] [stderr]     Checking rand v0.7.3
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking pkcs8 v0.8.0
[INFO] [stderr]     Checking wasm-bindgen v0.2.92
[INFO] [stderr]    Compiling pin-project-internal v1.1.5
[INFO] [stderr]    Compiling visibility v0.1.0
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]     Checking tracing-subscriber v0.3.18
[INFO] [stderr]     Checking borsh v0.10.3
[INFO] [stderr]     Checking borsh v1.5.1
[INFO] [stderr]     Checking ark-std v0.4.0
[INFO] [stderr]     Checking quinn-proto v0.10.6
[INFO] [stderr] error: could not compile `tokio` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/760e1de835e253bf28bbcbfee38b5e8ed9ffe074/bin/rustc --crate-name tokio --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.39.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=f71a02b30857db4d -C extra-filename=-c469b34a46ccab99 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bytes=/opt/rustwide/target/debug/deps/libbytes-2dd4cd3ca6af9909.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-981e2114cd5292b2.rmeta --extern mio=/opt/rustwide/target/debug/deps/libmio-10709151d5df956d.rmeta --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-10cb71f278cd6ec3.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/deps/libpin_project_lite-3fbd9506533b2f53.rmeta --extern signal_hook_registry=/opt/rustwide/target/debug/deps/libsignal_hook_registry-0abcbeb63676f895.rmeta --extern socket2=/opt/rustwide/target/debug/deps/libsocket2-875c9c26a49d36a9.rmeta --extern tokio_macros=/opt/rustwide/target/debug/deps/libtokio_macros-624ae56306756acb.so --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `dynasm` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/760e1de835e253bf28bbcbfee38b5e8ed9ffe074/bin/rustc --crate-name dynasm --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/dynasm-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynasm_extract", "dynasm_opmap", "filelocal"))' -C metadata=176e58f400c3869d -C extra-filename=-6ab92722ee789396 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-1969f6684f376d5e.rlib --extern byteorder=/opt/rustwide/target/debug/deps/libbyteorder-118a9ce0d0c0f5ff.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-bcf4d76e77cc406a.rlib --extern proc_macro_error=/opt/rustwide/target/debug/deps/libproc_macro_error-9815af9713db2598.rlib --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-f3285e5c19000248.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-b29be6395babc9ba.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-acdcec0f76b19ea6.rlib --extern proc_macro --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "e764a1b22dd272b9ce4cabeb660900ec971d77ee301566e55986db1a52360e85", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e764a1b22dd272b9ce4cabeb660900ec971d77ee301566e55986db1a52360e85", kill_on_drop: false }`
[INFO] [stdout] e764a1b22dd272b9ce4cabeb660900ec971d77ee301566e55986db1a52360e85
