[INFO] cloning repository https://github.com/dswistowski/expert-spoon
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dswistowski/expert-spoon" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdswistowski%2Fexpert-spoon", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdswistowski%2Fexpert-spoon'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f39b042f63d98ed9aa4e65a59e1b5475a132c3d5
[INFO] checking dswistowski/expert-spoon against try#5fee451ebd94296ea05214e819c311e164b30af6 for pr-139042
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdswistowski%2Fexpert-spoon" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/dswistowski/expert-spoon on toolchain 5fee451ebd94296ea05214e819c311e164b30af6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5fee451ebd94296ea05214e819c311e164b30af6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/dswistowski/expert-spoon
[INFO] finished tweaking git repo https://github.com/dswistowski/expert-spoon
[INFO] tweaked toml for git repo https://github.com/dswistowski/expert-spoon written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/dswistowski/expert-spoon 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" "+5fee451ebd94296ea05214e819c311e164b30af6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4b26683ee3c49f365255c425c23003cbf4366de097804722c29c5bbbee3624d2" "/opt/rustwide/cargo-home/bin/cargo" "+5fee451ebd94296ea05214e819c311e164b30af6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] db43d276a8382bc2289a72fd94433ea181ca41b4bb6ae5bbd52654a0ba75776b
[INFO] running `Command { std: "docker" "start" "-a" "db43d276a8382bc2289a72fd94433ea181ca41b4bb6ae5bbd52654a0ba75776b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "db43d276a8382bc2289a72fd94433ea181ca41b4bb6ae5bbd52654a0ba75776b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "db43d276a8382bc2289a72fd94433ea181ca41b4bb6ae5bbd52654a0ba75776b", kill_on_drop: false }`
[INFO] [stdout] db43d276a8382bc2289a72fd94433ea181ca41b4bb6ae5bbd52654a0ba75776b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4b26683ee3c49f365255c425c23003cbf4366de097804722c29c5bbbee3624d2" "/opt/rustwide/cargo-home/bin/cargo" "+5fee451ebd94296ea05214e819c311e164b30af6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 738ba6281f55ef481177092d93b704851c1ed4196f2512378da7afdd44f50061
[INFO] running `Command { std: "docker" "start" "-a" "738ba6281f55ef481177092d93b704851c1ed4196f2512378da7afdd44f50061", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling serde v1.0.183
[INFO] [stderr]    Compiling hashbrown v0.14.0
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]    Compiling winnow v0.5.4
[INFO] [stderr]    Compiling libc v0.2.147
[INFO] [stderr]    Compiling pkg-config v0.3.27
[INFO] [stderr]    Compiling target-lexicon v0.12.11
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]    Compiling smallvec v1.11.0
[INFO] [stderr]    Compiling version-compare v0.1.1
[INFO] [stderr]    Compiling proc-macro2 v1.0.66
[INFO] [stderr]    Compiling unicode-ident v1.0.11
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]    Compiling futures-core v0.3.28
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking pin-project-lite v0.2.11
[INFO] [stderr]    Compiling crossbeam-utils v0.8.16
[INFO] [stderr]     Checking bitflags v1.3.2
[INFO] [stderr]    Compiling once_cell v1.18.0
[INFO] [stderr]     Checking futures-io v0.3.28
[INFO] [stderr]     Checking futures-sink v0.3.28
[INFO] [stderr]    Compiling futures-task v0.3.28
[INFO] [stderr]    Compiling anyhow v1.0.72
[INFO] [stderr]    Compiling slab v0.4.8
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling memoffset v0.9.0
[INFO] [stderr]    Compiling futures-util v0.3.28
[INFO] [stderr]    Compiling thiserror v1.0.44
[INFO] [stderr]     Checking pin-utils v0.1.0
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]    Compiling futures-channel v0.3.28
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.15
[INFO] [stderr]    Compiling typenum v1.16.0
[INFO] [stderr]     Checking simd-adler32 v0.3.7
[INFO] [stderr]     Checking event-listener v2.5.3
[INFO] [stderr]    Compiling semver v1.0.18
[INFO] [stderr]    Compiling serde_derive v1.0.183
[INFO] [stderr]    Compiling cfg-expr v0.15.4
[INFO] [stderr]     Checking crossbeam-channel v0.5.8
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling lock_api v0.4.10
[INFO] [stderr]    Compiling gio v0.16.7
[INFO] [stderr]     Checking concurrent-queue v2.2.0
[INFO] [stderr]     Checking waker-fn v1.1.0
[INFO] [stderr]     Checking fastrand v1.9.0
[INFO] [stderr]     Checking parking v2.1.0
[INFO] [stderr]     Checking adler v1.0.2
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]     Checking log v0.4.19
[INFO] [stderr]    Compiling rayon-core v1.11.0
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]    Compiling indexmap v2.0.0
[INFO] [stderr]     Checking miniz_oxide v0.7.1
[INFO] [stderr]     Checking crossbeam-deque v0.8.3
[INFO] [stderr]     Checking async-lock v2.7.0
[INFO] [stderr]    Compiling memoffset v0.7.1
[INFO] [stderr]    Compiling quote v1.0.32
[INFO] [stderr]     Checking futures-lite v1.13.0
[INFO] [stderr]    Compiling io-lifetimes v1.0.11
[INFO] [stderr]     Checking static_assertions v1.1.0
[INFO] [stderr]    Compiling field-offset v0.3.6
[INFO] [stderr]    Compiling syn v2.0.28
[INFO] [stderr]    Compiling polling v2.8.0
[INFO] [stderr]    Compiling num-traits v0.2.16
[INFO] [stderr]     Checking getrandom v0.2.10
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]    Compiling aho-corasick v1.0.2
[INFO] [stderr]     Checking tinyvec_macros v0.1.1
[INFO] [stderr]     Checking async-task v4.4.0
[INFO] [stderr]    Compiling regex-syntax v0.7.4
[INFO] [stderr]     Checking byteorder v1.4.3
[INFO] [stderr]    Compiling rustix v0.37.23
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking tinyvec v1.6.0
[INFO] [stderr]     Checking flate2 v1.0.26
[INFO] [stderr]     Checking async-channel v1.9.0
[INFO] [stderr]    Compiling x11 v2.21.0
[INFO] [stderr]    Compiling gtk v0.16.2
[INFO] [stderr]    Compiling x11-dl v2.21.0
[INFO] [stderr]    Compiling async-io v1.13.0
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling async-fs v1.6.0
[INFO] [stderr]    Compiling async-trait v0.1.72
[INFO] [stderr]     Checking ppv-lite86 v0.2.17
[INFO] [stderr]     Checking atomic-waker v1.1.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.8
[INFO] [stderr]     Checking either v1.9.0
[INFO] [stderr]     Checking linux-raw-sys v0.3.8
[INFO] [stderr]     Checking blocking v1.3.1
[INFO] [stderr]     Checking rayon v1.7.0
[INFO] [stderr]     Checking nix v0.26.2
[INFO] [stderr]     Checking nanorand v0.7.0
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking socket2 v0.4.9
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]     Checking unicode-normalization v0.1.22
[INFO] [stderr]     Checking fdeflate v0.3.0
[INFO] [stderr]     Checking tracing-core v0.1.31
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]    Compiling cc v1.0.82
[INFO] [stderr]    Compiling num-rational v0.4.1
[INFO] [stderr]    Compiling serde_spanned v0.6.3
[INFO] [stderr]    Compiling toml_datetime v0.6.3
[INFO] [stderr]     Checking libloading v0.7.4
[INFO] [stderr]     Checking unicode-bidi v0.3.13
[INFO] [stderr]     Checking percent-encoding v2.3.0
[INFO] [stderr]     Checking cpufeatures v0.2.9
[INFO] [stderr]     Checking weezl v0.1.7
[INFO] [stderr]    Compiling toml_edit v0.19.14
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking form_urlencoded v1.2.0
[INFO] [stderr]     Checking sha1 v0.10.5
[INFO] [stderr]     Checking png v0.17.9
[INFO] [stderr]     Checking xdg-home v1.0.0
[INFO] [stderr]     Checking async-executor v1.5.1
[INFO] [stderr]     Checking idna v0.4.0
[INFO] [stderr]     Checking dirs-sys-next v0.1.2
[INFO] [stderr]     Checking async-broadcast v0.5.1
[INFO] [stderr]     Checking zune-inflate v0.2.54
[INFO] [stderr]     Checking ordered-stream v0.2.0
[INFO] [stderr]     Checking lebe v0.5.2
[INFO] [stderr]     Checking color_quant v1.1.0
[INFO] [stderr]     Checking hex v0.4.3
[INFO] [stderr]    Compiling tao v0.21.1
[INFO] [stderr]     Checking unicode-segmentation v1.10.1
[INFO] [stderr]     Checking bytemuck v1.13.1
[INFO] [stderr]     Checking half v2.2.1
[INFO] [stderr]     Checking bit_field v0.10.2
[INFO] [stderr]     Checking gif v0.12.0
[INFO] [stderr]     Checking dirs-next v2.0.0
[INFO] [stderr]     Checking url v2.4.0
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]     Checking uuid v1.4.1
[INFO] [stderr]     Checking jpeg-decoder v0.3.0
[INFO] [stderr]     Checking instant v0.1.12
[INFO] [stderr]     Checking raw-window-handle v0.5.2
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]     Checking qoi v0.4.1
[INFO] [stderr]     Checking ryu v1.0.15
[INFO] [stderr]     Checking unsafe-libyaml v0.2.9
[INFO] [stderr]     Checking tiff v0.8.1
[INFO] [stderr]     Checking itoa v1.0.9
[INFO] [stderr]     Checking home v0.5.5
[INFO] [stderr]    Compiling regex-automata v0.3.6
[INFO] [stderr]     Checking keyboard-types v0.6.2
[INFO] [stderr]    Compiling toml v0.7.6
[INFO] [stderr]    Compiling proc-macro-crate v1.3.1
[INFO] [stderr]     Checking serde_yaml v0.9.25
[INFO] [stderr]    Compiling system-deps v6.1.1
[INFO] [stderr]    Compiling zvariant_utils v1.0.1
[INFO] [stderr]    Compiling glib-sys v0.16.3
[INFO] [stderr]    Compiling gobject-sys v0.16.3
[INFO] [stderr]    Compiling gio-sys v0.16.3
[INFO] [stderr]    Compiling gdk-sys v0.16.0
[INFO] [stderr]    Compiling gdk-pixbuf-sys v0.16.3
[INFO] [stderr]    Compiling cairo-sys-rs v0.16.3
[INFO] [stderr]    Compiling pango-sys v0.16.3
[INFO] [stderr]    Compiling atk-sys v0.16.0
[INFO] [stderr]    Compiling gtk-sys v0.16.0
[INFO] [stderr]    Compiling gdkx11-sys v0.16.0
[INFO] [stderr]    Compiling glib-macros v0.16.8
[INFO] [stderr]    Compiling zvariant_derive v3.15.0
[INFO] [stderr]    Compiling gtk3-macros v0.16.3
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]    Compiling regex v1.9.3
[INFO] [stderr]    Compiling futures-macro v0.3.28
[INFO] [stderr]    Compiling thiserror-impl v1.0.44
[INFO] [stderr]    Compiling enumflags2_derive v0.7.7
[INFO] [stderr]    Compiling pin-project-internal v1.1.3
[INFO] [stderr]    Compiling tracing-attributes v0.1.26
[INFO] [stderr]    Compiling async-recursion v1.0.4
[INFO] [stderr]    Compiling serde_repr v0.1.16
[INFO] [stderr]     Checking enumflags2 v0.7.7
[INFO] [stderr]     Checking zvariant v3.15.0
[INFO] [stderr]     Checking pin-project v1.1.3
[INFO] [stderr]    Compiling zbus_macros v3.14.1
[INFO] [stderr]     Checking flume v0.10.14
[INFO] [stderr]     Checking exr v1.7.0
[INFO] [stderr]     Checking global-hotkey v0.2.3
[INFO] [stderr]     Checking tracing v0.1.37
[INFO] [stderr]     Checking gdkwayland-sys v0.16.0
[INFO] [stderr]     Checking zbus_names v2.6.0
[INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetaOrf1Sn"
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `gtk-sys` (lib) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-Wl,--version-script=/tmp/rustcuy8pqd/list" "-Wl,--no-undefined-version" "-m64" "/tmp/rustcuy8pqd/symbols.o" "<16 object files omitted>" "/opt/rustwide/target/debug/deps/zbus_macros-e3de60f756719627.88oc0agu3g4o6wrh2apyosm3d.rcgu.rmeta" "<1 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libproc_macro_crate-26b07fda6fb5fd0e.rlib,libtoml_edit-c29103320bae97f6.rlib,libserde_spanned-e76f084e8d6a5e7c.rlib,libindexmap-119300d25df5ca53.rlib,libequivalent-a86170404b080df5.rlib,libhashbrown-f7daa09f3628da51.rlib,libwinnow-e8186cc71c25371e.rlib,libtoml_datetime-94f88f03291db06b.rlib,libserde-bdc766cb581d2462.rlib,libonce_cell-d697ede34dafd981.rlib,libregex-7ed174c63ab9e87c.rlib,libregex_automata-af230f3b340ff353.rlib,libaho_corasick-2effaa660ba537f1.rlib,libmemchr-6338fa0f72dc4089.rlib,libregex_syntax-350c6eca8dcd54ef.rlib,libzvariant_utils-ff86c9b89e71edd4.rlib,libsyn-fbea12b85e553e8a.rlib,libquote-6bd11793ea7eeed3.rlib,libproc_macro2-da68977f3b882c00.rlib,libunicode_ident-35fb19b3987835f7.rlib}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libproc_macro-*,libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,liballoc-*,librustc_std_workspace_core-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcuy8pqd/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,-znostart-stop-gc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/libzbus_macros-e3de60f756719627.so" "-Wl,--gc-sections" "-shared" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: collect2: fatal error: ld terminated with signal 7 [Bus error], core dumped
[INFO] [stdout]           compilation terminated.
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `zbus_macros` (lib) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "738ba6281f55ef481177092d93b704851c1ed4196f2512378da7afdd44f50061", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "738ba6281f55ef481177092d93b704851c1ed4196f2512378da7afdd44f50061", kill_on_drop: false }`
[INFO] [stdout] 738ba6281f55ef481177092d93b704851c1ed4196f2512378da7afdd44f50061
