[INFO] cloning repository mmstick/parallel [INFO] running `"git" "clone" "--bare" "git://github.com/mmstick/parallel.git" "work/cache/sources/gh/mmstick/parallel"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/mmstick/parallel'... [INFO] running `"git" "clone" "work/cache/sources/gh/mmstick/parallel" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/mmstick/parallel"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/mmstick/parallel'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/mmstick/parallel" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/mmstick/parallel"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/mmstick/parallel'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] c5a0df810acae4ca04bc4c0291e9f0f00309c828 [INFO] sha for GitHub repo mmstick/parallel: c5a0df810acae4ca04bc4c0291e9f0f00309c828 [INFO] validating manifest of mmstick/parallel on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of mmstick/parallel on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing mmstick/parallel [INFO] finished frobbing mmstick/parallel [INFO] frobbed toml for mmstick/parallel written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/mmstick/parallel/Cargo.toml [INFO] started frobbing mmstick/parallel [INFO] finished frobbing mmstick/parallel [INFO] frobbed toml for mmstick/parallel written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/mmstick/parallel/Cargo.toml [INFO] crate mmstick/parallel already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded permutate v0.3.2 [INFO] [stderr] Downloaded sys-info v0.5.0 [INFO] [stderr] Downloaded numtoa v0.0.7 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] testing mmstick/parallel against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-3/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/mmstick/parallel:/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=forbid" "-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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "build" "--frozen"` [INFO] [stdout] 2bbb75c4fa0e2e29d466d94dbdaa46739682faa863eaafe72c30a841f94bf907 [INFO] running `"docker" "start" "-a" "2bbb75c4fa0e2e29d466d94dbdaa46739682faa863eaafe72c30a841f94bf907"` [INFO] [stderr] Compiling numtoa v0.0.7 [INFO] [stderr] Compiling permutate v0.3.2 [INFO] [stderr] Compiling sys-info v0.5.0 [INFO] [stderr] Compiling wait-timeout v0.1.5 [INFO] [stderr] Compiling arrayvec v0.4.6 [INFO] [stderr] Compiling parallel v0.11.3 (/opt/crater/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/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/parallel-1872b5e81bec975f.parallel.csgoin7p-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/parallel-1872b5e81bec975f.parallel.csgoin7p-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/parallel-1872b5e81bec975f.parallel.csgoin7p-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/parallel-1872b5e81bec975f.parallel.csgoin7p-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/parallel-1872b5e81bec975f.parallel.csgoin7p-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/parallel-1872b5e81bec975f.parallel.csgoin7p-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/parallel-1872b5e81bec975f.parallel.csgoin7p-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/parallel-1872b5e81bec975f.parallel.csgoin7p-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/parallel-1872b5e81bec975f.parallel.csgoin7p-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/parallel-1872b5e81bec975f.parallel.csgoin7p-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/parallel-1872b5e81bec975f.parallel.csgoin7p-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/parallel-1872b5e81bec975f.parallel.csgoin7p-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/parallel-1872b5e81bec975f.parallel.csgoin7p-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/parallel-1872b5e81bec975f.parallel.csgoin7p-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/parallel-1872b5e81bec975f.parallel.csgoin7p-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/parallel-1872b5e81bec975f.parallel.csgoin7p-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/parallel-1872b5e81bec975f" "/opt/crater/target/debug/deps/parallel-1872b5e81bec975f.tufyx9x3eknqa62.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/sys-info-68944265d0687e62/out" "-L" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libwait_timeout-f36951d00e02c3ee.rlib" "/opt/crater/target/debug/deps/libtime-767dbfb2cd1c38f4.rlib" "/opt/crater/target/debug/deps/libsys_info-97b22194ce588cb8.rlib" "/opt/crater/target/debug/deps/libsmallvec-81d89d9aa7f6c231.rlib" "/opt/crater/target/debug/deps/libpermutate-16c72b8a5788d013.rlib" "/opt/crater/target/debug/deps/libnum_cpus-eb8baa50942dde48.rlib" "/opt/crater/target/debug/deps/liblibc-bcfe68090051f6a1.rlib" "/opt/crater/target/debug/deps/libnumtoa-3cdf34a4651b3213.rlib" "/opt/crater/target/debug/deps/libitoa-5536f6849b18feae.rlib" "/opt/crater/target/debug/deps/libarrayvec-30d6a59e057e772b.rlib" "/opt/crater/target/debug/deps/libnodrop-781286d5a777d320.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-196d0eff8e603c0a.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1c597f5941591e04.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-a20af2d3380aa511.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-f989f9e071798586.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-52fb60b932b5ef90.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-90a3fdc679697856.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-06d10270cfa51644.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8abb913fca550f79.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-31fd2baab47b156c.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0862cc65189bd4af.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-8010b8629f5aa3e5.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2d032fe7d4e1e163.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-622fdce0dc084cba.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-a17fdd0a687135a8.rlib" "-Wl,-Bdynamic" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/crater/target/debug/deps/libsys_info-97b22194ce588cb8.rlib(sys_info-97b22194ce588cb8.sys_info.5yf6mtbz-cgu.2.rcgu.o): In function `sys_info::mem_info': [INFO] [stderr] /opt/crater/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" "2bbb75c4fa0e2e29d466d94dbdaa46739682faa863eaafe72c30a841f94bf907"` [INFO] running `"docker" "rm" "-f" "2bbb75c4fa0e2e29d466d94dbdaa46739682faa863eaafe72c30a841f94bf907"` [INFO] [stdout] 2bbb75c4fa0e2e29d466d94dbdaa46739682faa863eaafe72c30a841f94bf907