[INFO] cloning repository https://github.com/rowan-gud/conventional-commit-example
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rowan-gud/conventional-commit-example" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frowan-gud%2Fconventional-commit-example", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frowan-gud%2Fconventional-commit-example'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 281477b1f3a9243c49674110ae5f19b169c82c20
[INFO] testing rowan-gud/conventional-commit-example against beta-2025-09-21 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frowan-gud%2Fconventional-commit-example" "/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/rowan-gud/conventional-commit-example
[INFO] finished tweaking git repo https://github.com/rowan-gud/conventional-commit-example
[INFO] tweaked toml for git repo https://github.com/rowan-gud/conventional-commit-example written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/rowan-gud/conventional-commit-example on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/rowan-gud/conventional-commit-example 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-09-21" "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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6222d9690bd86f337d4a2414cb25efd6e0fa83a17876120d1a505ab338156b16
[INFO] running `Command { std: "docker" "start" "-a" "6222d9690bd86f337d4a2414cb25efd6e0fa83a17876120d1a505ab338156b16", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6222d9690bd86f337d4a2414cb25efd6e0fa83a17876120d1a505ab338156b16", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6222d9690bd86f337d4a2414cb25efd6e0fa83a17876120d1a505ab338156b16", kill_on_drop: false }`
[INFO] [stdout] 6222d9690bd86f337d4a2414cb25efd6e0fa83a17876120d1a505ab338156b16
[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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 108644c05603039c5c2bd38ea312cd3d2020a80ee10b9d03fa8285dba9f1b480
[INFO] running `Command { std: "docker" "start" "-a" "108644c05603039c5c2bd38ea312cd3d2020a80ee10b9d03fa8285dba9f1b480", kill_on_drop: false }`
[INFO] [stderr]    Compiling conventional-commit-example v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: type `MathERROR` is more private than the item `divide`
[INFO] [stdout]   --> src/math.rs:56:1
[INFO] [stdout]    |
[INFO] [stdout] 56 | pub fn divide(a: i32, b: i32) -> Result<i32, MathERROR> {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function `divide` is reachable at visibility `pub`
[INFO] [stdout]    |
[INFO] [stdout] note: but type `MathERROR` is only usable at visibility `pub(self)`
[INFO] [stdout]   --> src/math.rs:43:1
[INFO] [stdout]    |
[INFO] [stdout] 43 | enum MathERROR {
[INFO] [stdout]    | ^^^^^^^^^^^^^^
[INFO] [stdout]    = note: `#[warn(private_interfaces)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
[INFO] running `Command { std: "docker" "inspect" "108644c05603039c5c2bd38ea312cd3d2020a80ee10b9d03fa8285dba9f1b480", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "108644c05603039c5c2bd38ea312cd3d2020a80ee10b9d03fa8285dba9f1b480", kill_on_drop: false }`
[INFO] [stdout] 108644c05603039c5c2bd38ea312cd3d2020a80ee10b9d03fa8285dba9f1b480
[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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 830eb203c10dbe97ace773d23aa22dffade696f058da64be835daa5a4b6fd720
[INFO] running `Command { std: "docker" "start" "-a" "830eb203c10dbe97ace773d23aa22dffade696f058da64be835daa5a4b6fd720", kill_on_drop: false }`
[INFO] [stdout] warning: type `MathERROR` is more private than the item `divide`
[INFO] [stdout]   --> src/math.rs:56:1
[INFO] [stdout]    |
[INFO] [stdout] 56 | pub fn divide(a: i32, b: i32) -> Result<i32, MathERROR> {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function `divide` is reachable at visibility `pub`
[INFO] [stdout]    |
[INFO] [stdout] note: but type `MathERROR` is only usable at visibility `pub(self)`
[INFO] [stdout]   --> src/math.rs:43:1
[INFO] [stdout]    |
[INFO] [stdout] 43 | enum MathERROR {
[INFO] [stdout]    | ^^^^^^^^^^^^^^
[INFO] [stdout]    = note: `#[warn(private_interfaces)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling conventional-commit-example v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: type `MathERROR` is more private than the item `divide`
[INFO] [stdout]   --> src/math.rs:56:1
[INFO] [stdout]    |
[INFO] [stdout] 56 | pub fn divide(a: i32, b: i32) -> Result<i32, MathERROR> {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function `divide` is reachable at visibility `pub`
[INFO] [stdout]    |
[INFO] [stdout] note: but type `MathERROR` is only usable at visibility `pub(self)`
[INFO] [stdout]   --> src/math.rs:43:1
[INFO] [stdout]    |
[INFO] [stdout] 43 | enum MathERROR {
[INFO] [stdout]    | ^^^^^^^^^^^^^^
[INFO] [stdout]    = note: `#[warn(private_interfaces)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.32s
[INFO] running `Command { std: "docker" "inspect" "830eb203c10dbe97ace773d23aa22dffade696f058da64be835daa5a4b6fd720", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "830eb203c10dbe97ace773d23aa22dffade696f058da64be835daa5a4b6fd720", kill_on_drop: false }`
[INFO] [stdout] 830eb203c10dbe97ace773d23aa22dffade696f058da64be835daa5a4b6fd720
[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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] ca612f8843b2c11b9d6d02040f0a89feca445cca3eb940d3cccb2c7be4067a85
[INFO] running `Command { std: "docker" "start" "-a" "ca612f8843b2c11b9d6d02040f0a89feca445cca3eb940d3cccb2c7be4067a85", kill_on_drop: false }`
[INFO] [stderr] warning: type `MathERROR` is more private than the item `divide`
[INFO] [stdout] 
[INFO] [stderr]   --> src/math.rs:56:1
[INFO] [stdout] running 0 tests
[INFO] [stderr]    |
[INFO] [stdout] 
[INFO] [stderr] 56 | pub fn divide(a: i32, b: i32) -> Result<i32, MathERROR> {
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function `divide` is reachable at visibility `pub`
[INFO] [stdout] 
[INFO] [stderr]    |
[INFO] [stderr] note: but type `MathERROR` is only usable at visibility `pub(self)`
[INFO] [stderr]   --> src/math.rs:43:1
[INFO] [stderr]    |
[INFO] [stderr] 43 | enum MathERROR {
[INFO] [stderr]    | ^^^^^^^^^^^^^^
[INFO] [stderr]    = note: `#[warn(private_interfaces)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `conventional-commit-example` (lib) generated 1 warning
[INFO] [stderr] warning: `conventional-commit-example` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/conventional_commit_example-fa8222355e3e828f)
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/conventional_commit_example-3fb9368fdb54cada)
[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] [stderr]    Doc-tests conventional_commit_example
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 9 tests
[INFO] [stdout] test src/trig.rs - trig::asin (line 24) ... ok
[INFO] [stdout] test src/trig.rs - trig::tan (line 81) ... ok
[INFO] [stdout] test src/math.rs - math::add (line 5) ... ok
[INFO] [stdout] test src/math.rs - math::divide (line 50) ... FAILED
[INFO] [stdout] test src/math.rs - math::multiply (line 33) ... ok
[INFO] [stdout] test src/trig.rs - trig::acos (line 62) ... ok
[INFO] [stdout] test src/trig.rs - trig::cos (line 43) ... ok
[INFO] [stdout] test src/math.rs - math::subtract (line 19) ... ok
[INFO] [stdout] test src/trig.rs - trig::sin (line 5) ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/math.rs - math::divide (line 50) stdout ----
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `Result<i32, conventional_commit_example::math::MathERROR>`
[INFO] [stdout]  --> src/math.rs:55:1
[INFO] [stdout]   |
[INFO] [stdout] 8 | assert_eq!(result, 2);
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   | |
[INFO] [stdout]   | Result<i32, conventional_commit_example::math::MathERROR>
[INFO] [stdout]   | {integer}
[INFO] [stdout]   |
[INFO] [stdout] note: the foreign item type `Result<i32, conventional_commit_example::math::MathERROR>` doesn't implement `PartialEq<{integer}>`
[INFO] [stdout]  --> /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:550:1
[INFO] [stdout]   |
[INFO] [stdout]   = note: not implement `PartialEq<{integer}>`
[INFO] [stdout]   = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `conventional_commit_example::math::MathERROR` doesn't implement `Debug`
[INFO] [stdout]  --> src/math.rs:55:1
[INFO] [stdout]   |
[INFO] [stdout] 8 | assert_eq!(result, 2);
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^ the trait `Debug` is not implemented for `conventional_commit_example::math::MathERROR`
[INFO] [stdout]   |
[INFO] [stdout]   = help: the trait `Debug` is implemented for `Result<T, E>`
[INFO] [stdout]   = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0369.
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/math.rs - math::divide (line 50)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 8 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.52s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "ca612f8843b2c11b9d6d02040f0a89feca445cca3eb940d3cccb2c7be4067a85", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ca612f8843b2c11b9d6d02040f0a89feca445cca3eb940d3cccb2c7be4067a85", kill_on_drop: false }`
[INFO] [stdout] ca612f8843b2c11b9d6d02040f0a89feca445cca3eb940d3cccb2c7be4067a85
