[INFO] cloning repository https://github.com/vvv/bad-apple-ascii-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/vvv/bad-apple-ascii-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvvv%2Fbad-apple-ascii-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvvv%2Fbad-apple-ascii-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 33485772611c51ae1aec467dfc6a29bf8b4bacbe [INFO] testing vvv/bad-apple-ascii-rs against try#0abe69e6c16114311cc2700e972492e64d69c28f for pr-154065 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvvv%2Fbad-apple-ascii-rs" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/vvv/bad-apple-ascii-rs [INFO] finished tweaking git repo https://github.com/vvv/bad-apple-ascii-rs [INFO] tweaked toml for git repo https://github.com/vvv/bad-apple-ascii-rs written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/vvv/bad-apple-ascii-rs on toolchain 0abe69e6c16114311cc2700e972492e64d69c28f [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/vvv/bad-apple-ascii-rs 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" "+0abe69e6c16114311cc2700e972492e64d69c28f" "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/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b2d680b312948cc0f46621ea02a39210094015d955ae1f653ebd2a203c66593b [INFO] running `Command { std: "docker" "start" "-a" "b2d680b312948cc0f46621ea02a39210094015d955ae1f653ebd2a203c66593b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b2d680b312948cc0f46621ea02a39210094015d955ae1f653ebd2a203c66593b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b2d680b312948cc0f46621ea02a39210094015d955ae1f653ebd2a203c66593b", kill_on_drop: false }` [INFO] [stdout] b2d680b312948cc0f46621ea02a39210094015d955ae1f653ebd2a203c66593b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 23914d14a6392d9dcd45c02a0eb786e864f9ec37a9320d76f010e269245b8650 [INFO] running `Command { std: "docker" "start" "-a" "23914d14a6392d9dcd45c02a0eb786e864f9ec37a9320d76f010e269245b8650", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.7.6 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling glob v0.3.3 [INFO] [stderr] Compiling rayon-core v1.13.0 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling miniz_oxide v0.8.9 [INFO] [stderr] Compiling regex-syntax v0.8.8 [INFO] [stderr] Compiling libloading v0.8.9 [INFO] [stderr] Compiling bindgen v0.72.1 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling bitflags v2.10.0 [INFO] [stderr] Compiling syn v2.0.111 [INFO] [stderr] Compiling rustc-hash v2.1.1 [INFO] [stderr] Compiling cc v1.2.48 [INFO] [stderr] Compiling num_cpus v1.17.0 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling itertools v0.13.0 [INFO] [stderr] Compiling sharded-slab v0.1.7 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling clang-sys v1.8.1 [INFO] [stderr] Compiling thread_local v1.1.9 [INFO] [stderr] Compiling portable-atomic v1.11.1 [INFO] [stderr] Compiling weezl v0.1.12 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling thiserror v2.0.17 [INFO] [stderr] Compiling owo-colors v4.2.3 [INFO] [stderr] Compiling object v0.37.3 [INFO] [stderr] Compiling flate2 v1.1.5 [INFO] [stderr] Compiling tracing v0.1.43 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling aho-corasick v1.1.4 [INFO] [stderr] Compiling rayon v1.11.0 [INFO] [stderr] Compiling serde_json v1.0.145 [INFO] [stderr] Compiling termcolor v1.4.1 [INFO] [stderr] Compiling bit_field v0.10.3 [INFO] [stderr] Compiling eyre v0.6.12 [INFO] [stderr] Compiling tracing-subscriber v0.3.22 [INFO] [stderr] Compiling rustix v1.1.2 [INFO] [stderr] Compiling gimli v0.32.3 [INFO] [stderr] Compiling os_str_bytes v6.6.1 [INFO] [stderr] Compiling color-spantrace v0.3.0 [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling lebe v0.5.3 [INFO] [stderr] Compiling console v0.16.1 [INFO] [stderr] Compiling clap_derive v3.2.25 [INFO] [stderr] Compiling clap_lex v0.2.4 [INFO] [stderr] Compiling qoi v0.4.1 [INFO] [stderr] Compiling png v0.17.16 [INFO] [stderr] Compiling gif v0.13.3 [INFO] [stderr] Compiling regex-automata v0.4.13 [INFO] [stderr] Compiling tracing-error v0.2.1 [INFO] [stderr] Compiling cexpr v0.6.0 [INFO] [stderr] Compiling bit-vec v0.8.0 [INFO] [stderr] Compiling linux-raw-sys v0.11.0 [INFO] [stderr] Compiling ffmpeg-next v8.0.0 [INFO] [stderr] Compiling indenter v0.3.4 [INFO] [stderr] Compiling unit-prefix v0.5.2 [INFO] [stderr] Compiling rustc-demangle v0.1.26 [INFO] [stderr] Compiling textwrap v0.16.2 [INFO] [stderr] Compiling clap v3.2.25 [INFO] [stderr] Compiling jpeg-decoder v0.3.2 [INFO] [stderr] Compiling addr2line v0.25.1 [INFO] [stderr] Compiling indicatif v0.18.3 [INFO] [stderr] Compiling colored v2.2.0 [INFO] [stderr] Compiling regex v1.12.2 [INFO] [stderr] Compiling terminal_size v0.4.3 [INFO] [stderr] Compiling tiff v0.9.1 [INFO] [stderr] Compiling env_logger v0.9.3 [INFO] [stderr] Compiling zerocopy-derive v0.8.31 [INFO] [stderr] Compiling thiserror-impl v2.0.17 [INFO] [stderr] Compiling bdf-reader v0.1.3 [INFO] [stderr] Compiling zerocopy v0.8.31 [INFO] [stderr] Compiling backtrace v0.3.76 [INFO] [stderr] Compiling color-eyre v0.6.5 [INFO] [stderr] Compiling half v2.7.1 [INFO] [stderr] Compiling exr v1.74.0 [INFO] [stderr] Compiling ffmpeg-sys-next v8.0.1 [INFO] [stderr] Compiling image v0.24.9 [INFO] [stderr] Compiling image-to-ascii v0.7.0 (https://github.com/kpberry/image-to-ascii.git?branch=main#a9020dc9) [INFO] [stderr] Compiling bad-apple-ascii v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s [INFO] running `Command { std: "docker" "inspect" "23914d14a6392d9dcd45c02a0eb786e864f9ec37a9320d76f010e269245b8650", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "23914d14a6392d9dcd45c02a0eb786e864f9ec37a9320d76f010e269245b8650", kill_on_drop: false }` [INFO] [stdout] 23914d14a6392d9dcd45c02a0eb786e864f9ec37a9320d76f010e269245b8650 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1138d079504aff97ba15ef293947ee2c430d5724b450f5cc7f906fdd45c1076d [INFO] running `Command { std: "docker" "start" "-a" "1138d079504aff97ba15ef293947ee2c430d5724b450f5cc7f906fdd45c1076d", kill_on_drop: false }` [INFO] [stderr] Compiling bad-apple-ascii v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.67s [INFO] running `Command { std: "docker" "inspect" "1138d079504aff97ba15ef293947ee2c430d5724b450f5cc7f906fdd45c1076d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1138d079504aff97ba15ef293947ee2c430d5724b450f5cc7f906fdd45c1076d", kill_on_drop: false }` [INFO] [stdout] 1138d079504aff97ba15ef293947ee2c430d5724b450f5cc7f906fdd45c1076d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] cd86d06dd80e66c7db2ee2f5e59b98d20aa07d045a190857cb6b93afbc9679e9 [INFO] running `Command { std: "docker" "start" "-a" "cd86d06dd80e66c7db2ee2f5e59b98d20aa07d045a190857cb6b93afbc9679e9", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.18s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/bad_apple_ascii-beb81981334aa5d9) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "cd86d06dd80e66c7db2ee2f5e59b98d20aa07d045a190857cb6b93afbc9679e9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cd86d06dd80e66c7db2ee2f5e59b98d20aa07d045a190857cb6b93afbc9679e9", kill_on_drop: false }` [INFO] [stdout] cd86d06dd80e66c7db2ee2f5e59b98d20aa07d045a190857cb6b93afbc9679e9