[INFO] crate darwin-libproc 0.1.2 is already in cache
[INFO] checking darwin-libproc-0.1.2 against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] extracting crate darwin-libproc 0.1.2 into /workspace/builds/worker-0/source
[INFO] validating manifest of crates.io crate darwin-libproc 0.1.2 on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate darwin-libproc 0.1.2
[INFO] finished tweaking crates.io crate darwin-libproc 0.1.2
[INFO] tweaked toml for crates.io crate darwin-libproc 0.1.2 written to /workspace/builds/worker-0/source/Cargo.toml
[INFO] crate crates.io crate darwin-libproc 0.1.2 already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] ff2b9a71a168affaff8c9d0ffbbd9fb768b782eadd875fd0a05955a755b777d9
[INFO] running `"docker" "start" "-a" "ff2b9a71a168affaff8c9d0ffbbd9fb768b782eadd875fd0a05955a755b777d9"`
[INFO] [stderr]    Compiling darwin-libproc-sys v0.1.1
[INFO] [stderr]     Checking darwin-libproc v0.1.2 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0425]: cannot find function `all_pids` in crate `darwin_libproc`
[INFO] [stderr]  --> examples/processes.rs:7:32
[INFO] [stderr]   |
[INFO] [stderr] 7 |     let pids = darwin_libproc::all_pids()?;
[INFO] [stderr]   |                                ^^^^^^^^ not found in `darwin_libproc`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `name` in crate `darwin_libproc`
[INFO] [stderr]   --> examples/processes.rs:10:50
[INFO] [stderr]    |
[INFO] [stderr] 10 |         println!("\tName: {:?}", darwin_libproc::name(pid)?);
[INFO] [stderr]    |                                                  ^^^^ not found in `darwin_libproc`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `pid_path` in crate `darwin_libproc`
[INFO] [stderr]   --> examples/processes.rs:11:50
[INFO] [stderr]    |
[INFO] [stderr] 11 |         println!("\tPath: {:?}", darwin_libproc::pid_path(pid)?);
[INFO] [stderr]    |                                                  ^^^^^^^^ not found in `darwin_libproc`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `pid_cwd` in crate `darwin_libproc`
[INFO] [stderr]  --> tests/pid_cwd.rs:5:29
[INFO] [stderr]   |
[INFO] [stderr] 5 |     assert!(darwin_libproc::pid_cwd(me).is_ok());
[INFO] [stderr]   |                             ^^^^^^^ not found in `darwin_libproc`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 3 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0425`.
[INFO] [stderr] error: could not compile `darwin-libproc`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0425`.
[INFO] [stderr] error: could not compile `darwin-libproc`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0425]: cannot find function `name` in crate `darwin_libproc`
[INFO] [stderr]  --> tests/name.rs:5:29
[INFO] [stderr]   |
[INFO] [stderr] 5 |     assert!(darwin_libproc::name(me).is_ok());
[INFO] [stderr]   |                             ^^^^ not found in `darwin_libproc`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `version` in crate `darwin_libproc`
[INFO] [stderr]  --> tests/version.rs:3:29
[INFO] [stderr]   |
[INFO] [stderr] 3 |     assert!(darwin_libproc::version().is_ok());
[INFO] [stderr]   |                             ^^^^^^^ not found in `darwin_libproc`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0425`.
[INFO] [stderr] For more information about this error, try `rustc --explain E0425`.
[INFO] [stderr] error: could not compile `darwin-libproc`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `darwin-libproc`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0425]: cannot find function `task_info` in crate `darwin_libproc`
[INFO] [stderr]  --> tests/pid_info.rs:4:34
[INFO] [stderr]   |
[INFO] [stderr] 4 |     let result = darwin_libproc::task_info(me);
[INFO] [stderr]   |                                  ^^^^^^^^^ not found in `darwin_libproc`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `task_all_info` in crate `darwin_libproc`
[INFO] [stderr]   --> tests/pid_info.rs:12:34
[INFO] [stderr]    |
[INFO] [stderr] 12 |     let result = darwin_libproc::task_all_info(me);
[INFO] [stderr]    |                                  ^^^^^^^^^^^^^ not found in `darwin_libproc`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `vnode_path_info` in crate `darwin_libproc`
[INFO] [stderr]   --> tests/pid_info.rs:20:34
[INFO] [stderr]    |
[INFO] [stderr] 20 |     let result = darwin_libproc::vnode_path_info(me);
[INFO] [stderr]    |                                  ^^^^^^^^^^^^^^^ not found in `darwin_libproc`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `pid_path` in crate `darwin_libproc`
[INFO] [stderr]  --> tests/pid_path.rs:5:29
[INFO] [stderr]   |
[INFO] [stderr] 5 |     assert!(darwin_libproc::pid_path(me).is_ok());
[INFO] [stderr]   |                             ^^^^^^^^ not found in `darwin_libproc`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `version` in crate `darwin_libproc`
[INFO] [stderr]  --> examples/version.rs:4:42
[INFO] [stderr]   |
[INFO] [stderr] 4 |     let (major, minor) = darwin_libproc::version()?;
[INFO] [stderr]   |                                          ^^^^^^^ not found in `darwin_libproc`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `all_pids` in crate `darwin_libproc`
[INFO] [stderr]  --> tests/list_pids.rs:4:34
[INFO] [stderr]   |
[INFO] [stderr] 4 |     let result = darwin_libproc::all_pids();
[INFO] [stderr]   |                                  ^^^^^^^^ not found in `darwin_libproc`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `pgrp_only_pids` in crate `darwin_libproc`
[INFO] [stderr]   --> tests/list_pids.rs:16:34
[INFO] [stderr]    |
[INFO] [stderr] 16 |     let result = darwin_libproc::pgrp_only_pids(pgrp);
[INFO] [stderr]    |                                  ^^^^^^^^^^^^^^ not found in `darwin_libproc`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `uid_only_pids` in crate `darwin_libproc`
[INFO] [stderr]   --> tests/list_pids.rs:28:34
[INFO] [stderr]    |
[INFO] [stderr] 28 |     let result = darwin_libproc::uid_only_pids(uid);
[INFO] [stderr]    |                                  ^^^^^^^^^^^^^ not found in `darwin_libproc`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `uid_only_pids` in crate `darwin_libproc`
[INFO] [stderr]   --> tests/list_pids.rs:40:34
[INFO] [stderr]    |
[INFO] [stderr] 40 |     let result = darwin_libproc::uid_only_pids(ruid);
[INFO] [stderr]    |                                  ^^^^^^^^^^^^^ not found in `darwin_libproc`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `ppid_only_pids` in crate `darwin_libproc`
[INFO] [stderr]   --> tests/list_pids.rs:52:34
[INFO] [stderr]    |
[INFO] [stderr] 52 |     let result = darwin_libproc::ppid_only_pids(ppid);
[INFO] [stderr]    |                                  ^^^^^^^^^^^^^^ not found in `darwin_libproc`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 3 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0425`.
[INFO] [stderr] error: could not compile `darwin-libproc`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0425`.
[INFO] [stderr] error: aborting due to 5 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0425`.
[INFO] [stderr] error: could not compile `darwin-libproc`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0425`.
[INFO] [stderr] error: could not compile `darwin-libproc`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `darwin-libproc`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "ff2b9a71a168affaff8c9d0ffbbd9fb768b782eadd875fd0a05955a755b777d9"`
[INFO] running `"docker" "rm" "-f" "ff2b9a71a168affaff8c9d0ffbbd9fb768b782eadd875fd0a05955a755b777d9"`
[INFO] [stdout] ff2b9a71a168affaff8c9d0ffbbd9fb768b782eadd875fd0a05955a755b777d9
