[INFO] cloning repository https://github.com/sedrik/poe_companion [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sedrik/poe_companion" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsedrik%2Fpoe_companion", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsedrik%2Fpoe_companion'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b19078f926668ec7e7956bd1a3212beefd7f8c1a [INFO] testing sedrik/poe_companion against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsedrik%2Fpoe_companion" "/workspace/builds/worker-15/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-15/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/sedrik/poe_companion on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/sedrik/poe_companion [INFO] finished tweaking git repo https://github.com/sedrik/poe_companion [INFO] tweaked toml for git repo https://github.com/sedrik/poe_companion written to /workspace/builds/worker-15/source/Cargo.toml [INFO] crate git repo https://github.com/sedrik/poe_companion already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4f4721af9fe876cb10a3c7d67d3c3f91cab0af2d91e1bdf31dfbf8b5d98da7d7 [INFO] running `Command { std: "docker" "start" "-a" "4f4721af9fe876cb10a3c7d67d3c3f91cab0af2d91e1bdf31dfbf8b5d98da7d7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4f4721af9fe876cb10a3c7d67d3c3f91cab0af2d91e1bdf31dfbf8b5d98da7d7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4f4721af9fe876cb10a3c7d67d3c3f91cab0af2d91e1bdf31dfbf8b5d98da7d7", kill_on_drop: false }` [INFO] [stdout] 4f4721af9fe876cb10a3c7d67d3c3f91cab0af2d91e1bdf31dfbf8b5d98da7d7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c4260104f1a1a459f10cc0aec62f36e525bfaaa5d6e028fa2300444af1459135 [INFO] running `Command { std: "docker" "start" "-a" "c4260104f1a1a459f10cc0aec62f36e525bfaaa5d6e028fa2300444af1459135", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling poe_companion v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0463]: can't find crate for `regex` [INFO] [stdout] --> src/item.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | extern crate regex; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::iter::AdditiveIterator` [INFO] [stdout] --> src/item.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use std::iter::AdditiveIterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `AdditiveIterator` in `iter` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::str::CharSplits` [INFO] [stdout] --> src/item.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use std::str::CharSplits; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ no `CharSplits` in `str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/item.rs:7:3 [INFO] [stdout] | [INFO] [stdout] 7 | #[deriving(Show, PartialEq)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/item.rs:22:3 [INFO] [stdout] | [INFO] [stdout] 22 | #[deriving(Show, PartialEq)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/item.rs:37:3 [INFO] [stdout] | [INFO] [stdout] 37 | #[deriving(Show, PartialEq)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/item.rs:53:3 [INFO] [stdout] | [INFO] [stdout] 53 | #[deriving(Show, Default, PartialEq)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/item.rs:40:10 [INFO] [stdout] | [INFO] [stdout] 40 | min: int, [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/item.rs:41:10 [INFO] [stdout] | [INFO] [stdout] 41 | max: int, [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/item.rs:62:16 [INFO] [stdout] | [INFO] [stdout] 62 | req_level: int, [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/item.rs:63:14 [INFO] [stdout] | [INFO] [stdout] 63 | req_str: int, [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/item.rs:64:14 [INFO] [stdout] | [INFO] [stdout] 64 | req_dex: int, [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/item.rs:65:14 [INFO] [stdout] | [INFO] [stdout] 65 | req_int: int, [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/item.rs:67:15 [INFO] [stdout] | [INFO] [stdout] 67 | pub ilvl: int, [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `from_str` in this scope [INFO] [stdout] --> src/item.rs:211:34 [INFO] [stdout] | [INFO] [stdout] 211 | ... min: from_str(cap.at(2)).unwrap(), [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `from_str` in this scope [INFO] [stdout] --> src/item.rs:212:34 [INFO] [stdout] | [INFO] [stdout] 212 | ... max: from_str(cap.at(3)).unwrap(), [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `from_str` in this scope [INFO] [stdout] --> src/item.rs:221:44 [INFO] [stdout] | [INFO] [stdout] 221 | item.crit_chance = from_str(cap.at(1)).unwrap(); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `from_str` in this scope [INFO] [stdout] --> src/item.rs:228:38 [INFO] [stdout] | [INFO] [stdout] 228 | item.speed = from_str(cap.at(1)).unwrap(); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `from_str` in this scope [INFO] [stdout] --> src/item.rs:246:42 [INFO] [stdout] | [INFO] [stdout] 246 | item.req_level = from_str(cap.at(1)).unwrap(); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `from_str` in this scope [INFO] [stdout] --> src/item.rs:253:40 [INFO] [stdout] | [INFO] [stdout] 253 | item.req_str = from_str(cap.at(1)).unwrap(); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `from_str` in this scope [INFO] [stdout] --> src/item.rs:260:40 [INFO] [stdout] | [INFO] [stdout] 260 | item.req_dex = from_str(cap.at(1)).unwrap(); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `from_str` in this scope [INFO] [stdout] --> src/item.rs:266:40 [INFO] [stdout] | [INFO] [stdout] 266 | item.req_int = from_str(cap.at(1)).unwrap(); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `from_str` in this scope [INFO] [stdout] --> src/item.rs:284:25 [INFO] [stdout] | [INFO] [stdout] 284 | item.ilvl = from_str(cap.at(1)).unwrap(); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/item.rs:342:22 [INFO] [stdout] | [INFO] [stdout] 342 | fn dps_calc(min: int, max: int, speed: f64) -> f64 { [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/item.rs:342:32 [INFO] [stdout] | [INFO] [stdout] 342 | fn dps_calc(min: int, max: int, speed: f64) -> f64 { [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Item: Default` is not satisfied [INFO] [stdout] --> src/item.rs:79:30 [INFO] [stdout] | [INFO] [stdout] 79 | let mut item: Item = Default::default(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ the trait `Default` is not implemented for `Item` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `Rarity` [INFO] [stdout] --> src/item.rs:83:38 [INFO] [stdout] | [INFO] [stdout] 83 | let pattern = if item.rarity == Rarity::Gem { [INFO] [stdout] | ----------- ^^ ----------- Rarity [INFO] [stdout] | | [INFO] [stdout] | Rarity [INFO] [stdout] | [INFO] [stdout] note: an implementation of `PartialEq<_>` might be missing for `Rarity` [INFO] [stdout] --> src/item.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | pub enum Rarity { [INFO] [stdout] | ^^^^^^^^^^^^^^^ must implement `PartialEq<_>` [INFO] [stdout] help: consider annotating `Rarity` with `#[derive(PartialEq)]` [INFO] [stdout] | [INFO] [stdout] 8 | #[derive(PartialEq)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `poe_companion` due to 30 previous errors [INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `DamageType` [INFO] [stdout] --> src/item.rs:323:37 [INFO] [stdout] | [INFO] [stdout] 323 | .find(|dmg| dmg.dmgtype == DamageType::Physical) [INFO] [stdout] | ----------- ^^ -------------------- DamageType [INFO] [stdout] | | [INFO] [stdout] | DamageType [INFO] [stdout] | [INFO] [stdout] note: an implementation of `PartialEq<_>` might be missing for `DamageType` [INFO] [stdout] --> src/item.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | enum DamageType { [INFO] [stdout] | ^^^^^^^^^^^^^^^ must implement `PartialEq<_>` [INFO] [stdout] help: consider annotating `DamageType` with `#[derive(PartialEq)]` [INFO] [stdout] | [INFO] [stdout] 23 | #[derive(PartialEq)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `DamageType` [INFO] [stdout] --> src/item.rs:330:50 [INFO] [stdout] | [INFO] [stdout] 330 | .find(|dmg| dmg.dmgtype == DamageType::Elemental) [INFO] [stdout] | ----------- ^^ --------------------- DamageType [INFO] [stdout] | | [INFO] [stdout] | DamageType [INFO] [stdout] | [INFO] [stdout] note: an implementation of `PartialEq<_>` might be missing for `DamageType` [INFO] [stdout] --> src/item.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | enum DamageType { [INFO] [stdout] | ^^^^^^^^^^^^^^^ must implement `PartialEq<_>` [INFO] [stdout] help: consider annotating `DamageType` with `#[derive(PartialEq)]` [INFO] [stdout] | [INFO] [stdout] 23 | #[derive(PartialEq)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 29 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0369, E0412, E0425, E0432, E0463. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "c4260104f1a1a459f10cc0aec62f36e525bfaaa5d6e028fa2300444af1459135", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c4260104f1a1a459f10cc0aec62f36e525bfaaa5d6e028fa2300444af1459135", kill_on_drop: false }` [INFO] [stdout] c4260104f1a1a459f10cc0aec62f36e525bfaaa5d6e028fa2300444af1459135