[INFO] cloning repository https://github.com/maketechnology/cefrust [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/maketechnology/cefrust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaketechnology%2Fcefrust"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaketechnology%2Fcefrust'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 6404c4dc0c984b3ca92fff7d42d7599cd432f088 [INFO] testing maketechnology/cefrust against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaketechnology%2Fcefrust" "/workspace/builds/worker-8/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/maketechnology/cefrust 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/maketechnology/cefrust [INFO] finished tweaking git repo https://github.com/maketechnology/cefrust [INFO] tweaked toml for git repo https://github.com/maketechnology/cefrust written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/maketechnology/cefrust 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] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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] 13f08789f911a8fb98634ac8c09efa25e1f1ac46d53b02dfa848b58c27c567ae [INFO] running `"docker" "start" "-a" "13f08789f911a8fb98634ac8c09efa25e1f1ac46d53b02dfa848b58c27c567ae"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libc v0.2.22 [INFO] [stderr] Compiling glob v0.2.11 [INFO] [stderr] Compiling libloading v0.4.0 [INFO] [stderr] Compiling regex-syntax v0.4.0 [INFO] [stderr] Compiling lazy_static v0.2.8 [INFO] [stderr] Compiling log v0.3.7 [INFO] [stderr] Compiling bitflags v0.8.2 [INFO] [stderr] Compiling unicode-segmentation v1.1.0 [INFO] [stderr] Compiling vec_map v0.7.0 [INFO] [stderr] Compiling cfg-if v0.1.0 [INFO] [stderr] Compiling nom v1.2.4 [INFO] [stderr] Compiling peeking_take_while v0.1.2 [INFO] [stderr] Compiling bindgen v0.31.3 [INFO] [stderr] Compiling pkg-config v0.3.9 [INFO] [stderr] Compiling java_bindgen v0.31.2 (https://github.com/maketechnology/java-bindgen?branch=java-bindgen#99743f17) [INFO] [stderr] Compiling toml v0.2.1 [INFO] [stderr] Compiling error-chain v0.7.2 [INFO] [stderr] Compiling fs_extra v1.0.0 [INFO] [stderr] Compiling bitflags v0.7.0 [INFO] [stderr] Compiling unreachable v0.1.1 [INFO] [stderr] Compiling thread-id v3.0.0 [INFO] [stderr] Compiling memchr v1.0.1 [INFO] [stderr] Compiling atty v0.2.2 [INFO] [stderr] Compiling term_size v0.3.0 [INFO] [stderr] Compiling which v1.0.3 [INFO] [stderr] Compiling nix v0.8.1 [INFO] [stderr] Compiling metadeps v1.1.1 [INFO] [stderr] Compiling thread_local v0.3.3 [INFO] [stderr] Compiling cexpr v0.2.0 [INFO] [stderr] Compiling clap v2.24.0 [INFO] [stderr] Compiling aho-corasick v0.6.3 [INFO] [stderr] Compiling clang-sys v0.21.0 [INFO] [stderr] Compiling x11 v2.13.0 [INFO] [stderr] Compiling regex v0.2.1 [INFO] [stderr] Compiling env_logger v0.4.2 [INFO] [stderr] Compiling cefrust v0.2.0 (/opt/rustwide/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: if this is intentional, prefix it 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] warning: 3 warnings emitted [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/cefrust_subp-7b90431084996a4d.cefrust_subp.du0pmclr-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/cefrust_subp-7b90431084996a4d.cefrust_subp.du0pmclr-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/cefrust_subp-7b90431084996a4d.cefrust_subp.du0pmclr-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/cefrust_subp-7b90431084996a4d.cefrust_subp.du0pmclr-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/cefrust_subp-7b90431084996a4d.cefrust_subp.du0pmclr-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/cefrust_subp-7b90431084996a4d.cefrust_subp.du0pmclr-cgu.5.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/cefrust_subp-7b90431084996a4d" "/opt/rustwide/target/debug/deps/cefrust_subp-7b90431084996a4d.48jzdc0b5ck9w878.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/workdir/cef_linux/Debug" "-L" "/opt/rustwide/workdir" "-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/liblibc-c923bb8a7c364b22.rlib" "/opt/rustwide/target/debug/deps/libcefrust-85777c9fc5426bbd.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" "-lutil" "-lgtk-x11-2.0" "-lgdk-x11-2.0" "-lX11" "-lstdc++" "-lcef" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-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] [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/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/cefrust-28ee4bed610cb2e6.cefrust.9h94hzeb-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/cefrust-28ee4bed610cb2e6.cefrust.9h94hzeb-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/cefrust-28ee4bed610cb2e6.cefrust.9h94hzeb-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/cefrust-28ee4bed610cb2e6.cefrust.9h94hzeb-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/cefrust-28ee4bed610cb2e6.cefrust.9h94hzeb-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/cefrust-28ee4bed610cb2e6.cefrust.9h94hzeb-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/cefrust-28ee4bed610cb2e6.cefrust.9h94hzeb-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/cefrust-28ee4bed610cb2e6.cefrust.9h94hzeb-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/cefrust-28ee4bed610cb2e6.cefrust.9h94hzeb-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/cefrust-28ee4bed610cb2e6.cefrust.9h94hzeb-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/cefrust-28ee4bed610cb2e6.cefrust.9h94hzeb-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/cefrust-28ee4bed610cb2e6.cefrust.9h94hzeb-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/cefrust-28ee4bed610cb2e6.cefrust.9h94hzeb-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/cefrust-28ee4bed610cb2e6.cefrust.9h94hzeb-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/cefrust-28ee4bed610cb2e6.cefrust.9h94hzeb-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/cefrust-28ee4bed610cb2e6.cefrust.9h94hzeb-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/cefrust-28ee4bed610cb2e6" "/opt/rustwide/target/debug/deps/cefrust-28ee4bed610cb2e6.3jupslvui84npb6r.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/workdir/cef_linux/Debug" "-L" "/opt/rustwide/workdir" "-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/libcefrust-85777c9fc5426bbd.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" "-lgtk-x11-2.0" "-lgdk-x11-2.0" "-lX11" "-lstdc++" "-lcef" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-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" "13f08789f911a8fb98634ac8c09efa25e1f1ac46d53b02dfa848b58c27c567ae"` [INFO] running `"docker" "rm" "-f" "13f08789f911a8fb98634ac8c09efa25e1f1ac46d53b02dfa848b58c27c567ae"` [INFO] [stdout] 13f08789f911a8fb98634ac8c09efa25e1f1ac46d53b02dfa848b58c27c567ae