[INFO] fetching crate darwin-libproc 0.2.0...
[INFO] checking darwin-libproc-0.2.0 against master#c2f2db79ca3024f68d22b45aa22b570775c2c4ad for pr-124157
[INFO] extracting crate darwin-libproc 0.2.0 into /workspace/builds/worker-4-tc1/source
[INFO] validating manifest of crates.io crate darwin-libproc 0.2.0 on toolchain c2f2db79ca3024f68d22b45aa22b570775c2c4ad
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate darwin-libproc 0.2.0
[INFO] finished tweaking crates.io crate darwin-libproc 0.2.0
[INFO] tweaked toml for crates.io crate darwin-libproc 0.2.0 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] crate crates.io crate darwin-libproc 0.2.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded darwin-libproc-sys v0.2.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4dab257892be7f3e01314edffd2243285921d23432c644c70c81ede8e171d8b1
[INFO] running `Command { std: "docker" "start" "-a" "4dab257892be7f3e01314edffd2243285921d23432c644c70c81ede8e171d8b1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4dab257892be7f3e01314edffd2243285921d23432c644c70c81ede8e171d8b1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4dab257892be7f3e01314edffd2243285921d23432c644c70c81ede8e171d8b1", kill_on_drop: false }`
[INFO] [stdout] 4dab257892be7f3e01314edffd2243285921d23432c644c70c81ede8e171d8b1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a7693c90a9109072c56e51709cadc1c31dd6189779c9d806cd148544d1c9667d
[INFO] running `Command { std: "docker" "start" "-a" "a7693c90a9109072c56e51709cadc1c31dd6189779c9d806cd148544d1c9667d", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.71
[INFO] [stderr]    Compiling memchr v2.3.3
[INFO] [stderr]    Compiling darwin-libproc-sys v0.2.0
[INFO] [stderr]     Checking darwin-libproc v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0425]: cannot find function `all_pids` in crate `darwin_libproc`
[INFO] [stdout]  --> tests/list_pids.rs:4:34
[INFO] [stdout]   |
[INFO] [stdout] 4 |     let result = darwin_libproc::all_pids();
[INFO] [stdout]   |                                  ^^^^^^^^ not found in `darwin_libproc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `pgrp_only_pids` in crate `darwin_libproc`
[INFO] [stdout]   --> tests/list_pids.rs:16:34
[INFO] [stdout]    |
[INFO] [stdout] 16 |     let result = darwin_libproc::pgrp_only_pids(pgrp);
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^ not found in `darwin_libproc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `uid_only_pids` in crate `darwin_libproc`
[INFO] [stdout]   --> tests/list_pids.rs:28:34
[INFO] [stdout]    |
[INFO] [stdout] 28 |     let result = darwin_libproc::uid_only_pids(uid);
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^ not found in `darwin_libproc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `uid_only_pids` in crate `darwin_libproc`
[INFO] [stdout]   --> tests/list_pids.rs:40:34
[INFO] [stdout]    |
[INFO] [stdout] 40 |     let result = darwin_libproc::uid_only_pids(ruid);
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^ not found in `darwin_libproc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `ppid_only_pids` in crate `darwin_libproc`
[INFO] [stdout]   --> tests/list_pids.rs:52:34
[INFO] [stdout]    |
[INFO] [stdout] 52 |     let result = darwin_libproc::ppid_only_pids(ppid);
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^ not found in `darwin_libproc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `task_info` in crate `darwin_libproc`
[INFO] [stdout]  --> tests/pid_info.rs:4:34
[INFO] [stdout]   |
[INFO] [stdout] 4 |     let result = darwin_libproc::task_info(me);
[INFO] [stdout]   |                                  ^^^^^^^^^ not found in `darwin_libproc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `task_all_info` in crate `darwin_libproc`
[INFO] [stdout]   --> tests/pid_info.rs:12:34
[INFO] [stdout]    |
[INFO] [stdout] 12 |     let result = darwin_libproc::task_all_info(me);
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^ not found in `darwin_libproc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `vnode_path_info` in crate `darwin_libproc`
[INFO] [stdout]   --> tests/pid_info.rs:20:34
[INFO] [stdout]    |
[INFO] [stdout] 20 |     let result = darwin_libproc::vnode_path_info(me);
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^ not found in `darwin_libproc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `all_pids` in crate `darwin_libproc`
[INFO] [stdout]  --> examples/processes.rs:7:32
[INFO] [stdout]   |
[INFO] [stdout] 7 |     let pids = darwin_libproc::all_pids()?;
[INFO] [stdout]   |                                ^^^^^^^^ not found in `darwin_libproc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `name` in crate `darwin_libproc`
[INFO] [stdout]   --> examples/processes.rs:10:50
[INFO] [stdout]    |
[INFO] [stdout] 10 |         println!("\tName: {:?}", darwin_libproc::name(pid)?);
[INFO] [stdout]    |                                                  ^^^^ not found in `darwin_libproc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `pid_path` in crate `darwin_libproc`
[INFO] [stdout]   --> examples/processes.rs:11:50
[INFO] [stdout]    |
[INFO] [stdout] 11 |         println!("\tPath: {:?}", darwin_libproc::pid_path(pid)?);
[INFO] [stdout]    |                                                  ^^^^^^^^ not found in `darwin_libproc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `darwin-libproc` (test "pid_info") due to 4 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `darwin-libproc` (test "list_pids") due to 6 previous errors
[INFO] [stdout] error[E0425]: cannot find function `pid_path` in crate `darwin_libproc`
[INFO] [stdout]  --> tests/pid_path.rs:5:29
[INFO] [stdout]   |
[INFO] [stdout] 5 |     assert!(darwin_libproc::pid_path(me).is_ok());
[INFO] [stdout]   |                             ^^^^^^^^ not found in `darwin_libproc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `darwin-libproc` (example "processes") due to 4 previous errors
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `darwin-libproc` (test "pid_path") due to 2 previous errors
[INFO] [stdout] error[E0425]: cannot find function `pid_rusage` in crate `darwin_libproc`
[INFO] [stdout]  --> tests/pid_rusage.rs:6:25
[INFO] [stdout]   |
[INFO] [stdout] 6 |         darwin_libproc::pid_rusage::<darwin_libproc::rusage_info_v0>(me)
[INFO] [stdout]   |                         ^^^^^^^^^^ not found in `darwin_libproc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `rusage_info_v0` in crate `darwin_libproc`
[INFO] [stdout]  --> tests/pid_rusage.rs:6:54
[INFO] [stdout]   |
[INFO] [stdout] 6 |         darwin_libproc::pid_rusage::<darwin_libproc::rusage_info_v0>(me)
[INFO] [stdout]   |                                                      ^^^^^^^^^^^^^^ not found in `darwin_libproc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `pid_rusage` in crate `darwin_libproc`
[INFO] [stdout]   --> tests/pid_rusage.rs:10:25
[INFO] [stdout]    |
[INFO] [stdout] 10 |         darwin_libproc::pid_rusage::<darwin_libproc::rusage_info_v1>(me)
[INFO] [stdout]    |                         ^^^^^^^^^^ not found in `darwin_libproc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `rusage_info_v1` in crate `darwin_libproc`
[INFO] [stdout]   --> tests/pid_rusage.rs:10:54
[INFO] [stdout]    |
[INFO] [stdout] 10 |         darwin_libproc::pid_rusage::<darwin_libproc::rusage_info_v1>(me)
[INFO] [stdout]    |                                                      ^^^^^^^^^^^^^^ not found in `darwin_libproc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `pid_rusage` in crate `darwin_libproc`
[INFO] [stdout]   --> tests/pid_rusage.rs:14:25
[INFO] [stdout]    |
[INFO] [stdout] 14 |         darwin_libproc::pid_rusage::<darwin_libproc::rusage_info_v2>(me)
[INFO] [stdout]    |                         ^^^^^^^^^^ not found in `darwin_libproc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `rusage_info_v2` in crate `darwin_libproc`
[INFO] [stdout]   --> tests/pid_rusage.rs:14:54
[INFO] [stdout]    |
[INFO] [stdout] 14 |         darwin_libproc::pid_rusage::<darwin_libproc::rusage_info_v2>(me)
[INFO] [stdout]    |                                                      ^^^^^^^^^^^^^^ not found in `darwin_libproc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `pid_rusage` in crate `darwin_libproc`
[INFO] [stdout]   --> tests/pid_rusage.rs:18:25
[INFO] [stdout]    |
[INFO] [stdout] 18 |         darwin_libproc::pid_rusage::<darwin_libproc::rusage_info_v3>(me)
[INFO] [stdout]    |                         ^^^^^^^^^^ not found in `darwin_libproc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `rusage_info_v3` in crate `darwin_libproc`
[INFO] [stdout]   --> tests/pid_rusage.rs:18:54
[INFO] [stdout]    |
[INFO] [stdout] 18 |         darwin_libproc::pid_rusage::<darwin_libproc::rusage_info_v3>(me)
[INFO] [stdout]    |                                                      ^^^^^^^^^^^^^^ not found in `darwin_libproc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `pid_rusage` in crate `darwin_libproc`
[INFO] [stdout]   --> tests/pid_rusage.rs:22:25
[INFO] [stdout]    |
[INFO] [stdout] 22 |         darwin_libproc::pid_rusage::<darwin_libproc::rusage_info_v4>(me)
[INFO] [stdout]    |                         ^^^^^^^^^^ not found in `darwin_libproc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `rusage_info_v4` in crate `darwin_libproc`
[INFO] [stdout]   --> tests/pid_rusage.rs:22:54
[INFO] [stdout]    |
[INFO] [stdout] 22 |         darwin_libproc::pid_rusage::<darwin_libproc::rusage_info_v4>(me)
[INFO] [stdout]    |                                                      ^^^^^^^^^^^^^^ not found in `darwin_libproc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `version` in crate `darwin_libproc`
[INFO] [stdout]  --> examples/version.rs:4:42
[INFO] [stdout]   |
[INFO] [stdout] 4 |     let (major, minor) = darwin_libproc::version()?;
[INFO] [stdout]   |                                          ^^^^^^^ not found in `darwin_libproc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `pid_cwd` in crate `darwin_libproc`
[INFO] [stdout]  --> tests/pid_cwd.rs:5:29
[INFO] [stdout]   |
[INFO] [stdout] 5 |     assert!(darwin_libproc::pid_cwd(me).is_ok());
[INFO] [stdout]   |                             ^^^^^^^ not found in `darwin_libproc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `darwin-libproc` (example "version") due to 2 previous errors
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 10 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0425.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `darwin-libproc` (test "pid_cwd") due to 2 previous errors
[INFO] [stderr] error: could not compile `darwin-libproc` (test "pid_rusage") due to 11 previous errors
[INFO] [stdout] error[E0425]: cannot find function `name` in crate `darwin_libproc`
[INFO] [stdout]  --> tests/name.rs:5:29
[INFO] [stdout]   |
[INFO] [stdout] 5 |     assert!(darwin_libproc::name(me).is_ok());
[INFO] [stdout]   |                             ^^^^ not found in `darwin_libproc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `darwin-libproc` (test "name") due to 2 previous errors
[INFO] running `Command { std: "docker" "inspect" "a7693c90a9109072c56e51709cadc1c31dd6189779c9d806cd148544d1c9667d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a7693c90a9109072c56e51709cadc1c31dd6189779c9d806cd148544d1c9667d", kill_on_drop: false }`
[INFO] [stdout] a7693c90a9109072c56e51709cadc1c31dd6189779c9d806cd148544d1c9667d
