[INFO] cloning repository https://github.com/brucemc/go [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/brucemc/go" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbrucemc%2Fgo", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbrucemc%2Fgo'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3e5acd332c8c84c717f3fbc8d39b782459565269 [INFO] checking brucemc/go/3e5acd332c8c84c717f3fbc8d39b782459565269 against try#47af3d0de9d26c7deba4cfb203b710cc3f764e91 for pr-130443 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbrucemc%2Fgo" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/brucemc/go on toolchain 47af3d0de9d26c7deba4cfb203b710cc3f764e91 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+47af3d0de9d26c7deba4cfb203b710cc3f764e91" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/brucemc/go [INFO] finished tweaking git repo https://github.com/brucemc/go [INFO] tweaked toml for git repo https://github.com/brucemc/go written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/brucemc/go 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" "+47af3d0de9d26c7deba4cfb203b710cc3f764e91" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:96c0aa5895ecf336b730ef27bcdde6e21027415df19888aad3cf1448e5d65d90" "/opt/rustwide/cargo-home/bin/cargo" "+47af3d0de9d26c7deba4cfb203b710cc3f764e91" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6abf42acdbf42159353a6e4589c4a2df234af31d303dd65eab83550306ac1f2e [INFO] running `Command { std: "docker" "start" "-a" "6abf42acdbf42159353a6e4589c4a2df234af31d303dd65eab83550306ac1f2e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6abf42acdbf42159353a6e4589c4a2df234af31d303dd65eab83550306ac1f2e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6abf42acdbf42159353a6e4589c4a2df234af31d303dd65eab83550306ac1f2e", kill_on_drop: false }` [INFO] [stdout] 6abf42acdbf42159353a6e4589c4a2df234af31d303dd65eab83550306ac1f2e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:96c0aa5895ecf336b730ef27bcdde6e21027415df19888aad3cf1448e5d65d90" "/opt/rustwide/cargo-home/bin/cargo" "+47af3d0de9d26c7deba4cfb203b710cc3f764e91" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a21b9ed15cb78b0134f4f2a5795547552c41205ab6be784aa54570710509a96c [INFO] running `Command { std: "docker" "start" "-a" "a21b9ed15cb78b0134f4f2a5795547552c41205ab6be784aa54570710509a96c", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.98 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling proc-macro2 v1.0.28 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling xml-rs v0.8.4 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Checking once_cell v1.8.0 [INFO] [stderr] Checking libloading v0.7.0 [INFO] [stderr] Checking smallvec v1.6.1 [INFO] [stderr] Checking dlib v0.5.0 [INFO] [stderr] Compiling khronos_api v3.1.0 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Compiling syn v1.0.74 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling wayland-sys v0.28.6 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling nom v6.2.1 [INFO] [stderr] Checking downcast-rs v1.2.0 [INFO] [stderr] Checking scoped-tls v1.0.0 [INFO] [stderr] Compiling gl_generator v0.14.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling memoffset v0.6.4 [INFO] [stderr] Compiling wayland-scanner v0.28.6 [INFO] [stderr] Checking ttf-parser v0.6.2 [INFO] [stderr] Checking ab_glyph_rasterizer v0.1.4 [INFO] [stderr] Compiling crossbeam-utils v0.8.5 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Compiling crossbeam-epoch v0.9.5 [INFO] [stderr] Checking nix v0.20.0 [INFO] [stderr] Compiling nix v0.18.0 [INFO] [stderr] Checking either v1.6.1 [INFO] [stderr] Compiling ucd-trie v0.1.3 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling pest v2.1.3 [INFO] [stderr] Compiling x11-dl v2.18.5 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Checking owned_ttf_parser v0.6.0 [INFO] [stderr] Checking rusttype v0.9.2 [INFO] [stderr] Checking same-file v1.0.6 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Checking walkdir v2.3.2 [INFO] [stderr] Compiling wayland-client v0.28.6 [INFO] [stderr] Compiling wayland-protocols v0.28.6 [INFO] [stderr] Checking xcursor v0.3.3 [INFO] [stderr] Checking iovec v0.1.4 [INFO] [stderr] Checking net2 v0.2.37 [INFO] [stderr] Compiling ahash v0.7.4 [INFO] [stderr] Compiling pest_meta v2.1.3 [INFO] [stderr] Checking instant v0.1.10 [INFO] [stderr] Checking libloading v0.6.7 [INFO] [stderr] Checking xdg v2.2.0 [INFO] [stderr] Checking slab v0.4.4 [INFO] [stderr] Checking adler v1.0.2 [INFO] [stderr] Checking andrew v0.3.1 [INFO] [stderr] Checking mio v0.6.23 [INFO] [stderr] Checking dlib v0.4.2 [INFO] [stderr] Checking parking_lot_core v0.8.3 [INFO] [stdout] error: failed to build archive at `/opt/rustwide/target/debug/deps/liblibc-d8f73aecb4f1df23.rlib`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking wayland-commons v0.28.6 [INFO] [stderr] error: could not compile `libc` (lib) due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetamHoH4y/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `syn` (lib) due to 2 previous errors [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmeta7YCgYB/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `x11-dl` (lib) due to 1 previous error [INFO] [stderr] error: failed to run custom build command for `wayland-protocols v0.28.6` [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-30c022fd497c4b8a/build-script-build` (exit status: 101) [INFO] [stderr] --- stdout [INFO] [stderr] cargo:rerun-if-changed-env=CARGO_FEATURE_CLIENT [INFO] [stderr] cargo:rerun-if-changed-env=CARGO_FEATURE_SERVER [INFO] [stderr] cargo:rerun-if-changed-env=CARGO_FEATURE_UNSTABLE_PROTOCOLS [INFO] [stderr] cargo:rerun-if-changed=./protocols/stable/presentation-time/presentation-time.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/stable/viewporter/viewporter.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/stable/xdg-shell/xdg-shell.xml [INFO] [stderr] cargo:rerun-if-changed=./misc/gtk-primary-selection.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/unstable/fullscreen-shell/fullscreen-shell-unstable-v1.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/unstable/idle-inhibit/idle-inhibit-unstable-v1.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/unstable/input-method/input-method-unstable-v1.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/unstable/input-timestamps/input-timestamps-unstable-v1.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/unstable/keyboard-shortcuts-inhibit/keyboard-shortcuts-inhibit-unstable-v1.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/unstable/linux-explicit-synchronization/linux-explicit-synchronization-unstable-v1.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/unstable/pointer-constraints/pointer-constraints-unstable-v1.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/unstable/pointer-gestures/pointer-gestures-unstable-v1.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/unstable/primary-selection/primary-selection-unstable-v1.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/unstable/relative-pointer/relative-pointer-unstable-v1.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/unstable/tablet/tablet-unstable-v1.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/unstable/tablet/tablet-unstable-v2.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/unstable/text-input/text-input-unstable-v1.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/unstable/text-input/text-input-unstable-v3.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/unstable/xdg-decoration/xdg-decoration-unstable-v1.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/unstable/xdg-foreign/xdg-foreign-unstable-v1.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/unstable/xdg-foreign/xdg-foreign-unstable-v2.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/unstable/xdg-output/xdg-output-unstable-v1.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/unstable/xdg-shell/xdg-shell-unstable-v5.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/unstable/xdg-shell/xdg-shell-unstable-v6.xml [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '47af3d0de9d26c7deba4cfb203b710cc3f764e91'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '47af3d0de9d26c7deba4cfb203b710cc3f764e91'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '47af3d0de9d26c7deba4cfb203b710cc3f764e91'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '47af3d0de9d26c7deba4cfb203b710cc3f764e91'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '47af3d0de9d26c7deba4cfb203b710cc3f764e91'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '47af3d0de9d26c7deba4cfb203b710cc3f764e91'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '47af3d0de9d26c7deba4cfb203b710cc3f764e91'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '47af3d0de9d26c7deba4cfb203b710cc3f764e91'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '47af3d0de9d26c7deba4cfb203b710cc3f764e91'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '47af3d0de9d26c7deba4cfb203b710cc3f764e91'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '47af3d0de9d26c7deba4cfb203b710cc3f764e91'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '47af3d0de9d26c7deba4cfb203b710cc3f764e91'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '47af3d0de9d26c7deba4cfb203b710cc3f764e91'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '47af3d0de9d26c7deba4cfb203b710cc3f764e91'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '47af3d0de9d26c7deba4cfb203b710cc3f764e91'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '47af3d0de9d26c7deba4cfb203b710cc3f764e91'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '47af3d0de9d26c7deba4cfb203b710cc3f764e91'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '47af3d0de9d26c7deba4cfb203b710cc3f764e91'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '47af3d0de9d26c7deba4cfb203b710cc3f764e91'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '47af3d0de9d26c7deba4cfb203b710cc3f764e91'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '47af3d0de9d26c7deba4cfb203b710cc3f764e91'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '47af3d0de9d26c7deba4cfb203b710cc3f764e91'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '47af3d0de9d26c7deba4cfb203b710cc3f764e91'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '47af3d0de9d26c7deba4cfb203b710cc3f764e91'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] thread 'main' panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wayland-scanner-0.28.6/src/lib.rs:156:40: [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: 0x64e88a25ec6a - std::backtrace_rs::backtrace::libunwind::trace::h1a1e572723065690 [INFO] [stderr] at /rustc/47af3d0de9d26c7deba4cfb203b710cc3f764e91/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5 [INFO] [stderr] 1: 0x64e88a25ec6a - std::backtrace_rs::backtrace::trace_unsynchronized::h1276564cb74b63a1 [INFO] [stderr] at /rustc/47af3d0de9d26c7deba4cfb203b710cc3f764e91/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x64e88a25ec6a - std::sys::backtrace::_print_fmt::h84871980db6e0e53 [INFO] [stderr] at /rustc/47af3d0de9d26c7deba4cfb203b710cc3f764e91/library/std/src/sys/backtrace.rs:66:9 [INFO] [stderr] 3: 0x64e88a25ec6a - ::fmt::h4088fd32dca526b7 [INFO] [stderr] at /rustc/47af3d0de9d26c7deba4cfb203b710cc3f764e91/library/std/src/sys/backtrace.rs:39:26 [INFO] [stderr] 4: 0x64e88a27f8ab - core::fmt::rt::Argument::fmt::h56a71fe22ed738aa [INFO] [stderr] at /rustc/47af3d0de9d26c7deba4cfb203b710cc3f764e91/library/core/src/fmt/rt.rs:177:76 [INFO] [stderr] 5: 0x64e88a27f8ab - core::fmt::write::h194fcda28a99c511 [INFO] [stderr] at /rustc/47af3d0de9d26c7deba4cfb203b710cc3f764e91/library/core/src/fmt/mod.rs:1186:21 [INFO] [stderr] 6: 0x64e88a25c133 - std::io::Write::write_fmt::h6dcab05f9fb3320d [INFO] [stderr] at /rustc/47af3d0de9d26c7deba4cfb203b710cc3f764e91/library/std/src/io/mod.rs:1823:15 [INFO] [stderr] 7: 0x64e88a25eab2 - std::sys::backtrace::BacktraceLock::print::h587b834c61bc676c [INFO] [stderr] at /rustc/47af3d0de9d26c7deba4cfb203b710cc3f764e91/library/std/src/sys/backtrace.rs:42:9 [INFO] [stderr] 8: 0x64e88a260105 - std::panicking::default_hook::{{closure}}::h1647900569bd226e [INFO] [stderr] at /rustc/47af3d0de9d26c7deba4cfb203b710cc3f764e91/library/std/src/panicking.rs:268:22 [INFO] [stderr] 9: 0x64e88a25ff34 - std::panicking::default_hook::h465fda42c5bc2837 [INFO] [stderr] at /rustc/47af3d0de9d26c7deba4cfb203b710cc3f764e91/library/std/src/panicking.rs:295:9 [INFO] [stderr] 10: 0x64e88a260747 - std::panicking::rust_panic_with_hook::hc56ab325220cbe2c [INFO] [stderr] at /rustc/47af3d0de9d26c7deba4cfb203b710cc3f764e91/library/std/src/panicking.rs:801:13 [INFO] [stderr] 11: 0x64e88a2605e7 - std::panicking::begin_panic_handler::{{closure}}::h316d6705fe04cd83 [INFO] [stderr] at /rustc/47af3d0de9d26c7deba4cfb203b710cc3f764e91/library/std/src/panicking.rs:674:13 [INFO] [stderr] 12: 0x64e88a25f149 - std::sys::backtrace::__rust_end_short_backtrace::h8a1797ffc3892a9a [INFO] [stderr] at /rustc/47af3d0de9d26c7deba4cfb203b710cc3f764e91/library/std/src/sys/backtrace.rs:170:18 [INFO] [stderr] 13: 0x64e88a260274 - rust_begin_unwind [INFO] [stderr] at /rustc/47af3d0de9d26c7deba4cfb203b710cc3f764e91/library/std/src/panicking.rs:665:5 [INFO] [stderr] 14: 0x64e88a27e723 - core::panicking::panic_fmt::h80cb49115195fc7a [INFO] [stderr] at /rustc/47af3d0de9d26c7deba4cfb203b710cc3f764e91/library/core/src/panicking.rs:74:14 [INFO] [stderr] 15: 0x64e88a27eb36 - core::result::unwrap_failed::h1b3a938ce3a2cd97 [INFO] [stderr] at /rustc/47af3d0de9d26c7deba4cfb203b710cc3f764e91/library/core/src/result.rs:1689:5 [INFO] [stderr] 16: 0x64e88a19d45a - wayland_scanner::generate_code_with_destructor_events::hbac2c575d1fc9421 [INFO] [stderr] 17: 0x64e88a1a7010 - build_script_build::generate_protocol::h256b43c92f904ad1 [INFO] [stderr] 18: 0x64e88a1a8468 - build_script_build::main::h72ffcda2893b61ad [INFO] [stderr] 19: 0x64e88a1a5a13 - core::ops::function::FnOnce::call_once::h558caa96c1c57ebf [INFO] [stderr] 20: 0x64e88a198506 - std::sys::backtrace::__rust_begin_short_backtrace::h447f81f1bb73169e [INFO] [stderr] 21: 0x64e88a1a5529 - std::rt::lang_start::{{closure}}::h57efa783d56d95a3 [INFO] [stderr] 22: 0x64e88a2590c0 - core::ops::function::impls:: for &F>::call_once::hf344da535fe78f77 [INFO] [stderr] at /rustc/47af3d0de9d26c7deba4cfb203b710cc3f764e91/library/core/src/ops/function.rs:284:13 [INFO] [stderr] 23: 0x64e88a2590c0 - std::panicking::try::do_call::h2fbf0504fe70cb61 [INFO] [stderr] at /rustc/47af3d0de9d26c7deba4cfb203b710cc3f764e91/library/std/src/panicking.rs:557:40 [INFO] [stderr] 24: 0x64e88a2590c0 - std::panicking::try::h5063802c35bb4ab7 [INFO] [stderr] at /rustc/47af3d0de9d26c7deba4cfb203b710cc3f764e91/library/std/src/panicking.rs:520:19 [INFO] [stderr] 25: 0x64e88a2590c0 - std::panic::catch_unwind::h0b208b69c0a4c4fc [INFO] [stderr] at /rustc/47af3d0de9d26c7deba4cfb203b710cc3f764e91/library/std/src/panic.rs:348:14 [INFO] [stderr] 26: 0x64e88a2590c0 - std::rt::lang_start_internal::{{closure}}::ha9b70365f04a863f [INFO] [stderr] at /rustc/47af3d0de9d26c7deba4cfb203b710cc3f764e91/library/std/src/rt.rs:143:48 [INFO] [stderr] 27: 0x64e88a2590c0 - std::panicking::try::do_call::h0081cede6293561d [INFO] [stderr] at /rustc/47af3d0de9d26c7deba4cfb203b710cc3f764e91/library/std/src/panicking.rs:557:40 [INFO] [stderr] 28: 0x64e88a2590c0 - std::panicking::try::h5d6b53913d4208f1 [INFO] [stderr] at /rustc/47af3d0de9d26c7deba4cfb203b710cc3f764e91/library/std/src/panicking.rs:520:19 [INFO] [stderr] 29: 0x64e88a2590c0 - std::panic::catch_unwind::h02006366d4ca7362 [INFO] [stderr] at /rustc/47af3d0de9d26c7deba4cfb203b710cc3f764e91/library/std/src/panic.rs:348:14 [INFO] [stderr] 30: 0x64e88a2590c0 - std::rt::lang_start_internal::hbb04572074a32f7c [INFO] [stderr] at /rustc/47af3d0de9d26c7deba4cfb203b710cc3f764e91/library/std/src/rt.rs:143:20 [INFO] [stderr] 31: 0x64e88a1a5507 - std::rt::lang_start::h8cdca19c7f58df5d [INFO] [stderr] 32: 0x64e88a1a89f5 - main [INFO] [stderr] 33: 0x780c4279cd90 - [INFO] [stderr] 34: 0x780c4279ce40 - __libc_start_main [INFO] [stderr] 35: 0x64e88a1979e5 - _start [INFO] [stderr] 36: 0x0 - [INFO] running `Command { std: "docker" "inspect" "a21b9ed15cb78b0134f4f2a5795547552c41205ab6be784aa54570710509a96c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a21b9ed15cb78b0134f4f2a5795547552c41205ab6be784aa54570710509a96c", kill_on_drop: false }` [INFO] [stdout] a21b9ed15cb78b0134f4f2a5795547552c41205ab6be784aa54570710509a96c