[INFO] cloning repository https://github.com/jessenmorten/control_tower [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jessenmorten/control_tower" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjessenmorten%2Fcontrol_tower", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjessenmorten%2Fcontrol_tower'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 655a97e558adfef32ac2021f9024832e5c6f2f6d [INFO] testing jessenmorten/control_tower against try#ed7f3d77595b4831fdf085f2529aa13b5b51ff7d for pr-134530 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjessenmorten%2Fcontrol_tower" "/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/jessenmorten/control_tower on toolchain ed7f3d77595b4831fdf085f2529aa13b5b51ff7d [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ed7f3d77595b4831fdf085f2529aa13b5b51ff7d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/jessenmorten/control_tower [INFO] finished tweaking git repo https://github.com/jessenmorten/control_tower [INFO] tweaked toml for git repo https://github.com/jessenmorten/control_tower written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/jessenmorten/control_tower 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" "+ed7f3d77595b4831fdf085f2529aa13b5b51ff7d" "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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+ed7f3d77595b4831fdf085f2529aa13b5b51ff7d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4a24d05c356f8536e6caf24ad22800e13b214138f8ae42f544d68e2619f355e3 [INFO] running `Command { std: "docker" "start" "-a" "4a24d05c356f8536e6caf24ad22800e13b214138f8ae42f544d68e2619f355e3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4a24d05c356f8536e6caf24ad22800e13b214138f8ae42f544d68e2619f355e3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4a24d05c356f8536e6caf24ad22800e13b214138f8ae42f544d68e2619f355e3", kill_on_drop: false }` [INFO] [stdout] 4a24d05c356f8536e6caf24ad22800e13b214138f8ae42f544d68e2619f355e3 [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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+ed7f3d77595b4831fdf085f2529aa13b5b51ff7d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 653551d9b7d30c9b9940c244dba74c0c5e98a0408e27a96d9d6ba242a8910ab3 [INFO] running `Command { std: "docker" "start" "-a" "653551d9b7d30c9b9940c244dba74c0c5e98a0408e27a96d9d6ba242a8910ab3", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.69 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling libc v0.2.149 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling once_cell v1.18.0 [INFO] [stderr] Compiling pin-project-lite v0.2.13 [INFO] [stderr] Compiling futures-core v0.3.28 [INFO] [stderr] Compiling bytes v1.5.0 [INFO] [stderr] Compiling log v0.4.20 [INFO] [stderr] Compiling smallvec v1.11.1 [INFO] [stderr] Compiling parking_lot_core v0.9.8 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling itoa v1.0.9 [INFO] [stderr] Compiling futures-task v0.3.28 [INFO] [stderr] Compiling pkg-config v0.3.27 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Compiling futures-util v0.3.28 [INFO] [stderr] Compiling tracing-core v0.1.31 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling rustversion v1.0.14 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling serde v1.0.189 [INFO] [stderr] Compiling futures-sink v0.3.28 [INFO] [stderr] Compiling tower-service v0.3.2 [INFO] [stderr] Compiling http v0.2.9 [INFO] [stderr] Compiling futures-channel v0.3.28 [INFO] [stderr] Compiling percent-encoding v2.3.0 [INFO] [stderr] Compiling bitflags v2.4.1 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling lock_api v0.4.10 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling unicase v2.7.0 [INFO] [stderr] Compiling openssl v0.10.57 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling httparse v1.8.0 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling native-tls v0.2.11 [INFO] [stderr] Compiling try-lock v0.2.4 [INFO] [stderr] Compiling mime v0.3.17 [INFO] [stderr] Compiling tinyvec_macros v0.1.1 [INFO] [stderr] Compiling httpdate v1.0.3 [INFO] [stderr] Compiling cc v1.0.83 [INFO] [stderr] Compiling want v0.3.1 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling syn v2.0.38 [INFO] [stderr] Compiling form_urlencoded v1.2.0 [INFO] [stderr] Compiling ryu v1.0.15 [INFO] [stderr] Compiling http-body v0.4.5 [INFO] [stderr] Compiling tower-layer v0.3.2 [INFO] [stderr] Compiling async-trait v0.1.73 [INFO] [stderr] Compiling openssl-probe v0.1.5 [INFO] [stderr] Compiling axum-core v0.3.4 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling unicode-bidi v0.3.13 [INFO] [stderr] Compiling serde_json v1.0.107 [INFO] [stderr] Compiling axum v0.6.20 [INFO] [stderr] Compiling anyhow v1.0.75 [INFO] [stderr] Compiling overload v0.1.1 [INFO] [stderr] Compiling tracing-log v0.1.3 [INFO] [stderr] Compiling signal-hook-registry v1.4.1 [INFO] [stderr] Compiling mio v0.8.8 [INFO] [stderr] Compiling socket2 v0.5.4 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling socket2 v0.4.9 [INFO] [stderr] Compiling mime_guess v2.0.4 [INFO] [stderr] Compiling nu-ansi-term v0.46.0 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling unicode-normalization v0.1.22 [INFO] [stderr] Compiling sharded-slab v0.1.7 [INFO] [stderr] Compiling thread_local v1.1.7 [INFO] [stderr] Compiling encoding_rs v0.8.33 [INFO] [stderr] Compiling matchit v0.7.3 [INFO] [stderr] Compiling base64 v0.21.4 [INFO] [stderr] Compiling sync_wrapper v0.1.2 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling http-range-header v0.3.1 [INFO] [stderr] Compiling idna v0.4.0 [INFO] [stderr] Compiling memchr v2.6.4 [INFO] [stderr] Compiling ipnet v2.8.0 [INFO] [stderr] Compiling tracing-subscriber v0.3.17 [INFO] [stderr] Compiling openssl-sys v0.9.93 [INFO] [stderr] Compiling url v2.4.1 [INFO] [stderr] Compiling tokio-macros v2.1.0 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling serde_derive v1.0.189 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling pin-project-internal v1.1.3 [INFO] [stderr] Compiling tokio v1.33.0 [INFO] [stderr] Compiling tracing v0.1.37 [INFO] [stderr] Compiling pin-project v1.1.3 [INFO] [stderr] Compiling tokio-util v0.7.9 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling tower v0.4.13 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling serde_path_to_error v0.1.14 [INFO] [stderr] Compiling h2 v0.3.21 [INFO] [stderr] Compiling tower-http v0.4.4 [INFO] [stderr] Compiling hyper v0.14.27 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling reqwest v0.11.22 [INFO] [stderr] Compiling control-tower v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: LC_ALL="C" PATH="/opt/rustwide/rustup-home/toolchains/ed7f3d77595b4831fdf085f2529aa13b5b51ff7d/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/rustup-home/toolchains/ed7f3d77595b4831fdf085f2529aa13b5b51ff7d/lib/rustlib/x86_64-unknown-linux-gnu/bin/self-contained:/opt/rustwide/cargo-home/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" VSLANG="1033" "cc" "-m64" "/tmp/rustchb0QRE/symbols.o" "<17 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libtracing_subscriber-d909373bc0317b1d.rlib,libnu_ansi_term-c634e6ff7c6e5c03.rlib,liboverload-23726fa51fddfe0c.rlib,libthread_local-0dfa5e6f3633ffd3.rlib,libsharded_slab-d0f6894ec548ca49.rlib,libtracing_log-e269dc03d8375f94.rlib,liblazy_static-2bb390fee0230a38.rlib,libreqwest-b84341371ee9d339.rlib,libhyper_tls-b04a3752e835702d.rlib,libbase64-f9e6fb2878cd65b1.rlib,libipnet-72a9a3763a84d853.rlib,libtokio_native_tls-efcb54be0e34ba8a.rlib,libencoding_rs-f27ba02cb0b9b1d0.rlib,libnative_tls-066fdfd20f485da4.rlib,libopenssl_probe-dfbd35d7fb1bbeff.rlib,libopenssl-e97225d4b288edee.rlib,libforeign_types-0d5385f641bbbadd.rlib,libforeign_types_shared-1d09a6084921ca40.rlib,libopenssl_sys-4db4baa852cc563f.rlib,liburl-7fab6bf0cd6701ad.rlib,libidna-2f6a0bedb91b1f46.rlib,libunicode_normalization-8178bb9bd2f4dc32.rlib,libtinyvec-c9d39c3280bd728d.rlib,libtinyvec_macros-1c14e8980bff1229.rlib,libunicode_bidi-2568d52e1c5daf2c.rlib,libtower_http-8927d766f1defc3c.rlib,libmime_guess-d654ae9645f62373.rlib,libunicase-6dc602a178d5acff.rlib,libhttp_range_header-370313ec176fd558.rlib,libbitflags-5c36641155923b05.rlib,libaxum-da976a0db0440d25.rlib,libmemchr-5ca7148678800e70.rlib,libserde_path_to_error-506e26f0e1a3ef92.rlib,libserde_json-9b544b239d988cc0.rlib,libserde_urlencoded-a7522759978f42a5.rlib,libryu-e33a6160528a52dc.rlib,libform_urlencoded-23e54100bf4699f9.rlib,libpercent_encoding-cb878851172b4416.rlib,libmatchit-b2689776cf6e5db9.rlib,libbitflags-e2b4db6c651223da.rlib,libhyper-8f99de2c6c0e1cb0.rlib,libwant-d4b0b3c7484da253.rlib,libtry_lock-aa504cbc7f0db5fb.rlib,libsocket2-3e6e52307dac9b45.rlib,libhttparse-a126edcdcf1e38a4.rlib,libh2-0d2ad95117494c5e.rlib,libindexmap-2978ed2202381d1e.rlib,libhashbrown-8ac6e23154e6c3d0.rlib,libslab-04579c13bebef5f6.rlib,libtokio_util-3e2e8c9cda27bbb9.rlib,libfutures_sink-9be852e5b23a9dfd.rlib,libtracing-d205be7aa9b293c1.rlib,liblog-045b65d1b7404957.rlib,libtracing_core-ef985126fb39b38f.rlib,libonce_cell-778c08b2406fdd3b.rlib,libfutures_channel-82722aaf1ad6e9ca.rlib,libhttpdate-9f9d2502c6a38412.rlib,libsync_wrapper-17f912c27eab8964.rlib,libserde-f404ed889f7876ea.rlib,libaxum_core-52d0f73c44a20eed.rlib,libmime-4b44681fdb2c65f7.rlib,libhttp_body-8b2bba63057ff6e9.rlib,libtower-1eeb53b354afc66e.rlib,libpin_project-5fbc37980458aaa1.rlib,libtower_layer-d544d4bd616865b8.rlib,libfutures_util-0b75e9b2c7a6001c.rlib,libfutures_task-4c3a0c3ab26d39c2.rlib,libpin_utils-9a5791cba021167a.rlib,libfutures_core-0eba4a8327836b6e.rlib,libtower_service-aa28c9aa29f1c654.rlib,libtokio-08268e4ea872bc92.rlib,libsignal_hook_registry-d7117ec60bc889ea.rlib,libnum_cpus-69c4802eaa6f324e.rlib,libsocket2-3351d22b6cbccc2e.rlib,libmio-95439fb0807850dd.rlib,libpin_project_lite-89bb0688a32eddef.rlib,libparking_lot-eb22fb9890878701.rlib,libparking_lot_core-cdec8b855721a00b.rlib,liblibc-ce4007817f897855.rlib,libcfg_if-33ef6c02a07f9fec.rlib,libsmallvec-088547e1b36e305e.rlib,liblock_api-06e76ffa52a28fed.rlib,libscopeguard-d52bd00767847e44.rlib,libhttp-4ba2017eb22f9985.rlib,libitoa-fae1464d0bb8aa60.rlib,libbytes-3ad72df070df6f8e.rlib,libfnv-2d77ec4f6f971b24.rlib}" "/opt/rustwide/rustup-home/toolchains/ed7f3d77595b4831fdf085f2529aa13b5b51ff7d/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-c961c021679cb080.rlib,libpanic_unwind-cf53e161ed1cff61.rlib,libobject-cb648d8066e1f446.rlib,libmemchr-c5d4f358058ea4b7.rlib,libaddr2line-c3d71356250e6616.rlib,libgimli-f87b04c9c9484f11.rlib,librustc_demangle-bcb6f2ec634b4b7c.rlib,libstd_detect-7c9c37927c8e6d84.rlib,libhashbrown-c2c9b281c2c2a277.rlib,librustc_std_workspace_alloc-436fb8ec294074ae.rlib,libminiz_oxide-8d1606a7c3a02301.rlib,libadler-b9d368accc529045.rlib,libunwind-8fa2d9148abc4bd4.rlib,libcfg_if-04c8eb04b1ca0e2e.rlib,liblibc-ac32c271036f683f.rlib,liballoc-954db56effadca87.rlib,librustc_std_workspace_core-395a38b8e0851c9b.rlib,libcore-d453bab70303062c.rlib,libcompiler_builtins-d643a4794e0b0ebc.rlib}" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-B/opt/rustwide/rustup-home/toolchains/ed7f3d77595b4831fdf085f2529aa13b5b51ff7d/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/ed7f3d77595b4831fdf085f2529aa13b5b51ff7d/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/control_tower-89c665f8853ac41e" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace. [INFO] [stdout] LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stdout] 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 `control-tower` (bin "control-tower") due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "653551d9b7d30c9b9940c244dba74c0c5e98a0408e27a96d9d6ba242a8910ab3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "653551d9b7d30c9b9940c244dba74c0c5e98a0408e27a96d9d6ba242a8910ab3", kill_on_drop: false }` [INFO] [stdout] 653551d9b7d30c9b9940c244dba74c0c5e98a0408e27a96d9d6ba242a8910ab3