[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] 9624bd39c94ed2fc1c2b88aad4055c952497f42e [INFO] testing NPC-Studio/adam against 1.59.0 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNPC-Studio%2Fadam" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/NPC-Studio/adam on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "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-7/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" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 136b4957cfab874c4471916aeee7b8d4f6bd27878521292b3221fe32a694f499 [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" "136b4957cfab874c4471916aeee7b8d4f6bd27878521292b3221fe32a694f499", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "136b4957cfab874c4471916aeee7b8d4f6bd27878521292b3221fe32a694f499", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "136b4957cfab874c4471916aeee7b8d4f6bd27878521292b3221fe32a694f499", kill_on_drop: false }` [INFO] [stdout] 136b4957cfab874c4471916aeee7b8d4f6bd27878521292b3221fe32a694f499 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8a5878dbe29c1e3cbf8f7e2f9b411763cb27e8582c48b91e78b87bf3b9f645f7 [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" "8a5878dbe29c1e3cbf8f7e2f9b411763cb27e8582c48b91e78b87bf3b9f645f7", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.81 [INFO] [stderr] Compiling once_cell v1.4.1 [INFO] [stderr] Compiling eyre v0.6.5 [INFO] [stderr] Compiling heck v0.4.0 [INFO] [stderr] Compiling owo-colors v3.2.0 [INFO] [stderr] Compiling indenter v0.3.3 [INFO] [stderr] Compiling dunce v1.0.2 [INFO] [stderr] Compiling backtrace v0.3.63 [INFO] [stderr] Compiling indexmap v1.6.1 [INFO] [stderr] Compiling proc-macro2 v1.0.32 [INFO] [stderr] Compiling tracing-subscriber v0.3.6 [INFO] [stderr] Compiling tracing v0.1.29 [INFO] [stderr] Compiling object v0.27.1 [INFO] [stderr] Compiling terminal_size v0.1.17 [INFO] [stderr] Compiling os_str_bytes v6.0.0 [INFO] [stderr] Compiling dirs-sys v0.3.6 [INFO] [stderr] Compiling filetime v0.2.12 [INFO] [stderr] Compiling console v0.15.0 [INFO] [stderr] Compiling directories v4.0.1 [INFO] [stderr] Compiling quote v1.0.10 [INFO] [stderr] Compiling indicatif v0.16.2 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling tracing-error v0.2.0 [INFO] [stderr] Compiling color-spantrace v0.2.0 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling color-eyre v0.6.0 [INFO] [stderr] Compiling serde_derive v1.0.116 [INFO] [stderr] Compiling clap_derive v3.0.5 [INFO] [stderr] Compiling clap v3.0.5 [INFO] [stderr] Compiling serde v1.0.116 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling serde_json v1.0.57 [INFO] [stderr] Compiling adam v0.5.0 (/opt/rustwide/workdir) [INFO] [stdout] error: we only support `windows` and `macos` targets! [INFO] [stdout] --> src/main.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | compile_error!("we only support `windows` and `macos` targets!"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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 `MONO_LOCATION` in module `gm_artifacts` [INFO] [stdout] --> src/runner/invoke_nix.rs:35:61 [INFO] [stdout] | [INFO] [stdout] 35 | let mut igor = std::process::Command::new(gm_artifacts::MONO_LOCATION); [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[E0599]: no method named `generate` found for struct `platform::PlatformBuilder` in the current scope [INFO] [stdout] --> src/main.rs:116:17 [INFO] [stdout] | [INFO] [stdout] 116 | 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: aborting due to 4 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stderr] error: could not compile `adam` due to 5 previous errors; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "8a5878dbe29c1e3cbf8f7e2f9b411763cb27e8582c48b91e78b87bf3b9f645f7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8a5878dbe29c1e3cbf8f7e2f9b411763cb27e8582c48b91e78b87bf3b9f645f7", kill_on_drop: false }` [INFO] [stdout] 8a5878dbe29c1e3cbf8f7e2f9b411763cb27e8582c48b91e78b87bf3b9f645f7