[INFO] cloning repository https://github.com/jvns/ltrace-bcc [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jvns/ltrace-bcc" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjvns%2Fltrace-bcc"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjvns%2Fltrace-bcc'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] f35407cc72485c336397af8dbf5c759befcf6d5b [INFO] testing jvns/ltrace-bcc against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjvns%2Fltrace-bcc" "/workspace/builds/worker-6/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jvns/ltrace-bcc on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/jvns/ltrace-bcc [INFO] finished tweaking git repo https://github.com/jvns/ltrace-bcc [INFO] tweaked toml for git repo https://github.com/jvns/ltrace-bcc written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/jvns/ltrace-bcc already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "MAP_USER_ID=0" "-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.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 2da5be17664f4a5250c9feeb060f1d84a63a98b81257405015ef4db9d0010785 [INFO] running `"docker" "start" "-a" "2da5be17664f4a5250c9feeb060f1d84a63a98b81257405015ef4db9d0010785"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libc v0.2.36 [INFO] [stderr] Compiling cfg-if v0.1.2 [INFO] [stderr] Compiling lazy_static v1.0.0 [INFO] [stderr] Compiling glob v0.2.11 [INFO] [stderr] Compiling libloading v0.4.3 [INFO] [stderr] Compiling unicode-width v0.1.4 [INFO] [stderr] Compiling regex-syntax v0.4.2 [INFO] [stderr] Compiling bitflags v1.0.1 [INFO] [stderr] Compiling bindgen v0.31.3 [INFO] [stderr] Compiling vec_map v0.8.0 [INFO] [stderr] Compiling cc v1.0.4 [INFO] [stderr] Compiling ansi_term v0.10.2 [INFO] [stderr] Compiling peeking_take_while v0.1.2 [INFO] [stderr] Compiling lazy_static v0.2.11 [INFO] [stderr] Compiling rustc-demangle v0.1.6 [INFO] [stderr] Compiling plain v0.2.3 [INFO] [stderr] Compiling byteorder v1.2.1 [INFO] [stderr] Compiling log v0.4.1 [INFO] [stderr] Compiling textwrap v0.9.0 [INFO] [stderr] Compiling thread_local v0.3.5 [INFO] [stderr] Compiling synstructure v0.6.1 [INFO] [stderr] Compiling scroll_derive v0.8.0 [INFO] [stderr] Compiling log v0.3.9 [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 nom v3.2.1 [INFO] [stderr] Compiling clap v2.30.0 [INFO] [stderr] Compiling aho-corasick v0.6.4 [INFO] [stderr] Compiling failure_derive v0.1.1 [INFO] [stderr] Compiling backtrace-sys v0.1.16 [INFO] [stderr] Compiling scroll v0.8.0 [INFO] [stderr] Compiling goblin v0.0.14 [INFO] [stderr] Compiling regex v0.2.6 [INFO] [stderr] Compiling cexpr v0.2.3 [INFO] [stderr] Compiling env_logger v0.4.3 [INFO] [stderr] Compiling backtrace v0.3.5 [INFO] [stderr] Compiling failure v0.1.1 [INFO] [stderr] Compiling bcc-sys v0.4.0 [INFO] [stderr] Compiling bcc v0.0.3 [INFO] [stderr] Compiling ltrace-bcc v0.1.0 (/opt/rustwide/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/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/ltrace_bcc-f2d836f2e34e34ef.ltrace_bcc.6lb9pcll-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/ltrace_bcc-f2d836f2e34e34ef.ltrace_bcc.6lb9pcll-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/ltrace_bcc-f2d836f2e34e34ef.ltrace_bcc.6lb9pcll-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/ltrace_bcc-f2d836f2e34e34ef.ltrace_bcc.6lb9pcll-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/ltrace_bcc-f2d836f2e34e34ef.ltrace_bcc.6lb9pcll-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/ltrace_bcc-f2d836f2e34e34ef.ltrace_bcc.6lb9pcll-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/ltrace_bcc-f2d836f2e34e34ef.ltrace_bcc.6lb9pcll-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/ltrace_bcc-f2d836f2e34e34ef.ltrace_bcc.6lb9pcll-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/ltrace_bcc-f2d836f2e34e34ef.ltrace_bcc.6lb9pcll-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/ltrace_bcc-f2d836f2e34e34ef.ltrace_bcc.6lb9pcll-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/ltrace_bcc-f2d836f2e34e34ef.ltrace_bcc.6lb9pcll-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/ltrace_bcc-f2d836f2e34e34ef.ltrace_bcc.6lb9pcll-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/ltrace_bcc-f2d836f2e34e34ef.ltrace_bcc.6lb9pcll-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/ltrace_bcc-f2d836f2e34e34ef.ltrace_bcc.6lb9pcll-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/ltrace_bcc-f2d836f2e34e34ef.ltrace_bcc.6lb9pcll-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/ltrace_bcc-f2d836f2e34e34ef.ltrace_bcc.6lb9pcll-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/ltrace_bcc-f2d836f2e34e34ef" "/opt/rustwide/target/debug/deps/ltrace_bcc-f2d836f2e34e34ef.3lxm0vlxw2zwfuu9.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-e9331af79deb2069/out/.libs" "-L" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libgoblin-87b5f9023b1d83dc.rlib" "/opt/rustwide/target/debug/deps/liblog-2b0c0041bed2a3c2.rlib" "/opt/rustwide/target/debug/deps/liblog-2ebd5a193c61b8b6.rlib" "/opt/rustwide/target/debug/deps/libscroll-f0d095fc89b79919.rlib" "/opt/rustwide/target/debug/deps/libplain-b8f8a8e1bb1c5d39.rlib" "/opt/rustwide/target/debug/deps/libbcc-76cb61f3b8b593f0.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-0a3ed1b317494507.rlib" "/opt/rustwide/target/debug/deps/libbcc_sys-3ef002d816a1ab86.rlib" "/opt/rustwide/target/debug/deps/libfailure-0c1a17913aff2fa5.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-3e66eeb7f1d4970e.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-13a7244a0b4e29e4.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-8b7fa188f4627b27.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-0402d25e24990f3e.rlib" "/opt/rustwide/target/debug/deps/liblibc-a43eee56c5d9f5ea.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-205127404fcba336.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-a657948fb7763780.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-4af901391177f653.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-9bdd51edf637d1e0.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-df9a9630b2ea2e1e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-fddbfe63d5cc9339.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-dc1fcc6e43806791.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e2f4bff19e00107e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-a152d13c1d7ed405.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d92b841792fc008d.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a64c249515c023f5.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-57654524b3e40c00.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-72180f1527a726a2.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-990cc8f4a91a3ab4.rlib" "-Wl,-Bdynamic" "-lbcc" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-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; 1 warning emitted [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" "2da5be17664f4a5250c9feeb060f1d84a63a98b81257405015ef4db9d0010785"` [INFO] running `"docker" "rm" "-f" "2da5be17664f4a5250c9feeb060f1d84a63a98b81257405015ef4db9d0010785"` [INFO] [stdout] 2da5be17664f4a5250c9feeb060f1d84a63a98b81257405015ef4db9d0010785