[INFO] cloning repository https://github.com/NPC-Studio/adam [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/NPC-Studio/adam" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNPC-Studio%2Fadam", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNPC-Studio%2Fadam'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c87ff0f0b0bbd2b2f39c6bbdcc53579f88768d8f [INFO] checking NPC-Studio/adam against master#b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18 for pr-79470 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNPC-Studio%2Fadam" "/workspace/builds/worker-4/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/NPC-Studio/adam on toolchain b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/NPC-Studio/adam [INFO] finished tweaking git repo https://github.com/NPC-Studio/adam [INFO] tweaked toml for git repo https://github.com/NPC-Studio/adam written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/NPC-Studio/adam already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18" "fetch" "--locked" "--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-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "rustops/crates-build-env@sha256:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1cac68fe66d251135715b2cd2c71ea86f85dd5627253a97843d5b63e08ba0b99 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "1cac68fe66d251135715b2cd2c71ea86f85dd5627253a97843d5b63e08ba0b99", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1cac68fe66d251135715b2cd2c71ea86f85dd5627253a97843d5b63e08ba0b99", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1cac68fe66d251135715b2cd2c71ea86f85dd5627253a97843d5b63e08ba0b99", kill_on_drop: false }` [INFO] [stdout] 1cac68fe66d251135715b2cd2c71ea86f85dd5627253a97843d5b63e08ba0b99 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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=forbid" "-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" "rustops/crates-build-env@sha256:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 19a0b9de8d673ceec4c8fe66af0e25be0bcd3145cdcd81e6d7293e5feb137d10 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "19a0b9de8d673ceec4c8fe66af0e25be0bcd3145cdcd81e6d7293e5feb137d10", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.21 [INFO] [stderr] Compiling syn v1.0.41 [INFO] [stderr] Compiling serde_derive v1.0.116 [INFO] [stderr] Compiling serde v1.0.116 [INFO] [stderr] Checking regex-syntax v0.6.18 [INFO] [stderr] Compiling unicode-segmentation v1.6.0 [INFO] [stderr] Checking itoa v0.4.6 [INFO] [stderr] Checking termcolor v1.1.0 [INFO] [stderr] Checking number_prefix v0.3.0 [INFO] [stderr] Checking once_cell v1.4.1 [INFO] [stderr] Checking maplit v1.0.2 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Checking textwrap v0.12.1 [INFO] [stderr] Checking terminal_size v0.1.13 [INFO] [stderr] Checking termios v0.3.2 [INFO] [stderr] Checking dirs-sys v0.3.5 [INFO] [stderr] Checking filetime v0.2.12 [INFO] [stderr] Checking aho-corasick v0.7.13 [INFO] [stderr] Checking indexmap v1.6.0 [INFO] [stderr] Checking directories v3.0.1 [INFO] [stderr] Checking heck v0.3.1 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Checking regex v1.3.9 [INFO] [stderr] Checking console v0.12.0 [INFO] [stderr] Checking indicatif v0.15.0 [INFO] [stderr] Compiling clap_derive v3.0.0-beta.2 [INFO] [stderr] Checking clap v3.0.0-beta.2 [INFO] [stderr] Checking serde_json v1.0.57 [INFO] [stderr] Checking toml v0.5.6 [INFO] [stderr] Checking adam v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0425]: cannot find value `MONO_LOCATION` in module `gm_artifacts` [INFO] [stdout] --> src/runner/invoke_nix.rs:11:61 [INFO] [stdout] | [INFO] [stdout] 11 | let mut igor = std::process::Command::new(gm_artifacts::MONO_LOCATION); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in `gm_artifacts` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `PLATFORM` in module `gm_artifacts` [INFO] [stdout] --> src/runner/invoke_nix.rs:23:28 [INFO] [stdout] | [INFO] [stdout] 23 | .arg(gm_artifacts::PLATFORM.to_string()) [INFO] [stdout] | ^^^^^^^^ not found in `gm_artifacts` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Path` [INFO] [stdout] --> src/gm_artifacts/platform.rs:1:17 [INFO] [stdout] | [INFO] [stdout] 1 | use std::path::{Path, PathBuf}; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MONO_LOCATION` in module `gm_artifacts` [INFO] [stdout] --> src/runner/invoke_nix.rs:11:61 [INFO] [stdout] | [INFO] [stdout] 11 | let mut igor = std::process::Command::new(gm_artifacts::MONO_LOCATION); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in `gm_artifacts` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `PLATFORM` in module `gm_artifacts` [INFO] [stdout] --> src/runner/invoke_nix.rs:23:28 [INFO] [stdout] | [INFO] [stdout] 23 | .arg(gm_artifacts::PLATFORM.to_string()) [INFO] [stdout] | ^^^^^^^^ not found in `gm_artifacts` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Path` [INFO] [stdout] --> src/gm_artifacts/platform.rs:1:17 [INFO] [stdout] | [INFO] [stdout] 1 | use std::path::{Path, PathBuf}; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 1 argument but 0 arguments were supplied [INFO] [stdout] --> src/main.rs:68:27 [INFO] [stdout] | [INFO] [stdout] 68 | let mut builder = PlatformBuilder::new(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^-- supplied 0 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 1 argument [INFO] [stdout] | [INFO] [stdout] note: associated function defined here [INFO] [stdout] --> src/gm_artifacts/platform.rs:40:12 [INFO] [stdout] | [INFO] [stdout] 40 | pub fn new(&self) -> Self { [INFO] [stdout] | ^^^ ----- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 1 argument but 0 arguments were supplied [INFO] [stdout] --> src/main.rs:68:27 [INFO] [stdout] | [INFO] [stdout] 68 | let mut builder = PlatformBuilder::new(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^-- supplied 0 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 1 argument [INFO] [stdout] | [INFO] [stdout] note: associated function defined here [INFO] [stdout] --> src/gm_artifacts/platform.rs:40:12 [INFO] [stdout] | [INFO] [stdout] 40 | pub fn new(&self) -> Self { [INFO] [stdout] | ^^^ ----- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `generate` found for struct `platform::PlatformBuilder` in the current scope [INFO] [stdout] --> src/main.rs:79:17 [INFO] [stdout] | [INFO] [stdout] 79 | builder.generate() [INFO] [stdout] | ^^^^^^^^ method not found in `platform::PlatformBuilder` [INFO] [stdout] | [INFO] [stdout] ::: src/gm_artifacts/platform.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | pub struct PlatformBuilder { [INFO] [stdout] | -------------------------- method `generate` not found for this [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `generate` found for struct `platform::PlatformBuilder` in the current scope [INFO] [stdout] --> src/main.rs:79:17 [INFO] [stdout] | [INFO] [stdout] 79 | builder.generate() [INFO] [stdout] | ^^^^^^^^ method not found in `platform::PlatformBuilder` [INFO] [stdout] | [INFO] [stdout] ::: src/gm_artifacts/platform.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | pub struct PlatformBuilder { [INFO] [stdout] | -------------------------- method `generate` not found for this [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/gm_artifacts/platform.rs:40:26 [INFO] [stdout] | [INFO] [stdout] 40 | pub fn new(&self) -> Self { [INFO] [stdout] | --- ^^^^ expected struct `platform::PlatformBuilder`, found `()` [INFO] [stdout] | | [INFO] [stdout] | implicitly returns `()` as its body has no tail or `return` expression [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/gm_artifacts/platform.rs:40:26 [INFO] [stdout] | [INFO] [stdout] 40 | pub fn new(&self) -> Self { [INFO] [stdout] | --- ^^^^ expected struct `platform::PlatformBuilder`, found `()` [INFO] [stdout] | | [INFO] [stdout] | implicitly returns `()` as its body has no tail or `return` expression [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0061, E0308, E0425, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0061`. [INFO] [stdout] [INFO] [stderr] error: could not compile `adam` [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] [stdout] error: aborting due to 5 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0061, E0308, E0425, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0061`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "19a0b9de8d673ceec4c8fe66af0e25be0bcd3145cdcd81e6d7293e5feb137d10", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "19a0b9de8d673ceec4c8fe66af0e25be0bcd3145cdcd81e6d7293e5feb137d10", kill_on_drop: false }` [INFO] [stdout] 19a0b9de8d673ceec4c8fe66af0e25be0bcd3145cdcd81e6d7293e5feb137d10