[INFO] cloning repository https://github.com/tetsuharuohzeki/fastly-compute-at-edge-template [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tetsuharuohzeki/fastly-compute-at-edge-template" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftetsuharuohzeki%2Ffastly-compute-at-edge-template", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftetsuharuohzeki%2Ffastly-compute-at-edge-template'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6a0cbe1e38323026faf72bc8cbeeb5ebf69d8af1 [INFO] checking tetsuharuohzeki/fastly-compute-at-edge-template against e5e97e3ef0ee95d34bea49cdac051ed1bbac01df for pr-158759-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftetsuharuohzeki%2Ffastly-compute-at-edge-template" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-6-tc2/source/rust-toolchain.toml [INFO] started tweaking git repo https://github.com/tetsuharuohzeki/fastly-compute-at-edge-template [INFO] finished tweaking git repo https://github.com/tetsuharuohzeki/fastly-compute-at-edge-template [INFO] tweaked toml for git repo https://github.com/tetsuharuohzeki/fastly-compute-at-edge-template written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/tetsuharuohzeki/fastly-compute-at-edge-template on toolchain e5e97e3ef0ee95d34bea49cdac051ed1bbac01df [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e5e97e3ef0ee95d34bea49cdac051ed1bbac01df" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/tetsuharuohzeki/fastly-compute-at-edge-template 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" "+e5e97e3ef0ee95d34bea49cdac051ed1bbac01df" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }` [INFO] [stdout] 2dc657721bf17449f9e771ec3e1f5d2569781d9fd27f788cfa960d1d0eda8798 [INFO] running `Command { std: "docker" "start" "2dc657721bf17449f9e771ec3e1f5d2569781d9fd27f788cfa960d1d0eda8798", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2dc657721bf17449f9e771ec3e1f5d2569781d9fd27f788cfa960d1d0eda8798", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "2dc657721bf17449f9e771ec3e1f5d2569781d9fd27f788cfa960d1d0eda8798" "/opt/rustwide/cargo-home/bin/cargo" "+e5e97e3ef0ee95d34bea49cdac051ed1bbac01df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2dc657721bf17449f9e771ec3e1f5d2569781d9fd27f788cfa960d1d0eda8798", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "2dc657721bf17449f9e771ec3e1f5d2569781d9fd27f788cfa960d1d0eda8798" "/opt/rustwide/cargo-home/bin/cargo" "+e5e97e3ef0ee95d34bea49cdac051ed1bbac01df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.106 [INFO] [stderr] Compiling unicode-ident v1.0.24 [INFO] [stderr] Compiling quote v1.0.45 [INFO] [stderr] Checking stable_deref_trait v1.2.1 [INFO] [stderr] Checking writeable v0.6.2 [INFO] [stderr] Checking litemap v0.8.1 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling icu_properties_data v2.1.2 [INFO] [stderr] Compiling icu_normalizer_data v2.1.1 [INFO] [stderr] Compiling typenum v1.19.0 [INFO] [stderr] Checking itoa v1.0.18 [INFO] [stderr] Checking smallvec v1.15.1 [INFO] [stderr] Compiling wit-bindgen v0.51.0 [INFO] [stderr] Checking percent-encoding v2.3.2 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling generic-array v0.14.9 [INFO] [stderr] Checking bitflags v2.11.0 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking bytes v1.11.1 [INFO] [stderr] Compiling zmij v1.0.21 [INFO] [stderr] Compiling serde_json v1.0.150 [INFO] [stderr] Compiling anyhow v1.0.102 [INFO] [stderr] Checking hashbrown v0.16.1 [INFO] [stderr] Checking wasip2 v1.0.2+wasi-0.2.9 [INFO] [stderr] Checking either v1.15.0 [INFO] [stderr] Checking time-core v0.1.8 [INFO] [stderr] Checking memchr v2.8.0 [INFO] [stderr] Checking ryu v1.0.23 [INFO] [stderr] Checking cfg-if v1.0.4 [INFO] [stderr] Checking num-conv v0.2.1 [INFO] [stderr] Compiling c_at_e_main v0.0.0 (/opt/rustwide/workdir/crates/main) [INFO] [stderr] Checking downcast-rs v1.2.1 [INFO] [stderr] Checking form_urlencoded v1.2.2 [INFO] [stderr] Checking http v1.4.0 [INFO] [stderr] Checking itertools v0.13.0 [INFO] [stderr] Checking indexmap v2.13.0 [INFO] [stderr] Compiling syn v2.0.117 [INFO] [stderr] Checking fastly-shared v0.13.0 [INFO] [stderr] Checking block-buffer v0.9.0 [INFO] [stderr] Checking digest v0.9.0 [INFO] [stderr] Checking elsa v1.11.2 [INFO] [stderr] Checking sha2 v0.9.9 [INFO] [stderr] Checking fastly-sys v0.13.0 [INFO] [stderr] Checking deranged v0.5.8 [INFO] [stderr] Compiling synstructure v0.13.2 [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 thiserror-impl v1.0.69 [INFO] [stderr] Compiling serde_repr v0.1.20 [INFO] [stderr] Compiling fastly-macros v0.13.0 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.1 [INFO] [stderr] Checking zerofrom v0.1.6 [INFO] [stderr] Checking yoke v0.8.1 [INFO] [stderr] Checking zerotrie v0.2.3 [INFO] [stderr] Checking zerovec v0.11.5 [INFO] [stderr] Checking time v0.3.47 [INFO] [stderr] Checking tinystr v0.8.2 [INFO] [stderr] Checking potential_utf v0.1.4 [INFO] [stderr] Checking thiserror v1.0.69 [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_normalizer v2.1.1 [INFO] [stderr] Checking icu_properties v2.1.2 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Checking idna_adapter v1.2.1 [INFO] [stderr] Checking idna v1.1.0 [INFO] [stderr] Checking url v2.5.8 [INFO] [stderr] Checking fastly v0.13.0 [INFO] [stdout] error: You must specify the release channel. [INFO] [stdout] --> crates/main/src/main.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | compile_error!("You must specify the release channel."); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: You must choose any one of release channels. [INFO] [stdout] --> crates/main/src/main.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | compile_error!("You must choose any one of release channels."); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: You must specify the release channel. [INFO] [stdout] --> crates/main/src/main.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | compile_error!("You must specify the release channel."); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: You must choose any one of release channels. [INFO] [stdout] --> crates/main/src/main.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | compile_error!("You must choose any one of release channels."); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `c_at_e_main` (bin "c_at_e_main") due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `c_at_e_main` (bin "c_at_e_main" test) due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "2dc657721bf17449f9e771ec3e1f5d2569781d9fd27f788cfa960d1d0eda8798", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2dc657721bf17449f9e771ec3e1f5d2569781d9fd27f788cfa960d1d0eda8798", kill_on_drop: false }` [INFO] [stdout] 2dc657721bf17449f9e771ec3e1f5d2569781d9fd27f788cfa960d1d0eda8798