[INFO] cloning repository https://github.com/garlic0x1/bigram-analyzer [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/garlic0x1/bigram-analyzer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgarlic0x1%2Fbigram-analyzer", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgarlic0x1%2Fbigram-analyzer'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b4971c1a53c928df03de95bf9cab5861d65b06c4 [INFO] testing garlic0x1/bigram-analyzer against try#7af779037716ae4125ceabb429791b4cf5dd0a43 for pr-136932 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgarlic0x1%2Fbigram-analyzer" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/garlic0x1/bigram-analyzer on toolchain 7af779037716ae4125ceabb429791b4cf5dd0a43 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7af779037716ae4125ceabb429791b4cf5dd0a43" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/garlic0x1/bigram-analyzer [INFO] finished tweaking git repo https://github.com/garlic0x1/bigram-analyzer [INFO] tweaked toml for git repo https://github.com/garlic0x1/bigram-analyzer written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/garlic0x1/bigram-analyzer 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" "+7af779037716ae4125ceabb429791b4cf5dd0a43" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+7af779037716ae4125ceabb429791b4cf5dd0a43" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a3fe7537af707ca97051d0d596ccdfc1bd7a53702a356f7e3b0136e1df2afe97 [INFO] running `Command { std: "docker" "start" "-a" "a3fe7537af707ca97051d0d596ccdfc1bd7a53702a356f7e3b0136e1df2afe97", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a3fe7537af707ca97051d0d596ccdfc1bd7a53702a356f7e3b0136e1df2afe97", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a3fe7537af707ca97051d0d596ccdfc1bd7a53702a356f7e3b0136e1df2afe97", kill_on_drop: false }` [INFO] [stdout] a3fe7537af707ca97051d0d596ccdfc1bd7a53702a356f7e3b0136e1df2afe97 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+7af779037716ae4125ceabb429791b4cf5dd0a43" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cf72e45c6eef0cacb94008afeebee8c729e1792a3f44188078da512a8c3708a6 [INFO] running `Command { std: "docker" "start" "-a" "cf72e45c6eef0cacb94008afeebee8c729e1792a3f44188078da512a8c3708a6", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling proc-macro2 v1.0.40 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling unicode-ident v1.0.1 [INFO] [stderr] Compiling quote v1.0.20 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling once_cell v1.12.0 [INFO] [stderr] Compiling syn v1.0.98 [INFO] [stderr] Compiling pin-project-lite v0.2.9 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling pkg-config v0.3.25 [INFO] [stderr] Compiling futures-core v0.3.21 [INFO] [stderr] Compiling bytes v1.1.0 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling serde v1.0.137 [INFO] [stderr] Compiling futures-task v0.3.21 [INFO] [stderr] Compiling itoa v1.0.2 [INFO] [stderr] Compiling tracing-core v0.1.28 [INFO] [stderr] Compiling openssl v0.10.40 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling hashbrown v0.12.1 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling http v0.2.8 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling indexmap v1.9.1 [INFO] [stderr] Compiling futures-io v0.3.21 [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 native-tls v0.2.10 [INFO] [stderr] Compiling httparse v1.7.1 [INFO] [stderr] Compiling matches v0.1.9 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling futures-channel v0.3.21 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling openssl-probe v0.1.5 [INFO] [stderr] Compiling try-lock v0.2.3 [INFO] [stderr] Compiling ryu v1.0.10 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling encoding_rs v0.8.31 [INFO] [stderr] Compiling tracing v0.1.35 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling http-body v0.4.5 [INFO] [stderr] Compiling tower-service v0.3.2 [INFO] [stderr] Compiling unicode-bidi v0.3.8 [INFO] [stderr] Compiling httpdate v1.0.2 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling mio v0.8.4 [INFO] [stderr] Compiling socket2 v0.4.4 [INFO] [stderr] Compiling unicode-normalization v0.1.20 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling dirs v1.0.5 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling heck v0.4.0 [INFO] [stderr] Compiling openssl-sys v0.9.74 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling os_str_bytes v6.1.0 [INFO] [stderr] Compiling tokio v1.19.2 [INFO] [stderr] Compiling mime v0.3.16 [INFO] [stderr] Compiling arrayvec v0.7.2 [INFO] [stderr] Compiling termcolor v1.1.3 [INFO] [stderr] Compiling term v0.5.2 [INFO] [stderr] Compiling encode_unicode v0.3.6 [INFO] [stderr] Compiling clap_lex v0.2.3 [INFO] [stderr] Compiling unicode-width v0.1.9 [INFO] [stderr] Compiling textwrap v0.15.0 [INFO] [stderr] Compiling ipnet v2.5.0 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling utf8-chars v2.0.2 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling bstr v0.2.17 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling openssl-macros v0.1.0 [INFO] [stderr] Compiling clap_derive v3.2.6 [INFO] [stderr] Compiling csv v1.1.6 [INFO] [stderr] Compiling prettytable-rs v0.8.0 [INFO] [stderr] Compiling clap v3.2.6 [INFO] [stderr] Compiling tokio-util v0.7.3 [INFO] [stderr] Compiling h2 v0.3.13 [INFO] [stderr] Compiling tokio-native-tls v0.3.0 [INFO] [stderr] Compiling hyper v0.14.19 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling reqwest v0.11.11 [INFO] [stderr] Compiling bigram-analyzer v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcQfYj38/symbols.o" "<4 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libreqwest-6207cbd8b1dee5a3.rlib,libhyper_tls-3ae8f35a183502e9.rlib,libipnet-0a304ed111128cfa.rlib,libtokio_native_tls-b4ca2a1d4e51561a.rlib,libserde_urlencoded-bb881957dcd98fbe.rlib,libmime-2ae9ff56ceb854d4.rlib,libencoding_rs-b14441d319f577aa.rlib,libbase64-beb813779272318b.rlib,libnative_tls-7095175b01ea4332.rlib,libopenssl_probe-dfbd35d7fb1bbeff.rlib,libopenssl-d376d2b8924d1982.rlib,libforeign_types-0d5385f641bbbadd.rlib,libforeign_types_shared-1d09a6084921ca40.rlib,libopenssl_sys-ddae601efda41545.rlib,libhyper-6dc590f95b0931b0.rlib,libwant-341bac68a34bf53e.rlib,libtry_lock-ca4bbeb1dc9ff31a.rlib,libhttparse-f8c79c10c33e7561.rlib,libh2-d10431513f5ff6bb.rlib,libtokio_util-60c641fe9013c4a3.rlib,libfutures_sink-f201b7c6878a02c8.rlib,libtower_service-aa28c9aa29f1c654.rlib,libtracing-46389c269744fdc5.rlib,libtracing_core-7dc9f271b567afa2.rlib,libfutures_channel-dfba95b755bc174f.rlib,libtokio-76a2b3fb1bb78d43.rlib,libnum_cpus-5dad874e96e9e6c3.rlib,libsocket2-76e76cd100d78e37.rlib,libmio-1c9c0d18a33ed647.rlib,libhttp_body-3f01c34b082c29f5.rlib,liblog-65ce858a5d32dc0e.rlib,libcfg_if-33ef6c02a07f9fec.rlib,libfutures_util-b0960a19820502d8.rlib,libfutures_io-ab03c219cbf0d33c.rlib,libslab-0f50f6bc4f044027.rlib,libpin_project_lite-97c4b49af6812166.rlib,libfutures_task-afb9c1864d7183c6.rlib,libpin_utils-9a5791cba021167a.rlib,libfutures_core-c7ed43a6e707032f.rlib,liburl-7cf3dba45cbd9236.rlib,libidna-aed7b4931dbe3ee7.rlib,libunicode_normalization-c412ba76f413aca3.rlib,libtinyvec-d255f4f79cc06720.rlib,libtinyvec_macros-cc8e196d6b1e57fc.rlib,libunicode_bidi-478c580ce729c6d2.rlib,libform_urlencoded-bc575136d0314bd7.rlib,libpercent_encoding-d8e5e041794fd24f.rlib,libmatches-443042cef9af988b.rlib,libhttp-d37e29af1bc3f79e.rlib,libitoa-664e30a1b3449410.rlib,libbytes-8210432e63828fd8.rlib,libfnv-2d77ec4f6f971b24.rlib,libprettytable-70666e159734a906.rlib,libcsv-7f75a2a9d835e230.rlib,libryu-f19fc280bc21c12d.rlib,libitoa-a52fc10098ef56c6.rlib,libcsv_core-b9f9bdb646da301d.rlib,libbstr-dc6998dd08d0df98.rlib,libregex_automata-c6cf46b964f48d6a.rlib,libmemchr-c03d851e398fde9c.rlib,libserde-70ffa7db4e143299.rlib,libencode_unicode-b09c4d608e656717.rlib,liblazy_static-2bb390fee0230a38.rlib,libterm-f5cd68ee3fb50d8c.rlib,libdirs-e6fc1763d514f5ff.rlib,libbyteorder-379f547b04d51d02.rlib,libunicode_width-c0dfc70716b193be.rlib,libclap-c72e3a11de4b8fa8.rlib,libatty-907d847721aabc39.rlib,liblibc-170c83ef7fdcd9e7.rlib,libstrsim-d620f0ade87b0f1f.rlib,libtermcolor-3421dff75a1a6c35.rlib,libtextwrap-d4e5dbd11df5deb0.rlib,libindexmap-7d4fa93204dee412.rlib,libhashbrown-1b2bde404a40bb33.rlib,libclap_lex-1e342db88f0195c3.rlib,libos_str_bytes-f9242989c8adf476.rlib,libbitflags-e2b4db6c651223da.rlib,libonce_cell-6b817f4ee9d5f37a.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" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/bigram_analyzer-85ea23aedfa8e787" "-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] pure virtual method called [INFO] [stdout] terminate called without an active exception [INFO] [stdout] pure virtual method called [INFO] [stdout] terminate called recursively [INFO] [stdout] collect2: fatal error: ld terminated with signal 6 [Aborted], core dumped [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `bigram-analyzer` (bin "bigram-analyzer") due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "cf72e45c6eef0cacb94008afeebee8c729e1792a3f44188078da512a8c3708a6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cf72e45c6eef0cacb94008afeebee8c729e1792a3f44188078da512a8c3708a6", kill_on_drop: false }` [INFO] [stdout] cf72e45c6eef0cacb94008afeebee8c729e1792a3f44188078da512a8c3708a6