[INFO] cloning repository https://github.com/GiantTechnologies/rust-port-scaner [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/GiantTechnologies/rust-port-scaner" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGiantTechnologies%2Frust-port-scaner", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGiantTechnologies%2Frust-port-scaner'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a62e2b5802a72e96720c5e04ec5197801d7361d0 [INFO] testing GiantTechnologies/rust-port-scaner 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%2FGiantTechnologies%2Frust-port-scaner" "/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/GiantTechnologies/rust-port-scaner 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/GiantTechnologies/rust-port-scaner [INFO] finished tweaking git repo https://github.com/GiantTechnologies/rust-port-scaner [INFO] tweaked toml for git repo https://github.com/GiantTechnologies/rust-port-scaner written to /workspace/builds/worker-15/source/Cargo.toml [INFO] crate git repo https://github.com/GiantTechnologies/rust-port-scaner 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] 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" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 988fc62c4431b81ad56d9665e3bbc56f712aa6461861aa8b1c90f5b09b8ac8f3 [INFO] running `Command { std: "docker" "start" "-a" "988fc62c4431b81ad56d9665e3bbc56f712aa6461861aa8b1c90f5b09b8ac8f3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "988fc62c4431b81ad56d9665e3bbc56f712aa6461861aa8b1c90f5b09b8ac8f3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "988fc62c4431b81ad56d9665e3bbc56f712aa6461861aa8b1c90f5b09b8ac8f3", kill_on_drop: false }` [INFO] [stdout] 988fc62c4431b81ad56d9665e3bbc56f712aa6461861aa8b1c90f5b09b8ac8f3 [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" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 420ebde5448731734beee396d5191e847f1ff27a4be8b54860b39927c58f0ac5 [INFO] running `Command { std: "docker" "start" "-a" "420ebde5448731734beee396d5191e847f1ff27a4be8b54860b39927c58f0ac5", kill_on_drop: false }` [INFO] [stderr] Compiling rust-Port-scaner v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0423]: expected function, tuple struct or tuple variant, found struct `port::ScanEntry` [INFO] [stdout] --> src/main.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | port::ScanEntry(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use struct literal syntax instead: `port::ScanEntry { result: val }` [INFO] [stdout] | [INFO] [stdout] ::: src/port.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | / pub struct ScanEntry { [INFO] [stdout] 3 | | result: bool [INFO] [stdout] 4 | | } [INFO] [stdout] | |_- `port::ScanEntry` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0368]: binary assignment operation `+=` cannot be applied to type `[ScanEntry]` [INFO] [stdout] --> src/port.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 21 | self.entries += e [INFO] [stdout] | ------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | cannot use `+=` on type `[ScanEntry]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `[ScanEntry]` cannot be known at compilation time [INFO] [stdout] --> src/port.rs:24:16 [INFO] [stdout] | [INFO] [stdout] 24 | pub fn run(self) { [INFO] [stdout] | ^^^^ doesn't have a size known at compile-time [INFO] [stdout] | [INFO] [stdout] = help: within `ScanBatch`, the trait `Sized` is not implemented for `[ScanEntry]` [INFO] [stdout] note: required because it appears within the type `ScanBatch` [INFO] [stdout] --> src/port.rs:13:12 [INFO] [stdout] | [INFO] [stdout] 13 | pub struct ScanBatch { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] help: function arguments must have a statically known size, borrowed types always have a known size [INFO] [stdout] | [INFO] [stdout] 24 | pub fn run(&self) { [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `[ScanEntry]` cannot be known at compilation time [INFO] [stdout] --> src/port.rs:25:18 [INFO] [stdout] | [INFO] [stdout] 25 | for i in self.entries { [INFO] [stdout] | ^^^^^^^^^^^^ expected an implementor of trait `IntoIterator` [INFO] [stdout] | [INFO] [stdout] = note: the trait bound `[ScanEntry]: IntoIterator` is not satisfied [INFO] [stdout] = note: required because of the requirements on the impl of `IntoIterator` for `[ScanEntry]` [INFO] [stdout] help: consider borrowing here [INFO] [stdout] | [INFO] [stdout] 25 | for i in &self.entries { [INFO] [stdout] | + [INFO] [stdout] 25 | for i in &mut self.entries { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `[ScanEntry]` is not an iterator [INFO] [stdout] --> src/port.rs:25:18 [INFO] [stdout] | [INFO] [stdout] 25 | for i in self.entries { [INFO] [stdout] | ^^^^^^^^^^^^ expected an implementor of trait `IntoIterator` [INFO] [stdout] | [INFO] [stdout] = note: the trait bound `[ScanEntry]: IntoIterator` is not satisfied [INFO] [stdout] = note: required because of the requirements on the impl of `IntoIterator` for `[ScanEntry]` [INFO] [stdout] help: consider borrowing here [INFO] [stdout] | [INFO] [stdout] 25 | for i in &self.entries { [INFO] [stdout] | + [INFO] [stdout] 25 | for i in &mut self.entries { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0368, E0423. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rust-Port-scaner` due to 6 previous errors [INFO] running `Command { std: "docker" "inspect" "420ebde5448731734beee396d5191e847f1ff27a4be8b54860b39927c58f0ac5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "420ebde5448731734beee396d5191e847f1ff27a4be8b54860b39927c58f0ac5", kill_on_drop: false }` [INFO] [stdout] 420ebde5448731734beee396d5191e847f1ff27a4be8b54860b39927c58f0ac5