[INFO] cloning repository https://github.com/theiskaa/genpdf-rs-improved
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/theiskaa/genpdf-rs-improved" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftheiskaa%2Fgenpdf-rs-improved", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftheiskaa%2Fgenpdf-rs-improved'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 29c4e5d919e2f3b6d52371343fde9829a956bcc8
[INFO] testing theiskaa/genpdf-rs-improved 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%2Ftheiskaa%2Fgenpdf-rs-improved" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/theiskaa/genpdf-rs-improved
[INFO] finished tweaking git repo https://github.com/theiskaa/genpdf-rs-improved
[INFO] tweaked toml for git repo https://github.com/theiskaa/genpdf-rs-improved written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/theiskaa/genpdf-rs-improved 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/theiskaa/genpdf-rs-improved 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-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 6fdf8a02c2eadc4646b17e1061fd86a58727857f1502919af6671b6b4f64ac50
[INFO] running `Command { std: "docker" "start" "6fdf8a02c2eadc4646b17e1061fd86a58727857f1502919af6671b6b4f64ac50", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6fdf8a02c2eadc4646b17e1061fd86a58727857f1502919af6671b6b4f64ac50", 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" "6fdf8a02c2eadc4646b17e1061fd86a58727857f1502919af6671b6b4f64ac50" "/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" "6fdf8a02c2eadc4646b17e1061fd86a58727857f1502919af6671b6b4f64ac50", 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" "6fdf8a02c2eadc4646b17e1061fd86a58727857f1502919af6671b6b4f64ac50" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling unicode-ident v1.0.13
[INFO] [stderr]    Compiling autocfg v1.4.0
[INFO] [stderr]    Compiling encoding_index_tests v0.1.4
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling adler2 v2.0.0
[INFO] [stderr]    Compiling regex-automata v0.4.8
[INFO] [stderr]    Compiling log v0.4.22
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling const_fn v0.4.10
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling powerfmt v0.2.0
[INFO] [stderr]    Compiling hashbrown v0.16.0
[INFO] [stderr]    Compiling standback v0.2.17
[INFO] [stderr]    Compiling crc32fast v1.4.2
[INFO] [stderr]    Compiling time v0.2.27
[INFO] [stderr]    Compiling itoa v1.0.11
[INFO] [stderr]    Compiling num-conv v0.1.0
[INFO] [stderr]    Compiling linked-hash-map v0.5.6
[INFO] [stderr]    Compiling miniz_oxide v0.8.0
[INFO] [stderr]    Compiling time-core v0.1.2
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling deranged v0.3.11
[INFO] [stderr]    Compiling encoding-index-simpchinese v1.20141219.5
[INFO] [stderr]    Compiling encoding-index-singlebyte v1.20141219.5
[INFO] [stderr]    Compiling encoding-index-japanese v1.20141219.5
[INFO] [stderr]    Compiling encoding-index-korean v1.20141219.5
[INFO] [stderr]    Compiling encoding-index-tradchinese v1.20141219.5
[INFO] [stderr]    Compiling encoding_rs v0.8.34
[INFO] [stderr]    Compiling md5 v0.7.0
[INFO] [stderr]    Compiling iana-time-zone v0.1.61
[INFO] [stderr]    Compiling weezl v0.1.8
[INFO] [stderr]    Compiling ttf-parser v0.19.2
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling kurbo v0.12.0
[INFO] [stderr]    Compiling dtoa v0.4.8
[INFO] [stderr]    Compiling rustc-hash v2.1.1
[INFO] [stderr]    Compiling encoding v0.2.33
[INFO] [stderr]    Compiling flate2 v1.0.34
[INFO] [stderr]    Compiling stb_truetype v0.3.1
[INFO] [stderr]    Compiling ttf-parser v0.24.1
[INFO] [stderr]    Compiling indexmap v2.12.0
[INFO] [stderr]    Compiling time v0.3.36
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling syn v2.0.107
[INFO] [stderr]    Compiling bstr v1.10.0
[INFO] [stderr]    Compiling owned_ttf_parser v0.19.0
[INFO] [stderr]    Compiling chrono v0.4.38
[INFO] [stderr]    Compiling approx v0.3.2
[INFO] [stderr]    Compiling ordered-float v1.1.1
[INFO] [stderr]    Compiling rusttype v0.8.3
[INFO] [stderr]    Compiling pom v3.4.0
[INFO] [stderr]    Compiling lopdf v0.31.0
[INFO] [stderr]    Compiling time-macros-impl v0.1.2
[INFO] [stderr]    Compiling printpdf v0.7.0
[INFO] [stderr]    Compiling time-macros v0.1.1
[INFO] [stderr]    Compiling lopdf v0.26.0
[INFO] [stderr]    Compiling bytemuck_derive v1.10.2
[INFO] [stderr]    Compiling derive_more v0.99.18
[INFO] [stderr]    Compiling bytemuck v1.18.0
[INFO] [stderr]    Compiling font-types v0.10.1
[INFO] [stderr]    Compiling read-fonts v0.35.0
[INFO] [stderr]    Compiling skrifa v0.37.0
[INFO] [stderr]    Compiling write-fonts v0.43.0
[INFO] [stderr]    Compiling subsetter v0.2.3
[INFO] [stderr]    Compiling genpdfi v0.2.7 (/opt/rustwide/workdir)
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/lib.rs:235:20
[INFO] [stdout]     |
[INFO] [stdout] 235 |         Scale::new(1.0, 1.0)
[INFO] [stdout]     |                    ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout]     = note: `#[warn(float_literal_f32_fallback)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/lib.rs:235:25
[INFO] [stdout]     |
[INFO] [stdout] 235 |         Scale::new(1.0, 1.0)
[INFO] [stdout]     |                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.96s
[INFO] running `Command { std: "docker" "inspect" "6fdf8a02c2eadc4646b17e1061fd86a58727857f1502919af6671b6b4f64ac50", 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" "6fdf8a02c2eadc4646b17e1061fd86a58727857f1502919af6671b6b4f64ac50" "/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 serde v1.0.210
[INFO] [stderr]    Compiling fst v0.4.7
[INFO] [stderr]    Compiling serde_derive v1.0.210
[INFO] [stderr]    Compiling pocket-resources v0.3.2
[INFO] [stderr]    Compiling float-cmp v0.8.0
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/lib.rs:235:20
[INFO] [stdout]     |
[INFO] [stdout] 235 |         Scale::new(1.0, 1.0)
[INFO] [stdout]     |                    ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout]     = note: `#[warn(float_literal_f32_fallback)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/lib.rs:235:25
[INFO] [stdout]     |
[INFO] [stdout] 235 |         Scale::new(1.0, 1.0)
[INFO] [stdout]     |                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling hyphenation_commons v0.8.4
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling hyphenation v0.8.4
[INFO] [stderr]    Compiling genpdfi v0.2.7 (/opt/rustwide/workdir)
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/lib.rs:235:20
[INFO] [stdout]     |
[INFO] [stdout] 235 |         Scale::new(1.0, 1.0)
[INFO] [stdout]     |                    ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout]     = note: `#[warn(float_literal_f32_fallback)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/lib.rs:235:25
[INFO] [stdout]     |
[INFO] [stdout] 235 |         Scale::new(1.0, 1.0)
[INFO] [stdout]     |                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 5.22s
[INFO] running `Command { std: "docker" "inspect" "6fdf8a02c2eadc4646b17e1061fd86a58727857f1502919af6671b6b4f64ac50", 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" "6fdf8a02c2eadc4646b17e1061fd86a58727857f1502919af6671b6b4f64ac50" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stderr]    --> src/lib.rs:235:20
[INFO] [stderr]     |
[INFO] [stderr] 235 |         Scale::new(1.0, 1.0)
[INFO] [stderr]     |                    ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stderr]     = note: `#[warn(float_literal_f32_fallback)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stderr]    --> src/lib.rs:235:25
[INFO] [stderr]     |
[INFO] [stderr] 235 |         Scale::new(1.0, 1.0)
[INFO] [stderr]     |                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stderr] 
[INFO] [stderr] warning: `genpdfi` (lib) generated 2 warnings (run `cargo fix --lib -p genpdfi` to apply 2 suggestions)
[INFO] [stderr] warning: `genpdfi` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/genpdfi-fa6c25abacd861ea)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test subsetting::tests::test_collect_used_chars ... ok
[INFO] [stdout] test subsetting::tests::test_collect_used_chars_unicode ... ok
[INFO] [stdout] test tests::test_rotation ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests genpdfi
[INFO] [stdout] 
[INFO] [stdout] running 38 tests
[INFO] [stdout] test src/elements.rs - elements::Break (line 441) has been running for over 60 seconds
[INFO] [stdout] test src/elements.rs - elements::BulletPoint (line 986) has been running for over 60 seconds
[INFO] [stdout] test src/elements.rs - elements::FramedElement (line 635) has been running for over 60 seconds
[INFO] [stdout] test src/elements.rs - elements::FramedElement (line 643) has been running for over 60 seconds
[INFO] [stdout] test src/elements.rs - elements::LinearLayout (line 83) has been running for over 60 seconds
[INFO] [stdout] test src/elements.rs - elements::LinearLayout (line 91) has been running for over 60 seconds
[INFO] [stdout] test src/elements.rs - elements::OrderedList (line 866) has been running for over 60 seconds
[INFO] [stdout] test src/elements.rs - elements::OrderedList (line 875) has been running for over 60 seconds
[INFO] [stdout] test src/elements.rs - elements::OrderedList (line 884) has been running for over 60 seconds
[INFO] [stdout] test src/elements.rs - elements::OrderedList (line 893) has been running for over 60 seconds
[INFO] [stdout] test src/elements.rs - elements::PaddedElement (line 531) has been running for over 60 seconds
[INFO] [stdout] test src/elements.rs - elements::PaddedElement (line 540) has been running for over 60 seconds
[INFO] [stdout] test src/elements.rs - elements::PageBreak (line 489) has been running for over 60 seconds
[INFO] [stdout] test src/elements.rs - elements::Paragraph (line 229) has been running for over 60 seconds
[INFO] [stdout] test src/elements.rs - elements::Paragraph (line 239) has been running for over 60 seconds
[INFO] [stdout] test src/elements.rs - elements::StyledElement (line 586) has been running for over 60 seconds
[ERROR] error running command: no output for 300 seconds
[INFO] running `Command { std: "docker" "inspect" "6fdf8a02c2eadc4646b17e1061fd86a58727857f1502919af6671b6b4f64ac50", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6fdf8a02c2eadc4646b17e1061fd86a58727857f1502919af6671b6b4f64ac50", kill_on_drop: false }`
[INFO] [stdout] 6fdf8a02c2eadc4646b17e1061fd86a58727857f1502919af6671b6b4f64ac50
