[INFO] cloning repository https://github.com/kurtbuilds/proc-find
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kurtbuilds/proc-find" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkurtbuilds%2Fproc-find", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkurtbuilds%2Fproc-find'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1d820d1a14885369420aa33adb78554857bb7040
[INFO] building kurtbuilds/proc-find against master#ad211ced81509462cdfe4c29ed10f97279a0acae for pr-135216
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkurtbuilds%2Fproc-find" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/kurtbuilds/proc-find on toolchain ad211ced81509462cdfe4c29ed10f97279a0acae
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad211ced81509462cdfe4c29ed10f97279a0acae" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/kurtbuilds/proc-find
[INFO] finished tweaking git repo https://github.com/kurtbuilds/proc-find
[INFO] tweaked toml for git repo https://github.com/kurtbuilds/proc-find written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] crate git repo https://github.com/kurtbuilds/proc-find 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" "+ad211ced81509462cdfe4c29ed10f97279a0acae" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded libproc v0.10.0
[INFO] [stderr]   Downloaded sysinfo v0.23.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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" "+ad211ced81509462cdfe4c29ed10f97279a0acae" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d155ac21ba2cd214123993d66392596c67645e8496b01a997a070d488bd9521a
[INFO] running `Command { std: "docker" "start" "-a" "d155ac21ba2cd214123993d66392596c67645e8496b01a997a070d488bd9521a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d155ac21ba2cd214123993d66392596c67645e8496b01a997a070d488bd9521a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d155ac21ba2cd214123993d66392596c67645e8496b01a997a070d488bd9521a", kill_on_drop: false }`
[INFO] [stdout] d155ac21ba2cd214123993d66392596c67645e8496b01a997a070d488bd9521a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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" "+ad211ced81509462cdfe4c29ed10f97279a0acae" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 295d1fd020185b08982d4dc0896505494cf60e96c99e7a970bf843311164b535
[INFO] running `Command { std: "docker" "start" "-a" "295d1fd020185b08982d4dc0896505494cf60e96c99e7a970bf843311164b535", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v1.0.1
[INFO] [stderr]    Compiling libc v0.2.116
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.6
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.36
[INFO] [stderr]    Compiling unicode-xid v0.2.2
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.6
[INFO] [stderr]    Compiling rayon-core v1.9.1
[INFO] [stderr]    Compiling syn v1.0.86
[INFO] [stderr]    Compiling scopeguard v1.1.0
[INFO] [stderr]    Compiling memchr v2.4.1
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling hashbrown v0.11.2
[INFO] [stderr]    Compiling either v1.6.1
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling sysinfo v0.23.0
[INFO] [stderr]    Compiling termcolor v1.1.2
[INFO] [stderr]    Compiling unicode-width v0.1.9
[INFO] [stderr]    Compiling textwrap v0.14.2
[INFO] [stderr]    Compiling once_cell v1.9.0
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling tabular v0.2.0
[INFO] [stderr]    Compiling shell-escape v0.1.5
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling indexmap v1.8.0
[INFO] [stderr]    Compiling rayon v1.5.1
[INFO] [stderr]    Compiling crossbeam-channel v0.5.2
[INFO] [stderr]    Compiling os_str_bytes v6.0.0
[INFO] [stderr]    Compiling quote v1.0.15
[INFO] [stderr]    Compiling crossbeam-deque v0.8.1
[INFO] [stderr]    Compiling num_cpus v1.13.1
[INFO] [stderr]    Compiling errno v0.2.8
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling users v0.11.0
[INFO] [stderr]    Compiling libproc v0.10.0
[INFO] [stderr]    Compiling clap v3.0.13
[INFO] [stderr]    Compiling thiserror-impl v1.0.30
[INFO] [stderr]    Compiling thiserror v1.0.30
[INFO] [stderr]    Compiling netstat2 v0.9.1
[INFO] [stderr]    Compiling proc-find v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused imports: `Process` and `System`
[INFO] [stdout]  --> src/main.rs:5:15
[INFO] [stdout]   |
[INFO] [stdout] 5 | use sysinfo::{Process, ProcessExt, System, SystemExt};
[INFO] [stdout]   |               ^^^^^^^              ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `User`, `get_current_uid`, and `get_user_by_uid`
[INFO] [stdout]  --> src/main.rs:6:13
[INFO] [stdout]   |
[INFO] [stdout] 6 | use users::{get_current_uid, get_user_by_uid, User};
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^  ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::net`
[INFO] [stdout]  --> src/main.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use std::net;
[INFO] [stdout]   |     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ExitStatus`
[INFO] [stdout]  --> src/main.rs:8:29
[INFO] [stdout]   |
[INFO] [stdout] 8 | use std::process::{Command, ExitStatus};
[INFO] [stdout]   |                             ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `ProcType` and `listpids`
[INFO] [stdout]   --> src/main.rs:10:34
[INFO] [stdout]    |
[INFO] [stdout] 10 | use libproc::libproc::proc_pid::{listpids, ProcType};
[INFO] [stdout]    |                                  ^^^^^^^^  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `AddressFamilyFlags`, `ProtocolFlags`, `ProtocolSocketInfo`, `TcpState`, and `get_sockets_info`
[INFO] [stdout]   --> src/main.rs:11:16
[INFO] [stdout]    |
[INFO] [stdout] 11 | use netstat2::{AddressFamilyFlags, get_sockets_info, ProtocolFlags, ProtocolSocketInfo, TcpState};
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `SystemExt`
[INFO] [stdout]  --> src/main.rs:5:44
[INFO] [stdout]   |
[INFO] [stdout] 5 | use sysinfo::{Process, ProcessExt, System, SystemExt};
[INFO] [stdout]   |                                            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ProcessExt`
[INFO] [stdout]  --> src/main.rs:5:24
[INFO] [stdout]   |
[INFO] [stdout] 5 | use sysinfo::{Process, ProcessExt, System, SystemExt};
[INFO] [stdout]   |                        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `empty`
[INFO] [stdout]   --> src/process.rs:15:13
[INFO] [stdout]    |
[INFO] [stdout] 15 |         let empty = String::from("");
[INFO] [stdout]    |             ^^^^^ help: if this is intentional, prefix it with an underscore: `_empty`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note: LC_ALL="C" PATH="/opt/rustwide/rustup-home/toolchains/ad211ced81509462cdfe4c29ed10f97279a0acae/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/rustup-home/toolchains/ad211ced81509462cdfe4c29ed10f97279a0acae/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/rustcDtoqXD/symbols.o" "<4 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libshell_escape-cee63108b7085647.rlib,libtabular-8630a42794c734ac.rlib,libunicode_width-c0dfc70716b193be.rlib,liblibproc-3777a2407754371c.rlib,liberrno-86386d005a035e59.rlib,libclap-fe43d0f9aa321745.rlib,libstrsim-d620f0ade87b0f1f.rlib,libatty-0ed6739cd76295d0.rlib,libtermcolor-95b90a5c4c516553.rlib,libtextwrap-2409967fb868553c.rlib,libindexmap-9998c8125a1d737f.rlib,libhashbrown-6be3a3b5258097e1.rlib,libos_str_bytes-ef75e081e1f9e918.rlib,libmemchr-f79915562e969c92.rlib,libusers-ce1d335d7186b75d.rlib,liblog-cb1a50f85f9d3564.rlib,libsysinfo-69036ef0a9e84f3e.rlib,libonce_cell-4cd217228d324d54.rlib,librayon-34c788808b5d3e50.rlib,librayon_core-9e7ee905de0e6466.rlib,libnum_cpus-05d1de8daee775aa.rlib,libcrossbeam_deque-a3ee92c073c5e580.rlib,libcrossbeam_epoch-75d3c089123b74d6.rlib,libmemoffset-6f78cb2c611835bf.rlib,libscopeguard-43643e546252cd47.rlib,libcrossbeam_channel-6af3e6420c832652.rlib,libcrossbeam_utils-d741de5e8abd42ed.rlib,liblazy_static-2bb390fee0230a38.rlib,libeither-9e7e392a8497717b.rlib,libcfg_if-33ef6c02a07f9fec.rlib,libnetstat2-9fcd8781ed89b4f0.rlib,libthiserror-42e43403d2a23885.rlib,liblibc-1e689ba359e3490a.rlib,libbitflags-e2b4db6c651223da.rlib}" "/opt/rustwide/rustup-home/toolchains/ad211ced81509462cdfe4c29ed10f97279a0acae/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-d6f1d924b2f4233e.rlib,libpanic_unwind-00eb06e39850f679.rlib,libobject-d0382f11baa011b6.rlib,libmemchr-b7e2e2c1a7e4643d.rlib,libaddr2line-30ced7f1999cfa29.rlib,libgimli-3ee7e14c58e31ebd.rlib,librustc_demangle-a4f649bba77ffcc5.rlib,libstd_detect-c89a3ce7ad7c3dbd.rlib,libhashbrown-e1ce1d3d110c6707.rlib,librustc_std_workspace_alloc-e0604fecbf0f39dc.rlib,libminiz_oxide-0a9c6172f04822cc.rlib,libadler2-14a33f7117abcee7.rlib,libunwind-24c16adbe5e57356.rlib,libcfg_if-d2688d4a5c8e415b.rlib,liblibc-8ff7ba6d97853f27.rlib,liballoc-5c001d095eb077ec.rlib,librustc_std_workspace_core-395a38b8e0851c9b.rlib,libcore-d453bab70303062c.rlib,libcompiler_builtins-dd545221bb4f4734.rlib}" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-B/opt/rustwide/rustup-home/toolchains/ad211ced81509462cdfe4c29ed10f97279a0acae/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/ad211ced81509462cdfe4c29ed10f97279a0acae/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/proc-658ee43482d4d1d7" "-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 `proc-find` (bin "proc") due to 1 previous error; 9 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "295d1fd020185b08982d4dc0896505494cf60e96c99e7a970bf843311164b535", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "295d1fd020185b08982d4dc0896505494cf60e96c99e7a970bf843311164b535", kill_on_drop: false }`
[INFO] [stdout] 295d1fd020185b08982d4dc0896505494cf60e96c99e7a970bf843311164b535
