[INFO] cloning repository https://github.com/s0l0ist/ferroid
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/s0l0ist/ferroid" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fs0l0ist%2Fferroid", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fs0l0ist%2Fferroid'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 165fb2411442c8a84b3f47e463821a9d7895ce87
[INFO] testing s0l0ist/ferroid against try#9f93af291970322f4f1c6315ccde4d7078201159 for pr-146098-6
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fs0l0ist%2Fferroid" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/s0l0ist/ferroid
[INFO] finished tweaking git repo https://github.com/s0l0ist/ferroid
[INFO] tweaked toml for git repo https://github.com/s0l0ist/ferroid written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/s0l0ist/ferroid 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/s0l0ist/ferroid 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-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 00fa8e7322f989fb07a05e206c0ff603406711a9085fbc099ab36a21bcab7534
[INFO] running `Command { std: "docker" "start" "-a" "00fa8e7322f989fb07a05e206c0ff603406711a9085fbc099ab36a21bcab7534", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "00fa8e7322f989fb07a05e206c0ff603406711a9085fbc099ab36a21bcab7534", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "00fa8e7322f989fb07a05e206c0ff603406711a9085fbc099ab36a21bcab7534", kill_on_drop: false }`
[INFO] [stdout] 00fa8e7322f989fb07a05e206c0ff603406711a9085fbc099ab36a21bcab7534
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 96b2c87bf16375941ba29257b167ff4f37a485b1a2fc931fbeb33a0f3e146363
[INFO] running `Command { std: "docker" "start" "-a" "96b2c87bf16375941ba29257b167ff4f37a485b1a2fc931fbeb33a0f3e146363", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling unicode-ident v1.0.20
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling hashbrown v0.16.0
[INFO] [stderr]    Compiling find-msvc-tools v0.1.4
[INFO] [stderr]    Compiling tracing-core v0.1.34
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling httpdate v1.0.3
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling simd-adler32 v0.3.7
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling pulldown-cmark v0.13.0
[INFO] [stderr]    Compiling adler2 v2.0.1
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling axum-core v0.5.5
[INFO] [stderr]    Compiling indexmap v2.12.0
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling zerocopy v0.8.27
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling matchit v0.8.4
[INFO] [stderr]    Compiling bytes v1.10.1
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling unicase v2.8.1
[INFO] [stderr]    Compiling flate2 v1.1.5
[INFO] [stderr]    Compiling syn v2.0.108
[INFO] [stderr]    Compiling fixedbitset v0.5.7
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling log v0.4.28
[INFO] [stderr]    Compiling multimap v0.10.1
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling petgraph v0.7.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling portable-atomic v1.11.1
[INFO] [stderr]    Compiling anstyle-parse v0.2.7
[INFO] [stderr]    Compiling anstyle v1.0.13
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling pulldown-cmark-to-cmark v21.0.0
[INFO] [stderr]    Compiling colorchoice v1.0.4
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling anstyle-query v1.1.4
[INFO] [stderr]    Compiling clap_lex v0.7.6
[INFO] [stderr]    Compiling anstream v0.6.21
[INFO] [stderr]    Compiling iana-time-zone v0.1.64
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling signal-hook-registry v1.4.6
[INFO] [stderr]    Compiling socket2 v0.6.1
[INFO] [stderr]    Compiling mio v1.1.0
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling cc v1.2.41
[INFO] [stderr]    Compiling tempfile v3.23.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling clap_builder v4.5.50
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling tower-http v0.6.6
[INFO] [stderr]    Compiling dotenvy v0.15.7
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling tracing-serde v0.2.0
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]    Compiling libmimalloc-sys v0.1.44
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling ferroid v0.8.2 (/opt/rustwide/workdir/crates/ferroid)
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling mimalloc v0.1.48
[INFO] [stderr]    Compiling tonic-build v0.14.2
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling prost-derive v0.14.1
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]    Compiling tokio v1.48.0
[INFO] [stderr]    Compiling pin-project v1.1.10
[INFO] [stderr]    Compiling prost v0.14.1
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling tracing-subscriber v0.3.20
[INFO] [stderr]    Compiling prost-types v0.14.1
[INFO] [stderr]    Compiling zstd v0.13.3
[INFO] [stderr]    Compiling clap v4.5.50
[INFO] [stderr]    Compiling prost-build v0.14.1
[INFO] [stderr]    Compiling tonic-prost-build v0.14.2
[INFO] [stderr]    Compiling ferroid-tonic-core v0.8.2 (/opt/rustwide/workdir/crates/ferroid-tonic-core)
[INFO] [stderr]    Compiling tokio-util v0.7.16
[INFO] [stderr]    Compiling h2 v0.4.12
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling axum v0.8.6
[INFO] [stderr]    Compiling hyper v1.7.0
[INFO] [stderr]    Compiling hyper-util v0.1.17
[INFO] [stderr]    Compiling hyper-timeout v0.5.2
[INFO] [stderr]    Compiling tonic v0.14.2
[INFO] [stderr]    Compiling tonic-prost v0.14.2
[INFO] [stderr]    Compiling tonic-web v0.14.2
[INFO] [stderr]    Compiling tonic-health v0.14.2
[INFO] [stderr]    Compiling tonic-reflection v0.14.2
[INFO] [stderr]    Compiling ferroid-tonic-server v0.8.2 (/opt/rustwide/workdir/crates/ferroid-tonic-server)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 19s
[INFO] running `Command { std: "docker" "inspect" "96b2c87bf16375941ba29257b167ff4f37a485b1a2fc931fbeb33a0f3e146363", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "96b2c87bf16375941ba29257b167ff4f37a485b1a2fc931fbeb33a0f3e146363", kill_on_drop: false }`
[INFO] [stdout] 96b2c87bf16375941ba29257b167ff4f37a485b1a2fc931fbeb33a0f3e146363
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 9c84a75bc823732522f27ad28224a7418bee9f273e58564af748e97568d12965
[INFO] running `Command { std: "docker" "start" "-a" "9c84a75bc823732522f27ad28224a7418bee9f273e58564af748e97568d12965", kill_on_drop: false }`
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling parking v2.2.1
[INFO] [stderr]    Compiling zerocopy v0.8.27
[INFO] [stderr]    Compiling zerocopy-derive v0.8.27
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling async-io v2.6.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling async-task v4.7.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling futures-lite v2.6.1
[INFO] [stderr]    Compiling piper v0.2.4
[INFO] [stderr]    Compiling pulldown-cmark v0.13.0
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling num_cpus v1.17.0
[INFO] [stderr]    Compiling tower-http v0.6.6
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling pulldown-cmark-to-cmark v21.0.0
[INFO] [stderr]    Compiling async-executor v1.13.3
[INFO] [stderr]    Compiling event-listener-strategy v0.5.4
[INFO] [stderr]    Compiling async-channel v2.5.0
[INFO] [stderr]    Compiling async-lock v3.4.1
[INFO] [stderr]    Compiling blocking v1.6.2
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling criterion-plot v0.6.0
[INFO] [stderr]    Compiling async-fs v2.2.0
[INFO] [stderr]    Compiling prost-derive v0.14.1
[INFO] [stderr]    Compiling tempfile v3.23.0
[INFO] [stderr]    Compiling axum v0.8.6
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling prost v0.14.1
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling tracing-serde v0.2.0
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling prost-types v0.14.1
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.20
[INFO] [stderr]    Compiling ferroid v0.8.2 (/opt/rustwide/workdir/crates/ferroid)
[INFO] [stderr]    Compiling prost-build v0.14.1
[INFO] [stderr]    Compiling polling v3.11.0
[INFO] [stderr]    Compiling tonic-prost-build v0.14.2
[INFO] [stderr]    Compiling ferroid-tonic-core v0.8.2 (/opt/rustwide/workdir/crates/ferroid-tonic-core)
[INFO] [stderr]    Compiling tonic v0.14.2
[INFO] [stderr]    Compiling async-signal v0.2.13
[INFO] [stderr]    Compiling async-net v2.0.0
[INFO] [stderr]    Compiling async-process v2.5.0
[INFO] [stderr]    Compiling smol v2.0.2
[INFO] [stderr]    Compiling criterion v0.7.0
[INFO] [stderr]    Compiling tonic-prost v0.14.2
[INFO] [stderr]    Compiling tonic-web v0.14.2
[INFO] [stderr]    Compiling tonic-reflection v0.14.2
[INFO] [stderr]    Compiling tonic-health v0.14.2
[INFO] [stderr]    Compiling ferroid-tonic-server v0.8.2 (/opt/rustwide/workdir/crates/ferroid-tonic-server)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 40.76s
[INFO] running `Command { std: "docker" "inspect" "9c84a75bc823732522f27ad28224a7418bee9f273e58564af748e97568d12965", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9c84a75bc823732522f27ad28224a7418bee9f273e58564af748e97568d12965", kill_on_drop: false }`
[INFO] [stdout] 9c84a75bc823732522f27ad28224a7418bee9f273e58564af748e97568d12965
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 3beab29ae90ca2605a4ef2cc5c0aa188b413411621bab2e7bf435a181d675ce5
[INFO] running `Command { std: "docker" "start" "-a" "3beab29ae90ca2605a4ef2cc5c0aa188b413411621bab2e7bf435a181d675ce5", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.36s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ferroid-d92adecc3fafa855)
[INFO] [stdout] 
[INFO] [stdout] running 28 tests
[INFO] [stdout] test id::snowflake::tests::discord_edge_rollover ... ok
[INFO] [stdout] test id::snowflake::tests::discord_low_bit_fields ... ok
[INFO] [stdout] test id::snowflake::tests::discord_validity ... ok
[INFO] [stdout] test id::snowflake::tests::instagram_low_bit_fields ... ok
[INFO] [stdout] test id::snowflake::tests::test_snowflake_discord_id_fields_and_bounds ... ok
[INFO] [stdout] test id::snowflake::tests::test_snowflake_instagram_id_fields_and_bounds ... ok
[INFO] [stdout] test id::snowflake::tests::test_snowflake_mastodon_id_fields_and_bounds ... ok
[INFO] [stdout] test id::snowflake::tests::test_snowflake_twitter_id_fields_and_bounds ... ok
[INFO] [stdout] test id::snowflake::tests::instagram_validity ... ok
[INFO] [stdout] test id::snowflake::tests::twitter_edge_rollover ... ok
[INFO] [stdout] test id::snowflake::tests::mastodon_validity ... ok
[INFO] [stdout] test id::snowflake::tests::mastodon_edge_rollover ... ok
[INFO] [stdout] test id::snowflake::tests::mastodon_low_bit_fields ... ok
[INFO] [stdout] test id::snowflake::tests::twitter_validity ... ok
[INFO] [stdout] test id::snowflake::tests::instagram_edge_rollover ... ok
[INFO] [stdout] test id::snowflake::tests::discord_sequence_overflow_panics - should panic ... ok
[INFO] [stdout] test id::snowflake::tests::discord_timestamp_overflow_panics - should panic ... ok
[INFO] [stdout] test id::snowflake::tests::instagram_sequence_overflow_panics - should panic ... ok
[INFO] [stdout] test id::snowflake::tests::instagram_timestamp_overflow_panics - should panic ... ok
[INFO] [stdout] test id::snowflake::tests::mastodon_sequence_overflow_panics - should panic ... ok
[INFO] [stdout] test id::snowflake::tests::mastodon_timestamp_overflow_panics - should panic ... ok
[INFO] [stdout] test id::snowflake::tests::twitter_timestamp_overflow_panics - should panic ... ok
[INFO] [stdout] test id::snowflake::tests::instagram_machine_id_overflow_panics - should panic ... ok
[INFO] [stdout] test id::snowflake::tests::mastodon_machine_id_overflow_panics - should panic ... ok
[INFO] [stdout] test id::snowflake::tests::discord_machine_id_overflow_panics - should panic ... ok
[INFO] [stdout] test id::snowflake::tests::twitter_sequence_overflow_panics - should panic ... ok
[INFO] [stdout] test id::snowflake::tests::twitter_machine_id_overflow_panics - should panic ... ok
[INFO] [stdout] test id::snowflake::tests::twitter_low_bit_fields ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 28 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.14s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ferroid_tonic_core-d7210b864a6a9590)
[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/ferroid_tonic_server-1380eaf87a00f3d9)
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests ferroid
[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 16 tests
[INFO] [stdout] test crates/ferroid/src/../README.md - (line 65) ... FAILED
[INFO] [stdout] test crates/ferroid/src/../README.md - (line 99) ... FAILED
[INFO] [stdout] test crates/ferroid/src/../README.md - (line 131) ... FAILED
[INFO] [stdout] test crates/ferroid/src/../README.md - (line 213) ... ok
[INFO] [stdout] test crates/ferroid/src/rand/interface.rs - rand::interface::RandSource (line 9) ... ok
[INFO] [stdout] test crates/ferroid/src/generator/snowflake/basic.rs - generator::snowflake::basic::BasicSnowflakeGenerator<ID,T>::try_next_id (line 172) ... ok
[INFO] [stdout] test crates/ferroid/src/time/mono_clock.rs - time::mono_clock::MonotonicClock::with_epoch (line 65) ... ok
[INFO] [stdout] test crates/ferroid/src/time/interface.rs - time::interface::TimeSource (line 27) ... ok
[INFO] [stdout] test crates/ferroid/src/../README.md - (line 230) ... FAILED
[INFO] [stdout] test crates/ferroid/src/generator/status.rs - generator::status::IdGenStatus (line 14) ... ok
[INFO] [stdout] test crates/ferroid/src/id/snowflake.rs - id::snowflake::SnowflakeId (line 14) ... ok
[INFO] [stdout] test crates/ferroid/src/id/snowflake.rs - id::snowflake::define_snowflake_id (line 100) ... ok
[INFO] [stdout] test crates/ferroid/src/generator/snowflake/basic.rs - generator::snowflake::basic::BasicSnowflakeGenerator<ID,T>::next_id (line 133) ... ok
[INFO] [stdout] test crates/ferroid/src/../README.md - (line 280) ... FAILED
[INFO] [stdout] test crates/ferroid/src/../README.md - (line 335) ... FAILED
[INFO] [stdout] test crates/ferroid/src/generator/snowflake/basic.rs - generator::snowflake::basic::BasicSnowflakeGenerator<ID,T>::new (line 66) ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- crates/ferroid/src/../README.md - (line 65) stdout ----
[INFO] [stdout] error[E0432]: unresolved imports `ferroid::generator::thread_local`, `ferroid::id::ULID`
[INFO] [stdout]  --> crates/ferroid/src/../README.md:67:26
[INFO] [stdout]   |
[INFO] [stdout] 5 | use ferroid::{generator::thread_local::Ulid, id::ULID};
[INFO] [stdout]   |                          ^^^^^^^^^^^^        ^^^^^^^^ no `ULID` in `id`
[INFO] [stdout]   |                          |
[INFO] [stdout]   |                          could not find `thread_local` in `generator`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- crates/ferroid/src/../README.md - (line 99) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `ferroid::serde`
[INFO] [stdout]   --> crates/ferroid/src/../README.md:103:5
[INFO] [stdout]    |
[INFO] [stdout]  7 |     serde::{as_base32_snow, as_native_snow},
[INFO] [stdout]    |     ^^^^^ could not find `serde` in `ferroid`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/workdir/crates/ferroid/src/lib.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 18 | #[cfg(feature = "serde")]
[INFO] [stdout]    |       ----------------- the item is gated behind the `serde` feature
[INFO] [stdout] 19 | pub mod serde;
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `serde`
[INFO] [stdout]  --> crates/ferroid/src/../README.md:105:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use serde::{Deserialize, Serialize};
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]   --> crates/ferroid/src/../README.md:109:7
[INFO] [stdout]    |
[INFO] [stdout] 13 |     #[serde(with = "as_native_snow")]
[INFO] [stdout]    |       ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `serde` is an attribute that can be used by the derive macros `Deserialize` and `Serialize`, you might be missing a `derive` attribute
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]   --> crates/ferroid/src/../README.md:111:7
[INFO] [stdout]    |
[INFO] [stdout] 15 |     #[serde(with = "as_base32_snow")]
[INFO] [stdout]    |       ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `serde` is an attribute that can be used by the derive macros `Deserialize` and `Serialize`, you might be missing a `derive` attribute
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- crates/ferroid/src/../README.md - (line 131) stdout ----
[INFO] [stdout] error[E0432]: unresolved imports `ferroid::base32`, `ferroid::id::ULID`, `ferroid::id::UlidId`
[INFO] [stdout]   --> crates/ferroid/src/../README.md:135:5
[INFO] [stdout]    |
[INFO] [stdout]  7 |     base32::{Base32SnowExt, Base32SnowFormatter, Base32UlidExt, Base32UlidFormatter},
[INFO] [stdout]    |     ^^^^^^ could not find `base32` in `ferroid`
[INFO] [stdout]  8 |     id::{SnowflakeId, SnowflakeTwitterId, ULID, UlidId},
[INFO] [stdout]    |                                           ^^^^  ^^^^^^ no `UlidId` in `id`
[INFO] [stdout]    |                                           |
[INFO] [stdout]    |                                           no `ULID` in `id`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/workdir/crates/ferroid/src/lib.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[cfg(feature = "base32")]
[INFO] [stdout]    |       ------------------ the item is gated behind the `base32` feature
[INFO] [stdout] 12 | pub mod base32;
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `SnowflakeTwitterId` doesn't implement `std::fmt::Display`
[INFO] [stdout]   --> crates/ferroid/src/../README.md:140:21
[INFO] [stdout]    |
[INFO] [stdout] 12 | assert_eq!(format!("{id}"), "00000F280001A");
[INFO] [stdout]    |                     ^^^^ `SnowflakeTwitterId` cannot be formatted with the default formatter
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `std::fmt::Display` is not implemented for `SnowflakeTwitterId`
[INFO] [stdout]    = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead
[INFO] [stdout]    = note: this error originates in the macro `$crate::__export::format_args` which comes from the expansion of the macro `format` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `encode` found for struct `SnowflakeTwitterId` in the current scope
[INFO] [stdout]   --> crates/ferroid/src/../README.md:141:15
[INFO] [stdout]    |
[INFO] [stdout] 13 | assert_eq!(id.encode(), "00000F280001A");
[INFO] [stdout]    |               ^^^^^^ method not found in `SnowflakeTwitterId`
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `decode` found for struct `SnowflakeTwitterId` in the current scope
[INFO] [stdout]    --> crates/ferroid/src/../README.md:142:32
[INFO] [stdout]     |
[INFO] [stdout]  14 | assert_eq!(SnowflakeTwitterId::decode("00000F280001A").unwrap(), id);
[INFO] [stdout]     |                                ^^^^^^ function or associated item not found in `SnowflakeTwitterId`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `SnowflakeTwitterId` consider using one of the following associated functions:
[INFO] [stdout]       SnowflakeTwitterId::from
[INFO] [stdout]       SnowflakeTwitterId::from_raw
[INFO] [stdout]    --> /opt/rustwide/workdir/crates/ferroid/src/id/snowflake.rs:325:1
[INFO] [stdout]     |
[INFO] [stdout] 325 | / define_snowflake_id!(
[INFO] [stdout] 326 | |     /// A 64-bit Snowflake ID using the Twitter layout
[INFO] [stdout] 327 | |     ///
[INFO] [stdout] 328 | |     /// - 1 bit reserved
[INFO] [stdout] ...   |
[INFO] [stdout] 345 | |     sequence: 12
[INFO] [stdout] 346 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     = note: this error originates in the macro `define_snowflake_id` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `SnowflakeTwitterId: TryFrom<&str>` is not satisfied
[INFO] [stdout]   --> crates/ferroid/src/../README.md:143:12
[INFO] [stdout]    |
[INFO] [stdout] 15 | assert_eq!(SnowflakeTwitterId::try_from("00000F280001A").unwrap(), id);
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^ the trait `From<&str>` is not implemented for `SnowflakeTwitterId`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `&str` to implement `Into<SnowflakeTwitterId>`
[INFO] [stdout]    = note: required for `SnowflakeTwitterId` to implement `TryFrom<&str>`
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `from_str` found for struct `SnowflakeTwitterId` in the current scope
[INFO] [stdout]    --> crates/ferroid/src/../README.md:144:32
[INFO] [stdout]     |
[INFO] [stdout]  16 | assert_eq!(SnowflakeTwitterId::from_str("00000F280001A").unwrap(), id);
[INFO] [stdout]     |                                ^^^^^^^^ function or associated item not found in `SnowflakeTwitterId`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `SnowflakeTwitterId` consider using one of the following associated functions:
[INFO] [stdout]       SnowflakeTwitterId::from
[INFO] [stdout]       SnowflakeTwitterId::from_raw
[INFO] [stdout]    --> /opt/rustwide/workdir/crates/ferroid/src/id/snowflake.rs:325:1
[INFO] [stdout]     |
[INFO] [stdout] 325 | / define_snowflake_id!(
[INFO] [stdout] 326 | |     /// A 64-bit Snowflake ID using the Twitter layout
[INFO] [stdout] 327 | |     ///
[INFO] [stdout] 328 | |     /// - 1 bit reserved
[INFO] [stdout] ...   |
[INFO] [stdout] 345 | |     sequence: 12
[INFO] [stdout] 346 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout] help: there is an associated function `from` with a similar name
[INFO] [stdout]    --> /opt/rustwide/workdir/crates/ferroid/src/id/snowflake.rs:325:1
[INFO] [stdout]     |
[INFO] [stdout] 325 | / define_snowflake_id!(
[INFO] [stdout] 326 | |     /// A 64-bit Snowflake ID using the Twitter layout
[INFO] [stdout] 327 | |     ///
[INFO] [stdout] 328 | |     /// - 1 bit reserved
[INFO] [stdout] ...   |
[INFO] [stdout] 345 | |     sequence: 12
[INFO] [stdout] 346 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     = note: this error originates in the macro `define_snowflake_id` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `SnowflakeTwitterId: From<&str>` is not satisfied
[INFO] [stdout]   --> crates/ferroid/src/../README.md:143:12
[INFO] [stdout]    |
[INFO] [stdout] 15 | assert_eq!(SnowflakeTwitterId::try_from("00000F280001A").unwrap(), id);
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `From<&str>` is not implemented for `SnowflakeTwitterId`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `&str` to implement `Into<SnowflakeTwitterId>`
[INFO] [stdout]    = note: required for `SnowflakeTwitterId` to implement `TryFrom<&str>`
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `-p ferroid --doc`
[INFO] [stdout] error: aborting due to 7 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0432, E0599.
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- crates/ferroid/src/../README.md - (line 230) stdout ----
[INFO] [stdout] error[E0432]: unresolved imports `ferroid::generator::BasicUlidGenerator`, `ferroid::id::ULID`
[INFO] [stdout]  --> crates/ferroid/src/../README.md:233:42
[INFO] [stdout]   |
[INFO] [stdout] 6 |     generator::{BasicSnowflakeGenerator, BasicUlidGenerator, IdGenStatus},
[INFO] [stdout]   |                                          ^^^^^^^^^^^^^^^^^^ no `BasicUlidGenerator` in `generator`
[INFO] [stdout] 7 |     id::{SnowflakeTwitterId, ToU64, ULID},
[INFO] [stdout]   |                                     ^^^^ no `ULID` in `id`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- crates/ferroid/src/../README.md - (line 280) stdout ----
[INFO] [stdout] error[E0432]: unresolved imports `ferroid::futures`, `ferroid::generator::LockMonoUlidGenerator`, `ferroid::generator::LockSnowflakeGenerator`, `ferroid::id::ULID`
[INFO] [stdout]   --> crates/ferroid/src/../README.md:283:5
[INFO] [stdout]    |
[INFO] [stdout]  5 |     futures::{SnowflakeGeneratorAsyncTokioExt, UlidGeneratorAsyncTokioExt},
[INFO] [stdout]    |     ^^^^^^^ could not find `futures` in `ferroid`
[INFO] [stdout]  6 |     generator::{Error, LockMonoUlidGenerator, LockSnowflakeGenerator, Result},
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                        |                      |
[INFO] [stdout]    |                        |                      no `LockSnowflakeGenerator` in `generator`
[INFO] [stdout]    |                        |                      help: a similar name exists in the module: `SnowflakeGenerator`
[INFO] [stdout]    |                        no `LockMonoUlidGenerator` in `generator`
[INFO] [stdout]  7 |     id::{SnowflakeMastodonId, ULID},
[INFO] [stdout]    |                               ^^^^ no `ULID` in `id`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/workdir/crates/ferroid/src/lib.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 13 | #[cfg(feature = "futures")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `futures` feature
[INFO] [stdout] 14 | pub mod futures;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `SnowflakeMastodonId` doesn't implement `std::fmt::Display`
[INFO] [stdout]   --> crates/ferroid/src/../README.md:293:34
[INFO] [stdout]    |
[INFO] [stdout] 15 |     println!("Generated ID: {}", id);
[INFO] [stdout]    |                             --   ^^ `SnowflakeMastodonId` cannot be formatted with the default formatter
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             required by this formatting parameter
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `std::fmt::Display` is not implemented for `SnowflakeMastodonId`
[INFO] [stdout]    = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead
[INFO] [stdout]    = note: this error originates in the macro `$crate::format_args_nl` which comes from the expansion of the macro `println` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `smol`
[INFO] [stdout]   --> crates/ferroid/src/../README.md:313:5
[INFO] [stdout]    |
[INFO] [stdout] 35 |     smol::block_on(run())
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `smol`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `smol`, use `cargo add smol` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- crates/ferroid/src/../README.md - (line 335) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `ferroid::define_ulid`
[INFO] [stdout]  --> crates/ferroid/src/../README.md:337:36
[INFO] [stdout]   |
[INFO] [stdout] 5 | use ferroid::{define_snowflake_id, define_ulid};
[INFO] [stdout]   |                                    ^^^^^^^^^^^ no `define_ulid` in the root
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     crates/ferroid/src/../README.md - (line 131)
[INFO] [stdout]     crates/ferroid/src/../README.md - (line 230)
[INFO] [stdout]     crates/ferroid/src/../README.md - (line 280)
[INFO] [stdout]     crates/ferroid/src/../README.md - (line 335)
[INFO] [stdout]     crates/ferroid/src/../README.md - (line 65)
[INFO] [stdout]     crates/ferroid/src/../README.md - (line 99)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 10 passed; 6 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.27s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 1.61s; merged doctests compilation took 0.34s
[INFO] running `Command { std: "docker" "inspect" "3beab29ae90ca2605a4ef2cc5c0aa188b413411621bab2e7bf435a181d675ce5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3beab29ae90ca2605a4ef2cc5c0aa188b413411621bab2e7bf435a181d675ce5", kill_on_drop: false }`
[INFO] [stdout] 3beab29ae90ca2605a4ef2cc5c0aa188b413411621bab2e7bf435a181d675ce5
