[INFO] updating cached repository maketechnology/cefrust [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/maketechnology/cefrust [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/maketechnology/cefrust" "work/ex/beta-1.37-6/sources/1.36.0/gh/maketechnology/cefrust"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/maketechnology/cefrust'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/maketechnology/cefrust" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/maketechnology/cefrust"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/maketechnology/cefrust'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 6404c4dc0c984b3ca92fff7d42d7599cd432f088 [INFO] sha for GitHub repo maketechnology/cefrust: 6404c4dc0c984b3ca92fff7d42d7599cd432f088 [INFO] validating manifest of maketechnology/cefrust 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 maketechnology/cefrust 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 maketechnology/cefrust [INFO] finished frobbing maketechnology/cefrust [INFO] frobbed toml for maketechnology/cefrust written to work/ex/beta-1.37-6/sources/1.36.0/gh/maketechnology/cefrust/Cargo.toml [INFO] started frobbing maketechnology/cefrust [INFO] finished frobbing maketechnology/cefrust [INFO] frobbed toml for maketechnology/cefrust written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/maketechnology/cefrust/Cargo.toml [INFO] crate maketechnology/cefrust 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 maketechnology/cefrust 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-6/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/maketechnology/cefrust:/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] 66448f335948c8e8e2bd357a8c74392701573aa80c6d29cb61207edf0725d84b [INFO] running `"docker" "start" "-a" "66448f335948c8e8e2bd357a8c74392701573aa80c6d29cb61207edf0725d84b"` [INFO] [stderr] Compiling libloading v0.4.0 [INFO] [stderr] Compiling java_bindgen v0.31.2 (https://github.com/maketechnology/java-bindgen?branch=java-bindgen#99743f17) [INFO] [stderr] Compiling which v1.0.3 [INFO] [stderr] Compiling cexpr v0.2.0 [INFO] [stderr] Compiling metadeps v1.1.1 [INFO] [stderr] Compiling nix v0.8.1 [INFO] [stderr] Compiling clap v2.24.0 [INFO] [stderr] Compiling thread_local v0.3.3 [INFO] [stderr] Compiling regex v0.2.1 [INFO] [stderr] Compiling x11 v2.13.0 [INFO] [stderr] Compiling clang-sys v0.21.0 [INFO] [stderr] Compiling env_logger v0.4.2 [INFO] [stderr] Compiling bindgen v0.31.3 [INFO] [stderr] Compiling cefrust v0.2.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused variable: `count` [INFO] [stderr] --> src/base.rs:16:13 [INFO] [stderr] | [INFO] [stderr] 16 | let count = 0; [INFO] [stderr] | ^^^^^ help: consider prefixing with an underscore: `_count` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] warning: constant `cef_errorcode_t_ERR_CERT_BEGIN` should have an upper case name [INFO] [stderr] --> src/cef/mod.rs:2069:11 [INFO] [stderr] | [INFO] [stderr] 2069 | pub const cef_errorcode_t_ERR_CERT_BEGIN: cef_errorcode_t = [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CEF_ERRORCODE_T_ERR_CERT_BEGIN` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(non_upper_case_globals)] on by default [INFO] [stderr] [INFO] [stderr] warning: constant `cef_errorcode_t_ERR_CERT_END` should have an upper case name [INFO] [stderr] --> src/cef/mod.rs:2071:11 [INFO] [stderr] | [INFO] [stderr] 2071 | pub const cef_errorcode_t_ERR_CERT_END: cef_errorcode_t = [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CEF_ERRORCODE_T_ERR_CERT_END` [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/cefrust_subp-1c44ee959f97a4d9.cefrust_subp.eml88iqp-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/cefrust_subp-1c44ee959f97a4d9.cefrust_subp.eml88iqp-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/cefrust_subp-1c44ee959f97a4d9.cefrust_subp.eml88iqp-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/cefrust_subp-1c44ee959f97a4d9.cefrust_subp.eml88iqp-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/cefrust_subp-1c44ee959f97a4d9.cefrust_subp.eml88iqp-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/cefrust_subp-1c44ee959f97a4d9.cefrust_subp.eml88iqp-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/cefrust_subp-1c44ee959f97a4d9.cefrust_subp.eml88iqp-cgu.6.rcgu.o" "-o" "/opt/crater/target/debug/deps/cefrust_subp-1c44ee959f97a4d9" "/opt/crater/target/debug/deps/cefrust_subp-1c44ee959f97a4d9.3hr3c8ud78kbso9.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/workdir/cef_linux/Debug" "-L" "/opt/crater/workdir" "-L" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/liblibc-82005478c889cc96.rlib" "/opt/crater/target/debug/deps/libcefrust-23cb967a999567b5.rlib" "-Wl,--start-group" "/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" "-lutil" "-lgtk-x11-2.0" "-lgdk-x11-2.0" "-lX11" "-lstdc++" "-lcef" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lcef [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 `cefrust`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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/cefrust-784b127d5e3699e9.cefrust.4ewbij9u-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/cefrust-784b127d5e3699e9.cefrust.4ewbij9u-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/cefrust-784b127d5e3699e9.cefrust.4ewbij9u-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/cefrust-784b127d5e3699e9.cefrust.4ewbij9u-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/cefrust-784b127d5e3699e9.cefrust.4ewbij9u-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/cefrust-784b127d5e3699e9.cefrust.4ewbij9u-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/cefrust-784b127d5e3699e9.cefrust.4ewbij9u-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/cefrust-784b127d5e3699e9.cefrust.4ewbij9u-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/cefrust-784b127d5e3699e9.cefrust.4ewbij9u-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/cefrust-784b127d5e3699e9.cefrust.4ewbij9u-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/cefrust-784b127d5e3699e9.cefrust.4ewbij9u-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/cefrust-784b127d5e3699e9.cefrust.4ewbij9u-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/cefrust-784b127d5e3699e9.cefrust.4ewbij9u-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/cefrust-784b127d5e3699e9.cefrust.4ewbij9u-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/cefrust-784b127d5e3699e9.cefrust.4ewbij9u-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/cefrust-784b127d5e3699e9.cefrust.4ewbij9u-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/cefrust-784b127d5e3699e9" "/opt/crater/target/debug/deps/cefrust-784b127d5e3699e9.mczkqvmy963rn3i.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/workdir/cef_linux/Debug" "-L" "/opt/crater/workdir" "-L" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libcefrust-23cb967a999567b5.rlib" "-Wl,--start-group" "/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" "-lgtk-x11-2.0" "-lgdk-x11-2.0" "-lX11" "-lstdc++" "-lcef" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lcef [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 `cefrust`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "66448f335948c8e8e2bd357a8c74392701573aa80c6d29cb61207edf0725d84b"` [INFO] running `"docker" "rm" "-f" "66448f335948c8e8e2bd357a8c74392701573aa80c6d29cb61207edf0725d84b"` [INFO] [stdout] 66448f335948c8e8e2bd357a8c74392701573aa80c6d29cb61207edf0725d84b