[INFO] cloning repository https://github.com/yutaodou/rtd [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/yutaodou/rtd" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyutaodou%2Frtd", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyutaodou%2Frtd'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b07f3c4f115dddd8425444038653d6a92f5a8c5b [INFO] testing yutaodou/rtd against try#17092ad00ed8fe1e7f81a7e38238ff70779034b1 for pr-140985 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyutaodou%2Frtd" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/yutaodou/rtd on toolchain 17092ad00ed8fe1e7f81a7e38238ff70779034b1 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+17092ad00ed8fe1e7f81a7e38238ff70779034b1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/yutaodou/rtd [INFO] finished tweaking git repo https://github.com/yutaodou/rtd [INFO] tweaked toml for git repo https://github.com/yutaodou/rtd written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/yutaodou/rtd 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" "+17092ad00ed8fe1e7f81a7e38238ff70779034b1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:eea15d5475069c3ef791f10c2c6b5af2ee421ef2da1e680ecce1cba46243983b" "/opt/rustwide/cargo-home/bin/cargo" "+17092ad00ed8fe1e7f81a7e38238ff70779034b1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0235e7873ecf102d36dd3f160831cff35a39474e357d33d083fa372e7258b8e8 [INFO] running `Command { std: "docker" "start" "-a" "0235e7873ecf102d36dd3f160831cff35a39474e357d33d083fa372e7258b8e8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0235e7873ecf102d36dd3f160831cff35a39474e357d33d083fa372e7258b8e8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0235e7873ecf102d36dd3f160831cff35a39474e357d33d083fa372e7258b8e8", kill_on_drop: false }` [INFO] [stdout] 0235e7873ecf102d36dd3f160831cff35a39474e357d33d083fa372e7258b8e8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:eea15d5475069c3ef791f10c2c6b5af2ee421ef2da1e680ecce1cba46243983b" "/opt/rustwide/cargo-home/bin/cargo" "+17092ad00ed8fe1e7f81a7e38238ff70779034b1" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0ce87db1d997f9695bfcb02387717d8b816209ddc13c1a4c2b8f347b4ff86f3b [INFO] running `Command { std: "docker" "start" "-a" "0ce87db1d997f9695bfcb02387717d8b816209ddc13c1a4c2b8f347b4ff86f3b", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.71 [INFO] [stderr] Compiling version_check v0.9.2 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling proc-macro2 v1.0.18 [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling serde v1.0.114 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.33 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling standback v0.2.9 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling cc v1.0.57 [INFO] [stderr] Compiling pkg-config v0.3.17 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling num-integer v0.1.43 [INFO] [stderr] Compiling tinyvec v0.3.3 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling matches v0.1.8 [INFO] [stderr] Compiling gimli v0.21.0 [INFO] [stderr] Compiling adler32 v1.1.0 [INFO] [stderr] Compiling itoa v0.4.6 [INFO] [stderr] Compiling unicode-normalization v0.1.13 [INFO] [stderr] Compiling miniz_oxide v0.3.7 [INFO] [stderr] Compiling unicode-bidi v0.3.4 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling libsqlite3-sys v0.17.3 [INFO] [stderr] Compiling regex-automata v0.1.9 [INFO] [stderr] Compiling error-chain v0.12.2 [INFO] [stderr] Compiling object v0.20.0 [INFO] [stderr] Compiling serde_derive v1.0.114 [INFO] [stderr] Compiling proc-macro-hack v0.5.16 [INFO] [stderr] Compiling linked-hash-map v0.5.3 [INFO] [stderr] Compiling serde_json v1.0.56 [INFO] [stderr] Compiling rustc-demangle v0.1.16 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling addr2line v0.12.2 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling lru-cache v0.1.2 [INFO] [stderr] Compiling idna v0.2.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling dirs v1.0.5 [INFO] [stderr] Compiling time v0.2.16 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling aho-corasick v0.7.13 [INFO] [stderr] Compiling fallible-iterator v0.2.0 [INFO] [stderr] Compiling bstr v0.2.13 [INFO] [stderr] Compiling regex-syntax v0.6.18 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling fallible-streaming-iterator v0.1.9 [INFO] [stderr] Compiling backtrace v0.3.49 [INFO] [stderr] Compiling anyhow v1.0.31 [INFO] [stderr] Compiling url v2.1.1 [INFO] [stderr] Compiling csv v1.1.3 [INFO] [stderr] Compiling walkdir v2.3.1 [INFO] [stderr] Compiling toml v0.5.6 [INFO] [stderr] Compiling chrono v0.4.13 [INFO] [stderr] Compiling term v0.5.2 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling regex v1.3.9 [INFO] [stderr] Compiling time-macros-impl v0.1.1 [INFO] [stderr] Compiling time-macros v0.1.0 [INFO] [stderr] Compiling dirs-sys v0.3.5 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling encode_unicode v0.3.6 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling prettytable-rs v0.8.0 [INFO] [stderr] Compiling clap v2.33.1 [INFO] [stderr] Compiling dirs v2.0.2 [INFO] [stderr] Compiling rusqlite v0.21.0 [INFO] [stderr] Compiling migrant_lib v0.28.0 [INFO] [stderr] Compiling rtd v0.3.3 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.00s [INFO] running `Command { std: "docker" "inspect" "0ce87db1d997f9695bfcb02387717d8b816209ddc13c1a4c2b8f347b4ff86f3b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0ce87db1d997f9695bfcb02387717d8b816209ddc13c1a4c2b8f347b4ff86f3b", kill_on_drop: false }` [INFO] [stdout] 0ce87db1d997f9695bfcb02387717d8b816209ddc13c1a4c2b8f347b4ff86f3b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:eea15d5475069c3ef791f10c2c6b5af2ee421ef2da1e680ecce1cba46243983b" "/opt/rustwide/cargo-home/bin/cargo" "+17092ad00ed8fe1e7f81a7e38238ff70779034b1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fdf22c72487e089ecf584118e4636a390219f7527ea3a9e496064ec962e1ea99 [INFO] running `Command { std: "docker" "start" "-a" "fdf22c72487e089ecf584118e4636a390219f7527ea3a9e496064ec962e1ea99", kill_on_drop: false }` [INFO] [stderr] Compiling rtd v0.3.3 (/opt/rustwide/workdir) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcMcaMVM/symbols.o" "<9 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libdirs-be071e38435695e2.rlib,libdirs_sys-d0b46f9dd119e20d.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,libunicode_width-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libtime-fdcf9475fb9289ee.rlib,libstandback-2c94f30b9f553ded.rlib,libtime_macros-fdb6a1876d8938c1.rlib,libmigrant_lib-27e4ecee19d41c7a.rlib,librusqlite-fc2cd3cdd96aaebe.rlib,libfallible_streaming_iterator-5c0d4caa328bdf11.rlib,libfallible_iterator-eb4086aa59000c1b.rlib,liblru_cache-b795ed87793422e7.rlib,liblinked_hash_map-b78c87c0d72f3683.rlib,liblibsqlite3_sys-5a7ecd48c7ae12e0.rlib,libwalkdir-9d17ebaf1f88d685.rlib,libsame_file-1ceb7b6153588b15.rlib,liburl-4bf8b55d8ab8b8fc.rlib,libidna-a082e1319d9dfc21.rlib,libunicode_normalization-90aabf42bd50894b.rlib,libtinyvec-c4d167700cdae00d.rlib,libunicode_bidi-908b1a6e40a8cf52.rlib,libmatches-ae807cfe442355e3.rlib,libtoml-aff7fc2a499049f1.rlib,libserde_json-7957248524be57eb.rlib,libregex-26670f58c2b83982.rlib,libthread_local-2f3b94ab5dd251fa.rlib,libregex_syntax-37516113544633c7.rlib,libaho_corasick-df909ca676464c48.rlib,libpercent_encoding-d8e5e041794fd24f.rlib,libchrono-9f0b166846896bac.rlib,libnum_integer-7b42d8da515c3552.rlib,libnum_traits-197dd153a863a8e2.rlib,libtime-126d97d1277aef77.rlib,liblog-44675ca6db48a312.rlib,liberror_chain-9189e38ea957ad10.rlib,libbacktrace-d3e921df63100de2.rlib,libminiz_oxide-7c8fea04fe6d92a8.rlib,libadler32-c362cb5eaa03ce63.rlib,libobject-7508f4cbc05da86c.rlib,libaddr2line-7dc591710a867f2c.rlib,libgimli-ee4b7ea333670d7e.rlib,libcfg_if-7e9efee4241be1ca.rlib,librustc_demangle-103a08d995311eb3.rlib,libanyhow-8b50d50436e6d449.rlib,libclap-9d8241d44ef34e03.rlib,libvec_map-ecbce826993378bd.rlib,libtextwrap-3db3c65cc235fb8e.rlib,libstrsim-1c33ff29e0d45111.rlib,libbitflags-ee4b6a8effb9c17a.rlib,libansi_term-dc29728339138c52.rlib,libprettytable-13ed636ddf10781e.rlib,libcsv-a299ddc206edfa4c.rlib,libryu-f3aba87160ed1f5c.rlib,libitoa-8e92ea224a32b861.rlib,libcsv_core-b5562f3ac8686a19.rlib,libbstr-750cd8727d0dfc10.rlib,libregex_automata-61a35e17d46d83fd.rlib,libmemchr-0f589d2a6e764e59.rlib,libserde-516453a51301a900.rlib,libencode_unicode-b09c4d608e656717.rlib,liblazy_static-2bb390fee0230a38.rlib,libatty-c13e3e0d1453708e.rlib,libterm-32b87d1ae11c83c7.rlib,libdirs-9ec4d3db5b694f3f.rlib,liblibc-696e1f407e6e3a3e.rlib,libbyteorder-73c970a5a969dc8f.rlib,libunicode_width-8f833626c49fb0ed.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" "-lutil" "-ldl" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcMcaMVM/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" "/opt/rustwide/target/debug/build/libsqlite3-sys-f3a36549b1594d4c/out" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/rtd-fc708ffceb367fab" "-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 `rtd` (lib test) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "fdf22c72487e089ecf584118e4636a390219f7527ea3a9e496064ec962e1ea99", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fdf22c72487e089ecf584118e4636a390219f7527ea3a9e496064ec962e1ea99", kill_on_drop: false }` [INFO] [stdout] fdf22c72487e089ecf584118e4636a390219f7527ea3a9e496064ec962e1ea99