[INFO] cloning repository https://github.com/craole-cc/ephelog
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/craole-cc/ephelog" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcraole-cc%2Fephelog", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcraole-cc%2Fephelog'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f2c0b4d5bd5e30116d630bf57434cefbb4b62048
[INFO] testing craole-cc/ephelog against try#9f93af291970322f4f1c6315ccde4d7078201159 for pr-146098-6
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcraole-cc%2Fephelog" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-3-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/craole-cc/ephelog
[INFO] finished tweaking git repo https://github.com/craole-cc/ephelog
[INFO] tweaked toml for git repo https://github.com/craole-cc/ephelog written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/craole-cc/ephelog 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/craole-cc/ephelog 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] 849498445fe65f03d17f7aee6c84da9a839687225da5ae353793d7424f1a5849
[INFO] running `Command { std: "docker" "start" "-a" "849498445fe65f03d17f7aee6c84da9a839687225da5ae353793d7424f1a5849", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "849498445fe65f03d17f7aee6c84da9a839687225da5ae353793d7424f1a5849", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "849498445fe65f03d17f7aee6c84da9a839687225da5ae353793d7424f1a5849", kill_on_drop: false }`
[INFO] [stdout] 849498445fe65f03d17f7aee6c84da9a839687225da5ae353793d7424f1a5849
[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] 79f8f960f67ce6e251d1bd27698cb37dda87d54c5fea001af4e65ae5da97c204
[INFO] running `Command { std: "docker" "start" "-a" "79f8f960f67ce6e251d1bd27698cb37dda87d54c5fea001af4e65ae5da97c204", kill_on_drop: false }`
[INFO] [stderr]    Compiling regex-syntax v0.8.6
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling nu-ansi-term v0.50.1
[INFO] [stderr]    Compiling tracing-core v0.1.34
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling dotenv v0.15.0
[INFO] [stderr]    Compiling clap_lex v0.7.5
[INFO] [stderr]    Compiling anstream v0.6.21
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling clap_builder v4.5.48
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling regex-automata v0.4.11
[INFO] [stderr]    Compiling clap v4.5.48
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling miette-derive v7.6.0
[INFO] [stderr]    Compiling miette v7.6.0
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling tracing-subscriber v0.3.20
[INFO] [stderr]    Compiling ephelog v0.1.0 (/opt/rustwide/workdir/source/core)
[INFO] [stderr]    Compiling ephelog-macros v0.1.0 (/opt/rustwide/workdir/source/macros)
[INFO] [stderr]    Compiling ephelog-utils v0.1.0 (/opt/rustwide/workdir/source/utils)
[INFO] [stderr]    Compiling ephelog-cli v0.1.0 (/opt/rustwide/workdir/source/cli)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.17s
[INFO] running `Command { std: "docker" "inspect" "79f8f960f67ce6e251d1bd27698cb37dda87d54c5fea001af4e65ae5da97c204", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "79f8f960f67ce6e251d1bd27698cb37dda87d54c5fea001af4e65ae5da97c204", kill_on_drop: false }`
[INFO] [stdout] 79f8f960f67ce6e251d1bd27698cb37dda87d54c5fea001af4e65ae5da97c204
[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] 5a8a31e263331d7fb1ace8d30f03ea6695da388329a78597a8c1df51f50da3fa
[INFO] running `Command { std: "docker" "start" "-a" "5a8a31e263331d7fb1ace8d30f03ea6695da388329a78597a8c1df51f50da3fa", kill_on_drop: false }`
[INFO] [stderr]    Compiling bitflags v2.9.4
[INFO] [stderr]    Compiling libc v0.2.176
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling hashbrown v0.16.0
[INFO] [stderr]    Compiling winnow v0.7.13
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling snapbox-macros v0.3.10
[INFO] [stderr]    Compiling humantime v2.3.0
[INFO] [stderr]    Compiling toml_writer v1.0.3
[INFO] [stderr]    Compiling similar v2.7.0
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling automod v1.0.15
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling ephelog v0.1.0 (/opt/rustwide/workdir/source/core)
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling content_inspector v0.2.4
[INFO] [stderr]    Compiling ephelog-macros v0.1.0 (/opt/rustwide/workdir/source/macros)
[INFO] [stderr]    Compiling ephelog-utils v0.1.0 (/opt/rustwide/workdir/source/utils)
[INFO] [stderr]    Compiling indexmap v2.11.4
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling os_pipe v1.2.2
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling filetime v0.2.26
[INFO] [stderr]    Compiling tempfile v3.23.0
[INFO] [stderr]    Compiling snapbox v0.6.21
[INFO] [stderr]    Compiling toml_parser v1.0.3
[INFO] [stderr]    Compiling toml_datetime v0.7.2
[INFO] [stderr]    Compiling serde_spanned v1.0.2
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling toml_edit v0.23.6
[INFO] [stderr]    Compiling humantime-serde v1.1.1
[INFO] [stderr]    Compiling trycmd v0.15.10
[INFO] [stderr]    Compiling ephelog-cli v0.1.0 (/opt/rustwide/workdir/source/cli)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 20.69s
[INFO] running `Command { std: "docker" "inspect" "5a8a31e263331d7fb1ace8d30f03ea6695da388329a78597a8c1df51f50da3fa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5a8a31e263331d7fb1ace8d30f03ea6695da388329a78597a8c1df51f50da3fa", kill_on_drop: false }`
[INFO] [stdout] 5a8a31e263331d7fb1ace8d30f03ea6695da388329a78597a8c1df51f50da3fa
[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] b485129a7f01a37c29cd8158c2965f1d6c4f82a45de2c3c16139ae84f8608214
[INFO] running `Command { std: "docker" "start" "-a" "b485129a7f01a37c29cd8158c2965f1d6c4f82a45de2c3c16139ae84f8608214", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.15s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ephelog-4e19d1f4af86990e)
[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/ephelog_cli-d6978b19c5262e27)
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ephelog_macros-08f2dc96eacb394d)
[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/lib.rs (/opt/rustwide/target/debug/deps/ephelog_utils-b709e21dc567555c)
[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 ephelog
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test source/core/src/api.rs - api::log_msg (line 163) ... FAILED
[INFO] [stdout] test source/core/src/api.rs - api::init (line 19) ... FAILED
[INFO] [stdout] test source/core/src/api.rs - api::ephelog_init (line 60) ... FAILED
[INFO] [stdout] test source/core/src/display.rs - display::DisplayOptions (line 15) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- source/core/src/api.rs - api::log_msg (line 163) stdout ----
[INFO] [stdout] error: cannot find macro `log_msg` in this scope
[INFO] [stdout]  --> source/core/src/api.rs:164:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | log_msg!(Level::Error, "Failure: {0}", error_msg);
[INFO] [stdout]   | ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]   |
[INFO] [stdout] 2 + use ephelog::log_msg;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- source/core/src/api.rs - api::init (line 19) stdout ----
[INFO] [stdout] error[E0425]: cannot find function `init` in this scope
[INFO] [stdout]  --> source/core/src/api.rs:20:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | init(Some("info"))?;
[INFO] [stdout]   | ^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing one of these functions
[INFO] [stdout]   |
[INFO] [stdout] 2 + use ephelog::init;
[INFO] [stdout]   |
[INFO] [stdout] 2 + use tracing_subscriber::fmt::init;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `init` in this scope
[INFO] [stdout]  --> source/core/src/api.rs:21:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | init(Some(&Level::Warn))?;
[INFO] [stdout]   | ^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing one of these functions
[INFO] [stdout]   |
[INFO] [stdout] 2 + use ephelog::init;
[INFO] [stdout]   |
[INFO] [stdout] 2 + use tracing_subscriber::fmt::init;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Level`
[INFO] [stdout]  --> source/core/src/api.rs:21:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | init(Some(&Level::Warn))?;
[INFO] [stdout]   |            ^^^^^ use of undeclared type `Level`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]   |
[INFO] [stdout] 2 + use ephelog::Level;
[INFO] [stdout]   |
[INFO] [stdout] 2 + use tracing::Level;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `init` in this scope
[INFO] [stdout]  --> source/core/src/api.rs:22:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | init(None)?;
[INFO] [stdout]   | ^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing one of these functions
[INFO] [stdout]   |
[INFO] [stdout] 2 + use ephelog::init;
[INFO] [stdout]   |
[INFO] [stdout] 2 + use tracing_subscriber::fmt::init;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- source/core/src/api.rs - api::ephelog_init (line 60) stdout ----
[INFO] [stdout] error: cannot find macro `ephelog_init` in this scope
[INFO] [stdout]  --> source/core/src/api.rs:64:1
[INFO] [stdout]   |
[INFO] [stdout] 7 | ephelog_init!(Level::Debug)?;
[INFO] [stdout]   | ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]   |
[INFO] [stdout] 2 + use ephelog::ephelog_init;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `ephelog_init` in this scope
[INFO] [stdout]  --> source/core/src/api.rs:63:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | ephelog_init!("warn")?;
[INFO] [stdout]   | ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]   |
[INFO] [stdout] 2 + use ephelog::ephelog_init;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `ephelog_init` in this scope
[INFO] [stdout]  --> source/core/src/api.rs:62:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | ephelog_init!();
[INFO] [stdout]   | ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]   |
[INFO] [stdout] 2 + use ephelog::ephelog_init;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stderr] error: doctest failed, to rerun pass `-p ephelog --doc`
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- source/core/src/display.rs - display::DisplayOptions (line 15) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Options`
[INFO] [stdout]  --> source/core/src/display.rs:16:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | let opts = Options::TAG | Options::LOCATION;
[INFO] [stdout]   |            ^^^^^^^
[INFO] [stdout]   |            |
[INFO] [stdout]   |            use of undeclared type `Options`
[INFO] [stdout]   |            help: an enum with a similar name exists: `Option`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Options`
[INFO] [stdout]  --> source/core/src/display.rs:16:27
[INFO] [stdout]   |
[INFO] [stdout] 3 | let opts = Options::TAG | Options::LOCATION;
[INFO] [stdout]   |                           ^^^^^^^
[INFO] [stdout]   |                           |
[INFO] [stdout]   |                           use of undeclared type `Options`
[INFO] [stdout]   |                           help: an enum with a similar name exists: `Option`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Options`
[INFO] [stdout]  --> source/core/src/display.rs:17:18
[INFO] [stdout]   |
[INFO] [stdout] 4 | if opts.contains(Options::TAG) { /* ... */ }
[INFO] [stdout]   |                  ^^^^^^^
[INFO] [stdout]   |                  |
[INFO] [stdout]   |                  use of undeclared type `Options`
[INFO] [stdout]   |                  help: an enum with a similar name exists: `Option`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     source/core/src/api.rs - api::ephelog_init (line 60)
[INFO] [stdout]     source/core/src/api.rs - api::init (line 19)
[INFO] [stdout]     source/core/src/api.rs - api::log_msg (line 163)
[INFO] [stdout]     source/core/src/display.rs - display::DisplayOptions (line 15)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 4 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.30s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 0.55s; merged doctests compilation took 0.25s
[INFO] running `Command { std: "docker" "inspect" "b485129a7f01a37c29cd8158c2965f1d6c4f82a45de2c3c16139ae84f8608214", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b485129a7f01a37c29cd8158c2965f1d6c4f82a45de2c3c16139ae84f8608214", kill_on_drop: false }`
[INFO] [stdout] b485129a7f01a37c29cd8158c2965f1d6c4f82a45de2c3c16139ae84f8608214
