[INFO] crate parallel 0.11.3 is already in cache [INFO] testing parallel-0.11.3 against 1.38.0 for beta-1.39-1 [INFO] extracting crate parallel 0.11.3 into work/builds/worker-2/source [INFO] validating manifest of crates.io crate parallel 0.11.3 on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate parallel 0.11.3 [INFO] finished tweaking crates.io crate parallel 0.11.3 [INFO] tweaked toml for crates.io crate parallel 0.11.3 written to work/builds/worker-2/source/Cargo.toml [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-2/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" "+1.38.0" "build" "--frozen"` [INFO] [stdout] 8105219ac9333a1571a15e6a7006d886476c745fe557aec0c87457847cb76937 [INFO] running `"docker" "start" "-a" "8105219ac9333a1571a15e6a7006d886476c745fe557aec0c87457847cb76937"` [INFO] [stderr] Compiling odds v0.2.26 [INFO] [stderr] Compiling nodrop v0.1.14 [INFO] [stderr] Compiling numtoa v0.0.7 [INFO] [stderr] Compiling permutate v0.3.2 [INFO] [stderr] Compiling sys-info v0.4.1 [INFO] [stderr] Compiling wait-timeout v0.1.5 [INFO] [stderr] Compiling arrayvec v0.3.25 [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/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/parallel-fc2ab6d4b46ce427.parallel.8b39g3a1-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/parallel-fc2ab6d4b46ce427.parallel.8b39g3a1-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/parallel-fc2ab6d4b46ce427.parallel.8b39g3a1-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/parallel-fc2ab6d4b46ce427.parallel.8b39g3a1-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/parallel-fc2ab6d4b46ce427.parallel.8b39g3a1-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/parallel-fc2ab6d4b46ce427.parallel.8b39g3a1-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/parallel-fc2ab6d4b46ce427.parallel.8b39g3a1-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/parallel-fc2ab6d4b46ce427.parallel.8b39g3a1-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/parallel-fc2ab6d4b46ce427.parallel.8b39g3a1-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/parallel-fc2ab6d4b46ce427.parallel.8b39g3a1-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/parallel-fc2ab6d4b46ce427.parallel.8b39g3a1-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/parallel-fc2ab6d4b46ce427.parallel.8b39g3a1-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/parallel-fc2ab6d4b46ce427.parallel.8b39g3a1-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/parallel-fc2ab6d4b46ce427.parallel.8b39g3a1-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/parallel-fc2ab6d4b46ce427.parallel.8b39g3a1-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/parallel-fc2ab6d4b46ce427.parallel.8b39g3a1-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/parallel-fc2ab6d4b46ce427" "/opt/rustwide/target/debug/deps/parallel-fc2ab6d4b46ce427.yak5pn10x717nnr.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-46b9269196439d42/out" "-L" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libwait_timeout-934cc1529750d98c.rlib" "/opt/rustwide/target/debug/deps/libtime-0837f709e880efd3.rlib" "/opt/rustwide/target/debug/deps/libsys_info-dc59f12b04040dc2.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-1aac435508baf58f.rlib" "/opt/rustwide/target/debug/deps/libpermutate-04c8331cb523f288.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-1a9b896f537e17c6.rlib" "/opt/rustwide/target/debug/deps/liblibc-a3b13f6b27abcc70.rlib" "/opt/rustwide/target/debug/deps/libnumtoa-f54687878735da11.rlib" "/opt/rustwide/target/debug/deps/libitoa-321010a2e51665ad.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-cf273807f5d8495a.rlib" "/opt/rustwide/target/debug/deps/libnodrop-3eecad5bc1bee31c.rlib" "/opt/rustwide/target/debug/deps/libodds-7413efde061441a0.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-12ce12f1efc08aa3.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5d3cd1b3ddab72e4.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-f8222943dfd167e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-0cd00b2d3108cd48.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-485c05ba6ce1b438.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-63e6b1072426ba59.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-a421aff1d43911ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3deef8ef4fe80dff.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f65a176f0586269e.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ad46d4080f4d7e57.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-da6c590582bf0885.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-837ca740df32db0a.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-db27c965e824589f.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-68a4f8466685ed76.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/rustwide/target/debug/deps/libsys_info-dc59f12b04040dc2.rlib(sys_info-dc59f12b04040dc2.sys_info.62a1ej8x-cgu.4.rcgu.o): In function `sys_info::mem_info': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sys-info-0.4.1/lib.rs:219: 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" "8105219ac9333a1571a15e6a7006d886476c745fe557aec0c87457847cb76937"` [INFO] running `"docker" "rm" "-f" "8105219ac9333a1571a15e6a7006d886476c745fe557aec0c87457847cb76937"` [INFO] [stdout] 8105219ac9333a1571a15e6a7006d886476c745fe557aec0c87457847cb76937