[INFO] updating cached repository https://github.com/zed0/tomb-helper [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] f4752db49a65b212b56fa7c34ab7d8c10dcf88b6 [INFO] checking zed0/tomb-helper against master#bd0bacc694d7d8175804bb6f690cb846bfa4a9ee for pr-71665 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzed0%2Ftomb-helper" "/workspace/builds/worker-12/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/zed0/tomb-helper on toolchain bd0bacc694d7d8175804bb6f690cb846bfa4a9ee [INFO] running `"/workspace/cargo-home/bin/cargo" "+bd0bacc694d7d8175804bb6f690cb846bfa4a9ee" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/zed0/tomb-helper [INFO] finished tweaking git repo https://github.com/zed0/tomb-helper [INFO] tweaked toml for git repo https://github.com/zed0/tomb-helper written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/zed0/tomb-helper already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+bd0bacc694d7d8175804bb6f690cb846bfa4a9ee" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "+bd0bacc694d7d8175804bb6f690cb846bfa4a9ee" "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] c3da1606a345c714574932d577faf68d023ab0b3544feca34adf64134e4f6fce [INFO] running `"docker" "start" "-a" "c3da1606a345c714574932d577faf68d023ab0b3544feca34adf64134e4f6fce"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling syn v1.0.17 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling serde v1.0.106 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling pkg-config v0.3.17 [INFO] [stderr] Checking slab v0.4.2 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking quick-error v1.2.3 [INFO] [stderr] Checking iovec v0.1.4 [INFO] [stderr] Checking process-memory v0.3.0 (https://github.com/Tommoa/rs-process-memory.git?rev=7b9b263932f16fc5864c294efbf338edb0010f39#7b9b2639) [INFO] [stderr] Checking threadpool v1.7.1 [INFO] [stderr] Checking net2 v0.2.33 [INFO] [stderr] Compiling proc-macro2 v1.0.10 [INFO] [stderr] Checking promising-future v0.2.4 [INFO] [stderr] Checking mio v0.6.21 [INFO] [stderr] Compiling x11-dl v2.18.5 [INFO] [stderr] Compiling quote v1.0.3 [INFO] [stderr] Compiling serde_derive v1.0.106 [INFO] [stderr] Checking livesplit-hotkey v0.5.0 [INFO] [stderr] Checking serde_json v1.0.51 [INFO] [stderr] Checking tomb-helper v1.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0425]: cannot find function `get_pid` in this scope [INFO] [stderr] --> src/main.rs:22:26 [INFO] [stderr] | [INFO] [stderr] 22 | let result = get_pid(&details.executable_name); [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `get_base_address` in this scope [INFO] [stderr] --> src/main.rs:30:21 [INFO] [stderr] | [INFO] [stderr] 30 | let base_addr = get_base_address(pid) as *const _ as usize; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] warning: unused import: `Pid` [INFO] [stderr] --> src/main.rs:2:42 [INFO] [stderr] | [INFO] [stderr] 2 | use process_memory::{DataMember, Memory, Pid, ProcessHandle, TryIntoProcessHandle, Architecture}; [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused imports: `null_mut`, `null` [INFO] [stderr] --> src/main.rs:4:16 [INFO] [stderr] | [INFO] [stderr] 4 | use std::ptr::{null, null_mut}; [INFO] [stderr] | ^^^^ ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `get_pid` in this scope [INFO] [stderr] --> src/main.rs:22:26 [INFO] [stderr] | [INFO] [stderr] 22 | let result = get_pid(&details.executable_name); [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `get_base_address` in this scope [INFO] [stderr] --> src/main.rs:30:21 [INFO] [stderr] | [INFO] [stderr] 30 | let base_addr = get_base_address(pid) as *const _ as usize; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] warning: unused import: `Pid` [INFO] [stderr] --> src/main.rs:2:42 [INFO] [stderr] | [INFO] [stderr] 2 | use process_memory::{DataMember, Memory, Pid, ProcessHandle, TryIntoProcessHandle, Architecture}; [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused imports: `null_mut`, `null` [INFO] [stderr] --> src/main.rs:4:16 [INFO] [stderr] | [INFO] [stderr] 4 | use std::ptr::{null, null_mut}; [INFO] [stderr] | ^^^^ ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `TryIntoProcessHandle` [INFO] [stderr] --> src/main.rs:2:62 [INFO] [stderr] | [INFO] [stderr] 2 | use process_memory::{DataMember, Memory, Pid, ProcessHandle, TryIntoProcessHandle, Architecture}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors; 3 warnings emitted [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `tomb-helper`. [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] warning: unused import: `TryIntoProcessHandle` [INFO] [stderr] --> src/main.rs:2:62 [INFO] [stderr] | [INFO] [stderr] 2 | use process_memory::{DataMember, Memory, Pid, ProcessHandle, TryIntoProcessHandle, Architecture}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors; 3 warnings emitted [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `tomb-helper`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "c3da1606a345c714574932d577faf68d023ab0b3544feca34adf64134e4f6fce"` [INFO] running `"docker" "rm" "-f" "c3da1606a345c714574932d577faf68d023ab0b3544feca34adf64134e4f6fce"` [INFO] [stdout] c3da1606a345c714574932d577faf68d023ab0b3544feca34adf64134e4f6fce