[INFO] cloning repository https://github.com/Joezeo/rust_gl
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Joezeo/rust_gl" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJoezeo%2Frust_gl", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJoezeo%2Frust_gl'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 304414495988be871f5c81539fcb5dcfc862c32e
[INFO] checking Joezeo/rust_gl against e3607d549209cc9fdfe7e907123b4185210e2c2b for pr-158915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJoezeo%2Frust_gl" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Joezeo/rust_gl
[INFO] finished tweaking git repo https://github.com/Joezeo/rust_gl
[INFO] tweaked toml for git repo https://github.com/Joezeo/rust_gl written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Joezeo/rust_gl on toolchain e3607d549209cc9fdfe7e907123b4185210e2c2b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Joezeo/rust_gl 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" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: binary `rust_gl` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-1-tc2/source/target/.../rust_gl
[INFO] [stderr]    |                                                  ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `rust-gl`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:19:8
[INFO] [stderr]    |
[INFO] [stderr] 19 - name = "rust_gl"
[INFO] [stderr] 19 + name = "rust-gl"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `rust-gl`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:20:19
[INFO] [stderr]    |
[INFO] [stderr] 20 ~ version = "0.1.0"
[INFO] [stderr] 21 + [[bin]]
[INFO] [stderr] 22 + name = "rust-gl"
[INFO] [stderr] 23 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `rust_gl` (manifest) generated 1 warning
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 51a10edf6e1391ae48f2186bd01518572852be2dd768adf369bdafb1143dc21b
[INFO] running `Command { std: "docker" "start" "51a10edf6e1391ae48f2186bd01518572852be2dd768adf369bdafb1143dc21b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "51a10edf6e1391ae48f2186bd01518572852be2dd768adf369bdafb1143dc21b", 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" "51a10edf6e1391ae48f2186bd01518572852be2dd768adf369bdafb1143dc21b" "/opt/rustwide/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "51a10edf6e1391ae48f2186bd01518572852be2dd768adf369bdafb1143dc21b", 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" "51a10edf6e1391ae48f2186bd01518572852be2dd768adf369bdafb1143dc21b" "/opt/rustwide/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: binary `rust_gl` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /opt/rustwide/target/.../rust_gl
[INFO] [stderr]    |                          ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `rust-gl`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:19:8
[INFO] [stderr]    |
[INFO] [stderr] 19 - name = "rust_gl"
[INFO] [stderr] 19 + name = "rust-gl"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `rust-gl`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:20:19
[INFO] [stderr]    |
[INFO] [stderr] 20 ~ version = "0.1.0"
[INFO] [stderr] 21 + [[bin]]
[INFO] [stderr] 22 + name = "rust-gl"
[INFO] [stderr] 23 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `rust_gl` (manifest) generated 1 warning
[INFO] [stderr]    Compiling libc v0.2.152
[INFO] [stderr]    Compiling proc-macro2 v1.0.78
[INFO] [stderr]    Compiling pkg-config v0.3.29
[INFO] [stderr]     Checking bitflags v2.4.2
[INFO] [stderr]    Compiling memoffset v0.7.1
[INFO] [stderr]    Compiling xml-rs v0.8.19
[INFO] [stderr]    Compiling log v0.4.20
[INFO] [stderr]     Checking smallvec v1.13.1
[INFO] [stderr]     Checking libloading v0.8.1
[INFO] [stderr]    Compiling memchr v2.7.1
[INFO] [stderr]    Compiling crossbeam-utils v0.8.19
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]    Compiling rustix v0.38.30
[INFO] [stderr]     Checking linux-raw-sys v0.4.13
[INFO] [stderr]     Checking bytemuck v1.14.1
[INFO] [stderr]    Compiling wayland-backend v0.3.2
[INFO] [stderr]     Checking dlib v0.5.2
[INFO] [stderr]    Compiling thiserror v1.0.56
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]     Checking miniz_oxide v0.7.1
[INFO] [stderr]    Compiling ahash v0.8.7
[INFO] [stderr]    Compiling smithay-client-toolkit v0.18.0
[INFO] [stderr]     Checking xkeysym v0.2.0
[INFO] [stderr]     Checking either v1.9.0
[INFO] [stderr]    Compiling paste v1.0.14
[INFO] [stderr]     Checking xcursor v0.3.5
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]     Checking safe_arch v0.7.1
[INFO] [stderr]     Checking flate2 v1.0.28
[INFO] [stderr]    Compiling glutin v0.31.2
[INFO] [stderr]    Compiling winit v0.29.10
[INFO] [stderr]    Compiling matrixmultiply v0.3.8
[INFO] [stderr]     Checking x11rb-protocol v0.13.0
[INFO] [stderr]    Compiling wayland-sys v0.31.1
[INFO] [stderr]    Compiling x11-dl v2.21.0
[INFO] [stderr]     Checking zerocopy v0.7.32
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]    Compiling quick-xml v0.30.0
[INFO] [stderr]    Compiling gl_generator v0.14.0
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]     Checking wide v0.7.15
[INFO] [stderr]     Checking crossbeam-deque v0.8.5
[INFO] [stderr]     Checking flume v0.11.0
[INFO] [stderr]     Checking smol_str v0.2.1
[INFO] [stderr]     Checking num-integer v0.1.45
[INFO] [stderr]    Compiling syn v2.0.48
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking xkbcommon-dl v0.4.1
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]     Checking rayon-core v1.12.1
[INFO] [stderr]     Checking num-complex v0.4.4
[INFO] [stderr]     Checking half v2.2.1
[INFO] [stderr]     Checking gif v0.12.0
[INFO] [stderr]     Checking num-rational v0.4.1
[INFO] [stderr]    Compiling glutin-winit v0.4.2
[INFO] [stderr]     Checking png v0.17.11
[INFO] [stderr]     Checking rayon v1.8.1
[INFO] [stderr]     Checking exr v1.71.0
[INFO] [stderr]     Checking qoi v0.4.1
[INFO] [stderr]     Checking nix v0.26.4
[INFO] [stderr]    Compiling wayland-scanner v0.31.0
[INFO] [stderr]     Checking getrandom v0.2.12
[INFO] [stderr]     Checking memmap2 v0.9.4
[INFO] [stderr]    Compiling glutin_glx_sys v0.5.0
[INFO] [stderr]    Compiling glutin_egl_sys v0.6.0
[INFO] [stderr]    Compiling gl v0.14.0
[INFO] [stderr]    Compiling rust_gl v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking simba v0.8.1
[INFO] [stderr] error: could not compile `x11rb-protocol` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/e3607d549209cc9fdfe7e907123b4185210e2c2b/bin/rustc --crate-name x11rb_protocol --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat,unused-externs-silent --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="randr"' --cfg 'feature="render"' --cfg 'feature="resource_manager"' --cfg 'feature="shape"' --cfg 'feature="std"' --cfg 'feature="xfixes"' --cfg 'feature="xinput"' --cfg 'feature="xkb"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-extensions", "composite", "damage", "dbe", "default", "dpms", "dri2", "dri3", "extra-traits", "glx", "present", "randr", "record", "render", "request-parsing", "res", "resource_manager", "screensaver", "serde", "shape", "shm", "std", "sync", "xevie", "xf86dri", "xf86vidmode", "xfixes", "xinerama", "xinput", "xkb", "xprint", "xselinux", "xtest", "xv", "xvmc"))' -C metadata=4db8d7ff4db194ac -C extra-filename=-4a2499f884900f30 --out-dir /opt/rustwide/target/debug/build/x11rb-protocol/4a2499f884900f30/out --cap-lints allow --cap-lints=forbid --force-warn=unused_crate_dependencies` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `syn` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/e3607d549209cc9fdfe7e907123b4185210e2c2b/bin/rustc --crate-name syn --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat,unused-externs-silent --crate-type lib --emit=dep-info,metadata,link -Z embed-metadata=no -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=9b35a12b56208a87 -C extra-filename=-6b17f4faee69cf3f --out-dir /opt/rustwide/target/debug/build/syn/6b17f4faee69cf3f/out -L dependency=/opt/rustwide/target/debug/build/proc-macro2/e7d3e92e30a3d9d9/out -L dependency=/opt/rustwide/target/debug/build/unicode-ident/f2de522ba645d884/out --extern proc_macro2=/opt/rustwide/target/debug/build/proc-macro2/e7d3e92e30a3d9d9/out/libproc_macro2-e7d3e92e30a3d9d9.rmeta --extern quote=/opt/rustwide/target/debug/build/quote/5074db85a98360d4/out/libquote-5074db85a98360d4.rmeta --extern unicode_ident=/opt/rustwide/target/debug/build/unicode-ident/f2de522ba645d884/out/libunicode_ident-f2de522ba645d884.rmeta --cap-lints allow --cap-lints=forbid --force-warn=unused_crate_dependencies` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "51a10edf6e1391ae48f2186bd01518572852be2dd768adf369bdafb1143dc21b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "51a10edf6e1391ae48f2186bd01518572852be2dd768adf369bdafb1143dc21b", kill_on_drop: false }`
[INFO] [stdout] 51a10edf6e1391ae48f2186bd01518572852be2dd768adf369bdafb1143dc21b
