[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 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-1/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/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" "+beta-2019-07-23" "build" "--frozen"` [INFO] [stdout] b0b4fbc78122e1d1e660633b0388c9002e9885efbd8c3304c27cf070eaab8910 [INFO] running `"docker" "start" "-a" "b0b4fbc78122e1d1e660633b0388c9002e9885efbd8c3304c27cf070eaab8910"` [INFO] [stderr] Compiling libc v0.2.35 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling glob v0.2.11 [INFO] [stderr] Compiling libloading v0.4.3 [INFO] [stderr] Compiling lazy_static v1.0.0 [INFO] [stderr] Compiling regex-syntax v0.4.2 [INFO] [stderr] Compiling unicode-width v0.1.4 [INFO] [stderr] Compiling utf8-ranges v1.0.0 [INFO] [stderr] Compiling strsim v0.6.0 [INFO] [stderr] Compiling vec_map v0.8.0 [INFO] [stderr] Compiling ansi_term v0.10.2 [INFO] [stderr] Compiling bitflags v1.0.1 [INFO] [stderr] Compiling bindgen v0.32.1 [INFO] [stderr] Compiling peeking_take_while v0.1.2 [INFO] [stderr] Compiling log v0.4.1 [INFO] [stderr] Compiling textwrap v0.9.0 [INFO] [stderr] Compiling unreachable v1.0.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 log v0.3.9 [INFO] [stderr] Compiling aho-corasick v0.6.4 [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/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/cpuviz-37d147c46f891b6f.cpuviz.cjbnt5dk-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/cpuviz-37d147c46f891b6f.cpuviz.cjbnt5dk-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/cpuviz-37d147c46f891b6f.cpuviz.cjbnt5dk-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/cpuviz-37d147c46f891b6f.cpuviz.cjbnt5dk-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/cpuviz-37d147c46f891b6f.cpuviz.cjbnt5dk-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/cpuviz-37d147c46f891b6f.cpuviz.cjbnt5dk-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/cpuviz-37d147c46f891b6f.cpuviz.cjbnt5dk-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/cpuviz-37d147c46f891b6f.cpuviz.cjbnt5dk-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/cpuviz-37d147c46f891b6f.cpuviz.cjbnt5dk-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/cpuviz-37d147c46f891b6f.cpuviz.cjbnt5dk-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/cpuviz-37d147c46f891b6f.cpuviz.cjbnt5dk-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/cpuviz-37d147c46f891b6f.cpuviz.cjbnt5dk-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/cpuviz-37d147c46f891b6f.cpuviz.cjbnt5dk-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/cpuviz-37d147c46f891b6f.cpuviz.cjbnt5dk-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/cpuviz-37d147c46f891b6f.cpuviz.cjbnt5dk-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/cpuviz-37d147c46f891b6f.cpuviz.cjbnt5dk-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/cpuviz-37d147c46f891b6f" "/opt/crater/target/debug/deps/cpuviz-37d147c46f891b6f.2kfk2l8rqyyisz82.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-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/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" "-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" "b0b4fbc78122e1d1e660633b0388c9002e9885efbd8c3304c27cf070eaab8910"` [INFO] running `"docker" "rm" "-f" "b0b4fbc78122e1d1e660633b0388c9002e9885efbd8c3304c27cf070eaab8910"` [INFO] [stdout] b0b4fbc78122e1d1e660633b0388c9002e9885efbd8c3304c27cf070eaab8910