[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] [stderr] From https://github.com/zed0/tomb-helper [INFO] [stderr] f4752db..bb771bf master -> master [INFO] [stderr] * [new tag] v1.2.0 -> v1.2.0 [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] bb771bf1d53e63c9742d40048d22ddfa9a0d0761 [INFO] checking zed0/tomb-helper against master#74e80468347471779be6060d8d7d6d04e98e467f for pr-72788 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzed0%2Ftomb-helper" "/workspace/builds/worker-14/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-14/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/zed0/tomb-helper on toolchain 74e80468347471779be6060d8d7d6d04e98e467f [INFO] running `"/workspace/cargo-home/bin/cargo" "+74e80468347471779be6060d8d7d6d04e98e467f" "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-14/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" "+74e80468347471779be6060d8d7d6d04e98e467f" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "+74e80468347471779be6060d8d7d6d04e98e467f" "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] 10184c06c2b1854d067b2d4937a745485a307802258fc091b5e3728720289991 [INFO] running `"docker" "start" "-a" "10184c06c2b1854d067b2d4937a745485a307802258fc091b5e3728720289991"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling syn v1.0.17 [INFO] [stderr] Compiling serde v1.0.106 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling ryu v1.0.3 [INFO] [stderr] Checking itoa v0.4.5 [INFO] [stderr] Compiling x11-dl v2.18.5 [INFO] [stderr] Compiling proc-macro2 v1.0.10 [INFO] [stderr] Checking net2 v0.2.33 [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 promising-future v0.2.4 [INFO] [stderr] Checking mio v0.6.21 [INFO] [stderr] Compiling quote v1.0.3 [INFO] [stderr] Compiling serde_derive v1.0.106 [INFO] [stderr] Checking serde_json v1.0.51 [INFO] [stderr] Checking livesplit-hotkey v0.5.0 [INFO] [stderr] Checking 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[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] 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] [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 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: build failed [INFO] running `"docker" "inspect" "10184c06c2b1854d067b2d4937a745485a307802258fc091b5e3728720289991"` [INFO] running `"docker" "rm" "-f" "10184c06c2b1854d067b2d4937a745485a307802258fc091b5e3728720289991"` [INFO] [stdout] 10184c06c2b1854d067b2d4937a745485a307802258fc091b5e3728720289991