[INFO] cloning repository https://github.com/Abraxas-365/r_clip
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Abraxas-365/r_clip" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAbraxas-365%2Fr_clip", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAbraxas-365%2Fr_clip'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ea692c864351656dad43a1b91611a0005837cdbe
[INFO] testing Abraxas-365/r_clip against master#d98a5da813da67eb189387b8ccfb73cf481275d8+rustflags=-Copt-level=3 for pr-138759
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAbraxas-365%2Fr_clip" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-3-tc1/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/Abraxas-365/r_clip
[INFO] finished tweaking git repo https://github.com/Abraxas-365/r_clip
[INFO] tweaked toml for git repo https://github.com/Abraxas-365/r_clip written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Abraxas-365/r_clip on toolchain d98a5da813da67eb189387b8ccfb73cf481275d8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Abraxas-365/r_clip 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" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded owo-colors v3.5.0
[INFO] [stderr]   Downloaded tracing-error v0.2.0
[INFO] [stderr]   Downloaded shared_child v1.0.0
[INFO] [stderr]   Downloaded os_pipe v1.1.4
[INFO] [stderr]   Downloaded duct v0.13.7
[INFO] [stderr]   Downloaded proc-macro2 v1.0.71
[INFO] [stderr]   Downloaded eyre v0.6.11
[INFO] [stderr]   Downloaded color-spantrace v0.2.1
[INFO] [stderr]   Downloaded syn v2.0.43
[INFO] [stderr]   Downloaded color-eyre v0.6.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b7934490f463f61e8edee0ada996276ced7ee90d659542789e0a451b528df7cc
[INFO] running `Command { std: "docker" "start" "-a" "b7934490f463f61e8edee0ada996276ced7ee90d659542789e0a451b528df7cc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b7934490f463f61e8edee0ada996276ced7ee90d659542789e0a451b528df7cc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b7934490f463f61e8edee0ada996276ced7ee90d659542789e0a451b528df7cc", kill_on_drop: false }`
[INFO] [stdout] b7934490f463f61e8edee0ada996276ced7ee90d659542789e0a451b528df7cc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e784adc8d8b78882fb45a1bc9c663dad1c7bb1ddf8e5ceb308bc22327666265e
[INFO] running `Command { std: "docker" "start" "-a" "e784adc8d8b78882fb45a1bc9c663dad1c7bb1ddf8e5ceb308bc22327666265e", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.151
[INFO] [stderr]    Compiling once_cell v1.19.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.71
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling memchr v2.6.4
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling utf8parse v0.2.1
[INFO] [stderr]    Compiling pin-project-lite v0.2.13
[INFO] [stderr]    Compiling anstyle v1.0.4
[INFO] [stderr]    Compiling adler v1.0.2
[INFO] [stderr]    Compiling log v0.4.20
[INFO] [stderr]    Compiling rustix v0.38.28
[INFO] [stderr]    Compiling gimli v0.28.1
[INFO] [stderr]    Compiling eyre v0.6.11
[INFO] [stderr]    Compiling anstyle-query v1.0.2
[INFO] [stderr]    Compiling colorchoice v1.0.0
[INFO] [stderr]    Compiling anstyle-parse v0.2.3
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling miniz_oxide v0.7.1
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling owo-colors v3.5.0
[INFO] [stderr]    Compiling indenter v0.3.3
[INFO] [stderr]    Compiling termcolor v1.4.0
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling regex-syntax v0.8.2
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling thread_local v1.1.7
[INFO] [stderr]    Compiling anstream v0.6.5
[INFO] [stderr]    Compiling rustc-demangle v0.1.23
[INFO] [stderr]    Compiling clap_lex v0.6.0
[INFO] [stderr]    Compiling bitflags v2.4.1
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]    Compiling linux-raw-sys v0.4.12
[INFO] [stderr]    Compiling clap_builder v4.4.11
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling tracing-subscriber v0.3.18
[INFO] [stderr]    Compiling aho-corasick v1.1.2
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]    Compiling object v0.32.2
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling litrs v0.2.3
[INFO] [stderr]    Compiling syn v2.0.43
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]    Compiling xcb v0.8.2
[INFO] [stderr]    Compiling unicode-xid v0.2.4
[INFO] [stderr]    Compiling os_pipe v1.1.4
[INFO] [stderr]    Compiling shared_child v1.0.0
[INFO] [stderr]    Compiling iana-time-zone v0.1.58
[INFO] [stderr]    Compiling humantime v2.1.0
[INFO] [stderr]    Compiling duct v0.13.7
[INFO] [stderr] error: failed to run custom build command for `xcb v0.8.2`
[INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation.
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/build/xcb-1e9283c869b70f1d/build-script-build` (exit status: 101)
[INFO] [stderr]   --- stderr
[INFO] [stderr]   error occured in handler:  ('request: ', ('xcb', 'XFixes', 'DeletePointerBarrier'))
[INFO] [stderr]   Traceback (most recent call last):
[INFO] [stderr]     File "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/xcb-0.8.2/rs_client.py", line 2448, in <module>
[INFO] [stderr]       module.generate()
[INFO] [stderr]     File "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/xcb-0.8.2/xcbgen/state.py", line 108, in generate
[INFO] [stderr]       self.close()
[INFO] [stderr]     File "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/xcb-0.8.2/rs_client.py", line 296, in rs_close
[INFO] [stderr]       _f.writeout(os.path.join(module.rs_srcdir, "ffi", "%s.rs" % _module_name(_ns.ext_name)))
[INFO] [stderr]     File "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/xcb-0.8.2/rs_client.py", line 114, in writeout
[INFO] [stderr]       with open(path, 'w') as f:
[INFO] [stderr]            ^^^^^^^^^^^^^^^
[INFO] [stderr]   OSError: [Errno 30] Read-only file system: '/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/xcb-0.8.2/src/ffi/xfixes.rs'
[INFO] [stderr] 
[INFO] [stderr]   thread 'main' panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/xcb-0.8.2/build.rs:75:17:
[INFO] [stderr]   processing of /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/xcb-0.8.2/xml/xfixes.xml returned non-zero (1)
[INFO] [stderr]   stack backtrace:
[INFO] [stderr]      0:     0x624242178222 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::ha499add612cccf8e
[INFO] [stderr]      1:     0x6242421976e3 - core::fmt::write::hb10c956f5235c8a4
[INFO] [stderr]      2:     0x6242421758a3 - std::io::Write::write_fmt::hd8146ab3991543d1
[INFO] [stderr]      3:     0x624242178072 - std::sys::backtrace::BacktraceLock::print::hb47c770ef659fd10
[INFO] [stderr]      4:     0x624242179476 - std::panicking::default_hook::{{closure}}::hdda8afb9d457a22c
[INFO] [stderr]      5:     0x624242179279 - std::panicking::default_hook::h7c46b44874fe5c9a
[INFO] [stderr]      6:     0x624242179d42 - std::panicking::rust_panic_with_hook::ha6cb99ed099eb1c5
[INFO] [stderr]      7:     0x624242179bda - std::panicking::begin_panic_handler::{{closure}}::he11808bc797ee921
[INFO] [stderr]      8:     0x624242178719 - std::sys::backtrace::__rust_end_short_backtrace::h9418807cb7346258
[INFO] [stderr]      9:     0x62424217986d - __rustc[18fb429eef004894]::rust_begin_unwind
[INFO] [stderr]     10:     0x6242421969d0 - core::panicking::panic_fmt::hd890aeb12c3a3fc3
[INFO] [stderr]     11:     0x624242150b30 - build_script_build::main::h88decb71671aaf10
[INFO] [stderr]     12:     0x62424214f4f3 - std::sys::backtrace::__rust_begin_short_backtrace::h60bf9b4c8981987a
[INFO] [stderr]     13:     0x62424214f4e9 - std::rt::lang_start::{{closure}}::h686b04846d85e10a
[INFO] [stderr]     14:     0x624242172440 - std::rt::lang_start_internal::h3478bd2aa4cc9cb2
[INFO] [stderr]     15:     0x624242150f15 - main
[INFO] [stderr]     16:     0x7f9fc2aa21ca - <unknown>
[INFO] [stderr]     17:     0x7f9fc2aa228b - __libc_start_main
[INFO] [stderr]     18:     0x62424214f415 - _start
[INFO] [stderr]     19:                0x0 - <unknown>
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "e784adc8d8b78882fb45a1bc9c663dad1c7bb1ddf8e5ceb308bc22327666265e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e784adc8d8b78882fb45a1bc9c663dad1c7bb1ddf8e5ceb308bc22327666265e", kill_on_drop: false }`
[INFO] [stdout] e784adc8d8b78882fb45a1bc9c663dad1c7bb1ddf8e5ceb308bc22327666265e
