[INFO] updating cached repository sch00lb0y/rust-bpf-fork [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/sch00lb0y/rust-bpf-fork [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/sch00lb0y/rust-bpf-fork" "work/ex/beta-1.37-6/sources/1.36.0/gh/sch00lb0y/rust-bpf-fork"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/sch00lb0y/rust-bpf-fork'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/sch00lb0y/rust-bpf-fork" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/sch00lb0y/rust-bpf-fork"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/sch00lb0y/rust-bpf-fork'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] ccaae5cde90bd459d2d3d490a84cc172b64e77e6 [INFO] sha for GitHub repo sch00lb0y/rust-bpf-fork: ccaae5cde90bd459d2d3d490a84cc172b64e77e6 [INFO] validating manifest of sch00lb0y/rust-bpf-fork on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of sch00lb0y/rust-bpf-fork on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing sch00lb0y/rust-bpf-fork [INFO] finished frobbing sch00lb0y/rust-bpf-fork [INFO] frobbed toml for sch00lb0y/rust-bpf-fork written to work/ex/beta-1.37-6/sources/1.36.0/gh/sch00lb0y/rust-bpf-fork/Cargo.toml [INFO] started frobbing sch00lb0y/rust-bpf-fork [INFO] finished frobbing sch00lb0y/rust-bpf-fork [INFO] frobbed toml for sch00lb0y/rust-bpf-fork written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/sch00lb0y/rust-bpf-fork/Cargo.toml [INFO] crate sch00lb0y/rust-bpf-fork already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing sch00lb0y/rust-bpf-fork against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-4/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/sch00lb0y/rust-bpf-fork:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-07-23" "build" "--frozen"` [INFO] [stdout] aa15c0f5d83e205c79df562b13102514c1bd33f6e18078b7fbcf7002e56a222c [INFO] running `"docker" "start" "-a" "aa15c0f5d83e205c79df562b13102514c1bd33f6e18078b7fbcf7002e56a222c"` [INFO] [stderr] Compiling libloading v0.5.0 [INFO] [stderr] Compiling atty v0.2.6 [INFO] [stderr] Compiling which v1.0.3 [INFO] [stderr] Compiling aho-corasick v0.6.4 [INFO] [stderr] Compiling nom v3.2.1 [INFO] [stderr] Compiling backtrace-sys v0.1.16 [INFO] [stderr] Compiling backtrace v0.3.5 [INFO] [stderr] Compiling clap v2.29.2 [INFO] [stderr] Compiling failure v0.1.1 [INFO] [stderr] Compiling regex v1.0.2 [INFO] [stderr] Compiling clang-sys v0.23.0 [INFO] [stderr] Compiling cexpr v0.2.2 [INFO] [stderr] Compiling env_logger v0.5.12 [INFO] [stderr] Compiling bindgen v0.37.4 [INFO] [stderr] Compiling bcc-sys v0.7.0 [INFO] [stderr] Compiling bcc v0.0.4 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `types::MutPointer` [INFO] [stderr] --> src/core/uprobe.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use types::MutPointer; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::ptr` [INFO] [stderr] --> src/core/uprobe.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | use std::ptr; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/perf.rs:15:17 [INFO] [stderr] | [INFO] [stderr] 15 | 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:56:13 [INFO] [stderr] | [INFO] [stderr] 56 | cb: Box Box>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn() -> Box` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/perf.rs:56:25 [INFO] [stderr] | [INFO] [stderr] 56 | cb: Box 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:116:17 [INFO] [stderr] | [INFO] [stderr] 116 | raw_cb: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&[u8]) + Send` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `pid` [INFO] [stderr] --> src/core/mod.rs:40:14 [INFO] [stderr] | [INFO] [stderr] 40 | let (pid, cpu, group_fd) = (-1, 0, -1); [INFO] [stderr] | ^^^ help: consider prefixing with an underscore: `_pid` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `cpu` [INFO] [stderr] --> src/core/mod.rs:40:19 [INFO] [stderr] | [INFO] [stderr] 40 | let (pid, cpu, group_fd) = (-1, 0, -1); [INFO] [stderr] | ^^^ help: consider prefixing with an underscore: `_cpu` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `group_fd` [INFO] [stderr] --> src/core/mod.rs:40:24 [INFO] [stderr] | [INFO] [stderr] 40 | let (pid, cpu, group_fd) = (-1, 0, -1); [INFO] [stderr] | ^^^^^^^^ help: consider prefixing with an underscore: `_group_fd` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `pid` [INFO] [stderr] --> src/core/mod.rs:111:14 [INFO] [stderr] | [INFO] [stderr] 111 | let (pid, cpu, group_fd) = (-1, 0, -1); [INFO] [stderr] | ^^^ help: consider prefixing with an underscore: `_pid` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `cpu` [INFO] [stderr] --> src/core/mod.rs:111:19 [INFO] [stderr] | [INFO] [stderr] 111 | let (pid, cpu, group_fd) = (-1, 0, -1); [INFO] [stderr] | ^^^ help: consider prefixing with an underscore: `_cpu` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `group_fd` [INFO] [stderr] --> src/core/mod.rs:111:24 [INFO] [stderr] | [INFO] [stderr] 111 | let (pid, cpu, group_fd) = (-1, 0, -1); [INFO] [stderr] | ^^^^^^^^ help: consider prefixing with an underscore: `_group_fd` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `cpu` [INFO] [stderr] --> src/core/uprobe.rs:37:14 [INFO] [stderr] | [INFO] [stderr] 37 | let (cpu, group_fd) = (0, -1); [INFO] [stderr] | ^^^ help: consider prefixing with an underscore: `_cpu` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `group_fd` [INFO] [stderr] --> src/core/uprobe.rs:37:19 [INFO] [stderr] | [INFO] [stderr] 37 | let (cpu, group_fd) = (0, -1); [INFO] [stderr] | ^^^^^^^^ help: consider prefixing with an underscore: `_group_fd` [INFO] [stderr] [INFO] [stderr] warning: field is never used: `table` [INFO] [stderr] --> src/perf.rs:49:5 [INFO] [stderr] | [INFO] [stderr] 49 | table: Table, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: field is never used: `callbacks` [INFO] [stderr] --> src/perf.rs:51:5 [INFO] [stderr] | [INFO] [stderr] 51 | callbacks: Vec>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 08s [INFO] running `"docker" "inspect" "aa15c0f5d83e205c79df562b13102514c1bd33f6e18078b7fbcf7002e56a222c"` [INFO] running `"docker" "rm" "-f" "aa15c0f5d83e205c79df562b13102514c1bd33f6e18078b7fbcf7002e56a222c"` [INFO] [stdout] aa15c0f5d83e205c79df562b13102514c1bd33f6e18078b7fbcf7002e56a222c [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-4/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/sch00lb0y/rust-bpf-fork:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-07-23" "test" "--frozen" "--no-run"` [INFO] [stdout] a3e4a8bfa44993bd97dbf9a917b04f4a513841de55db81ed9b36fdb7bd8f73fa [INFO] running `"docker" "start" "-a" "a3e4a8bfa44993bd97dbf9a917b04f4a513841de55db81ed9b36fdb7bd8f73fa"` [INFO] [stderr] Compiling bcc v0.0.4 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> examples/opensnoop.rs:55:32 [INFO] [stderr] | [INFO] [stderr] 55 | 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] warning: unused import: `types::MutPointer` [INFO] [stderr] --> src/core/uprobe.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use types::MutPointer; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::ptr` [INFO] [stderr] --> src/core/uprobe.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | use std::ptr; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/perf.rs:15:17 [INFO] [stderr] | [INFO] [stderr] 15 | 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:56:13 [INFO] [stderr] | [INFO] [stderr] 56 | cb: Box Box>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn() -> Box` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/perf.rs:56:25 [INFO] [stderr] | [INFO] [stderr] 56 | cb: Box 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:116:17 [INFO] [stderr] | [INFO] [stderr] 116 | raw_cb: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&[u8]) + Send` [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/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/strlen-33101085cb736a9c.strlen.e7a6m6ub-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/strlen-33101085cb736a9c.strlen.e7a6m6ub-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/strlen-33101085cb736a9c.strlen.e7a6m6ub-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/strlen-33101085cb736a9c.strlen.e7a6m6ub-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/strlen-33101085cb736a9c.strlen.e7a6m6ub-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/strlen-33101085cb736a9c.strlen.e7a6m6ub-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/strlen-33101085cb736a9c.strlen.e7a6m6ub-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/strlen-33101085cb736a9c.strlen.e7a6m6ub-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/strlen-33101085cb736a9c.strlen.e7a6m6ub-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/strlen-33101085cb736a9c.strlen.e7a6m6ub-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/strlen-33101085cb736a9c.strlen.e7a6m6ub-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/strlen-33101085cb736a9c.strlen.e7a6m6ub-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/strlen-33101085cb736a9c.strlen.e7a6m6ub-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/strlen-33101085cb736a9c.strlen.e7a6m6ub-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/strlen-33101085cb736a9c.strlen.e7a6m6ub-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/strlen-33101085cb736a9c.strlen.e7a6m6ub-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/strlen-33101085cb736a9c" "/opt/crater/target/debug/examples/strlen-33101085cb736a9c.3kqi96y3urj5imst.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/backtrace-sys-52a124cb037f2e42/out/.libs" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libbcc-e4d9462a05a9dc2e.rlib" "/opt/crater/target/debug/deps/libbyteorder-76838e0ec6a85113.rlib" "/opt/crater/target/debug/deps/libbcc_sys-120627f409525bcd.rlib" "/opt/crater/target/debug/deps/libfailure-1729a5b64a58673f.rlib" "/opt/crater/target/debug/deps/libbacktrace-03eb4861f15cac94.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-67ee8661941cd357.rlib" "/opt/crater/target/debug/deps/librustc_demangle-709242620b6f35fc.rlib" "/opt/crater/target/debug/deps/libcfg_if-af8485a38956c1b4.rlib" "/opt/crater/target/debug/deps/liblibc-7ef0ecc5d6f9b1d0.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a80a1e8e09cafef8.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e0e6351da805c468.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e04f54bafc95e331.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-67901d3322495bd5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-bd390b1abaceaec1.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-312dd37fdc7bedfc.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8ed0e51d58d644a3.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-8a423c320a6c707f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d6a95598e2238263.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d231614b153016eb.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3821619027f463e4.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-1cfd794d18771a44.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-dcf33cf10c2452ef.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-c258fea34bf64bce.rlib" "-Wl,-Bdynamic" "-lbcc" "-lutil" "-lutil" "-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[E0308]: mismatched types [INFO] [stderr] --> examples/opensnoop.rs:46:45 [INFO] [stderr] | [INFO] [stderr] 46 | let mut perf_map = init_perf_map(table, perf_data_callback)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ expected struct `std::boxed::Box`, found fn item [INFO] [stderr] | [INFO] [stderr] = note: expected type `std::boxed::Box<(dyn std::ops::Fn() -> std::boxed::Box<(dyn for<'r> std::ops::FnMut(&'r [u8]) + std::marker::Send + 'static)> + 'static)>` [INFO] [stderr] found type `fn() -> std::boxed::Box<(dyn for<'r> std::ops::FnMut(&'r [u8]) + std::marker::Send + 'static)> {perf_data_callback}` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `pid` [INFO] [stderr] --> src/core/mod.rs:40:14 [INFO] [stderr] | [INFO] [stderr] 40 | let (pid, cpu, group_fd) = (-1, 0, -1); [INFO] [stderr] | ^^^ help: consider prefixing with an underscore: `_pid` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `cpu` [INFO] [stderr] --> src/core/mod.rs:40:19 [INFO] [stderr] | [INFO] [stderr] 40 | let (pid, cpu, group_fd) = (-1, 0, -1); [INFO] [stderr] | ^^^ help: consider prefixing with an underscore: `_cpu` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `group_fd` [INFO] [stderr] --> src/core/mod.rs:40:24 [INFO] [stderr] | [INFO] [stderr] 40 | let (pid, cpu, group_fd) = (-1, 0, -1); [INFO] [stderr] | ^^^^^^^^ help: consider prefixing with an underscore: `_group_fd` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `pid` [INFO] [stderr] --> src/core/mod.rs:111:14 [INFO] [stderr] | [INFO] [stderr] 111 | let (pid, cpu, group_fd) = (-1, 0, -1); [INFO] [stderr] | ^^^ help: consider prefixing with an underscore: `_pid` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `cpu` [INFO] [stderr] --> src/core/mod.rs:111:19 [INFO] [stderr] | [INFO] [stderr] 111 | let (pid, cpu, group_fd) = (-1, 0, -1); [INFO] [stderr] | ^^^ help: consider prefixing with an underscore: `_cpu` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `group_fd` [INFO] [stderr] --> src/core/mod.rs:111:24 [INFO] [stderr] | [INFO] [stderr] 111 | let (pid, cpu, group_fd) = (-1, 0, -1); [INFO] [stderr] | ^^^^^^^^ help: consider prefixing with an underscore: `_group_fd` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `cpu` [INFO] [stderr] --> src/core/uprobe.rs:37:14 [INFO] [stderr] | [INFO] [stderr] 37 | let (cpu, group_fd) = (0, -1); [INFO] [stderr] | ^^^ help: consider prefixing with an underscore: `_cpu` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `group_fd` [INFO] [stderr] --> src/core/uprobe.rs:37:19 [INFO] [stderr] | [INFO] [stderr] 37 | let (cpu, group_fd) = (0, -1); [INFO] [stderr] | ^^^^^^^^ help: consider prefixing with an underscore: `_group_fd` [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/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/softirqs-22f43676d975aabe.softirqs.7j17v9bt-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/softirqs-22f43676d975aabe.softirqs.7j17v9bt-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/softirqs-22f43676d975aabe.softirqs.7j17v9bt-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/softirqs-22f43676d975aabe.softirqs.7j17v9bt-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/softirqs-22f43676d975aabe.softirqs.7j17v9bt-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/softirqs-22f43676d975aabe.softirqs.7j17v9bt-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/softirqs-22f43676d975aabe.softirqs.7j17v9bt-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/softirqs-22f43676d975aabe.softirqs.7j17v9bt-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/softirqs-22f43676d975aabe.softirqs.7j17v9bt-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/softirqs-22f43676d975aabe.softirqs.7j17v9bt-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/softirqs-22f43676d975aabe.softirqs.7j17v9bt-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/softirqs-22f43676d975aabe.softirqs.7j17v9bt-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/softirqs-22f43676d975aabe.softirqs.7j17v9bt-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/softirqs-22f43676d975aabe.softirqs.7j17v9bt-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/softirqs-22f43676d975aabe.softirqs.7j17v9bt-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/softirqs-22f43676d975aabe.softirqs.7j17v9bt-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/softirqs-22f43676d975aabe" "/opt/crater/target/debug/examples/softirqs-22f43676d975aabe.1ovxsufbdqwld2ri.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/backtrace-sys-52a124cb037f2e42/out/.libs" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libbcc-e4d9462a05a9dc2e.rlib" "/opt/crater/target/debug/deps/libbyteorder-76838e0ec6a85113.rlib" "/opt/crater/target/debug/deps/libbcc_sys-120627f409525bcd.rlib" "/opt/crater/target/debug/deps/libfailure-1729a5b64a58673f.rlib" "/opt/crater/target/debug/deps/libbacktrace-03eb4861f15cac94.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-67ee8661941cd357.rlib" "/opt/crater/target/debug/deps/librustc_demangle-709242620b6f35fc.rlib" "/opt/crater/target/debug/deps/libcfg_if-af8485a38956c1b4.rlib" "/opt/crater/target/debug/deps/liblibc-7ef0ecc5d6f9b1d0.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a80a1e8e09cafef8.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e0e6351da805c468.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e04f54bafc95e331.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-67901d3322495bd5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-bd390b1abaceaec1.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-312dd37fdc7bedfc.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8ed0e51d58d644a3.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-8a423c320a6c707f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d6a95598e2238263.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d231614b153016eb.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3821619027f463e4.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-1cfd794d18771a44.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-dcf33cf10c2452ef.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-c258fea34bf64bce.rlib" "-Wl,-Bdynamic" "-lbcc" "-lutil" "-lutil" "-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: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0308`. [INFO] [stderr] error: Could not compile `bcc`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: field is never used: `table` [INFO] [stderr] --> src/perf.rs:49:5 [INFO] [stderr] | [INFO] [stderr] 49 | table: Table, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: field is never used: `callbacks` [INFO] [stderr] --> src/perf.rs:51:5 [INFO] [stderr] | [INFO] [stderr] 51 | callbacks: Vec>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/bcc-501c1e98c0424f9a.bcc.7o1qd7tw-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/bcc-501c1e98c0424f9a.bcc.7o1qd7tw-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/bcc-501c1e98c0424f9a.bcc.7o1qd7tw-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/bcc-501c1e98c0424f9a.bcc.7o1qd7tw-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/bcc-501c1e98c0424f9a.bcc.7o1qd7tw-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/bcc-501c1e98c0424f9a.bcc.7o1qd7tw-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/bcc-501c1e98c0424f9a.bcc.7o1qd7tw-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/bcc-501c1e98c0424f9a.bcc.7o1qd7tw-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/bcc-501c1e98c0424f9a.bcc.7o1qd7tw-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/bcc-501c1e98c0424f9a.bcc.7o1qd7tw-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/bcc-501c1e98c0424f9a.bcc.7o1qd7tw-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/bcc-501c1e98c0424f9a.bcc.7o1qd7tw-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/bcc-501c1e98c0424f9a.bcc.7o1qd7tw-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/bcc-501c1e98c0424f9a.bcc.7o1qd7tw-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/bcc-501c1e98c0424f9a.bcc.7o1qd7tw-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/bcc-501c1e98c0424f9a.bcc.7o1qd7tw-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/bcc-501c1e98c0424f9a" "/opt/crater/target/debug/deps/bcc-501c1e98c0424f9a.3a0qbymozm3zrdka.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/backtrace-sys-52a124cb037f2e42/out/.libs" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-7d9df032c0eb8a14.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-77300aa0d630d98f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-4d48ca12b265d456.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-8869eee15acf0f54.rlib" "/opt/crater/target/debug/deps/liblazy_static-485b4eff69038ce0.rlib" "/opt/crater/target/debug/deps/libbyteorder-76838e0ec6a85113.rlib" "/opt/crater/target/debug/deps/libbcc_sys-120627f409525bcd.rlib" "/opt/crater/target/debug/deps/libfailure-1729a5b64a58673f.rlib" "/opt/crater/target/debug/deps/libbacktrace-03eb4861f15cac94.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-67ee8661941cd357.rlib" "/opt/crater/target/debug/deps/librustc_demangle-709242620b6f35fc.rlib" "/opt/crater/target/debug/deps/libcfg_if-af8485a38956c1b4.rlib" "/opt/crater/target/debug/deps/liblibc-7ef0ecc5d6f9b1d0.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a80a1e8e09cafef8.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e0e6351da805c468.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e04f54bafc95e331.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-67901d3322495bd5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-bd390b1abaceaec1.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-312dd37fdc7bedfc.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8ed0e51d58d644a3.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-8a423c320a6c707f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d6a95598e2238263.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d231614b153016eb.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3821619027f463e4.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-1cfd794d18771a44.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-dcf33cf10c2452ef.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-c258fea34bf64bce.rlib" "-Wl,-Bdynamic" "-lbcc" "-lutil" "-lutil" "-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] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "a3e4a8bfa44993bd97dbf9a917b04f4a513841de55db81ed9b36fdb7bd8f73fa"` [INFO] running `"docker" "rm" "-f" "a3e4a8bfa44993bd97dbf9a917b04f4a513841de55db81ed9b36fdb7bd8f73fa"` [INFO] [stdout] a3e4a8bfa44993bd97dbf9a917b04f4a513841de55db81ed9b36fdb7bd8f73fa