[INFO] cloning repository https://github.com/johanvx/ascii-art-converter [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/johanvx/ascii-art-converter" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjohanvx%2Fascii-art-converter", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjohanvx%2Fascii-art-converter'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3b8af8ad906402de8f5972d11d224b92b8308322 [INFO] building johanvx/ascii-art-converter against master#ad85bc524b1ad696e42061ad8338d382dffbdbe5 for pr-146237-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjohanvx%2Fascii-art-converter" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/johanvx/ascii-art-converter [INFO] finished tweaking git repo https://github.com/johanvx/ascii-art-converter [INFO] tweaked toml for git repo https://github.com/johanvx/ascii-art-converter written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/johanvx/ascii-art-converter on toolchain ad85bc524b1ad696e42061ad8338d382dffbdbe5 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/johanvx/ascii-art-converter 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" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded indicatif v0.17.7 [INFO] [stderr] Downloaded ffmpeg-sys-next v6.1.0 [INFO] [stderr] Downloaded libloading v0.8.1 [INFO] [stderr] Downloaded video-rs v0.6.0 [INFO] [stderr] Downloaded matrixmultiply v0.3.8 [INFO] [stderr] Downloaded wide v0.7.15 [INFO] [stderr] Downloaded safe_arch v0.7.1 [INFO] [stderr] Downloaded ffmpeg-next v6.1.1 [INFO] [stderr] Downloaded bytemuck v1.14.1 [INFO] [stderr] Downloaded png v0.17.11 [INFO] [stderr] Downloaded rayon v1.8.1 [INFO] [stderr] Downloaded bindgen v0.64.0 [INFO] [stderr] Downloaded image v0.24.8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a3845dbfe909991cd3178e7e0d63202abb5809930c0bdee6c8241a68958704e8 [INFO] running `Command { std: "docker" "start" "-a" "a3845dbfe909991cd3178e7e0d63202abb5809930c0bdee6c8241a68958704e8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a3845dbfe909991cd3178e7e0d63202abb5809930c0bdee6c8241a68958704e8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a3845dbfe909991cd3178e7e0d63202abb5809930c0bdee6c8241a68958704e8", kill_on_drop: false }` [INFO] [stdout] a3845dbfe909991cd3178e7e0d63202abb5809930c0bdee6c8241a68958704e8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9617e1b5dba641d99fc6ce86384e419032c26168f442e0d039cd616e2110f1fd [INFO] running `Command { std: "docker" "start" "-a" "9617e1b5dba641d99fc6ce86384e419032c26168f442e0d039cd616e2110f1fd", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.153 [INFO] [stderr] Compiling num-traits v0.2.17 [INFO] [stderr] Compiling proc-macro2 v1.0.78 [INFO] [stderr] Compiling clang-sys v1.7.0 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling memchr v2.7.1 [INFO] [stderr] Compiling regex-syntax v0.8.2 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling libloading v0.8.1 [INFO] [stderr] Compiling bindgen v0.64.0 [INFO] [stderr] Compiling lock_api v0.4.11 [INFO] [stderr] Compiling lazycell v1.3.0 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling bytemuck v1.14.1 [INFO] [stderr] Compiling peeking_take_while v0.1.2 [INFO] [stderr] Compiling miniz_oxide v0.7.1 [INFO] [stderr] Compiling num-bigint v0.4.4 [INFO] [stderr] Compiling matrixmultiply v0.3.8 [INFO] [stderr] Compiling either v1.9.0 [INFO] [stderr] Compiling pkg-config v0.3.29 [INFO] [stderr] Compiling num-rational v0.4.1 [INFO] [stderr] Compiling rawpointer v0.2.1 [INFO] [stderr] Compiling num-iter v0.1.43 [INFO] [stderr] Compiling safe_arch v0.7.1 [INFO] [stderr] Compiling unicode-normalization v0.1.22 [INFO] [stderr] Compiling ffmpeg-next v6.1.1 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling smallvec v1.13.1 [INFO] [stderr] Compiling rayon v1.8.1 [INFO] [stderr] Compiling portable-atomic v1.6.0 [INFO] [stderr] Compiling ttf-parser v0.15.2 [INFO] [stderr] Compiling flate2 v1.0.28 [INFO] [stderr] Compiling flume v0.11.0 [INFO] [stderr] Compiling wide v0.7.15 [INFO] [stderr] Compiling half v2.2.1 [INFO] [stderr] Compiling idna v0.5.0 [INFO] [stderr] Compiling gif v0.12.0 [INFO] [stderr] Compiling qoi v0.4.1 [INFO] [stderr] Compiling pin-project-lite v0.2.13 [INFO] [stderr] Compiling ab_glyph_rasterizer v0.1.8 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Compiling exr v1.71.0 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling cc v1.0.83 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling syn v2.0.48 [INFO] [stderr] Compiling getrandom v0.2.12 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling png v0.17.11 [INFO] [stderr] Compiling num-complex v0.4.4 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling approx v0.5.1 [INFO] [stderr] Compiling unicode-width v0.1.11 [INFO] [stderr] Compiling custom_derive v0.1.7 [INFO] [stderr] Compiling conv v0.3.3 [INFO] [stderr] Compiling console v0.15.8 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling regex-automata v0.4.5 [INFO] [stderr] Compiling owned_ttf_parser v0.15.2 [INFO] [stderr] Compiling ndarray v0.15.6 [INFO] [stderr] Compiling cexpr v0.6.0 [INFO] [stderr] Compiling simba v0.7.3 [INFO] [stderr] Compiling rusttype v0.9.3 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling url v2.5.0 [INFO] [stderr] Compiling jpeg-decoder v0.3.1 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling rand_distr v0.2.2 [INFO] [stderr] Compiling num v0.4.1 [INFO] [stderr] Compiling indicatif v0.17.7 [INFO] [stderr] Compiling tiff v0.9.1 [INFO] [stderr] Compiling regex v1.10.3 [INFO] [stderr] Compiling image v0.24.8 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling nalgebra v0.30.1 [INFO] [stderr] Compiling ffmpeg-sys-next v6.1.0 [INFO] [stderr] Compiling imageproc v0.23.0 [INFO] [stderr] Compiling video-rs v0.6.0 [INFO] [stderr] Compiling gongxifacai v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s [INFO] running `Command { std: "docker" "inspect" "9617e1b5dba641d99fc6ce86384e419032c26168f442e0d039cd616e2110f1fd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9617e1b5dba641d99fc6ce86384e419032c26168f442e0d039cd616e2110f1fd", kill_on_drop: false }` [INFO] [stdout] 9617e1b5dba641d99fc6ce86384e419032c26168f442e0d039cd616e2110f1fd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 10dc3481252a77fb03faa53165c65b857c095851305c1b0ea11c920d653b6836 [INFO] running `Command { std: "docker" "start" "-a" "10dc3481252a77fb03faa53165c65b857c095851305c1b0ea11c920d653b6836", kill_on_drop: false }` [INFO] [stderr] Compiling gongxifacai v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.21s [INFO] running `Command { std: "docker" "inspect" "10dc3481252a77fb03faa53165c65b857c095851305c1b0ea11c920d653b6836", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "10dc3481252a77fb03faa53165c65b857c095851305c1b0ea11c920d653b6836", kill_on_drop: false }` [INFO] [stdout] 10dc3481252a77fb03faa53165c65b857c095851305c1b0ea11c920d653b6836