[INFO] cloning repository https://github.com/MistLinux/Mina [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/MistLinux/Mina" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMistLinux%2FMina"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMistLinux%2FMina'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 84db5d2abe302043df19eef44aa88e0e5a1e808b [INFO] testing MistLinux/Mina against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMistLinux%2FMina" "/workspace/builds/worker-7/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/MistLinux/Mina on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/MistLinux/Mina [INFO] finished tweaking git repo https://github.com/MistLinux/Mina [INFO] tweaked toml for git repo https://github.com/MistLinux/Mina written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/MistLinux/Mina already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded curl v0.4.14 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "+beta-2020-06-03" "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] 6c5db6c84f8f2a6a462095d6a2c12b0c1ed89aaba25805a5b0f28df257647627 [INFO] running `"docker" "start" "-a" "6c5db6c84f8f2a6a462095d6a2c12b0c1ed89aaba25805a5b0f28df257647627"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling pkg-config v0.3.13 [INFO] [stderr] Compiling cc v1.0.18 [INFO] [stderr] Compiling libc v0.2.43 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling serde v1.0.71 [INFO] [stderr] Compiling cfg-if v0.1.4 [INFO] [stderr] Compiling linked-hash-map v0.5.1 [INFO] [stderr] Compiling dtoa v0.4.3 [INFO] [stderr] Compiling openssl-probe v0.1.2 [INFO] [stderr] Compiling proc-macro2 v0.4.9 [INFO] [stderr] Compiling yaml-rust v0.4.0 [INFO] [stderr] Compiling socket2 v0.3.7 [INFO] [stderr] Compiling quote v0.6.5 [INFO] [stderr] Compiling syn v0.14.7 [INFO] [stderr] Compiling openssl-sys v0.9.35 [INFO] [stderr] Compiling libz-sys v1.0.20 [INFO] [stderr] Compiling curl-sys v0.4.8 [INFO] [stderr] Compiling serde_derive v1.0.71 [INFO] [stderr] Compiling toml v0.4.6 [INFO] [stderr] Compiling serde_yaml v0.7.5 [INFO] [stderr] Compiling curl v0.4.14 [INFO] [stderr] Compiling mina v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused imports: `File`, `OpenOptions` [INFO] [stderr] --> src/config/workspace.rs:2:15 [INFO] [stderr] | [INFO] [stderr] 2 | use std::fs::{File, OpenOptions}; [INFO] [stderr] | ^^^^ ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::io::Write` [INFO] [stderr] --> src/config/workspace.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use std::io::Write; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `Path` [INFO] [stderr] --> src/config/workspace.rs:4:17 [INFO] [stderr] | [INFO] [stderr] 4 | use std::path::{Path, PathBuf}; [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `Pkg` [INFO] [stderr] --> src/package/packager.rs:3:36 [INFO] [stderr] | [INFO] [stderr] 3 | use parser::minaparser::{MinaFile, Pkg}; [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using a crate from crates.io instead. [INFO] [stderr] --> src/config/workspace.rs:10:20 [INFO] [stderr] | [INFO] [stderr] 10 | let mut mina = env::home_dir().unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `name` [INFO] [stderr] --> src/package/dlsource.rs:8:9 [INFO] [stderr] | [INFO] [stderr] 8 | let name = mina.name; [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_name` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/package/packager.rs:35:13 [INFO] [stderr] | [INFO] [stderr] 35 | let mut presplit = cmd.replace("{VERSION}", version.as_str()); [INFO] [stderr] | ----^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `get_mina_dir` [INFO] [stderr] --> src/config/workspace.rs:8:4 [INFO] [stderr] | [INFO] [stderr] 8 | fn get_mina_dir() -> PathBuf { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `create_workspace` [INFO] [stderr] --> src/config/workspace.rs:21:8 [INFO] [stderr] | [INFO] [stderr] 21 | pub fn create_workspace(str:&str) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `print_example` [INFO] [stderr] --> src/parser/minaparser.rs:44:8 [INFO] [stderr] | [INFO] [stderr] 44 | pub fn print_example() { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: structure field `enableColor` should have a snake case name [INFO] [stderr] --> src/config/conf.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | enableColor:bool, [INFO] [stderr] | ^^^^^^^^^^^ help: convert the identifier to snake case: `enable_color` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] [INFO] [stderr] warning: structure field `DevModeEnabled` should have a snake case name [INFO] [stderr] --> src/config/conf.rs:25:5 [INFO] [stderr] | [INFO] [stderr] 25 | DevModeEnabled:bool, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `dev_mode_enabled` [INFO] [stderr] [INFO] [stderr] warning: structure field `buildDir` should have a snake case name [INFO] [stderr] --> src/config/conf.rs:27:5 [INFO] [stderr] | [INFO] [stderr] 27 | buildDir:String [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case: `build_dir` [INFO] [stderr] [INFO] [stderr] warning: variable `ConfGlobal` should have a snake case name [INFO] [stderr] --> src/config/conf.rs:36:9 [INFO] [stderr] | [INFO] [stderr] 36 | let ConfGlobal = ConfGlobal {enableColor: true, repo: vec![core, meta, comunity, evil]}; [INFO] [stderr] | ^^^^^^^^^^ help: convert the identifier to snake case: `conf_global` [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/config/workspace.rs:27:9 [INFO] [stderr] | [INFO] [stderr] 27 | fs::create_dir(&workspace); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [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/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/mina-9c62f7ce680f5c4f.mina.e9dr8fgd-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/mina-9c62f7ce680f5c4f.mina.e9dr8fgd-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/mina-9c62f7ce680f5c4f.mina.e9dr8fgd-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/mina-9c62f7ce680f5c4f.mina.e9dr8fgd-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/mina-9c62f7ce680f5c4f.mina.e9dr8fgd-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/mina-9c62f7ce680f5c4f.mina.e9dr8fgd-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/mina-9c62f7ce680f5c4f.mina.e9dr8fgd-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/mina-9c62f7ce680f5c4f.mina.e9dr8fgd-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/mina-9c62f7ce680f5c4f.mina.e9dr8fgd-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/mina-9c62f7ce680f5c4f.mina.e9dr8fgd-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/mina-9c62f7ce680f5c4f.mina.e9dr8fgd-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/mina-9c62f7ce680f5c4f.mina.e9dr8fgd-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/mina-9c62f7ce680f5c4f.mina.e9dr8fgd-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/mina-9c62f7ce680f5c4f.mina.e9dr8fgd-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/mina-9c62f7ce680f5c4f.mina.e9dr8fgd-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/mina-9c62f7ce680f5c4f.mina.e9dr8fgd-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/mina-9c62f7ce680f5c4f" "/opt/rustwide/target/debug/deps/mina-9c62f7ce680f5c4f.tqccd0ykw4b6mls.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/curl-sys-1a42949e2104f056/out/lib" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libserde_yaml-9d14fe46bddde3ee.rlib" "/opt/rustwide/target/debug/deps/libyaml_rust-8823f0d04cb75703.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-954a9ea442cf5ec9.rlib" "/opt/rustwide/target/debug/deps/libdtoa-9e99d0458f56d0e4.rlib" "/opt/rustwide/target/debug/deps/libtoml-10a53900df7571ef.rlib" "/opt/rustwide/target/debug/deps/libserde-37b4ec563c3b3501.rlib" "/opt/rustwide/target/debug/deps/libcurl-496c262786a0848f.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-6e2ecc9f0689ff98.rlib" "/opt/rustwide/target/debug/deps/libsocket2-0bea40781daa9c83.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-3903c5a994490463.rlib" "/opt/rustwide/target/debug/deps/libcurl_sys-746cbe684c12e8ef.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-17a4fe64c7525f49.rlib" "/opt/rustwide/target/debug/deps/liblibz_sys-77013137e5b114bc.rlib" "/opt/rustwide/target/debug/deps/liblibc-4a054305212779d5.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-44f8eb3d0b2fad61.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-abc626f09920d361.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-546e83c8973f1a65.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-12768dfc68674934.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e06867e4497f2ee8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-cbc579f43f6df57b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7abd6d5a7ebf9a23.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-46423c7bc03bd327.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fc3773ed7bc68f07.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9cdc98176efd27e2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-02d88502a763e06b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-8cdc9d38dd6cd3ce.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-336f7d63e72901ef.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-57917b1be5233117.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lz" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: /opt/rustwide/target/debug/deps/libcurl_sys-746cbe684c12e8ef.rlib(libcurl_la-version.o): in function `brotli_version': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.4.8/curl/lib/version.c:93: undefined reference to `BrotliDecoderVersion' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libcurl_sys-746cbe684c12e8ef.rlib(libcurl_la-version.o): in function `curl_version_info': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.4.8/curl/lib/version.c:447: undefined reference to `BrotliDecoderVersion' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libcurl_sys-746cbe684c12e8ef.rlib(libcurl_la-content_encoding.o): in function `brotli_init_writer': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.4.8/curl/lib/content_encoding.c:629: undefined reference to `BrotliDecoderCreateInstance' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libcurl_sys-746cbe684c12e8ef.rlib(libcurl_la-content_encoding.o): in function `brotli_unencode_write': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.4.8/curl/lib/content_encoding.c:656: undefined reference to `BrotliDecoderDecompressStream' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.4.8/curl/lib/content_encoding.c:667: undefined reference to `BrotliDecoderDestroyInstance' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.4.8/curl/lib/content_encoding.c:673: undefined reference to `BrotliDecoderGetErrorCode' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libcurl_sys-746cbe684c12e8ef.rlib(libcurl_la-content_encoding.o): in function `brotli_close_writer': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.4.8/curl/lib/content_encoding.c:689: undefined reference to `BrotliDecoderDestroyInstance' [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error; 15 warnings emitted [INFO] [stderr] [INFO] [stderr] error: could not compile `mina`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "6c5db6c84f8f2a6a462095d6a2c12b0c1ed89aaba25805a5b0f28df257647627"` [INFO] running `"docker" "rm" "-f" "6c5db6c84f8f2a6a462095d6a2c12b0c1ed89aaba25805a5b0f28df257647627"` [INFO] [stdout] 6c5db6c84f8f2a6a462095d6a2c12b0c1ed89aaba25805a5b0f28df257647627