[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 try#9f93af291970322f4f1c6315ccde4d7078201159 for pr-146098-6
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frowan-gud%2Fconventional-commit-example" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-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-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/rowan-gud/conventional-commit-example on toolchain 9f93af291970322f4f1c6315ccde4d7078201159
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "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" "+9f93af291970322f4f1c6315ccde4d7078201159" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] fc661cd8680045a1358677a2157f21f594c8ca04ac4966061bcec93313b7e4f3
[INFO] running `Command { std: "docker" "start" "-a" "fc661cd8680045a1358677a2157f21f594c8ca04ac4966061bcec93313b7e4f3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fc661cd8680045a1358677a2157f21f594c8ca04ac4966061bcec93313b7e4f3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fc661cd8680045a1358677a2157f21f594c8ca04ac4966061bcec93313b7e4f3", kill_on_drop: false }`
[INFO] [stdout] fc661cd8680045a1358677a2157f21f594c8ca04ac4966061bcec93313b7e4f3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 743474f0538cb4c26ca0eb480aff9196c78b6173447d372b487f2032556efbc9
[INFO] running `Command { std: "docker" "start" "-a" "743474f0538cb4c26ca0eb480aff9196c78b6173447d372b487f2032556efbc9", 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.41s
[INFO] running `Command { std: "docker" "inspect" "743474f0538cb4c26ca0eb480aff9196c78b6173447d372b487f2032556efbc9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "743474f0538cb4c26ca0eb480aff9196c78b6173447d372b487f2032556efbc9", kill_on_drop: false }`
[INFO] [stdout] 743474f0538cb4c26ca0eb480aff9196c78b6173447d372b487f2032556efbc9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1dcb76918f69311755d0e896a316520e901b2b84232e9b2b8e298511d1abbfaf
[INFO] running `Command { std: "docker" "start" "-a" "1dcb76918f69311755d0e896a316520e901b2b84232e9b2b8e298511d1abbfaf", 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.36s
[INFO] running `Command { std: "docker" "inspect" "1dcb76918f69311755d0e896a316520e901b2b84232e9b2b8e298511d1abbfaf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1dcb76918f69311755d0e896a316520e901b2b84232e9b2b8e298511d1abbfaf", kill_on_drop: false }`
[INFO] [stdout] 1dcb76918f69311755d0e896a316520e901b2b84232e9b2b8e298511d1abbfaf
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] eace8afb470ae4c6578bffe728939fc2a0ab4d420779e9c58cb9222624a05f41
[INFO] running `Command { std: "docker" "start" "-a" "eace8afb470ae4c6578bffe728939fc2a0ab4d420779e9c58cb9222624a05f41", kill_on_drop: false }`
[INFO] [stderr] warning: type `MathERROR` is more private than the item `divide`
[INFO] [stderr]   --> src/math.rs:56:1
[INFO] [stderr]    |
[INFO] [stderr] 56 | pub fn divide(a: i32, b: i32) -> Result<i32, MathERROR> {
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function `divide` is reachable at visibility `pub`
[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.06s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/conventional_commit_example-be35eaaf91497ade)
[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] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/conventional_commit_example-c15db9141b0d6b05)
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests conventional_commit_example
[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] [stdout] 
[INFO] [stdout] running 9 tests
[INFO] [stdout] test src/math.rs - math::divide (line 50) ... FAILED
[INFO] [stdout] test src/trig.rs - trig::cos (line 43) ... ok
[INFO] [stdout] test src/trig.rs - trig::sin (line 5) ... ok
[INFO] [stdout] test src/math.rs - math::multiply (line 33) ... ok
[INFO] [stdout] test src/math.rs - math::subtract (line 19) ... ok
[INFO] [stdout] test src/math.rs - math::add (line 5) ... ok
[INFO] [stdout] test src/trig.rs - trig::asin (line 24) ... ok
[INFO] [stdout] test src/trig.rs - trig::acos (line 62) ... ok
[INFO] [stdout] test src/trig.rs - trig::tan (line 81) ... 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: `Result<i32, conventional_commit_example::math::MathERROR>` does not implement `PartialEq<{integer}>`
[INFO] [stdout]  --> /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/result.rs:557:1
[INFO] [stdout]   |
[INFO] [stdout]   = note: `Result<i32, conventional_commit_example::math::MathERROR>` is defined in another crate
[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]  --> /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/result.rs:552:16
[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 1.03s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "eace8afb470ae4c6578bffe728939fc2a0ab4d420779e9c58cb9222624a05f41", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "eace8afb470ae4c6578bffe728939fc2a0ab4d420779e9c58cb9222624a05f41", kill_on_drop: false }`
[INFO] [stdout] eace8afb470ae4c6578bffe728939fc2a0ab4d420779e9c58cb9222624a05f41
