[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 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frowan-gud%2Fconventional-commit-example" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-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-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/rowan-gud/conventional-commit-example on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "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" "+1.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] d9bc1a47114dc220a95245dd4ee532602961c26e1f376182c26562cf109e18b4
[INFO] running `Command { std: "docker" "start" "d9bc1a47114dc220a95245dd4ee532602961c26e1f376182c26562cf109e18b4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d9bc1a47114dc220a95245dd4ee532602961c26e1f376182c26562cf109e18b4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d9bc1a47114dc220a95245dd4ee532602961c26e1f376182c26562cf109e18b4" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d9bc1a47114dc220a95245dd4ee532602961c26e1f376182c26562cf109e18b4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d9bc1a47114dc220a95245dd4ee532602961c26e1f376182c26562cf109e18b4" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", 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.26s
[INFO] running `Command { std: "docker" "inspect" "d9bc1a47114dc220a95245dd4ee532602961c26e1f376182c26562cf109e18b4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d9bc1a47114dc220a95245dd4ee532602961c26e1f376182c26562cf109e18b4" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", 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] [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.18s
[INFO] running `Command { std: "docker" "inspect" "d9bc1a47114dc220a95245dd4ee532602961c26e1f376182c26562cf109e18b4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d9bc1a47114dc220a95245dd4ee532602961c26e1f376182c26562cf109e18b4" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", 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.01s
[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-32598deba4776329)
[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] [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]    Doc-tests conventional_commit_example
[INFO] [stdout] 
[INFO] [stdout] running 9 tests
[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/math.rs - math::add (line 5) ... ok
[INFO] [stdout] test src/math.rs - math::subtract (line 19) ... ok
[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/trig.rs - trig::tan (line 81) ... 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] 
[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] 55 | 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/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:557:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Result<i32, conventional_commit_example::math::MathERROR>` is defined in another crate
[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] 55 | 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 conditionally implemented for `Result<T, E>`
[INFO] [stdout]   --> /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:552:15
[INFO] [stdout]   ::: /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:557:19
[INFO] [stdout]    |
[INFO] [stdout]    = note: unsatisfied requirement introduced here: `conventional_commit_example::math::MathERROR: Debug`
[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.61s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "d9bc1a47114dc220a95245dd4ee532602961c26e1f376182c26562cf109e18b4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d9bc1a47114dc220a95245dd4ee532602961c26e1f376182c26562cf109e18b4", kill_on_drop: false }`
[INFO] [stdout] d9bc1a47114dc220a95245dd4ee532602961c26e1f376182c26562cf109e18b4
