[INFO] cloning repository https://github.com/panicbit/noptest
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/panicbit/noptest" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpanicbit%2Fnoptest", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpanicbit%2Fnoptest'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 9c982504afde5209cd764caccc1f3ef4f0e54bb9
[INFO] testing panicbit/noptest against beta-2025-10-28 for beta-1.92-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpanicbit%2Fnoptest" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/panicbit/noptest
[INFO] finished tweaking git repo https://github.com/panicbit/noptest
[INFO] tweaked toml for git repo https://github.com/panicbit/noptest written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/panicbit/noptest on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/panicbit/noptest 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" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3e9cc93498b0148f0991aec5970e6436045d809fe195c18bc616738987dcc098
[INFO] running `Command { std: "docker" "start" "-a" "3e9cc93498b0148f0991aec5970e6436045d809fe195c18bc616738987dcc098", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3e9cc93498b0148f0991aec5970e6436045d809fe195c18bc616738987dcc098", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3e9cc93498b0148f0991aec5970e6436045d809fe195c18bc616738987dcc098", kill_on_drop: false }`
[INFO] [stdout] 3e9cc93498b0148f0991aec5970e6436045d809fe195c18bc616738987dcc098
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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" "RUSTDOCFLAGS=--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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d883d974707d39aeafabefe3890863211bcc6b555f907a7bf6b5c65991bcf9e6
[INFO] running `Command { std: "docker" "start" "-a" "d883d974707d39aeafabefe3890863211bcc6b555f907a7bf6b5c65991bcf9e6", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.119
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling fastrand v1.7.0
[INFO] [stderr]    Compiling remove_dir_all v0.5.3
[INFO] [stderr]    Compiling home v0.5.3
[INFO] [stderr]    Compiling tempfile v3.3.0
[INFO] [stderr]    Compiling metarust v0.1.0 (https://github.com/panicbit/metarust#1b59e724)
[INFO] [stderr]    Compiling noptest v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: proc macro panicked
[INFO] [stdout]   --> src/main.rs:9:13
[INFO] [stdout]    |
[INFO] [stdout]  9 | /             metarust! {
[INFO] [stdout] 10 | |                 let nops = std::iter::repeat("nop")
[INFO] [stdout] 11 | |                     .take($num)
[INFO] [stdout] 12 | |                     .join("\n");
[INFO] [stdout] ...  |
[INFO] [stdout] 17 | |             }
[INFO] [stdout]    | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 25 |       nops!(1);
[INFO] [stdout]    |       -------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: message: Metarust:
[INFO] [stdout]            error: failed to get `itertools` as a dependency of package `metarust_build v0.1.0 (/tmp/.tmpkPAahG)`
[INFO] [stdout]            
[INFO] [stdout]            Caused by:
[INFO] [stdout]              download of config.json failed
[INFO] [stdout]            
[INFO] [stdout]            Caused by:
[INFO] [stdout]              failed to download from `https://index.crates.io/config.json`
[INFO] [stdout]            
[INFO] [stdout]            Caused by:
[INFO] [stdout]              [6] Could not resolve hostname (Could not resolve host: index.crates.io)
[INFO] [stdout]            
[INFO] [stdout]    = note: this error originates in the macro `nops` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `noptest` (bin "noptest") due to 2 previous errors; 1 warning emitted
[INFO] [stdout] error: proc macro panicked
[INFO] [stdout]   --> src/main.rs:9:13
[INFO] [stdout]    |
[INFO] [stdout]  9 | /             metarust! {
[INFO] [stdout] 10 | |                 let nops = std::iter::repeat("nop")
[INFO] [stdout] 11 | |                     .take($num)
[INFO] [stdout] 12 | |                     .join("\n");
[INFO] [stdout] ...  |
[INFO] [stdout] 17 | |             }
[INFO] [stdout]    | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 31 |       nops!(1_000_000);
[INFO] [stdout]    |       ---------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: message: Metarust:
[INFO] [stdout]            error: failed to get `itertools` as a dependency of package `metarust_build v0.1.0 (/tmp/.tmpqFw9tA)`
[INFO] [stdout]            
[INFO] [stdout]            Caused by:
[INFO] [stdout]              download of config.json failed
[INFO] [stdout]            
[INFO] [stdout]            Caused by:
[INFO] [stdout]              failed to download from `https://index.crates.io/config.json`
[INFO] [stdout]            
[INFO] [stdout]            Caused by:
[INFO] [stdout]              [6] Could not resolve hostname (Could not resolve host: index.crates.io)
[INFO] [stdout]            
[INFO] [stdout]    = note: this error originates in the macro `nops` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::arch::asm`
[INFO] [stdout]  --> src/main.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::arch::asm;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "d883d974707d39aeafabefe3890863211bcc6b555f907a7bf6b5c65991bcf9e6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d883d974707d39aeafabefe3890863211bcc6b555f907a7bf6b5c65991bcf9e6", kill_on_drop: false }`
[INFO] [stdout] d883d974707d39aeafabefe3890863211bcc6b555f907a7bf6b5c65991bcf9e6
