[INFO] cloning repository https://github.com/Mstar0816/agg [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Mstar0816/agg" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMstar0816%2Fagg", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMstar0816%2Fagg'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 2c9d60b09f33518d4457afafabd964f4695acd84 [INFO] testing Mstar0816/agg/2c9d60b09f33518d4457afafabd964f4695acd84 against beta-2024-10-19 for beta-1.83-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMstar0816%2Fagg" "/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/Mstar0816/agg on toolchain beta-2024-10-19 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2024-10-19" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Mstar0816/agg [INFO] finished tweaking git repo https://github.com/Mstar0816/agg [INFO] tweaked toml for git repo https://github.com/Mstar0816/agg written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/Mstar0816/agg 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-2024-10-19" "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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-10-19" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 91c2555f364ae2418ac199154377a91da170e12fbb2228c2a672b7d370fcd5ec [INFO] running `Command { std: "docker" "start" "-a" "91c2555f364ae2418ac199154377a91da170e12fbb2228c2a672b7d370fcd5ec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "91c2555f364ae2418ac199154377a91da170e12fbb2228c2a672b7d370fcd5ec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "91c2555f364ae2418ac199154377a91da170e12fbb2228c2a672b7d370fcd5ec", kill_on_drop: false }` [INFO] [stdout] 91c2555f364ae2418ac199154377a91da170e12fbb2228c2a672b7d370fcd5ec [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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-10-19" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 10bf2bae8abb93cb63748dbf2109666f8f2a8eadca9cf5db31da674972fa1cf3 [INFO] running `Command { std: "docker" "start" "-a" "10bf2bae8abb93cb63748dbf2109666f8f2a8eadca9cf5db31da674972fa1cf3", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.140 [INFO] [stderr] Compiling once_cell v1.17.1 [INFO] [stderr] Compiling proc-macro2 v1.0.54 [INFO] [stderr] Compiling futures-core v0.3.27 [INFO] [stderr] Compiling tokio v1.27.0 [INFO] [stderr] Compiling io-lifetimes v1.0.9 [INFO] [stderr] Compiling rgb v0.8.36 [INFO] [stderr] Compiling rustix v0.37.5 [INFO] [stderr] Compiling ahash v0.8.3 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling serde_derive v1.0.159 [INFO] [stderr] Compiling futures-task v0.3.27 [INFO] [stderr] Compiling arrayvec v0.7.2 [INFO] [stderr] Compiling float-cmp v0.9.0 [INFO] [stderr] Compiling xmlparser v0.13.5 [INFO] [stderr] Compiling linux-raw-sys v0.3.0 [INFO] [stderr] Compiling tracing-core v0.1.30 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling serde v1.0.159 [INFO] [stderr] Compiling futures-util v0.3.27 [INFO] [stderr] Compiling http v0.2.9 [INFO] [stderr] Compiling crossbeam-epoch v0.9.14 [INFO] [stderr] Compiling strict-num v0.1.0 [INFO] [stderr] Compiling crossbeam-channel v0.5.7 [INFO] [stderr] Compiling futures-channel v0.3.27 [INFO] [stderr] Compiling futures-io v0.3.27 [INFO] [stderr] Compiling unicode-general-category v0.6.0 [INFO] [stderr] Compiling futures-sink v0.3.27 [INFO] [stderr] Compiling utf8parse v0.2.1 [INFO] [stderr] Compiling crossbeam-deque v0.8.3 [INFO] [stderr] Compiling tracing v0.1.37 [INFO] [stderr] Compiling anstyle-parse v0.1.1 [INFO] [stderr] Compiling hashbrown v0.13.2 [INFO] [stderr] Compiling roxmltree v0.18.0 [INFO] [stderr] Compiling anstyle v0.3.5 [INFO] [stderr] Compiling siphasher v0.3.10 [INFO] [stderr] Compiling concolor-query v0.3.3 [INFO] [stderr] Compiling ttf-parser v0.17.1 [INFO] [stderr] Compiling concolor-override v1.0.0 [INFO] [stderr] Compiling svgtypes v0.8.2 [INFO] [stderr] Compiling quote v1.0.26 [INFO] [stderr] Compiling roxmltree v0.15.1 [INFO] [stderr] Compiling kurbo v0.8.3 [INFO] [stderr] Compiling simplecss v0.2.1 [INFO] [stderr] Compiling miniz_oxide v0.5.4 [INFO] [stderr] Compiling gifsicle v1.93.0 [INFO] [stderr] Compiling data-url v0.2.0 [INFO] [stderr] Compiling syn v2.0.11 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling fallible_collections v0.4.7 [INFO] [stderr] Compiling http-body v0.4.5 [INFO] [stderr] Compiling fontconfig-parser v0.5.2 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling clap_lex v0.4.1 [INFO] [stderr] Compiling imgref v1.9.4 [INFO] [stderr] Compiling unicode-script v0.5.5 [INFO] [stderr] Compiling imagesize v0.10.1 [INFO] [stderr] Compiling rctree v0.5.0 [INFO] [stderr] Compiling unicode-ccc v0.1.2 [INFO] [stderr] Compiling unicode-bidi-mirroring v0.1.0 [INFO] [stderr] Compiling tiny-skia-path v0.8.3 [INFO] [stderr] Compiling png v0.17.6 [INFO] [stderr] Compiling usvg v0.28.0 [INFO] [stderr] Compiling num_cpus v1.15.0 [INFO] [stderr] Compiling socket2 v0.4.9 [INFO] [stderr] Compiling mio v0.8.6 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling getrandom v0.2.8 [INFO] [stderr] Compiling rayon-core v1.11.0 [INFO] [stderr] Compiling memmap2 v0.5.10 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling dirs-sys v0.4.0 [INFO] [stderr] Compiling idna v0.3.0 [INFO] [stderr] Compiling noisy_float v0.2.0 [INFO] [stderr] Compiling thread_local v1.1.7 [INFO] [stderr] Compiling rayon v1.7.0 [INFO] [stderr] Compiling fontdb v0.10.0 [INFO] [stderr] Compiling rustybuzz v0.6.0 [INFO] [stderr] Compiling os_str_bytes v6.5.0 [INFO] [stderr] Compiling webpki v0.22.0 [INFO] [stderr] Compiling sct v0.7.0 [INFO] [stderr] Compiling is-terminal v0.4.6 [INFO] [stderr] Compiling unicode-vo v0.1.0 [INFO] [stderr] Compiling regex-syntax v0.6.29 [INFO] [stderr] Compiling anstream v0.2.6 [INFO] [stderr] Compiling rustls v0.20.8 [INFO] [stderr] Compiling anyhow v1.0.70 [INFO] [stderr] Compiling serde_json v1.0.95 [INFO] [stderr] Compiling clap_builder v4.2.1 [INFO] [stderr] Compiling termcolor v1.2.0 [INFO] [stderr] Compiling webpki-roots v0.22.6 [INFO] [stderr] Compiling clap_lex v0.2.4 [INFO] [stderr] Compiling url v2.3.1 [INFO] [stderr] Compiling gif-dispose v4.0.0 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling dirs v5.0.0 [INFO] [stderr] Compiling tiny-skia v0.8.3 [INFO] [stderr] Compiling lodepng v3.7.2 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling pbr v1.1.1 [INFO] [stderr] Compiling loop9 v0.1.3 [INFO] [stderr] Compiling resize v0.7.4 [INFO] [stderr] Compiling svgfilters v0.4.0 [INFO] [stderr] Compiling regex v1.7.3 [INFO] [stderr] Compiling jpeg-decoder v0.3.0 [INFO] [stderr] Compiling ipnet v2.7.2 [INFO] [stderr] Compiling ttf-parser v0.15.2 [INFO] [stderr] Compiling dunce v1.0.3 [INFO] [stderr] Compiling quick-error v2.0.1 [INFO] [stderr] Compiling pico-args v0.5.0 [INFO] [stderr] Compiling imagequant v4.1.1 [INFO] [stderr] Compiling usvg-text-layout v0.28.0 [INFO] [stderr] Compiling wild v2.1.0 [INFO] [stderr] Compiling natord v1.0.9 [INFO] [stderr] Compiling shellexpand v3.1.0 [INFO] [stderr] Compiling resvg v0.28.0 [INFO] [stderr] Compiling fontdue v0.7.2 [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/beta-2024-10-19-x86_64-unknown-linux-gnu/bin/rustc --crate-name tokio --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.27.0/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="bytes"' --cfg 'feature="default"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="num_cpus"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "num_cpus", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "stats", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=571b275f10240f4a -C extra-filename=-571b275f10240f4a --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bytes=/opt/rustwide/target/debug/deps/libbytes-8217216c646d0e94.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-ffdf2da79f70f419.rmeta --extern mio=/opt/rustwide/target/debug/deps/libmio-7b9d4cec965b248c.rmeta --extern num_cpus=/opt/rustwide/target/debug/deps/libnum_cpus-4839af361194c890.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/deps/libpin_project_lite-2bf93d566738d750.rmeta --extern socket2=/opt/rustwide/target/debug/deps/libsocket2-2ea69c22c69ffca5.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `rustybuzz` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/bin/rustc --crate-name rustybuzz --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rustybuzz-0.6.0/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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "libm", "std"))' -C metadata=71019de8e9c0cb6d -C extra-filename=-71019de8e9c0cb6d --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-85e13ed1e0c6d910.rmeta --extern bytemuck=/opt/rustwide/target/debug/deps/libbytemuck-a3264ad6d8f32bd4.rmeta --extern smallvec=/opt/rustwide/target/debug/deps/libsmallvec-5f186dbb2829e135.rmeta --extern ttf_parser=/opt/rustwide/target/debug/deps/libttf_parser-159e42cfbdb89739.rmeta --extern unicode_bidi_mirroring=/opt/rustwide/target/debug/deps/libunicode_bidi_mirroring-74cf0780a8aa6d44.rmeta --extern unicode_ccc=/opt/rustwide/target/debug/deps/libunicode_ccc-4e754bbfcdc96f6c.rmeta --extern unicode_general_category=/opt/rustwide/target/debug/deps/libunicode_general_category-35b8b7281880d9ee.rmeta --extern unicode_script=/opt/rustwide/target/debug/deps/libunicode_script-bfea08552e129825.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "10bf2bae8abb93cb63748dbf2109666f8f2a8eadca9cf5db31da674972fa1cf3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "10bf2bae8abb93cb63748dbf2109666f8f2a8eadca9cf5db31da674972fa1cf3", kill_on_drop: false }` [INFO] [stdout] 10bf2bae8abb93cb63748dbf2109666f8f2a8eadca9cf5db31da674972fa1cf3