[INFO] cloning repository https://github.com/ComputerDruid/wifi-qr-reader
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ComputerDruid/wifi-qr-reader" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FComputerDruid%2Fwifi-qr-reader", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FComputerDruid%2Fwifi-qr-reader'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8c2c73438b3fbe5e5843690147f1ccbc2da52a43
[INFO] testing ComputerDruid/wifi-qr-reader against beta-2026-03-05 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FComputerDruid%2Fwifi-qr-reader" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ComputerDruid/wifi-qr-reader
[INFO] finished tweaking git repo https://github.com/ComputerDruid/wifi-qr-reader
[INFO] tweaked toml for git repo https://github.com/ComputerDruid/wifi-qr-reader written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ComputerDruid/wifi-qr-reader on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ComputerDruid/wifi-qr-reader 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-2026-03-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] df1740fdcba44885d509cc117346570cc7b0df075d5e4e4a2588089cd8928843
[INFO] running `Command { std: "docker" "start" "-a" "df1740fdcba44885d509cc117346570cc7b0df075d5e4e4a2588089cd8928843", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "df1740fdcba44885d509cc117346570cc7b0df075d5e4e4a2588089cd8928843", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "df1740fdcba44885d509cc117346570cc7b0df075d5e4e4a2588089cd8928843", kill_on_drop: false }`
[INFO] [stdout] df1740fdcba44885d509cc117346570cc7b0df075d5e4e4a2588089cd8928843
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ac71f599f84bff421d2644265b8545f21e1c9e8b36bc8797c6c9f7595e58b759
[INFO] running `Command { std: "docker" "start" "-a" "ac71f599f84bff421d2644265b8545f21e1c9e8b36bc8797c6c9f7595e58b759", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling unicode-ident v1.0.19
[INFO] [stderr]    Compiling cfg-if v1.0.3
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling log v0.4.28
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling bytemuck v1.24.0
[INFO] [stderr]    Compiling clang-sys v1.8.1
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling bit_field v0.10.3
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling lebe v0.5.3
[INFO] [stderr]    Compiling find-msvc-tools v0.1.4
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling half v2.6.0
[INFO] [stderr]    Compiling flate2 v1.1.4
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling maybe-rayon v0.1.1
[INFO] [stderr]    Compiling gif v0.13.3
[INFO] [stderr]    Compiling imgref v1.12.0
[INFO] [stderr]    Compiling zune-core v0.4.12
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling regex-syntax v0.8.6
[INFO] [stderr]    Compiling qoi v0.4.1
[INFO] [stderr]    Compiling rgb v0.8.52
[INFO] [stderr]    Compiling bitflags v2.9.4
[INFO] [stderr]    Compiling loop9 v0.1.5
[INFO] [stderr]    Compiling exr v1.73.0
[INFO] [stderr]    Compiling libloading v0.8.9
[INFO] [stderr]    Compiling pxfm v0.1.25
[INFO] [stderr]    Compiling avif-serialize v0.8.6
[INFO] [stderr]    Compiling byteorder-lite v0.1.0
[INFO] [stderr]    Compiling zune-jpeg v0.4.21
[INFO] [stderr]    Compiling bindgen v0.65.1
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling home v0.5.11
[INFO] [stderr]    Compiling png v0.18.0
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling semver v0.1.20
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling image-webp v0.2.4
[INFO] [stderr]    Compiling rustc_version v0.1.7
[INFO] [stderr]    Compiling portable-atomic v1.11.1
[INFO] [stderr]    Compiling newtype_derive v0.1.6
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling simd_helpers v0.1.0
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling regex-automata v0.4.11
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling jpeg-decoder v0.3.2
[INFO] [stderr]    Compiling cc v1.2.41
[INFO] [stderr]    Compiling nasm-rs v0.3.1
[INFO] [stderr]    Compiling which v4.4.2
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]    Compiling nokhwa-bindings-macos v0.2.3
[INFO] [stderr]    Compiling g2poly v1.2.2
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling console v0.16.1
[INFO] [stderr]    Compiling moxcms v0.7.7
[INFO] [stderr]    Compiling nanorand v0.7.0
[INFO] [stderr]    Compiling tiff v0.9.1
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling png v0.17.16
[INFO] [stderr]    Compiling unit-prefix v0.5.1
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling anstream v0.6.21
[INFO] [stderr]    Compiling indicatif v0.18.0
[INFO] [stderr]    Compiling flume v0.11.1
[INFO] [stderr]    Compiling mozjpeg-sys v2.2.3
[INFO] [stderr]    Compiling lru v0.12.5
[INFO] [stderr]    Compiling jiff v0.2.15
[INFO] [stderr]    Compiling indicatif-log-bridge v0.2.3
[INFO] [stderr]    Compiling icy_sixel v0.1.3
[INFO] [stderr]    Compiling regex v1.11.3
[INFO] [stderr]    Compiling image v0.24.9
[INFO] [stderr]    Compiling env_filter v0.1.4
[INFO] [stderr]    Compiling mozjpeg v0.10.13
[INFO] [stderr]    Compiling equator-macro v0.4.2
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling profiling-procmacros v1.0.17
[INFO] [stderr]    Compiling arg_enum_proc_macro v0.3.4
[INFO] [stderr]    Compiling fax_derive v0.2.0
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling g2gen v1.2.2
[INFO] [stderr]    Compiling profiling v1.0.17
[INFO] [stderr]    Compiling fax v0.2.6
[INFO] [stderr]    Compiling g2p v1.2.2
[INFO] [stderr]    Compiling equator v0.4.2
[INFO] [stderr]    Compiling aligned-vec v0.6.4
[INFO] [stderr]    Compiling tiff v0.10.3
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling v_frame v0.3.9
[INFO] [stderr]    Compiling av1-grain v0.2.4
[INFO] [stderr]    Compiling env_logger v0.11.8
[INFO] [stderr]    Compiling rav1e v0.7.1
[INFO] [stderr]    Compiling v4l2-sys-mit v0.3.0
[INFO] [stderr]    Compiling bardecoder v0.5.0
[INFO] [stderr]    Compiling ravif v0.11.20
[INFO] [stderr]    Compiling v4l v0.14.0
[INFO] [stderr]    Compiling image v0.25.8
[INFO] [stderr]    Compiling nokhwa-core v0.1.7
[INFO] [stderr]    Compiling rqrr v0.10.0
[INFO] [stderr]    Compiling nokhwa-bindings-linux v0.1.2
[INFO] [stderr]    Compiling nokhwa-bindings-windows v0.4.4
[INFO] [stderr]    Compiling nokhwa v0.10.9
[INFO] [stderr]    Compiling wifi-qr-reader v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s
[INFO] running `Command { std: "docker" "inspect" "ac71f599f84bff421d2644265b8545f21e1c9e8b36bc8797c6c9f7595e58b759", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ac71f599f84bff421d2644265b8545f21e1c9e8b36bc8797c6c9f7595e58b759", kill_on_drop: false }`
[INFO] [stdout] ac71f599f84bff421d2644265b8545f21e1c9e8b36bc8797c6c9f7595e58b759
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a2979f3dbc86abf251544114d971f71842a23bc9407af890effbe091e55137f8
[INFO] running `Command { std: "docker" "start" "-a" "a2979f3dbc86abf251544114d971f71842a23bc9407af890effbe091e55137f8", kill_on_drop: false }`
[INFO] [stderr]    Compiling wifi-qr-reader v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.74s
[INFO] running `Command { std: "docker" "inspect" "a2979f3dbc86abf251544114d971f71842a23bc9407af890effbe091e55137f8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a2979f3dbc86abf251544114d971f71842a23bc9407af890effbe091e55137f8", kill_on_drop: false }`
[INFO] [stdout] a2979f3dbc86abf251544114d971f71842a23bc9407af890effbe091e55137f8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] ba20b9dc57b9e8621b9d1dbb755022f7b088f50e6c7faf6b78e712855d9077fa
[INFO] running `Command { std: "docker" "start" "-a" "ba20b9dc57b9e8621b9d1dbb755022f7b088f50e6c7faf6b78e712855d9077fa", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.23s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/wifi_qr_reader-b94cf7c9007e646b)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test qrcode::tests::test_rqrr ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "ba20b9dc57b9e8621b9d1dbb755022f7b088f50e6c7faf6b78e712855d9077fa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ba20b9dc57b9e8621b9d1dbb755022f7b088f50e6c7faf6b78e712855d9077fa", kill_on_drop: false }`
[INFO] [stdout] ba20b9dc57b9e8621b9d1dbb755022f7b088f50e6c7faf6b78e712855d9077fa
