[INFO] cloning repository https://github.com/Xyndra/Nexus [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Xyndra/Nexus" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FXyndra%2FNexus", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FXyndra%2FNexus'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1fa1153f479dc386784004448821560b4632def0 [INFO] checking Xyndra/Nexus against master#035b01b794602d5861daa43ac792f372f8981ed7 for 152214-denied [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FXyndra%2FNexus" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/Xyndra/Nexus [INFO] finished tweaking git repo https://github.com/Xyndra/Nexus [INFO] tweaked toml for git repo https://github.com/Xyndra/Nexus written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/Xyndra/Nexus on toolchain 035b01b794602d5861daa43ac792f372f8981ed7 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+035b01b794602d5861daa43ac792f372f8981ed7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/Xyndra/Nexus already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+035b01b794602d5861daa43ac792f372f8981ed7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded lsp-server v0.7.9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+035b01b794602d5861daa43ac792f372f8981ed7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 71de3d45a435fffb679a5d482b37314c3d0bd483c536da2f23e0fdb105019944 [INFO] running `Command { std: "docker" "start" "-a" "71de3d45a435fffb679a5d482b37314c3d0bd483c536da2f23e0fdb105019944", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "71de3d45a435fffb679a5d482b37314c3d0bd483c536da2f23e0fdb105019944", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "71de3d45a435fffb679a5d482b37314c3d0bd483c536da2f23e0fdb105019944", kill_on_drop: false }` [INFO] [stdout] 71de3d45a435fffb679a5d482b37314c3d0bd483c536da2f23e0fdb105019944 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+035b01b794602d5861daa43ac792f372f8981ed7" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f28847e1237da2ecd8bb798a3731c3c0bf7f0e26d408cd49d8665fd8733ced2b [INFO] running `Command { std: "docker" "start" "-a" "f28847e1237da2ecd8bb798a3731c3c0bf7f0e26d408cd49d8665fd8733ced2b", kill_on_drop: false }` [INFO] [stderr] Compiling pest v2.8.4 [INFO] [stderr] Checking regex-automata v0.4.13 [INFO] [stderr] Checking percent-encoding v2.3.2 [INFO] [stderr] Compiling syn v2.0.111 [INFO] [stderr] Checking serde_json v1.0.145 [INFO] [stderr] Checking crossbeam-channel v0.5.15 [INFO] [stderr] Compiling nexus-lsp-server v0.1.0 (/opt/rustwide/workdir/crates/nexus-lsp-server) [INFO] [stderr] Checking jiff v0.2.16 [INFO] [stderr] Compiling libc v0.2.177 [INFO] [stderr] Checking anstream v0.6.21 [INFO] [stderr] Checking rustix v1.1.2 [INFO] [stderr] Checking either v1.15.0 [INFO] [stderr] Checking form_urlencoded v1.2.2 [INFO] [stderr] Checking rayon v1.11.0 [INFO] [stderr] Compiling pest_meta v2.8.4 [INFO] [stderr] Checking getrandom v0.3.4 [INFO] [stderr] Checking tempfile v3.23.0 [INFO] [stderr] Checking regex v1.12.2 [INFO] [stderr] Checking env_filter v0.1.4 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling pest_generator v2.8.4 [INFO] [stderr] Compiling thiserror-impl v2.0.17 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.1 [INFO] [stderr] Compiling zerovec-derive v0.11.2 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling serde_repr v0.1.20 [INFO] [stderr] Compiling pest_derive v2.8.4 [INFO] [stderr] Checking env_logger v0.11.8 [INFO] [stderr] Checking zerofrom v0.1.6 [INFO] [stderr] Checking yoke v0.8.1 [INFO] [stderr] Checking thiserror v2.0.17 [INFO] [stderr] Checking zerotrie v0.2.3 [INFO] [stderr] Checking zerovec v0.11.5 [INFO] [stderr] Checking nexus-core v0.1.0 (/opt/rustwide/workdir/crates/nexus-core) [INFO] [stderr] Checking nexus-lexer v0.1.0 (/opt/rustwide/workdir/crates/nexus-lexer) [INFO] [stderr] Checking nexus-types v0.1.0 (/opt/rustwide/workdir/crates/nexus-types) [INFO] [stderr] Checking nexus-permissions v0.1.0 (/opt/rustwide/workdir/crates/nexus-permissions) [INFO] [stderr] Checking tinystr v0.8.2 [INFO] [stderr] Checking potential_utf v0.1.4 [INFO] [stderr] Checking nexus-parser v0.1.0 (/opt/rustwide/workdir/crates/nexus-parser) [INFO] [stderr] Checking icu_collections v2.1.1 [INFO] [stderr] Checking icu_locale_core v2.1.1 [INFO] [stderr] Checking icu_provider v2.1.1 [INFO] [stderr] Checking icu_properties v2.1.1 [INFO] [stderr] Checking icu_normalizer v2.1.1 [INFO] [stderr] Checking serde v1.0.228 [INFO] [stderr] Checking json5 v0.4.1 [INFO] [stderr] Checking lsp-server v0.7.9 [INFO] [stderr] Checking idna_adapter v1.2.1 [INFO] [stderr] Checking idna v1.1.0 [INFO] [stderr] Checking url v2.5.7 [INFO] [stderr] Checking nexus-interpreter v0.1.0 (/opt/rustwide/workdir/crates/nexus-interpreter) [INFO] [stderr] Checking nexus-project v0.1.0 (/opt/rustwide/workdir/crates/nexus-project) [INFO] [stderr] Checking nexus-sandbox v0.1.0 (/opt/rustwide/workdir/crates/nexus-sandbox) [INFO] [stderr] Checking lsp-types v0.95.1 [INFO] [stderr] Checking nexus-transpiler-c v0.1.0 (/opt/rustwide/workdir/crates/nexus-transpiler-c) [INFO] [stderr] Checking nexus-test-runner v0.1.0 (/opt/rustwide/workdir/crates/nexus-test-runner) [INFO] [stderr] Checking nexus-cli v0.1.0 (/opt/rustwide/workdir/crates/nexus-cli) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.45s [INFO] running `Command { std: "docker" "inspect" "f28847e1237da2ecd8bb798a3731c3c0bf7f0e26d408cd49d8665fd8733ced2b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f28847e1237da2ecd8bb798a3731c3c0bf7f0e26d408cd49d8665fd8733ced2b", kill_on_drop: false }` [INFO] [stdout] f28847e1237da2ecd8bb798a3731c3c0bf7f0e26d408cd49d8665fd8733ced2b