[INFO] cloning repository https://github.com/herlangga72/moe-680m
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/herlangga72/moe-680m" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fherlangga72%2Fmoe-680m", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fherlangga72%2Fmoe-680m'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 373b4736d83554aeaea503163ab91ffae856cf93
[INFO] testing herlangga72/moe-680m against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fherlangga72%2Fmoe-680m" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-1-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/herlangga72/moe-680m
[INFO] finished tweaking git repo https://github.com/herlangga72/moe-680m
[INFO] tweaked toml for git repo https://github.com/herlangga72/moe-680m written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/herlangga72/moe-680m on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/herlangga72/moe-680m 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" "+1.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 3e6493820f13a497420a8724f17be8b24979a68064663f51114a10be444bdda2
[INFO] running `Command { std: "docker" "start" "3e6493820f13a497420a8724f17be8b24979a68064663f51114a10be444bdda2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3e6493820f13a497420a8724f17be8b24979a68064663f51114a10be444bdda2", 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" "3e6493820f13a497420a8724f17be8b24979a68064663f51114a10be444bdda2" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3e6493820f13a497420a8724f17be8b24979a68064663f51114a10be444bdda2", 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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3e6493820f13a497420a8724f17be8b24979a68064663f51114a10be444bdda2" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.119
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling ash v0.38.0+1.3.281
[INFO] [stderr]    Compiling libc v0.2.189
[INFO] [stderr]    Compiling libloading v0.8.9
[INFO] [stderr]    Compiling memmap2 v0.9.11
[INFO] [stderr]    Compiling bytemuck_derive v1.11.0
[INFO] [stderr]    Compiling bytemuck v1.25.2
[INFO] [stderr]    Compiling moe-680m v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: couldn't read `src/shaders/rms_norm.spv`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/pipeline.rs:175:19
[INFO] [stdout]     |
[INFO] [stdout] 175 |             match include_bytes!(concat!("shaders/", $name, ".spv")) {
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 194 |     try_pipeline!(PipelineType::RmsNorm, "rms_norm");
[INFO] [stdout]     |     ------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `try_pipeline` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/shaders/deltanet_qkv.spv`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/pipeline.rs:175:19
[INFO] [stdout]     |
[INFO] [stdout] 175 |             match include_bytes!(concat!("shaders/", $name, ".spv")) {
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 195 |     try_pipeline!(PipelineType::DeltaNetQkv, "deltanet_qkv");
[INFO] [stdout]     |     -------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `try_pipeline` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/shaders/deltanet_step.spv`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/pipeline.rs:175:19
[INFO] [stdout]     |
[INFO] [stdout] 175 |             match include_bytes!(concat!("shaders/", $name, ".spv")) {
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 196 |     try_pipeline!(PipelineType::DeltaNetStep, "deltanet_step");
[INFO] [stdout]     |     ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `try_pipeline` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/shaders/deltanet_output.spv`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/pipeline.rs:175:19
[INFO] [stdout]     |
[INFO] [stdout] 175 |             match include_bytes!(concat!("shaders/", $name, ".spv")) {
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 197 |     try_pipeline!(PipelineType::DeltaNetOutput, "deltanet_output");
[INFO] [stdout]     |     -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `try_pipeline` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/shaders/qkv.spv`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/pipeline.rs:175:19
[INFO] [stdout]     |
[INFO] [stdout] 175 |             match include_bytes!(concat!("shaders/", $name, ".spv")) {
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 198 |     try_pipeline!(PipelineType::GqaQkv, "qkv");
[INFO] [stdout]     |     ------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `try_pipeline` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/shaders/attention.spv`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/pipeline.rs:175:19
[INFO] [stdout]     |
[INFO] [stdout] 175 |             match include_bytes!(concat!("shaders/", $name, ".spv")) {
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 199 |     try_pipeline!(PipelineType::GqaAttention, "attention");
[INFO] [stdout]     |     ------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `try_pipeline` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/shaders/attn_output.spv`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/pipeline.rs:175:19
[INFO] [stdout]     |
[INFO] [stdout] 175 |             match include_bytes!(concat!("shaders/", $name, ".spv")) {
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 200 |     try_pipeline!(PipelineType::AttnOutput, "attn_output");
[INFO] [stdout]     |     ------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `try_pipeline` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/shaders/w1_w3_fused.spv`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/pipeline.rs:175:19
[INFO] [stdout]     |
[INFO] [stdout] 175 |             match include_bytes!(concat!("shaders/", $name, ".spv")) {
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 201 |     try_pipeline!(PipelineType::W1W3Fused, "w1_w3_fused");
[INFO] [stdout]     |     ----------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `try_pipeline` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/shaders/w2.spv`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/pipeline.rs:175:19
[INFO] [stdout]     |
[INFO] [stdout] 175 |             match include_bytes!(concat!("shaders/", $name, ".spv")) {
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 202 |     try_pipeline!(PipelineType::W2, "w2");
[INFO] [stdout]     |     ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `try_pipeline` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/shaders/w2_scatter.spv`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/pipeline.rs:175:19
[INFO] [stdout]     |
[INFO] [stdout] 175 |             match include_bytes!(concat!("shaders/", $name, ".spv")) {
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 203 |     try_pipeline!(PipelineType::W2Scatter, "w2_scatter");
[INFO] [stdout]     |     ---------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `try_pipeline` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/shaders/router.spv`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/pipeline.rs:175:19
[INFO] [stdout]     |
[INFO] [stdout] 175 |             match include_bytes!(concat!("shaders/", $name, ".spv")) {
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 204 |     try_pipeline!(PipelineType::Router, "router");
[INFO] [stdout]     |     --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `try_pipeline` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/shaders/router_topk.spv`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/pipeline.rs:175:19
[INFO] [stdout]     |
[INFO] [stdout] 175 |             match include_bytes!(concat!("shaders/", $name, ".spv")) {
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 205 |     try_pipeline!(PipelineType::RouterTopk, "router_topk");
[INFO] [stdout]     |     ------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `try_pipeline` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/shaders/moe_combine.spv`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/pipeline.rs:175:19
[INFO] [stdout]     |
[INFO] [stdout] 175 |             match include_bytes!(concat!("shaders/", $name, ".spv")) {
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 206 |     try_pipeline!(PipelineType::MoeCombine, "moe_combine");
[INFO] [stdout]     |     ------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `try_pipeline` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/shaders/kv_write.spv`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/pipeline.rs:175:19
[INFO] [stdout]     |
[INFO] [stdout] 175 |             match include_bytes!(concat!("shaders/", $name, ".spv")) {
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 207 |     try_pipeline!(PipelineType::KvWrite, "kv_write");
[INFO] [stdout]     |     ------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `try_pipeline` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/shaders/residual_add.spv`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/pipeline.rs:175:19
[INFO] [stdout]     |
[INFO] [stdout] 175 |             match include_bytes!(concat!("shaders/", $name, ".spv")) {
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 208 |     try_pipeline!(PipelineType::ResidualAdd, "residual_add");
[INFO] [stdout]     |     -------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `try_pipeline` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/shaders/silu_mult.spv`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/pipeline.rs:175:19
[INFO] [stdout]     |
[INFO] [stdout] 175 |             match include_bytes!(concat!("shaders/", $name, ".spv")) {
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 209 |     try_pipeline!(PipelineType::SiluMult, "silu_mult");
[INFO] [stdout]     |     -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `try_pipeline` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/shaders/rope.spv`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/pipeline.rs:175:19
[INFO] [stdout]     |
[INFO] [stdout] 175 |             match include_bytes!(concat!("shaders/", $name, ".spv")) {
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 210 |     try_pipeline!(PipelineType::Rope, "rope");
[INFO] [stdout]     |     ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `try_pipeline` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `moe-680m` (bin "moe-680m") due to 17 previous errors
[INFO] running `Command { std: "docker" "inspect" "3e6493820f13a497420a8724f17be8b24979a68064663f51114a10be444bdda2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3e6493820f13a497420a8724f17be8b24979a68064663f51114a10be444bdda2", kill_on_drop: false }`
[INFO] [stdout] 3e6493820f13a497420a8724f17be8b24979a68064663f51114a10be444bdda2
