[INFO] cloning repository https://github.com/khalfella/rust-cmon-agent [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/khalfella/rust-cmon-agent" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkhalfella%2Frust-cmon-agent", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkhalfella%2Frust-cmon-agent'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 86c24a73f7394e09a662d770054f2b0f3ced8cbb [INFO] testing khalfella/rust-cmon-agent against try#722e1797249a965b6335aebd65d777f917e498f1 for pr-91031 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkhalfella%2Frust-cmon-agent" "/workspace/builds/worker-25/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-25/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/khalfella/rust-cmon-agent on toolchain 722e1797249a965b6335aebd65d777f917e498f1 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/khalfella/rust-cmon-agent [INFO] finished tweaking git repo https://github.com/khalfella/rust-cmon-agent [INFO] tweaked toml for git repo https://github.com/khalfella/rust-cmon-agent written to /workspace/builds/worker-25/source/Cargo.toml [INFO] crate git repo https://github.com/khalfella/rust-cmon-agent already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bfbd0ee9f9c447dbd00882fe137b5730e0885ab992b0bd6e8253b011b4e0929d [INFO] running `Command { std: "docker" "start" "-a" "bfbd0ee9f9c447dbd00882fe137b5730e0885ab992b0bd6e8253b011b4e0929d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bfbd0ee9f9c447dbd00882fe137b5730e0885ab992b0bd6e8253b011b4e0929d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bfbd0ee9f9c447dbd00882fe137b5730e0885ab992b0bd6e8253b011b4e0929d", kill_on_drop: false }` [INFO] [stdout] bfbd0ee9f9c447dbd00882fe137b5730e0885ab992b0bd6e8253b011b4e0929d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/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" "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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] af776917aa236b30300cbf3f5b84517862e7885ea9d7c6890137db5233e13667 [INFO] running `Command { std: "docker" "start" "-a" "af776917aa236b30300cbf3f5b84517862e7885ea9d7c6890137db5233e13667", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.66 [INFO] [stderr] Compiling proc-macro2 v1.0.8 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling syn v1.0.14 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling fnv v1.0.6 [INFO] [stderr] Compiling bytes v0.5.3 [INFO] [stderr] Compiling memchr v2.3.0 [INFO] [stderr] Compiling slab v0.4.2 [INFO] [stderr] Compiling futures-core v0.3.1 [INFO] [stderr] Compiling arc-swap v0.4.4 [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling itoa v0.4.4 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling pin-project-lite v0.1.4 [INFO] [stderr] Compiling futures-sink v0.3.1 [INFO] [stderr] Compiling pin-utils v0.1.0-alpha.4 [INFO] [stderr] Compiling httparse v1.3.4 [INFO] [stderr] Compiling futures-task v0.3.1 [INFO] [stderr] Compiling try-lock v0.2.2 [INFO] [stderr] Compiling tower-service v0.3.0 [INFO] [stderr] Compiling futures-util v0.3.1 [INFO] [stderr] Compiling futures-channel v0.3.1 [INFO] [stderr] Compiling indexmap v1.3.1 [INFO] [stderr] Compiling http v0.2.0 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling num_cpus v1.12.0 [INFO] [stderr] Compiling signal-hook-registry v1.2.0 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling kstat v0.1.0 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling http-body v0.3.1 [INFO] [stderr] Compiling mio v0.6.21 [INFO] [stderr] Compiling mio-uds v0.6.7 (https://github.com/papertigers/mio-uds?branch=master#3068e49e) [INFO] [stderr] Compiling tokio-macros v0.2.3 [INFO] [stderr] Compiling pin-project-internal v0.4.7 [INFO] [stderr] Compiling tokio v0.2.9 [INFO] [stderr] Compiling pin-project v0.4.7 [INFO] [stderr] Compiling tokio-util v0.2.0 [INFO] [stderr] Compiling h2 v0.2.1 [INFO] [stderr] Compiling hyper v0.13.1 [INFO] [stderr] Compiling cmon-agent v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/cmon_agent-d6b1d20bc3e9d56e.cmon_agent.ff3ee7d7-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/cmon_agent-d6b1d20bc3e9d56e.cmon_agent.ff3ee7d7-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/cmon_agent-d6b1d20bc3e9d56e.cmon_agent.ff3ee7d7-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/cmon_agent-d6b1d20bc3e9d56e.cmon_agent.ff3ee7d7-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/cmon_agent-d6b1d20bc3e9d56e.cmon_agent.ff3ee7d7-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/cmon_agent-d6b1d20bc3e9d56e.cmon_agent.ff3ee7d7-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/cmon_agent-d6b1d20bc3e9d56e.cmon_agent.ff3ee7d7-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/cmon_agent-d6b1d20bc3e9d56e.cmon_agent.ff3ee7d7-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/cmon_agent-d6b1d20bc3e9d56e.cmon_agent.ff3ee7d7-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/cmon_agent-d6b1d20bc3e9d56e.cmon_agent.ff3ee7d7-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/cmon_agent-d6b1d20bc3e9d56e.cmon_agent.ff3ee7d7-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/cmon_agent-d6b1d20bc3e9d56e.cmon_agent.ff3ee7d7-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/cmon_agent-d6b1d20bc3e9d56e.cmon_agent.ff3ee7d7-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/cmon_agent-d6b1d20bc3e9d56e.cmon_agent.ff3ee7d7-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/cmon_agent-d6b1d20bc3e9d56e.cmon_agent.ff3ee7d7-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/cmon_agent-d6b1d20bc3e9d56e.cmon_agent.ff3ee7d7-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/cmon_agent-d6b1d20bc3e9d56e.2vbcivmmykzuu9dp.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libkstat-dfa203014e0ef8d1.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-b62235b9cfe9991c.rlib" "/opt/rustwide/target/debug/deps/libhyper-56540f8d4aeb7bdf.rlib" "/opt/rustwide/target/debug/deps/libhttparse-63cba1f3c42aa21e.rlib" "/opt/rustwide/target/debug/deps/libwant-968ff117aad241f9.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-a4e2eb4f3012113e.rlib" "/opt/rustwide/target/debug/deps/libh2-af0a982ab88660ee.rlib" "/opt/rustwide/target/debug/deps/libindexmap-bd2db1d2f34e3978.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-148396f2c14b4f3e.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-b29f69d63d98564e.rlib" "/opt/rustwide/target/debug/deps/libtime-a4d814a35100da35.rlib" "/opt/rustwide/target/debug/deps/libtower_service-f6e8fd1fdbdc352c.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-0af2f2efd353437c.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-348afac6d80ef21c.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-c272a5c20533f8c4.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-8ab2e6e358a698af.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-7c94782ec8801e97.rlib" "/opt/rustwide/target/debug/deps/libtokio-c31193de4a3a246c.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook_registry-bfc37f46c9740114.rlib" "/opt/rustwide/target/debug/deps/libarc_swap-da19bb9fb0b66fe1.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-5c4a75effbcfde06.rlib" "/opt/rustwide/target/debug/deps/libmemchr-2f208796f0e92b7b.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-52f98485c77bb134.rlib" "/opt/rustwide/target/debug/deps/libmio-ee4c293760e4dfaa.rlib" "/opt/rustwide/target/debug/deps/libslab-ab98851c871a197f.rlib" "/opt/rustwide/target/debug/deps/libiovec-0c5ad89d299e9566.rlib" "/opt/rustwide/target/debug/deps/libnet2-2ed18b33012407f5.rlib" "/opt/rustwide/target/debug/deps/liblibc-d842210b13d51fe0.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-1805de7a15cae6f0.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-b33cd6b8ee13db74.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-ff21742ef3c870db.rlib" "/opt/rustwide/target/debug/deps/libpin_project-afa8f6abe6570f1b.rlib" "/opt/rustwide/target/debug/deps/libhttp-309dcaef57804847.rlib" "/opt/rustwide/target/debug/deps/libitoa-41332e73027fcf32.rlib" "/opt/rustwide/target/debug/deps/libbytes-52d9683012c43702.rlib" "/opt/rustwide/target/debug/deps/libfnv-8c5c165005b941da.rlib" "/opt/rustwide/target/debug/deps/liblog-84034288fbfc80b2.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-81c3651d70dd4895.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-29e5e596e889a0aa.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1b145d9fcdc08832.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-5b037ee6b77e2ff0.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-9635a64fca0ebd28.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-a7574eb9bb7a8fc5.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-f5fa1dc334dcaeeb.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-6ee570a898e75ef0.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-afb62f29a0815772.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-a632746535fd9988.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-25acc307bcb1d7b6.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-377721a625f6ace7.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-43c01431c8a4ee6f.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5f74725679453254.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-2b35d8999819161d.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-a81f2980c3f58cf2.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-57b4679830289815.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2a6a2797f7a73818.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-0e3656b1fda5fd7b.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-13b419dfbcf9c1f8.rlib" "-Wl,-Bdynamic" "-lkstat" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/cmon_agent-d6b1d20bc3e9d56e" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lkstat [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `cmon-agent` due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "af776917aa236b30300cbf3f5b84517862e7885ea9d7c6890137db5233e13667", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "af776917aa236b30300cbf3f5b84517862e7885ea9d7c6890137db5233e13667", kill_on_drop: false }` [INFO] [stdout] af776917aa236b30300cbf3f5b84517862e7885ea9d7c6890137db5233e13667