[INFO] updating cached repository Jkillelea/cpuviz [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/Jkillelea/cpuviz [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/Jkillelea/cpuviz" "work/ex/beta-1.37-6/sources/1.36.0/gh/Jkillelea/cpuviz"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/Jkillelea/cpuviz'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Jkillelea/cpuviz" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/Jkillelea/cpuviz"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/Jkillelea/cpuviz'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 1ac92ae5ff1376fd102deede732e6d612363eb35 [INFO] sha for GitHub repo Jkillelea/cpuviz: 1ac92ae5ff1376fd102deede732e6d612363eb35 [INFO] validating manifest of Jkillelea/cpuviz 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 Jkillelea/cpuviz 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 Jkillelea/cpuviz [INFO] finished frobbing Jkillelea/cpuviz [INFO] frobbed toml for Jkillelea/cpuviz written to work/ex/beta-1.37-6/sources/1.36.0/gh/Jkillelea/cpuviz/Cargo.toml [INFO] started frobbing Jkillelea/cpuviz [INFO] finished frobbing Jkillelea/cpuviz [INFO] frobbed toml for Jkillelea/cpuviz written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/Jkillelea/cpuviz/Cargo.toml [INFO] crate Jkillelea/cpuviz 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 Jkillelea/cpuviz against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/Jkillelea/cpuviz:/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" "+1.36.0" "build" "--frozen"` [INFO] [stdout] 380cdc45765a7ad9537bb438c730236581af87b9fb51dc70d267fd0963b3b57b [INFO] running `"docker" "start" "-a" "380cdc45765a7ad9537bb438c730236581af87b9fb51dc70d267fd0963b3b57b"` [INFO] [stderr] Compiling libc v0.2.35 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling cfg-if v0.1.2 [INFO] [stderr] Compiling glob v0.2.11 [INFO] [stderr] Compiling lazy_static v1.0.0 [INFO] [stderr] Compiling libloading v0.4.3 [INFO] [stderr] Compiling unicode-width v0.1.4 [INFO] [stderr] Compiling utf8-ranges v1.0.0 [INFO] [stderr] Compiling regex-syntax v0.4.2 [INFO] [stderr] Compiling bitflags v1.0.1 [INFO] [stderr] Compiling bindgen v0.32.1 [INFO] [stderr] Compiling ansi_term v0.10.2 [INFO] [stderr] Compiling vec_map v0.8.0 [INFO] [stderr] Compiling strsim v0.6.0 [INFO] [stderr] Compiling peeking_take_while v0.1.2 [INFO] [stderr] Compiling quote v0.3.15 [INFO] [stderr] Compiling log v0.4.1 [INFO] [stderr] Compiling unreachable v1.0.0 [INFO] [stderr] Compiling textwrap v0.9.0 [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.3 [INFO] [stderr] Compiling thread_local v0.3.5 [INFO] [stderr] Compiling aho-corasick v0.6.4 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling nom v3.2.1 [INFO] [stderr] Compiling clang-sys v0.21.1 [INFO] [stderr] Compiling clap v2.29.0 [INFO] [stderr] Compiling regex v0.2.5 [INFO] [stderr] Compiling cexpr v0.2.2 [INFO] [stderr] Compiling env_logger v0.4.3 [INFO] [stderr] Compiling cpuviz v0.0.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `util::*` [INFO] [stderr] --> src/main.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | use util::*; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] 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/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/cpuviz-6c90ceb46e2604f1.cpuviz.cta7kblw-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/cpuviz-6c90ceb46e2604f1.cpuviz.cta7kblw-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/cpuviz-6c90ceb46e2604f1.cpuviz.cta7kblw-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/cpuviz-6c90ceb46e2604f1.cpuviz.cta7kblw-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/cpuviz-6c90ceb46e2604f1.cpuviz.cta7kblw-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/cpuviz-6c90ceb46e2604f1.cpuviz.cta7kblw-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/cpuviz-6c90ceb46e2604f1.cpuviz.cta7kblw-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/cpuviz-6c90ceb46e2604f1.cpuviz.cta7kblw-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/cpuviz-6c90ceb46e2604f1.cpuviz.cta7kblw-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/cpuviz-6c90ceb46e2604f1.cpuviz.cta7kblw-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/cpuviz-6c90ceb46e2604f1.cpuviz.cta7kblw-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/cpuviz-6c90ceb46e2604f1.cpuviz.cta7kblw-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/cpuviz-6c90ceb46e2604f1.cpuviz.cta7kblw-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/cpuviz-6c90ceb46e2604f1.cpuviz.cta7kblw-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/cpuviz-6c90ceb46e2604f1.cpuviz.cta7kblw-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/cpuviz-6c90ceb46e2604f1.cpuviz.cta7kblw-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/cpuviz-6c90ceb46e2604f1" "/opt/crater/target/debug/deps/cpuviz-6c90ceb46e2604f1.51lsvk5k1j2tskc4.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-lgtop-2.0" "-lglib-2.0" "-Wl,--start-group" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-9895e8982b0a79e7.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-57306b8ed3378a0e.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-54463ae5adae3649.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-d99667b199a9875a.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-51f4300e102199f5.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-b3ccf1f7737a6a91.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-157c37a3ceb78853.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-505bcee45aafb736.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c29abd529ba4452b.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-895383a3232f6572.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-5594cb4f559bc761.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-38e90baf978bc428.rlib" "-Wl,-Bdynamic" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lgtop-2.0 [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 `cpuviz`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "380cdc45765a7ad9537bb438c730236581af87b9fb51dc70d267fd0963b3b57b"` [INFO] running `"docker" "rm" "-f" "380cdc45765a7ad9537bb438c730236581af87b9fb51dc70d267fd0963b3b57b"` [INFO] [stdout] 380cdc45765a7ad9537bb438c730236581af87b9fb51dc70d267fd0963b3b57b