[INFO] updating cached repository https://github.com/mmstick/parallel [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] c5a0df810acae4ca04bc4c0291e9f0f00309c828 [INFO] testing mmstick/parallel against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmmstick%2Fparallel" "work/builds/worker-6/source"` [INFO] [stderr] Cloning into 'work/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mmstick/parallel on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/mmstick/parallel [INFO] finished tweaking git repo https://github.com/mmstick/parallel [INFO] tweaked toml for git repo https://github.com/mmstick/parallel written to work/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/mmstick/parallel already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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-2019-09-28" "build" "--frozen"` [INFO] [stdout] 9a7d77608c09b1f56a2d22c6a8bb5588854d2d2813ba4a6daa54ed9a10162b76 [INFO] running `"docker" "start" "-a" "9a7d77608c09b1f56a2d22c6a8bb5588854d2d2813ba4a6daa54ed9a10162b76"` [INFO] [stderr] Compiling numtoa v0.0.7 [INFO] [stderr] Compiling permutate v0.3.2 [INFO] [stderr] Compiling num_cpus v1.5.1 [INFO] [stderr] Compiling wait-timeout v0.1.5 [INFO] [stderr] Compiling time v0.1.37 [INFO] [stderr] Compiling sys-info v0.5.0 [INFO] [stderr] Compiling parallel v0.11.3 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/main.rs:242:9 [INFO] [stderr] | [INFO] [stderr] 242 | /// Prints messages from executed commands in the correct order. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 243 | let errors = execute::receive_messages(input_rx, args, &base_path, &processed_path, &errors_path); [INFO] [stderr] | -------------------------------------------------------------------------------------------------- rustdoc does not generate documentation for statements [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/main.rs:245:9 [INFO] [stderr] | [INFO] [stderr] 245 | /// Wait for all threads to exit before proceeding. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 246 | for thread in threads { thread.join().unwrap(); } [INFO] [stderr] | ------------------------------------------------- rustdoc does not generate documentation for expressions [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/arguments/mod.rs:378:25 [INFO] [stderr] | [INFO] [stderr] 378 | let parse_line: Box) -> io::Result> = [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(io::Result) -> io::Result` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/execute/dry.rs:26:26 [INFO] [stderr] | [INFO] [stderr] 26 | let pipe_action: Box = if flags & arguments::SHELL_QUOTE != 0 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&mut StdoutLock, &str)` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/arguments/mod.rs:553:9 [INFO] [stderr] | [INFO] [stderr] 553 | let mut append_list = &mut Vec::new(); [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: variable does not need to be mutable [INFO] [stderr] --> src/execute/exec_commands.rs:36:13 [INFO] [stderr] | [INFO] [stderr] 36 | let mut command_buffer = &mut String::with_capacity(64); [INFO] [stderr] | ----^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/execute/pipe.rs:41:17 [INFO] [stderr] | [INFO] [stderr] 41 | let mut stdout = child.stdout.as_mut().expect("unable to open stdout of child"); [INFO] [stderr] | ----^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [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-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/parallel-e5811275b7ea072f.parallel.87lt3xkj-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/parallel-e5811275b7ea072f.parallel.87lt3xkj-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/parallel-e5811275b7ea072f.parallel.87lt3xkj-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/parallel-e5811275b7ea072f.parallel.87lt3xkj-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/parallel-e5811275b7ea072f.parallel.87lt3xkj-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/parallel-e5811275b7ea072f.parallel.87lt3xkj-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/parallel-e5811275b7ea072f.parallel.87lt3xkj-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/parallel-e5811275b7ea072f.parallel.87lt3xkj-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/parallel-e5811275b7ea072f.parallel.87lt3xkj-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/parallel-e5811275b7ea072f.parallel.87lt3xkj-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/parallel-e5811275b7ea072f.parallel.87lt3xkj-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/parallel-e5811275b7ea072f.parallel.87lt3xkj-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/parallel-e5811275b7ea072f.parallel.87lt3xkj-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/parallel-e5811275b7ea072f.parallel.87lt3xkj-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/parallel-e5811275b7ea072f.parallel.87lt3xkj-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/parallel-e5811275b7ea072f.parallel.87lt3xkj-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/parallel-e5811275b7ea072f" "/opt/rustwide/target/debug/deps/parallel-e5811275b7ea072f.4vriihzbwwtqtxwt.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/sys-info-16bf91bb2c7867b5/out" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libwait_timeout-5936e5c57c8064cc.rlib" "/opt/rustwide/target/debug/deps/libtime-0e854371cb83f9c5.rlib" "/opt/rustwide/target/debug/deps/libsys_info-797d31a1d000b00a.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-7231976059f351e1.rlib" "/opt/rustwide/target/debug/deps/libpermutate-f629447a90e2dfcc.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-4245b3d8298782bc.rlib" "/opt/rustwide/target/debug/deps/liblibc-58a46eda67a9dfe2.rlib" "/opt/rustwide/target/debug/deps/libnumtoa-6847e2024abf5ced.rlib" "/opt/rustwide/target/debug/deps/libitoa-b79ad5c67a6b66c8.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-440826e91ac719a8.rlib" "/opt/rustwide/target/debug/deps/libnodrop-b8f22a79e1e19df1.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-db812c66f862af4c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e7871a21575d5ff7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-2f2c581bc0d759e6.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-35731cabc05dc8a0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-36477394541292db.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-8b706b170c1272d8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-801dbb3043ccf581.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-a32aa66ce6f72b21.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d00ea3bfb2bb6c00.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d2c6ebe88c3e113c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-df74f62f6bb60621.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2170473575daeedb.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1a08089bbddc4f51.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f8f562e5472ad5c3.rlib" "-Wl,-Bdynamic" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/rustwide/target/debug/deps/libsys_info-797d31a1d000b00a.rlib(sys_info-797d31a1d000b00a.sys_info.b2ze21wl-cgu.1.rcgu.o): In function `sys_info::mem_info': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sys-info-0.5.0/lib.rs:252: undefined reference to `get_mem_info' [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 `parallel`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "9a7d77608c09b1f56a2d22c6a8bb5588854d2d2813ba4a6daa54ed9a10162b76"` [INFO] running `"docker" "rm" "-f" "9a7d77608c09b1f56a2d22c6a8bb5588854d2d2813ba4a6daa54ed9a10162b76"` [INFO] [stdout] 9a7d77608c09b1f56a2d22c6a8bb5588854d2d2813ba4a6daa54ed9a10162b76