01KMZVA2RHNJGD0HR6AEJX2SBF: test-proptest

BasicConfig {
    output_rules: [
        "/work/*.log",
        "/work/proptest-regressions/*",
        "/tmp/*.db",
    ],
    rust_toolchain: Some(
        String(
            "stable",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [
        "oxidecomputer/dendrite",
    ],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KMZVAY5TBKGWXQQD75M8YRNN

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-30T17:09:41.527Zjob assigned to worker 01KMZVGBKP6DMWTG83PKWQKXXW [factory aws, i-0ec19d134956d4b53] (queued for 3 m 50 s)
 
22026-03-30T17:09:47.903Zstarting task 0: "setup"
32026-03-30T17:09:47.907Z++ uname -s
42026-03-30T17:09:47.910Z+ kern=SunOS
52026-03-30T17:09:47.910Z+ build_user=build
62026-03-30T17:09:47.911Z+ build_uid=12345
72026-03-30T17:09:47.911Z+ work_dir=/work
82026-03-30T17:09:47.911Z+ input_dir=/input
92026-03-30T17:09:47.911Z+ [[ 0 == 12345 ]]
102026-03-30T17:09:47.911Z+ case "$kern" in
112026-03-30T17:09:47.911Z+ groupadd -g 12345 build
122026-03-30T17:09:47.911Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-30T17:09:49.918Z+ zfs create -o mountpoint=/work rpool/work
142026-03-30T17:09:50.044Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-30T17:09:50.047Z+ home_fs=zfs
162026-03-30T17:09:50.047Z+ [[ zfs == autofs ]]
172026-03-30T17:09:50.047Z+ mkdir -p /home/build
182026-03-30T17:09:50.047Z+ chown build:build /home/build /work
192026-03-30T17:09:52.049Z+ chmod 0700 /home/build /work
202026-03-30T17:09:52.053Zprocess exited: duration 4150 ms, exit code 0
 
212026-03-30T17:09:52.060Zstarting task 1: "rust-toolchain"
222026-03-30T17:09:52.064Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-03-30T17:09:52.064Z * rust toolchain channel = "stable"
242026-03-30T17:09:52.064Z * rust toolchain profile = "default"
252026-03-30T17:09:52.064Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-30T17:09:52.064Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-30T17:09:52.064Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-30T17:09:52.068Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-30T17:09:52.068Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-03-30T17:09:52.185Zinfo: downloading installer
312026-03-30T17:09:53.937Zwarn: It looks like you have an existing installation of Rust at:
322026-03-30T17:09:53.937Zwarn: /opt/ooce/bin
332026-03-30T17:09:53.937Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-30T17:09:53.937Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-30T17:09:53.937Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-30T17:09:53.937Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-30T17:09:53.937Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-30T17:09:53.937Zerror: cannot install while Rust is installed
392026-03-30T17:09:53.937Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-30T17:09:53.937Zwarn: It looks like you have an existing rustup settings file at:
412026-03-30T17:09:53.937Zwarn: /home/build/.rustup/settings.toml
422026-03-30T17:09:53.937Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-30T17:09:53.937Zwarn: instead of the one inferred from the default host triple.
442026-03-30T17:09:53.950Zinfo: profile set to default
452026-03-30T17:09:53.951Zinfo: default host triple is x86_64-unknown-illumos
462026-03-30T17:09:53.954Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-03-30T17:09:54.111Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-03-30T17:09:54.114Zinfo: downloading 6 components
492026-03-30T17:10:09.139Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-03-30T17:10:09.139Z
512026-03-30T17:10:09.683Z stable-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-03-30T17:10:09.683Z
532026-03-30T17:10:09.715Z
542026-03-30T17:10:09.715ZRust is installed now. Great!
552026-03-30T17:10:09.715Z
562026-03-30T17:10:09.715ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-30T17:10:09.715Zenvironment variable. This has not been done automatically.
582026-03-30T17:10:09.715Z
592026-03-30T17:10:09.715ZTo configure your current shell, you need to source
602026-03-30T17:10:09.715Zthe corresponding env file under $HOME/.cargo.
612026-03-30T17:10:09.715Z
622026-03-30T17:10:09.715ZThis is usually done by running one of the following (note the leading DOT):
632026-03-30T17:10:09.715Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-30T17:10:09.715Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-30T17:10:09.716Zsource "~/.cargo/env.nu" # For nushell
662026-03-30T17:10:09.716Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-30T17:10:09.716Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-30T17:10:09.716Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-30T17:10:09.716Zwarn: no default linker (`cc`) was found in your PATH
702026-03-30T17:10:09.716Zwarn: many Rust crates require a system C toolchain to build
712026-03-30T17:10:09.716Z+ rustup --version
722026-03-30T17:10:09.716Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-30T17:10:09.716Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-30T17:10:09.716Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-03-30T17:10:09.716Z+ cargo --version
762026-03-30T17:10:09.716Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-03-30T17:10:09.716Z+ rustc --version
782026-03-30T17:10:09.716Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-03-30T17:10:09.716Zprocess exited: duration 17279 ms, exit code 0
 
802026-03-30T17:10:09.726Zstarting task 2: "authentication"
812026-03-30T17:10:09.746Zprocess exited: duration 19 ms, exit code 0
 
822026-03-30T17:10:09.752Zstarting task 3: "clone repository"
832026-03-30T17:10:09.756Z+ mkdir -p /work/oxidecomputer/maghemite
842026-03-30T17:10:09.761Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-03-30T17:10:09.790ZCloning into '/work/oxidecomputer/maghemite'...
862026-03-30T17:10:10.537Z+ cd /work/oxidecomputer/maghemite
872026-03-30T17:10:10.537Z+ git fetch origin e13def21b434f6614ea7db71efcc960c0b074b5f
882026-03-30T17:10:10.792ZFrom https://github.com/oxidecomputer/maghemite
892026-03-30T17:10:10.792Z * branch e13def21b434f6614ea7db71efcc960c0b074b5f -> FETCH_HEAD
902026-03-30T17:10:10.799Z+ [[ -n trey/map_cleanup ]]
912026-03-30T17:10:10.802Z++ git branch --show-current
922026-03-30T17:10:10.802Z+ current=main
932026-03-30T17:10:10.802Z+ [[ main != trey/map_cleanup ]]
942026-03-30T17:10:10.802Z+ git branch -f trey/map_cleanup e13def21b434f6614ea7db71efcc960c0b074b5f
952026-03-30T17:10:10.805Z+ git checkout -f trey/map_cleanup
962026-03-30T17:10:10.819ZSwitched to branch 'trey/map_cleanup'
972026-03-30T17:10:10.822Z+ git reset --hard e13def21b434f6614ea7db71efcc960c0b074b5f
982026-03-30T17:10:10.827ZHEAD is now at e13def2 Merge branch 'main' into trey/map_cleanup
992026-03-30T17:10:10.830Zprocess exited: duration 1075 ms, exit code 0
 
1002026-03-30T17:10:10.837Zstarting task 4: "build"
1012026-03-30T17:10:10.841Z+ set -e
1022026-03-30T17:10:10.841Z+ NEXTEST_VERSION=0.9.97
1032026-03-30T17:10:10.841Z+ PLATFORM=illumos
1042026-03-30T17:10:10.841Z+ cargo --version
1052026-03-30T17:10:10.846Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
1062026-03-30T17:10:11.042Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
1072026-03-30T17:10:11.045Zinfo: downloading 6 components
1082026-03-30T17:10:27.829Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1092026-03-30T17:10:27.840Z+ rustc --version
1102026-03-30T17:10:27.860Zrustc 1.94.1 (e408947bf 2026-03-25)
1112026-03-30T17:10:27.876Z+ cargo install cargo-nextest --version 0.9.97
1122026-03-30T17:10:27.902Z Updating crates.io index
1132026-03-30T17:10:28.022Z Downloading crates ...
1142026-03-30T17:10:28.072Z Downloaded cargo-nextest v0.9.97
1152026-03-30T17:10:28.138Z Installing cargo-nextest v0.9.97
1162026-03-30T17:10:28.206Z Updating crates.io index
1172026-03-30T17:10:31.079Z Locking 408 packages to latest compatible versions
1182026-03-30T17:10:31.082Z Adding dialoguer v0.11.0 (available: v0.12.0)
1192026-03-30T17:10:31.083Z Adding duct v0.13.7 (available: v1.1.1)
1202026-03-30T17:10:31.087Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1212026-03-30T17:10:31.087Z Adding generic-array v0.14.7 (available: v0.14.9)
1222026-03-30T17:10:31.087Z Adding idna_adapter v1.0.0 (available: v1.2.1)
1232026-03-30T17:10:31.091Z Adding nextest-filtering v0.15.0 (available: v0.20.0)
1242026-03-30T17:10:31.091Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1252026-03-30T17:10:31.091Z Adding nextest-runner v0.80.0 (available: v0.113.0)
1262026-03-30T17:10:31.095Z Adding quick-junit v0.5.2 (available: v0.6.0)
1272026-03-30T17:10:31.111Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1282026-03-30T17:10:31.120Z Downloading crates ...
1292026-03-30T17:10:31.192Z Downloaded anstyle-parse v1.0.0
1302026-03-30T17:10:31.197Z Downloaded atomicwrites v0.4.4
1312026-03-30T17:10:31.202Z Downloaded addr2line v0.25.1
1322026-03-30T17:10:31.206Z Downloaded clap v4.6.0
1332026-03-30T17:10:31.211Z Downloaded home v0.5.12
1342026-03-30T17:10:31.221Z Downloaded cfg-if v1.0.4
1352026-03-30T17:10:31.221Z Downloaded http-body-util v0.1.3
1362026-03-30T17:10:31.226Z Downloaded fnv v1.0.7
1372026-03-30T17:10:31.226Z Downloaded crypto-common v0.1.7
1382026-03-30T17:10:31.227Z Downloaded humantime v2.3.0
1392026-03-30T17:10:31.227Z Downloaded cc v1.2.58
1402026-03-30T17:10:31.230Z Downloaded camino v1.2.2
1412026-03-30T17:10:31.233Z Downloaded is_ci v1.2.0
1422026-03-30T17:10:31.233Z Downloaded idna_adapter v1.0.0
1432026-03-30T17:10:31.233Z Downloaded hex v0.4.3
1442026-03-30T17:10:31.236Z Downloaded lru-slab v0.1.2
1452026-03-30T17:10:31.236Z Downloaded itoa v1.0.18
1462026-03-30T17:10:31.236Z Downloaded erased-serde v0.4.10
1472026-03-30T17:10:31.240Z Downloaded humantime-serde v1.1.1
1482026-03-30T17:10:31.243Z Downloaded async-scoped v0.9.0
1492026-03-30T17:10:31.243Z Downloaded mukti-metadata v0.3.0
1502026-03-30T17:10:31.243Z Downloaded pin-utils v0.1.0
1512026-03-30T17:10:31.249Z Downloaded curve25519-dalek-derive v0.1.1
1522026-03-30T17:10:31.250Z Downloaded bitflags v2.11.0
1532026-03-30T17:10:31.253Z Downloaded indent_write v2.2.0
1542026-03-30T17:10:31.256Z Downloaded hyper-tls v0.6.0
1552026-03-30T17:10:31.256Z Downloaded foreign-types-shared v0.1.1
1562026-03-30T17:10:31.256Z Downloaded clap_lex v1.1.0
1572026-03-30T17:10:31.266Z Downloaded convert_case v0.10.0
1582026-03-30T17:10:31.269Z Downloaded cargo-util-schemas v0.2.0
1592026-03-30T17:10:31.275Z Downloaded os_pipe v1.2.3
1602026-03-30T17:10:31.275Z Downloaded debug-ignore v1.0.5
1612026-03-30T17:10:31.275Z Downloaded openssl-probe v0.2.1
1622026-03-30T17:10:31.279Z Downloaded number_prefix v0.4.0
1632026-03-30T17:10:31.279Z Downloaded generic-array v0.14.7
1642026-03-30T17:10:31.279Z Downloaded fastrand v2.3.0
1652026-03-30T17:10:31.283Z Downloaded colorchoice v1.0.5
1662026-03-30T17:10:31.283Z Downloaded nextest-workspace-hack v0.1.0
1672026-03-30T17:10:31.287Z Downloaded adler2 v2.0.1
1682026-03-30T17:10:31.287Z Downloaded nested v0.1.1
1692026-03-30T17:10:31.287Z Downloaded equivalent v1.0.2
1702026-03-30T17:10:31.287Z Downloaded color-spantrace v0.3.0
1712026-03-30T17:10:31.290Z Downloaded cargo-platform v0.3.2
1722026-03-30T17:10:31.291Z Downloaded percent-encoding v2.3.2
1732026-03-30T17:10:31.291Z Downloaded openssl-macros v0.1.1
1742026-03-30T17:10:31.294Z Downloaded ordered-float v2.10.1
1752026-03-30T17:10:31.299Z Downloaded enable-ansi-support v0.2.1
1762026-03-30T17:10:31.299Z Downloaded form_urlencoded v1.2.2
1772026-03-30T17:10:31.299Z Downloaded foreign-types v0.3.2
1782026-03-30T17:10:31.303Z Downloaded scopeguard v1.2.0
1792026-03-30T17:10:31.303Z Downloaded rustc_version v0.4.1
1802026-03-30T17:10:31.313Z Downloaded rustc-hash v2.1.2
1812026-03-30T17:10:31.313Z Downloaded futures-sink v0.3.32
1822026-03-30T17:10:31.313Z Downloaded futures-core v0.3.32
1832026-03-30T17:10:31.313Z Downloaded errno v0.3.14
1842026-03-30T17:10:31.320Z Downloaded pathdiff v0.2.3
1852026-03-30T17:10:31.320Z Downloaded document-features v0.2.12
1862026-03-30T17:10:31.320Z Downloaded atomic-waker v1.1.2
1872026-03-30T17:10:31.320Z Downloaded futures-task v0.3.32
1882026-03-30T17:10:31.320Z Downloaded cargo-platform v0.2.0
1892026-03-30T17:10:31.320Z Downloaded httparse v1.10.1
1902026-03-30T17:10:31.320Z Downloaded future-queue v0.4.0
1912026-03-30T17:10:31.326Z Downloaded lazy_static v1.5.0
1922026-03-30T17:10:31.326Z Downloaded anstyle-query v1.1.5
1932026-03-30T17:10:31.335Z Downloaded is_terminal_polyfill v1.70.2
1942026-03-30T17:10:31.335Z Downloaded futures-io v0.3.32
1952026-03-30T17:10:31.339Z Downloaded cfg_aliases v0.2.1
1962026-03-30T17:10:31.339Z Downloaded backtrace-ext v0.2.1
1972026-03-30T17:10:31.343Z Downloaded heck v0.5.0
1982026-03-30T17:10:31.347Z Downloaded guppy-workspace-hack v0.1.0
1992026-03-30T17:10:31.349Z Downloaded serde-value v0.7.0
2002026-03-30T17:10:31.349Z Downloaded futures-macro v0.3.32
2012026-03-30T17:10:31.350Z Downloaded signal-hook-mio v0.2.5
2022026-03-30T17:10:31.355Z Downloaded shell-words v1.1.1
2032026-03-30T17:10:31.355Z Downloaded shared_child v1.1.1
2042026-03-30T17:10:31.361Z Downloaded serde_spanned v0.6.9
2052026-03-30T17:10:31.361Z Downloaded sigchld v0.2.4
2062026-03-30T17:10:31.361Z Downloaded indenter v0.3.4
2072026-03-30T17:10:31.361Z Downloaded miette-derive v7.6.0
2082026-03-30T17:10:31.365Z Downloaded serde_ignored v0.1.14
2092026-03-30T17:10:31.365Z Downloaded serde_spanned v1.1.0
2102026-03-30T17:10:31.365Z Downloaded jobserver v0.1.34
2112026-03-30T17:10:31.365Z Downloaded http-body v1.0.1
2122026-03-30T17:10:31.365Z Downloaded signature v2.2.0
2132026-03-30T17:10:31.369Z Downloaded serde_urlencoded v0.7.1
2142026-03-30T17:10:31.370Z Downloaded pin-project-lite v0.2.17
2152026-03-30T17:10:31.374Z Downloaded quote v1.0.45
2162026-03-30T17:10:31.374Z Downloaded ed25519 v2.2.3
2172026-03-30T17:10:31.377Z Downloaded owo-colors v4.3.0
2182026-03-30T17:10:31.377Z Downloaded rand_core v0.6.4
2192026-03-30T17:10:31.381Z Downloaded base64ct v1.8.3
2202026-03-30T17:10:31.381Z Downloaded pkcs8 v0.10.2
2212026-03-30T17:10:31.381Z Downloaded pin-project-internal v1.1.11
2222026-03-30T17:10:31.384Z Downloaded bytes v1.11.1
2232026-03-30T17:10:31.384Z Downloaded block-buffer v0.10.4
2242026-03-30T17:10:31.387Z Downloaded native-tls v0.2.18
2252026-03-30T17:10:31.387Z Downloaded cpufeatures v0.2.17
2262026-03-30T17:10:31.392Z Downloaded find-msvc-tools v0.1.9
2272026-03-30T17:10:31.392Z Downloaded digest v0.10.7
2282026-03-30T17:10:31.397Z Downloaded rand_chacha v0.9.0
2292026-03-30T17:10:31.401Z Downloaded duct v0.13.7
2302026-03-30T17:10:31.401Z Downloaded foldhash v0.1.5
2312026-03-30T17:10:31.401Z Downloaded filetime v0.2.27
2322026-03-30T17:10:31.401Z Downloaded either v1.15.0
2332026-03-30T17:10:31.405Z Downloaded autocfg v1.5.0
2342026-03-30T17:10:31.405Z Downloaded console v0.15.11
2352026-03-30T17:10:31.405Z Downloaded self-replace v1.5.0
2362026-03-30T17:10:31.410Z Downloaded subtle v2.6.1
2372026-03-30T17:10:31.410Z Downloaded rustc-demangle v0.1.27
2382026-03-30T17:10:31.414Z Downloaded rand_core v0.9.5
2392026-03-30T17:10:31.414Z Downloaded nextest-metadata v0.12.2
2402026-03-30T17:10:31.414Z Downloaded target-spec-miette v0.4.5
2412026-03-30T17:10:31.414Z Downloaded supports-hyperlinks v3.2.0
2422026-03-30T17:10:31.417Z Downloaded supports-color v3.0.2
2432026-03-30T17:10:31.417Z Downloaded sync_wrapper v1.0.2
2442026-03-30T17:10:31.417Z Downloaded swrite v0.1.0
2452026-03-30T17:10:31.418Z Downloaded supports-unicode v3.0.0
2462026-03-30T17:10:31.418Z Downloaded terminal_size v0.4.4
2472026-03-30T17:10:31.421Z Downloaded tinyvec_macros v0.1.1
2482026-03-30T17:10:31.430Z Downloaded lock_api v0.4.14
2492026-03-30T17:10:31.430Z Downloaded fixedbitset v0.5.7
2502026-03-30T17:10:31.434Z Downloaded anstyle v1.0.14
2512026-03-30T17:10:31.434Z Downloaded dialoguer v0.11.0
2522026-03-30T17:10:31.439Z Downloaded globset v0.4.18
2532026-03-30T17:10:31.439Z Downloaded semver v1.0.27
2542026-03-30T17:10:31.439Z Downloaded cargo_metadata v0.23.1
2552026-03-30T17:10:31.442Z Downloaded serde_path_to_error v0.1.20
2562026-03-30T17:10:31.442Z Downloaded cargo_metadata v0.20.0
2572026-03-30T17:10:31.446Z Downloaded serde-untagged v0.1.9
2582026-03-30T17:10:31.446Z Downloaded signal-hook-registry v1.4.8
2592026-03-30T17:10:31.449Z Downloaded sha2 v0.10.9
2602026-03-30T17:10:31.449Z Downloaded simd-adler32 v0.3.9
2612026-03-30T17:10:31.449Z Downloaded shlex v1.3.0
2622026-03-30T17:10:31.459Z Downloaded toml_write v0.1.2
2632026-03-30T17:10:31.463Z Downloaded iana-time-zone v0.1.65
2642026-03-30T17:10:31.463Z Downloaded hyper-rustls v0.27.7
2652026-03-30T17:10:31.473Z Downloaded toml_datetime v0.6.11
2662026-03-30T17:10:31.478Z Downloaded futures-executor v0.3.32
2672026-03-30T17:10:31.478Z Downloaded ipnet v2.12.0
2682026-03-30T17:10:31.478Z Downloaded ahash v0.8.12
2692026-03-30T17:10:31.478Z Downloaded ppv-lite86 v0.2.21
2702026-03-30T17:10:31.478Z Downloaded parking_lot_core v0.9.12
2712026-03-30T17:10:31.478Z Downloaded clap_derive v4.6.0
2722026-03-30T17:10:31.478Z Downloaded cfg-expr v0.20.7
2732026-03-30T17:10:31.478Z Downloaded anstream v1.0.0
2742026-03-30T17:10:31.487Z Downloaded parking_lot v0.12.5
2752026-03-30T17:10:31.487Z Downloaded nextest-filtering v0.15.0
2762026-03-30T17:10:31.487Z Downloaded newtype-uuid v1.3.2
2772026-03-30T17:10:31.494Z Downloaded tower-layer v0.3.3
2782026-03-30T17:10:31.494Z Downloaded spki v0.7.3
2792026-03-30T17:10:31.494Z Downloaded smol_str v0.3.6
2802026-03-30T17:10:31.499Z Downloaded strsim v0.11.1
2812026-03-30T17:10:31.499Z Downloaded thiserror-impl v1.0.69
2822026-03-30T17:10:31.499Z Downloaded try-lock v0.2.5
2832026-03-30T17:10:31.499Z Downloaded tower-service v0.3.3
2842026-03-30T17:10:31.509Z Downloaded target-spec v3.5.7
2852026-03-30T17:10:31.509Z Downloaded target-lexicon v0.13.3
2862026-03-30T17:10:31.509Z Downloaded typeid v1.0.3
2872026-03-30T17:10:31.509Z Downloaded tracing-error v0.2.1
2882026-03-30T17:10:31.510Z Downloaded slab v0.4.12
2892026-03-30T17:10:31.510Z Downloaded quick-junit v0.5.2
2902026-03-30T17:10:31.517Z Downloaded untrusted v0.9.0
2912026-03-30T17:10:31.517Z Downloaded strip-ansi-escapes v0.2.1
2922026-03-30T17:10:31.517Z Downloaded once_cell v1.21.4
2932026-03-30T17:10:31.517Z Downloaded static_assertions v1.1.0
2942026-03-30T17:10:31.517Z Downloaded utf8parse v0.2.2
2952026-03-30T17:10:31.523Z Downloaded thiserror v2.0.18
2962026-03-30T17:10:31.523Z Downloaded unicode-xid v0.2.6
2972026-03-30T17:10:31.523Z Downloaded utf8_iter v1.0.4
2982026-03-30T17:10:31.523Z Downloaded urlencoding v2.1.3
2992026-03-30T17:10:31.523Z Downloaded thiserror v1.0.69
3002026-03-30T17:10:31.549Z Downloaded rustls-pki-types v1.14.0
3012026-03-30T17:10:31.559Z Downloaded self_update v0.42.0
3022026-03-30T17:10:31.559Z Downloaded tokio-macros v2.6.1
3032026-03-30T17:10:31.559Z Downloaded thiserror-impl v2.0.18
3042026-03-30T17:10:31.559Z Downloaded tokio-native-tls v0.3.1
3052026-03-30T17:10:31.568Z Downloaded xattr v1.6.1
3062026-03-30T17:10:31.568Z Downloaded version_check v0.9.5
3072026-03-30T17:10:31.574Z Downloaded toml_datetime v1.1.0+spec-1.1.0
3082026-03-30T17:10:31.574Z Downloaded const-oid v0.9.6
3092026-03-30T17:10:31.574Z Downloaded derive-where v1.6.1
3102026-03-30T17:10:31.589Z Downloaded getrandom v0.2.17
3112026-03-30T17:10:31.590Z Downloaded config v0.15.22
3122026-03-30T17:10:31.596Z Downloaded base64 v0.22.1
3132026-03-30T17:10:31.596Z Downloaded toml_writer v1.1.0+spec-1.1.0
3142026-03-30T17:10:31.596Z Downloaded litrs v1.0.0
3152026-03-30T17:10:31.596Z Downloaded futures-channel v0.3.32
3162026-03-30T17:10:31.596Z Downloaded crc32fast v1.5.0
3172026-03-30T17:10:31.596Z Downloaded pkg-config v0.3.32
3182026-03-30T17:10:31.596Z Downloaded tracing-log v0.2.0
3192026-03-30T17:10:31.596Z Downloaded pin-project v1.1.11
3202026-03-30T17:10:31.599Z Downloaded want v0.3.1
3212026-03-30T17:10:31.600Z Downloaded quinn-udp v0.5.14
3222026-03-30T17:10:31.600Z Downloaded ryu v1.0.23
3232026-03-30T17:10:31.600Z Downloaded proc-macro2 v1.0.106
3242026-03-30T17:10:31.603Z Downloaded num-traits v0.2.19
3252026-03-30T17:10:31.603Z Downloaded indicatif v0.17.11
3262026-03-30T17:10:31.610Z Downloaded getrandom v0.3.4
3272026-03-30T17:10:31.615Z Downloaded eyre v0.6.12
3282026-03-30T17:10:31.615Z Downloaded log v0.4.29
3292026-03-30T17:10:31.639Z Downloaded unicase v2.9.0
3302026-03-30T17:10:31.639Z Downloaded unicode-linebreak v0.1.5
3312026-03-30T17:10:31.639Z Downloaded signal-hook v0.3.18
3322026-03-30T17:10:31.639Z Downloaded tokio-rustls v0.26.4
3332026-03-30T17:10:31.639Z Downloaded zeroize v1.8.2
3342026-03-30T17:10:31.639Z Downloaded zipsign-api v0.1.5
3352026-03-30T17:10:31.639Z Downloaded xxhash-rust v0.8.15
3362026-03-30T17:10:31.642Z Downloaded toml v0.8.23
3372026-03-30T17:10:31.642Z Downloaded serde_derive v1.0.228
3382026-03-30T17:10:31.655Z Downloaded socket2 v0.6.3
3392026-03-30T17:10:31.659Z Downloaded tokio-stream v0.1.18
3402026-03-30T17:10:31.659Z Downloaded thread_local v1.1.9
3412026-03-30T17:10:31.659Z Downloaded zmij v1.0.21
3422026-03-30T17:10:31.669Z Downloaded camino-tempfile v1.4.1
3432026-03-30T17:10:31.679Z Downloaded toml_parser v1.1.0+spec-1.1.0
3442026-03-30T17:10:31.679Z Downloaded getrandom v0.4.2
3452026-03-30T17:10:31.679Z Downloaded futures v0.3.32
3462026-03-30T17:10:31.689Z Downloaded openssl-sys v0.9.112
3472026-03-30T17:10:31.689Z Downloaded serde_core v1.0.228
3482026-03-30T17:10:31.695Z Downloaded zstd v0.13.3
3492026-03-30T17:10:31.702Z Downloaded smallvec v1.15.1
3502026-03-30T17:10:31.702Z Downloaded der v0.7.10
3512026-03-30T17:10:31.702Z Downloaded flate2 v1.1.9
3522026-03-30T17:10:31.706Z Downloaded tracing-attributes v0.1.31
3532026-03-30T17:10:31.706Z Downloaded borsh v1.6.1
3542026-03-30T17:10:31.710Z Downloaded backtrace v0.3.76
3552026-03-30T17:10:31.710Z Downloaded unicode-ident v1.0.24
3562026-03-30T17:10:31.724Z Downloaded miniz_oxide v0.8.9
3572026-03-30T17:10:31.724Z Downloaded vte v0.14.1
3582026-03-30T17:10:31.724Z Downloaded uuid v1.23.0
3592026-03-30T17:10:31.727Z Downloaded derive_more v2.1.1
3602026-03-30T17:10:31.727Z Downloaded ed25519-dalek v2.2.0
3612026-03-30T17:10:31.727Z Downloaded serde v1.0.228
3622026-03-30T17:10:31.734Z Downloaded tempfile v3.27.0
3632026-03-30T17:10:31.737Z Downloaded tinyvec v1.11.0
3642026-03-30T17:10:31.743Z Downloaded sharded-slab v0.1.7
3652026-03-30T17:10:31.743Z Downloaded zstd-safe v7.2.4
3662026-03-30T17:10:31.753Z Downloaded toml_edit v0.22.27
3672026-03-30T17:10:31.771Z Downloaded http v1.4.0
3682026-03-30T17:10:31.782Z Downloaded tracing-core v0.1.36
3692026-03-30T17:10:31.806Z Downloaded crossterm v0.29.0
3702026-03-30T17:10:31.810Z Downloaded textwrap v0.16.2
3712026-03-30T17:10:31.816Z Downloaded tar v0.4.45
3722026-03-30T17:10:31.823Z Downloaded toml v1.1.0+spec-1.1.0
3732026-03-30T17:10:31.823Z Downloaded memchr v2.8.0
3742026-03-30T17:10:31.824Z Downloaded quinn v0.11.9
3752026-03-30T17:10:31.828Z Downloaded hyper-util v0.1.20
3762026-03-30T17:10:31.829Z Downloaded mio v1.2.0
3772026-03-30T17:10:31.829Z Downloaded indexmap v2.13.0
3782026-03-30T17:10:31.835Z Downloaded hashbrown v0.16.1
3792026-03-30T17:10:31.840Z Downloaded tower v0.5.3
3802026-03-30T17:10:31.846Z Downloaded derive_more-impl v2.1.1
3812026-03-30T17:10:31.858Z Downloaded hashbrown v0.15.5
3822026-03-30T17:10:31.858Z Downloaded typenum v1.19.0
3832026-03-30T17:10:31.862Z Downloaded guppy v0.17.25
3842026-03-30T17:10:31.862Z Downloaded clap_builder v4.6.0
3852026-03-30T17:10:31.866Z Downloaded rustls-webpki v0.103.10
3862026-03-30T17:10:31.870Z Downloaded unicode-segmentation v1.13.2
3872026-03-30T17:10:31.880Z Downloaded unicode-normalization v0.1.25
3882026-03-30T17:10:31.880Z Downloaded miette v7.6.0
3892026-03-30T17:10:31.880Z Downloaded rand v0.9.2
3902026-03-30T17:10:31.885Z Downloaded url v2.5.8
3912026-03-30T17:10:31.890Z Downloaded tower-http v0.6.8
3922026-03-30T17:10:31.900Z Downloaded tokio-util v0.7.18
3932026-03-30T17:10:31.904Z Downloaded futures-util v0.3.32
3942026-03-30T17:10:31.913Z Downloaded serde_json v1.0.149
3952026-03-30T17:10:31.922Z Downloaded aho-corasick v1.1.4
3962026-03-30T17:10:31.933Z Downloaded h2 v0.4.13
3972026-03-30T17:10:31.945Z Downloaded chrono v0.4.44
3982026-03-30T17:10:31.951Z Downloaded winnow v1.0.1
3992026-03-30T17:10:31.957Z Downloaded ron v0.12.1
4002026-03-30T17:10:31.970Z Downloaded tracing-subscriber v0.3.23
4012026-03-30T17:10:31.990Z Downloaded webpki-roots v1.0.6
4022026-03-30T17:10:31.999Z Downloaded bstr v1.12.1
4032026-03-30T17:10:32.005Z Downloaded itertools v0.14.0
4042026-03-30T17:10:32.010Z Downloaded regex v1.12.3
4052026-03-30T17:10:32.014Z Downloaded zerocopy v0.8.48
4062026-03-30T17:10:32.021Z Downloaded unicode-width v0.2.2
4072026-03-30T17:10:32.027Z Downloaded hyper v1.8.1
4082026-03-30T17:10:32.030Z Downloaded reqwest v0.12.28
4092026-03-30T17:10:32.034Z Downloaded gimli v0.32.3
4102026-03-30T17:10:32.044Z Downloaded curve25519-dalek v4.1.3
4112026-03-30T17:10:32.048Z Downloaded pulldown-cmark v0.13.3
4122026-03-30T17:10:32.048Z Downloaded iri-string v0.7.12
4132026-03-30T17:10:32.072Z Downloaded color-eyre v0.6.5
4142026-03-30T17:10:32.076Z Downloaded idna v1.1.0
4152026-03-30T17:10:32.091Z Downloaded tokio v1.50.0
4162026-03-30T17:10:32.115Z Downloaded quick-xml v0.37.5
4172026-03-30T17:10:32.120Z Downloaded portable-atomic v1.13.1
4182026-03-30T17:10:32.144Z Downloaded quick-xml v0.38.4
4192026-03-30T17:10:32.167Z Downloaded winnow v0.7.15
4202026-03-30T17:10:32.207Z Downloaded quinn-proto v0.11.14
4212026-03-30T17:10:32.261Z Downloaded vcpkg v0.2.15
4222026-03-30T17:10:32.425Z Downloaded nextest-runner v0.80.0
4232026-03-30T17:10:32.443Z Downloaded openssl v0.10.76
4242026-03-30T17:10:32.444Z Downloaded unicode-width v0.1.14
4252026-03-30T17:10:32.444Z Downloaded syn v2.0.117
4262026-03-30T17:10:32.444Z Downloaded nix v0.30.1
4272026-03-30T17:10:32.444Z Downloaded object v0.37.3
4282026-03-30T17:10:32.444Z Downloaded rustls v0.23.37
4292026-03-30T17:10:32.444Z Downloaded rustix v0.38.44
4302026-03-30T17:10:32.456Z Downloaded regex-syntax v0.8.10
4312026-03-30T17:10:32.462Z Downloaded rustix v1.1.4
4322026-03-30T17:10:32.497Z Downloaded tracing v0.1.44
4332026-03-30T17:10:32.585Z Downloaded regex-automata v0.4.14
4342026-03-30T17:10:32.646Z Downloaded libc v0.2.183
4352026-03-30T17:10:32.664Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4362026-03-30T17:10:32.682Z Downloaded petgraph v0.8.3
4372026-03-30T17:10:32.761Z Downloaded recursion v0.5.4
4382026-03-30T17:10:32.769Z Downloaded ring v0.17.14
4392026-03-30T17:10:32.827Z Compiling proc-macro2 v1.0.106
4402026-03-30T17:10:32.827Z Compiling libc v0.2.183
4412026-03-30T17:10:32.830Z Compiling unicode-ident v1.0.24
4422026-03-30T17:10:32.830Z Compiling quote v1.0.45
4432026-03-30T17:10:32.830Z Compiling serde_core v1.0.228
4442026-03-30T17:10:32.830Z Compiling cfg-if v1.0.4
4452026-03-30T17:10:32.830Z Compiling memchr v2.8.0
4462026-03-30T17:10:32.830Z Compiling once_cell v1.21.4
4472026-03-30T17:10:33.030Z Compiling log v0.4.29
4482026-03-30T17:10:33.070Z Compiling pin-project-lite v0.2.17
4492026-03-30T17:10:33.158Z Compiling serde v1.0.228
4502026-03-30T17:10:33.207Z Compiling itoa v1.0.18
4512026-03-30T17:10:33.347Z Compiling futures-core v0.3.32
4522026-03-30T17:10:33.446Z Compiling smallvec v1.15.1
4532026-03-30T17:10:33.496Z Compiling bitflags v2.11.0
4542026-03-30T17:10:33.509Z Compiling find-msvc-tools v0.1.9
4552026-03-30T17:10:33.686Z Compiling equivalent v1.0.2
4562026-03-30T17:10:33.732Z Compiling shlex v1.3.0
4572026-03-30T17:10:33.769Z Compiling hashbrown v0.16.1
4582026-03-30T17:10:33.871Z Compiling errno v0.3.14
4592026-03-30T17:10:33.901Z Compiling bytes v1.11.1
4602026-03-30T17:10:33.912Z Compiling mio v1.2.0
4612026-03-30T17:10:34.006Z Compiling signal-hook-registry v1.4.8
4622026-03-30T17:10:34.064Z Compiling jobserver v0.1.34
4632026-03-30T17:10:34.205Z Compiling syn v2.0.117
4642026-03-30T17:10:34.268Z Compiling cc v1.2.58
4652026-03-30T17:10:34.376Z Compiling futures-sink v0.3.32
4662026-03-30T17:10:34.405Z Compiling rustix v1.1.4
4672026-03-30T17:10:34.489Z Compiling socket2 v0.6.3
4682026-03-30T17:10:34.520Z Compiling slab v0.4.12
4692026-03-30T17:10:34.610Z Compiling zmij v1.0.21
4702026-03-30T17:10:34.731Z Compiling futures-channel v0.3.32
4712026-03-30T17:10:34.787Z Compiling tracing-core v0.1.36
4722026-03-30T17:10:34.933Z Compiling version_check v0.9.5
4732026-03-30T17:10:34.989Z Compiling serde_json v1.0.149
4742026-03-30T17:10:35.254Z Compiling indexmap v2.13.0
4752026-03-30T17:10:35.337Z Compiling futures-task v0.3.32
4762026-03-30T17:10:35.364Z Compiling futures-io v0.3.32
4772026-03-30T17:10:35.515Z Compiling getrandom v0.4.2
4782026-03-30T17:10:35.585Z Compiling unicode-width v0.2.2
4792026-03-30T17:10:35.612Z Compiling camino v1.2.2
4802026-03-30T17:10:35.910Z Compiling ring v0.17.14
4812026-03-30T17:10:35.955Z Compiling http v1.4.0
4822026-03-30T17:10:35.978Z Compiling adler2 v2.0.1
4832026-03-30T17:10:35.988Z Compiling simd-adler32 v0.3.9
4842026-03-30T17:10:36.114Z Compiling percent-encoding v2.3.2
4852026-03-30T17:10:36.143Z Compiling zeroize v1.8.2
4862026-03-30T17:10:36.347Z Compiling autocfg v1.5.0
4872026-03-30T17:10:36.414Z Compiling miniz_oxide v0.8.9
4882026-03-30T17:10:36.720Z Compiling num-traits v0.2.19
4892026-03-30T17:10:37.000Z Compiling getrandom v0.3.4
4902026-03-30T17:10:37.020Z Compiling target-lexicon v0.13.3
4912026-03-30T17:10:37.249Z Compiling zerocopy v0.8.48
4922026-03-30T17:10:37.414Z Compiling object v0.37.3
4932026-03-30T17:10:37.673Z Compiling http-body v1.0.1
4942026-03-30T17:10:37.745Z Compiling rustls-pki-types v1.14.0
4952026-03-30T17:10:37.759Z Compiling semver v1.0.27
4962026-03-30T17:10:37.826Z Compiling getrandom v0.2.17
4972026-03-30T17:10:37.833Z Compiling gimli v0.32.3
4982026-03-30T17:10:37.866Z Compiling thiserror v2.0.18
4992026-03-30T17:10:37.927Z Compiling serde_derive v1.0.228
5002026-03-30T17:10:38.013Z Compiling tokio-macros v2.6.1
5012026-03-30T17:10:38.136Z Compiling futures-macro v0.3.32
5022026-03-30T17:10:38.202Z Compiling tracing-attributes v0.1.31
5032026-03-30T17:10:38.405Z Compiling owo-colors v4.3.0
5042026-03-30T17:10:38.533Z Compiling httparse v1.10.1
5052026-03-30T17:10:38.719Z Compiling guppy-workspace-hack v0.1.0
5062026-03-30T17:10:38.759Z Compiling tokio v1.50.0
5072026-03-30T17:10:38.870Z Compiling untrusted v0.9.0
5082026-03-30T17:10:38.954Z Compiling fnv v1.0.7
5092026-03-30T17:10:38.960Z Compiling futures-util v0.3.32
5102026-03-30T17:10:38.998Z Compiling signal-hook v0.3.18
5112026-03-30T17:10:39.036Z Compiling typenum v1.19.0
5122026-03-30T17:10:39.376Z Compiling thiserror-impl v2.0.18
5132026-03-30T17:10:39.391Z Compiling tracing v0.1.44
5142026-03-30T17:10:39.744Z Compiling addr2line v0.25.1
5152026-03-30T17:10:40.905Z Compiling form_urlencoded v1.2.2
5162026-03-30T17:10:41.135Z Compiling generic-array v0.14.7
5172026-03-30T17:10:41.173Z Compiling try-lock v0.2.5
5182026-03-30T17:10:41.304Z Compiling pkg-config v0.3.32
5192026-03-30T17:10:41.411Z Compiling utf8_iter v1.0.4
5202026-03-30T17:10:41.421Z Compiling rustc-demangle v0.1.27
5212026-03-30T17:10:41.527Z Compiling target-spec v3.5.7
5222026-03-30T17:10:41.596Z Compiling tower-service v0.3.3
5232026-03-30T17:10:41.711Z Compiling typeid v1.0.3
5242026-03-30T17:10:41.727Z Compiling atomic-waker v1.1.2
5252026-03-30T17:10:41.800Z Compiling fastrand v2.3.0
5262026-03-30T17:10:41.853Z Compiling idna_adapter v1.0.0
5272026-03-30T17:10:41.957Z Compiling thiserror v1.0.69
5282026-03-30T17:10:42.005Z Compiling rustls v0.23.37
5292026-03-30T17:10:42.182Z Compiling tempfile v3.27.0
5302026-03-30T17:10:42.343Z Compiling idna v1.1.0
5312026-03-30T17:10:42.380Z Compiling backtrace v0.3.76
5322026-03-30T17:10:42.472Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5332026-03-30T17:10:42.813Z Compiling tokio-util v0.7.18
5342026-03-30T17:10:43.141Z Compiling want v0.3.1
5352026-03-30T17:10:43.204Z Compiling cfg-expr v0.20.7
5362026-03-30T17:10:43.661Z Compiling h2 v0.4.13
5372026-03-30T17:10:44.036Z Compiling thiserror-impl v1.0.69
5382026-03-30T17:10:44.294Z Compiling terminal_size v0.4.4
5392026-03-30T17:10:44.458Z Compiling aho-corasick v1.1.4
5402026-03-30T17:10:44.473Z Compiling erased-serde v0.4.10
5412026-03-30T17:10:44.701Z Compiling regex-syntax v0.8.10
5422026-03-30T17:10:44.767Z Compiling subtle v2.6.1
5432026-03-30T17:10:44.935Z Compiling rustls-webpki v0.103.10
5442026-03-30T17:10:45.229Z Compiling winnow v0.7.15
5452026-03-30T17:10:47.125Z Compiling pin-utils v0.1.0
5462026-03-30T17:10:47.203Z Compiling hyper v1.8.1
5472026-03-30T17:10:47.280Z Compiling regex-automata v0.4.14
5482026-03-30T17:10:50.213Z Compiling url v2.5.8
5492026-03-30T17:10:51.098Z Compiling toml_datetime v0.6.11
5502026-03-30T17:10:51.301Z Compiling serde_spanned v0.6.9
5512026-03-30T17:10:55.298Z Compiling ahash v0.8.12
5522026-03-30T17:10:55.434Z Compiling sync_wrapper v1.0.2
5532026-03-30T17:10:55.434Z Compiling is_ci v1.2.0
5542026-03-30T17:10:55.434Z Compiling parking_lot_core v0.9.12
5552026-03-30T17:10:55.434Z Compiling lazy_static v1.5.0
5562026-03-30T17:10:55.434Z Compiling either v1.15.0
5572026-03-30T17:10:55.434Z Compiling toml_write v0.1.2
5582026-03-30T17:10:55.434Z Compiling unicode-linebreak v0.1.5
5592026-03-30T17:10:55.434Z Compiling crc32fast v1.5.0
5602026-03-30T17:10:55.434Z Compiling foldhash v0.1.5
5612026-03-30T17:10:55.434Z Compiling nextest-workspace-hack v0.1.0
5622026-03-30T17:10:55.434Z Compiling ipnet v2.12.0
5632026-03-30T17:10:55.434Z Compiling unicode-segmentation v1.13.2
5642026-03-30T17:10:55.434Z Compiling tower-layer v0.3.3
5652026-03-30T17:10:55.434Z Compiling portable-atomic v1.13.1
5662026-03-30T17:10:55.434Z Compiling base64 v0.22.1
5672026-03-30T17:10:55.434Z Compiling convert_case v0.10.0
5682026-03-30T17:10:55.434Z Compiling tower v0.5.3
5692026-03-30T17:10:55.434Z Compiling hyper-util v0.1.20
5702026-03-30T17:10:55.486Z Compiling hashbrown v0.15.5
5712026-03-30T17:10:55.486Z Compiling textwrap v0.16.2
5722026-03-30T17:10:55.486Z Compiling toml_edit v0.22.27
5732026-03-30T17:10:55.487Z Compiling sharded-slab v0.1.7
5742026-03-30T17:10:55.487Z Compiling supports-color v3.0.2
5752026-03-30T17:10:55.487Z Compiling tokio-rustls v0.26.4
5762026-03-30T17:10:55.487Z Compiling backtrace-ext v0.2.1
5772026-03-30T17:10:55.487Z Compiling ordered-float v2.10.1
5782026-03-30T17:10:55.487Z Compiling webpki-roots v1.0.6
5792026-03-30T17:10:55.487Z Compiling miette-derive v7.6.0
5802026-03-30T17:10:55.487Z Compiling pathdiff v0.2.3
5812026-03-30T17:10:55.487Z Compiling console v0.15.11
5822026-03-30T17:10:55.487Z Compiling tracing-log v0.2.0
5832026-03-30T17:10:55.487Z Compiling cargo-platform v0.3.2
5842026-03-30T17:10:55.529Z Compiling os_pipe v1.2.3
5852026-03-30T17:10:55.643Z Compiling thread_local v1.1.9
5862026-03-30T17:10:55.656Z Compiling debug-ignore v1.0.5
5872026-03-30T17:10:55.671Z Compiling fixedbitset v0.5.7
5882026-03-30T17:10:55.767Z Compiling supports-unicode v3.0.0
5892026-03-30T17:10:55.944Z Compiling ryu v1.0.23
5902026-03-30T17:10:56.003Z Compiling winnow v1.0.1
5912026-03-30T17:10:56.021Z Compiling rustix v0.38.44
5922026-03-30T17:10:56.189Z Compiling utf8parse v0.2.2
5932026-03-30T17:10:56.242Z Compiling supports-hyperlinks v3.2.0
5942026-03-30T17:10:56.305Z Compiling iri-string v0.7.12
5952026-03-30T17:10:56.370Z Compiling pulldown-cmark v0.13.3
5962026-03-30T17:10:56.461Z Compiling zstd-safe v7.2.4
5972026-03-30T17:10:56.591Z Compiling unicode-width v0.1.14
5982026-03-30T17:10:56.895Z Compiling scopeguard v1.2.0
5992026-03-30T17:10:57.008Z Compiling cfg_aliases v0.2.1
6002026-03-30T17:10:57.077Z Compiling toml_parser v1.1.0+spec-1.1.0
6012026-03-30T17:10:57.090Z Compiling nix v0.30.1
6022026-03-30T17:10:57.471Z Compiling lock_api v0.4.14
6032026-03-30T17:10:57.483Z Compiling miette v7.6.0
6042026-03-30T17:10:57.825Z Compiling tower-http v0.6.8
6052026-03-30T17:10:58.392Z Compiling anstyle-parse v1.0.0
6062026-03-30T17:10:58.471Z Compiling serde_urlencoded v0.7.1
6072026-03-30T17:10:58.647Z Compiling petgraph v0.8.3
6082026-03-30T17:10:58.761Z Compiling tracing-subscriber v0.3.23
6092026-03-30T17:10:58.792Z Compiling sigchld v0.2.4
6102026-03-30T17:10:58.991Z Compiling cargo_metadata v0.23.1
6112026-03-30T17:10:59.007Z Compiling toml v0.8.23
6122026-03-30T17:11:00.598Z Compiling serde-value v0.7.0
6132026-03-30T17:11:01.318Z Compiling hyper-rustls v0.27.7
6142026-03-30T17:11:01.659Z Compiling serde-untagged v0.1.9
6152026-03-30T17:11:02.130Z Compiling derive_more-impl v2.1.1
6162026-03-30T17:11:02.273Z Compiling itertools v0.14.0
6172026-03-30T17:11:02.410Z Compiling crypto-common v0.1.7
6182026-03-30T17:11:02.549Z Compiling block-buffer v0.10.4
6192026-03-30T17:11:02.701Z Compiling regex v1.12.3
6202026-03-30T17:11:02.822Z Compiling ppv-lite86 v0.2.21
6212026-03-30T17:11:02.858Z Compiling futures-executor v0.3.32
6222026-03-30T17:11:02.921Z Compiling rand_core v0.9.5
6232026-03-30T17:11:03.151Z Compiling pin-project-internal v1.1.11
6242026-03-30T17:11:03.179Z Compiling http-body-util v0.1.3
6252026-03-30T17:11:03.392Z Compiling uuid v1.23.0
6262026-03-30T17:11:03.451Z Compiling toml_datetime v1.1.0+spec-1.1.0
6272026-03-30T17:11:03.779Z Compiling smol_str v0.3.6
6282026-03-30T17:11:03.866Z Compiling serde_spanned v1.1.0
6292026-03-30T17:11:03.940Z Compiling filetime v0.2.27
6302026-03-30T17:11:04.031Z Compiling bstr v1.12.1
6312026-03-30T17:11:04.123Z Compiling vte v0.14.1
6322026-03-30T17:11:04.136Z Compiling litrs v1.0.0
6332026-03-30T17:11:04.148Z Compiling number_prefix v0.4.0
6342026-03-30T17:11:04.205Z Compiling anstyle v1.0.14
6352026-03-30T17:11:04.205Z Compiling eyre v0.6.12
6362026-03-30T17:11:04.295Z Compiling xattr v1.6.1
6372026-03-30T17:11:04.347Z Compiling tinyvec_macros v0.1.1
6382026-03-30T17:11:04.423Z Compiling is_terminal_polyfill v1.70.2
6392026-03-30T17:11:04.486Z Compiling self_update v0.42.0
6402026-03-30T17:11:04.517Z Compiling nested v0.1.1
6412026-03-30T17:11:04.520Z Compiling colorchoice v1.0.5
6422026-03-30T17:11:04.646Z Compiling color-spantrace v0.3.0
6432026-03-30T17:11:04.712Z Compiling unicase v2.9.0
6442026-03-30T17:11:04.715Z Compiling anstyle-query v1.1.5
6452026-03-30T17:11:04.734Z Compiling unicode-xid v0.2.6
6462026-03-30T17:11:04.771Z Compiling static_assertions v1.1.0
6472026-03-30T17:11:04.816Z Compiling iana-time-zone v0.1.65
6482026-03-30T17:11:04.845Z Compiling guppy v0.17.25
6492026-03-30T17:11:04.865Z Compiling cargo-util-schemas v0.2.0
6502026-03-30T17:11:05.023Z Compiling chrono v0.4.44
6512026-03-30T17:11:05.044Z Compiling anstream v1.0.0
6522026-03-30T17:11:05.183Z Compiling document-features v0.2.12
6532026-03-30T17:11:05.735Z Compiling globset v0.4.18
6542026-03-30T17:11:05.811Z Compiling tar v0.4.45
6552026-03-30T17:11:06.068Z Compiling tinyvec v1.11.0
6562026-03-30T17:11:06.512Z Compiling strip-ansi-escapes v0.2.1
6572026-03-30T17:11:06.772Z Compiling indicatif v0.17.11
6582026-03-30T17:11:07.032Z Compiling pin-project v1.1.11
6592026-03-30T17:11:07.139Z Compiling nextest-metadata v0.12.2
6602026-03-30T17:11:07.335Z Compiling toml v1.1.0+spec-1.1.0
6612026-03-30T17:11:08.408Z Compiling newtype-uuid v1.3.2
6622026-03-30T17:11:08.408Z Compiling reqwest v0.12.28
6632026-03-30T17:11:08.614Z Compiling rand_chacha v0.9.0
6642026-03-30T17:11:08.972Z Compiling futures v0.3.32
6652026-03-30T17:11:09.061Z Compiling derive_more v2.1.1
6662026-03-30T17:11:09.146Z Compiling digest v0.10.7
6672026-03-30T17:11:09.186Z Compiling parking_lot v0.12.5
6682026-03-30T17:11:09.371Z Compiling flate2 v1.1.9
6692026-03-30T17:11:09.923Z Compiling tracing-error v0.2.1
6702026-03-30T17:11:09.983Z Compiling shared_child v1.1.1
6712026-03-30T17:11:10.331Z Compiling signal-hook-mio v0.2.5
6722026-03-30T17:11:10.468Z Compiling self-replace v1.5.0
6732026-03-30T17:11:10.518Z Compiling cargo-platform v0.2.0
6742026-03-30T17:11:10.589Z Compiling quick-xml v0.37.5
6752026-03-30T17:11:10.767Z Compiling quick-xml v0.38.4
6762026-03-30T17:11:11.096Z Compiling recursion v0.5.4
6772026-03-30T17:11:11.239Z Compiling shell-words v1.1.1
6782026-03-30T17:11:11.390Z Compiling heck v0.5.0
6792026-03-30T17:11:11.492Z Compiling strsim v0.11.1
6802026-03-30T17:11:11.857Z Compiling indenter v0.3.4
6812026-03-30T17:11:11.996Z Compiling cpufeatures v0.2.17
6822026-03-30T17:11:12.126Z Compiling urlencoding v2.1.3
6832026-03-30T17:11:12.293Z Compiling clap_lex v1.1.0
6842026-03-30T17:11:12.328Z Compiling humantime v2.3.0
6852026-03-30T17:11:12.340Z Compiling clap_derive v4.6.0
6862026-03-30T17:11:12.370Z Compiling sha2 v0.10.9
6872026-03-30T17:11:12.660Z Compiling humantime-serde v1.1.1
6882026-03-30T17:11:12.755Z Compiling clap_builder v4.6.0
6892026-03-30T17:11:13.344Z Compiling quick-junit v0.5.2
6902026-03-30T17:11:13.596Z Compiling nextest-filtering v0.15.0
6912026-03-30T17:11:14.163Z Compiling atomicwrites v0.4.4
6922026-03-30T17:11:14.448Z Compiling cargo_metadata v0.20.0
6932026-03-30T17:11:16.504Z Compiling cargo-nextest v0.9.97
6942026-03-30T17:11:16.819Z Compiling crossterm v0.29.0
6952026-03-30T17:11:18.416Z Compiling duct v0.13.7
6962026-03-30T17:11:18.944Z Compiling async-scoped v0.9.0
6972026-03-30T17:11:19.024Z Compiling rand v0.9.2
6982026-03-30T17:11:19.124Z Compiling zstd v0.13.3
6992026-03-30T17:11:19.144Z Compiling config v0.15.22
7002026-03-30T17:11:19.557Z Compiling unicode-normalization v0.1.25
7012026-03-30T17:11:19.626Z Compiling target-spec-miette v0.4.5
7022026-03-30T17:11:19.774Z Compiling future-queue v0.4.0
7032026-03-30T17:11:20.030Z Compiling mukti-metadata v0.3.0
7042026-03-30T17:11:20.059Z Compiling tokio-stream v0.1.18
7052026-03-30T17:11:20.072Z Compiling camino-tempfile v1.4.1
7062026-03-30T17:11:20.141Z Compiling derive-where v1.6.1
7072026-03-30T17:11:20.223Z Compiling serde_ignored v0.1.14
7082026-03-30T17:11:20.456Z Compiling serde_path_to_error v0.1.20
7092026-03-30T17:11:20.518Z Compiling xxhash-rust v0.8.15
7102026-03-30T17:11:20.532Z Compiling hex v0.4.3
7112026-03-30T17:11:20.589Z Compiling swrite v0.1.0
7122026-03-30T17:11:20.699Z Compiling indent_write v2.2.0
7132026-03-30T17:11:20.710Z Compiling home v0.5.12
7142026-03-30T17:11:20.851Z Compiling color-eyre v0.6.5
7152026-03-30T17:11:20.894Z Compiling clap v4.6.0
7162026-03-30T17:11:20.908Z Compiling dialoguer v0.11.0
7172026-03-30T17:11:20.939Z Compiling enable-ansi-support v0.2.1
7182026-03-30T17:11:21.389Z Compiling nextest-runner v0.80.0
7192026-03-30T17:11:39.671Z Finished `release` profile [optimized] target(s) in 1m 11s
7202026-03-30T17:11:39.858Z Installing /home/build/.cargo/bin/cargo-nextest
7212026-03-30T17:11:39.861Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7222026-03-30T17:11:39.978Z+ source .github/buildomat/test-common.sh
7232026-03-30T17:11:39.981Z++ NEXTEST_VERSION=0.9.97
7242026-03-30T17:11:39.981Z++ PLATFORM=illumos
7252026-03-30T17:11:39.981Z++ banner install
7262026-03-30T17:11:39.984Z
7272026-03-30T17:11:39.984Z # # # #### ##### ## # #
7282026-03-30T17:11:39.984Z # ## # # # # # # #
7292026-03-30T17:11:39.984Z # # # # #### # # # # #
7302026-03-30T17:11:39.984Z # # # # # # ###### # #
7312026-03-30T17:11:39.984Z # # ## # # # # # # #
7322026-03-30T17:11:39.984Z # # # #### # # # ###### ######
7332026-03-30T17:11:39.984Z
7342026-03-30T17:11:39.984Z++ set +o errexit
7352026-03-30T17:11:39.984Z++ pkg info clang-15
7362026-03-30T17:11:39.984Z++ grep -qi installed
7372026-03-30T17:11:41.170Zpkg: info: no packages matching the following patterns you specified are
7382026-03-30T17:11:41.170Zinstalled on the system. Try querying remotely instead:
7392026-03-30T17:11:41.170Z
7402026-03-30T17:11:41.170Z clang-15
7412026-03-30T17:11:41.208Z++ [[ 1 != 0 ]]
7422026-03-30T17:11:41.208Z++ set -o errexit
7432026-03-30T17:11:41.211Z++ pfexec pkg install clang-15
7442026-03-30T17:11:48.863Z Startup: Refreshing catalog 'helios-dev' ... Done
7452026-03-30T17:11:55.768Z Startup: Caching catalogs ... Done
7462026-03-30T17:12:00.012ZPlanning: Solver setup ... Done
7472026-03-30T17:12:00.029ZPlanning: Running solver ... Done
7482026-03-30T17:12:00.159ZPlanning: Finding local manifests ... Done
7492026-03-30T17:12:00.171ZPlanning: Fetching manifests: 0/2 0% complete
7502026-03-30T17:12:00.254ZPlanning: Fetching manifests: 2/2 100% complete
7512026-03-30T17:12:00.284ZPlanning: Package planning ... Done
7522026-03-30T17:12:00.309ZPlanning: Merging actions ... Done
7532026-03-30T17:12:00.423ZPlanning: Checking for conflicting actions ... Done
7542026-03-30T17:12:00.429ZPlanning: Consolidating action changes ... Done
7552026-03-30T17:12:01.205ZPlanning: Evaluating mediators ... Done
7562026-03-30T17:12:01.209ZPlanning: Planning completed in 5.28 seconds
7572026-03-30T17:12:01.220Z Packages to install: 2
7582026-03-30T17:12:01.220Z Mediators to change: 2
7592026-03-30T17:12:01.220Z Services to change: 1
7602026-03-30T17:12:01.220Z Create boot environment: No
7612026-03-30T17:12:01.224ZCreate backup boot environment: No
7622026-03-30T17:12:01.264Z
7632026-03-30T17:12:01.264ZDownload: 0/3076 items 0.0/211.3MB 0% complete
7642026-03-30T17:12:07.404ZDownload: 1023/3076 items 96.3/211.3MB 45% complete (19.2M/s)
7652026-03-30T17:12:11.270ZDownload: 2708/3076 items 119.9/211.3MB 56% complete (12.1M/s)
7662026-03-30T17:12:17.674ZDownload: 3066/3076 items 209.7/211.3MB 99% complete (12.8M/s)
7672026-03-30T17:12:17.710ZDownload: Completed 211.31 MB in 16.44 seconds (12.8M/s)
7682026-03-30T17:12:17.841Z Actions: 1/3418 actions (Installing new actions)
7692026-03-30T17:12:21.019Z Actions: Completed 3418 actions in 3.18 seconds.
7702026-03-30T17:12:21.668Z Done
7712026-03-30T17:12:21.668Z Done
7722026-03-30T17:12:22.390Z Done
7732026-03-30T17:12:25.519Z Done
7742026-03-30T17:12:25.594Z Done
7752026-03-30T17:12:25.597Z Done
7762026-03-30T17:12:25.897Z Done
7772026-03-30T17:12:26.578Z++ set -o errexit
7782026-03-30T17:12:26.578Z++ cargo --version
7792026-03-30T17:12:26.588Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
7802026-03-30T17:12:26.592Z++ rustc --version
7812026-03-30T17:12:26.613Zrustc 1.94.1 (e408947bf 2026-03-25)
7822026-03-30T17:12:26.622Z++ cargo install cargo-nextest --version 0.9.97
7832026-03-30T17:12:26.671Z Ignored package `cargo-nextest v0.9.97` is already installed, use --force to override
7842026-03-30T17:12:26.674Z+ pushd rdb
7852026-03-30T17:12:26.674Z+ PROPTEST_CASES=1000000
7862026-03-30T17:12:26.675Z+ cargo nextest run --lib proptest
7872026-03-30T17:12:26.675Z/work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite
7882026-03-30T17:12:26.842Z Updating git repository `https://github.com/oxidecomputer/falcon`
7892026-03-30T17:12:27.439ZFrom https://github.com/oxidecomputer/falcon
7902026-03-30T17:12:27.439Z * [new ref] 9167ac10b0deaaf5b0498bfdb57eab9f221087b7 -> refs/commit/9167ac10b0deaaf5b0498bfdb57eab9f221087b7
7912026-03-30T17:12:27.517Z Updating crates.io index
7922026-03-30T17:12:27.555Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7932026-03-30T17:12:28.298ZFrom https://github.com/oxidecomputer/dendrite
7942026-03-30T17:12:28.298Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7952026-03-30T17:12:28.388Z Updating git repository `https://github.com/oxidecomputer/ispf`
7962026-03-30T17:12:28.639ZFrom https://github.com/oxidecomputer/ispf
7972026-03-30T17:12:28.639Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7982026-03-30T17:12:28.645Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7992026-03-30T17:12:28.979ZFrom https://github.com/oxidecomputer/netadm-sys
8002026-03-30T17:12:28.979Z * [new ref] e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1 -> refs/commit/e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1
8012026-03-30T17:12:28.985Z Updating git repository `https://github.com/oxidecomputer/omicron`
8022026-03-30T17:12:36.967ZFrom https://github.com/oxidecomputer/omicron
8032026-03-30T17:12:36.967Z * [new ref] 48dd241a32e3d1bf92fb5b79bc5a38baa0fe3166 -> refs/commit/48dd241a32e3d1bf92fb5b79bc5a38baa0fe3166
8042026-03-30T17:12:37.389Z Updating git repository `https://github.com/oxidecomputer/opte`
8052026-03-30T17:12:38.046ZFrom https://github.com/oxidecomputer/opte
8062026-03-30T17:12:38.046Z * [new ref] 04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8 -> refs/commit/04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8
8072026-03-30T17:12:38.194Z Updating git repository `https://github.com/illumos/smf-rs`
8082026-03-30T17:12:38.485ZFrom https://github.com/illumos/smf-rs
8092026-03-30T17:12:38.485Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8102026-03-30T17:12:38.670Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8112026-03-30T17:12:38.936ZFrom https://github.com/oxidecomputer/network-interface
8122026-03-30T17:12:38.936Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8132026-03-30T17:12:38.963Z Updating git repository `https://github.com/oxidecomputer/zone`
8142026-03-30T17:12:39.256ZFrom https://github.com/oxidecomputer/zone
8152026-03-30T17:12:39.256Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8162026-03-30T17:12:39.276Z Updating git repository `https://github.com/oxidecomputer/propolis`
8172026-03-30T17:12:40.479ZFrom https://github.com/oxidecomputer/propolis
8182026-03-30T17:12:40.479Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8192026-03-30T17:12:40.599Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8202026-03-30T17:12:41.157ZFrom https://github.com/oxidecomputer/transceiver-control
8212026-03-30T17:12:41.157Z * [new ref] 4bfd6375796ef21a4c8c1f46e639cc663c2f95f8 -> refs/commit/4bfd6375796ef21a4c8c1f46e639cc663c2f95f8
8222026-03-30T17:12:41.180Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8232026-03-30T17:12:41.487ZFrom https://github.com/oxidecomputer/dlpi-sys
8242026-03-30T17:12:41.487Z * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc
8252026-03-30T17:12:41.492Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8262026-03-30T17:12:41.774ZFrom https://github.com/jmesmon/rust-libzfs
8272026-03-30T17:12:41.774Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8282026-03-30T17:12:41.783Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8292026-03-30T17:12:42.055ZFrom https://github.com/oxidecomputer/rusty-doors
8302026-03-30T17:12:42.055Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8312026-03-30T17:12:42.088Z Updating git repository `https://github.com/oxidecomputer/lldp`
8322026-03-30T17:12:42.416ZFrom https://github.com/oxidecomputer/lldp
8332026-03-30T17:12:42.416Z * [new ref] c3305fd1a7ea7aba31f3834757a6b931e4f59fe6 -> refs/commit/c3305fd1a7ea7aba31f3834757a6b931e4f59fe6
8342026-03-30T17:12:42.504Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8352026-03-30T17:12:42.765ZFrom https://github.com/oxidecomputer/slog-error-chain
8362026-03-30T17:12:42.766Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8372026-03-30T17:12:42.786Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8382026-03-30T17:12:43.072ZFrom https://github.com/oxidecomputer/tufaceous
8392026-03-30T17:12:43.072Z * [new ref] 1eacfcf0cade44f77d433f31744dbee4abb96465 -> refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465
8402026-03-30T17:12:43.138Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8412026-03-30T17:12:43.707ZFrom https://github.com/oxidecomputer/management-gateway-service
8422026-03-30T17:12:43.707Z * [new ref] ea2f39ccdea124b5affcad0ca17bc5dacf65823a -> refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a
8432026-03-30T17:12:43.738Z Updating git repository `https://github.com/oxidecomputer/crucible`
8442026-03-30T17:12:44.585ZFrom https://github.com/oxidecomputer/crucible
8452026-03-30T17:12:44.585Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8462026-03-30T17:12:44.772Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8472026-03-30T17:12:45.086ZFrom https://github.com/oxidecomputer/serde_human_bytes
8482026-03-30T17:12:45.086Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8492026-03-30T17:12:45.420Z Updating git repository `https://github.com/oxidecomputer/propolis`
8502026-03-30T17:12:45.911ZFrom https://github.com/oxidecomputer/propolis
8512026-03-30T17:12:45.911Z * [new ref] 368a2225b79328514ce0ea9181d8f874019edaa2 -> refs/commit/368a2225b79328514ce0ea9181d8f874019edaa2
8522026-03-30T17:12:45.993Z Updating git repository `https://github.com/oxidecomputer/tofino`
8532026-03-30T17:12:46.273ZFrom https://github.com/oxidecomputer/tofino
8542026-03-30T17:12:46.273Z * [new ref] 7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 -> refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33
8552026-03-30T17:12:46.296Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8562026-03-30T17:12:46.878ZFrom https://github.com/oxidecomputer/maghemite
8572026-03-30T17:12:46.878Z * [new ref] b603c9f3dccefcf1d3e941c04505ff6bdd1826b6 -> refs/commit/b603c9f3dccefcf1d3e941c04505ff6bdd1826b6
8582026-03-30T17:12:46.942Z Updating git repository `https://github.com/oxidecomputer/clickward`
8592026-03-30T17:12:47.241ZFrom https://github.com/oxidecomputer/clickward
8602026-03-30T17:12:47.241Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8612026-03-30T17:12:47.462Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8622026-03-30T17:12:47.865ZFrom https://github.com/oxidecomputer/illumos-devinfo
8632026-03-30T17:12:47.865Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8642026-03-30T17:12:47.872Z Updating git repository `https://github.com/oxidecomputer/crucible`
8652026-03-30T17:12:48.206ZFrom https://github.com/oxidecomputer/crucible
8662026-03-30T17:12:48.206Z * [new ref] a945a32ba9e1f2098ce3a8963765f1894f37110b -> refs/commit/a945a32ba9e1f2098ce3a8963765f1894f37110b
8672026-03-30T17:12:49.201Z Downloading crates ...
8682026-03-30T17:12:49.301Z Downloaded aead v0.5.2
8692026-03-30T17:12:49.306Z Downloaded dyn-clone v1.0.20
8702026-03-30T17:12:49.309Z Downloaded cmake v0.1.57
8712026-03-30T17:12:49.318Z Downloaded float-ord v0.3.2
8722026-03-30T17:12:49.323Z Downloaded base16ct v0.2.0
8732026-03-30T17:12:49.326Z Downloaded fxhash v0.2.1
8742026-03-30T17:12:49.328Z Downloaded ciborium-io v0.2.2
8752026-03-30T17:12:49.336Z Downloaded newtype_derive v0.1.6
8762026-03-30T17:12:49.339Z Downloaded num_enum_derive v0.5.11
8772026-03-30T17:12:49.339Z Downloaded ident_case v1.0.1
8782026-03-30T17:12:49.342Z Downloaded arrayref v0.3.9
8792026-03-30T17:12:49.342Z Downloaded group v0.13.0
8802026-03-30T17:12:49.344Z Downloaded num v0.4.3
8812026-03-30T17:12:49.344Z Downloaded glob v0.3.3
8822026-03-30T17:12:49.347Z Downloaded ciborium-ll v0.2.2
8832026-03-30T17:12:49.350Z Downloaded argon2 v0.5.3
8842026-03-30T17:12:49.350Z Downloaded num-integer v0.1.46
8852026-03-30T17:12:49.353Z Downloaded libsw-core v0.3.2
8862026-03-30T17:12:49.358Z Downloaded ingot-macros v0.1.1
8872026-03-30T17:12:49.360Z Downloaded cpufeatures v0.3.0
8882026-03-30T17:12:49.364Z Downloaded omicron-zone-package v0.12.2
8892026-03-30T17:12:49.366Z Downloaded num-conv v0.2.0
8902026-03-30T17:12:49.367Z Downloaded dtrace-parser v0.2.0
8912026-03-30T17:12:49.367Z Downloaded bit-set v0.8.0
8922026-03-30T17:12:49.370Z Downloaded base16ct v1.0.0
8932026-03-30T17:12:49.370Z Downloaded half v2.7.1
8942026-03-30T17:12:49.372Z Downloaded const-random-macro v0.1.16
8952026-03-30T17:12:49.372Z Downloaded defmt v0.3.100
8962026-03-30T17:12:49.379Z Downloaded const_format_proc_macros v0.2.34
8972026-03-30T17:12:49.382Z Downloaded icu_normalizer_data v2.1.1
8982026-03-30T17:12:49.382Z Downloaded hash32 v0.3.1
8992026-03-30T17:12:49.385Z Downloaded mime v0.3.17
9002026-03-30T17:12:49.388Z Downloaded hubpack_derive v0.1.1
9012026-03-30T17:12:49.389Z Downloaded heck v0.4.1
9022026-03-30T17:12:49.391Z Downloaded instant v0.1.13
9032026-03-30T17:12:49.392Z Downloaded num-derive v0.3.3
9042026-03-30T17:12:49.394Z Downloaded colored v3.1.1
9052026-03-30T17:12:49.397Z Downloaded hostname v0.3.1
9062026-03-30T17:12:49.397Z Downloaded crossbeam-deque v0.8.6
9072026-03-30T17:12:49.400Z Downloaded hmac v0.12.1
9082026-03-30T17:12:49.400Z Downloaded darling_macro v0.23.0
9092026-03-30T17:12:49.403Z Downloaded console v0.16.3
9102026-03-30T17:12:49.403Z Downloaded gethostname v0.5.0
9112026-03-30T17:12:49.408Z Downloaded match_cfg v0.1.0
9122026-03-30T17:12:49.408Z Downloaded dof v0.4.0
9132026-03-30T17:12:49.408Z Downloaded libscf-sys v1.1.0
9142026-03-30T17:12:49.411Z Downloaded idna_adapter v1.2.1
9152026-03-30T17:12:49.411Z Downloaded chacha20 v0.10.0
9162026-03-30T17:12:49.411Z Downloaded keccak v0.1.6
9172026-03-30T17:12:49.414Z Downloaded newline-converter v0.3.0
9182026-03-30T17:12:49.414Z Downloaded crc8 v0.1.1
9192026-03-30T17:12:49.416Z Downloaded olpc-cjson v0.1.4
9202026-03-30T17:12:49.416Z Downloaded is-terminal v0.4.17
9212026-03-30T17:12:49.416Z Downloaded hostname v0.4.2
9222026-03-30T17:12:49.419Z Downloaded macaddr v1.0.1
9232026-03-30T17:12:49.419Z Downloaded memoffset v0.9.1
9242026-03-30T17:12:49.422Z Downloaded dtrace-parser v0.3.0
9252026-03-30T17:12:49.422Z Downloaded defmt-parser v1.0.0
9262026-03-30T17:12:49.425Z Downloaded no-std-compat v0.4.1
9272026-03-30T17:12:49.425Z Downloaded convert_case v0.4.0
9282026-03-30T17:12:49.425Z Downloaded newtype-uuid-macros v0.1.0
9292026-03-30T17:12:49.428Z Downloaded linked-hash-map v0.5.6
9302026-03-30T17:12:49.428Z Downloaded dunce v1.0.5
9312026-03-30T17:12:49.430Z Downloaded dof v0.3.0
9322026-03-30T17:12:49.430Z Downloaded const-random v0.1.18
9332026-03-30T17:12:49.433Z Downloaded enum-as-inner v0.6.1
9342026-03-30T17:12:49.433Z Downloaded memmap v0.7.0
9352026-03-30T17:12:49.436Z Downloaded num_threads v0.1.7
9362026-03-30T17:12:49.436Z Downloaded httpdate v1.0.3
9372026-03-30T17:12:49.439Z Downloaded dropshot-api-manager-types v0.5.2
9382026-03-30T17:12:49.439Z Downloaded chacha20 v0.9.1
9392026-03-30T17:12:49.442Z Downloaded managed v0.8.0
9402026-03-30T17:12:49.442Z Downloaded deranged v0.5.8
9412026-03-30T17:12:49.445Z Downloaded cobs v0.3.0
9422026-03-30T17:12:49.445Z Downloaded num-iter v0.1.45
9432026-03-30T17:12:49.445Z Downloaded git-stub v1.0.0
9442026-03-30T17:12:49.447Z Downloaded inout v0.1.4
9452026-03-30T17:12:49.447Z Downloaded foreign-types v0.5.0
9462026-03-30T17:12:49.450Z Downloaded highway v1.3.0
9472026-03-30T17:12:49.450Z Downloaded ipnetwork v0.21.1
9482026-03-30T17:12:49.453Z Downloaded backon v1.6.0
9492026-03-30T17:12:49.453Z Downloaded cargo_toml v0.22.3
9502026-03-30T17:12:49.455Z Downloaded omicron-workspace-hack v0.1.0
9512026-03-30T17:12:49.455Z Downloaded cancel-safe-futures v0.1.5
9522026-03-30T17:12:49.458Z Downloaded opaque-debug v0.3.1
9532026-03-30T17:12:49.459Z Downloaded async-stream-impl v0.3.6
9542026-03-30T17:12:49.461Z Downloaded bcs v0.1.6
9552026-03-30T17:12:49.461Z Downloaded parse-display v0.10.0
9562026-03-30T17:12:49.462Z Downloaded num-derive v0.4.2
9572026-03-30T17:12:49.464Z Downloaded fixedbitset v0.4.2
9582026-03-30T17:12:49.464Z Downloaded darling_macro v0.21.3
9592026-03-30T17:12:49.467Z Downloaded cstr-argument v0.1.2
9602026-03-30T17:12:49.467Z Downloaded cipher v0.4.4
9612026-03-30T17:12:49.470Z Downloaded crossbeam-utils v0.8.21
9622026-03-30T17:12:49.470Z Downloaded byteorder v1.5.0
9632026-03-30T17:12:49.472Z Downloaded constant_time_eq v0.4.2
9642026-03-30T17:12:49.472Z Downloaded bit-vec v0.8.0
9652026-03-30T17:12:49.475Z Downloaded displaydoc v0.2.5
9662026-03-30T17:12:49.478Z Downloaded blake2 v0.10.6
9672026-03-30T17:12:49.478Z Downloaded backoff v0.4.0
9682026-03-30T17:12:49.480Z Downloaded async-recursion v1.1.1
9692026-03-30T17:12:49.483Z Downloaded phf_shared v0.12.1
9702026-03-30T17:12:49.483Z Downloaded natord v1.0.9
9712026-03-30T17:12:49.483Z Downloaded proc-macro-crate v1.3.1
9722026-03-30T17:12:49.486Z Downloaded powerfmt v0.2.0
9732026-03-30T17:12:49.486Z Downloaded plain v0.2.3
9742026-03-30T17:12:49.489Z Downloaded proc-macro-error-attr2 v2.0.0
9752026-03-30T17:12:49.489Z Downloaded proc-macro-crate v3.5.0
9762026-03-30T17:12:49.489Z Downloaded pretty-hex v0.4.2
9772026-03-30T17:12:49.492Z Downloaded potential_utf v0.1.4
9782026-03-30T17:12:49.492Z Downloaded internet-checksum v0.2.1
9792026-03-30T17:12:49.492Z Downloaded embedded-io v0.4.0
9802026-03-30T17:12:49.494Z Downloaded data-encoding v2.10.0
9812026-03-30T17:12:49.495Z Downloaded progenitor-client v0.11.2
9822026-03-30T17:12:49.497Z Downloaded critical-section v1.2.0
9832026-03-30T17:12:49.497Z Downloaded defmt-macros v1.0.1
9842026-03-30T17:12:49.500Z Downloaded num_enum v0.5.11
9852026-03-30T17:12:49.503Z Downloaded lru-cache v0.1.2
9862026-03-30T17:12:49.503Z Downloaded linear-map v1.2.0
9872026-03-30T17:12:49.505Z Downloaded multer v3.1.0
9882026-03-30T17:12:49.509Z Downloaded num_enum_derive v0.7.6
9892026-03-30T17:12:49.509Z Downloaded fs-err v3.3.0
9902026-03-30T17:12:49.509Z Downloaded foreign-types-macros v0.2.3
9912026-03-30T17:12:49.511Z Downloaded oxide-tokio-rt v0.1.3
9922026-03-30T17:12:49.512Z Downloaded ff v0.13.1
9932026-03-30T17:12:49.514Z Downloaded embedded-io v0.6.1
9942026-03-30T17:12:49.514Z Downloaded csv-core v0.1.13
9952026-03-30T17:12:49.514Z Downloaded progenitor-client v0.10.0
9962026-03-30T17:12:49.517Z Downloaded ingot-types v0.1.2
9972026-03-30T17:12:49.517Z Downloaded num-complex v0.4.6
9982026-03-30T17:12:49.520Z Downloaded anyhow v1.0.102
9992026-03-30T17:12:49.523Z Downloaded bitflags v1.3.2
10002026-03-30T17:12:49.523Z Downloaded progenitor-macro v0.11.2
10012026-03-30T17:12:49.526Z Downloaded quick-error v1.2.3
10022026-03-30T17:12:49.526Z Downloaded rand_chacha v0.3.1
10032026-03-30T17:12:49.526Z Downloaded daft v0.1.5
10042026-03-30T17:12:49.529Z Downloaded rand_xorshift v0.4.0
10052026-03-30T17:12:49.529Z Downloaded ciborium v0.2.2
10062026-03-30T17:12:49.532Z Downloaded oxnet v0.1.4
10072026-03-30T17:12:49.532Z Downloaded num-rational v0.4.2
10082026-03-30T17:12:49.532Z Downloaded git-stub-vcs v0.1.0
10092026-03-30T17:12:49.536Z Downloaded libsw v3.5.0
10102026-03-30T17:12:49.536Z Downloaded progenitor-macro v0.13.0
10112026-03-30T17:12:49.536Z Downloaded progenitor-macro v0.10.0
10122026-03-30T17:12:49.539Z Downloaded foldhash v0.2.0
10132026-03-30T17:12:49.539Z Downloaded paste v1.0.15
10142026-03-30T17:12:49.539Z Downloaded parking_lot_core v0.8.6
10152026-03-30T17:12:49.542Z Downloaded erased-serde v0.3.31
10162026-03-30T17:12:49.542Z Downloaded daft-derive v0.1.5
10172026-03-30T17:12:49.545Z Downloaded same-file v1.0.6
10182026-03-30T17:12:49.548Z Downloaded darling v0.21.3
10192026-03-30T17:12:49.550Z Downloaded password-hash v0.5.0
10202026-03-30T17:12:49.550Z Downloaded bytecount v0.6.9
10212026-03-30T17:12:49.553Z Downloaded phf v0.12.1
10222026-03-30T17:12:49.553Z Downloaded pem v3.0.6
10232026-03-30T17:12:49.556Z Downloaded litemap v0.8.1
10242026-03-30T17:12:49.556Z Downloaded ref-cast-impl v1.0.25
10252026-03-30T17:12:49.556Z Downloaded rustc-hash v2.1.1
10262026-03-30T17:12:49.559Z Downloaded ref-cast v1.0.25
10272026-03-30T17:12:49.559Z Downloaded semver v0.1.20
10282026-03-30T17:12:49.562Z Downloaded proc-macro-error-attr v1.0.4
10292026-03-30T17:12:49.562Z Downloaded proc-macro-error v1.0.4
10302026-03-30T17:12:49.565Z Downloaded serde-big-array v0.5.1
10312026-03-30T17:12:49.565Z Downloaded secrecy v0.10.3
10322026-03-30T17:12:49.565Z Downloaded siphasher v1.0.2
10332026-03-30T17:12:49.567Z Downloaded rustc_version v0.1.7
10342026-03-30T17:12:49.568Z Downloaded progenitor v0.11.2
10352026-03-30T17:12:49.568Z Downloaded progenitor v0.10.0
10362026-03-30T17:12:49.570Z Downloaded scroll_derive v0.12.1
10372026-03-30T17:12:49.570Z Downloaded proc-macro-error2 v2.0.1
10382026-03-30T17:12:49.573Z Downloaded scroll_derive v0.13.1
10392026-03-30T17:12:49.573Z Downloaded async-trait v0.1.89
10402026-03-30T17:12:49.576Z Downloaded serde_repr v0.1.20
10412026-03-30T17:12:49.576Z Downloaded poly1305 v0.8.0
10422026-03-30T17:12:49.578Z Downloaded num_enum v0.7.6
10432026-03-30T17:12:49.581Z Downloaded progenitor-extras v0.1.1
10442026-03-30T17:12:49.584Z Downloaded derive-ex v0.1.8
10452026-03-30T17:12:49.584Z Downloaded progenitor-client v0.13.0
10462026-03-30T17:12:49.584Z Downloaded crossbeam-epoch v0.9.18
10472026-03-30T17:12:49.587Z Downloaded diff v0.1.13
10482026-03-30T17:12:49.587Z Downloaded defmt v1.0.1
10492026-03-30T17:12:49.590Z Downloaded memmap2 v0.9.10
10502026-03-30T17:12:49.592Z Downloaded darling v0.23.0
10512026-03-30T17:12:49.595Z Downloaded slog-envlogger v2.2.0
10522026-03-30T17:12:49.595Z Downloaded sha1 v0.10.6
10532026-03-30T17:12:49.598Z Downloaded serial_test_derive v3.4.0
10542026-03-30T17:12:49.598Z Downloaded progenitor v0.13.0
10552026-03-30T17:12:49.598Z Downloaded serial_test v3.4.0
10562026-03-30T17:12:49.643Z Downloaded rand_core v0.10.0
10572026-03-30T17:12:49.643Z Downloaded pest_generator v2.8.6
10582026-03-30T17:12:49.643Z Downloaded parse-display-derive v0.10.0
10592026-03-30T17:12:49.643Z Downloaded sigpipe v0.1.3
10602026-03-30T17:12:49.643Z Downloaded icu_normalizer v2.1.1
10612026-03-30T17:12:49.643Z Downloaded smawk v0.3.2
10622026-03-30T17:12:49.643Z Downloaded cookie v0.18.1
10632026-03-30T17:12:49.643Z Downloaded base64 v0.21.7
10642026-03-30T17:12:49.643Z Downloaded ingot v0.1.1
10652026-03-30T17:12:49.643Z Downloaded strum v0.26.3
10662026-03-30T17:12:49.643Z Downloaded drift v0.1.3
10672026-03-30T17:12:49.643Z Downloaded structmeta-derive v0.3.0
10682026-03-30T17:12:49.643Z Downloaded structmeta v0.3.0
10692026-03-30T17:12:49.643Z Downloaded fs_extra v1.3.0
10702026-03-30T17:12:49.643Z Downloaded arrayvec v0.7.6
10712026-03-30T17:12:49.643Z Downloaded resolv-conf v0.7.6
10722026-03-30T17:12:49.643Z Downloaded slog-bunyan v2.5.0
10732026-03-30T17:12:49.643Z Downloaded rustversion v1.0.22
10742026-03-30T17:12:49.643Z Downloaded crunchy v0.2.4
10752026-03-30T17:12:49.643Z Downloaded async-stream v0.3.6
10762026-03-30T17:12:49.643Z Downloaded papergrid v0.11.0
10772026-03-30T17:12:49.643Z Downloaded postcard v1.1.3
10782026-03-30T17:12:49.643Z Downloaded strum v0.27.2
10792026-03-30T17:12:49.643Z Downloaded stable_deref_trait v1.2.1
10802026-03-30T17:12:49.643Z Downloaded spin v0.5.2
10812026-03-30T17:12:49.644Z Downloaded icu_provider v2.1.1
10822026-03-30T17:12:49.644Z Downloaded take_mut v0.2.2
10832026-03-30T17:12:49.644Z Downloaded serde_derive_internals v0.29.1
10842026-03-30T17:12:49.644Z Downloaded schemars_derive v0.8.22
10852026-03-30T17:12:49.644Z Downloaded thiserror-impl-no-std v2.0.2
10862026-03-30T17:12:49.644Z Downloaded termtree v0.5.1
10872026-03-30T17:12:49.644Z Downloaded crucible-workspace-hack v0.1.0
10882026-03-30T17:12:49.644Z Downloaded allocator-api2 v0.2.21
10892026-03-30T17:12:49.644Z Downloaded foreign-types-shared v0.3.1
10902026-03-30T17:12:49.644Z Downloaded pest_derive v2.8.6
10912026-03-30T17:12:49.644Z Downloaded hubpack v0.1.2
10922026-03-30T17:12:49.647Z Downloaded goblin v0.8.2
10932026-03-30T17:12:49.647Z Downloaded rustls-pemfile v2.2.0
10942026-03-30T17:12:49.651Z Downloaded rusty-fork v0.3.1
10952026-03-30T17:12:49.655Z Downloaded scroll v0.12.0
10962026-03-30T17:12:49.658Z Downloaded sdd v3.0.10
10972026-03-30T17:12:49.658Z Downloaded scroll v0.13.0
10982026-03-30T17:12:49.661Z Downloaded tabled_derive v0.11.0
10992026-03-30T17:12:49.661Z Downloaded tabled_derive v0.7.0
11002026-03-30T17:12:49.661Z Downloaded time-core v0.1.8
11012026-03-30T17:12:49.664Z Downloaded thread-id v4.2.2
11022026-03-30T17:12:49.664Z Downloaded typify-macro v0.6.1
11032026-03-30T17:12:49.664Z Downloaded testing_table v0.3.0
11042026-03-30T17:12:49.668Z Downloaded derive_more v0.99.20
11052026-03-30T17:12:49.671Z Downloaded untrusted v0.7.1
11062026-03-30T17:12:49.673Z Downloaded universal-hash v0.5.1
11072026-03-30T17:12:49.673Z Downloaded unit-prefix v0.5.2
11082026-03-30T17:12:49.673Z Downloaded unarray v0.1.4
11092026-03-30T17:12:49.673Z Downloaded serde_tokenstream v0.2.3
11102026-03-30T17:12:49.676Z Downloaded slog-stdlog v4.1.1
11112026-03-30T17:12:49.676Z Downloaded slog-scope v4.4.1
11122026-03-30T17:12:49.676Z Downloaded synstructure v0.13.2
11132026-03-30T17:12:49.679Z Downloaded smf v0.2.3
11142026-03-30T17:12:49.679Z Downloaded thread-id v5.1.0
11152026-03-30T17:12:49.679Z Downloaded serde_plain v1.0.2
11162026-03-30T17:12:49.682Z Downloaded slog-json v2.6.1
11172026-03-30T17:12:49.682Z Downloaded indexmap v1.9.3
11182026-03-30T17:12:49.685Z Downloaded tabwriter v1.4.1
11192026-03-30T17:12:49.685Z Downloaded usdt-macro v0.6.0
11202026-03-30T17:12:49.685Z Downloaded utf-8 v0.7.6
11212026-03-30T17:12:49.685Z Downloaded strum_macros v0.26.4
11222026-03-30T17:12:49.688Z Downloaded arc-swap v1.9.0
11232026-03-30T17:12:49.688Z Downloaded simd-adler32 v0.3.8
11242026-03-30T17:12:49.690Z Downloaded byte-wrapper v0.1.0
11252026-03-30T17:12:49.690Z Downloaded icu_locale_core v2.1.1
11262026-03-30T17:12:49.693Z Downloaded topological-sort v0.2.2
11272026-03-30T17:12:49.696Z Downloaded heapless v0.8.0
11282026-03-30T17:12:49.696Z Downloaded typify-macro v0.4.3
11292026-03-30T17:12:49.699Z Downloaded darling_core v0.23.0
11302026-03-30T17:12:49.703Z Downloaded slog-async v2.8.0
11312026-03-30T17:12:49.705Z Downloaded zerofrom v0.1.6
11322026-03-30T17:12:49.705Z Downloaded tinystr v0.8.2
11332026-03-30T17:12:49.709Z Downloaded thiserror-no-std v2.0.2
11342026-03-30T17:12:49.709Z Downloaded tokio-dtrace v0.1.1
11352026-03-30T17:12:49.711Z Downloaded slog-term v2.9.2
11362026-03-30T17:12:49.711Z Downloaded slog-dtrace v0.3.0
11372026-03-30T17:12:49.711Z Downloaded parking_lot v0.11.2
11382026-03-30T17:12:49.714Z Downloaded strum_macros v0.27.2
11392026-03-30T17:12:49.714Z Downloaded icu_properties v2.1.2
11402026-03-30T17:12:49.717Z Downloaded indicatif v0.18.4
11412026-03-30T17:12:49.720Z Downloaded usdt-attr-macro v0.6.0
11422026-03-30T17:12:49.720Z Downloaded usdt-attr-macro v0.5.0
11432026-03-30T17:12:49.720Z Downloaded usdt v0.5.0
11442026-03-30T17:12:49.720Z Downloaded usdt v0.6.0
11452026-03-30T17:12:49.720Z Downloaded dropshot_endpoint v0.16.7
11462026-03-30T17:12:49.723Z Downloaded zeroize_derive v1.4.3
11472026-03-30T17:12:49.723Z Downloaded wait-timeout v0.2.1
11482026-03-30T17:12:49.726Z Downloaded waitgroup v0.1.2
11492026-03-30T17:12:49.729Z Downloaded yoke-derive v0.8.1
11502026-03-30T17:12:49.729Z Downloaded chacha20poly1305 v0.10.1
11512026-03-30T17:12:49.729Z Downloaded tiny-keccak v2.0.2
11522026-03-30T17:12:49.731Z Downloaded progenitor-impl v0.13.0
11532026-03-30T17:12:49.736Z Downloaded rhai_codegen v3.1.0
11542026-03-30T17:12:49.740Z Downloaded rustls-native-certs v0.8.3
11552026-03-30T17:12:49.740Z Downloaded zone_cfg_derive v0.3.1
11562026-03-30T17:12:49.745Z Downloaded spin v0.9.8
11572026-03-30T17:12:49.748Z Downloaded snafu-derive v0.8.9
11582026-03-30T17:12:49.750Z Downloaded zone v0.3.1
11592026-03-30T17:12:49.750Z Downloaded zerofrom-derive v0.1.6
11602026-03-30T17:12:49.753Z Downloaded time-macros v0.2.27
11612026-03-30T17:12:49.756Z Downloaded vsss-rs v3.3.4
11622026-03-30T17:12:49.759Z Downloaded darling_core v0.21.3
11632026-03-30T17:12:49.763Z Downloaded const_format v0.2.35
11642026-03-30T17:12:49.765Z Downloaded elliptic-curve v0.13.8
11652026-03-30T17:12:49.765Z Downloaded progenitor-impl v0.11.2
11662026-03-30T17:12:49.768Z Downloaded thin-vec v0.2.14
11672026-03-30T17:12:49.771Z Downloaded serde_with_macros v3.18.0
11682026-03-30T17:12:49.771Z Downloaded yoke v0.8.1
11692026-03-30T17:12:49.774Z Downloaded tokio-tungstenite v0.21.0
11702026-03-30T17:12:49.777Z Downloaded minimal-lexical v0.2.1
11712026-03-30T17:12:49.779Z Downloaded jiff-static v0.2.23
11722026-03-30T17:12:49.779Z Downloaded icu_collections v2.1.1
11732026-03-30T17:12:49.782Z Downloaded smartstring v1.0.1
11742026-03-30T17:12:49.785Z Downloaded similar v2.7.0
11752026-03-30T17:12:49.787Z Downloaded usdt-macro v0.5.0
11762026-03-30T17:12:49.787Z Downloaded usdt-impl v0.5.0
11772026-03-30T17:12:49.788Z Downloaded whoami v1.6.1
11782026-03-30T17:12:49.790Z Downloaded zerovec-derive v0.11.2
11792026-03-30T17:12:49.790Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11802026-03-30T17:12:49.790Z Downloaded walkdir v2.5.0
11812026-03-30T17:12:49.794Z Downloaded hickory-resolver v0.25.2
11822026-03-30T17:12:49.797Z Downloaded writeable v0.6.2
11832026-03-30T17:12:49.797Z Downloaded papergrid v0.17.0
11842026-03-30T17:12:49.800Z Downloaded rustls-platform-verifier v0.6.2
11852026-03-30T17:12:49.800Z Downloaded hickory-resolver v0.24.4
11862026-03-30T17:12:49.803Z Downloaded tagptr v0.2.0
11872026-03-30T17:12:49.803Z Downloaded schemars v0.8.22
11882026-03-30T17:12:49.808Z Downloaded xz2 v0.1.7
11892026-03-30T17:12:49.811Z Downloaded hashbrown v0.12.3
11902026-03-30T17:12:49.813Z Downloaded usdt-impl v0.6.0
11912026-03-30T17:12:49.813Z Downloaded prettyplease v0.2.37
11922026-03-30T17:12:49.816Z Downloaded crossbeam-channel v0.5.15
11932026-03-30T17:12:49.816Z Downloaded dropshot-api-manager v0.5.2
11942026-03-30T17:12:49.820Z Downloaded slog v2.8.2
11952026-03-30T17:12:49.822Z Downloaded crypto-bigint v0.5.5
11962026-03-30T17:12:49.825Z Downloaded term v1.2.1
11972026-03-30T17:12:49.828Z Downloaded ucd-trie v0.1.7
11982026-03-30T17:12:49.828Z Downloaded serde_yaml v0.9.34+deprecated
11992026-03-30T17:12:49.828Z Downloaded zerocopy-derive v0.7.35
12002026-03-30T17:12:49.830Z Downloaded pest_meta v2.8.6
12012026-03-30T17:12:49.833Z Downloaded cc v1.2.57
12022026-03-30T17:12:49.833Z Downloaded test-strategy v0.4.5
12032026-03-30T17:12:49.836Z Downloaded pretty_assertions v1.4.1
12042026-03-30T17:12:49.839Z Downloaded mio v1.1.1
12052026-03-30T17:12:49.841Z Downloaded expectorate v1.2.0
12062026-03-30T17:12:49.841Z Downloaded toml v0.9.12+spec-1.1.0
12072026-03-30T17:12:49.845Z Downloaded schemars v0.9.0
12082026-03-30T17:12:49.849Z Downloaded typify v0.6.1
12092026-03-30T17:12:49.852Z Downloaded tokio-rustls v0.25.0
12102026-03-30T17:12:49.852Z Downloaded toml v0.7.8
12112026-03-30T17:12:49.855Z Downloaded typify v0.4.3
12122026-03-30T17:12:49.858Z Downloaded unsafe-libyaml v0.2.11
12132026-03-30T17:12:49.858Z Downloaded progenitor-impl v0.10.0
12142026-03-30T17:12:49.861Z Downloaded hkdf v0.12.4
12152026-03-30T17:12:49.863Z Downloaded snafu v0.8.9
12162026-03-30T17:12:49.866Z Downloaded rayon-core v1.13.0
12172026-03-30T17:12:49.878Z Downloaded toml_edit v0.25.8+spec-1.1.0
12182026-03-30T17:12:49.880Z Downloaded rand v0.8.5
12192026-03-30T17:12:49.883Z Downloaded tungstenite v0.21.0
12202026-03-30T17:12:49.886Z Downloaded steno v0.4.1
12212026-03-30T17:12:49.886Z Downloaded qorb v0.4.1
12222026-03-30T17:12:49.888Z Downloaded schemars v1.2.1
12232026-03-30T17:12:49.896Z Downloaded nom v7.1.3
12242026-03-30T17:12:49.906Z Downloaded zerocopy-derive v0.8.47
12252026-03-30T17:12:49.911Z Downloaded zerotrie v0.2.3
12262026-03-30T17:12:49.913Z Downloaded toml_edit v0.19.15
12272026-03-30T17:12:49.921Z Downloaded rand v0.10.0
12282026-03-30T17:12:49.934Z Downloaded yansi v1.0.1
12292026-03-30T17:12:49.937Z Downloaded blake3 v1.8.3
12302026-03-30T17:12:49.940Z Downloaded ron v0.12.0
12312026-03-30T17:12:49.945Z Downloaded itertools v0.12.1
12322026-03-30T17:12:49.948Z Downloaded iddqd v0.3.17
12332026-03-30T17:12:49.952Z Downloaded pest v2.8.6
12342026-03-30T17:12:49.964Z Downloaded nom v8.0.0
12352026-03-30T17:12:49.968Z Downloaded typed-path v0.9.3
12362026-03-30T17:12:49.971Z Downloaded iri-string v0.7.11
12372026-03-30T17:12:49.978Z Downloaded icu_properties_data v2.1.2
12382026-03-30T17:12:49.983Z Downloaded unicode-segmentation v1.13.1
12392026-03-30T17:12:49.986Z Downloaded tough v0.20.0
12402026-03-30T17:12:49.990Z Downloaded scc v2.4.0
12412026-03-30T17:12:49.993Z Downloaded libm v0.2.16
12422026-03-30T17:12:50.000Z Downloaded winnow v0.5.40
12432026-03-30T17:12:50.005Z Downloaded reqwest v0.13.2
12442026-03-30T17:12:50.015Z Downloaded zerovec v0.11.5
12452026-03-30T17:12:50.018Z Downloaded rayon v1.11.0
12462026-03-30T17:12:50.024Z Downloaded winnow v1.0.0
12472026-03-30T17:12:50.029Z Downloaded moka v0.12.15
12482026-03-30T17:12:50.039Z Downloaded goblin v0.10.5
12492026-03-30T17:12:50.044Z Downloaded aws-lc-rs v1.16.2
12502026-03-30T17:12:50.053Z Downloaded zerocopy v0.7.35
12512026-03-30T17:12:50.066Z Downloaded serde_with v3.18.0
12522026-03-30T17:12:50.074Z Downloaded syn v1.0.109
12532026-03-30T17:12:50.079Z Downloaded rustls-webpki v0.102.8
12542026-03-30T17:12:50.090Z Downloaded proptest v1.11.0
12552026-03-30T17:12:50.112Z Downloaded time v0.3.47
12562026-03-30T17:12:50.119Z Downloaded tabled v0.20.0
12572026-03-30T17:12:50.129Z Downloaded smoltcp v0.11.0
12582026-03-30T17:12:50.136Z Downloaded rustls v0.22.4
12592026-03-30T17:12:50.143Z Downloaded openapiv3 v2.2.0
12602026-03-30T17:12:50.150Z Downloaded dropshot v0.16.7
12612026-03-30T17:12:50.162Z Downloaded zerocopy v0.8.47
12622026-03-30T17:12:50.173Z Downloaded nix v0.31.2
12632026-03-30T17:12:50.179Z Downloaded hickory-proto v0.24.4
12642026-03-30T17:12:50.188Z Downloaded regress v0.10.5
12652026-03-30T17:12:50.193Z Downloaded sled v0.34.7
12662026-03-30T17:12:50.198Z Downloaded typify-impl v0.6.1
12672026-03-30T17:12:50.206Z Downloaded hickory-proto v0.25.2
12682026-03-30T17:12:50.215Z Downloaded rhai v1.24.0
12692026-03-30T17:12:50.221Z Downloaded tabled v0.15.0
12702026-03-30T17:12:50.232Z Downloaded typify-impl v0.4.3
12712026-03-30T17:12:50.260Z Downloaded chrono-tz v0.10.4
12722026-03-30T17:12:50.270Z Downloaded lzma-sys v0.1.20
12732026-03-30T17:12:50.287Z Downloaded petgraph v0.6.5
12742026-03-30T17:12:50.296Z Downloaded jiff v0.2.23
12752026-03-30T17:12:50.313Z Downloaded sha3 v0.10.8
12762026-03-30T17:12:50.316Z Downloaded csv v1.4.0
12772026-03-30T17:12:50.376Z Downloaded encoding_rs v0.8.35
12782026-03-30T17:12:51.014Z Downloaded aws-lc-sys v0.39.0
12792026-03-30T17:12:51.922Z Compiling proc-macro2 v1.0.106
12802026-03-30T17:12:51.922Z Compiling unicode-ident v1.0.24
12812026-03-30T17:12:51.922Z Compiling quote v1.0.45
12822026-03-30T17:12:51.925Z Compiling serde_core v1.0.228
12832026-03-30T17:12:51.925Z Compiling cfg-if v1.0.4
12842026-03-30T17:12:51.925Z Compiling serde v1.0.228
12852026-03-30T17:12:51.925Z Compiling libc v0.2.183
12862026-03-30T17:12:51.925Z Compiling memchr v2.8.0
12872026-03-30T17:12:52.127Z Compiling itoa v1.0.18
12882026-03-30T17:12:52.318Z Compiling smallvec v1.15.1
12892026-03-30T17:12:52.361Z Compiling zmij v1.0.21
12902026-03-30T17:12:52.386Z Compiling serde_json v1.0.149
12912026-03-30T17:12:52.531Z Compiling autocfg v1.5.0
12922026-03-30T17:12:52.620Z Compiling libm v0.2.16
12932026-03-30T17:12:52.721Z Compiling version_check v0.9.5
12942026-03-30T17:12:52.803Z Compiling stable_deref_trait v1.2.1
12952026-03-30T17:12:52.878Z Compiling pin-project-lite v0.2.17
12962026-03-30T17:12:52.889Z Compiling writeable v0.6.2
12972026-03-30T17:12:52.961Z Compiling percent-encoding v2.3.2
12982026-03-30T17:12:52.964Z Compiling litemap v0.8.1
12992026-03-30T17:12:52.982Z Compiling icu_normalizer_data v2.1.1
13002026-03-30T17:12:53.143Z Compiling icu_properties_data v2.1.2
13012026-03-30T17:12:53.217Z Compiling iana-time-zone v0.1.65
13022026-03-30T17:12:53.217Z Compiling parking_lot_core v0.9.12
13032026-03-30T17:12:53.247Z Compiling syn v2.0.117
13042026-03-30T17:12:53.432Z Compiling scopeguard v1.2.0
13052026-03-30T17:12:53.450Z Compiling equivalent v1.0.2
13062026-03-30T17:12:53.463Z Compiling form_urlencoded v1.2.2
13072026-03-30T17:12:53.496Z Compiling foldhash v0.2.0
13082026-03-30T17:12:53.513Z Compiling lock_api v0.4.14
13092026-03-30T17:12:53.529Z Compiling allocator-api2 v0.2.21
13102026-03-30T17:12:53.539Z Compiling utf8_iter v1.0.4
13112026-03-30T17:12:53.641Z Compiling dyn-clone v1.0.20
13122026-03-30T17:12:53.686Z Compiling num-traits v0.2.19
13132026-03-30T17:12:53.728Z Compiling jobserver v0.1.34
13142026-03-30T17:12:53.739Z Compiling find-msvc-tools v0.1.9
13152026-03-30T17:12:53.803Z Compiling shlex v1.3.0
13162026-03-30T17:12:53.855Z Compiling hashbrown v0.16.1
13172026-03-30T17:12:53.960Z Compiling cc v1.2.57
13182026-03-30T17:12:53.971Z Compiling log v0.4.29
13192026-03-30T17:12:54.053Z Compiling errno v0.3.14
13202026-03-30T17:12:54.202Z Compiling semver v1.0.27
13212026-03-30T17:12:54.214Z Compiling futures-core v0.3.32
13222026-03-30T17:12:54.257Z Compiling thiserror v2.0.18
13232026-03-30T17:12:54.360Z Compiling zerocopy v0.8.47
13242026-03-30T17:12:54.437Z Compiling indexmap v2.13.0
13252026-03-30T17:12:54.541Z Compiling futures-sink v0.3.32
13262026-03-30T17:12:54.643Z Compiling rand_core v0.10.0
13272026-03-30T17:12:54.676Z Compiling getrandom v0.4.2
13282026-03-30T17:12:54.778Z Compiling fnv v1.0.7
13292026-03-30T17:12:54.788Z Compiling slab v0.4.12
13302026-03-30T17:12:54.799Z Compiling heck v0.5.0
13312026-03-30T17:12:54.871Z Compiling futures-channel v0.3.32
13322026-03-30T17:12:54.958Z Compiling rustversion v1.0.22
13332026-03-30T17:12:55.059Z Compiling futures-io v0.3.32
13342026-03-30T17:12:55.072Z Compiling uuid v1.23.0
13352026-03-30T17:12:55.094Z Compiling typenum v1.19.0
13362026-03-30T17:12:55.128Z Compiling schemars v0.8.22
13372026-03-30T17:12:55.215Z Compiling futures-task v0.3.32
13382026-03-30T17:12:55.284Z Compiling socket2 v0.6.3
13392026-03-30T17:12:55.378Z Compiling getrandom v0.2.17
13402026-03-30T17:12:55.388Z Compiling portable-atomic v1.13.1
13412026-03-30T17:12:55.488Z Compiling parking_lot v0.12.5
13422026-03-30T17:12:55.528Z Compiling signal-hook-registry v1.4.8
13432026-03-30T17:12:55.562Z Compiling mio v1.1.1
13442026-03-30T17:12:55.723Z Compiling bitflags v2.11.0
13452026-03-30T17:12:55.895Z Compiling subtle v2.6.1
13462026-03-30T17:12:55.929Z Compiling critical-section v1.2.0
13472026-03-30T17:12:55.958Z Compiling getrandom v0.3.4
13482026-03-30T17:12:55.990Z Compiling byteorder v1.5.0
13492026-03-30T17:12:56.034Z Compiling synstructure v0.13.2
13502026-03-30T17:12:56.037Z Compiling serde_derive_internals v0.29.1
13512026-03-30T17:12:56.064Z Compiling base64 v0.22.1
13522026-03-30T17:12:56.135Z Compiling untrusted v0.9.0
13532026-03-30T17:12:56.216Z Compiling rand_core v0.6.4
13542026-03-30T17:12:56.255Z Compiling cmake v0.1.57
13552026-03-30T17:12:56.305Z Compiling dunce v1.0.5
13562026-03-30T17:12:56.396Z Compiling once_cell v1.21.4
13572026-03-30T17:12:56.408Z Compiling fs_extra v1.3.0
13582026-03-30T17:12:56.438Z Compiling strsim v0.11.1
13592026-03-30T17:12:56.450Z Compiling httparse v1.10.1
13602026-03-30T17:12:56.552Z Compiling regex-syntax v0.8.10
13612026-03-30T17:12:56.601Z Compiling ipnet v2.12.0
13622026-03-30T17:12:56.613Z Compiling rustix v1.1.4
13632026-03-30T17:12:56.664Z Compiling aws-lc-sys v0.39.0
13642026-03-30T17:12:56.795Z Compiling atomic-waker v1.1.2
13652026-03-30T17:12:56.847Z Compiling slog v2.8.2
13662026-03-30T17:12:56.862Z Compiling generic-array v0.14.7
13672026-03-30T17:12:56.921Z Compiling ucd-trie v0.1.7
13682026-03-30T17:12:57.069Z Compiling tower-layer v0.3.3
13692026-03-30T17:12:57.081Z Compiling tower-service v0.3.3
13702026-03-30T17:12:57.156Z Compiling thiserror v1.0.69
13712026-03-30T17:12:57.197Z Compiling pest v2.8.6
13722026-03-30T17:12:57.231Z Compiling try-lock v0.2.5
13732026-03-30T17:12:57.234Z Compiling ryu v1.0.23
13742026-03-30T17:12:57.318Z Compiling serde_derive v1.0.228
13752026-03-30T17:12:57.339Z Compiling zerofrom-derive v0.1.6
13762026-03-30T17:12:57.424Z Compiling yoke-derive v0.8.1
13772026-03-30T17:12:57.475Z Compiling zerovec-derive v0.11.2
13782026-03-30T17:12:57.525Z Compiling displaydoc v0.2.5
13792026-03-30T17:12:57.536Z Compiling tokio-macros v2.6.1
13802026-03-30T17:12:58.275Z Compiling schemars_derive v0.8.22
13812026-03-30T17:12:58.292Z Compiling thiserror-impl v2.0.18
13822026-03-30T17:12:58.448Z Compiling zerocopy-derive v0.8.47
13832026-03-30T17:12:58.487Z Compiling zeroize_derive v1.4.3
13842026-03-30T17:12:58.539Z Compiling futures-macro v0.3.32
13852026-03-30T17:12:58.550Z Compiling zerofrom v0.1.6
13862026-03-30T17:12:58.672Z Compiling yoke v0.8.1
13872026-03-30T17:12:58.858Z Compiling zerovec v0.11.5
13882026-03-30T17:12:59.146Z Compiling zerotrie v0.2.3
13892026-03-30T17:12:59.243Z Compiling zeroize v1.8.2
13902026-03-30T17:12:59.365Z Compiling tinystr v0.8.2
13912026-03-30T17:12:59.376Z Compiling potential_utf v0.1.4
13922026-03-30T17:12:59.445Z Compiling futures-util v0.3.32
13932026-03-30T17:12:59.517Z Compiling icu_locale_core v2.1.1
13942026-03-30T17:12:59.535Z Compiling icu_collections v2.1.1
13952026-03-30T17:12:59.650Z Compiling thiserror-impl v1.0.69
13962026-03-30T17:13:00.049Z Compiling pest_meta v2.8.6
13972026-03-30T17:13:00.143Z Compiling icu_provider v2.1.1
13982026-03-30T17:13:00.441Z Compiling bytes v1.11.1
13992026-03-30T17:13:00.455Z Compiling icu_properties v2.1.2
14002026-03-30T17:13:00.507Z Compiling icu_normalizer v2.1.1
14012026-03-30T17:13:00.817Z Compiling chrono v0.4.44
14022026-03-30T17:13:01.119Z Compiling tokio v1.50.0
14032026-03-30T17:13:01.154Z Compiling http v1.4.0
14042026-03-30T17:13:01.420Z Compiling idna_adapter v1.2.1
14052026-03-30T17:13:01.560Z Compiling idna v1.1.0
14062026-03-30T17:13:01.659Z Compiling serde_tokenstream v0.2.3
14072026-03-30T17:13:01.782Z Compiling http-body v1.0.1
14082026-03-30T17:13:01.938Z Compiling url v2.5.8
14092026-03-30T17:13:01.949Z Compiling erased-serde v0.3.31
14102026-03-30T17:13:02.248Z Compiling want v0.3.1
14112026-03-30T17:13:02.329Z Compiling pin-utils v0.1.0
14122026-03-30T17:13:02.343Z Compiling httpdate v1.0.3
14132026-03-30T17:13:02.444Z Compiling pest_generator v2.8.6
14142026-03-30T17:13:02.578Z Compiling pretty-hex v0.4.2
14152026-03-30T17:13:02.714Z Compiling ppv-lite86 v0.2.21
14162026-03-30T17:13:02.803Z Compiling paste v1.0.15
14172026-03-30T17:13:02.819Z Compiling plain v0.2.3
14182026-03-30T17:13:02.840Z Compiling crypto-common v0.1.7
14192026-03-30T17:13:02.919Z Compiling omicron-workspace-hack v0.1.0
14202026-03-30T17:13:02.968Z Compiling ident_case v1.0.1
14212026-03-30T17:13:03.021Z Compiling tracing-attributes v0.1.31
14222026-03-30T17:13:03.047Z Compiling pest_derive v2.8.6
14232026-03-30T17:13:03.082Z Compiling tracing-core v0.1.36
14242026-03-30T17:13:03.208Z Compiling http-body-util v0.1.3
14252026-03-30T17:13:03.442Z Compiling serde_urlencoded v0.7.1
14262026-03-30T17:13:03.577Z Compiling ipnetwork v0.21.1
14272026-03-30T17:13:03.609Z Compiling daft-derive v0.1.5
14282026-03-30T17:13:03.677Z Compiling sync_wrapper v1.0.2
14292026-03-30T17:13:03.688Z Compiling fastrand v2.3.0
14302026-03-30T17:13:03.889Z Compiling aho-corasick v1.1.4
14312026-03-30T17:13:03.952Z Compiling winnow v1.0.0
14322026-03-30T17:13:03.954Z Compiling rustls-pki-types v1.14.0
14332026-03-30T17:13:04.011Z Compiling async-trait v0.1.89
14342026-03-30T17:13:04.211Z Compiling tracing v0.1.44
14352026-03-30T17:13:04.336Z Compiling ring v0.17.14
14362026-03-30T17:13:04.447Z Compiling anyhow v1.0.102
14372026-03-30T17:13:04.654Z Compiling num-conv v0.2.0
14382026-03-30T17:13:04.750Z Compiling regex-automata v0.4.14
14392026-03-30T17:13:04.783Z Compiling time-core v0.1.8
14402026-03-30T17:13:04.834Z Compiling iri-string v0.7.11
14412026-03-30T17:13:04.927Z Compiling powerfmt v0.2.0
14422026-03-30T17:13:04.963Z Compiling cpufeatures v0.2.17
14432026-03-30T17:13:05.030Z Compiling time-macros v0.2.27
14442026-03-30T17:13:05.135Z Compiling deranged v0.5.8
14452026-03-30T17:13:05.646Z Compiling block-buffer v0.10.4
14462026-03-30T17:13:05.793Z Compiling scroll_derive v0.13.1
14472026-03-30T17:13:06.035Z Compiling hex v0.4.3
14482026-03-30T17:13:06.119Z Compiling num_threads v0.1.7
14492026-03-30T17:13:06.217Z Compiling digest v0.10.7
14502026-03-30T17:13:06.424Z Compiling regex v1.12.3
14512026-03-30T17:13:06.612Z Compiling scroll v0.13.0
14522026-03-30T17:13:06.887Z Compiling tokio-util v0.7.18
14532026-03-30T17:13:06.890Z Compiling oxnet v0.1.4
14542026-03-30T17:13:07.113Z Compiling camino v1.2.2
14552026-03-30T17:13:07.306Z Compiling goblin v0.10.5
14562026-03-30T17:13:07.470Z Compiling openssl-probe v0.2.1
14572026-03-30T17:13:07.628Z Compiling usdt-impl v0.6.0
14582026-03-30T17:13:07.651Z Compiling dtrace-parser v0.3.0
14592026-03-30T17:13:08.023Z Compiling crossbeam-utils v0.8.21
14602026-03-30T17:13:08.034Z Compiling h2 v0.4.13
14612026-03-30T17:13:08.332Z Compiling futures-executor v0.3.32
14622026-03-30T17:13:08.501Z Compiling openapiv3 v2.2.0
14632026-03-30T17:13:08.517Z Compiling structmeta-derive v0.3.0
14642026-03-30T17:13:08.611Z Compiling regress v0.10.5
14652026-03-30T17:13:08.974Z Compiling thread-id v5.1.0
14662026-03-30T17:13:09.055Z Compiling syn v1.0.109
14672026-03-30T17:13:09.364Z Compiling rustls v0.22.4
14682026-03-30T17:13:09.536Z Compiling structmeta v0.3.0
14692026-03-30T17:13:09.632Z Compiling futures v0.3.32
14702026-03-30T17:13:09.736Z Compiling rand_core v0.9.5
14712026-03-30T17:13:09.953Z Compiling dof v0.4.0
14722026-03-30T17:13:10.075Z Compiling hyper v1.8.1
14732026-03-30T17:13:10.229Z Compiling darling_core v0.23.0
14742026-03-30T17:13:11.386Z Compiling newtype-uuid-macros v0.1.0
14752026-03-30T17:13:11.457Z Compiling thread_local v1.1.9
14762026-03-30T17:13:11.741Z Compiling match_cfg v0.1.0
14772026-03-30T17:13:11.811Z Compiling winnow v0.7.15
14782026-03-30T17:13:11.825Z Compiling aws-lc-rs v1.16.2
14792026-03-30T17:13:11.885Z Compiling hyper-util v0.1.20
14802026-03-30T17:13:12.142Z Compiling newtype-uuid v1.3.2
14812026-03-30T17:13:12.404Z Compiling darling_macro v0.23.0
14822026-03-30T17:13:12.456Z Compiling ref-cast v1.0.25
14832026-03-30T17:13:12.484Z Compiling slog-async v2.8.0
14842026-03-30T17:13:12.495Z Compiling quick-error v1.2.3
14852026-03-30T17:13:12.612Z Compiling daft v0.1.5
14862026-03-30T17:13:12.802Z Compiling usdt-macro v0.6.0
14872026-03-30T17:13:12.814Z Compiling usdt-attr-macro v0.6.0
14882026-03-30T17:13:12.875Z Compiling rand_chacha v0.9.0
14892026-03-30T17:13:12.972Z Compiling darling v0.23.0
14902026-03-30T17:13:13.054Z Compiling ref-cast-impl v1.0.25
14912026-03-30T17:13:13.303Z Compiling strum_macros v0.26.4
14922026-03-30T17:13:13.323Z Compiling toml_datetime v0.7.5+spec-1.1.0
14932026-03-30T17:13:13.565Z Compiling serde_spanned v1.1.0
14942026-03-30T17:13:13.633Z Compiling multer v3.1.0
14952026-03-30T17:13:13.653Z Compiling take_mut v0.2.2
14962026-03-30T17:13:13.708Z Compiling term v1.2.1
14972026-03-30T17:13:13.764Z Compiling bit-vec v0.8.0
14982026-03-30T17:13:13.855Z Compiling untrusted v0.7.1
14992026-03-30T17:13:13.932Z Compiling debug-ignore v1.0.5
15002026-03-30T17:13:13.975Z Compiling toml_writer v1.1.0+spec-1.1.0
15012026-03-30T17:13:13.990Z Compiling bit-set v0.8.0
15022026-03-30T17:13:14.044Z Compiling serde_with_macros v3.18.0
15032026-03-30T17:13:14.130Z Compiling rand v0.9.2
15042026-03-30T17:13:14.281Z Compiling async-stream-impl v0.3.6
15052026-03-30T17:13:14.419Z Compiling dropshot v0.16.7
15062026-03-30T17:13:14.641Z Compiling encoding_rs v0.8.35
15072026-03-30T17:13:14.902Z Compiling rustls v0.23.37
15082026-03-30T17:13:14.922Z Compiling strum v0.26.3
15092026-03-30T17:13:14.963Z Compiling spin v0.9.8
15102026-03-30T17:13:15.050Z Compiling unarray v0.1.4
15112026-03-30T17:13:15.079Z Compiling mime v0.3.17
15122026-03-30T17:13:15.127Z Compiling async-stream v0.3.6
15132026-03-30T17:13:15.203Z Compiling derive-ex v0.1.8
15142026-03-30T17:13:15.297Z Compiling dropshot_endpoint v0.16.7
15152026-03-30T17:13:15.350Z Compiling macaddr v1.0.1
15162026-03-30T17:13:15.460Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15172026-03-30T17:13:15.574Z Compiling waitgroup v0.1.2
15182026-03-30T17:13:15.587Z Compiling serde_path_to_error v0.1.20
15192026-03-30T17:13:15.929Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15202026-03-30T17:13:15.998Z Compiling tempfile v3.27.0
15212026-03-30T17:13:16.060Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15222026-03-30T17:13:16.240Z Compiling tower v0.5.3
15232026-03-30T17:13:16.294Z Compiling strum_macros v0.27.2
15242026-03-30T17:13:16.365Z Compiling instant v0.1.13
15252026-03-30T17:13:16.424Z Compiling time v0.3.47
15262026-03-30T17:13:16.721Z Compiling tower-http v0.6.8
15272026-03-30T17:13:16.859Z Compiling test-strategy v0.4.5
15282026-03-30T17:13:16.876Z Compiling rustc-hash v2.1.1
15292026-03-30T17:13:17.084Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
15302026-03-30T17:13:17.158Z Compiling crossbeam-channel v0.5.15
15312026-03-30T17:13:18.155Z Compiling strum v0.27.2
15322026-03-30T17:13:18.242Z Compiling parse-display-derive v0.10.0
15332026-03-30T17:13:18.283Z Compiling rustls-native-certs v0.8.3
15342026-03-30T17:13:18.410Z Compiling backon v1.6.0
15352026-03-30T17:13:18.617Z Compiling rustls-webpki v0.102.8
15362026-03-30T17:13:18.640Z Compiling rand_chacha v0.3.1
15372026-03-30T17:13:19.476Z Compiling rand v0.8.5
15382026-03-30T17:13:19.488Z Compiling slog-json v2.6.1
15392026-03-30T17:13:19.664Z Compiling hostname v0.3.1
15402026-03-30T17:13:19.691Z Compiling toml_parser v1.1.0+spec-1.1.0
15412026-03-30T17:13:19.805Z Compiling memmap2 v0.9.10
15422026-03-30T17:13:19.882Z Compiling wait-timeout v0.2.1
15432026-03-30T17:13:20.024Z Compiling is-terminal v0.4.17
15442026-03-30T17:13:20.125Z Compiling either v1.15.0
15452026-03-30T17:13:20.184Z Compiling slog-term v2.9.2
15462026-03-30T17:13:20.278Z Compiling toml v0.9.12+spec-1.1.0
15472026-03-30T17:13:20.324Z Compiling rusty-fork v0.3.1
15482026-03-30T17:13:20.373Z Compiling usdt v0.6.0
15492026-03-30T17:13:20.648Z Compiling slog-bunyan v2.5.0
15502026-03-30T17:13:20.785Z Compiling serde_with v3.18.0
15512026-03-30T17:13:21.180Z Compiling tokio-rustls v0.25.0
15522026-03-30T17:13:21.218Z Compiling rand_xorshift v0.4.0
15532026-03-30T17:13:21.372Z Compiling sha1 v0.10.6
15542026-03-30T17:13:21.383Z Compiling rustls-pemfile v2.2.0
15552026-03-30T17:13:21.409Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
15562026-03-30T17:13:21.577Z Compiling hostname v0.4.2
15572026-03-30T17:13:21.592Z Compiling proptest v1.11.0
15582026-03-30T17:13:22.580Z Compiling reqwest v0.12.28
15592026-03-30T17:13:22.604Z Compiling iddqd v0.3.17
15602026-03-30T17:13:22.637Z Compiling itertools v0.14.0
15612026-03-30T17:13:23.199Z Compiling utf8parse v0.2.2
15622026-03-30T17:13:23.300Z Compiling anstyle-parse v1.0.0
15632026-03-30T17:13:23.492Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
15642026-03-30T17:13:23.741Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
15652026-03-30T17:13:23.879Z Compiling toml_datetime v0.6.11
15662026-03-30T17:13:24.153Z Compiling anstyle-query v1.1.5
15672026-03-30T17:13:24.314Z Compiling is_terminal_polyfill v1.70.2
15682026-03-30T17:13:24.354Z Compiling anstyle v1.0.14
15692026-03-30T17:13:24.404Z Compiling colorchoice v1.0.5
15702026-03-30T17:13:24.522Z Compiling anstream v1.0.0
15712026-03-30T17:13:24.581Z Compiling progenitor-client v0.10.0
15722026-03-30T17:13:24.847Z Compiling parse-display v0.10.0
15732026-03-30T17:13:25.172Z Compiling backoff v0.4.0
15742026-03-30T17:13:25.199Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
15752026-03-30T17:13:25.351Z Compiling clap_lex v1.1.0
15762026-03-30T17:13:25.594Z Compiling clap_derive v4.6.0
15772026-03-30T17:13:25.941Z Compiling unicode-width v0.2.2
15782026-03-30T17:13:26.161Z Compiling terminal_size v0.4.4
15792026-03-30T17:13:26.200Z Compiling darling_core v0.21.3
15802026-03-30T17:13:26.226Z Compiling zerocopy-derive v0.7.35
15812026-03-30T17:13:27.066Z Compiling crossbeam-epoch v0.9.18
15822026-03-30T17:13:27.093Z Compiling zerocopy v0.7.35
15832026-03-30T17:13:27.850Z Compiling clap_builder v4.6.0
15842026-03-30T17:13:28.293Z Compiling proc-macro-error-attr v1.0.4
15852026-03-30T17:13:28.317Z Compiling darling_macro v0.21.3
15862026-03-30T17:13:28.442Z Compiling heck v0.4.1
15872026-03-30T17:13:28.516Z Compiling convert_case v0.4.0
15882026-03-30T17:13:28.541Z Compiling tinyvec_macros v0.1.1
15892026-03-30T17:13:28.621Z Compiling heapless v0.8.0
15902026-03-30T17:13:28.636Z Compiling toml_datetime v1.1.0+spec-1.1.0
15912026-03-30T17:13:28.864Z Compiling derive_more v0.99.20
15922026-03-30T17:13:28.893Z Compiling darling v0.21.3
15932026-03-30T17:13:28.940Z Compiling toml_edit v0.25.8+spec-1.1.0
15942026-03-30T17:13:28.970Z Compiling ingot-macros v0.1.1
15952026-03-30T17:13:29.078Z Compiling tinyvec v1.11.0
15962026-03-30T17:13:29.462Z Compiling clap v4.6.0
15972026-03-30T17:13:30.185Z Compiling dtrace-parser v0.2.0
15982026-03-30T17:13:30.528Z Compiling secrecy v0.10.3
15992026-03-30T17:13:30.691Z Compiling scroll_derive v0.12.1
16002026-03-30T17:13:31.088Z Compiling hash32 v0.3.1
16012026-03-30T17:13:31.155Z Compiling proc-macro-error v1.0.4
16022026-03-30T17:13:31.245Z Compiling usdt-impl v0.5.0
16032026-03-30T17:13:31.256Z Compiling crucible-workspace-hack v0.1.0
16042026-03-30T17:13:31.389Z Compiling smoltcp v0.11.0
16052026-03-30T17:13:31.428Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16062026-03-30T17:13:31.467Z Compiling winnow v0.5.40
16072026-03-30T17:13:31.570Z Compiling scroll v0.12.0
16082026-03-30T17:13:31.789Z Compiling ingot-types v0.1.2
16092026-03-30T17:13:31.837Z Compiling proc-macro-crate v3.5.0
16102026-03-30T17:13:32.256Z Compiling dof v0.3.0
16112026-03-30T17:13:32.390Z Compiling typify-impl v0.6.1
16122026-03-30T17:13:32.531Z Compiling serde_spanned v0.6.9
16132026-03-30T17:13:32.542Z Compiling cobs v0.3.0
16142026-03-30T17:13:32.564Z Compiling memoffset v0.9.1
16152026-03-30T17:13:32.672Z Compiling thread-id v4.2.2
16162026-03-30T17:13:32.716Z Compiling toml_write v0.1.2
16172026-03-30T17:13:32.737Z Compiling toml_edit v0.19.15
16182026-03-30T17:13:32.751Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
16192026-03-30T17:13:32.787Z Compiling managed v0.8.0
16202026-03-30T17:13:32.866Z Compiling bitflags v1.3.2
16212026-03-30T17:13:32.905Z Compiling cfg_aliases v0.2.1
16222026-03-30T17:13:32.905Z Compiling toml_edit v0.22.27
16232026-03-30T17:13:32.983Z Compiling nix v0.31.2
16242026-03-30T17:13:33.351Z Compiling postcard v1.1.3
16252026-03-30T17:13:33.878Z Compiling proc-macro-crate v1.3.1
16262026-03-30T17:13:34.184Z Compiling num_enum_derive v0.7.6
16272026-03-30T17:13:34.276Z Compiling ingot v0.1.1
16282026-03-30T17:13:34.738Z Compiling goblin v0.8.2
16292026-03-30T17:13:35.212Z Compiling tabwriter v1.4.1
16302026-03-30T17:13:35.418Z Compiling foreign-types-macros v0.2.3
16312026-03-30T17:13:35.450Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16322026-03-30T17:13:35.752Z Compiling num-integer v0.1.46
16332026-03-30T17:13:36.114Z Compiling rustc_version v0.4.1
16342026-03-30T17:13:36.189Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16352026-03-30T17:13:36.383Z Compiling foreign-types-shared v0.3.1
16362026-03-30T17:13:36.393Z Compiling cpufeatures v0.3.0
16372026-03-30T17:13:36.413Z Compiling rayon-core v1.13.0
16382026-03-30T17:13:36.461Z Compiling float-ord v0.3.2
16392026-03-30T17:13:36.473Z Compiling foreign-types v0.5.0
16402026-03-30T17:13:36.514Z Compiling chacha20 v0.10.0
16412026-03-30T17:13:36.630Z Compiling curve25519-dalek v4.1.3
16422026-03-30T17:13:36.829Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16432026-03-30T17:13:37.383Z Compiling num_enum v0.7.6
16442026-03-30T17:13:37.505Z Compiling num_enum_derive v0.5.11
16452026-03-30T17:13:37.898Z Compiling toml v0.8.23
16462026-03-30T17:13:38.660Z Compiling typify-macro v0.6.1
16472026-03-30T17:13:38.753Z Compiling crossbeam-deque v0.8.6
16482026-03-30T17:13:38.938Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
16492026-03-30T17:13:39.163Z Compiling hmac v0.12.1
16502026-03-30T17:13:39.304Z Compiling inout v0.1.4
16512026-03-30T17:13:39.307Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16522026-03-30T17:13:39.424Z Compiling ff v0.13.1
16532026-03-30T17:13:39.551Z Compiling cstr-argument v0.1.2
16542026-03-30T17:13:39.670Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
16552026-03-30T17:13:39.703Z Compiling colored v3.1.1
16562026-03-30T17:13:39.818Z Compiling rustix v0.38.44
16572026-03-30T17:13:39.883Z Compiling prettyplease v0.2.37
16582026-03-30T17:13:40.139Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16592026-03-30T17:13:40.406Z Compiling group v0.13.0
16602026-03-30T17:13:40.532Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
16612026-03-30T17:13:40.629Z Compiling cipher v0.4.4
16622026-03-30T17:13:40.647Z Compiling hkdf v0.12.4
16632026-03-30T17:13:40.906Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
16642026-03-30T17:13:41.107Z Compiling num_enum v0.5.11
16652026-03-30T17:13:41.433Z Compiling rand v0.10.0
16662026-03-30T17:13:41.457Z Compiling num-iter v0.1.45
16672026-03-30T17:13:41.580Z Compiling num-rational v0.4.2
16682026-03-30T17:13:41.683Z Compiling usdt-attr-macro v0.5.0
16692026-03-30T17:13:42.121Z Compiling usdt-macro v0.5.0
16702026-03-30T17:13:42.180Z Compiling rustls-webpki v0.103.10
16712026-03-30T17:13:43.235Z Compiling camino-tempfile v1.4.1
16722026-03-30T17:13:43.255Z Compiling thiserror-impl-no-std v2.0.2
16732026-03-30T17:13:43.470Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
16742026-03-30T17:13:43.668Z Compiling universal-hash v0.5.1
16752026-03-30T17:13:43.808Z Compiling half v2.7.1
16762026-03-30T17:13:43.824Z Compiling crypto-bigint v0.5.5
16772026-03-30T17:13:44.055Z Compiling curve25519-dalek-derive v0.1.1
16782026-03-30T17:13:44.104Z Compiling enum-as-inner v0.6.1
16792026-03-30T17:13:44.364Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
16802026-03-30T17:13:44.511Z Compiling num-complex v0.4.6
16812026-03-30T17:13:44.652Z Compiling memmap v0.7.0
16822026-03-30T17:13:44.690Z Compiling opaque-debug v0.3.1
16832026-03-30T17:13:44.759Z Compiling base16ct v0.2.0
16842026-03-30T17:13:44.759Z Compiling ciborium-io v0.2.2
16852026-03-30T17:13:44.843Z Compiling data-encoding v2.10.0
16862026-03-30T17:13:44.857Z Compiling base64ct v1.8.3
16872026-03-30T17:13:44.901Z Compiling elliptic-curve v0.13.8
16882026-03-30T17:13:44.930Z Compiling ciborium-ll v0.2.2
16892026-03-30T17:13:45.007Z Compiling num v0.4.3
16902026-03-30T17:13:45.083Z Compiling password-hash v0.5.0
16912026-03-30T17:13:45.147Z Compiling usdt v0.5.0
16922026-03-30T17:13:45.171Z Compiling poly1305 v0.8.0
16932026-03-30T17:13:45.489Z Compiling thiserror-no-std v2.0.2
16942026-03-30T17:13:45.579Z Compiling tokio-rustls v0.26.4
16952026-03-30T17:13:45.598Z Compiling rustls-platform-verifier v0.6.2
16962026-03-30T17:13:45.908Z Compiling hyper-rustls v0.27.7
16972026-03-30T17:13:46.113Z Compiling reqwest v0.13.2
16982026-03-30T17:13:46.312Z Compiling rayon v1.11.0
16992026-03-30T17:13:46.374Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
17002026-03-30T17:13:46.731Z Compiling chacha20 v0.9.1
17012026-03-30T17:13:46.959Z Compiling typify v0.6.1
17022026-03-30T17:13:47.046Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17032026-03-30T17:13:47.219Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
17042026-03-30T17:13:47.717Z Compiling progenitor-client v0.13.0
17052026-03-30T17:13:47.931Z Compiling zone_cfg_derive v0.3.1
17062026-03-30T17:13:48.035Z Compiling progenitor-extras v0.1.1
17072026-03-30T17:13:48.135Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17082026-03-30T17:13:48.278Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17092026-03-30T17:13:48.493Z Compiling itertools v0.12.1
17102026-03-30T17:13:48.550Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17112026-03-30T17:13:49.131Z Compiling blake2 v0.10.6
17122026-03-30T17:13:49.152Z Compiling byte-wrapper v0.1.0
17132026-03-30T17:13:49.534Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17142026-03-30T17:13:49.581Z Compiling aead v0.5.2
17152026-03-30T17:13:49.707Z Compiling num-derive v0.4.2
17162026-03-30T17:13:49.748Z Compiling sigpipe v0.1.3
17172026-03-30T17:13:49.840Z Compiling jiff v0.2.23
17182026-03-30T17:13:49.870Z Compiling unsafe-libyaml v0.2.11
17192026-03-30T17:13:50.402Z Compiling keccak v0.1.6
17202026-03-30T17:13:50.519Z Compiling vcpkg v0.2.15
17212026-03-30T17:13:50.561Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17222026-03-30T17:13:50.649Z Compiling glob v0.3.3
17232026-03-30T17:13:50.672Z Compiling pkg-config v0.3.32
17242026-03-30T17:13:50.799Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
17252026-03-30T17:13:51.127Z Compiling sha3 v0.10.8
17262026-03-30T17:13:51.127Z Compiling openssl-sys v0.9.112
17272026-03-30T17:13:51.165Z Compiling serde_yaml v0.9.34+deprecated
17282026-03-30T17:13:51.363Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17292026-03-30T17:13:51.446Z Compiling chacha20poly1305 v0.10.1
17302026-03-30T17:13:51.583Z Compiling zone v0.3.1
17312026-03-30T17:13:51.681Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17322026-03-30T17:13:52.387Z Compiling argon2 v0.5.3
17332026-03-30T17:13:52.458Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17342026-03-30T17:13:52.915Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17352026-03-30T17:13:52.954Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17362026-03-30T17:13:53.486Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17372026-03-30T17:13:53.698Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17382026-03-30T17:13:54.023Z Compiling progenitor-impl v0.13.0
17392026-03-30T17:13:54.827Z Compiling vsss-rs v3.3.4
17402026-03-30T17:13:54.982Z Compiling ciborium v0.2.2
17412026-03-30T17:13:55.062Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17422026-03-30T17:13:55.189Z Compiling hubpack_derive v0.1.1
17432026-03-30T17:13:55.484Z Compiling smf v0.2.3
17442026-03-30T17:13:55.538Z Compiling indent_write v2.2.0
17452026-03-30T17:13:55.570Z Compiling whoami v1.6.1
17462026-03-30T17:13:55.683Z Compiling resolv-conf v0.7.6
17472026-03-30T17:13:55.714Z Compiling static_assertions v1.1.0
17482026-03-30T17:13:55.793Z Compiling semver v0.1.20
17492026-03-30T17:13:55.806Z Compiling linked-hash-map v0.5.6
17502026-03-30T17:13:56.022Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17512026-03-30T17:13:56.071Z Compiling lru-cache v0.1.2
17522026-03-30T17:13:56.084Z Compiling rustc_version v0.1.7
17532026-03-30T17:13:56.146Z Compiling hubpack v0.1.2
17542026-03-30T17:13:56.239Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17552026-03-30T17:13:56.290Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17562026-03-30T17:13:56.379Z Compiling hickory-proto v0.24.4
17572026-03-30T17:13:56.551Z Compiling serde-big-array v0.5.1
17582026-03-30T17:13:56.703Z Compiling serde_repr v0.1.20
17592026-03-30T17:13:57.309Z Compiling pin-project-internal v1.1.11
17602026-03-30T17:13:57.730Z Compiling progenitor-macro v0.13.0
17612026-03-30T17:13:57.807Z Compiling derive-where v1.6.1
17622026-03-30T17:13:58.401Z Compiling siphasher v1.0.2
17632026-03-30T17:13:58.606Z Compiling swrite v0.1.0
17642026-03-30T17:13:58.713Z Compiling minimal-lexical v0.2.1
17652026-03-30T17:13:58.981Z Compiling unicode-segmentation v1.13.1
17662026-03-30T17:13:58.995Z Compiling nom v7.1.3
17672026-03-30T17:13:59.087Z Compiling phf_shared v0.12.1
17682026-03-30T17:13:59.271Z Compiling pin-project v1.1.11
17692026-03-30T17:13:59.380Z Compiling newline-converter v0.3.0
17702026-03-30T17:13:59.418Z Compiling hickory-resolver v0.24.4
17712026-03-30T17:13:59.501Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17722026-03-30T17:13:59.717Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17732026-03-30T17:13:59.984Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17742026-03-30T17:14:00.054Z Compiling newtype_derive v0.1.6
17752026-03-30T17:14:00.283Z Compiling atomicwrites v0.4.4
17762026-03-30T17:14:00.492Z Compiling unicode-normalization v0.1.25
17772026-03-30T17:14:00.788Z Compiling snafu-derive v0.8.9
17782026-03-30T17:14:00.981Z Compiling console v0.15.11
17792026-03-30T17:14:01.505Z Compiling tokio-stream v0.1.18
17802026-03-30T17:14:01.680Z Compiling async-recursion v1.1.1
17812026-03-30T17:14:01.883Z Compiling slog-dtrace v0.3.0
17822026-03-30T17:14:01.993Z Compiling csv-core v0.1.13
17832026-03-30T17:14:02.125Z Compiling bstr v1.12.1
17842026-03-30T17:14:02.170Z Compiling unicode-xid v0.2.6
17852026-03-30T17:14:02.266Z Compiling highway v1.3.0
17862026-03-30T17:14:02.296Z Compiling cancel-safe-futures v0.1.5
17872026-03-30T17:14:02.391Z Compiling foldhash v0.1.5
17882026-03-30T17:14:02.542Z Compiling openssl v0.10.76
17892026-03-30T17:14:02.563Z Compiling similar v2.7.0
17902026-03-30T17:14:02.575Z Compiling owo-colors v4.3.0
17912026-03-30T17:14:02.621Z Compiling same-file v1.0.6
17922026-03-30T17:14:02.664Z Compiling chrono-tz v0.10.4
17932026-03-30T17:14:02.805Z Compiling unicode-width v0.1.14
17942026-03-30T17:14:02.812Z Compiling foreign-types-shared v0.1.1
17952026-03-30T17:14:02.899Z Compiling foreign-types v0.3.2
17962026-03-30T17:14:02.920Z Compiling walkdir v2.5.0
17972026-03-30T17:14:02.939Z Compiling snafu v0.8.9
17982026-03-30T17:14:02.963Z Compiling expectorate v1.2.0
17992026-03-30T17:14:02.990Z Compiling hashbrown v0.15.5
18002026-03-30T17:14:03.001Z Compiling progenitor v0.13.0
18012026-03-30T17:14:03.086Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18022026-03-30T17:14:03.112Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18032026-03-30T17:14:03.135Z Compiling globset v0.4.18
18042026-03-30T17:14:03.287Z Compiling const_format_proc_macros v0.2.34
18052026-03-30T17:14:03.321Z Compiling csv v1.4.0
18062026-03-30T17:14:03.540Z Compiling qorb v0.4.1
18072026-03-30T17:14:03.570Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18082026-03-30T17:14:03.987Z Compiling olpc-cjson v0.1.4
18092026-03-30T17:14:04.100Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18102026-03-30T17:14:04.206Z Compiling phf v0.12.1
18112026-03-30T17:14:04.648Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18122026-03-30T17:14:04.898Z Compiling tokio-dtrace v0.1.1
18132026-03-30T17:14:05.009Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18142026-03-30T17:14:05.178Z Compiling libsw-core v0.3.2
18152026-03-30T17:14:05.312Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18162026-03-30T17:14:05.350Z Compiling serde_plain v1.0.2
18172026-03-30T17:14:05.389Z Compiling openssl-macros v0.1.1
18182026-03-30T17:14:05.563Z Compiling pem v3.0.6
18192026-03-30T17:14:05.600Z Compiling cookie v0.18.1
18202026-03-30T17:14:05.626Z Compiling bytecount v0.6.9
18212026-03-30T17:14:05.775Z Compiling typed-path v0.9.3
18222026-03-30T17:14:05.778Z Compiling fixedbitset v0.4.2
18232026-03-30T17:14:05.850Z Compiling fixedbitset v0.5.7
18242026-03-30T17:14:05.966Z Compiling petgraph v0.6.5
18252026-03-30T17:14:06.039Z Compiling papergrid v0.11.0
18262026-03-30T17:14:06.073Z Compiling libsw v3.5.0
18272026-03-30T17:14:06.224Z Compiling petgraph v0.8.3
18282026-03-30T17:14:06.247Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18292026-03-30T17:14:07.203Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18302026-03-30T17:14:07.506Z Compiling tough v0.20.0
18312026-03-30T17:14:07.853Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18322026-03-30T17:14:08.045Z Compiling oxide-tokio-rt v0.1.3
18332026-03-30T17:14:08.375Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18342026-03-30T17:14:09.195Z Compiling const_format v0.2.35
18352026-03-30T17:14:09.232Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18362026-03-30T17:14:09.870Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18372026-03-30T17:14:11.264Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18382026-03-30T17:14:11.367Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18392026-03-30T17:14:11.397Z Compiling gethostname v0.5.0
18402026-03-30T17:14:11.434Z Compiling tabled_derive v0.7.0
18412026-03-30T17:14:11.538Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18422026-03-30T17:14:11.605Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18432026-03-30T17:14:11.679Z Compiling bcs v0.1.6
18442026-03-30T17:14:11.683Z Compiling termtree v0.5.1
18452026-03-30T17:14:11.838Z Compiling lazy_static v1.5.0
18462026-03-30T17:14:11.949Z Compiling unicode-linebreak v0.1.5
18472026-03-30T17:14:12.017Z Compiling smawk v0.3.2
18482026-03-30T17:14:12.062Z Compiling linear-map v1.2.0
18492026-03-30T17:14:12.161Z Compiling tagptr v0.2.0
18502026-03-30T17:14:12.184Z Compiling textwrap v0.16.2
18512026-03-30T17:14:12.204Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18522026-03-30T17:14:12.249Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18532026-03-30T17:14:12.311Z Compiling moka v0.12.15
18542026-03-30T17:14:12.346Z Compiling steno v0.4.1
18552026-03-30T17:14:12.421Z Compiling tabled v0.15.0
18562026-03-30T17:14:12.736Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18572026-03-30T17:14:13.122Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18582026-03-30T17:14:13.266Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18592026-03-30T17:14:13.321Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18602026-03-30T17:14:13.906Z Compiling hickory-proto v0.25.2
18612026-03-30T17:14:14.141Z Compiling humantime v2.3.0
18622026-03-30T17:14:14.431Z Compiling num-derive v0.3.3
18632026-03-30T17:14:15.155Z Compiling parking_lot_core v0.8.6
18642026-03-30T17:14:15.267Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18652026-03-30T17:14:15.380Z Compiling libscf-sys v1.1.0
18662026-03-30T17:14:15.453Z Compiling crc32fast v1.5.0
18672026-03-30T17:14:15.507Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18682026-03-30T17:14:15.801Z Compiling hickory-resolver v0.25.2
18692026-03-30T17:14:15.867Z Compiling parking_lot v0.11.2
18702026-03-30T17:14:15.967Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18712026-03-30T17:14:16.033Z Compiling fxhash v0.2.1
18722026-03-30T17:14:16.047Z Compiling internet-checksum v0.2.1
18732026-03-30T17:14:16.175Z Compiling sled v0.34.7
18742026-03-30T17:14:16.187Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
18752026-03-30T17:14:16.690Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18762026-03-30T17:14:22.339Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18772026-03-30T17:14:29.450Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18782026-03-30T17:14:31.061Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18792026-03-30T17:14:32.141Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
18802026-03-30T17:14:33.260Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
18812026-03-30T17:14:34.241Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
18822026-03-30T17:14:57.502Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 06s
18832026-03-30T17:14:57.675Z────────────
18842026-03-30T17:14:57.675Z Nextest run ID ebe7d5b5-a111-42f2-9f4e-cd863b439373 with nextest profile: default
18852026-03-30T17:14:57.675Z Starting 18 tests across 1 binary (27 tests skipped)
18862026-03-30T17:15:13.849Z PASS [ 16.169s] rdb proptest::prop_ipv6_default_contains_all
18872026-03-30T17:15:13.879Z PASS [ 16.199s] rdb proptest::prop_ipv6_host_bits_always_unset
18882026-03-30T17:15:13.979Z PASS [ 16.299s] rdb proptest::prop_ipv4_within_self
18892026-03-30T17:15:14.005Z PASS [ 16.325s] rdb proptest::prop_ipv4_default_contains_all
18902026-03-30T17:15:14.034Z PASS [ 16.354s] rdb proptest::prop_ipv4_unset_host_bits_idempotent
18912026-03-30T17:15:14.042Z PASS [ 16.363s] rdb proptest::prop_ipv4_length_in_bounds
18922026-03-30T17:15:14.079Z PASS [ 16.399s] rdb proptest::prop_ipv4_host_bits_always_unset
18932026-03-30T17:15:29.941Z PASS [ 16.087s] rdb proptest::prop_ipv6_length_in_bounds
18942026-03-30T17:15:30.056Z PASS [ 16.173s] rdb proptest::prop_ipv6_unset_host_bits_idempotent
18952026-03-30T17:15:30.190Z PASS [ 16.206s] rdb proptest::prop_ipv6_within_self
18962026-03-30T17:15:30.421Z PASS [ 16.412s] rdb proptest::prop_prefix_enum_no_cross_family
18972026-03-30T17:15:38.958Z PASS [ 24.914s] rdb proptest::prop_static_route_key_deduplication
18982026-03-30T17:15:48.932Z PASS [ 34.881s] rdb proptest::prop_static_route_key_normalization_idempotent
18992026-03-30T17:15:49.026Z PASS [ 34.938s] rdb proptest::prop_static_route_key_normalization_preserves_fields
19002026-03-30T17:15:57.693Z SLOW [> 60.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19012026-03-30T17:16:04.740Z PASS [ 34.790s] rdb proptest::prop_static_route_key_normalization_preserves_length
19022026-03-30T17:16:04.784Z PASS [ 34.718s] rdb proptest::prop_static_route_key_normalized_has_no_host_bits
19032026-03-30T17:16:20.979Z PASS [ 50.775s] rdb proptest::prop_static_route_key_ord_consistency
19042026-03-30T17:16:57.709Z SLOW [>120.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19052026-03-30T17:17:57.726Z SLOW [>180.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19062026-03-30T17:18:57.756Z SLOW [>240.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19072026-03-30T17:19:07.614Z PASS [ 249.767s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19082026-03-30T17:19:07.840Z────────────
19092026-03-30T17:19:07.840Z Summary [ 249.768s] 18 tests run: 18 passed (1 slow), 27 skipped
19102026-03-30T17:19:07.840Z+ cp '*.log' /work/
19112026-03-30T17:19:07.841Z+ true
19122026-03-30T17:19:07.841Z+ '[' -d proptest-regressions ']'
19132026-03-30T17:19:07.841Z+ cp -r proptest-regressions /work/rdb-proptest-regressions
19142026-03-30T17:19:07.841Z+ popd
19152026-03-30T17:19:07.841Z+ pushd bgp
19162026-03-30T17:19:07.841Z/work/oxidecomputer/maghemite
19172026-03-30T17:19:07.841Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
19182026-03-30T17:19:07.841Z+ PROPTEST_CASES=1000000
19192026-03-30T17:19:07.841Z+ cargo nextest run --lib proptest
19202026-03-30T17:19:08.683Z Compiling smallvec v1.15.1
19212026-03-30T17:19:08.711Z Compiling serde_json v1.0.149
19222026-03-30T17:19:08.857Z Compiling crunchy v0.2.4
19232026-03-30T17:19:08.880Z Compiling tiny-keccak v2.0.2
19242026-03-30T17:19:08.897Z Compiling ahash v0.8.12
19252026-03-30T17:19:08.897Z Compiling smartstring v1.0.1
19262026-03-30T17:19:08.978Z Compiling icu_normalizer v2.1.1
19272026-03-30T17:19:09.008Z Compiling parking_lot_core v0.9.12
19282026-03-30T17:19:09.147Z Compiling parking_lot_core v0.8.6
19292026-03-30T17:19:09.234Z Compiling parking_lot v0.12.5
19302026-03-30T17:19:09.373Z Compiling idna_adapter v1.2.1
19312026-03-30T17:19:09.447Z Compiling idna v1.1.0
19322026-03-30T17:19:09.467Z Compiling tokio v1.50.0
19332026-03-30T17:19:09.562Z Compiling dof v0.4.0
19342026-03-30T17:19:09.614Z Compiling schemars v0.8.22
19352026-03-30T17:19:09.661Z Compiling openapiv3 v2.2.0
19362026-03-30T17:19:09.769Z Compiling url v2.5.8
19372026-03-30T17:19:10.216Z Compiling slog-json v2.6.1
19382026-03-30T17:19:10.766Z Compiling usdt-impl v0.6.0
19392026-03-30T17:19:10.995Z Compiling slog-bunyan v2.5.0
19402026-03-30T17:19:11.403Z Compiling ipnetwork v0.21.1
19412026-03-30T17:19:11.450Z Compiling newtype-uuid v1.3.2
19422026-03-30T17:19:11.451Z Compiling usdt-attr-macro v0.6.0
19432026-03-30T17:19:11.531Z Compiling oxnet v0.1.4
19442026-03-30T17:19:11.754Z Compiling usdt-macro v0.6.0
19452026-03-30T17:19:11.791Z Compiling serde_with v3.18.0
19462026-03-30T17:19:11.916Z Compiling daft v0.1.5
19472026-03-30T17:19:12.058Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
19482026-03-30T17:19:12.197Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19492026-03-30T17:19:12.555Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
19502026-03-30T17:19:12.698Z Compiling iddqd v0.3.17
19512026-03-30T17:19:12.764Z Compiling usdt v0.6.0
19522026-03-30T17:19:13.148Z Compiling tokio-util v0.7.18
19532026-03-30T17:19:13.296Z Compiling tower v0.5.3
19542026-03-30T17:19:13.381Z Compiling tokio-rustls v0.26.4
19552026-03-30T17:19:13.402Z Compiling tokio-rustls v0.25.0
19562026-03-30T17:19:13.651Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19572026-03-30T17:19:13.656Z Compiling backoff v0.4.0
19582026-03-30T17:19:13.702Z Compiling h2 v0.4.13
19592026-03-30T17:19:13.786Z Compiling tower-http v0.6.8
19602026-03-30T17:19:14.254Z Compiling typify-impl v0.6.1
19612026-03-30T17:19:14.495Z Compiling dof v0.3.0
19622026-03-30T17:19:14.770Z Compiling usdt-impl v0.5.0
19632026-03-30T17:19:15.086Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
19642026-03-30T17:19:15.309Z Compiling usdt-macro v0.5.0
19652026-03-30T17:19:16.091Z Compiling hyper v1.8.1
19662026-03-30T17:19:16.121Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
19672026-03-30T17:19:16.271Z Compiling usdt-attr-macro v0.5.0
19682026-03-30T17:19:17.353Z Compiling hyper-util v0.1.20
19692026-03-30T17:19:17.428Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19702026-03-30T17:19:17.770Z Compiling usdt v0.5.0
19712026-03-30T17:19:17.775Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
19722026-03-30T17:19:17.880Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
19732026-03-30T17:19:18.046Z Compiling byte-wrapper v0.1.0
19742026-03-30T17:19:18.390Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
19752026-03-30T17:19:18.414Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
19762026-03-30T17:19:18.425Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19772026-03-30T17:19:19.763Z Compiling hyper-rustls v0.27.7
19782026-03-30T17:19:19.789Z Compiling dropshot v0.16.7
19792026-03-30T17:19:19.789Z Compiling reqwest v0.12.28
19802026-03-30T17:19:19.789Z Compiling reqwest v0.13.2
19812026-03-30T17:19:20.544Z Compiling progenitor-client v0.13.0
19822026-03-30T17:19:20.860Z Compiling progenitor-extras v0.1.1
19832026-03-30T17:19:21.178Z Compiling progenitor-client v0.10.0
19842026-03-30T17:19:21.482Z Compiling typify-macro v0.6.1
19852026-03-30T17:19:22.324Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19862026-03-30T17:19:23.340Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
19872026-03-30T17:19:23.562Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
19882026-03-30T17:19:23.594Z Compiling typify v0.6.1
19892026-03-30T17:19:23.764Z Compiling progenitor-impl v0.13.0
19902026-03-30T17:19:24.574Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19912026-03-30T17:19:25.425Z Compiling zone v0.3.1
19922026-03-30T17:19:25.647Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
19932026-03-30T17:19:25.777Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19942026-03-30T17:19:25.957Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19952026-03-30T17:19:26.240Z Compiling hickory-proto v0.24.4
19962026-03-30T17:19:26.261Z Compiling tokio-stream v0.1.18
19972026-03-30T17:19:26.272Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19982026-03-30T17:19:26.744Z Compiling tokio-dtrace v0.1.1
19992026-03-30T17:19:27.022Z Compiling libsw-core v0.3.2
20002026-03-30T17:19:27.203Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20012026-03-30T17:19:27.357Z Compiling progenitor-macro v0.13.0
20022026-03-30T17:19:27.756Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20032026-03-30T17:19:29.347Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20042026-03-30T17:19:29.510Z Compiling hickory-resolver v0.24.4
20052026-03-30T17:19:29.558Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20062026-03-30T17:19:29.814Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20072026-03-30T17:19:30.542Z Compiling qorb v0.4.1
20082026-03-30T17:19:32.399Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20092026-03-30T17:19:32.428Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20102026-03-30T17:19:32.428Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
20112026-03-30T17:19:32.428Z Compiling olpc-cjson v0.1.4
20122026-03-30T17:19:32.428Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20132026-03-30T17:19:32.428Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20142026-03-30T17:19:32.428Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20152026-03-30T17:19:32.428Z Compiling tough v0.20.0
20162026-03-30T17:19:32.456Z Compiling libsw v3.5.0
20172026-03-30T17:19:32.491Z Compiling progenitor v0.13.0
20182026-03-30T17:19:32.628Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
20192026-03-30T17:19:32.636Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20202026-03-30T17:19:32.882Z Compiling oxide-tokio-rt v0.1.3
20212026-03-30T17:19:33.182Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20222026-03-30T17:19:33.315Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20232026-03-30T17:19:33.492Z Compiling slog-dtrace v0.3.0
20242026-03-30T17:19:33.822Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
20252026-03-30T17:19:33.907Z Compiling cancel-safe-futures v0.1.5
20262026-03-30T17:19:34.264Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20272026-03-30T17:19:34.274Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20282026-03-30T17:19:34.679Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20292026-03-30T17:19:34.910Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20302026-03-30T17:19:35.089Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20312026-03-30T17:19:35.109Z Compiling hickory-proto v0.25.2
20322026-03-30T17:19:35.253Z Compiling steno v0.4.1
20332026-03-30T17:19:35.885Z Compiling moka v0.12.15
20342026-03-30T17:19:36.892Z Compiling const-random-macro v0.1.16
20352026-03-30T17:19:37.045Z Compiling hickory-resolver v0.25.2
20362026-03-30T17:19:37.304Z Compiling const-random v0.1.18
20372026-03-30T17:19:37.399Z Compiling parking_lot v0.11.2
20382026-03-30T17:19:37.935Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20392026-03-30T17:19:38.153Z Compiling sdd v3.0.10
20402026-03-30T17:19:38.199Z Compiling sled v0.34.7
20412026-03-30T17:19:38.499Z Compiling scc v2.4.0
20422026-03-30T17:19:38.794Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
20432026-03-30T17:19:38.906Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20442026-03-30T17:19:39.293Z Compiling thin-vec v0.2.14
20452026-03-30T17:19:39.360Z Compiling serial_test_derive v3.4.0
20462026-03-30T17:19:39.572Z Compiling rhai_codegen v3.1.0
20472026-03-30T17:19:39.679Z Compiling diff v0.1.13
20482026-03-30T17:19:39.888Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20492026-03-30T17:19:39.974Z Compiling yansi v1.0.1
20502026-03-30T17:19:40.082Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20512026-03-30T17:19:40.119Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20522026-03-30T17:19:40.133Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20532026-03-30T17:19:40.300Z Compiling pretty_assertions v1.4.1
20542026-03-30T17:19:40.581Z Compiling serial_test v3.4.0
20552026-03-30T17:19:40.793Z Compiling rhai v1.24.0
20562026-03-30T17:19:41.165Z Compiling nom v8.0.0
20572026-03-30T17:19:49.003Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20582026-03-30T17:19:56.282Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20592026-03-30T17:19:57.864Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20602026-03-30T17:19:58.971Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
20612026-03-30T17:20:00.083Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
20622026-03-30T17:20:00.860Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
20632026-03-30T17:20:03.229Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
20642026-03-30T17:20:36.207Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 28s
20652026-03-30T17:20:36.378Z────────────
20662026-03-30T17:20:36.378Z Nextest run ID 786dee57-ae46-4dcf-b43e-b4804dc1dd6f with nextest profile: default
20672026-03-30T17:20:36.378Z Starting 18 tests across 1 binary (132 tests skipped)
20682026-03-30T17:20:52.574Z PASS [ 16.190s] bgp proptest::prop_ipv4_wire_format_roundtrip
20692026-03-30T17:20:54.515Z PASS [ 18.134s] bgp proptest::prop_ipv4_withdrawn_roundtrip
20702026-03-30T17:20:54.570Z PASS [ 18.188s] bgp proptest::prop_ipv4_prefixes_roundtrip
20712026-03-30T17:20:55.959Z PASS [ 19.577s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
20722026-03-30T17:20:56.530Z PASS [ 20.147s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
20732026-03-30T17:21:04.747Z PASS [ 28.362s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
20742026-03-30T17:21:10.732Z PASS [ 16.212s] bgp proptest::prop_ipv6_wire_format_roundtrip
20752026-03-30T17:21:12.653Z PASS [ 20.076s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
20762026-03-30T17:21:14.141Z PASS [ 19.566s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
20772026-03-30T17:21:14.909Z PASS [ 18.374s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
20782026-03-30T17:21:15.968Z PASS [ 39.581s] bgp proptest::prop_duplicate_attrs_deduplicated
20792026-03-30T17:21:23.619Z PASS [ 18.868s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
20802026-03-30T17:21:29.218Z PASS [ 18.481s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
20812026-03-30T17:21:36.393Z SLOW [> 60.000s] bgp proptest::prop_encode_decode_semantic_equivalence
20822026-03-30T17:21:42.034Z PASS [ 27.885s] bgp proptest::prop_update_mp_unreach_roundtrip
20832026-03-30T17:21:42.745Z PASS [ 66.350s] bgp proptest::prop_encode_decode_semantic_equivalence
20842026-03-30T17:21:55.976Z SLOW [> 60.000s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20852026-03-30T17:22:04.312Z PASS [ 68.334s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20862026-03-30T17:22:12.674Z SLOW [> 60.000s] bgp proptest::prop_update_mp_reach_roundtrip
20872026-03-30T17:22:14.927Z SLOW [> 60.000s] bgp proptest::prop_update_traditional_roundtrip
20882026-03-30T17:22:15.540Z PASS [ 60.615s] bgp proptest::prop_update_traditional_roundtrip
20892026-03-30T17:22:24.642Z PASS [ 71.970s] bgp proptest::prop_update_mp_reach_roundtrip
20902026-03-30T17:22:24.645Z────────────
20912026-03-30T17:22:24.645Z Summary [ 108.237s] 18 tests run: 18 passed (4 slow), 132 skipped
20922026-03-30T17:22:24.655Z+ cp '*.log' /work/
20932026-03-30T17:22:24.658Z+ true
20942026-03-30T17:22:24.658Z+ '[' -d proptest-regressions ']'
20952026-03-30T17:22:24.658Z+ cp -r proptest-regressions /work/bgp-proptest-regressions
20962026-03-30T17:22:24.661Z+ popd
20972026-03-30T17:22:24.661Z/work/oxidecomputer/maghemite
20982026-03-30T17:22:24.661Zprocess exited: duration 733629 ms, exit code 0
 
20992026-03-30T17:22:24.668Zfound 0 output files