[INFO] cloning repository https://github.com/thirdtruck/bitter-turnips
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/thirdtruck/bitter-turnips" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthirdtruck%2Fbitter-turnips", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthirdtruck%2Fbitter-turnips'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 76477d0496878534ad185e1a812fd84102e65bf6
[INFO] testing thirdtruck/bitter-turnips against 1.80.0 for beta-1.81-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthirdtruck%2Fbitter-turnips" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/thirdtruck/bitter-turnips on toolchain 1.80.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.80.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/thirdtruck/bitter-turnips
[INFO] finished tweaking git repo https://github.com/thirdtruck/bitter-turnips
[INFO] tweaked toml for git repo https://github.com/thirdtruck/bitter-turnips written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] crate git repo https://github.com/thirdtruck/bitter-turnips 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" "+1.80.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded coremidi v0.4.0
[INFO] [stderr]   Downloaded alsa v0.2.2
[INFO] [stderr]   Downloaded midir v0.6.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+1.80.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0f230b94186dd3d78696ae5f0d1a1c9f2ae219694aab08b9b139e1b16144ba66
[INFO] running `Command { std: "docker" "start" "-a" "0f230b94186dd3d78696ae5f0d1a1c9f2ae219694aab08b9b139e1b16144ba66", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0f230b94186dd3d78696ae5f0d1a1c9f2ae219694aab08b9b139e1b16144ba66", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0f230b94186dd3d78696ae5f0d1a1c9f2ae219694aab08b9b139e1b16144ba66", kill_on_drop: false }`
[INFO] [stdout] 0f230b94186dd3d78696ae5f0d1a1c9f2ae219694aab08b9b139e1b16144ba66
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+1.80.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 96c4c0cb144e2560c612eddf1d66987073ba8c5e67cdff2f4c92f6da04747bed
[INFO] running `Command { std: "docker" "start" "-a" "96c4c0cb144e2560c612eddf1d66987073ba8c5e67cdff2f4c92f6da04747bed", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.69
[INFO] [stderr]    Compiling cfg-if v0.1.10
[INFO] [stderr]    Compiling autocfg v1.0.0
[INFO] [stderr]    Compiling libm v0.2.1
[INFO] [stderr]    Compiling cc v1.0.52
[INFO] [stderr]    Compiling proc-macro2 v0.4.30
[INFO] [stderr]    Compiling unicode-xid v0.1.0
[INFO] [stderr]    Compiling bitflags v1.2.1
[INFO] [stderr]    Compiling xml-rs v0.8.3
[INFO] [stderr]    Compiling proc-macro2 v1.0.12
[INFO] [stderr]    Compiling num-traits v0.2.11
[INFO] [stderr]    Compiling log v0.4.8
[INFO] [stderr]    Compiling unicode-xid v0.2.0
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling syn v1.0.18
[INFO] [stderr]    Compiling quote v0.6.13
[INFO] [stderr]    Compiling maybe-uninit v2.0.0
[INFO] [stderr]    Compiling quote v1.0.4
[INFO] [stderr]    Compiling byteorder v1.3.4
[INFO] [stderr]    Compiling serde v1.0.106
[INFO] [stderr]    Compiling pkg-config v0.3.17
[INFO] [stderr]    Compiling khronos_api v3.1.0
[INFO] [stderr]    Compiling semver-parser v0.7.0
[INFO] [stderr]    Compiling crossbeam-utils v0.7.2
[INFO] [stderr]    Compiling memoffset v0.5.4
[INFO] [stderr]    Compiling void v1.0.2
[INFO] [stderr]    Compiling scopeguard v1.1.0
[INFO] [stderr]    Compiling approx v0.3.2
[INFO] [stderr]    Compiling crossbeam-epoch v0.8.2
[INFO] [stderr]    Compiling syn v0.15.44
[INFO] [stderr]    Compiling linked-hash-map v0.5.2
[INFO] [stderr]    Compiling libloading v0.5.2
[INFO] [stderr]    Compiling rand_core v0.4.2
[INFO] [stderr]    Compiling autocfg v0.1.7
[INFO] [stderr]    Compiling stb_truetype v0.3.1
[INFO] [stderr]    Compiling ordered-float v1.0.2
[INFO] [stderr]    Compiling num_cpus v1.13.0
[INFO] [stderr]    Compiling wayland-scanner v0.21.13
[INFO] [stderr]    Compiling crossbeam-deque v0.7.3
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling rusttype v0.8.3
[INFO] [stderr]    Compiling nix v0.14.1
[INFO] [stderr]    Compiling dlib v0.4.1
[INFO] [stderr]    Compiling walkdir v2.3.1
[INFO] [stderr]    Compiling gl_generator v0.13.1
[INFO] [stderr]    Compiling backtrace-sys v0.1.37
[INFO] [stderr]    Compiling getrandom v0.1.14
[INFO] [stderr]    Compiling wayland-sys v0.21.13
[INFO] [stderr]    Compiling rand_core v0.3.1
[INFO] [stderr]    Compiling smallvec v0.6.13
[INFO] [stderr]    Compiling num-integer v0.1.42
[INFO] [stderr]    Compiling ryu v1.0.4
[INFO] [stderr]    Compiling version_check v0.9.1
[INFO] [stderr]    Compiling arrayvec v0.4.12
[INFO] [stderr]    Compiling error-chain v0.12.2
[INFO] [stderr]    Compiling wayland-client v0.21.13
[INFO] [stderr]    Compiling wayland-protocols v0.21.13
[INFO] [stderr]    Compiling alsa-sys v0.1.2
[INFO] [stderr]    Compiling x11-dl v2.18.5
[INFO] [stderr]    Compiling rustc-demangle v0.1.16
[INFO] [stderr]    Compiling nodrop v0.1.14
[INFO] [stderr]    Compiling downcast-rs v1.1.1
[INFO] [stderr]    Compiling backtrace v0.3.46
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling rusttype v0.7.9
[INFO] [stderr]    Compiling rand_chacha v0.1.1
[INFO] [stderr]    Compiling rand_pcg v0.1.2
[INFO] [stderr]    Compiling gl_generator v0.14.0
[INFO] [stderr]    Compiling wayland-commons v0.21.13
[INFO] [stderr]    Compiling line_drawing v0.7.0
[INFO] [stderr]    Compiling num-rational v0.2.4
[INFO] [stderr]    Compiling num-complex v0.2.4
[INFO] [stderr]    Compiling typenum v1.12.0
[INFO] [stderr]    Compiling xdg v2.2.0
[INFO] [stderr]    Compiling pulldown-cmark v0.2.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.6
[INFO] [stderr]    Compiling serde_derive v1.0.106
[INFO] [stderr]    Compiling itoa v0.4.5
[INFO] [stderr]    Compiling crc32fast v1.2.0
[INFO] [stderr]    Compiling euclid_macros v0.1.0
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling andrew v0.2.1
[INFO] [stderr]    Compiling gfx_gl v0.6.1
[INFO] [stderr]    Compiling glutin_glx_sys v0.1.6
[INFO] [stderr]    Compiling euclid v0.19.9
[INFO] [stderr]    Compiling glutin_egl_sys v0.1.4
[INFO] [stderr]    Compiling rand v0.6.5
[INFO] [stderr]    Compiling libudev-sys v0.1.4
[INFO] [stderr]    Compiling lyon_geom v0.12.7
[INFO] [stderr]    Compiling lock_api v0.3.4
[INFO] [stderr]    Compiling num-traits v0.1.43
[INFO] [stderr]    Compiling memmap v0.7.0
[INFO] [stderr]    Compiling rand v0.4.6
[INFO] [stderr]    Compiling minimp3-sys v0.3.2
[INFO] [stderr]    Compiling bzip2-sys v0.1.8+1.0.8
[INFO] [stderr]    Compiling draw_state v0.8.0
[INFO] [stderr]    Compiling remove_dir_all v0.5.2
[INFO] [stderr]    Compiling num-derive v0.2.5
[INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/build/num-derive-1cdf8328fb07ead8/rmetaG66zZN"
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note: LC_ALL="C" PATH="/opt/rustwide/rustup-home/toolchains/1.80.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/rustup-home/toolchains/1.80.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/rustup-home/toolchains/1.80.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/cargo-home/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" VSLANG="1033" "cc" "-m64" "/tmp/rustcUmsV3q/symbols.o" "/opt/rustwide/target/debug/build/bzip2-sys-7b3c446c67b7639a/build_script_build-7b3c446c67b7639a.build_script_build.7682722ad4cf8639-cgu.0.rcgu.o" "/opt/rustwide/target/debug/build/bzip2-sys-7b3c446c67b7639a/build_script_build-7b3c446c67b7639a.elzn0pgkpsrp0qysnzbvjbwmk.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.80.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libcc-ee67d614dbcf47a6.rlib" "/opt/rustwide/rustup-home/toolchains/1.80.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-0fbbe72b9e0d57dc.rlib" "/opt/rustwide/rustup-home/toolchains/1.80.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-4cbc28d57c85be7b.rlib" "/opt/rustwide/rustup-home/toolchains/1.80.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-d583e13b4b2d89a2.rlib" "/opt/rustwide/rustup-home/toolchains/1.80.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-5d2a1bfb1589ab43.rlib" "/opt/rustwide/rustup-home/toolchains/1.80.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-dcf90797fbd00d23.rlib" "/opt/rustwide/rustup-home/toolchains/1.80.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-3b6828d7a1725131.rlib" "/opt/rustwide/rustup-home/toolchains/1.80.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-f75bdd612dd19f44.rlib" "/opt/rustwide/rustup-home/toolchains/1.80.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-130d6997e9e34e6a.rlib" "/opt/rustwide/rustup-home/toolchains/1.80.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-c9c9da5b4611a660.rlib" "/opt/rustwide/rustup-home/toolchains/1.80.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-0f5b4153173c663b.rlib" "/opt/rustwide/rustup-home/toolchains/1.80.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-877178c8f84ba478.rlib" "/opt/rustwide/rustup-home/toolchains/1.80.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-3907ca7c36d3c032.rlib" "/opt/rustwide/rustup-home/toolchains/1.80.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e8b263070ac20a8a.rlib" "/opt/rustwide/rustup-home/toolchains/1.80.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d1969118c6f0c13e.rlib" "/opt/rustwide/rustup-home/toolchains/1.80.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d48855f89c749535.rlib" "/opt/rustwide/rustup-home/toolchains/1.80.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-9a1cbc1305da137e.rlib" "/opt/rustwide/rustup-home/toolchains/1.80.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-d290b706bbcc90ac.rlib" "/opt/rustwide/rustup-home/toolchains/1.80.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-fd707bd9d5d3d672.rlib" "/opt/rustwide/rustup-home/toolchains/1.80.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-d4ebcca572002f93.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.80.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/build/bzip2-sys-7b3c446c67b7639a/build_script_build-7b3c446c67b7639a" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: /usr/bin/ld: final link failed: No space left on device
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `num-derive` (build script) due to 2 previous errors
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `bzip2-sys` (build script) due to 2 previous errors
[INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device
[INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device
[INFO] [stderr] error: could not compile `x11-dl` (lib)
[INFO] [stderr] error: could not compile `rand` (lib)
[INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device
[INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetauD7v60"
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `draw_state` (lib) due to 2 previous errors
[INFO] [stderr] error: could not compile `wayland-client` (lib)
[INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device
[INFO] [stderr] error: could not compile `serde_derive` (lib)
[INFO] [stderr] error: failed to run custom build command for `wayland-protocols v0.21.13`
[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/wayland-protocols-e3d36a60a84b8eb4/build-script-build` (exit status: 101)
[INFO] [stderr]   --- stderr
[INFO] [stderr]   error: 'rustfmt' is not installed for the toolchain '1.80.0-x86_64-unknown-linux-gnu'.
[INFO] [stderr]   To install, run `rustup component add --toolchain 1.80.0-x86_64-unknown-linux-gnu rustfmt`
[INFO] [stderr]   error: 'rustfmt' is not installed for the toolchain '1.80.0-x86_64-unknown-linux-gnu'.
[INFO] [stderr]   To install, run `rustup component add --toolchain 1.80.0-x86_64-unknown-linux-gnu rustfmt`
[INFO] [stderr]   error: 'rustfmt' is not installed for the toolchain '1.80.0-x86_64-unknown-linux-gnu'.
[INFO] [stderr]   To install, run `rustup component add --toolchain 1.80.0-x86_64-unknown-linux-gnu rustfmt`
[INFO] [stderr]   error: 'rustfmt' is not installed for the toolchain '1.80.0-x86_64-unknown-linux-gnu'.
[INFO] [stderr]   To install, run `rustup component add --toolchain 1.80.0-x86_64-unknown-linux-gnu rustfmt`
[INFO] [stderr]   thread 'main' panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wayland-scanner-0.21.13/src/lib.rs:145:80:
[INFO] [stderr]   called `Result::unwrap()` on an `Err` value: Os { code: 28, kind: StorageFull, message: "No space left on device" }
[INFO] [stderr]   stack backtrace:
[INFO] [stderr]      0:     0x55f60f4aaa25 - std::backtrace_rs::backtrace::libunwind::trace::h58eed11393533053
[INFO] [stderr]                                  at /rustc/051478957371ee0084a7c0913941d2a8c4757bb9/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5
[INFO] [stderr]      1:     0x55f60f4aaa25 - std::backtrace_rs::backtrace::trace_unsynchronized::h6af9bae28ebb6388
[INFO] [stderr]                                  at /rustc/051478957371ee0084a7c0913941d2a8c4757bb9/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5
[INFO] [stderr]      2:     0x55f60f4aaa25 - std::sys_common::backtrace::_print_fmt::hb6748916642a4fb2
[INFO] [stderr]                                  at /rustc/051478957371ee0084a7c0913941d2a8c4757bb9/library/std/src/sys_common/backtrace.rs:68:5
[INFO] [stderr]      3:     0x55f60f4aaa25 - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::h3692694645b1bb6a
[INFO] [stderr]                                  at /rustc/051478957371ee0084a7c0913941d2a8c4757bb9/library/std/src/sys_common/backtrace.rs:44:22
[INFO] [stderr]      4:     0x55f60f4cbebb - core::fmt::rt::Argument::fmt::h7aa93977ba74ae0f
[INFO] [stderr]                                  at /rustc/051478957371ee0084a7c0913941d2a8c4757bb9/library/core/src/fmt/rt.rs:165:63
[INFO] [stderr]      5:     0x55f60f4cbebb - core::fmt::write::h5131d80b4c69b88d
[INFO] [stderr]                                  at /rustc/051478957371ee0084a7c0913941d2a8c4757bb9/library/core/src/fmt/mod.rs:1168:21
[INFO] [stderr]      6:     0x55f60f4a88af - std::io::Write::write_fmt::h1fb327a7d8b0eb36
[INFO] [stderr]                                  at /rustc/051478957371ee0084a7c0913941d2a8c4757bb9/library/std/src/io/mod.rs:1835:15
[INFO] [stderr]      7:     0x55f60f4aa7fe - std::sys_common::backtrace::_print::he6ebb7b9d89f4456
[INFO] [stderr]                                  at /rustc/051478957371ee0084a7c0913941d2a8c4757bb9/library/std/src/sys_common/backtrace.rs:47:5
[INFO] [stderr]      8:     0x55f60f4aa7fe - std::sys_common::backtrace::print::h998d75b840f75a73
[INFO] [stderr]                                  at /rustc/051478957371ee0084a7c0913941d2a8c4757bb9/library/std/src/sys_common/backtrace.rs:34:9
[INFO] [stderr]      9:     0x55f60f4abf19 - std::panicking::default_hook::{{closure}}::h18ec7fe6a38b9da0
[INFO] [stderr]     10:     0x55f60f4abcba - std::panicking::default_hook::hfb3f22c2e4075a6a
[INFO] [stderr]                                  at /rustc/051478957371ee0084a7c0913941d2a8c4757bb9/library/std/src/panicking.rs:298:9
[INFO] [stderr]     11:     0x55f60f4ac51b - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb8210adad49183e7
[INFO] [stderr]                                  at /rustc/051478957371ee0084a7c0913941d2a8c4757bb9/library/alloc/src/boxed.rs:2077:9
[INFO] [stderr]     12:     0x55f60f4ac51b - std::panicking::rust_panic_with_hook::h51af00bcb4660c4e
[INFO] [stderr]                                  at /rustc/051478957371ee0084a7c0913941d2a8c4757bb9/library/std/src/panicking.rs:799:13
[INFO] [stderr]     13:     0x55f60f4ac294 - std::panicking::begin_panic_handler::{{closure}}::h39f76aa863fbe8ce
[INFO] [stderr]                                  at /rustc/051478957371ee0084a7c0913941d2a8c4757bb9/library/std/src/panicking.rs:664:13
[INFO] [stderr]     14:     0x55f60f4aaee9 - std::sys_common::backtrace::__rust_end_short_backtrace::h4d10fc2251b89840
[INFO] [stderr]                                  at /rustc/051478957371ee0084a7c0913941d2a8c4757bb9/library/std/src/sys_common/backtrace.rs:171:18
[INFO] [stderr]     15:     0x55f60f4abfc7 - rust_begin_unwind
[INFO] [stderr]                                  at /rustc/051478957371ee0084a7c0913941d2a8c4757bb9/library/std/src/panicking.rs:652:5
[INFO] [stderr]     16:     0x55f60f3c5c63 - core::panicking::panic_fmt::h319840fcbcd912ef
[INFO] [stderr]                                  at /rustc/051478957371ee0084a7c0913941d2a8c4757bb9/library/core/src/panicking.rs:72:14
[INFO] [stderr]     17:     0x55f60f3c6156 - core::result::unwrap_failed::haccb9aaa604e1e21
[INFO] [stderr]                                  at /rustc/051478957371ee0084a7c0913941d2a8c4757bb9/library/core/src/result.rs:1679:5
[INFO] [stderr]     18:     0x55f60f3c79f1 - wayland_scanner::generate_c_interfaces::heffab806a0180711
[INFO] [stderr]     19:     0x55f60f3d63dc - build_script_build::generate_protocol::he0245960c1200443
[INFO] [stderr]     20:     0x55f60f3d7a16 - build_script_build::main::hd9d3c4dacd14d03a
[INFO] [stderr]     21:     0x55f60f3d4533 - core::ops::function::FnOnce::call_once::hf3f71cc7a0500604
[INFO] [stderr]     22:     0x55f60f3d3e56 - std::sys_common::backtrace::__rust_begin_short_backtrace::h27927fa4e7ec88da
[INFO] [stderr]     23:     0x55f60f3c8779 - std::rt::lang_start::{{closure}}::h884c9fd744602b1e
[INFO] [stderr]     24:     0x55f60f4a5d4d - core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once::hb84c63630a35bb05
[INFO] [stderr]                                  at /rustc/051478957371ee0084a7c0913941d2a8c4757bb9/library/core/src/ops/function.rs:284:13
[INFO] [stderr]     25:     0x55f60f4a5d4d - std::panicking::try::do_call::h8d62108d97b3e028
[INFO] [stderr]                                  at /rustc/051478957371ee0084a7c0913941d2a8c4757bb9/library/std/src/panicking.rs:559:40
[INFO] [stderr]     26:     0x55f60f4a5d4d - std::panicking::try::h0c0b9a214b9691f1
[INFO] [stderr]                                  at /rustc/051478957371ee0084a7c0913941d2a8c4757bb9/library/std/src/panicking.rs:523:19
[INFO] [stderr]     27:     0x55f60f4a5d4d - std::panic::catch_unwind::ha8912f28da143edb
[INFO] [stderr]                                  at /rustc/051478957371ee0084a7c0913941d2a8c4757bb9/library/std/src/panic.rs:149:14
[INFO] [stderr]     28:     0x55f60f4a5d4d - std::rt::lang_start_internal::{{closure}}::h2baf77487fc7f90d
[INFO] [stderr]                                  at /rustc/051478957371ee0084a7c0913941d2a8c4757bb9/library/std/src/rt.rs:141:48
[INFO] [stderr]     29:     0x55f60f4a5d4d - std::panicking::try::do_call::h36fdc82521d3343f
[INFO] [stderr]                                  at /rustc/051478957371ee0084a7c0913941d2a8c4757bb9/library/std/src/panicking.rs:559:40
[INFO] [stderr]     30:     0x55f60f4a5d4d - std::panicking::try::h58aa1415c41e30ec
[INFO] [stderr]                                  at /rustc/051478957371ee0084a7c0913941d2a8c4757bb9/library/std/src/panicking.rs:523:19
[INFO] [stderr]     31:     0x55f60f4a5d4d - std::panic::catch_unwind::h3c4b5a8c3b1c4acf
[INFO] [stderr]                                  at /rustc/051478957371ee0084a7c0913941d2a8c4757bb9/library/std/src/panic.rs:149:14
[INFO] [stderr]     32:     0x55f60f4a5d4d - std::rt::lang_start_internal::h63a185b0ddd212e9
[INFO] [stderr]                                  at /rustc/051478957371ee0084a7c0913941d2a8c4757bb9/library/std/src/rt.rs:141:20
[INFO] [stderr]     33:     0x55f60f3c8757 - std::rt::lang_start::h489afa812f1731f0
[INFO] [stderr]     34:     0x55f60f3d7a75 - main
[INFO] [stderr]     35:     0x7fc32791ad90 - <unknown>
[INFO] [stderr]     36:     0x7fc32791ae40 - __libc_start_main
[INFO] [stderr]     37:     0x55f60f3c6555 - _start
[INFO] [stderr]     38:                0x0 - <unknown>
[INFO] running `Command { std: "docker" "inspect" "96c4c0cb144e2560c612eddf1d66987073ba8c5e67cdff2f4c92f6da04747bed", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "96c4c0cb144e2560c612eddf1d66987073ba8c5e67cdff2f4c92f6da04747bed", kill_on_drop: false }`
[INFO] [stdout] 96c4c0cb144e2560c612eddf1d66987073ba8c5e67cdff2f4c92f6da04747bed