[INFO] fetching crate quickcodes 0.1.0...
[INFO] testing quickcodes-0.1.0 against try#bd7d74411512a3dd3b35d2f699c51dd2557c7e7e+cargoflags=-Zbuild-dir-new-layout for pr-149852-1
[INFO] extracting crate quickcodes 0.1.0 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate quickcodes 0.1.0
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate quickcodes 0.1.0
[INFO] tweaked toml for crates.io crate quickcodes 0.1.0 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate quickcodes 0.1.0 on toolchain bd7d74411512a3dd3b35d2f699c51dd2557c7e7e
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate quickcodes 0.1.0 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" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 78d7aaa443319fe8ab61c0ff095e40b7c33a3d3a5ea2a063fbe179d4050d5083
[INFO] running `Command { std: "docker" "start" "-a" "78d7aaa443319fe8ab61c0ff095e40b7c33a3d3a5ea2a063fbe179d4050d5083", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "78d7aaa443319fe8ab61c0ff095e40b7c33a3d3a5ea2a063fbe179d4050d5083", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "78d7aaa443319fe8ab61c0ff095e40b7c33a3d3a5ea2a063fbe179d4050d5083", kill_on_drop: false }`
[INFO] [stdout] 78d7aaa443319fe8ab61c0ff095e40b7c33a3d3a5ea2a063fbe179d4050d5083
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "build" "--frozen" "--message-format=json" "-Zbuild-dir-new-layout", kill_on_drop: false }`
[INFO] [stdout] 08d3e442da74de695620b7fbc6b701dff8764d490691ee14fd7532f957fb0962
[INFO] running `Command { std: "docker" "start" "-a" "08d3e442da74de695620b7fbc6b701dff8764d490691ee14fd7532f957fb0962", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling simd-adler32 v0.3.7
[INFO] [stderr]    Compiling libc v0.2.175
[INFO] [stderr]    Compiling bytemuck v1.23.2
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling anyhow v1.0.99
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling quick-error v2.0.1
[INFO] [stderr]    Compiling built v0.7.7
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling flate2 v1.1.2
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling rav1e v0.7.1
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling slotmap v1.0.7
[INFO] [stderr]    Compiling fdeflate v0.3.7
[INFO] [stderr]    Compiling core_maths v0.1.1
[INFO] [stderr]    Compiling byteorder-lite v0.1.0
[INFO] [stderr]    Compiling weezl v0.1.10
[INFO] [stderr]    Compiling float-cmp v0.9.0
[INFO] [stderr]    Compiling png v0.17.16
[INFO] [stderr]    Compiling strict-num v0.1.1
[INFO] [stderr]    Compiling ttf-parser v0.24.1
[INFO] [stderr]    Compiling simd_helpers v0.1.0
[INFO] [stderr]    Compiling rgb v0.8.52
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling noop_proc_macro v0.3.0
[INFO] [stderr]    Compiling zune-core v0.4.12
[INFO] [stderr]    Compiling roxmltree v0.20.0
[INFO] [stderr]    Compiling color_quant v1.1.0
[INFO] [stderr]    Compiling bitstream-io v2.6.0
[INFO] [stderr]    Compiling imgref v1.11.0
[INFO] [stderr]    Compiling tiny-skia-path v0.11.4
[INFO] [stderr]    Compiling loop9 v0.1.5
[INFO] [stderr]    Compiling gif v0.13.3
[INFO] [stderr]    Compiling fontconfig-parser v0.5.8
[INFO] [stderr]    Compiling maybe-rayon v0.1.1
[INFO] [stderr]    Compiling zune-jpeg v0.4.20
[INFO] [stderr]    Compiling memmap2 v0.9.7
[INFO] [stderr]    Compiling zune-inflate v0.2.54
[INFO] [stderr]    Compiling kurbo v0.11.3
[INFO] [stderr]    Compiling avif-serialize v0.8.6
[INFO] [stderr]    Compiling half v2.6.0
[INFO] [stderr]    Compiling bit_field v0.10.2
[INFO] [stderr]    Compiling bitflags v2.9.2
[INFO] [stderr]    Compiling jpeg-decoder v0.3.2
[INFO] [stderr]    Compiling unicode-script v0.5.7
[INFO] [stderr]    Compiling lebe v0.5.2
[INFO] [stderr]    Compiling unicode-bidi-mirroring v0.3.0
[INFO] [stderr]    Compiling unicode-ccc v0.3.0
[INFO] [stderr]    Compiling unicode-properties v0.1.3
[INFO] [stderr]    Compiling exr v1.73.0
[INFO] [stderr]    Compiling fontdb v0.22.0
[INFO] [stderr]    Compiling rustybuzz v0.18.0
[INFO] [stderr]    Compiling image-webp v0.2.3
[INFO] [stderr]    Compiling tiff v0.9.1
[INFO] [stderr]    Compiling svgtypes v0.15.3
[INFO] [stderr]    Compiling qoi v0.4.1
[INFO] [stderr]    Compiling simplecss v0.2.2
[INFO] [stderr]    Compiling thiserror v2.0.16
[INFO] [stderr]    Compiling imagesize v0.13.0
[INFO] [stderr]    Compiling xmlwriter v0.1.0
[INFO] [stderr]    Compiling data-url v0.3.1
[INFO] [stderr]    Compiling equator-macro v0.4.2
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling profiling-procmacros v1.0.17
[INFO] [stderr]    Compiling arg_enum_proc_macro v0.3.4
[INFO] [stderr]    Compiling profiling v1.0.17
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling unicode-vo v0.1.0
[INFO] [stderr]    Compiling serde_json v1.0.143
[INFO] [stderr]    Compiling pico-args v0.5.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.16
[INFO] [stderr]    Compiling equator v0.4.2
[INFO] [stderr]    Compiling usvg v0.44.0
[INFO] [stderr]    Compiling aligned-vec v0.6.4
[INFO] [stderr]    Compiling v_frame v0.3.9
[INFO] [stderr]    Compiling tiny-skia v0.11.4
[INFO] [stderr]    Compiling av1-grain v0.2.4
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling image-webp v0.1.3
[INFO] [stderr]    Compiling svg v0.18.0
[INFO] [stderr]    Compiling resvg v0.44.0
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling ravif v0.11.20
[INFO] [stderr]    Compiling image v0.25.6
[INFO] [stderr]    Compiling qrcode v0.14.1
[INFO] [stderr]    Compiling quickcodes v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 42s
[INFO] running `Command { std: "docker" "inspect" "08d3e442da74de695620b7fbc6b701dff8764d490691ee14fd7532f957fb0962", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "08d3e442da74de695620b7fbc6b701dff8764d490691ee14fd7532f957fb0962", kill_on_drop: false }`
[INFO] [stdout] 08d3e442da74de695620b7fbc6b701dff8764d490691ee14fd7532f957fb0962
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "test" "--frozen" "--no-run" "--message-format=json" "-Zbuild-dir-new-layout", kill_on_drop: false }`
[INFO] [stdout] 62e3892f601bed187bccde6ce12da2e2e159057cddcda7c306c8490acc42e686
[INFO] running `Command { std: "docker" "start" "-a" "62e3892f601bed187bccde6ce12da2e2e159057cddcda7c306c8490acc42e686", kill_on_drop: false }`
[INFO] [stderr]    Compiling bitflags v2.9.2
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling clap_builder v4.5.44
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling is-terminal v0.4.16
[INFO] [stderr]    Compiling rustybuzz v0.18.0
[INFO] [stderr]    Compiling rustix v1.0.8
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling clap v4.5.45
[INFO] [stderr]    Compiling tempfile v3.21.0
[INFO] [stderr]    Compiling usvg v0.44.0
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling serde_json v1.0.143
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stderr]    Compiling resvg v0.44.0
[INFO] [stderr]    Compiling quickcodes v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 45.11s
[INFO] running `Command { std: "docker" "inspect" "62e3892f601bed187bccde6ce12da2e2e159057cddcda7c306c8490acc42e686", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "62e3892f601bed187bccde6ce12da2e2e159057cddcda7c306c8490acc42e686", kill_on_drop: false }`
[INFO] [stdout] 62e3892f601bed187bccde6ce12da2e2e159057cddcda7c306c8490acc42e686
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "test" "--frozen" "-Zbuild-dir-new-layout", kill_on_drop: false }`
[INFO] [stdout] 991f6507245eaa543f356e3e7bd91d53d59cbbae75bfc0c7baa8671ab7157858
[INFO] running `Command { std: "docker" "start" "-a" "991f6507245eaa543f356e3e7bd91d53d59cbbae75bfc0c7baa8671ab7157858", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.27s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/build/quickcodes/abe34ae638628508/deps/quickcodes-abe34ae638628508)
[INFO] [stdout] 
[INFO] [stdout] running 25 tests
[INFO] [stdout] test generators::code128::tests::test_code128_generation ... ok
[INFO] [stdout] test generators::ean13::tests::test_ean13_generation_with_13_digits ... ok
[INFO] [stdout] test generators::ean13::tests::test_ean13_invalid_check_digit ... ok
[INFO] [stdout] test generators::ean13::tests::test_ean13_invalid_length ... ok
[INFO] [stdout] test generators::ean13::tests::test_ean13_non_numeric ... ok
[INFO] [stdout] test exporters::svg::tests::test_svg_export_ean13 ... ok
[INFO] [stdout] test generators::ean13::tests::test_ean13_with_spaces_and_hyphens ... ok
[INFO] [stdout] test generators::ean13::tests::test_ean13_generation_with_12_digits ... ok
[INFO] [stdout] test generators::code128::tests::test_code128_empty_data ... ok
[INFO] [stdout] test generators::qr::tests::test_qr_empty_data ... ok
[INFO] [stdout] test generators::ean13::tests::test_ean13_check_digit_calculation ... ok
[INFO] [stdout] test generators::upc::tests::test_upc_a_generation_with_11_digits ... ok
[INFO] [stdout] test generators::upc::tests::test_upc_a_generation_with_12_digits ... ok
[INFO] [stdout] test generators::qr::tests::test_qr_generation ... ok
[INFO] [stdout] test generators::upc::tests::test_upc_a_invalid_check_digit ... ok
[INFO] [stdout] test generators::upc::tests::test_upc_a_invalid_length ... ok
[INFO] [stdout] test tests::test_invalid_barcode_type ... ok
[INFO] [stdout] test generators::upc::tests::test_upc_a_non_numeric ... ok
[INFO] [stdout] test generators::upc::tests::test_upc_a_check_digit_calculation ... ok
[INFO] [stdout] test exporters::svg::tests::test_svg_export_qr ... ok
[INFO] [stdout] test exporters::png::tests::test_png_export_qr ... ok
[INFO] [stdout] test exporters::png::tests::test_png_export_ean13 ... ok
[INFO] [stdout] test tests::test_qr_generation ... ok
[INFO] [stdout] test generators::qr::tests::test_qr_different_error_corrections ... ok
[INFO] [stdout] test generators::qr::tests::test_qr_large_data ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.17s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/build/quickcodes/ab2c0ddedf49d40f/deps/quickcodes-ab2c0ddedf49d40f)
[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 tests/integration_tests.rs (/opt/rustwide/target/debug/build/quickcodes/4a2ef4dbf51e5cf5/deps/integration_tests-4a2ef4dbf51e5cf5)
[INFO] [stdout] 
[INFO] [stdout] running 12 tests
[INFO] [stdout] test integration_tests::test_ean13_checksum_validation ... ok
[INFO] [stdout] test integration_tests::test_invalid_inputs ... ok
[INFO] [stdout] test integration_tests::test_performance_reasonable_times ... ok
[INFO] [stdout] test integration_tests::test_concurrent_generation ... ok
[INFO] [stdout] test integration_tests::test_upca_checksum_validation ... ok
[INFO] [stdout] test integration_tests::test_file_extension_detection ... ok
[INFO] [stdout] test integration_tests::test_generate_to_file ... ok
[INFO] [stdout] test integration_tests::test_all_barcode_types_png ... ok
[INFO] [stdout] test integration_tests::test_all_barcode_types_svg ... ok
[INFO] [stdout] test integration_tests::test_large_data_handling ... ok
[INFO] [stdout] test integration_tests::test_qr_code_data_types ... ok
[INFO] [stdout] test integration_tests::test_memory_usage ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.26s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests quickcodes
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test src/lib.rs - generate (line 57) ... ok
[INFO] [stdout] test src/lib.rs - (line 14) ... ok
[INFO] [stdout] test src/lib.rs - generate_to_file (line 102) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - generate_to_file (line 102) stdout ----
[INFO] [stdout] Test executable failed (exit status: 1).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] Error: Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] Stack backtrace:
[INFO] [stdout]    0: <anyhow::Error as core::convert::From<std::io::error::Error>>::from
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/backtrace.rs:27:14
[INFO] [stdout]    1: <core::result::Result<(), anyhow::Error> as core::ops::try_trait::FromResidual<core::result::Result<core::convert::Infallible, std::io::error::Error>>>::from_residual
[INFO] [stdout]              at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/core/src/result.rs:2189:27
[INFO] [stdout]    2: quickcodes::generate_to_file
[INFO] [stdout]              at ./src/lib.rs:123:5
[INFO] [stdout]    3: rust_out::main
[INFO] [stdout]    4: <fn() -> core::result::Result<(), alloc::boxed::Box<dyn core::error::Error>> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]    5: std::sys::backtrace::__rust_begin_short_backtrace::<fn() -> core::result::Result<(), alloc::boxed::Box<dyn core::error::Error>>, core::result::Result<(), alloc::boxed::Box<dyn core::error::Error>>>
[INFO] [stdout]    6: std::rt::lang_start::<core::result::Result<(), alloc::boxed::Box<dyn core::error::Error>>>::{closure#0}
[INFO] [stdout]    7: <&dyn core::ops::function::Fn<(), Output = i32> + core::panic::unwind_safe::RefUnwindSafe + core::marker::Sync as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/core/src/ops/function.rs:287:21
[INFO] [stdout]    8: std::panicking::catch_unwind::do_call::<&dyn core::ops::function::Fn<(), Output = i32> + core::panic::unwind_safe::RefUnwindSafe + core::marker::Sync, i32>
[INFO] [stdout]              at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/panicking.rs:581:40
[INFO] [stdout]    9: std::panicking::catch_unwind::<i32, &dyn core::ops::function::Fn<(), Output = i32> + core::panic::unwind_safe::RefUnwindSafe + core::marker::Sync>
[INFO] [stdout]              at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/panicking.rs:544:19
[INFO] [stdout]   10: std::panic::catch_unwind::<&dyn core::ops::function::Fn<(), Output = i32> + core::panic::unwind_safe::RefUnwindSafe + core::marker::Sync, i32>
[INFO] [stdout]              at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/panic.rs:359:14
[INFO] [stdout]   11: std::rt::lang_start_internal::{closure#0}
[INFO] [stdout]              at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/rt.rs:175:24
[INFO] [stdout]   12: std::panicking::catch_unwind::do_call::<std::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]              at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/panicking.rs:581:40
[INFO] [stdout]   13: std::panicking::catch_unwind::<isize, std::rt::lang_start_internal::{closure#0}>
[INFO] [stdout]              at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/panicking.rs:544:19
[INFO] [stdout]   14: std::panic::catch_unwind::<std::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]              at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/panic.rs:359:14
[INFO] [stdout]   15: std::rt::lang_start_internal
[INFO] [stdout]              at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/rt.rs:171:5
[INFO] [stdout]   16: std::rt::lang_start::<core::result::Result<(), alloc::boxed::Box<dyn core::error::Error>>>
[INFO] [stdout]   17: main
[INFO] [stdout]   18: <unknown>
[INFO] [stdout]   19: __libc_start_main
[INFO] [stdout]   20: _start
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - generate_to_file (line 102)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 2 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.67s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "991f6507245eaa543f356e3e7bd91d53d59cbbae75bfc0c7baa8671ab7157858", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "991f6507245eaa543f356e3e7bd91d53d59cbbae75bfc0c7baa8671ab7157858", kill_on_drop: false }`
[INFO] [stdout] 991f6507245eaa543f356e3e7bd91d53d59cbbae75bfc0c7baa8671ab7157858
