[INFO] fetching crate darwin-libproc 0.2.0...
[INFO] checking darwin-libproc-0.2.0 against master#3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777 for pr-132289
[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 3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777" "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" "+3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777" "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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] da2e8a6ca3342112aee8e5b065f4012893865fa38d8517be7aeccdbfea7a6489
[INFO] running `Command { std: "docker" "start" "-a" "da2e8a6ca3342112aee8e5b065f4012893865fa38d8517be7aeccdbfea7a6489", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "da2e8a6ca3342112aee8e5b065f4012893865fa38d8517be7aeccdbfea7a6489", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "da2e8a6ca3342112aee8e5b065f4012893865fa38d8517be7aeccdbfea7a6489", kill_on_drop: false }`
[INFO] [stdout] da2e8a6ca3342112aee8e5b065f4012893865fa38d8517be7aeccdbfea7a6489
[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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a1e8f0fe57f23b1da67964cb0c59956b74deb3dbd90ef702307cafed7e6b5ccc
[INFO] running `Command { std: "docker" "start" "-a" "a1e8f0fe57f23b1da67964cb0c59956b74deb3dbd90ef702307cafed7e6b5ccc", 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 `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 `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[E0425]: cannot find function `version` in crate `darwin_libproc`
[INFO] [stdout]  --> tests/version.rs:3:29
[INFO] [stdout]   |
[INFO] [stdout] 3 |     assert!(darwin_libproc::version().is_ok());
[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]  --> 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] [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] [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] [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[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[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] [stderr] error: could not compile `darwin-libproc` (example "version") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `darwin-libproc` (test "name") due to 1 previous error
[INFO] [stderr] error: could not compile `darwin-libproc` (test "version") due to 1 previous error
[INFO] [stderr] error: could not compile `darwin-libproc` (test "pid_path") due to 1 previous error
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] 
[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] 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` (example "processes") due to 3 previous errors
[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] [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] [stderr] error: could not compile `darwin-libproc` (test "list_pids") due to 5 previous errors
[INFO] [stderr] error: could not compile `darwin-libproc` (test "pid_info") due to 3 previous errors
[INFO] [stderr] error: could not compile `darwin-libproc` (test "pid_rusage") due to 10 previous errors
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `darwin-libproc` (test "pid_cwd") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "a1e8f0fe57f23b1da67964cb0c59956b74deb3dbd90ef702307cafed7e6b5ccc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a1e8f0fe57f23b1da67964cb0c59956b74deb3dbd90ef702307cafed7e6b5ccc", kill_on_drop: false }`
[INFO] [stdout] a1e8f0fe57f23b1da67964cb0c59956b74deb3dbd90ef702307cafed7e6b5ccc
