[INFO] cloning repository https://github.com/PyroFlareX/EconomySim-Rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/PyroFlareX/EconomySim-Rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPyroFlareX%2FEconomySim-Rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPyroFlareX%2FEconomySim-Rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e69cc4246db3ee70d2f070d11f2ebdebe52f7011 [INFO] testing PyroFlareX/EconomySim-Rust against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPyroFlareX%2FEconomySim-Rust" "/workspace/builds/worker-71/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-71/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/PyroFlareX/EconomySim-Rust on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/PyroFlareX/EconomySim-Rust [INFO] finished tweaking git repo https://github.com/PyroFlareX/EconomySim-Rust [INFO] tweaked toml for git repo https://github.com/PyroFlareX/EconomySim-Rust written to /workspace/builds/worker-71/source/Cargo.toml [INFO] crate git repo https://github.com/PyroFlareX/EconomySim-Rust already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-71/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-71/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c5ea43664cc46cfeb6d3e25102fc550290c8256cdb21f1cb00254e9d5fd91acc [INFO] running `Command { std: "docker" "start" "-a" "c5ea43664cc46cfeb6d3e25102fc550290c8256cdb21f1cb00254e9d5fd91acc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c5ea43664cc46cfeb6d3e25102fc550290c8256cdb21f1cb00254e9d5fd91acc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c5ea43664cc46cfeb6d3e25102fc550290c8256cdb21f1cb00254e9d5fd91acc", kill_on_drop: false }` [INFO] [stdout] c5ea43664cc46cfeb6d3e25102fc550290c8256cdb21f1cb00254e9d5fd91acc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-71/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-71/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4d42468eee03e8d71c203c1ea26486c2ba895905b088d28db9ff0d1ee5aa051e [INFO] running `Command { std: "docker" "start" "-a" "4d42468eee03e8d71c203c1ea26486c2ba895905b088d28db9ff0d1ee5aa051e", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling EconomySim-Rust v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0106]: missing lifetime specifier [INFO] [stdout] --> src/main.rs:200:14 [INFO] [stdout] | [INFO] [stdout] 196 | country_map: &HashMap>, [INFO] [stdout] | ------------------------------- [INFO] [stdout] 197 | state_map: &HashMap>, [INFO] [stdout] | ----------------------------- [INFO] [stdout] 198 | province_map: &HashMap>, [INFO] [stdout] | -------------------------------- [INFO] [stdout] 199 | entity: &EntityTag, [INFO] [stdout] | ---------- [INFO] [stdout] 200 | ) -> (RefMut, RefMut, RefMut) { [INFO] [stdout] | ^ expected named lifetime parameter [INFO] [stdout] | [INFO] [stdout] = help: this function's return type contains a borrowed value, but the signature does not say whether it is borrowed from `country_map`, `state_map`, `province_map`, or `entity` [INFO] [stdout] help: consider introducing a named lifetime parameter [INFO] [stdout] | [INFO] [stdout] 195 ~ fn get_info_tuple<'a>( [INFO] [stdout] 196 ~ country_map: &'a HashMap>, [INFO] [stdout] 197 ~ state_map: &'a HashMap>, [INFO] [stdout] 198 ~ province_map: &'a HashMap>, [INFO] [stdout] 199 ~ entity: &'a EntityTag, [INFO] [stdout] 200 ~ ) -> (RefMut<'a, Country>, RefMut, RefMut) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0106]: missing lifetime specifier [INFO] [stdout] --> src/main.rs:200:31 [INFO] [stdout] | [INFO] [stdout] 196 | country_map: &HashMap>, [INFO] [stdout] | ------------------------------- [INFO] [stdout] 197 | state_map: &HashMap>, [INFO] [stdout] | ----------------------------- [INFO] [stdout] 198 | province_map: &HashMap>, [INFO] [stdout] | -------------------------------- [INFO] [stdout] 199 | entity: &EntityTag, [INFO] [stdout] | ---------- [INFO] [stdout] 200 | ) -> (RefMut, RefMut, RefMut) { [INFO] [stdout] | ^ expected named lifetime parameter [INFO] [stdout] | [INFO] [stdout] = help: this function's return type contains a borrowed value, but the signature does not say whether it is borrowed from `country_map`, `state_map`, `province_map`, or `entity` [INFO] [stdout] help: consider introducing a named lifetime parameter [INFO] [stdout] | [INFO] [stdout] 195 ~ fn get_info_tuple<'a>( [INFO] [stdout] 196 ~ country_map: &'a HashMap>, [INFO] [stdout] 197 ~ state_map: &'a HashMap>, [INFO] [stdout] 198 ~ province_map: &'a HashMap>, [INFO] [stdout] 199 ~ entity: &'a EntityTag, [INFO] [stdout] 200 ~ ) -> (RefMut, RefMut<'a, State>, RefMut) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0106]: missing lifetime specifier [INFO] [stdout] --> src/main.rs:200:46 [INFO] [stdout] | [INFO] [stdout] 196 | country_map: &HashMap>, [INFO] [stdout] | ------------------------------- [INFO] [stdout] 197 | state_map: &HashMap>, [INFO] [stdout] | ----------------------------- [INFO] [stdout] 198 | province_map: &HashMap>, [INFO] [stdout] | -------------------------------- [INFO] [stdout] 199 | entity: &EntityTag, [INFO] [stdout] | ---------- [INFO] [stdout] 200 | ) -> (RefMut, RefMut, RefMut) { [INFO] [stdout] | ^ expected named lifetime parameter [INFO] [stdout] | [INFO] [stdout] = help: this function's return type contains a borrowed value, but the signature does not say whether it is borrowed from `country_map`, `state_map`, `province_map`, or `entity` [INFO] [stdout] help: consider introducing a named lifetime parameter [INFO] [stdout] | [INFO] [stdout] 195 ~ fn get_info_tuple<'a>( [INFO] [stdout] 196 ~ country_map: &'a HashMap>, [INFO] [stdout] 197 ~ state_map: &'a HashMap>, [INFO] [stdout] 198 ~ province_map: &'a HashMap>, [INFO] [stdout] 199 ~ entity: &'a EntityTag, [INFO] [stdout] 200 ~ ) -> (RefMut, RefMut, RefMut<'a, Province>) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0106`. [INFO] [stdout] [INFO] [stderr] error: could not compile `EconomySim-Rust` due to 4 previous errors [INFO] running `Command { std: "docker" "inspect" "4d42468eee03e8d71c203c1ea26486c2ba895905b088d28db9ff0d1ee5aa051e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4d42468eee03e8d71c203c1ea26486c2ba895905b088d28db9ff0d1ee5aa051e", kill_on_drop: false }` [INFO] [stdout] 4d42468eee03e8d71c203c1ea26486c2ba895905b088d28db9ff0d1ee5aa051e