[INFO] fetching crate darwin-libproc 0.2.0... [INFO] checking darwin-libproc-0.2.0 against try#8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 for pr-82565 [INFO] extracting crate darwin-libproc 0.2.0 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate darwin-libproc 0.2.0 on toolchain 8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "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-3/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: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 018404d0d6a753f5c9c5bd572f532b2f212045842a56e7ed0924ddf1c3b42dca [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "018404d0d6a753f5c9c5bd572f532b2f212045842a56e7ed0924ddf1c3b42dca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "018404d0d6a753f5c9c5bd572f532b2f212045842a56e7ed0924ddf1c3b42dca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "018404d0d6a753f5c9c5bd572f532b2f212045842a56e7ed0924ddf1c3b42dca", kill_on_drop: false }` [INFO] [stdout] 018404d0d6a753f5c9c5bd572f532b2f212045842a56e7ed0924ddf1c3b42dca [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 95e583eaebf86bda120e400a2a57ef37bad3ff0b7f50a1125acd290b1b46d853 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "95e583eaebf86bda120e400a2a57ef37bad3ff0b7f50a1125acd290b1b46d853", kill_on_drop: false }` [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 `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 `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] error: aborting due to 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` [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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::(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[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::(me) [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 `pid_rusage` in crate `darwin_libproc` [INFO] [stdout] --> tests/pid_rusage.rs:10:25 [INFO] [stdout] | [INFO] [stdout] 10 | darwin_libproc::pid_rusage::(me) [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[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::(me) [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 `pid_rusage` in crate `darwin_libproc` [INFO] [stdout] --> tests/pid_rusage.rs:14:25 [INFO] [stdout] | [INFO] [stdout] 14 | darwin_libproc::pid_rusage::(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::(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::(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::(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::(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::(me) [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 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] [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 `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: aborting due to 5 previous errors [INFO] [stdout] [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] For more information about this error, try `rustc --explain E0425`. [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 previous error [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] For more information about this error, try `rustc --explain E0425`. [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: aborting due to previous error [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 `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: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "95e583eaebf86bda120e400a2a57ef37bad3ff0b7f50a1125acd290b1b46d853", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "95e583eaebf86bda120e400a2a57ef37bad3ff0b7f50a1125acd290b1b46d853", kill_on_drop: false }` [INFO] [stdout] 95e583eaebf86bda120e400a2a57ef37bad3ff0b7f50a1125acd290b1b46d853