[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] 618829e0f12ed8baf31ca2bb2e642f8bc48bfca6 [INFO] checking NPC-Studio/adam against try#8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 for pr-82565 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNPC-Studio%2Fadam" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/NPC-Studio/adam on toolchain 8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", 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-0/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" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 215966021af95afdf540e03e036cbdf6c38688901157cda6706a95a72aa037ff [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" "215966021af95afdf540e03e036cbdf6c38688901157cda6706a95a72aa037ff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "215966021af95afdf540e03e036cbdf6c38688901157cda6706a95a72aa037ff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "215966021af95afdf540e03e036cbdf6c38688901157cda6706a95a72aa037ff", kill_on_drop: false }` [INFO] [stdout] 215966021af95afdf540e03e036cbdf6c38688901157cda6706a95a72aa037ff [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7bd2eaca43a88488082a3f5d1e2f128b4f30595d39bdfd501b44df0ff44dc893 [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" "7bd2eaca43a88488082a3f5d1e2f128b4f30595d39bdfd501b44df0ff44dc893", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.21 [INFO] [stderr] Compiling unicode-xid v0.2.1 [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 unicode-width v0.1.8 [INFO] [stderr] Compiling unicode-segmentation v1.6.0 [INFO] [stderr] Checking regex-syntax v0.6.18 [INFO] [stderr] Compiling serde_json v1.0.57 [INFO] [stderr] Compiling anyhow v1.0.32 [INFO] [stderr] Checking hashbrown v0.9.1 [INFO] [stderr] Checking number_prefix v0.3.0 [INFO] [stderr] Checking termcolor v1.1.2 [INFO] [stderr] Checking itoa v0.4.6 [INFO] [stderr] Checking os_str_bytes v2.4.0 [INFO] [stderr] Checking rustc-hash v1.1.0 [INFO] [stderr] Checking maplit v1.0.2 [INFO] [stderr] Checking once_cell v1.4.1 [INFO] [stderr] Compiling crossbeam-utils v0.8.3 [INFO] [stderr] Compiling memoffset v0.6.1 [INFO] [stderr] Compiling indexmap v1.6.1 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Checking heck v0.3.1 [INFO] [stderr] Checking textwrap v0.12.1 [INFO] [stderr] Checking termios v0.3.2 [INFO] [stderr] Checking terminal_size v0.1.13 [INFO] [stderr] Checking dirs-sys v0.3.5 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking filetime v0.2.12 [INFO] [stderr] Checking aho-corasick v0.7.13 [INFO] [stderr] Checking directories v3.0.1 [INFO] [stderr] Checking crossbeam-epoch v0.9.3 [INFO] [stderr] Checking crossbeam-queue v0.3.1 [INFO] [stderr] Checking crossbeam-channel v0.5.0 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Checking crossbeam-deque v0.8.0 [INFO] [stderr] Checking crossbeam v0.8.0 [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 toml v0.5.8 [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 `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] 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] 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:70:27 [INFO] [stdout] | [INFO] [stdout] 70 | 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:70:27 [INFO] [stdout] | [INFO] [stdout] 70 | 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:81:17 [INFO] [stdout] | [INFO] [stdout] 81 | 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:81:17 [INFO] [stdout] | [INFO] [stdout] 81 | 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[E0061]: this function takes 1 argument but 3 arguments were supplied [INFO] [stdout] --> src/runner/run.rs:97:21 [INFO] [stdout] | [INFO] [stdout] 97 | let mut child = invoke_rerun(run_data.x64_windows, &gm_build, macros); [INFO] [stdout] | ^^^^^^^^^^^^ -------------------- --------- ------ supplied 3 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 1 argument [INFO] [stdout] | [INFO] [stdout] note: function defined here [INFO] [stdout] --> src/runner/invoke_nix.rs:30:8 [INFO] [stdout] | [INFO] [stdout] 30 | pub fn invoke_rerun(gm_build: &gm_artifacts::GmBuild) -> Child { [INFO] [stdout] | ^^^^^^^^^^^^ -------------------------------- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 1 argument but 3 arguments were supplied [INFO] [stdout] --> src/runner/run.rs:97:21 [INFO] [stdout] | [INFO] [stdout] 97 | let mut child = invoke_rerun(run_data.x64_windows, &gm_build, macros); [INFO] [stdout] | ^^^^^^^^^^^^ -------------------- --------- ------ supplied 3 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 1 argument [INFO] [stdout] | [INFO] [stdout] note: function defined here [INFO] [stdout] --> src/runner/invoke_nix.rs:30:8 [INFO] [stdout] | [INFO] [stdout] 30 | pub fn invoke_rerun(gm_build: &gm_artifacts::GmBuild) -> Child { [INFO] [stdout] | ^^^^^^^^^^^^ -------------------------------- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 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 6 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" "7bd2eaca43a88488082a3f5d1e2f128b4f30595d39bdfd501b44df0ff44dc893", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7bd2eaca43a88488082a3f5d1e2f128b4f30595d39bdfd501b44df0ff44dc893", kill_on_drop: false }` [INFO] [stdout] 7bd2eaca43a88488082a3f5d1e2f128b4f30595d39bdfd501b44df0ff44dc893