[INFO] fetching crate darwin-libproc 0.1.2... [INFO] checking darwin-libproc-0.1.2 against master#45d050cde277b22a755847338f2acc2c7b834141 for pr-71393 [INFO] extracting crate darwin-libproc 0.1.2 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate darwin-libproc 0.1.2 on toolchain 45d050cde277b22a755847338f2acc2c7b834141 [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "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-1/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" "+45d050cde277b22a755847338f2acc2c7b834141" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+45d050cde277b22a755847338f2acc2c7b834141" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] b9ef784f143bb9f0e0c6e6acd36b154ff15eb1168f886da060d9d8ca6c3563a4 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "b9ef784f143bb9f0e0c6e6acd36b154ff15eb1168f886da060d9d8ca6c3563a4"` [INFO] [stderr] Compiling darwin-libproc-sys v0.1.1 [INFO] [stderr] Compiling memchr v2.3.3 [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 `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[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 `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[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: 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 3 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [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 previous error [INFO] [stderr] [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: 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 `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] For more information about this error, try `rustc --explain E0425`. [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: 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: 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 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] [stderr] warning: build failed, waiting for other jobs to finish... [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: 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 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] running `"docker" "inspect" "b9ef784f143bb9f0e0c6e6acd36b154ff15eb1168f886da060d9d8ca6c3563a4"` [INFO] running `"docker" "rm" "-f" "b9ef784f143bb9f0e0c6e6acd36b154ff15eb1168f886da060d9d8ca6c3563a4"` [INFO] [stdout] b9ef784f143bb9f0e0c6e6acd36b154ff15eb1168f886da060d9d8ca6c3563a4