[INFO] cloning repository https://github.com/isabelroses/bellado
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/isabelroses/bellado" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fisabelroses%2Fbellado", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fisabelroses%2Fbellado'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8b9bb4e19b06a35acd8b2d39830c2751246ff189
[INFO] testing isabelroses/bellado against master#0d162b25edd5bf0dba9a22e83b614f1113e90474 for pr-150681
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fisabelroses%2Fbellado" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/isabelroses/bellado
[INFO] finished tweaking git repo https://github.com/isabelroses/bellado
[INFO] tweaked toml for git repo https://github.com/isabelroses/bellado written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/isabelroses/bellado on toolchain 0d162b25edd5bf0dba9a22e83b614f1113e90474
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/isabelroses/bellado 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" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded prettytable v0.10.0
[INFO] [stderr]   Downloaded clap_derive v4.4.7
[INFO] [stderr]   Downloaded anstyle v1.0.4
[INFO] [stderr]   Downloaded clap v4.4.10
[INFO] [stderr]   Downloaded anstyle-wincon v3.0.1
[INFO] [stderr]   Downloaded anstyle-parse v0.2.2
[INFO] [stderr]   Downloaded anstream v0.6.4
[INFO] [stderr]   Downloaded clap_complete v4.4.4
[INFO] [stderr]   Downloaded clap_lex v0.6.0
[INFO] [stderr]   Downloaded clap_builder v4.4.9
[INFO] [stderr]   Downloaded rustix v0.38.25
[INFO] [stderr]   Downloaded linux-raw-sys v0.4.12
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 40f8d6a51aa45e558bba38313aa2f9457eac42eb2e20ab935cc38b921bd49835
[INFO] running `Command { std: "docker" "start" "-a" "40f8d6a51aa45e558bba38313aa2f9457eac42eb2e20ab935cc38b921bd49835", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "40f8d6a51aa45e558bba38313aa2f9457eac42eb2e20ab935cc38b921bd49835", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "40f8d6a51aa45e558bba38313aa2f9457eac42eb2e20ab935cc38b921bd49835", kill_on_drop: false }`
[INFO] [stdout] 40f8d6a51aa45e558bba38313aa2f9457eac42eb2e20ab935cc38b921bd49835
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2964cd60c9b8c4445dc5abe85da7b37c7d9f3e1c3b1d60d6daba3a0622d8043f
[INFO] running `Command { std: "docker" "start" "-a" "2964cd60c9b8c4445dc5abe85da7b37c7d9f3e1c3b1d60d6daba3a0622d8043f", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.70
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling libc v0.2.150
[INFO] [stderr]    Compiling utf8parse v0.2.1
[INFO] [stderr]    Compiling colorchoice v1.0.0
[INFO] [stderr]    Compiling anstyle-query v1.0.0
[INFO] [stderr]    Compiling anstyle v1.0.4
[INFO] [stderr]    Compiling serde v1.0.193
[INFO] [stderr]    Compiling anstyle-parse v0.2.2
[INFO] [stderr]    Compiling clap_lex v0.6.0
[INFO] [stderr]    Compiling rustix v0.38.25
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]    Compiling anstream v0.6.4
[INFO] [stderr]    Compiling ryu v1.0.15
[INFO] [stderr]    Compiling bitflags v2.4.1
[INFO] [stderr]    Compiling itoa v1.0.9
[INFO] [stderr]    Compiling memchr v2.6.4
[INFO] [stderr]    Compiling clap_builder v4.4.9
[INFO] [stderr]    Compiling linux-raw-sys v0.4.12
[INFO] [stderr]    Compiling option-ext v0.2.0
[INFO] [stderr]    Compiling serde_json v1.0.108
[INFO] [stderr]    Compiling anyhow v1.0.75
[INFO] [stderr]    Compiling encode_unicode v1.0.0
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling dirs-sys-next v0.1.2
[INFO] [stderr]    Compiling dirs-sys v0.4.1
[INFO] [stderr]    Compiling syn v2.0.39
[INFO] [stderr]    Compiling dirs-next v2.0.0
[INFO] [stderr]    Compiling term v0.7.0
[INFO] [stderr]    Compiling csv-core v0.1.11
[INFO] [stderr]    Compiling is-terminal v0.4.9
[INFO] [stderr]    Compiling iana-time-zone v0.1.58
[INFO] [stderr]    Compiling dirs v5.0.1
[INFO] [stderr]    Compiling chrono v0.4.31
[INFO] [stderr]    Compiling serde_derive v1.0.193
[INFO] [stderr]    Compiling clap_derive v4.4.7
[INFO] [stderr]    Compiling clap v4.4.10
[INFO] [stderr]    Compiling clap_complete v4.4.4
[INFO] [stderr]    Compiling bellado v0.3.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling csv v1.3.0
[INFO] [stderr]    Compiling prettytable v0.10.0
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.34s
[INFO] running `Command { std: "docker" "inspect" "2964cd60c9b8c4445dc5abe85da7b37c7d9f3e1c3b1d60d6daba3a0622d8043f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2964cd60c9b8c4445dc5abe85da7b37c7d9f3e1c3b1d60d6daba3a0622d8043f", kill_on_drop: false }`
[INFO] [stdout] 2964cd60c9b8c4445dc5abe85da7b37c7d9f3e1c3b1d60d6daba3a0622d8043f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c0d5bf2f78f6c233d977be9154e263d502d7a9d7267e8715e2ef760a78c3f2f0
[INFO] running `Command { std: "docker" "start" "-a" "c0d5bf2f78f6c233d977be9154e263d502d7a9d7267e8715e2ef760a78c3f2f0", kill_on_drop: false }`
[INFO] [stderr]    Compiling bellado v0.3.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.14s
[INFO] running `Command { std: "docker" "inspect" "c0d5bf2f78f6c233d977be9154e263d502d7a9d7267e8715e2ef760a78c3f2f0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c0d5bf2f78f6c233d977be9154e263d502d7a9d7267e8715e2ef760a78c3f2f0", kill_on_drop: false }`
[INFO] [stdout] c0d5bf2f78f6c233d977be9154e263d502d7a9d7267e8715e2ef760a78c3f2f0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] a1a0356a059f3965fe9167bb6b6b15854475fd322fc85f429c88013ebb052292
[INFO] running `Command { std: "docker" "start" "-a" "a1a0356a059f3965fe9167bb6b6b15854475fd322fc85f429c88013ebb052292", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.17s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/bellado-136df1b6d26865f2)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stderr] error: test failed, to rerun pass `--bin bellado`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/deps/bellado-136df1b6d26865f2` (exit status: 1)
[INFO] [stderr] note: test exited abnormally; to see the full output pass --no-capture to the harness.
[INFO] running `Command { std: "docker" "inspect" "a1a0356a059f3965fe9167bb6b6b15854475fd322fc85f429c88013ebb052292", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a1a0356a059f3965fe9167bb6b6b15854475fd322fc85f429c88013ebb052292", kill_on_drop: false }`
[INFO] [stdout] a1a0356a059f3965fe9167bb6b6b15854475fd322fc85f429c88013ebb052292
