[INFO] cloning repository https://github.com/sevonj/eightmb
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sevonj/eightmb" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsevonj%2Feightmb", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsevonj%2Feightmb'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 4cb124daceea7a19bfa198a9895447b56584ad0d
[INFO] checking sevonj/eightmb against try#6713fa75964eb229409a9c6f6f5c418423e313ff for pr-133502-22
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsevonj%2Feightmb" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/sevonj/eightmb
[INFO] finished tweaking git repo https://github.com/sevonj/eightmb
[INFO] tweaked toml for git repo https://github.com/sevonj/eightmb written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/sevonj/eightmb on toolchain 6713fa75964eb229409a9c6f6f5c418423e313ff
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+6713fa75964eb229409a9c6f6f5c418423e313ff" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/sevonj/eightmb 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" "+6713fa75964eb229409a9c6f6f5c418423e313ff" "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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+6713fa75964eb229409a9c6f6f5c418423e313ff" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 59ef952bed37bf8081871f9eb87db8b3e618b6ddf9dbd71bd752a26e5670bd50
[INFO] running `Command { std: "docker" "start" "-a" "59ef952bed37bf8081871f9eb87db8b3e618b6ddf9dbd71bd752a26e5670bd50", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "59ef952bed37bf8081871f9eb87db8b3e618b6ddf9dbd71bd752a26e5670bd50", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "59ef952bed37bf8081871f9eb87db8b3e618b6ddf9dbd71bd752a26e5670bd50", kill_on_drop: false }`
[INFO] [stdout] 59ef952bed37bf8081871f9eb87db8b3e618b6ddf9dbd71bd752a26e5670bd50
[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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+6713fa75964eb229409a9c6f6f5c418423e313ff" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c6f114c766e73ecea3f073a4ff303b815a2dd6bbe7a4316c6ebe3a8f46a1865d
[INFO] running `Command { std: "docker" "start" "-a" "c6f114c766e73ecea3f073a4ff303b815a2dd6bbe7a4316c6ebe3a8f46a1865d", kill_on_drop: false }`
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling target-lexicon v0.13.3
[INFO] [stderr]    Compiling serde_spanned v1.0.4
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]    Compiling version-compare v0.2.1
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling toml_datetime v1.0.0+spec-1.1.0
[INFO] [stderr]     Checking futures-core v0.3.32
[INFO] [stderr]     Checking bitflags v2.11.0
[INFO] [stderr]    Compiling libc v0.2.183
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking futures-io v0.3.32
[INFO] [stderr]     Checking futures-channel v0.3.32
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling khronos_api v3.1.0
[INFO] [stderr]    Compiling khronos_api v2.2.0
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling cc v1.2.56
[INFO] [stderr]    Compiling xml-rs v0.7.0
[INFO] [stderr]    Compiling field-offset v0.3.6
[INFO] [stderr]    Compiling xml-rs v0.8.28
[INFO] [stderr]    Compiling temp-dir v0.1.16
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking shared_library v0.1.9
[INFO] [stderr]     Checking libloading v0.9.0
[INFO] [stderr]     Checking glam v0.32.1
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling gl_generator v0.14.0
[INFO] [stderr]    Compiling cfg-expr v0.20.7
[INFO] [stderr]    Compiling gl_generator v0.9.0
[INFO] [stderr]    Compiling gettext-sys v0.26.0
[INFO] [stderr]    Compiling gl v0.14.0
[INFO] [stderr]    Compiling epoxy v0.1.0
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]     Checking locale_config v0.3.0
[INFO] [stderr]    Compiling toml_parser v1.0.9+spec-1.1.0
[INFO] [stderr]     Checking gettext-rs v0.7.7
[INFO] [stderr]    Compiling toml v0.9.12+spec-1.1.0
[INFO] [stderr]    Compiling toml_edit v0.25.4+spec-1.1.0
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]    Compiling system-deps v7.0.7
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling glib-macros v0.21.5
[INFO] [stderr]    Compiling glib-macros v0.22.2
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling bytemuck_derive v1.10.2
[INFO] [stderr]    Compiling gtk4-macros v0.10.3
[INFO] [stderr]    Compiling glib-sys v0.21.5
[INFO] [stderr]    Compiling gobject-sys v0.21.5
[INFO] [stderr]    Compiling gio-sys v0.21.5
[INFO] [stderr]    Compiling cairo-sys-rs v0.21.5
[INFO] [stderr]    Compiling gdk-pixbuf-sys v0.21.5
[INFO] [stderr]    Compiling pango-sys v0.21.5
[INFO] [stderr]    Compiling gdk4-sys v0.10.3
[INFO] [stderr]    Compiling graphene-sys v0.21.5
[INFO] [stderr]    Compiling glib-sys v0.22.0
[INFO] [stderr]    Compiling gobject-sys v0.22.0
[INFO] [stderr]    Compiling gsk4-sys v0.10.3
[INFO] [stderr]    Compiling gio-sys v0.22.0
[INFO] [stderr]    Compiling gtk4-sys v0.10.3
[INFO] [stderr]    Compiling libadwaita-sys v0.8.1
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking bytemuck v1.25.0
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking glib v0.21.5
[INFO] [stderr]     Checking eightmb v0.1.0 (/opt/rustwide/workdir/crates/eightmb)
[INFO] [stderr]    Compiling glib v0.22.2
[INFO] [stderr]     Checking gio v0.21.5
[INFO] [stderr]     Checking cairo-rs v0.21.5
[INFO] [stderr]     Checking graphene-rs v0.21.5
[INFO] [stderr] error: could not compile `epoxy` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/6713fa75964eb229409a9c6f6f5c418423e313ff/bin/rustc --crate-name epoxy --edition=2015 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/epoxy-0.1.0/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="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug_marker", "default"))' -C metadata=0e15780189f6fc72 -C extra-filename=-c86d1a95a8ab395d --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern libc=/opt/rustwide/target/debug/deps/liblibc-bf265dcc075efecf.rmeta --extern shared_library=/opt/rustwide/target/debug/deps/libshared_library-741fb329c5aedb1b.rmeta --cap-lints allow --cap-lints=forbid -L native=/usr/lib/x86_64-linux-gnu -l epoxy` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "c6f114c766e73ecea3f073a4ff303b815a2dd6bbe7a4316c6ebe3a8f46a1865d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c6f114c766e73ecea3f073a4ff303b815a2dd6bbe7a4316c6ebe3a8f46a1865d", kill_on_drop: false }`
[INFO] [stdout] c6f114c766e73ecea3f073a4ff303b815a2dd6bbe7a4316c6ebe3a8f46a1865d
