[INFO] updating cached repository jvns/ltrace-bcc [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/jvns/ltrace-bcc [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/jvns/ltrace-bcc" "work/ex/beta-1.38-1/sources/1.37.0/gh/jvns/ltrace-bcc"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/jvns/ltrace-bcc'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/jvns/ltrace-bcc" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/jvns/ltrace-bcc"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/jvns/ltrace-bcc'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] f35407cc72485c336397af8dbf5c759befcf6d5b [INFO] sha for GitHub repo jvns/ltrace-bcc: f35407cc72485c336397af8dbf5c759befcf6d5b [INFO] validating manifest of jvns/ltrace-bcc on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of jvns/ltrace-bcc on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing jvns/ltrace-bcc [INFO] finished frobbing jvns/ltrace-bcc [INFO] frobbed toml for jvns/ltrace-bcc written to work/ex/beta-1.38-1/sources/1.37.0/gh/jvns/ltrace-bcc/Cargo.toml [INFO] started frobbing jvns/ltrace-bcc [INFO] finished frobbing jvns/ltrace-bcc [INFO] frobbed toml for jvns/ltrace-bcc written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/jvns/ltrace-bcc/Cargo.toml [INFO] crate jvns/ltrace-bcc already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing jvns/ltrace-bcc against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/jvns/ltrace-bcc:/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-08-13" "build" "--frozen"` [INFO] [stdout] b44bdcf51114163f9f670eb1ff072648cbf058eec99d3512e547044dc9ac61de [INFO] running `"docker" "start" "-a" "b44bdcf51114163f9f670eb1ff072648cbf058eec99d3512e547044dc9ac61de"` [INFO] [stderr] Compiling bindgen v0.31.3 [INFO] [stderr] Compiling plain v0.2.3 [INFO] [stderr] Compiling memchr v2.0.1 [INFO] [stderr] Compiling memchr v1.0.2 [INFO] [stderr] Compiling atty v0.2.6 [INFO] [stderr] Compiling which v1.0.5 [INFO] [stderr] Compiling clang-sys v0.21.2 [INFO] [stderr] Compiling scroll_derive v0.8.0 [INFO] [stderr] Compiling clap v2.30.0 [INFO] [stderr] Compiling failure v0.1.1 [INFO] [stderr] Compiling aho-corasick v0.6.4 [INFO] [stderr] Compiling nom v3.2.1 [INFO] [stderr] Compiling regex v0.2.6 [INFO] [stderr] Compiling scroll v0.8.0 [INFO] [stderr] Compiling goblin v0.0.14 [INFO] [stderr] Compiling cexpr v0.2.3 [INFO] [stderr] Compiling env_logger v0.4.3 [INFO] [stderr] Compiling bcc-sys v0.4.0 [INFO] [stderr] Compiling bcc v0.0.3 [INFO] [stderr] Compiling ltrace-bcc v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:169:32 [INFO] [stderr] | [INFO] [stderr] 169 | 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/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/ltrace_bcc-ae7cc6dfb4dfe653.ltrace_bcc.aespypdc-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/ltrace_bcc-ae7cc6dfb4dfe653.ltrace_bcc.aespypdc-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/ltrace_bcc-ae7cc6dfb4dfe653.ltrace_bcc.aespypdc-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/ltrace_bcc-ae7cc6dfb4dfe653.ltrace_bcc.aespypdc-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/ltrace_bcc-ae7cc6dfb4dfe653.ltrace_bcc.aespypdc-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/ltrace_bcc-ae7cc6dfb4dfe653.ltrace_bcc.aespypdc-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/ltrace_bcc-ae7cc6dfb4dfe653.ltrace_bcc.aespypdc-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/ltrace_bcc-ae7cc6dfb4dfe653.ltrace_bcc.aespypdc-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/ltrace_bcc-ae7cc6dfb4dfe653.ltrace_bcc.aespypdc-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/ltrace_bcc-ae7cc6dfb4dfe653.ltrace_bcc.aespypdc-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/ltrace_bcc-ae7cc6dfb4dfe653.ltrace_bcc.aespypdc-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/ltrace_bcc-ae7cc6dfb4dfe653.ltrace_bcc.aespypdc-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/ltrace_bcc-ae7cc6dfb4dfe653.ltrace_bcc.aespypdc-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/ltrace_bcc-ae7cc6dfb4dfe653.ltrace_bcc.aespypdc-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/ltrace_bcc-ae7cc6dfb4dfe653.ltrace_bcc.aespypdc-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/ltrace_bcc-ae7cc6dfb4dfe653.ltrace_bcc.aespypdc-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/ltrace_bcc-ae7cc6dfb4dfe653" "/opt/crater/target/debug/deps/ltrace_bcc-ae7cc6dfb4dfe653.3vbwejdmb6sya81g.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-833122e588450e68/out/.libs" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libgoblin-d0d53a9d9f7c5584.rlib" "/opt/crater/target/debug/deps/liblog-288d9d1198924990.rlib" "/opt/crater/target/debug/deps/liblog-9f29daffacf088d8.rlib" "/opt/crater/target/debug/deps/libscroll-00ef3c317ac7bc16.rlib" "/opt/crater/target/debug/deps/libplain-56325c6a1e981eb4.rlib" "/opt/crater/target/debug/deps/libbcc-9615ca73c50f3ab3.rlib" "/opt/crater/target/debug/deps/libbyteorder-caff94b28b2a2118.rlib" "/opt/crater/target/debug/deps/libbcc_sys-4fd03b9e3bdf4ba0.rlib" "/opt/crater/target/debug/deps/libfailure-60eeb3393c32a485.rlib" "/opt/crater/target/debug/deps/libbacktrace-168aa64c38cf7008.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-db75fe457afe2c4f.rlib" "/opt/crater/target/debug/deps/librustc_demangle-19104f1b4c9b5f77.rlib" "/opt/crater/target/debug/deps/libcfg_if-168f8d02dd20eb98.rlib" "/opt/crater/target/debug/deps/liblibc-799fedc4a55ea1c4.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.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 `ltrace-bcc`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "b44bdcf51114163f9f670eb1ff072648cbf058eec99d3512e547044dc9ac61de"` [INFO] running `"docker" "rm" "-f" "b44bdcf51114163f9f670eb1ff072648cbf058eec99d3512e547044dc9ac61de"` [INFO] [stdout] b44bdcf51114163f9f670eb1ff072648cbf058eec99d3512e547044dc9ac61de