[INFO] cloning repository https://github.com/franciscoBSalgueiro/social [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/franciscoBSalgueiro/social" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FfranciscoBSalgueiro%2Fsocial", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FfranciscoBSalgueiro%2Fsocial'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 30fe5410fe1f9c985a821c9c2ebb6fd5a2c2d149 [INFO] testing franciscoBSalgueiro/social against try#a7ce54db9b096bd1098d07c645b489195a667c9f for pr-137940 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FfranciscoBSalgueiro%2Fsocial" "/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/franciscoBSalgueiro/social on toolchain a7ce54db9b096bd1098d07c645b489195a667c9f [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a7ce54db9b096bd1098d07c645b489195a667c9f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/franciscoBSalgueiro/social [INFO] finished tweaking git repo https://github.com/franciscoBSalgueiro/social [INFO] tweaked toml for git repo https://github.com/franciscoBSalgueiro/social written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/franciscoBSalgueiro/social 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" "+a7ce54db9b096bd1098d07c645b489195a667c9f" "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:1680c8fbd8dfb46fcd6d22e546df16ab0e007457dc29fcd9e987cdd5077fd1af" "/opt/rustwide/cargo-home/bin/cargo" "+a7ce54db9b096bd1098d07c645b489195a667c9f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3cd92b45d8b9f47830d556d3bf20a2738508efaf080dc74ac3b1f6cddb0c4576 [INFO] running `Command { std: "docker" "start" "-a" "3cd92b45d8b9f47830d556d3bf20a2738508efaf080dc74ac3b1f6cddb0c4576", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3cd92b45d8b9f47830d556d3bf20a2738508efaf080dc74ac3b1f6cddb0c4576", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3cd92b45d8b9f47830d556d3bf20a2738508efaf080dc74ac3b1f6cddb0c4576", kill_on_drop: false }` [INFO] [stdout] 3cd92b45d8b9f47830d556d3bf20a2738508efaf080dc74ac3b1f6cddb0c4576 [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:1680c8fbd8dfb46fcd6d22e546df16ab0e007457dc29fcd9e987cdd5077fd1af" "/opt/rustwide/cargo-home/bin/cargo" "+a7ce54db9b096bd1098d07c645b489195a667c9f" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2b04ee5c501e692f7b8573468ef7f58087062d45c1685abe86bf26b181bda3d0 [INFO] running `Command { std: "docker" "start" "-a" "2b04ee5c501e692f7b8573468ef7f58087062d45c1685abe86bf26b181bda3d0", kill_on_drop: false }` [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling libc v0.2.124 [INFO] [stderr] Compiling proc-macro2 v1.0.37 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.91 [INFO] [stderr] Compiling log v0.4.16 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling siphasher v0.3.10 [INFO] [stderr] Compiling ppv-lite86 v0.2.16 [INFO] [stderr] Compiling once_cell v1.10.0 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling pin-project-lite v0.2.8 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling pkg-config v0.3.25 [INFO] [stderr] Compiling futures-core v0.3.21 [INFO] [stderr] Compiling parking_lot_core v0.9.2 [INFO] [stderr] Compiling bytes v1.1.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling smallvec v1.8.0 [INFO] [stderr] Compiling new_debug_unreachable v1.0.4 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling phf_shared v0.10.0 [INFO] [stderr] Compiling phf_shared v0.8.0 [INFO] [stderr] Compiling futures-task v0.3.21 [INFO] [stderr] Compiling itoa v1.0.1 [INFO] [stderr] Compiling mac v0.1.1 [INFO] [stderr] Compiling lock_api v0.4.7 [INFO] [stderr] Compiling indexmap v1.8.1 [INFO] [stderr] Compiling futf v0.1.5 [INFO] [stderr] Compiling tracing-core v0.1.26 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling precomputed-hash v0.1.1 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling utf-8 v0.7.6 [INFO] [stderr] Compiling openssl v0.10.38 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling quote v1.0.18 [INFO] [stderr] Compiling phf v0.8.0 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling slab v0.4.6 [INFO] [stderr] Compiling futures-sink v0.3.21 [INFO] [stderr] Compiling tendril v0.4.3 [INFO] [stderr] Compiling matches v0.1.9 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling native-tls v0.2.10 [INFO] [stderr] Compiling httparse v1.7.0 [INFO] [stderr] Compiling futures-channel v0.3.21 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling futures-io v0.3.21 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling openssl-probe v0.1.5 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling http v0.2.6 [INFO] [stderr] Compiling try-lock v0.2.3 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling openssl-sys v0.9.72 [INFO] [stderr] Compiling socket2 v0.4.4 [INFO] [stderr] Compiling mio v0.8.2 [INFO] [stderr] Compiling getrandom v0.2.6 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling parking_lot v0.12.0 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling encoding_rs v0.8.31 [INFO] [stderr] Compiling tokio v1.17.0 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand_pcg v0.2.1 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling unicode-bidi v0.3.7 [INFO] [stderr] Compiling unicode-normalization v0.1.19 [INFO] [stderr] Compiling tower-service v0.3.1 [INFO] [stderr] Compiling httpdate v1.0.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling heck v0.4.0 [INFO] [stderr] Compiling bit-vec v0.6.3 [INFO] [stderr] Compiling ryu v1.0.9 [INFO] [stderr] Compiling os_str_bytes v6.0.0 [INFO] [stderr] Compiling bit-set v0.5.2 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling http-body v0.4.4 [INFO] [stderr] Compiling textwrap v0.15.0 [INFO] [stderr] Compiling mime v0.3.16 [INFO] [stderr] Compiling clap_lex v0.1.1 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling ipnet v2.5.0 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling phf_generator v0.8.0 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling numtoa v0.1.0 [INFO] [stderr] Compiling phf_codegen v0.8.0 [INFO] [stderr] Compiling termcolor v1.1.3 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling phf_generator v0.10.0 [INFO] [stderr] Compiling termion v1.5.6 [INFO] [stderr] Compiling string_cache_codegen v0.5.2 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling string_cache v0.8.4 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling markup5ever v0.10.1 [INFO] [stderr] Compiling tokio-native-tls v0.3.0 [INFO] [stderr] Compiling xml5ever v0.16.2 [INFO] [stderr] Compiling tracing-attributes v0.1.20 [INFO] [stderr] Compiling html5ever v0.25.2 [INFO] [stderr] Compiling clap_derive v3.1.7 [INFO] [stderr] Compiling tracing v0.1.34 [INFO] [stderr] Compiling tokio-util v0.7.1 [INFO] [stderr] Compiling clap v3.1.12 [INFO] [stderr] Compiling h2 v0.3.13 [INFO] [stderr] Compiling markup5ever_rcdom v0.1.0 [INFO] [stderr] Compiling select v0.5.0 [INFO] [stderr] Compiling hyper v0.14.18 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling reqwest v0.11.10 [INFO] [stderr] Compiling social v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcJQMtX1/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libreqwest-52a9b58cacf12547.rlib,libhyper_tls-a11a66cd4c432324.rlib,libipnet-0a304ed111128cfa.rlib,libtokio_native_tls-78bb9d58e196b350.rlib,libserde_urlencoded-4a8999673317aae2.rlib,libryu-5425b4b71683e60f.rlib,libmime-2ae9ff56ceb854d4.rlib,libencoding_rs-b14441d319f577aa.rlib,libbase64-beb813779272318b.rlib,libnative_tls-bc7642f236f78b9e.rlib,libopenssl_probe-dfbd35d7fb1bbeff.rlib,libopenssl-1956046e64be0563.rlib,libforeign_types-0d5385f641bbbadd.rlib,libforeign_types_shared-1d09a6084921ca40.rlib,libopenssl_sys-c66bf5d905e626e6.rlib,libhyper-bc3f03bd6e91155c.rlib,libwant-0f949fea333f23ba.rlib,libtry_lock-ca4bbeb1dc9ff31a.rlib,libhttparse-ba94a9659a8d5381.rlib,libh2-dc39d683b360cf84.rlib,libtokio_util-a987353430617761.rlib,libfutures_sink-f201b7c6878a02c8.rlib,libtower_service-2dc84133e3370862.rlib,libtracing-2dfd4dbfea840508.rlib,libtracing_core-9128a04c454b56e5.rlib,libfutures_channel-dfba95b755bc174f.rlib,libtokio-a1682197c603e6c9.rlib,libnum_cpus-16938b8d43cfea71.rlib,libsocket2-32e8b98373ca3e62.rlib,libmio-0ac4c39381c13f82.rlib,libhttp_body-c634915492b3f4b1.rlib,libfutures_util-c930d906fb005487.rlib,libmemchr-f79915562e969c92.rlib,libfutures_io-ab03c219cbf0d33c.rlib,libslab-0f50f6bc4f044027.rlib,libpin_project_lite-6949294477aa6c42.rlib,libfutures_task-afb9c1864d7183c6.rlib,libpin_utils-9a5791cba021167a.rlib,libfutures_core-c7ed43a6e707032f.rlib,liburl-36b50b53ded9767c.rlib,libidna-a043027b50636a58.rlib,libunicode_normalization-0e0d94e920f7495c.rlib,libtinyvec-d255f4f79cc06720.rlib,libtinyvec_macros-cc8e196d6b1e57fc.rlib,libunicode_bidi-7fd8a2d80ef2488e.rlib,libform_urlencoded-bc575136d0314bd7.rlib,libpercent_encoding-d8e5e041794fd24f.rlib,libmatches-443042cef9af988b.rlib,libhttp-58de0ef7d847e425.rlib,libitoa-3e86378e1c67fddd.rlib,libbytes-8210432e63828fd8.rlib,libfnv-2d77ec4f6f971b24.rlib,libtermion-1f03fa3293b5059f.rlib,libnumtoa-794ecd5a724243f2.rlib,libselect-6a60e2b550e9e069.rlib,libmarkup5ever_rcdom-ea56c78a344a6c3e.rlib,libhtml5ever-01b761eefba13e56.rlib,liblog-903d3960516b2f38.rlib,libmarkup5ever-b7d8f3fa282359a3.rlib,libstring_cache-038e47dab6b7b47a.rlib,libprecomputed_hash-7d997fe2cb7badd4.rlib,libphf_shared-5f61e201d1a395fc.rlib,libserde-8f2aed1087b7fbf4.rlib,libparking_lot-2bbdb5c972c329b7.rlib,libparking_lot_core-293338c735860c6a.rlib,libcfg_if-33ef6c02a07f9fec.rlib,libsmallvec-8d41774e3decd5e4.rlib,liblock_api-dccc8bceca04d50a.rlib,libscopeguard-43643e546252cd47.rlib,libonce_cell-f2975474530e33fc.rlib,libphf-6a547430e8c70962.rlib,libphf_shared-cdf1013e446ae6fa.rlib,libsiphasher-77fd39accd5f18ec.rlib,libtendril-f543cfdd67b7993b.rlib,libutf8-d75228722519eff6.rlib,libfutf-74007d49b0e06858.rlib,libdebug_unreachable-dd0032cccfa609c8.rlib,libmac-c49d677f899b5d26.rlib,libbit_set-00fba1649b907642.rlib,libbit_vec-8e677f8183f998ef.rlib,libclap-5be97ca6da1a1290.rlib,libstrsim-d620f0ade87b0f1f.rlib,libatty-c42f380847b5c4d5.rlib,libtermcolor-3421dff75a1a6c35.rlib,libtextwrap-d4e5dbd11df5deb0.rlib,libindexmap-22450027ab3c0c5f.rlib,libhashbrown-6be3a3b5258097e1.rlib,libclap_lex-ca6dbb4318f18884.rlib,libos_str_bytes-65f0f6ec9fae860b.rlib,libbitflags-e2b4db6c651223da.rlib,liblazy_static-2bb390fee0230a38.rlib,libchrono-81e35548be6468d1.rlib,libnum_integer-e93e424454292ed1.rlib,libnum_traits-97585f1b44075933.rlib,libtime-ab7ccfc539e7e175.rlib,liblibc-aa03eb2fd8f552d6.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{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" "-lssl" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcJQMtX1/raw-dylibs" "-B/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" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/social-499791e14fc0ac32" "-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: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `social` (bin "social") due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "2b04ee5c501e692f7b8573468ef7f58087062d45c1685abe86bf26b181bda3d0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2b04ee5c501e692f7b8573468ef7f58087062d45c1685abe86bf26b181bda3d0", kill_on_drop: false }` [INFO] [stdout] 2b04ee5c501e692f7b8573468ef7f58087062d45c1685abe86bf26b181bda3d0