[INFO] crate darwin-libproc 0.1.2 is already in cache [INFO] testing darwin-libproc-0.1.2 against 1.44.0 for beta-1.45-1 [INFO] extracting crate darwin-libproc 0.1.2 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate darwin-libproc 0.1.2 on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "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-4/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" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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=warn" "-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" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 02ab351d7cb7da1e9335e34aaf407971fab4c0a5e37961d9bebf07e4ef344011 [INFO] running `"docker" "start" "-a" "02ab351d7cb7da1e9335e34aaf407971fab4c0a5e37961d9bebf07e4ef344011"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libc v0.2.67 [INFO] [stderr] Compiling darwin-libproc-sys v0.1.1 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling darwin-libproc v0.1.2 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.91s [INFO] running `"docker" "inspect" "02ab351d7cb7da1e9335e34aaf407971fab4c0a5e37961d9bebf07e4ef344011"` [INFO] running `"docker" "rm" "-f" "02ab351d7cb7da1e9335e34aaf407971fab4c0a5e37961d9bebf07e4ef344011"` [INFO] [stdout] 02ab351d7cb7da1e9335e34aaf407971fab4c0a5e37961d9bebf07e4ef344011 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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=warn" "-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" "+1.44.0" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 43375632cdb9b47402fe62b303e705b881ec0fb2380eb453bdbe6554e63e60bd [INFO] running `"docker" "start" "-a" "43375632cdb9b47402fe62b303e705b881ec0fb2380eb453bdbe6554e63e60bd"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling 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: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [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 `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: 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: 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[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 `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: 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[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: 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 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 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: build failed [INFO] running `"docker" "inspect" "43375632cdb9b47402fe62b303e705b881ec0fb2380eb453bdbe6554e63e60bd"` [INFO] running `"docker" "rm" "-f" "43375632cdb9b47402fe62b303e705b881ec0fb2380eb453bdbe6554e63e60bd"` [INFO] [stdout] 43375632cdb9b47402fe62b303e705b881ec0fb2380eb453bdbe6554e63e60bd