[INFO] cloning repository https://github.com/zed0/tomb-helper [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/zed0/tomb-helper" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzed0%2Ftomb-helper"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzed0%2Ftomb-helper'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] bb771bf1d53e63c9742d40048d22ddfa9a0d0761 [INFO] testing zed0/tomb-helper against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzed0%2Ftomb-helper" "/workspace/builds/worker-9/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/zed0/tomb-helper on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "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-9/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" "+1.44.0" "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-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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] fab858d76df148e69100670698e4486ea4434cc1c1ebc43fa1cae518fc9e2421 [INFO] running `"docker" "start" "-a" "fab858d76df148e69100670698e4486ea4434cc1c1ebc43fa1cae518fc9e2421"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libc v0.2.69 [INFO] [stderr] Compiling proc-macro2 v1.0.10 [INFO] [stderr] Compiling syn v1.0.17 [INFO] [stderr] Compiling serde v1.0.106 [INFO] [stderr] Compiling ryu v1.0.3 [INFO] [stderr] Compiling itoa v0.4.5 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling x11-dl v2.18.5 [INFO] [stderr] Compiling process-memory v0.3.0 (https://github.com/Tommoa/rs-process-memory.git?rev=7b9b263932f16fc5864c294efbf338edb0010f39#7b9b2639) [INFO] [stderr] Compiling quote v1.0.3 [INFO] [stderr] Compiling threadpool v1.7.1 [INFO] [stderr] Compiling mio v0.6.21 [INFO] [stderr] Compiling promising-future v0.2.4 [INFO] [stderr] Compiling serde_derive v1.0.106 [INFO] [stderr] Compiling livesplit-hotkey v0.5.0 [INFO] [stderr] Compiling serde_json v1.0.51 [INFO] [stderr] Compiling tomb-helper v1.2.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0425]: cannot find function `get_pid` in this scope [INFO] [stderr] --> src/main.rs:25:26 [INFO] [stderr] | [INFO] [stderr] 25 | 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:33:21 [INFO] [stderr] | [INFO] [stderr] 33 | 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:6:16 [INFO] [stderr] | [INFO] [stderr] 6 | use std::ptr::{null, null_mut}; [INFO] [stderr] | ^^^^ ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `data` on type `&mut _` [INFO] [stderr] --> src/main.rs:159:31 [INFO] [stderr] | [INFO] [stderr] 159 | ... s.data = 5; [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 3 previous errors; 3 warnings emitted [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0609. [INFO] [stderr] For more information about an 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" "fab858d76df148e69100670698e4486ea4434cc1c1ebc43fa1cae518fc9e2421"` [INFO] running `"docker" "rm" "-f" "fab858d76df148e69100670698e4486ea4434cc1c1ebc43fa1cae518fc9e2421"` [INFO] [stdout] fab858d76df148e69100670698e4486ea4434cc1c1ebc43fa1cae518fc9e2421