[INFO] cloning repository https://github.com/jeffreyqdd/rust_bril
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jeffreyqdd/rust_bril" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjeffreyqdd%2Frust_bril", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjeffreyqdd%2Frust_bril'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d537a5cd223dadc7b96ae9b129b45e4cc45a4acd
[INFO] testing jeffreyqdd/rust_bril against master#1ef7943ee607160a564655b6596f83670ef95df5 for pr-146098-6
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjeffreyqdd%2Frust_bril" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/jeffreyqdd/rust_bril
[INFO] finished tweaking git repo https://github.com/jeffreyqdd/rust_bril
[INFO] tweaked toml for git repo https://github.com/jeffreyqdd/rust_bril written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jeffreyqdd/rust_bril on toolchain 1ef7943ee607160a564655b6596f83670ef95df5
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jeffreyqdd/rust_bril 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" "+1ef7943ee607160a564655b6596f83670ef95df5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded mock_instant v0.6.0
[INFO] [stderr]   Downloaded log4rs v1.4.0
[INFO] [stderr]   Downloaded humantime v2.3.0
[INFO] [stderr]   Downloaded find-msvc-tools v0.1.3
[INFO] [stderr]   Downloaded thread-id v5.0.0
[INFO] [stderr]   Downloaded wit-bindgen v0.45.0
[INFO] [stderr]   Downloaded typemap-ors v1.0.0
[INFO] [stderr]   Downloaded wasi v0.14.3+wasi-0.2.4
[INFO] [stderr]   Downloaded cc v1.2.40
[INFO] [stderr]   Downloaded unsafe-any-ors v1.0.0
[INFO] [stderr]   Downloaded destructure_traitobject v0.2.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 16720173ffad0add2ba5c50d356e57bc52ac2382089546c1b58673f966ce3e13
[INFO] running `Command { std: "docker" "start" "-a" "16720173ffad0add2ba5c50d356e57bc52ac2382089546c1b58673f966ce3e13", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "16720173ffad0add2ba5c50d356e57bc52ac2382089546c1b58673f966ce3e13", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "16720173ffad0add2ba5c50d356e57bc52ac2382089546c1b58673f966ce3e13", kill_on_drop: false }`
[INFO] [stdout] 16720173ffad0add2ba5c50d356e57bc52ac2382089546c1b58673f966ce3e13
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 45e86d5ccf471f6c9f91a4c1162039d64b5d4525f5f4c70d1adeee5f5141a6a3
[INFO] running `Command { std: "docker" "start" "-a" "45e86d5ccf471f6c9f91a4c1162039d64b5d4525f5f4c70d1adeee5f5141a6a3", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling libc v0.2.175
[INFO] [stderr]    Compiling cfg-if v1.0.3
[INFO] [stderr]    Compiling zerocopy v0.8.27
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling hashbrown v0.16.0
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling anstyle-query v1.1.4
[INFO] [stderr]    Compiling colorchoice v1.0.4
[INFO] [stderr]    Compiling anstyle v1.0.11
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling anstyle-parse v0.2.7
[INFO] [stderr]    Compiling rustix v1.0.8
[INFO] [stderr]    Compiling serde_json v1.0.143
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling destructure_traitobject v0.2.0
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling bitflags v2.9.4
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]    Compiling unsafe-any-ors v1.0.0
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.11
[INFO] [stderr]    Compiling clap_lex v0.7.5
[INFO] [stderr]    Compiling linux-raw-sys v0.9.4
[INFO] [stderr]    Compiling iana-time-zone v0.1.64
[INFO] [stderr]    Compiling anstream v0.6.20
[INFO] [stderr]    Compiling typemap-ors v1.0.0
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling log-mdc v0.1.0
[INFO] [stderr]    Compiling humantime v2.3.0
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling arc-swap v1.7.1
[INFO] [stderr]    Compiling clap_builder v4.5.47
[INFO] [stderr]    Compiling mock_instant v0.6.0
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling thread-id v5.0.0
[INFO] [stderr]    Compiling indexmap v2.11.4
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling uuid v1.18.1
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling ordered-float v2.10.1
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling tempfile v3.21.0
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling derive_more-impl v2.0.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling clap_derive v4.5.47
[INFO] [stderr]    Compiling derive_more v2.0.1
[INFO] [stderr]    Compiling clap v4.5.47
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling log v0.4.28
[INFO] [stderr]    Compiling serde-value v0.7.0
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling log4rs v1.4.0
[INFO] [stderr]    Compiling rust_bril v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `y`
[INFO] [stdout]    --> src/optimizations/lvn/numbering_table.rs:244:40
[INFO] [stdout]     |
[INFO] [stdout] 244 |                         for (expr, (x, y)) in self.table.iter() {
[INFO] [stdout]     |                                        ^ help: if this is intentional, prefix it with an underscore: `_y`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `Expr` is more private than the item `LocalValueNumberingTable::fold`
[INFO] [stdout]    --> src/optimizations/lvn/numbering_table.rs:238:5
[INFO] [stdout]     |
[INFO] [stdout] 238 |     pub fn fold(&self, expr: Expr) -> Expr {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method `LocalValueNumberingTable::fold` is reachable at visibility `pub(in crate::optimizations::lvn)`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `Expr` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> src/optimizations/lvn/numbering_table.rs:32:1
[INFO] [stdout]     |
[INFO] [stdout]  32 | enum Expr {
[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 36.91s
[INFO] running `Command { std: "docker" "inspect" "45e86d5ccf471f6c9f91a4c1162039d64b5d4525f5f4c70d1adeee5f5141a6a3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "45e86d5ccf471f6c9f91a4c1162039d64b5d4525f5f4c70d1adeee5f5141a6a3", kill_on_drop: false }`
[INFO] [stdout] 45e86d5ccf471f6c9f91a4c1162039d64b5d4525f5f4c70d1adeee5f5141a6a3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d208ddcd86980287541c2590928d6bdd02511e715372acc7e1ef4b3e436b2e27
[INFO] running `Command { std: "docker" "start" "-a" "d208ddcd86980287541c2590928d6bdd02511e715372acc7e1ef4b3e436b2e27", kill_on_drop: false }`
[INFO] [stderr]    Compiling rust_bril v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `y`
[INFO] [stdout]    --> src/optimizations/lvn/numbering_table.rs:244:40
[INFO] [stdout]     |
[INFO] [stdout] 244 |                         for (expr, (x, y)) in self.table.iter() {
[INFO] [stdout]     |                                        ^ help: if this is intentional, prefix it with an underscore: `_y`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `Expr` is more private than the item `LocalValueNumberingTable::fold`
[INFO] [stdout]    --> src/optimizations/lvn/numbering_table.rs:238:5
[INFO] [stdout]     |
[INFO] [stdout] 238 |     pub fn fold(&self, expr: Expr) -> Expr {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method `LocalValueNumberingTable::fold` is reachable at visibility `pub(in crate::optimizations::lvn)`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `Expr` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> src/optimizations/lvn/numbering_table.rs:32:1
[INFO] [stdout]     |
[INFO] [stdout]  32 | enum Expr {
[INFO] [stdout]     | ^^^^^^^^^
[INFO] [stdout]     = note: `#[warn(private_interfaces)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `y`
[INFO] [stdout]    --> src/optimizations/lvn/numbering_table.rs:244:40
[INFO] [stdout]     |
[INFO] [stdout] 244 |                         for (expr, (x, y)) in self.table.iter() {
[INFO] [stdout]     |                                        ^ help: if this is intentional, prefix it with an underscore: `_y`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `Expr` is more private than the item `LocalValueNumberingTable::fold`
[INFO] [stdout]    --> src/optimizations/lvn/numbering_table.rs:238:5
[INFO] [stdout]     |
[INFO] [stdout] 238 |     pub fn fold(&self, expr: Expr) -> Expr {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method `LocalValueNumberingTable::fold` is reachable at visibility `pub(in crate::optimizations::lvn)`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `Expr` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> src/optimizations/lvn/numbering_table.rs:32:1
[INFO] [stdout]     |
[INFO] [stdout]  32 | enum Expr {
[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 1.86s
[INFO] running `Command { std: "docker" "inspect" "d208ddcd86980287541c2590928d6bdd02511e715372acc7e1ef4b3e436b2e27", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d208ddcd86980287541c2590928d6bdd02511e715372acc7e1ef4b3e436b2e27", kill_on_drop: false }`
[INFO] [stdout] d208ddcd86980287541c2590928d6bdd02511e715372acc7e1ef4b3e436b2e27
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 0a0a498aa7c670b2da6c06e2f75769d9f5ee7b0129db91132bf673237d1c4cfc
[INFO] running `Command { std: "docker" "start" "-a" "0a0a498aa7c670b2da6c06e2f75769d9f5ee7b0129db91132bf673237d1c4cfc", kill_on_drop: false }`
[INFO] [stderr] warning: unused variable: `y`
[INFO] [stderr]    --> src/optimizations/lvn/numbering_table.rs:244:40
[INFO] [stderr]     |
[INFO] [stderr] 244 |                         for (expr, (x, y)) in self.table.iter() {
[INFO] [stderr]     |                                        ^ help: if this is intentional, prefix it with an underscore: `_y`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: type `Expr` is more private than the item `LocalValueNumberingTable::fold`
[INFO] [stderr]    --> src/optimizations/lvn/numbering_table.rs:238:5
[INFO] [stderr]     |
[INFO] [stderr] 238 |     pub fn fold(&self, expr: Expr) -> Expr {
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method `LocalValueNumberingTable::fold` is reachable at visibility `pub(in crate::optimizations::lvn)`
[INFO] [stderr]     |
[INFO] [stderr] note: but type `Expr` is only usable at visibility `pub(self)`
[INFO] [stderr]    --> src/optimizations/lvn/numbering_table.rs:32:1
[INFO] [stderr]     |
[INFO] [stderr]  32 | enum Expr {
[INFO] [stderr]     | ^^^^^^^^^
[INFO] [stderr]     = note: `#[warn(private_interfaces)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `rust_bril` (lib) generated 2 warnings (run `cargo fix --lib -p rust_bril` to apply 1 suggestion)
[INFO] [stderr] warning: `rust_bril` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.12s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rust_bril-393da5afda76fd39)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test bril_logger::tests::test_convenience_functions ... ok
[INFO] [stderr] 2025-11-09 00:47:45 [INFO ] rust_bril::bril_logger::tests - Test message with existing logger
[INFO] [stdout] test bril_logger::tests::test_custom_pattern ... ok
[INFO] [stderr] 2025-11-09 00:47:45 [ERROR] rust_bril::bril_logger::tests - Test error message
[INFO] [stderr] 2025-11-09 00:47:45 [WARN ] rust_bril::bril_logger::tests - Test warning message
[INFO] [stderr] 2025-11-09 00:47:45 [INFO ] rust_bril::bril_logger::tests - Test info message
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/rust_bril-914b694411371d7f)
[INFO] [stdout] test bril_logger::tests::test_logger_initialization ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[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 rust_bril
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test src/bril_logger.rs - bril_logger::init_logger (line 22) ... FAILED
[INFO] [stdout] test src/representation/program.rs - representation::program::RichProgram::from_file (line 689) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/bril_logger.rs - bril_logger::init_logger (line 22) stdout ----
[INFO] [stdout] error[E0425]: cannot find function `init_logger` in this scope
[INFO] [stdout]  --> src/bril_logger.rs:26:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | init_logger(LevelFilter::Info).expect("Failed to initialize logger");
[INFO] [stdout]   | ^^^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]   |
[INFO] [stdout] 2 + use rust_bril::bril_logger::init_logger;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/representation/program.rs - representation::program::RichProgram::from_file (line 689) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Program`
[INFO] [stdout]  --> src/representation/program.rs:691:15
[INFO] [stdout]   |
[INFO] [stdout] 4 | let program = Program::from_file("examples/test.json").unwrap();
[INFO] [stdout]   |               ^^^^^^^ use of undeclared type `Program`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use rust_bril::representation::Program;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Program`
[INFO] [stdout]  --> src/representation/program.rs:694:15
[INFO] [stdout]   |
[INFO] [stdout] 7 | let program = Program::from_file("examples/test.bril").unwrap();
[INFO] [stdout]   |               ^^^^^^^ use of undeclared type `Program`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use rust_bril::representation::Program;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 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]     src/bril_logger.rs - bril_logger::init_logger (line 22)
[INFO] [stdout]     src/representation/program.rs - representation::program::RichProgram::from_file (line 689)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.19s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "0a0a498aa7c670b2da6c06e2f75769d9f5ee7b0129db91132bf673237d1c4cfc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0a0a498aa7c670b2da6c06e2f75769d9f5ee7b0129db91132bf673237d1c4cfc", kill_on_drop: false }`
[INFO] [stdout] 0a0a498aa7c670b2da6c06e2f75769d9f5ee7b0129db91132bf673237d1c4cfc
