[INFO] crate bcc 0.0.11 is already in cache [INFO] testing bcc-0.0.11 against 1.38.0 for beta-1.39-1 [INFO] extracting crate bcc 0.0.11 into work/builds/worker-7/source [INFO] validating manifest of crates.io crate bcc 0.0.11 on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate bcc 0.0.11 [INFO] finished tweaking crates.io crate bcc 0.0.11 [INFO] tweaked toml for crates.io crate bcc 0.0.11 written to work/builds/worker-7/source/Cargo.toml [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "build" "--frozen"` [INFO] [stdout] 41059f5306d5e59dda4ae5c60c826f58f02729889683dfe9522e959f835a5b6b [INFO] running `"docker" "start" "-a" "41059f5306d5e59dda4ae5c60c826f58f02729889683dfe9522e959f835a5b6b"` [INFO] [stderr] Compiling bcc-sys v0.10.2 [INFO] [stderr] Compiling bcc v0.0.11 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/perf.rs:13:17 [INFO] [stderr] | [INFO] [stderr] 13 | raw_cb: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&[u8]) + Send` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/perf.rs:55:20 [INFO] [stderr] | [INFO] [stderr] 55 | F: Fn() -> Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&[u8]) + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/perf.rs:105:17 [INFO] [stderr] | [INFO] [stderr] 105 | raw_cb: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&[u8]) + Send` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.25s [INFO] running `"docker" "inspect" "41059f5306d5e59dda4ae5c60c826f58f02729889683dfe9522e959f835a5b6b"` [INFO] running `"docker" "rm" "-f" "41059f5306d5e59dda4ae5c60c826f58f02729889683dfe9522e959f835a5b6b"` [INFO] [stdout] 41059f5306d5e59dda4ae5c60c826f58f02729889683dfe9522e959f835a5b6b [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 7827fedb817aa8c7f0e7608b77fc688f2aa2c963019cf8992c30d516f9d5b24f [INFO] running `"docker" "start" "-a" "7827fedb817aa8c7f0e7608b77fc688f2aa2c963019cf8992c30d516f9d5b24f"` [INFO] [stderr] Compiling bcc v0.0.11 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/perf.rs:13:17 [INFO] [stderr] | [INFO] [stderr] 13 | raw_cb: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&[u8]) + Send` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/perf.rs:55:20 [INFO] [stderr] | [INFO] [stderr] 55 | F: Fn() -> Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&[u8]) + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/perf.rs:105:17 [INFO] [stderr] | [INFO] [stderr] 105 | raw_cb: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&[u8]) + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> examples/opensnoop.rs:80:32 [INFO] [stderr] | [INFO] [stderr] 80 | fn perf_data_callback() -> Box { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&[u8]) + Send` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/bcc-ccf2a2344659f56c.bcc.1abi5j4x-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/bcc-ccf2a2344659f56c.bcc.1abi5j4x-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/bcc-ccf2a2344659f56c.bcc.1abi5j4x-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/bcc-ccf2a2344659f56c.bcc.1abi5j4x-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/bcc-ccf2a2344659f56c.bcc.1abi5j4x-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/bcc-ccf2a2344659f56c.bcc.1abi5j4x-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/bcc-ccf2a2344659f56c.bcc.1abi5j4x-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/bcc-ccf2a2344659f56c.bcc.1abi5j4x-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/bcc-ccf2a2344659f56c.bcc.1abi5j4x-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/bcc-ccf2a2344659f56c.bcc.1abi5j4x-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/bcc-ccf2a2344659f56c.bcc.1abi5j4x-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/bcc-ccf2a2344659f56c.bcc.1abi5j4x-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/bcc-ccf2a2344659f56c.bcc.1abi5j4x-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/bcc-ccf2a2344659f56c.bcc.1abi5j4x-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/bcc-ccf2a2344659f56c.bcc.1abi5j4x-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/bcc-ccf2a2344659f56c.bcc.1abi5j4x-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/bcc-ccf2a2344659f56c" "/opt/rustwide/target/debug/deps/bcc-ccf2a2344659f56c.dxnajldvthsbkjj.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/backtrace-sys-805e59335206c413/out" "-L" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-8b6fbd25e1766083.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-bd8f21e3bdd6cbdc.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-bfcad117c6a632af.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-79a1f91e8ce4eb83.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-f584045056e081f3.rlib" "/opt/rustwide/target/debug/deps/libregex-1ab277b50a1acea0.rlib" "/opt/rustwide/target/debug/deps/libthread_local-708705e5460096e3.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-83cafc2ae303332c.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-f17f3dc678462ed0.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-a76bd6cc15bf1648.rlib" "/opt/rustwide/target/debug/deps/libmemchr-07c655ccb8662d4a.rlib" "/opt/rustwide/target/debug/deps/libfailure-97877ddda30608c8.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-19b6d7eaabd24479.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-19c29b85fb91260f.rlib" "/opt/rustwide/target/debug/deps/liblibc-a3b13f6b27abcc70.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-da99d89e98e4f9e7.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-33101498c65f24ef.rlib" "/opt/rustwide/target/debug/deps/libbcc_sys-fa7fd5ddd7c25372.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-12ce12f1efc08aa3.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5d3cd1b3ddab72e4.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-f8222943dfd167e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-0cd00b2d3108cd48.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-485c05ba6ce1b438.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-63e6b1072426ba59.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-a421aff1d43911ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3deef8ef4fe80dff.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f65a176f0586269e.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ad46d4080f4d7e57.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-da6c590582bf0885.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-837ca740df32db0a.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-db27c965e824589f.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-68a4f8466685ed76.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-lbcc" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lbcc [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `bcc`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/strlen-ab0afa9c05f51a42.strlen.50mpdzfq-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/strlen-ab0afa9c05f51a42.strlen.50mpdzfq-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/strlen-ab0afa9c05f51a42.strlen.50mpdzfq-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/strlen-ab0afa9c05f51a42.strlen.50mpdzfq-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/strlen-ab0afa9c05f51a42.strlen.50mpdzfq-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/strlen-ab0afa9c05f51a42.strlen.50mpdzfq-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/strlen-ab0afa9c05f51a42.strlen.50mpdzfq-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/strlen-ab0afa9c05f51a42.strlen.50mpdzfq-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/strlen-ab0afa9c05f51a42.strlen.50mpdzfq-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/strlen-ab0afa9c05f51a42.strlen.50mpdzfq-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/strlen-ab0afa9c05f51a42.strlen.50mpdzfq-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/strlen-ab0afa9c05f51a42.strlen.50mpdzfq-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/strlen-ab0afa9c05f51a42.strlen.50mpdzfq-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/strlen-ab0afa9c05f51a42.strlen.50mpdzfq-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/strlen-ab0afa9c05f51a42.strlen.50mpdzfq-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/strlen-ab0afa9c05f51a42.strlen.50mpdzfq-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/strlen-ab0afa9c05f51a42" "/opt/rustwide/target/debug/examples/strlen-ab0afa9c05f51a42.1vtoshmipff35mxh.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/backtrace-sys-805e59335206c413/out" "-L" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libctrlc-48029dfdaddc748d.rlib" "/opt/rustwide/target/debug/deps/libnix-b600aef1f5f2727e.rlib" "/opt/rustwide/target/debug/deps/libvoid-4c8c16f792843a81.rlib" "/opt/rustwide/target/debug/deps/libbitflags-4a7b4cf8fbd4dcc3.rlib" "/opt/rustwide/target/debug/deps/libbcc-f16e9f02840287e5.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-f584045056e081f3.rlib" "/opt/rustwide/target/debug/deps/libregex-1ab277b50a1acea0.rlib" "/opt/rustwide/target/debug/deps/libthread_local-708705e5460096e3.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-83cafc2ae303332c.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-f17f3dc678462ed0.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-a76bd6cc15bf1648.rlib" "/opt/rustwide/target/debug/deps/libmemchr-07c655ccb8662d4a.rlib" "/opt/rustwide/target/debug/deps/libfailure-97877ddda30608c8.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-19b6d7eaabd24479.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-19c29b85fb91260f.rlib" "/opt/rustwide/target/debug/deps/liblibc-a3b13f6b27abcc70.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-da99d89e98e4f9e7.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-33101498c65f24ef.rlib" "/opt/rustwide/target/debug/deps/libbcc_sys-fa7fd5ddd7c25372.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-12ce12f1efc08aa3.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5d3cd1b3ddab72e4.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-f8222943dfd167e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-0cd00b2d3108cd48.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-485c05ba6ce1b438.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-63e6b1072426ba59.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-a421aff1d43911ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3deef8ef4fe80dff.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f65a176f0586269e.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ad46d4080f4d7e57.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-da6c590582bf0885.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-837ca740df32db0a.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-db27c965e824589f.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-68a4f8466685ed76.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-lbcc" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lbcc [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `bcc`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/runqlat-ca3c762f5ae08dbd.runqlat.duvtlplw-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/runqlat-ca3c762f5ae08dbd.runqlat.duvtlplw-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/runqlat-ca3c762f5ae08dbd.runqlat.duvtlplw-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/runqlat-ca3c762f5ae08dbd.runqlat.duvtlplw-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/runqlat-ca3c762f5ae08dbd.runqlat.duvtlplw-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/runqlat-ca3c762f5ae08dbd.runqlat.duvtlplw-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/runqlat-ca3c762f5ae08dbd.runqlat.duvtlplw-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/runqlat-ca3c762f5ae08dbd.runqlat.duvtlplw-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/runqlat-ca3c762f5ae08dbd.runqlat.duvtlplw-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/runqlat-ca3c762f5ae08dbd.runqlat.duvtlplw-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/runqlat-ca3c762f5ae08dbd.runqlat.duvtlplw-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/runqlat-ca3c762f5ae08dbd.runqlat.duvtlplw-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/runqlat-ca3c762f5ae08dbd.runqlat.duvtlplw-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/runqlat-ca3c762f5ae08dbd.runqlat.duvtlplw-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/runqlat-ca3c762f5ae08dbd.runqlat.duvtlplw-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/runqlat-ca3c762f5ae08dbd.runqlat.duvtlplw-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/runqlat-ca3c762f5ae08dbd" "/opt/rustwide/target/debug/examples/runqlat-ca3c762f5ae08dbd.1lioewr4ougdur4f.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/backtrace-sys-805e59335206c413/out" "-L" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libctrlc-48029dfdaddc748d.rlib" "/opt/rustwide/target/debug/deps/libnix-b600aef1f5f2727e.rlib" "/opt/rustwide/target/debug/deps/libvoid-4c8c16f792843a81.rlib" "/opt/rustwide/target/debug/deps/libclap-5c2292866ac49d3f.rlib" "/opt/rustwide/target/debug/deps/libvec_map-430eebd9ad766441.rlib" "/opt/rustwide/target/debug/deps/libtextwrap-c182af585ce1d152.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-019a22cacfcfb093.rlib" "/opt/rustwide/target/debug/deps/libstrsim-9ecff6948862203f.rlib" "/opt/rustwide/target/debug/deps/libbitflags-4a7b4cf8fbd4dcc3.rlib" "/opt/rustwide/target/debug/deps/libatty-aeb8402cda341d72.rlib" "/opt/rustwide/target/debug/deps/libansi_term-96d819b388a7bd02.rlib" "/opt/rustwide/target/debug/deps/libbcc-f16e9f02840287e5.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-f584045056e081f3.rlib" "/opt/rustwide/target/debug/deps/libregex-1ab277b50a1acea0.rlib" "/opt/rustwide/target/debug/deps/libthread_local-708705e5460096e3.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-83cafc2ae303332c.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-f17f3dc678462ed0.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-a76bd6cc15bf1648.rlib" "/opt/rustwide/target/debug/deps/libmemchr-07c655ccb8662d4a.rlib" "/opt/rustwide/target/debug/deps/libfailure-97877ddda30608c8.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-19b6d7eaabd24479.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-19c29b85fb91260f.rlib" "/opt/rustwide/target/debug/deps/liblibc-a3b13f6b27abcc70.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-da99d89e98e4f9e7.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-33101498c65f24ef.rlib" "/opt/rustwide/target/debug/deps/libbcc_sys-fa7fd5ddd7c25372.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-12ce12f1efc08aa3.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5d3cd1b3ddab72e4.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-f8222943dfd167e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-0cd00b2d3108cd48.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-485c05ba6ce1b438.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-63e6b1072426ba59.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-a421aff1d43911ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3deef8ef4fe80dff.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f65a176f0586269e.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ad46d4080f4d7e57.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-da6c590582bf0885.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-837ca740df32db0a.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-db27c965e824589f.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-68a4f8466685ed76.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-lbcc" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lbcc [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/opensnoop-cbcdbae3c491d613.opensnoop.9eece7hg-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/opensnoop-cbcdbae3c491d613.opensnoop.9eece7hg-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/opensnoop-cbcdbae3c491d613.opensnoop.9eece7hg-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/opensnoop-cbcdbae3c491d613.opensnoop.9eece7hg-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/opensnoop-cbcdbae3c491d613.opensnoop.9eece7hg-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/opensnoop-cbcdbae3c491d613.opensnoop.9eece7hg-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/opensnoop-cbcdbae3c491d613.opensnoop.9eece7hg-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/opensnoop-cbcdbae3c491d613.opensnoop.9eece7hg-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/opensnoop-cbcdbae3c491d613.opensnoop.9eece7hg-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/opensnoop-cbcdbae3c491d613.opensnoop.9eece7hg-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/opensnoop-cbcdbae3c491d613.opensnoop.9eece7hg-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/opensnoop-cbcdbae3c491d613.opensnoop.9eece7hg-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/opensnoop-cbcdbae3c491d613.opensnoop.9eece7hg-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/opensnoop-cbcdbae3c491d613.opensnoop.9eece7hg-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/opensnoop-cbcdbae3c491d613.opensnoop.9eece7hg-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/opensnoop-cbcdbae3c491d613.opensnoop.9eece7hg-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/opensnoop-cbcdbae3c491d613" "/opt/rustwide/target/debug/examples/opensnoop-cbcdbae3c491d613.39hubtk1hgfz7eng.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/backtrace-sys-805e59335206c413/out" "-L" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libctrlc-48029dfdaddc748d.rlib" "/opt/rustwide/target/debug/deps/libnix-b600aef1f5f2727e.rlib" "/opt/rustwide/target/debug/deps/libvoid-4c8c16f792843a81.rlib" "/opt/rustwide/target/debug/deps/libclap-5c2292866ac49d3f.rlib" "/opt/rustwide/target/debug/deps/libvec_map-430eebd9ad766441.rlib" "/opt/rustwide/target/debug/deps/libtextwrap-c182af585ce1d152.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-019a22cacfcfb093.rlib" "/opt/rustwide/target/debug/deps/libstrsim-9ecff6948862203f.rlib" "/opt/rustwide/target/debug/deps/libbitflags-4a7b4cf8fbd4dcc3.rlib" "/opt/rustwide/target/debug/deps/libatty-aeb8402cda341d72.rlib" "/opt/rustwide/target/debug/deps/libansi_term-96d819b388a7bd02.rlib" "/opt/rustwide/target/debug/deps/libbcc-f16e9f02840287e5.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-f584045056e081f3.rlib" "/opt/rustwide/target/debug/deps/libregex-1ab277b50a1acea0.rlib" "/opt/rustwide/target/debug/deps/libthread_local-708705e5460096e3.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-83cafc2ae303332c.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-f17f3dc678462ed0.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-a76bd6cc15bf1648.rlib" "/opt/rustwide/target/debug/deps/libmemchr-07c655ccb8662d4a.rlib" "/opt/rustwide/target/debug/deps/libfailure-97877ddda30608c8.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-19b6d7eaabd24479.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-19c29b85fb91260f.rlib" "/opt/rustwide/target/debug/deps/liblibc-a3b13f6b27abcc70.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-da99d89e98e4f9e7.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-33101498c65f24ef.rlib" "/opt/rustwide/target/debug/deps/libbcc_sys-fa7fd5ddd7c25372.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-12ce12f1efc08aa3.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5d3cd1b3ddab72e4.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-f8222943dfd167e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-0cd00b2d3108cd48.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-485c05ba6ce1b438.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-63e6b1072426ba59.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-a421aff1d43911ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3deef8ef4fe80dff.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f65a176f0586269e.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ad46d4080f4d7e57.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-da6c590582bf0885.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-837ca740df32db0a.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-db27c965e824589f.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-68a4f8466685ed76.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-lbcc" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lbcc [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/softirqs-9d4e5d006554a00e.softirqs.4r16wpkg-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/softirqs-9d4e5d006554a00e.softirqs.4r16wpkg-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/softirqs-9d4e5d006554a00e.softirqs.4r16wpkg-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/softirqs-9d4e5d006554a00e.softirqs.4r16wpkg-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/softirqs-9d4e5d006554a00e.softirqs.4r16wpkg-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/softirqs-9d4e5d006554a00e.softirqs.4r16wpkg-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/softirqs-9d4e5d006554a00e.softirqs.4r16wpkg-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/softirqs-9d4e5d006554a00e.softirqs.4r16wpkg-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/softirqs-9d4e5d006554a00e.softirqs.4r16wpkg-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/softirqs-9d4e5d006554a00e.softirqs.4r16wpkg-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/softirqs-9d4e5d006554a00e.softirqs.4r16wpkg-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/softirqs-9d4e5d006554a00e.softirqs.4r16wpkg-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/softirqs-9d4e5d006554a00e.softirqs.4r16wpkg-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/softirqs-9d4e5d006554a00e.softirqs.4r16wpkg-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/softirqs-9d4e5d006554a00e.softirqs.4r16wpkg-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/softirqs-9d4e5d006554a00e.softirqs.4r16wpkg-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/softirqs-9d4e5d006554a00e" "/opt/rustwide/target/debug/examples/softirqs-9d4e5d006554a00e.2rfvw2blpyvvg30x.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/backtrace-sys-805e59335206c413/out" "-L" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libctrlc-48029dfdaddc748d.rlib" "/opt/rustwide/target/debug/deps/libnix-b600aef1f5f2727e.rlib" "/opt/rustwide/target/debug/deps/libvoid-4c8c16f792843a81.rlib" "/opt/rustwide/target/debug/deps/libclap-5c2292866ac49d3f.rlib" "/opt/rustwide/target/debug/deps/libvec_map-430eebd9ad766441.rlib" "/opt/rustwide/target/debug/deps/libtextwrap-c182af585ce1d152.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-019a22cacfcfb093.rlib" "/opt/rustwide/target/debug/deps/libstrsim-9ecff6948862203f.rlib" "/opt/rustwide/target/debug/deps/libbitflags-4a7b4cf8fbd4dcc3.rlib" "/opt/rustwide/target/debug/deps/libatty-aeb8402cda341d72.rlib" "/opt/rustwide/target/debug/deps/libansi_term-96d819b388a7bd02.rlib" "/opt/rustwide/target/debug/deps/libbcc-f16e9f02840287e5.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-f584045056e081f3.rlib" "/opt/rustwide/target/debug/deps/libregex-1ab277b50a1acea0.rlib" "/opt/rustwide/target/debug/deps/libthread_local-708705e5460096e3.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-83cafc2ae303332c.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-f17f3dc678462ed0.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-a76bd6cc15bf1648.rlib" "/opt/rustwide/target/debug/deps/libmemchr-07c655ccb8662d4a.rlib" "/opt/rustwide/target/debug/deps/libfailure-97877ddda30608c8.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-19b6d7eaabd24479.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-19c29b85fb91260f.rlib" "/opt/rustwide/target/debug/deps/liblibc-a3b13f6b27abcc70.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-da99d89e98e4f9e7.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-33101498c65f24ef.rlib" "/opt/rustwide/target/debug/deps/libbcc_sys-fa7fd5ddd7c25372.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-12ce12f1efc08aa3.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5d3cd1b3ddab72e4.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-f8222943dfd167e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-0cd00b2d3108cd48.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-485c05ba6ce1b438.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-63e6b1072426ba59.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-a421aff1d43911ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3deef8ef4fe80dff.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f65a176f0586269e.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ad46d4080f4d7e57.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-da6c590582bf0885.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-837ca740df32db0a.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-db27c965e824589f.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-68a4f8466685ed76.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-lbcc" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lbcc [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `bcc`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `bcc`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `bcc`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "7827fedb817aa8c7f0e7608b77fc688f2aa2c963019cf8992c30d516f9d5b24f"` [INFO] running `"docker" "rm" "-f" "7827fedb817aa8c7f0e7608b77fc688f2aa2c963019cf8992c30d516f9d5b24f"` [INFO] [stdout] 7827fedb817aa8c7f0e7608b77fc688f2aa2c963019cf8992c30d516f9d5b24f