01KS1DJ030291HSK9FN0RX5QKP: 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: 01KS1DJFAQ1Y3B28K0D1YA2CMC

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-20T00:47:38.279Zjob assigned to worker 01KS1DJWP06KJAEJ6ZH3BWWDXV [factory aws, i-005689e3501795a25] (queued for 1 m 4 s)
 
22026-05-20T00:47:45.375Zstarting task 0: "setup"
32026-05-20T00:47:45.382Z++ uname -s
42026-05-20T00:47:45.385Z+ kern=SunOS
52026-05-20T00:47:45.385Z+ build_user=build
62026-05-20T00:47:45.385Z+ build_uid=12345
72026-05-20T00:47:45.385Z+ work_dir=/work
82026-05-20T00:47:45.385Z+ input_dir=/input
92026-05-20T00:47:45.385Z+ [[ 0 == 12345 ]]
102026-05-20T00:47:45.385Z+ case "$kern" in
112026-05-20T00:47:45.385Z+ groupadd -g 12345 build
122026-05-20T00:47:45.388Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-20T00:47:47.392Z+ zfs create -o mountpoint=/work rpool/work
142026-05-20T00:47:47.464Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-20T00:47:47.467Z+ home_fs=zfs
162026-05-20T00:47:47.467Z+ [[ zfs == autofs ]]
172026-05-20T00:47:47.467Z+ mkdir -p /home/build
182026-05-20T00:47:47.467Z+ chown build:build /home/build /work
192026-05-20T00:47:48.468Z+ chmod 0700 /home/build /work
202026-05-20T00:47:48.487Zprocess exited: duration 3094 ms, exit code 0
 
212026-05-20T00:47:48.495Zstarting task 1: "rust-toolchain"
222026-05-20T00:47:48.499Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-05-20T00:47:48.499Z * rust toolchain channel = "stable"
242026-05-20T00:47:48.499Z * rust toolchain profile = "default"
252026-05-20T00:47:48.502Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-20T00:47:48.502Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-20T00:47:48.502Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-20T00:47:48.502Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-20T00:47:48.503Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-05-20T00:47:48.600Zinfo: downloading installer
312026-05-20T00:47:50.278Zwarn: It looks like you have an existing installation of Rust at:
322026-05-20T00:47:50.278Zwarn: /opt/ooce/bin
332026-05-20T00:47:50.278Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-20T00:47:50.281Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-20T00:47:50.281Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-20T00:47:50.281Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-20T00:47:50.281Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-20T00:47:50.281Zerror: cannot install while Rust is installed
392026-05-20T00:47:50.281Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-20T00:47:50.281Zwarn: It looks like you have an existing rustup settings file at:
412026-05-20T00:47:50.281Zwarn: /home/build/.rustup/settings.toml
422026-05-20T00:47:50.281Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-20T00:47:50.281Zwarn: instead of the one inferred from the default host triple.
442026-05-20T00:47:50.312Zinfo: profile set to default
452026-05-20T00:47:50.312Zinfo: default host triple is x86_64-unknown-illumos
462026-05-20T00:47:50.314Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-05-20T00:47:50.447Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
482026-05-20T00:47:50.450Zinfo: downloading 6 components
492026-05-20T00:48:04.978Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-05-20T00:48:04.978Z
512026-05-20T00:48:05.021Z stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
522026-05-20T00:48:05.021Z
532026-05-20T00:48:05.021Z
542026-05-20T00:48:05.021ZRust is installed now. Great!
552026-05-20T00:48:05.021Z
562026-05-20T00:48:05.021ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-20T00:48:05.021Zenvironment variable. This has not been done automatically.
582026-05-20T00:48:05.021Z
592026-05-20T00:48:05.022ZTo configure your current shell, you need to source
602026-05-20T00:48:05.022Zthe corresponding env file under $HOME/.cargo.
612026-05-20T00:48:05.022Z
622026-05-20T00:48:05.022ZThis is usually done by running one of the following (note the leading DOT):
632026-05-20T00:48:05.022Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-20T00:48:05.022Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-20T00:48:05.022Zsource "~/.cargo/env.nu" # For nushell
662026-05-20T00:48:05.022Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-20T00:48:05.022Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-20T00:48:05.022Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-20T00:48:05.030Zwarn: no default linker (`cc`) was found in your PATH
702026-05-20T00:48:05.030Zwarn: many Rust crates require a system C toolchain to build
712026-05-20T00:48:05.129Z+ rustup --version
722026-05-20T00:48:05.141Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-20T00:48:05.149Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-20T00:48:05.162Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
752026-05-20T00:48:05.168Z+ cargo --version
762026-05-20T00:48:05.177Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
772026-05-20T00:48:05.183Z+ rustc --version
782026-05-20T00:48:05.200Zrustc 1.95.0 (59807616e 2026-04-14)
792026-05-20T00:48:05.206Zprocess exited: duration 16704 ms, exit code 0
 
802026-05-20T00:48:05.219Zstarting task 2: "authentication"
812026-05-20T00:48:05.236Zprocess exited: duration 18 ms, exit code 0
 
822026-05-20T00:48:05.249Zstarting task 3: "clone repository"
832026-05-20T00:48:05.254Z+ mkdir -p /work/oxidecomputer/maghemite
842026-05-20T00:48:05.254Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-05-20T00:48:05.458ZCloning into '/work/oxidecomputer/maghemite'...
862026-05-20T00:48:06.584Z+ cd /work/oxidecomputer/maghemite
872026-05-20T00:48:06.584Z+ git fetch origin 0ccdce9171a02136f3d6f755d63013959d568e75
882026-05-20T00:48:06.825ZFrom https://github.com/oxidecomputer/maghemite
892026-05-20T00:48:06.825Z * branch 0ccdce9171a02136f3d6f755d63013959d568e75 -> FETCH_HEAD
902026-05-20T00:48:06.830Z+ [[ -n zl/ddmd-no-state-machine ]]
912026-05-20T00:48:06.833Z++ git branch --show-current
922026-05-20T00:48:06.833Z+ current=main
932026-05-20T00:48:06.833Z+ [[ main != zl/ddmd-no-state-machine ]]
942026-05-20T00:48:06.833Z+ git branch -f zl/ddmd-no-state-machine 0ccdce9171a02136f3d6f755d63013959d568e75
952026-05-20T00:48:06.859Z+ git checkout -f zl/ddmd-no-state-machine
962026-05-20T00:48:06.863ZSwitched to branch 'zl/ddmd-no-state-machine'
972026-05-20T00:48:06.863Z+ git reset --hard 0ccdce9171a02136f3d6f755d63013959d568e75
982026-05-20T00:48:06.873ZHEAD is now at 0ccdce9 [review] return log-level to what it was for ddmd (keep structured)
992026-05-20T00:48:06.877Zprocess exited: duration 1624 ms, exit code 0
 
1002026-05-20T00:48:06.885Zstarting task 4: "build"
1012026-05-20T00:48:06.889Z+ set -e
1022026-05-20T00:48:06.889Z+ NEXTEST_VERSION=0.9.97
1032026-05-20T00:48:06.889Z+ PLATFORM=illumos
1042026-05-20T00:48:06.889Z+ cargo --version
1052026-05-20T00:48:06.894Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1062026-05-20T00:48:07.055Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1072026-05-20T00:48:07.058Zinfo: downloading 6 components
1082026-05-20T00:48:21.735Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1092026-05-20T00:48:21.738Z+ rustc --version
1102026-05-20T00:48:21.769Zrustc 1.95.0 (59807616e 2026-04-14)
1112026-05-20T00:48:21.773Z+ cargo install cargo-nextest --version 0.9.97
1122026-05-20T00:48:21.814Z Updating crates.io index
1132026-05-20T00:48:21.910Z Downloading crates ...
1142026-05-20T00:48:21.991Z Downloaded cargo-nextest v0.9.97
1152026-05-20T00:48:22.052Z Installing cargo-nextest v0.9.97
1162026-05-20T00:48:22.099Z Updating crates.io index
1172026-05-20T00:48:24.593Z Locking 404 packages to latest compatible versions
1182026-05-20T00:48:24.598Z Adding dialoguer v0.11.0 (available: v0.12.0)
1192026-05-20T00:48:24.600Z Adding duct v0.13.7 (available: v1.1.1)
1202026-05-20T00:48:24.600Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1212026-05-20T00:48:24.601Z Adding generic-array v0.14.7 (available: v0.14.9)
1222026-05-20T00:48:24.604Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1232026-05-20T00:48:24.604Z Adding nextest-filtering v0.15.0 (available: v0.21.0)
1242026-05-20T00:48:24.604Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1252026-05-20T00:48:24.607Z Adding nextest-runner v0.80.0 (available: v0.117.0)
1262026-05-20T00:48:24.610Z Adding quick-junit v0.5.2 (available: v0.6.0)
1272026-05-20T00:48:24.628Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1282026-05-20T00:48:24.638Z Downloading crates ...
1292026-05-20T00:48:24.700Z Downloaded atomic-waker v1.1.2
1302026-05-20T00:48:24.706Z Downloaded addr2line v0.25.1
1312026-05-20T00:48:24.724Z Downloaded idna_adapter v1.0.0
1322026-05-20T00:48:24.727Z Downloaded curve25519-dalek-derive v0.1.1
1332026-05-20T00:48:24.730Z Downloaded cargo-platform v0.2.0
1342026-05-20T00:48:24.733Z Downloaded http-body v1.0.1
1352026-05-20T00:48:24.733Z Downloaded home v0.5.12
1362026-05-20T00:48:24.736Z Downloaded errno v0.3.14
1372026-05-20T00:48:24.736Z Downloaded color-spantrace v0.3.0
1382026-05-20T00:48:24.739Z Downloaded clap_lex v1.1.0
1392026-05-20T00:48:24.739Z Downloaded enable-ansi-support v0.2.1
1402026-05-20T00:48:24.742Z Downloaded cfg_aliases v0.2.1
1412026-05-20T00:48:24.742Z Downloaded lazy_static v1.5.0
1422026-05-20T00:48:24.744Z Downloaded foldhash v0.1.5
1432026-05-20T00:48:24.744Z Downloaded block-buffer v0.10.4
1442026-05-20T00:48:24.744Z Downloaded indicatif v0.17.11
1452026-05-20T00:48:24.747Z Downloaded hyper-util v0.1.20
1462026-05-20T00:48:24.750Z Downloaded filetime v0.2.29
1472026-05-20T00:48:24.753Z Downloaded console v0.15.11
1482026-05-20T00:48:24.756Z Downloaded digest v0.10.7
1492026-05-20T00:48:24.756Z Downloaded cfg-if v1.0.4
1502026-05-20T00:48:24.759Z Downloaded once_cell v1.21.4
1512026-05-20T00:48:24.759Z Downloaded derive-where v1.6.1
1522026-05-20T00:48:24.762Z Downloaded cargo_metadata v0.20.0
1532026-05-20T00:48:24.762Z Downloaded anstyle-parse v1.0.0
1542026-05-20T00:48:24.766Z Downloaded nextest-filtering v0.15.0
1552026-05-20T00:48:24.766Z Downloaded num-traits v0.2.19
1562026-05-20T00:48:24.769Z Downloaded cargo_metadata v0.23.1
1572026-05-20T00:48:24.769Z Downloaded serde-value v0.7.0
1582026-05-20T00:48:24.769Z Downloaded futures-macro v0.3.32
1592026-05-20T00:48:24.772Z Downloaded humantime-serde v1.1.1
1602026-05-20T00:48:24.772Z Downloaded async-scoped v0.9.0
1612026-05-20T00:48:24.775Z Downloaded serde_ignored v0.1.14
1622026-05-20T00:48:24.775Z Downloaded cpufeatures v0.2.17
1632026-05-20T00:48:24.779Z Downloaded rand v0.9.4
1642026-05-20T00:48:24.781Z Downloaded form_urlencoded v1.2.2
1652026-05-20T00:48:24.784Z Downloaded dialoguer v0.11.0
1662026-05-20T00:48:24.787Z Downloaded cargo-util-schemas v0.2.0
1672026-05-20T00:48:24.787Z Downloaded equivalent v1.0.2
1682026-05-20T00:48:24.791Z Downloaded colorchoice v1.0.5
1692026-05-20T00:48:24.791Z Downloaded either v1.15.0
1702026-05-20T00:48:24.791Z Downloaded atomicwrites v0.4.4
1712026-05-20T00:48:24.794Z Downloaded indenter v0.3.4
1722026-05-20T00:48:24.794Z Downloaded camino-tempfile v1.4.1
1732026-05-20T00:48:24.794Z Downloaded document-features v0.2.12
1742026-05-20T00:48:24.794Z Downloaded crypto-common v0.1.7
1752026-05-20T00:48:24.797Z Downloaded debug-ignore v1.0.5
1762026-05-20T00:48:24.800Z Downloaded fnv v1.0.7
1772026-05-20T00:48:24.804Z Downloaded heck v0.5.0
1782026-05-20T00:48:24.808Z Downloaded futures-io v0.3.32
1792026-05-20T00:48:24.808Z Downloaded anstyle-query v1.1.5
1802026-05-20T00:48:24.811Z Downloaded hyper-tls v0.6.0
1812026-05-20T00:48:24.814Z Downloaded number_prefix v0.4.0
1822026-05-20T00:48:24.817Z Downloaded hex v0.4.3
1832026-05-20T00:48:24.817Z Downloaded itoa v1.0.18
1842026-05-20T00:48:24.819Z Downloaded guppy-workspace-hack v0.1.0
1852026-05-20T00:48:24.819Z Downloaded futures-sink v0.3.32
1862026-05-20T00:48:24.819Z Downloaded foreign-types-shared v0.1.1
1872026-05-20T00:48:24.819Z Downloaded backtrace-ext v0.2.1
1882026-05-20T00:48:24.822Z Downloaded mukti-metadata v0.3.0
1892026-05-20T00:48:24.822Z Downloaded is_terminal_polyfill v1.70.2
1902026-05-20T00:48:24.823Z Downloaded adler2 v2.0.1
1912026-05-20T00:48:24.830Z Downloaded lru-slab v0.1.2
1922026-05-20T00:48:24.833Z Downloaded indent_write v2.2.0
1932026-05-20T00:48:24.835Z Downloaded native-tls v0.2.18
1942026-05-20T00:48:24.835Z Downloaded generic-array v0.14.7
1952026-05-20T00:48:24.838Z Downloaded owo-colors v4.3.0
1962026-05-20T00:48:24.838Z Downloaded hyper-rustls v0.27.9
1972026-05-20T00:48:24.841Z Downloaded ordered-float v2.10.1
1982026-05-20T00:48:24.841Z Downloaded futures-core v0.3.32
1992026-05-20T00:48:24.841Z Downloaded futures-task v0.3.32
2002026-05-20T00:48:24.844Z Downloaded cargo-platform v0.3.3
2012026-05-20T00:48:24.844Z Downloaded foreign-types v0.3.2
2022026-05-20T00:48:24.847Z Downloaded derive_more v2.1.1
2032026-05-20T00:48:24.854Z Downloaded serde_urlencoded v0.7.1
2042026-05-20T00:48:24.857Z Downloaded shared_child v1.1.1
2052026-05-20T00:48:24.857Z Downloaded serde_spanned v1.1.1
2062026-05-20T00:48:24.861Z Downloaded shell-words v1.1.1
2072026-05-20T00:48:24.861Z Downloaded pathdiff v0.2.3
2082026-05-20T00:48:24.864Z Downloaded strsim v0.11.1
2092026-05-20T00:48:24.864Z Downloaded signature v2.2.0
2102026-05-20T00:48:24.867Z Downloaded openssl-probe v0.2.1
2112026-05-20T00:48:24.867Z Downloaded openssl-macros v0.1.1
2122026-05-20T00:48:24.870Z Downloaded supports-unicode v3.0.0
2132026-05-20T00:48:24.870Z Downloaded rustc_version v0.4.1
2142026-05-20T00:48:24.870Z Downloaded futures-executor v0.3.32
2152026-05-20T00:48:24.873Z Downloaded nextest-workspace-hack v0.1.0
2162026-05-20T00:48:24.873Z Downloaded nested v0.1.1
2172026-05-20T00:48:24.873Z Downloaded globset v0.4.18
2182026-05-20T00:48:24.876Z Downloaded find-msvc-tools v0.1.9
2192026-05-20T00:48:24.882Z Downloaded os_pipe v1.2.3
2202026-05-20T00:48:24.892Z Downloaded scopeguard v1.2.0
2212026-05-20T00:48:24.895Z Downloaded percent-encoding v2.3.2
2222026-05-20T00:48:24.897Z Downloaded strip-ansi-escapes v0.2.1
2232026-05-20T00:48:24.897Z Downloaded signal-hook-mio v0.2.5
2242026-05-20T00:48:24.900Z Downloaded anstream v1.0.0
2252026-05-20T00:48:24.900Z Downloaded sigchld v0.2.4
2262026-05-20T00:48:24.903Z Downloaded rustc-hash v2.1.2
2272026-05-20T00:48:24.903Z Downloaded http-body-util v0.1.3
2282026-05-20T00:48:24.903Z Downloaded pkcs8 v0.10.2
2292026-05-20T00:48:24.906Z Downloaded future-queue v0.4.0
2302026-05-20T00:48:24.909Z Downloaded newtype-uuid v1.3.2
2312026-05-20T00:48:24.909Z Downloaded jobserver v0.1.34
2322026-05-20T00:48:24.909Z Downloaded is_ci v1.2.0
2332026-05-20T00:48:24.913Z Downloaded rand_chacha v0.9.0
2342026-05-20T00:48:24.913Z Downloaded humantime v2.3.0
2352026-05-20T00:48:24.913Z Downloaded ed25519 v2.2.3
2362026-05-20T00:48:24.916Z Downloaded sync_wrapper v1.0.2
2372026-05-20T00:48:24.916Z Downloaded autocfg v1.5.0
2382026-05-20T00:48:24.916Z Downloaded swrite v0.1.0
2392026-05-20T00:48:24.916Z Downloaded supports-hyperlinks v3.2.0
2402026-05-20T00:48:24.919Z Downloaded supports-color v3.0.2
2412026-05-20T00:48:24.919Z Downloaded subtle v2.6.1
2422026-05-20T00:48:24.919Z Downloaded duct v0.13.7
2432026-05-20T00:48:24.924Z Downloaded tokio-macros v2.7.0
2442026-05-20T00:48:24.924Z Downloaded toml_datetime v0.6.11
2452026-05-20T00:48:24.928Z Downloaded terminal_size v0.4.4
2462026-05-20T00:48:24.928Z Downloaded serde_spanned v0.6.9
2472026-05-20T00:48:24.928Z Downloaded toml_write v0.1.2
2482026-05-20T00:48:24.928Z Downloaded serde-untagged v0.1.9
2492026-05-20T00:48:24.931Z Downloaded shlex v1.3.0
2502026-05-20T00:48:24.931Z Downloaded sha2 v0.10.9
2512026-05-20T00:48:24.931Z Downloaded slab v0.4.12
2522026-05-20T00:48:24.934Z Downloaded spki v0.7.3
2532026-05-20T00:48:24.934Z Downloaded smol_str v0.3.6
2542026-05-20T00:48:24.934Z Downloaded quote v1.0.45
2552026-05-20T00:48:24.936Z Downloaded ipnet v2.12.0
2562026-05-20T00:48:24.937Z Downloaded self-replace v1.5.0
2572026-05-20T00:48:24.939Z Downloaded lock_api v0.4.14
2582026-05-20T00:48:24.939Z Downloaded tinyvec_macros v0.1.1
2592026-05-20T00:48:24.939Z Downloaded signal-hook-registry v1.4.8
2602026-05-20T00:48:24.945Z Downloaded serde_path_to_error v0.1.20
2612026-05-20T00:48:24.948Z Downloaded pin-project-lite v0.2.17
2622026-05-20T00:48:24.948Z Downloaded rand_core v0.9.5
2632026-05-20T00:48:24.950Z Downloaded typeid v1.0.3
2642026-05-20T00:48:24.950Z Downloaded try-lock v0.2.5
2652026-05-20T00:48:24.950Z Downloaded nextest-metadata v0.12.2
2662026-05-20T00:48:24.950Z Downloaded ppv-lite86 v0.2.21
2672026-05-20T00:48:24.953Z Downloaded futures-channel v0.3.32
2682026-05-20T00:48:24.954Z Downloaded pin-project-internal v1.1.13
2692026-05-20T00:48:24.954Z Downloaded ahash v0.8.12
2702026-05-20T00:48:24.956Z Downloaded fastrand v2.4.1
2712026-05-20T00:48:24.956Z Downloaded miette-derive v7.6.0
2722026-05-20T00:48:24.959Z Downloaded bitflags v2.11.1
2732026-05-20T00:48:24.962Z Downloaded clap_derive v4.6.1
2742026-05-20T00:48:24.962Z Downloaded rustc-demangle v0.1.27
2752026-05-20T00:48:24.965Z Downloaded anstyle v1.0.14
2762026-05-20T00:48:24.965Z Downloaded rand_core v0.6.4
2772026-05-20T00:48:24.965Z Downloaded pkg-config v0.3.33
2782026-05-20T00:48:24.968Z Downloaded crc32fast v1.5.0
2792026-05-20T00:48:24.968Z Downloaded tower-service v0.3.3
2802026-05-20T00:48:24.968Z Downloaded fixedbitset v0.5.7
2812026-05-20T00:48:24.971Z Downloaded tower-layer v0.3.3
2822026-05-20T00:48:24.971Z Downloaded getrandom v0.2.17
2832026-05-20T00:48:24.974Z Downloaded convert_case v0.10.0
2842026-05-20T00:48:24.974Z Downloaded base64ct v1.8.3
2852026-05-20T00:48:24.976Z Downloaded parking_lot_core v0.9.12
2862026-05-20T00:48:24.977Z Downloaded litrs v1.0.0
2872026-05-20T00:48:24.979Z Downloaded erased-serde v0.4.10
2882026-05-20T00:48:24.979Z Downloaded httparse v1.10.1
2892026-05-20T00:48:24.982Z Downloaded thiserror-impl v1.0.69
2902026-05-20T00:48:24.982Z Downloaded unicode-xid v0.2.6
2912026-05-20T00:48:24.985Z Downloaded static_assertions v1.1.0
2922026-05-20T00:48:24.985Z Downloaded cfg-expr v0.20.7
2932026-05-20T00:48:24.988Z Downloaded thiserror-impl v2.0.18
2942026-05-20T00:48:24.988Z Downloaded const-oid v0.9.6
2952026-05-20T00:48:24.988Z Downloaded camino v1.2.2
2962026-05-20T00:48:24.991Z Downloaded thiserror v2.0.18
2972026-05-20T00:48:24.994Z Downloaded utf8parse v0.2.2
2982026-05-20T00:48:24.994Z Downloaded target-spec-miette v0.4.6
2992026-05-20T00:48:24.997Z Downloaded unicode-linebreak v0.1.5
3002026-05-20T00:48:24.997Z Downloaded semver v1.0.28
3012026-05-20T00:48:25.000Z Downloaded utf8_iter v1.0.4
3022026-05-20T00:48:25.000Z Downloaded urlencoding v2.1.3
3032026-05-20T00:48:25.000Z Downloaded version_check v0.9.5
3042026-05-20T00:48:25.003Z Downloaded iana-time-zone v0.1.65
3052026-05-20T00:48:25.004Z Downloaded smallvec v1.15.1
3062026-05-20T00:48:25.007Z Downloaded simd-adler32 v0.3.9
3072026-05-20T00:48:25.009Z Downloaded tokio-native-tls v0.3.1
3082026-05-20T00:48:25.009Z Downloaded thread_local v1.1.9
3092026-05-20T00:48:25.012Z Downloaded rustls-pki-types v1.14.1
3102026-05-20T00:48:25.012Z Downloaded self_update v0.42.0
3112026-05-20T00:48:25.015Z Downloaded tracing-error v0.2.1
3122026-05-20T00:48:25.015Z Downloaded toml_writer v1.1.1+spec-1.1.0
3132026-05-20T00:48:25.018Z Downloaded tracing-log v0.2.0
3142026-05-20T00:48:25.021Z Downloaded parking_lot v0.12.5
3152026-05-20T00:48:25.026Z Downloaded config v0.15.23
3162026-05-20T00:48:25.029Z Downloaded getrandom v0.3.4
3172026-05-20T00:48:25.032Z Downloaded clap v4.6.1
3182026-05-20T00:48:25.036Z Downloaded ryu v1.0.23
3192026-05-20T00:48:25.039Z Downloaded futures v0.3.32
3202026-05-20T00:48:25.042Z Downloaded want v0.3.1
3212026-05-20T00:48:25.043Z Downloaded eyre v0.6.12
3222026-05-20T00:48:25.046Z Downloaded target-spec v3.6.0
3232026-05-20T00:48:25.046Z Downloaded target-lexicon v0.13.3
3242026-05-20T00:48:25.049Z Downloaded borsh v1.6.1
3252026-05-20T00:48:25.052Z Downloaded unicase v2.9.0
3262026-05-20T00:48:25.052Z Downloaded toml_parser v1.1.2+spec-1.1.0
3272026-05-20T00:48:25.055Z Downloaded serde_core v1.0.228
3282026-05-20T00:48:25.055Z Downloaded untrusted v0.9.0
3292026-05-20T00:48:25.058Z Downloaded toml v0.8.23
3302026-05-20T00:48:25.058Z Downloaded tracing-attributes v0.1.31
3312026-05-20T00:48:25.062Z Downloaded tokio-rustls v0.26.4
3322026-05-20T00:48:25.062Z Downloaded thiserror v1.0.69
3332026-05-20T00:48:25.065Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3342026-05-20T00:48:25.065Z Downloaded tempfile v3.27.0
3352026-05-20T00:48:25.068Z Downloaded quinn-udp v0.5.14
3362026-05-20T00:48:25.068Z Downloaded der v0.7.10
3372026-05-20T00:48:25.071Z Downloaded pin-project v1.1.13
3382026-05-20T00:48:25.078Z Downloaded proc-macro2 v1.0.106
3392026-05-20T00:48:25.082Z Downloaded base64 v0.22.1
3402026-05-20T00:48:25.085Z Downloaded log v0.4.29
3412026-05-20T00:48:25.085Z Downloaded getrandom v0.4.2
3422026-05-20T00:48:25.088Z Downloaded signal-hook v0.3.18
3432026-05-20T00:48:25.090Z Downloaded sharded-slab v0.1.7
3442026-05-20T00:48:25.091Z Downloaded serde_derive v1.0.228
3452026-05-20T00:48:25.093Z Downloaded socket2 v0.6.3
3462026-05-20T00:48:25.096Z Downloaded zmij v1.0.21
3472026-05-20T00:48:25.096Z Downloaded tinyvec v1.11.0
3482026-05-20T00:48:25.099Z Downloaded zstd v0.13.3
3492026-05-20T00:48:25.104Z Downloaded xxhash-rust v0.8.15
3502026-05-20T00:48:25.104Z Downloaded tracing-core v0.1.36
3512026-05-20T00:48:25.104Z Downloaded zeroize v1.8.2
3522026-05-20T00:48:25.107Z Downloaded tokio-stream v0.1.18
3532026-05-20T00:48:25.107Z Downloaded bytes v1.11.1
3542026-05-20T00:48:25.110Z Downloaded zstd-safe v7.2.4
3552026-05-20T00:48:25.110Z Downloaded flate2 v1.1.9
3562026-05-20T00:48:25.112Z Downloaded zipsign-api v0.1.5
3572026-05-20T00:48:25.115Z Downloaded backtrace v0.3.76
3582026-05-20T00:48:25.118Z Downloaded ed25519-dalek v2.2.0
3592026-05-20T00:48:25.118Z Downloaded toml v1.1.2+spec-1.1.0
3602026-05-20T00:48:25.121Z Downloaded textwrap v0.16.2
3612026-05-20T00:48:25.124Z Downloaded xattr v1.6.1
3622026-05-20T00:48:25.124Z Downloaded openssl-sys v0.9.116
3632026-05-20T00:48:25.127Z Downloaded unicode-ident v1.0.24
3642026-05-20T00:48:25.129Z Downloaded cc v1.2.62
3652026-05-20T00:48:25.132Z Downloaded toml_edit v0.22.27
3662026-05-20T00:48:25.135Z Downloaded quick-junit v0.5.2
3672026-05-20T00:48:25.139Z Downloaded miniz_oxide v0.8.9
3682026-05-20T00:48:25.142Z Downloaded http v1.4.0
3692026-05-20T00:48:25.145Z Downloaded memchr v2.8.0
3702026-05-20T00:48:25.152Z Downloaded tar v0.4.46
3712026-05-20T00:48:25.162Z Downloaded hashbrown v0.17.1
3722026-05-20T00:48:25.165Z Downloaded derive_more-impl v2.1.1
3732026-05-20T00:48:25.168Z Downloaded quinn v0.11.9
3742026-05-20T00:48:25.171Z Downloaded url v2.5.8
3752026-05-20T00:48:25.178Z Downloaded rustls-webpki v0.103.13
3762026-05-20T00:48:25.184Z Downloaded typenum v1.20.0
3772026-05-20T00:48:25.187Z Downloaded hashbrown v0.15.5
3782026-05-20T00:48:25.190Z Downloaded vte v0.14.1
3792026-05-20T00:48:25.193Z Downloaded bstr v1.12.1
3802026-05-20T00:48:25.204Z Downloaded crossterm v0.29.0
3812026-05-20T00:48:25.207Z Downloaded indexmap v2.14.0
3822026-05-20T00:48:25.210Z Downloaded miette v7.6.0
3832026-05-20T00:48:25.213Z Downloaded guppy v0.17.25
3842026-05-20T00:48:25.223Z Downloaded serde v1.0.228
3852026-05-20T00:48:25.226Z Downloaded uuid v1.23.1
3862026-05-20T00:48:25.229Z Downloaded h2 v0.4.14
3872026-05-20T00:48:25.236Z Downloaded futures-util v0.3.32
3882026-05-20T00:48:25.243Z Downloaded tokio-util v0.7.18
3892026-05-20T00:48:25.247Z Downloaded mio v1.2.0
3902026-05-20T00:48:25.250Z Downloaded clap_builder v4.6.0
3912026-05-20T00:48:25.254Z Downloaded tower-http v0.6.11
3922026-05-20T00:48:25.259Z Downloaded aho-corasick v1.1.4
3932026-05-20T00:48:25.277Z Downloaded winnow v0.7.15
3942026-05-20T00:48:25.281Z Downloaded chrono v0.4.44
3952026-05-20T00:48:25.286Z Downloaded tower v0.5.3
3962026-05-20T00:48:25.293Z Downloaded idna v1.1.0
3972026-05-20T00:48:25.296Z Downloaded unicode-segmentation v1.13.2
3982026-05-20T00:48:25.296Z Downloaded gimli v0.32.3
3992026-05-20T00:48:25.299Z Downloaded webpki-roots v1.0.7
4002026-05-20T00:48:25.302Z Downloaded tracing-subscriber v0.3.23
4012026-05-20T00:48:25.306Z Downloaded ron v0.12.1
4022026-05-20T00:48:25.311Z Downloaded syn v2.0.117
4032026-05-20T00:48:25.317Z Downloaded unicode-width v0.2.2
4042026-05-20T00:48:25.321Z Downloaded itertools v0.14.0
4052026-05-20T00:48:25.324Z Downloaded hyper v1.9.0
4062026-05-20T00:48:25.329Z Downloaded unicode-normalization v0.1.25
4072026-05-20T00:48:25.331Z Downloaded regex v1.12.3
4082026-05-20T00:48:25.334Z Downloaded curve25519-dalek v4.1.3
4092026-05-20T00:48:25.339Z Downloaded serde_json v1.0.149
4102026-05-20T00:48:25.343Z Downloaded tracing v0.1.44
4112026-05-20T00:48:25.354Z Downloaded reqwest v0.12.28
4122026-05-20T00:48:25.360Z Downloaded color-eyre v0.6.5
4132026-05-20T00:48:25.363Z Downloaded pulldown-cmark v0.13.3
4142026-05-20T00:48:25.375Z Downloaded quick-xml v0.37.5
4152026-05-20T00:48:25.407Z Downloaded portable-atomic v1.13.1
4162026-05-20T00:48:25.423Z Downloaded quick-xml v0.38.4
4172026-05-20T00:48:25.435Z Downloaded winnow v1.0.3
4182026-05-20T00:48:25.474Z Downloaded quinn-proto v0.11.14
4192026-05-20T00:48:25.491Z Downloaded vcpkg v0.2.15
4202026-05-20T00:48:25.520Z Downloaded rustix v0.38.44
4212026-05-20T00:48:25.535Z Downloaded nextest-runner v0.80.0
4222026-05-20T00:48:25.549Z Downloaded openssl v0.10.80
4232026-05-20T00:48:25.555Z Downloaded zerocopy v0.8.48
4242026-05-20T00:48:25.566Z Downloaded unicode-width v0.1.14
4252026-05-20T00:48:25.577Z Downloaded object v0.37.3
4262026-05-20T00:48:25.590Z Downloaded rustls v0.23.40
4272026-05-20T00:48:25.596Z Downloaded regex-syntax v0.8.10
4282026-05-20T00:48:25.601Z Downloaded nix v0.30.1
4292026-05-20T00:48:25.607Z Downloaded regex-automata v0.4.14
4302026-05-20T00:48:25.615Z Downloaded rustix v1.1.4
4312026-05-20T00:48:25.654Z Downloaded petgraph v0.8.3
4322026-05-20T00:48:25.736Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4332026-05-20T00:48:25.745Z Downloaded libc v0.2.186
4342026-05-20T00:48:25.771Z Downloaded tokio v1.52.3
4352026-05-20T00:48:25.830Z Downloaded recursion v0.5.4
4362026-05-20T00:48:25.841Z Downloaded ring v0.17.14
4372026-05-20T00:48:25.901Z Compiling libc v0.2.186
4382026-05-20T00:48:25.901Z Compiling proc-macro2 v1.0.106
4392026-05-20T00:48:25.901Z Compiling unicode-ident v1.0.24
4402026-05-20T00:48:25.901Z Compiling quote v1.0.45
4412026-05-20T00:48:25.906Z Compiling serde_core v1.0.228
4422026-05-20T00:48:25.906Z Compiling cfg-if v1.0.4
4432026-05-20T00:48:25.906Z Compiling memchr v2.8.0
4442026-05-20T00:48:25.906Z Compiling once_cell v1.21.4
4452026-05-20T00:48:26.117Z Compiling log v0.4.29
4462026-05-20T00:48:26.154Z Compiling pin-project-lite v0.2.17
4472026-05-20T00:48:26.244Z Compiling itoa v1.0.18
4482026-05-20T00:48:26.370Z Compiling serde v1.0.228
4492026-05-20T00:48:26.485Z Compiling smallvec v1.15.1
4502026-05-20T00:48:26.699Z Compiling futures-core v0.3.32
4512026-05-20T00:48:26.750Z Compiling bitflags v2.11.1
4522026-05-20T00:48:26.761Z Compiling find-msvc-tools v0.1.9
4532026-05-20T00:48:26.855Z Compiling hashbrown v0.17.1
4542026-05-20T00:48:26.992Z Compiling equivalent v1.0.2
4552026-05-20T00:48:27.082Z Compiling shlex v1.3.0
4562026-05-20T00:48:27.147Z Compiling bytes v1.11.1
4572026-05-20T00:48:27.183Z Compiling errno v0.3.14
4582026-05-20T00:48:27.270Z Compiling jobserver v0.1.34
4592026-05-20T00:48:27.282Z Compiling mio v1.2.0
4602026-05-20T00:48:27.293Z Compiling rustix v1.1.4
4612026-05-20T00:48:27.348Z Compiling signal-hook-registry v1.4.8
4622026-05-20T00:48:27.576Z Compiling cc v1.2.62
4632026-05-20T00:48:27.597Z Compiling futures-sink v0.3.32
4642026-05-20T00:48:27.703Z Compiling socket2 v0.6.3
4652026-05-20T00:48:27.811Z Compiling syn v2.0.117
4662026-05-20T00:48:27.905Z Compiling slab v0.4.12
4672026-05-20T00:48:27.994Z Compiling zmij v1.0.21
4682026-05-20T00:48:28.020Z Compiling futures-channel v0.3.32
4692026-05-20T00:48:28.112Z Compiling tracing-core v0.1.36
4702026-05-20T00:48:28.273Z Compiling version_check v0.9.5
4712026-05-20T00:48:28.341Z Compiling serde_json v1.0.149
4722026-05-20T00:48:28.539Z Compiling futures-task v0.3.32
4732026-05-20T00:48:28.604Z Compiling indexmap v2.14.0
4742026-05-20T00:48:28.716Z Compiling getrandom v0.4.2
4752026-05-20T00:48:28.795Z Compiling futures-io v0.3.32
4762026-05-20T00:48:28.840Z Compiling unicode-width v0.2.2
4772026-05-20T00:48:28.992Z Compiling percent-encoding v2.3.2
4782026-05-20T00:48:29.019Z Compiling camino v1.2.2
4792026-05-20T00:48:29.199Z Compiling ring v0.17.14
4802026-05-20T00:48:29.271Z Compiling http v1.4.0
4812026-05-20T00:48:29.319Z Compiling autocfg v1.5.0
4822026-05-20T00:48:29.410Z Compiling adler2 v2.0.1
4832026-05-20T00:48:29.436Z Compiling simd-adler32 v0.3.9
4842026-05-20T00:48:29.574Z Compiling zeroize v1.8.2
4852026-05-20T00:48:29.667Z Compiling num-traits v0.2.19
4862026-05-20T00:48:29.694Z Compiling miniz_oxide v0.8.9
4872026-05-20T00:48:29.907Z Compiling zerocopy v0.8.48
4882026-05-20T00:48:30.266Z Compiling getrandom v0.3.4
4892026-05-20T00:48:30.290Z Compiling target-lexicon v0.13.3
4902026-05-20T00:48:30.333Z Compiling object v0.37.3
4912026-05-20T00:48:30.676Z Compiling http-body v1.0.1
4922026-05-20T00:48:30.815Z Compiling rustls-pki-types v1.14.1
4932026-05-20T00:48:30.837Z Compiling form_urlencoded v1.2.2
4942026-05-20T00:48:30.854Z Compiling semver v1.0.28
4952026-05-20T00:48:31.095Z Compiling getrandom v0.2.17
4962026-05-20T00:48:31.107Z Compiling gimli v0.32.3
4972026-05-20T00:48:31.161Z Compiling httparse v1.10.1
4982026-05-20T00:48:31.292Z Compiling guppy-workspace-hack v0.1.0
4992026-05-20T00:48:31.331Z Compiling serde_derive v1.0.228
5002026-05-20T00:48:31.442Z Compiling tokio-macros v2.7.0
5012026-05-20T00:48:31.521Z Compiling futures-macro v0.3.32
5022026-05-20T00:48:31.532Z Compiling tracing-attributes v0.1.31
5032026-05-20T00:48:31.544Z Compiling thiserror v2.0.18
5042026-05-20T00:48:31.695Z Compiling owo-colors v4.3.0
5052026-05-20T00:48:31.896Z Compiling signal-hook v0.3.18
5062026-05-20T00:48:32.031Z Compiling untrusted v0.9.0
5072026-05-20T00:48:32.126Z Compiling idna_adapter v1.0.0
5082026-05-20T00:48:32.162Z Compiling fnv v1.0.7
5092026-05-20T00:48:32.221Z Compiling tokio v1.52.3
5102026-05-20T00:48:32.233Z Compiling utf8_iter v1.0.4
5112026-05-20T00:48:32.339Z Compiling futures-util v0.3.32
5122026-05-20T00:48:32.391Z Compiling idna v1.1.0
5132026-05-20T00:48:32.578Z Compiling thiserror-impl v2.0.18
5142026-05-20T00:48:32.737Z Compiling tracing v0.1.44
5152026-05-20T00:48:33.083Z Compiling addr2line v0.25.1
5162026-05-20T00:48:34.368Z Compiling generic-array v0.14.7
5172026-05-20T00:48:34.478Z Compiling pkg-config v0.3.33
5182026-05-20T00:48:34.599Z Compiling fastrand v2.4.1
5192026-05-20T00:48:34.611Z Compiling thiserror v1.0.69
5202026-05-20T00:48:34.918Z Compiling typeid v1.0.3
5212026-05-20T00:48:34.930Z Compiling try-lock v0.2.5
5222026-05-20T00:48:34.930Z Compiling rustls v0.23.40
5232026-05-20T00:48:35.001Z Compiling rustc-demangle v0.1.27
5242026-05-20T00:48:35.039Z Compiling target-spec v3.6.0
5252026-05-20T00:48:35.171Z Compiling atomic-waker v1.1.2
5262026-05-20T00:48:35.208Z Compiling tower-service v0.3.3
5272026-05-20T00:48:35.315Z Compiling want v0.3.1
5282026-05-20T00:48:35.367Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5292026-05-20T00:48:35.493Z Compiling tempfile v3.27.0
5302026-05-20T00:48:35.577Z Compiling cfg-expr v0.20.7
5312026-05-20T00:48:35.908Z Compiling url v2.5.8
5322026-05-20T00:48:36.417Z Compiling tokio-util v0.7.18
5332026-05-20T00:48:37.013Z Compiling h2 v0.4.14
5342026-05-20T00:48:37.080Z Compiling backtrace v0.3.76
5352026-05-20T00:48:37.103Z Compiling thiserror-impl v1.0.69
5362026-05-20T00:48:37.446Z Compiling terminal_size v0.4.4
5372026-05-20T00:48:37.490Z Compiling aho-corasick v1.1.4
5382026-05-20T00:48:37.597Z Compiling regex-syntax v0.8.10
5392026-05-20T00:48:38.276Z Compiling subtle v2.6.1
5402026-05-20T00:48:38.358Z Compiling typenum v1.20.0
5412026-05-20T00:48:38.436Z Compiling winnow v0.7.15
5422026-05-20T00:48:39.027Z Compiling erased-serde v0.4.10
5432026-05-20T00:48:39.327Z Compiling rustls-webpki v0.103.13
5442026-05-20T00:48:41.829Z Compiling hyper v1.9.0
5452026-05-20T00:48:41.936Z Compiling regex-automata v0.4.14
5462026-05-20T00:48:43.183Z Compiling serde_spanned v0.6.9
5472026-05-20T00:48:43.349Z Compiling toml_datetime v0.6.11
5482026-05-20T00:48:43.724Z Compiling ahash v0.8.12
5492026-05-20T00:48:43.990Z Compiling sync_wrapper v1.0.2
5502026-05-20T00:48:44.106Z Compiling parking_lot_core v0.9.12
5512026-05-20T00:48:44.390Z Compiling lazy_static v1.5.0
5522026-05-20T00:48:44.500Z Compiling unicode-segmentation v1.13.2
5532026-05-20T00:48:44.756Z Compiling unicode-linebreak v0.1.5
5542026-05-20T00:48:44.909Z Compiling base64 v0.22.1
5552026-05-20T00:48:45.030Z Compiling ipnet v2.12.0
5562026-05-20T00:48:45.096Z Compiling is_ci v1.2.0
5572026-05-20T00:48:45.270Z Compiling portable-atomic v1.13.1
5582026-05-20T00:48:45.401Z Compiling tower-layer v0.3.3
5592026-05-20T00:48:45.478Z Compiling nextest-workspace-hack v0.1.0
5602026-05-20T00:48:45.607Z Compiling crc32fast v1.5.0
5612026-05-20T00:48:45.710Z Compiling foldhash v0.1.5
5622026-05-20T00:48:45.742Z Compiling toml_write v0.1.2
5632026-05-20T00:48:45.911Z Compiling either v1.15.0
5642026-05-20T00:48:45.974Z Compiling toml_edit v0.22.27
5652026-05-20T00:48:45.988Z Compiling hashbrown v0.15.5
5662026-05-20T00:48:46.204Z Compiling tower v0.5.3
5672026-05-20T00:48:46.218Z Compiling hyper-util v0.1.20
5682026-05-20T00:48:46.400Z Compiling supports-color v3.0.2
5692026-05-20T00:48:46.641Z Compiling textwrap v0.16.2
5702026-05-20T00:48:46.641Z Compiling convert_case v0.10.0
5712026-05-20T00:48:46.797Z Compiling sharded-slab v0.1.7
5722026-05-20T00:48:46.956Z Compiling tokio-rustls v0.26.4
5732026-05-20T00:48:47.393Z Compiling backtrace-ext v0.2.1
5742026-05-20T00:48:47.658Z Compiling ordered-float v2.10.1
5752026-05-20T00:48:47.822Z Compiling miette-derive v7.6.0
5762026-05-20T00:48:47.927Z Compiling webpki-roots v1.0.7
5772026-05-20T00:48:48.026Z Compiling pathdiff v0.2.3
5782026-05-20T00:48:48.050Z Compiling console v0.15.11
5792026-05-20T00:48:48.160Z Compiling cargo-platform v0.3.3
5802026-05-20T00:48:48.719Z Compiling tracing-log v0.2.0
5812026-05-20T00:48:48.869Z Compiling os_pipe v1.2.3
5822026-05-20T00:48:48.955Z Compiling thread_local v1.1.9
5832026-05-20T00:48:49.038Z Compiling utf8parse v0.2.2
5842026-05-20T00:48:49.091Z Compiling winnow v1.0.3
5852026-05-20T00:48:49.150Z Compiling ryu v1.0.23
5862026-05-20T00:48:49.312Z Compiling fixedbitset v0.5.7
5872026-05-20T00:48:49.376Z Compiling cfg_aliases v0.2.1
5882026-05-20T00:48:49.440Z Compiling supports-unicode v3.0.0
5892026-05-20T00:48:49.452Z Compiling unicode-width v0.1.14
5902026-05-20T00:48:49.609Z Compiling supports-hyperlinks v3.2.0
5912026-05-20T00:48:49.755Z Compiling scopeguard v1.2.0
5922026-05-20T00:48:49.829Z Compiling rustix v0.38.44
5932026-05-20T00:48:49.829Z Compiling debug-ignore v1.0.5
5942026-05-20T00:48:49.862Z Compiling pulldown-cmark v0.13.3
5952026-05-20T00:48:49.952Z Compiling zstd-safe v7.2.4
5962026-05-20T00:48:50.213Z Compiling toml_parser v1.1.2+spec-1.1.0
5972026-05-20T00:48:50.294Z Compiling lock_api v0.4.14
5982026-05-20T00:48:50.497Z Compiling miette v7.6.0
5992026-05-20T00:48:50.538Z Compiling petgraph v0.8.3
6002026-05-20T00:48:50.543Z Compiling nix v0.30.1
6012026-05-20T00:48:50.936Z Compiling serde_urlencoded v0.7.1
6022026-05-20T00:48:51.220Z Compiling anstyle-parse v1.0.0
6032026-05-20T00:48:51.445Z Compiling tracing-subscriber v0.3.23
6042026-05-20T00:48:51.538Z Compiling sigchld v0.2.4
6052026-05-20T00:48:51.753Z Compiling cargo_metadata v0.23.1
6062026-05-20T00:48:52.493Z Compiling hyper-rustls v0.27.9
6072026-05-20T00:48:53.052Z Compiling serde-value v0.7.0
6082026-05-20T00:48:53.166Z Compiling serde-untagged v0.1.9
6092026-05-20T00:48:53.537Z Compiling toml v0.8.23
6102026-05-20T00:48:54.474Z Compiling derive_more-impl v2.1.1
6112026-05-20T00:48:54.579Z Compiling tower-http v0.6.11
6122026-05-20T00:48:55.251Z Compiling itertools v0.14.0
6132026-05-20T00:48:55.339Z Compiling regex v1.12.3
6142026-05-20T00:48:55.538Z Compiling block-buffer v0.10.4
6152026-05-20T00:48:55.559Z Compiling crypto-common v0.1.7
6162026-05-20T00:48:55.690Z Compiling ppv-lite86 v0.2.21
6172026-05-20T00:48:55.694Z Compiling futures-executor v0.3.32
6182026-05-20T00:48:56.025Z Compiling rand_core v0.9.5
6192026-05-20T00:48:56.230Z Compiling pin-project-internal v1.1.13
6202026-05-20T00:48:56.282Z Compiling http-body-util v0.1.3
6212026-05-20T00:48:56.393Z Compiling uuid v1.23.1
6222026-05-20T00:48:56.555Z Compiling toml_datetime v1.1.1+spec-1.1.0
6232026-05-20T00:48:56.762Z Compiling serde_spanned v1.1.1
6242026-05-20T00:48:56.775Z Compiling smol_str v0.3.6
6252026-05-20T00:48:56.914Z Compiling filetime v0.2.29
6262026-05-20T00:48:56.926Z Compiling vte v0.14.1
6272026-05-20T00:48:56.941Z Compiling bstr v1.12.1
6282026-05-20T00:48:56.978Z Compiling xattr v1.6.1
6292026-05-20T00:48:57.117Z Compiling iana-time-zone v0.1.65
6302026-05-20T00:48:57.130Z Compiling self_update v0.42.0
6312026-05-20T00:48:57.147Z Compiling tinyvec_macros v0.1.1
6322026-05-20T00:48:57.165Z Compiling unicode-xid v0.2.6
6332026-05-20T00:48:57.218Z Compiling static_assertions v1.1.0
6342026-05-20T00:48:57.294Z Compiling colorchoice v1.0.5
6352026-05-20T00:48:57.305Z Compiling anstyle-query v1.1.5
6362026-05-20T00:48:57.316Z Compiling color-spantrace v0.3.0
6372026-05-20T00:48:57.378Z Compiling anstyle v1.0.14
6382026-05-20T00:48:57.408Z Compiling eyre v0.6.12
6392026-05-20T00:48:57.461Z Compiling litrs v1.0.0
6402026-05-20T00:48:57.622Z Compiling nested v0.1.1
6412026-05-20T00:48:57.634Z Compiling unicase v2.9.0
6422026-05-20T00:48:57.647Z Compiling number_prefix v0.4.0
6432026-05-20T00:48:57.769Z Compiling is_terminal_polyfill v1.70.2
6442026-05-20T00:48:57.832Z Compiling indicatif v0.17.11
6452026-05-20T00:48:57.848Z Compiling anstream v1.0.0
6462026-05-20T00:48:57.851Z Compiling guppy v0.17.25
6472026-05-20T00:48:57.945Z Compiling document-features v0.2.12
6482026-05-20T00:48:58.261Z Compiling globset v0.4.18
6492026-05-20T00:48:58.352Z Compiling pin-project v1.1.13
6502026-05-20T00:48:58.460Z Compiling chrono v0.4.44
6512026-05-20T00:48:58.517Z Compiling cargo-util-schemas v0.2.0
6522026-05-20T00:48:59.283Z Compiling tinyvec v1.11.0
6532026-05-20T00:48:59.664Z Compiling tar v0.4.46
6542026-05-20T00:48:59.716Z Compiling strip-ansi-escapes v0.2.1
6552026-05-20T00:49:00.206Z Compiling nextest-metadata v0.12.2
6562026-05-20T00:49:00.957Z Compiling toml v1.1.2+spec-1.1.0
6572026-05-20T00:49:00.957Z Compiling newtype-uuid v1.3.2
6582026-05-20T00:49:01.158Z Compiling reqwest v0.12.28
6592026-05-20T00:49:01.465Z Compiling rand_chacha v0.9.0
6602026-05-20T00:49:01.851Z Compiling futures v0.3.32
6612026-05-20T00:49:01.938Z Compiling digest v0.10.7
6622026-05-20T00:49:02.035Z Compiling flate2 v1.1.9
6632026-05-20T00:49:02.167Z Compiling derive_more v2.1.1
6642026-05-20T00:49:02.204Z Compiling parking_lot v0.12.5
6652026-05-20T00:49:02.246Z Compiling tracing-error v0.2.1
6662026-05-20T00:49:02.473Z Compiling shared_child v1.1.1
6672026-05-20T00:49:02.918Z Compiling signal-hook-mio v0.2.5
6682026-05-20T00:49:03.055Z Compiling self-replace v1.5.0
6692026-05-20T00:49:03.101Z Compiling cargo-platform v0.2.0
6702026-05-20T00:49:03.347Z Compiling quick-xml v0.38.4
6712026-05-20T00:49:03.672Z Compiling quick-xml v0.37.5
6722026-05-20T00:49:04.309Z Compiling cpufeatures v0.2.17
6732026-05-20T00:49:04.387Z Compiling clap_lex v1.1.0
6742026-05-20T00:49:04.429Z Compiling urlencoding v2.1.3
6752026-05-20T00:49:04.676Z Compiling humantime v2.3.0
6762026-05-20T00:49:04.746Z Compiling strsim v0.11.1
6772026-05-20T00:49:04.977Z Compiling shell-words v1.1.1
6782026-05-20T00:49:05.107Z Compiling indenter v0.3.4
6792026-05-20T00:49:05.189Z Compiling heck v0.5.0
6802026-05-20T00:49:05.232Z Compiling recursion v0.5.4
6812026-05-20T00:49:05.349Z Compiling nextest-filtering v0.15.0
6822026-05-20T00:49:05.366Z Compiling clap_builder v4.6.0
6832026-05-20T00:49:05.385Z Compiling clap_derive v4.6.1
6842026-05-20T00:49:05.564Z Compiling humantime-serde v1.1.1
6852026-05-20T00:49:05.743Z Compiling sha2 v0.10.9
6862026-05-20T00:49:06.971Z Compiling quick-junit v0.5.2
6872026-05-20T00:49:07.181Z Compiling atomicwrites v0.4.4
6882026-05-20T00:49:07.470Z Compiling cargo_metadata v0.20.0
6892026-05-20T00:49:09.274Z Compiling crossterm v0.29.0
6902026-05-20T00:49:10.071Z Compiling cargo-nextest v0.9.97
6912026-05-20T00:49:10.395Z Compiling duct v0.13.7
6922026-05-20T00:49:12.096Z Compiling zstd v0.13.3
6932026-05-20T00:49:12.207Z Compiling async-scoped v0.9.0
6942026-05-20T00:49:12.362Z Compiling rand v0.9.4
6952026-05-20T00:49:12.401Z Compiling config v0.15.23
6962026-05-20T00:49:12.464Z Compiling unicode-normalization v0.1.25
6972026-05-20T00:49:12.512Z Compiling target-spec-miette v0.4.6
6982026-05-20T00:49:12.571Z Compiling future-queue v0.4.0
6992026-05-20T00:49:12.633Z Compiling mukti-metadata v0.3.0
7002026-05-20T00:49:12.850Z Compiling tokio-stream v0.1.18
7012026-05-20T00:49:12.922Z Compiling camino-tempfile v1.4.1
7022026-05-20T00:49:13.053Z Compiling derive-where v1.6.1
7032026-05-20T00:49:13.111Z Compiling serde_ignored v0.1.14
7042026-05-20T00:49:13.122Z Compiling serde_path_to_error v0.1.20
7052026-05-20T00:49:13.335Z Compiling swrite v0.1.0
7062026-05-20T00:49:13.348Z Compiling home v0.5.12
7072026-05-20T00:49:13.372Z Compiling indent_write v2.2.0
7082026-05-20T00:49:13.516Z Compiling xxhash-rust v0.8.15
7092026-05-20T00:49:13.529Z Compiling hex v0.4.3
7102026-05-20T00:49:13.563Z Compiling color-eyre v0.6.5
7112026-05-20T00:49:13.598Z Compiling clap v4.6.1
7122026-05-20T00:49:13.683Z Compiling dialoguer v0.11.0
7132026-05-20T00:49:13.700Z Compiling enable-ansi-support v0.2.1
7142026-05-20T00:49:14.295Z Compiling nextest-runner v0.80.0
7152026-05-20T00:49:32.377Z Finished `release` profile [optimized] target(s) in 1m 10s
7162026-05-20T00:49:32.564Z Installing /home/build/.cargo/bin/cargo-nextest
7172026-05-20T00:49:32.568Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7182026-05-20T00:49:32.680Z+ source .github/buildomat/test-common.sh
7192026-05-20T00:49:32.684Z++ NEXTEST_VERSION=0.9.97
7202026-05-20T00:49:32.684Z++ PLATFORM=illumos
7212026-05-20T00:49:32.684Z++ banner install
7222026-05-20T00:49:32.684Z
7232026-05-20T00:49:32.684Z # # # #### ##### ## # #
7242026-05-20T00:49:32.684Z # ## # # # # # # #
7252026-05-20T00:49:32.684Z # # # # #### # # # # #
7262026-05-20T00:49:32.684Z # # # # # # ###### # #
7272026-05-20T00:49:32.684Z # # ## # # # # # # #
7282026-05-20T00:49:32.684Z # # # #### # # # ###### ######
7292026-05-20T00:49:32.684Z
7302026-05-20T00:49:32.684Z++ set +o errexit
7312026-05-20T00:49:32.691Z++ pkg info clang-15
7322026-05-20T00:49:32.691Z++ grep -qi installed
7332026-05-20T00:49:34.798Zpkg: info: no packages matching the following patterns you specified are
7342026-05-20T00:49:34.798Zinstalled on the system. Try querying remotely instead:
7352026-05-20T00:49:34.798Z
7362026-05-20T00:49:34.798Z clang-15
7372026-05-20T00:49:34.837Z++ [[ 1 != 0 ]]
7382026-05-20T00:49:34.837Z++ set -o errexit
7392026-05-20T00:49:34.840Z++ pfexec pkg install clang-15
7402026-05-20T00:49:41.478Z Startup: Refreshing catalog 'helios-dev' ... Done
7412026-05-20T00:49:49.265Z Startup: Caching catalogs ... Done
7422026-05-20T00:49:56.653ZPlanning: Solver setup ... Done
7432026-05-20T00:49:56.696ZPlanning: Running solver ... Done
7442026-05-20T00:49:56.845ZPlanning: Finding local manifests ... Done
7452026-05-20T00:49:56.857ZPlanning: Fetching manifests: 0/2 0% complete
7462026-05-20T00:49:56.938ZPlanning: Fetching manifests: 2/2 100% complete
7472026-05-20T00:49:56.967ZPlanning: Package planning ... Done
7482026-05-20T00:49:56.994ZPlanning: Merging actions ... Done
7492026-05-20T00:49:57.211ZPlanning: Checking for conflicting actions ... Done
7502026-05-20T00:49:57.218ZPlanning: Consolidating action changes ... Done
7512026-05-20T00:49:59.014ZPlanning: Evaluating mediators ... Done
7522026-05-20T00:49:59.019ZPlanning: Planning completed in 9.58 seconds
7532026-05-20T00:49:59.029Z Packages to install: 2
7542026-05-20T00:49:59.029Z Mediators to change: 2
7552026-05-20T00:49:59.029Z Services to change: 1
7562026-05-20T00:49:59.033Z Create boot environment: No
7572026-05-20T00:49:59.033ZCreate backup boot environment: No
7582026-05-20T00:49:59.092Z
7592026-05-20T00:49:59.093ZDownload: 0/3076 items 0.0/211.3MB 0% complete
7602026-05-20T00:50:04.094ZDownload: 1482/3076 items 114.9/211.3MB 54% complete (23.4M/s)
7612026-05-20T00:50:09.096ZDownload: 2682/3076 items 119.9/211.3MB 56% complete (12.1M/s)
7622026-05-20T00:50:10.988ZDownload: Completed 211.31 MB in 11.89 seconds (17.8M/s)
7632026-05-20T00:50:11.818Z Actions: 1/3418 actions (Installing new actions)
7642026-05-20T00:50:15.353Z Actions: Completed 3418 actions in 3.53 seconds.
7652026-05-20T00:50:16.020Z Done
7662026-05-20T00:50:16.020Z Done
7672026-05-20T00:50:16.754Z Done
7682026-05-20T00:50:20.804Z Done
7692026-05-20T00:50:20.888Z Done
7702026-05-20T00:50:20.891Z Done
7712026-05-20T00:50:21.043Z Done
7722026-05-20T00:50:21.748Z++ set -o errexit
7732026-05-20T00:50:21.748Z++ cargo --version
7742026-05-20T00:50:21.764Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
7752026-05-20T00:50:21.770Z++ rustc --version
7762026-05-20T00:50:21.787Zrustc 1.95.0 (59807616e 2026-04-14)
7772026-05-20T00:50:21.790Z++ cargo install cargo-nextest --version 0.9.97
7782026-05-20T00:50:21.844Z Ignored package `cargo-nextest v0.9.97` is already installed, use --force to override
7792026-05-20T00:50:21.847Z+ pushd rdb
7802026-05-20T00:50:21.847Z/work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite
7812026-05-20T00:50:21.847Z+ PROPTEST_CASES=1000000
7822026-05-20T00:50:21.847Z+ cargo nextest run --lib proptest
7832026-05-20T00:50:22.010Z Updating git repository `https://github.com/oxidecomputer/falcon`
7842026-05-20T00:50:22.596ZFrom https://github.com/oxidecomputer/falcon
7852026-05-20T00:50:22.597Z * [new ref] b2fac281ed8253a2acd8d5e289cd4d0e88b6bef6 -> refs/commit/b2fac281ed8253a2acd8d5e289cd4d0e88b6bef6
7862026-05-20T00:50:22.673Z Updating crates.io index
7872026-05-20T00:50:22.710Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7882026-05-20T00:50:23.414ZFrom https://github.com/oxidecomputer/dendrite
7892026-05-20T00:50:23.414Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7902026-05-20T00:50:23.447Z Updating git repository `https://github.com/oxidecomputer/ispf`
7912026-05-20T00:50:23.720ZFrom https://github.com/oxidecomputer/ispf
7922026-05-20T00:50:23.720Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7932026-05-20T00:50:23.775Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7942026-05-20T00:50:24.128ZFrom https://github.com/oxidecomputer/netadm-sys
7952026-05-20T00:50:24.128Z * [new ref] 180422c1e609a968c93512e0eea1e74bd16414e8 -> refs/commit/180422c1e609a968c93512e0eea1e74bd16414e8
7962026-05-20T00:50:24.136Z Updating git repository `https://github.com/oxidecomputer/omicron`
7972026-05-20T00:50:32.192ZFrom https://github.com/oxidecomputer/omicron
7982026-05-20T00:50:32.192Z * [new ref] e3edc166d225599702b8444c6bfb406bad583d4b -> refs/commit/e3edc166d225599702b8444c6bfb406bad583d4b
7992026-05-20T00:50:32.604Z Updating git repository `https://github.com/oxidecomputer/opte`
8002026-05-20T00:50:33.251ZFrom https://github.com/oxidecomputer/opte
8012026-05-20T00:50:33.251Z * [new ref] 3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8 -> refs/commit/3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8
8022026-05-20T00:50:33.283Z Updating git repository `https://github.com/illumos/smf-rs`
8032026-05-20T00:50:33.547ZFrom https://github.com/illumos/smf-rs
8042026-05-20T00:50:33.547Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8052026-05-20T00:50:33.753Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8062026-05-20T00:50:34.028ZFrom https://github.com/oxidecomputer/network-interface
8072026-05-20T00:50:34.028Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8082026-05-20T00:50:34.036Z Updating git repository `https://github.com/oxidecomputer/zone`
8092026-05-20T00:50:34.284ZFrom https://github.com/oxidecomputer/zone
8102026-05-20T00:50:34.284Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8112026-05-20T00:50:34.436Z Updating git repository `https://github.com/oxidecomputer/propolis`
8122026-05-20T00:50:35.042ZFrom https://github.com/oxidecomputer/propolis
8132026-05-20T00:50:35.042Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8142026-05-20T00:50:35.091Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8152026-05-20T00:50:35.597ZFrom https://github.com/oxidecomputer/transceiver-control
8162026-05-20T00:50:35.597Z * [new ref] 479813cf6f094d3edd9d5c6383797d51fce6d8d6 -> refs/commit/479813cf6f094d3edd9d5c6383797d51fce6d8d6
8172026-05-20T00:50:35.699Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8182026-05-20T00:50:35.973ZFrom https://github.com/oxidecomputer/dlpi-sys
8192026-05-20T00:50:35.973Z * [new ref] a611f32a2374579d25e628b395a9cb251f753388 -> refs/commit/a611f32a2374579d25e628b395a9cb251f753388
8202026-05-20T00:50:35.990Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8212026-05-20T00:50:36.266ZFrom https://github.com/jmesmon/rust-libzfs
8222026-05-20T00:50:36.266Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8232026-05-20T00:50:36.274Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8242026-05-20T00:50:36.535ZFrom https://github.com/oxidecomputer/rusty-doors
8252026-05-20T00:50:36.535Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8262026-05-20T00:50:36.542Z Updating git repository `https://github.com/oxidecomputer/lldp`
8272026-05-20T00:50:36.869ZFrom https://github.com/oxidecomputer/lldp
8282026-05-20T00:50:36.869Z * [new ref] ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d -> refs/commit/ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d
8292026-05-20T00:50:36.920Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8302026-05-20T00:50:37.185ZFrom https://github.com/oxidecomputer/slog-error-chain
8312026-05-20T00:50:37.185Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8322026-05-20T00:50:37.268Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8332026-05-20T00:50:37.572ZFrom https://github.com/oxidecomputer/tufaceous
8342026-05-20T00:50:37.572Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8352026-05-20T00:50:37.604Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8362026-05-20T00:50:38.074ZFrom https://github.com/oxidecomputer/management-gateway-service
8372026-05-20T00:50:38.074Z * [new ref] 0d7a8992f914ad6a5947409048779969bbe80e3d -> refs/commit/0d7a8992f914ad6a5947409048779969bbe80e3d
8382026-05-20T00:50:38.177Z Updating git repository `https://github.com/oxidecomputer/crucible`
8392026-05-20T00:50:38.986ZFrom https://github.com/oxidecomputer/crucible
8402026-05-20T00:50:38.986Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8412026-05-20T00:50:39.042Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8422026-05-20T00:50:39.283ZFrom https://github.com/oxidecomputer/serde_human_bytes
8432026-05-20T00:50:39.283Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8442026-05-20T00:50:39.461Z Updating git repository `https://github.com/oxidecomputer/propolis`
8452026-05-20T00:50:39.787ZFrom https://github.com/oxidecomputer/propolis
8462026-05-20T00:50:39.787Z * [new ref] bc489ddf0f38f75e0c194b86cf6f0de377f68845 -> refs/commit/bc489ddf0f38f75e0c194b86cf6f0de377f68845
8472026-05-20T00:50:40.160Z Updating git repository `https://github.com/oxidecomputer/tofino`
8482026-05-20T00:50:40.489ZFrom https://github.com/oxidecomputer/tofino
8492026-05-20T00:50:40.489Z * [new ref] e25e52991785039e967fd8fe7d86554d976e6d4b -> refs/commit/e25e52991785039e967fd8fe7d86554d976e6d4b
8502026-05-20T00:50:40.500Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8512026-05-20T00:50:41.162ZFrom https://github.com/oxidecomputer/maghemite
8522026-05-20T00:50:41.162Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8532026-05-20T00:50:41.205Z Updating git repository `https://github.com/oxidecomputer/clickward`
8542026-05-20T00:50:41.473ZFrom https://github.com/oxidecomputer/clickward
8552026-05-20T00:50:41.473Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8562026-05-20T00:50:41.503Z Updating git repository `https://github.com/oxidecomputer/crucible`
8572026-05-20T00:50:41.854ZFrom https://github.com/oxidecomputer/crucible
8582026-05-20T00:50:41.854Z * [new ref] ae1da83e66c648574827298f4bc444632bf4d047 -> refs/commit/ae1da83e66c648574827298f4bc444632bf4d047
8592026-05-20T00:50:42.053Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8602026-05-20T00:50:42.494ZFrom https://github.com/oxidecomputer/illumos-devinfo
8612026-05-20T00:50:42.494Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8622026-05-20T00:50:43.184Z Downloading crates ...
8632026-05-20T00:50:43.280Z Downloaded aead v0.5.2
8642026-05-20T00:50:43.284Z Downloaded async-stream-impl v0.3.6
8652026-05-20T00:50:43.288Z Downloaded defmt-parser v1.0.0
8662026-05-20T00:50:43.291Z Downloaded dof v0.4.0
8672026-05-20T00:50:43.294Z Downloaded backoff v0.4.0
8682026-05-20T00:50:43.300Z Downloaded bytecount v0.6.9
8692026-05-20T00:50:43.304Z Downloaded async-compression v0.4.42
8702026-05-20T00:50:43.306Z Downloaded const-random-macro v0.1.16
8712026-05-20T00:50:43.309Z Downloaded fxhash v0.2.1
8722026-05-20T00:50:43.309Z Downloaded derive_more v0.99.20
8732026-05-20T00:50:43.312Z Downloaded cookie v0.18.1
8742026-05-20T00:50:43.315Z Downloaded cargo_toml v0.22.3
8752026-05-20T00:50:43.317Z Downloaded console v0.16.3
8762026-05-20T00:50:43.318Z Downloaded bitflags v1.3.2
8772026-05-20T00:50:43.320Z Downloaded defmt-macros v1.0.1
8782026-05-20T00:50:43.323Z Downloaded crc8 v0.1.1
8792026-05-20T00:50:43.323Z Downloaded crossbeam-utils v0.8.21
8802026-05-20T00:50:43.326Z Downloaded konst_macro_rules v0.2.19
8812026-05-20T00:50:43.329Z Downloaded is-terminal v0.4.17
8822026-05-20T00:50:43.329Z Downloaded crunchy v0.2.4
8832026-05-20T00:50:43.332Z Downloaded cobs v0.3.0
8842026-05-20T00:50:43.332Z Downloaded derive-ex v0.1.8
8852026-05-20T00:50:43.335Z Downloaded ident_case v1.0.1
8862026-05-20T00:50:43.335Z Downloaded match_cfg v0.1.0
8872026-05-20T00:50:43.335Z Downloaded dropshot-api-manager-types v0.7.1
8882026-05-20T00:50:43.338Z Downloaded instant v0.1.13
8892026-05-20T00:50:43.338Z Downloaded hash32 v0.3.1
8902026-05-20T00:50:43.341Z Downloaded num_threads v0.1.7
8912026-05-20T00:50:43.341Z Downloaded glob v0.3.3
8922026-05-20T00:50:43.345Z Downloaded foldhash v0.2.0
8932026-05-20T00:50:43.345Z Downloaded ciborium-io v0.2.2
8942026-05-20T00:50:43.347Z Downloaded convert_case v0.4.0
8952026-05-20T00:50:43.347Z Downloaded dtrace-parser v0.3.0
8962026-05-20T00:50:43.352Z Downloaded num-iter v0.1.45
8972026-05-20T00:50:43.352Z Downloaded memoffset v0.9.1
8982026-05-20T00:50:43.355Z Downloaded const-random v0.1.18
8992026-05-20T00:50:43.355Z Downloaded bit-set v0.8.0
9002026-05-20T00:50:43.355Z Downloaded defmt v0.3.100
9012026-05-20T00:50:43.355Z Downloaded base16ct v1.0.0
9022026-05-20T00:50:43.358Z Downloaded linked-hash-map v0.5.6
9032026-05-20T00:50:43.358Z Downloaded idna_adapter v1.2.2
9042026-05-20T00:50:43.361Z Downloaded hostname v0.3.1
9052026-05-20T00:50:43.361Z Downloaded dtrace-parser v0.2.0
9062026-05-20T00:50:43.361Z Downloaded cpufeatures v0.3.0
9072026-05-20T00:50:43.364Z Downloaded hostname v0.4.2
9082026-05-20T00:50:43.366Z Downloaded libsw v3.5.0
9092026-05-20T00:50:43.367Z Downloaded arrayref v0.3.9
9102026-05-20T00:50:43.370Z Downloaded ingot-types v0.1.2
9112026-05-20T00:50:43.370Z Downloaded natord v1.0.9
9122026-05-20T00:50:43.370Z Downloaded compression-core v0.4.32
9132026-05-20T00:50:43.373Z Downloaded dyn-clone v1.0.20
9142026-05-20T00:50:43.373Z Downloaded darling_macro v0.23.0
9152026-05-20T00:50:43.376Z Downloaded num_enum v0.7.6
9162026-05-20T00:50:43.379Z Downloaded hmac v0.12.1
9172026-05-20T00:50:43.379Z Downloaded deranged v0.5.8
9182026-05-20T00:50:43.382Z Downloaded ciborium-ll v0.2.2
9192026-05-20T00:50:43.382Z Downloaded dunce v1.0.5
9202026-05-20T00:50:43.385Z Downloaded daft-derive v0.1.5
9212026-05-20T00:50:43.387Z Downloaded inout v0.1.4
9222026-05-20T00:50:43.390Z Downloaded foreign-types v0.5.0
9232026-05-20T00:50:43.390Z Downloaded linear-map v1.2.0
9242026-05-20T00:50:43.390Z Downloaded opaque-debug v0.3.1
9252026-05-20T00:50:43.393Z Downloaded olpc-cjson v0.1.4
9262026-05-20T00:50:43.393Z Downloaded darling_macro v0.21.3
9272026-05-20T00:50:43.396Z Downloaded const_format v0.2.36
9282026-05-20T00:50:43.399Z Downloaded no-std-compat v0.4.1
9292026-05-20T00:50:43.399Z Downloaded chacha20poly1305 v0.10.1
9302026-05-20T00:50:43.402Z Downloaded dof v0.3.0
9312026-05-20T00:50:43.402Z Downloaded async-recursion v1.1.1
9322026-05-20T00:50:43.405Z Downloaded omicron-workspace-hack v0.1.0
9332026-05-20T00:50:43.405Z Downloaded crucible-workspace-hack v0.1.0
9342026-05-20T00:50:43.405Z Downloaded async-trait v0.1.89
9352026-05-20T00:50:43.408Z Downloaded float-ord v0.3.2
9362026-05-20T00:50:43.410Z Downloaded embedded-io v0.4.0
9372026-05-20T00:50:43.410Z Downloaded fixedbitset v0.4.2
9382026-05-20T00:50:43.413Z Downloaded embedded-io v0.6.1
9392026-05-20T00:50:43.413Z Downloaded mime v0.3.17
9402026-05-20T00:50:43.416Z Downloaded enum-as-inner v0.6.1
9412026-05-20T00:50:43.416Z Downloaded macaddr v1.0.1
9422026-05-20T00:50:43.419Z Downloaded num v0.4.3
9432026-05-20T00:50:43.419Z Downloaded hubpack_derive v0.1.1
9442026-05-20T00:50:43.420Z Downloaded num-derive v0.4.2
9452026-05-20T00:50:43.422Z Downloaded argon2 v0.5.3
9462026-05-20T00:50:43.422Z Downloaded data-encoding v2.11.0
9472026-05-20T00:50:43.426Z Downloaded newtype-uuid-macros v0.1.0
9482026-05-20T00:50:43.426Z Downloaded newtype_derive v0.1.6
9492026-05-20T00:50:43.426Z Downloaded lru-cache v0.1.2
9502026-05-20T00:50:43.428Z Downloaded filetime v0.2.28
9512026-05-20T00:50:43.428Z Downloaded defmt v1.0.1
9522026-05-20T00:50:43.431Z Downloaded managed v0.8.0
9532026-05-20T00:50:43.434Z Downloaded daft v0.1.5
9542026-05-20T00:50:43.434Z Downloaded parse-display v0.10.0
9552026-05-20T00:50:43.437Z Downloaded memmap v0.7.0
9562026-05-20T00:50:43.437Z Downloaded phf_shared v0.12.1
9572026-05-20T00:50:43.437Z Downloaded httpdate v1.0.3
9582026-05-20T00:50:43.440Z Downloaded drift v0.1.4
9592026-05-20T00:50:43.443Z Downloaded num-conv v0.2.1
9602026-05-20T00:50:43.446Z Downloaded allocator-api2 v0.2.21
9612026-05-20T00:50:43.446Z Downloaded gethostname v0.5.0
9622026-05-20T00:50:43.449Z Downloaded proc-macro-error-attr v1.0.4
9632026-05-20T00:50:43.449Z Downloaded pretty-hex v0.4.2
9642026-05-20T00:50:43.452Z Downloaded libscf-sys v1.2.0
9652026-05-20T00:50:43.452Z Downloaded internet-checksum v0.2.1
9662026-05-20T00:50:43.452Z Downloaded proc-macro-error-attr2 v2.0.0
9672026-05-20T00:50:43.455Z Downloaded foreign-types-shared v0.3.1
9682026-05-20T00:50:43.455Z Downloaded crypto-bigint v0.5.5
9692026-05-20T00:50:43.461Z Downloaded num_enum_derive v0.5.11
9702026-05-20T00:50:43.464Z Downloaded keccak v0.1.6
9712026-05-20T00:50:43.464Z Downloaded const_format_proc_macros v0.2.34
9722026-05-20T00:50:43.464Z Downloaded byte-wrapper v0.1.0
9732026-05-20T00:50:43.464Z Downloaded newline-converter v0.3.0
9742026-05-20T00:50:43.467Z Downloaded hubpack v0.1.2
9752026-05-20T00:50:43.467Z Downloaded oxide-tokio-rt v0.1.5
9762026-05-20T00:50:43.467Z Downloaded bcs v0.1.6
9772026-05-20T00:50:43.470Z Downloaded num_enum v0.5.11
9782026-05-20T00:50:43.473Z Downloaded progenitor-client v0.11.2
9792026-05-20T00:50:43.473Z Downloaded plain v0.2.3
9802026-05-20T00:50:43.476Z Downloaded progenitor-macro v0.14.0
9812026-05-20T00:50:43.476Z Downloaded progenitor-macro v0.13.0
9822026-05-20T00:50:43.476Z Downloaded expectorate v1.2.0
9832026-05-20T00:50:43.479Z Downloaded powerfmt v0.2.0
9842026-05-20T00:50:43.479Z Downloaded erased-serde v0.3.31
9852026-05-20T00:50:43.482Z Downloaded num-complex v0.4.6
9862026-05-20T00:50:43.482Z Downloaded ciborium v0.2.2
9872026-05-20T00:50:43.485Z Downloaded oxnet v0.1.5
9882026-05-20T00:50:43.485Z Downloaded num-integer v0.1.46
9892026-05-20T00:50:43.487Z Downloaded proc-macro-crate v1.3.1
9902026-05-20T00:50:43.487Z Downloaded proc-macro-crate v3.5.0
9912026-05-20T00:50:43.490Z Downloaded progenitor-client v0.10.0
9922026-05-20T00:50:43.490Z Downloaded progenitor-client v0.14.0
9932026-05-20T00:50:43.490Z Downloaded constant_time_eq v0.4.2
9942026-05-20T00:50:43.493Z Downloaded chacha20 v0.10.0
9952026-05-20T00:50:43.494Z Downloaded rand_xorshift v0.4.0
9962026-05-20T00:50:43.496Z Downloaded quick-error v1.2.3
9972026-05-20T00:50:43.496Z Downloaded rand_chacha v0.3.1
9982026-05-20T00:50:43.496Z Downloaded progenitor-macro v0.11.2
9992026-05-20T00:50:43.499Z Downloaded blake2 v0.10.6
10002026-05-20T00:50:43.499Z Downloaded ref-cast-impl v1.0.25
10012026-05-20T00:50:43.499Z Downloaded heck v0.4.1
10022026-05-20T00:50:43.502Z Downloaded parse-display-derive v0.10.0
10032026-05-20T00:50:43.502Z Downloaded parking_lot_core v0.8.6
10042026-05-20T00:50:43.505Z Downloaded poly1305 v0.8.0
10052026-05-20T00:50:43.505Z Downloaded highway v1.3.0
10062026-05-20T00:50:43.509Z Downloaded csv-core v0.1.13
10072026-05-20T00:50:43.509Z Downloaded cmake v0.1.58
10082026-05-20T00:50:43.509Z Downloaded fs_extra v1.3.0
10092026-05-20T00:50:43.513Z Downloaded rustc_version v0.1.7
10102026-05-20T00:50:43.513Z Downloaded chacha20 v0.9.1
10112026-05-20T00:50:43.516Z Downloaded same-file v1.0.6
10122026-05-20T00:50:43.516Z Downloaded scroll_derive v0.13.1
10132026-05-20T00:50:43.516Z Downloaded scroll_derive v0.12.1
10142026-05-20T00:50:43.516Z Downloaded fs-err v3.3.0
10152026-05-20T00:50:43.519Z Downloaded paste v1.0.15
10162026-05-20T00:50:43.519Z Downloaded displaydoc v0.2.5
10172026-05-20T00:50:43.522Z Downloaded ingot v0.1.1
10182026-05-20T00:50:43.522Z Downloaded backon v1.6.0
10192026-05-20T00:50:43.525Z Downloaded ref-cast v1.0.25
10202026-05-20T00:50:43.529Z Downloaded ff v0.13.1
10212026-05-20T00:50:43.529Z Downloaded progenitor-client v0.13.0
10222026-05-20T00:50:43.529Z Downloaded progenitor v0.13.0
10232026-05-20T00:50:43.529Z Downloaded progenitor-macro v0.10.0
10242026-05-20T00:50:43.533Z Downloaded serde_repr v0.1.20
10252026-05-20T00:50:43.533Z Downloaded progenitor-extras v0.2.0
10262026-05-20T00:50:43.533Z Downloaded indicatif v0.18.4
10272026-05-20T00:50:43.536Z Downloaded serial_test_derive v3.4.0
10282026-05-20T00:50:43.536Z Downloaded serial_test v3.4.0
10292026-05-20T00:50:43.539Z Downloaded serde_plain v1.0.2
10302026-05-20T00:50:43.539Z Downloaded icu_normalizer v2.2.0
10312026-05-20T00:50:43.542Z Downloaded parking_lot v0.11.2
10322026-05-20T00:50:43.542Z Downloaded dropshot_endpoint v0.17.0
10332026-05-20T00:50:43.545Z Downloaded num-rational v0.4.2
10342026-05-20T00:50:43.545Z Downloaded ipnetwork v0.21.1
10352026-05-20T00:50:43.548Z Downloaded phf v0.12.1
10362026-05-20T00:50:43.548Z Downloaded pin-project-internal v1.1.12
10372026-05-20T00:50:43.551Z Downloaded serde-big-array v0.5.1
10382026-05-20T00:50:43.551Z Downloaded password-hash v0.5.0
10392026-05-20T00:50:43.551Z Downloaded crossbeam-deque v0.8.6
10402026-05-20T00:50:43.554Z Downloaded siphasher v1.0.3
10412026-05-20T00:50:43.554Z Downloaded slog-envlogger v2.2.0
10422026-05-20T00:50:43.554Z Downloaded pest_derive v2.8.6
10432026-05-20T00:50:43.557Z Downloaded sha1 v0.10.6
10442026-05-20T00:50:43.557Z Downloaded git-stub-vcs v0.1.0
10452026-05-20T00:50:43.560Z Downloaded crossbeam-epoch v0.9.18
10462026-05-20T00:50:43.560Z Downloaded dropshot-api-manager v0.7.1
10472026-05-20T00:50:43.563Z Downloaded pem v3.0.6
10482026-05-20T00:50:43.563Z Downloaded potential_utf v0.1.5
10492026-05-20T00:50:43.566Z Downloaded group v0.13.0
10502026-05-20T00:50:43.566Z Downloaded anyhow v1.0.102
10512026-05-20T00:50:43.568Z Downloaded critical-section v1.2.0
10522026-05-20T00:50:43.568Z Downloaded colored v3.1.1
10532026-05-20T00:50:43.571Z Downloaded progenitor v0.14.0
10542026-05-20T00:50:43.571Z Downloaded proc-macro-error2 v2.0.1
10552026-05-20T00:50:43.574Z Downloaded secrecy v0.10.3
10562026-05-20T00:50:43.574Z Downloaded semver v0.1.20
10572026-05-20T00:50:43.574Z Downloaded bs58 v0.5.1
10582026-05-20T00:50:43.578Z Downloaded bit-vec v0.8.0
10592026-05-20T00:50:43.579Z Downloaded git-stub v1.0.0
10602026-05-20T00:50:43.579Z Downloaded sigpipe v0.1.3
10612026-05-20T00:50:43.581Z Downloaded proc-macro-error v1.0.4
10622026-05-20T00:50:43.581Z Downloaded slog-bunyan v2.5.0
10632026-05-20T00:50:43.581Z Downloaded rusty-fork v0.3.1
10642026-05-20T00:50:43.584Z Downloaded spin v0.5.2
10652026-05-20T00:50:43.584Z Downloaded rustls-pemfile v2.2.0
10662026-05-20T00:50:43.585Z Downloaded strum v0.27.2
10672026-05-20T00:50:43.587Z Downloaded strum v0.26.3
10682026-05-20T00:50:43.587Z Downloaded diff v0.1.13
10692026-05-20T00:50:43.588Z Downloaded structmeta v0.3.0
10702026-05-20T00:50:43.590Z Downloaded smawk v0.3.2
10712026-05-20T00:50:43.590Z Downloaded resolv-conf v0.7.6
10722026-05-20T00:50:43.590Z Downloaded omicron-zone-package v0.12.2
10732026-05-20T00:50:43.593Z Downloaded darling v0.21.3
10742026-05-20T00:50:43.596Z Downloaded serde_derive_internals v0.29.1
10752026-05-20T00:50:43.596Z Downloaded litemap v0.8.2
10762026-05-20T00:50:43.599Z Downloaded ingot-macros v0.1.1
10772026-05-20T00:50:43.599Z Downloaded thread-id v4.2.2
10782026-05-20T00:50:43.602Z Downloaded termtree v0.5.1
10792026-05-20T00:50:43.602Z Downloaded take_mut v0.2.2
10802026-05-20T00:50:43.602Z Downloaded tagptr v0.2.0
10812026-05-20T00:50:43.602Z Downloaded half v2.7.1
10822026-05-20T00:50:43.605Z Downloaded thiserror-impl-no-std v2.0.2
10832026-05-20T00:50:43.605Z Downloaded num_enum_derive v0.7.6
10842026-05-20T00:50:43.608Z Downloaded sdd v3.0.10
10852026-05-20T00:50:43.608Z Downloaded stable_deref_trait v1.2.1
10862026-05-20T00:50:43.608Z Downloaded darling v0.23.0
10872026-05-20T00:50:43.611Z Downloaded structmeta-derive v0.3.0
10882026-05-20T00:50:43.611Z Downloaded multer v3.1.0
10892026-05-20T00:50:43.614Z Downloaded cancel-safe-futures v0.1.5
10902026-05-20T00:50:43.614Z Downloaded elliptic-curve v0.13.8
10912026-05-20T00:50:43.617Z Downloaded memmap2 v0.9.10
10922026-05-20T00:50:43.617Z Downloaded darling_core v0.23.0
10932026-05-20T00:50:43.622Z Downloaded progenitor v0.11.2
10942026-05-20T00:50:43.626Z Downloaded compression-codecs v0.4.38
10952026-05-20T00:50:43.626Z Downloaded icu_properties v2.2.0
10962026-05-20T00:50:43.626Z Downloaded foreign-types-macros v0.2.3
10972026-05-20T00:50:43.629Z Downloaded arrayvec v0.7.6
10982026-05-20T00:50:43.629Z Downloaded slog-term v2.9.2
10992026-05-20T00:50:43.629Z Downloaded cipher v0.4.4
11002026-05-20T00:50:43.629Z Downloaded byteorder v1.5.0
11012026-05-20T00:50:43.633Z Downloaded cstr-argument v0.1.2
11022026-05-20T00:50:43.633Z Downloaded base16ct v0.2.0
11032026-05-20T00:50:43.633Z Downloaded testing_table v0.3.0
11042026-05-20T00:50:43.633Z Downloaded tabwriter v1.4.1
11052026-05-20T00:50:43.636Z Downloaded tabled_derive v0.11.0
11062026-05-20T00:50:43.636Z Downloaded tabled_derive v0.7.0
11072026-05-20T00:50:43.636Z Downloaded async-stream v0.3.6
11082026-05-20T00:50:43.636Z Downloaded slog-stdlog v4.1.1
11092026-05-20T00:50:43.639Z Downloaded pest_generator v2.8.6
11102026-05-20T00:50:43.639Z Downloaded slog-scope v4.4.1
11112026-05-20T00:50:43.639Z Downloaded slog-json v2.6.1
11122026-05-20T00:50:43.642Z Downloaded pin-project v1.1.12
11132026-05-20T00:50:43.646Z Downloaded unarray v0.1.4
11142026-05-20T00:50:43.649Z Downloaded universal-hash v0.5.1
11152026-05-20T00:50:43.649Z Downloaded unit-prefix v0.5.2
11162026-05-20T00:50:43.649Z Downloaded thread-id v5.1.0
11172026-05-20T00:50:43.649Z Downloaded scroll v0.13.0
11182026-05-20T00:50:43.652Z Downloaded time-core v0.1.8
11192026-05-20T00:50:43.652Z Downloaded typify-macro v0.4.3
11202026-05-20T00:50:43.652Z Downloaded scroll v0.12.0
11212026-05-20T00:50:43.652Z Downloaded schemars_derive v0.8.22
11222026-05-20T00:50:43.654Z Downloaded utf-8 v0.7.6
11232026-05-20T00:50:43.655Z Downloaded usdt-macro v0.6.0
11242026-05-20T00:50:43.655Z Downloaded darling_core v0.21.3
11252026-05-20T00:50:43.657Z Downloaded arc-swap v1.9.1
11262026-05-20T00:50:43.660Z Downloaded rustversion v1.0.22
11272026-05-20T00:50:43.673Z Downloaded progenitor-impl v0.13.0
11282026-05-20T00:50:43.673Z Downloaded libsw-core v0.3.2
11292026-05-20T00:50:43.673Z Downloaded synstructure v0.13.2
11302026-05-20T00:50:43.673Z Downloaded progenitor v0.10.0
11312026-05-20T00:50:43.673Z Downloaded slog-dtrace v0.3.0
11322026-05-20T00:50:43.673Z Downloaded slog-async v2.8.0
11332026-05-20T00:50:43.673Z Downloaded wait-timeout v0.2.1
11342026-05-20T00:50:43.673Z Downloaded topological-sort v0.2.2
11352026-05-20T00:50:43.673Z Downloaded serde_tokenstream v0.2.3
11362026-05-20T00:50:43.673Z Downloaded usdt-macro v0.5.0
11372026-05-20T00:50:43.673Z Downloaded serde_with_macros v3.20.0
11382026-05-20T00:50:43.673Z Downloaded base64 v0.21.7
11392026-05-20T00:50:43.673Z Downloaded progenitor-impl v0.14.0
11402026-05-20T00:50:43.677Z Downloaded typify-macro v0.6.2
11412026-05-20T00:50:43.678Z Downloaded time-macros v0.2.27
11422026-05-20T00:50:43.678Z Downloaded jiff-static v0.2.24
11432026-05-20T00:50:43.678Z Downloaded smf v0.2.3
11442026-05-20T00:50:43.681Z Downloaded indexmap v1.9.3
11452026-05-20T00:50:43.681Z Downloaded zerofrom-derive v0.1.7
11462026-05-20T00:50:43.681Z Downloaded icu_provider v2.2.0
11472026-05-20T00:50:43.684Z Downloaded zeroize_derive v1.4.3
11482026-05-20T00:50:43.684Z Downloaded rustls-native-certs v0.8.3
11492026-05-20T00:50:43.684Z Downloaded hickory-resolver v0.25.2
11502026-05-20T00:50:43.689Z Downloaded snafu-derive v0.8.9
11512026-05-20T00:50:43.692Z Downloaded rand_core v0.10.1
11522026-05-20T00:50:43.692Z Downloaded tokio-rustls v0.25.0
11532026-05-20T00:50:43.692Z Downloaded strum_macros v0.26.4
11542026-05-20T00:50:43.695Z Downloaded usdt v0.5.0
11552026-05-20T00:50:43.695Z Downloaded usdt v0.6.0
11562026-05-20T00:50:43.695Z Downloaded tokio-dtrace v0.1.1
11572026-05-20T00:50:43.698Z Downloaded waitgroup v0.1.2
11582026-05-20T00:50:43.703Z Downloaded usdt-attr-macro v0.5.0
11592026-05-20T00:50:43.703Z Downloaded zone_cfg_derive v0.3.1
11602026-05-20T00:50:43.703Z Downloaded zerofrom v0.1.7
11612026-05-20T00:50:43.707Z Downloaded spin v0.9.8
11622026-05-20T00:50:43.707Z Downloaded prettyplease v0.2.37
11632026-05-20T00:50:43.710Z Downloaded tiny-keccak v2.0.2
11642026-05-20T00:50:43.710Z Downloaded untrusted v0.7.1
11652026-05-20T00:50:43.710Z Downloaded strum_macros v0.27.2
11662026-05-20T00:50:43.713Z Downloaded icu_collections v2.2.0
11672026-05-20T00:50:43.716Z Downloaded pretty_assertions v1.4.1
11682026-05-20T00:50:43.716Z Downloaded usdt-impl v0.5.0
11692026-05-20T00:50:43.716Z Downloaded papergrid v0.17.0
11702026-05-20T00:50:43.719Z Downloaded openssl-sys v0.9.115
11712026-05-20T00:50:43.721Z Downloaded usdt-attr-macro v0.6.0
11722026-05-20T00:50:43.722Z Downloaded thiserror-no-std v2.0.2
11732026-05-20T00:50:43.724Z Downloaded yoke-derive v0.8.2
11742026-05-20T00:50:43.724Z Downloaded vsss-rs v3.3.4
11752026-05-20T00:50:43.727Z Downloaded progenitor-impl v0.11.2
11762026-05-20T00:50:43.727Z Downloaded papergrid v0.11.0
11772026-05-20T00:50:43.730Z Downloaded crossbeam-channel v0.5.15
11782026-05-20T00:50:43.735Z Downloaded term v1.2.1
11792026-05-20T00:50:43.735Z Downloaded tinystr v0.8.3
11802026-05-20T00:50:43.738Z Downloaded pest_meta v2.8.6
11812026-05-20T00:50:43.738Z Downloaded zone v0.3.1
11822026-05-20T00:50:43.738Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11832026-05-20T00:50:43.738Z Downloaded tokio-tungstenite v0.21.0
11842026-05-20T00:50:43.741Z Downloaded postcard v1.1.3
11852026-05-20T00:50:43.741Z Downloaded icu_locale_core v2.2.0
11862026-05-20T00:50:43.743Z Downloaded progenitor-impl v0.10.0
11872026-05-20T00:50:43.752Z Downloaded icu_normalizer_data v2.2.0
11882026-05-20T00:50:43.757Z Downloaded zerovec-derive v0.11.3
11892026-05-20T00:50:43.760Z Downloaded konst v0.2.20
11902026-05-20T00:50:43.763Z Downloaded usdt-impl v0.6.0
11912026-05-20T00:50:43.768Z Downloaded xz2 v0.1.7
11922026-05-20T00:50:43.771Z Downloaded test-strategy v0.4.5
11932026-05-20T00:50:43.774Z Downloaded qorb v0.4.1
11942026-05-20T00:50:43.777Z Downloaded yoke v0.8.2
11952026-05-20T00:50:43.777Z Downloaded writeable v0.6.3
11962026-05-20T00:50:43.781Z Downloaded zerocopy-derive v0.7.35
11972026-05-20T00:50:43.781Z Downloaded serde_yaml v0.9.34+deprecated
11982026-05-20T00:50:43.784Z Downloaded rand v0.8.6
11992026-05-20T00:50:43.784Z Downloaded toml v0.7.8
12002026-05-20T00:50:43.787Z Downloaded slog v2.8.2
12012026-05-20T00:50:43.787Z Downloaded rhai_codegen v3.1.0
12022026-05-20T00:50:43.791Z Downloaded rayon-core v1.13.0
12032026-05-20T00:50:43.795Z Downloaded unsafe-libyaml v0.2.11
12042026-05-20T00:50:43.797Z Downloaded schemars v0.8.22
12052026-05-20T00:50:43.802Z Downloaded smartstring v1.0.1
12062026-05-20T00:50:43.806Z Downloaded similar v2.7.0
12072026-05-20T00:50:43.809Z Downloaded ucd-trie v0.1.7
12082026-05-20T00:50:43.809Z Downloaded minimal-lexical v0.2.1
12092026-05-20T00:50:43.812Z Downloaded snafu v0.8.9
12102026-05-20T00:50:43.815Z Downloaded heapless v0.8.0
12112026-05-20T00:50:43.818Z Downloaded typify v0.6.2
12122026-05-20T00:50:43.818Z Downloaded tungstenite v0.21.0
12132026-05-20T00:50:43.820Z Downloaded walkdir v2.5.0
12142026-05-20T00:50:43.820Z Downloaded hickory-resolver v0.24.4
12152026-05-20T00:50:43.823Z Downloaded whoami v1.6.1
12162026-05-20T00:50:43.831Z Downloaded yansi v1.0.1
12172026-05-20T00:50:43.834Z Downloaded thin-vec v0.2.18
12182026-05-20T00:50:43.837Z Downloaded toml_edit v0.19.15
12192026-05-20T00:50:43.844Z Downloaded schemars v1.2.1
12202026-05-20T00:50:43.851Z Downloaded toml v0.9.12+spec-1.1.0
12212026-05-20T00:50:43.854Z Downloaded schemars v0.9.0
12222026-05-20T00:50:43.860Z Downloaded typify v0.4.3
12232026-05-20T00:50:43.863Z Downloaded zerotrie v0.2.4
12242026-05-20T00:50:43.866Z Downloaded typed-path v0.9.3
12252026-05-20T00:50:43.879Z Downloaded tar v0.4.45
12262026-05-20T00:50:43.882Z Downloaded blake3 v1.8.5
12272026-05-20T00:50:43.885Z Downloaded rustls-platform-verifier v0.7.0
12282026-05-20T00:50:43.891Z Downloaded toml_edit v0.25.11+spec-1.1.0
12292026-05-20T00:50:43.894Z Downloaded nom v8.0.0
12302026-05-20T00:50:43.897Z Downloaded steno v0.4.1
12312026-05-20T00:50:43.900Z Downloaded scc v2.4.0
12322026-05-20T00:50:43.903Z Downloaded nom v7.1.3
12332026-05-20T00:50:43.906Z Downloaded hashbrown v0.12.3
12342026-05-20T00:50:43.909Z Downloaded reqwest v0.13.3
12352026-05-20T00:50:43.923Z Downloaded icu_properties_data v2.2.0
12362026-05-20T00:50:43.929Z Downloaded zerocopy-derive v0.8.48
12372026-05-20T00:50:43.932Z Downloaded pest v2.8.6
12382026-05-20T00:50:43.935Z Downloaded zerovec v0.11.6
12392026-05-20T00:50:43.938Z Downloaded itertools v0.12.1
12402026-05-20T00:50:43.942Z Downloaded tough v0.20.0
12412026-05-20T00:50:43.947Z Downloaded iddqd v0.3.18
12422026-05-20T00:50:43.951Z Downloaded rayon v1.12.0
12432026-05-20T00:50:43.955Z Downloaded tower-http v0.6.10
12442026-05-20T00:50:43.960Z Downloaded hashbrown v0.16.1
12452026-05-20T00:50:43.963Z Downloaded zerocopy v0.7.35
12462026-05-20T00:50:43.971Z Downloaded rand v0.10.1
12472026-05-20T00:50:43.974Z Downloaded libm v0.2.16
12482026-05-20T00:50:43.981Z Downloaded proptest v1.11.0
12492026-05-20T00:50:43.983Z Downloaded aws-lc-rs v1.16.3
12502026-05-20T00:50:43.990Z Downloaded hkdf v0.12.4
12512026-05-20T00:50:44.004Z Downloaded tabled v0.15.0
12522026-05-20T00:50:44.023Z Downloaded goblin v0.8.2
12532026-05-20T00:50:44.037Z Downloaded time v0.3.47
12542026-05-20T00:50:44.047Z Downloaded winnow v0.5.40
12552026-05-20T00:50:44.052Z Downloaded openssl v0.10.79
12562026-05-20T00:50:44.058Z Downloaded moka v0.12.15
12572026-05-20T00:50:44.068Z Downloaded rustls-webpki v0.102.8
12582026-05-20T00:50:44.078Z Downloaded smoltcp v0.11.0
12592026-05-20T00:50:44.084Z Downloaded winnow v1.0.2
12602026-05-20T00:50:44.089Z Downloaded serde_with v3.20.0
12612026-05-20T00:50:44.096Z Downloaded goblin v0.10.5
12622026-05-20T00:50:44.100Z Downloaded dropshot v0.17.0
12632026-05-20T00:50:44.111Z Downloaded regress v0.10.5
12642026-05-20T00:50:44.116Z Downloaded regress v0.11.1
12652026-05-20T00:50:44.120Z Downloaded tabled v0.20.0
12662026-05-20T00:50:44.130Z Downloaded openapiv3 v2.2.0
12672026-05-20T00:50:44.138Z Downloaded syn v1.0.109
12682026-05-20T00:50:44.146Z Downloaded nix v0.31.3
12692026-05-20T00:50:44.155Z Downloaded hickory-proto v0.24.4
12702026-05-20T00:50:44.164Z Downloaded sled v0.34.7
12712026-05-20T00:50:44.169Z Downloaded typify-impl v0.4.3
12722026-05-20T00:50:44.177Z Downloaded rustls v0.22.4
12732026-05-20T00:50:44.184Z Downloaded rhai v1.24.0
12742026-05-20T00:50:44.196Z Downloaded hickory-proto v0.25.2
12752026-05-20T00:50:44.217Z Downloaded typify-impl v0.6.2
12762026-05-20T00:50:44.233Z Downloaded chrono-tz v0.10.4
12772026-05-20T00:50:44.277Z Downloaded sha3 v0.10.9
12782026-05-20T00:50:44.280Z Downloaded petgraph v0.6.5
12792026-05-20T00:50:44.290Z Downloaded csv v1.4.0
12802026-05-20T00:50:44.300Z Downloaded lzma-sys v0.1.20
12812026-05-20T00:50:44.316Z Downloaded jiff v0.2.24
12822026-05-20T00:50:44.361Z Downloaded encoding_rs v0.8.35
12832026-05-20T00:50:44.865Z Downloaded aws-lc-sys v0.40.0
12842026-05-20T00:50:45.773Z Compiling proc-macro2 v1.0.106
12852026-05-20T00:50:45.773Z Compiling unicode-ident v1.0.24
12862026-05-20T00:50:45.773Z Compiling quote v1.0.45
12872026-05-20T00:50:45.773Z Compiling serde_core v1.0.228
12882026-05-20T00:50:45.776Z Compiling cfg-if v1.0.4
12892026-05-20T00:50:45.776Z Compiling serde v1.0.228
12902026-05-20T00:50:45.776Z Compiling libc v0.2.186
12912026-05-20T00:50:45.776Z Compiling memchr v2.8.0
12922026-05-20T00:50:46.037Z Compiling itoa v1.0.18
12932026-05-20T00:50:46.232Z Compiling smallvec v1.15.1
12942026-05-20T00:50:46.243Z Compiling zmij v1.0.21
12952026-05-20T00:50:46.304Z Compiling autocfg v1.5.0
12962026-05-20T00:50:46.442Z Compiling libm v0.2.16
12972026-05-20T00:50:46.670Z Compiling stable_deref_trait v1.2.1
12982026-05-20T00:50:46.670Z Compiling version_check v0.9.5
12992026-05-20T00:50:46.755Z Compiling writeable v0.6.3
13002026-05-20T00:50:46.784Z Compiling litemap v0.8.2
13012026-05-20T00:50:46.875Z Compiling percent-encoding v2.3.2
13022026-05-20T00:50:46.878Z Compiling icu_normalizer_data v2.2.0
13032026-05-20T00:50:46.966Z Compiling icu_properties_data v2.2.0
13042026-05-20T00:50:46.986Z Compiling utf8_iter v1.0.4
13052026-05-20T00:50:47.081Z Compiling equivalent v1.0.2
13062026-05-20T00:50:47.129Z Compiling syn v2.0.117
13072026-05-20T00:50:47.167Z Compiling iana-time-zone v0.1.65
13082026-05-20T00:50:47.238Z Compiling pin-project-lite v0.2.17
13092026-05-20T00:50:47.252Z Compiling form_urlencoded v1.2.2
13102026-05-20T00:50:47.331Z Compiling scopeguard v1.2.0
13112026-05-20T00:50:47.349Z Compiling parking_lot_core v0.9.12
13122026-05-20T00:50:47.363Z Compiling serde_json v1.0.149
13132026-05-20T00:50:47.392Z Compiling dyn-clone v1.0.20
13142026-05-20T00:50:47.433Z Compiling lock_api v0.4.14
13152026-05-20T00:50:47.444Z Compiling num-traits v0.2.19
13162026-05-20T00:50:47.533Z Compiling log v0.4.29
13172026-05-20T00:50:47.636Z Compiling hashbrown v0.17.1
13182026-05-20T00:50:47.651Z Compiling thiserror v2.0.18
13192026-05-20T00:50:47.668Z Compiling rand_core v0.10.1
13202026-05-20T00:50:47.732Z Compiling getrandom v0.4.2
13212026-05-20T00:50:47.826Z Compiling errno v0.3.14
13222026-05-20T00:50:47.985Z Compiling jobserver v0.1.34
13232026-05-20T00:50:48.036Z Compiling shlex v1.3.0
13242026-05-20T00:50:48.049Z Compiling find-msvc-tools v0.1.9
13252026-05-20T00:50:48.214Z Compiling semver v1.0.28
13262026-05-20T00:50:48.227Z Compiling indexmap v2.14.0
13272026-05-20T00:50:48.284Z Compiling cc v1.2.62
13282026-05-20T00:50:48.311Z Compiling futures-core v0.3.32
13292026-05-20T00:50:48.474Z Compiling heck v0.5.0
13302026-05-20T00:50:48.488Z Compiling zerocopy v0.8.48
13312026-05-20T00:50:48.551Z Compiling futures-sink v0.3.32
13322026-05-20T00:50:48.657Z Compiling uuid v1.23.1
13332026-05-20T00:50:48.730Z Compiling fnv v1.0.7
13342026-05-20T00:50:48.833Z Compiling slab v0.4.12
13352026-05-20T00:50:48.861Z Compiling schemars v0.8.22
13362026-05-20T00:50:48.929Z Compiling futures-channel v0.3.32
13372026-05-20T00:50:49.005Z Compiling rustversion v1.0.22
13382026-05-20T00:50:49.128Z Compiling socket2 v0.6.3
13392026-05-20T00:50:49.153Z Compiling futures-task v0.3.32
13402026-05-20T00:50:49.322Z Compiling futures-io v0.3.32
13412026-05-20T00:50:49.374Z Compiling parking_lot v0.12.5
13422026-05-20T00:50:49.400Z Compiling signal-hook-registry v1.4.8
13432026-05-20T00:50:49.479Z Compiling mio v1.2.0
13442026-05-20T00:50:49.531Z Compiling portable-atomic v1.13.1
13452026-05-20T00:50:49.566Z Compiling bitflags v2.11.1
13462026-05-20T00:50:49.642Z Compiling getrandom v0.2.17
13472026-05-20T00:50:49.702Z Compiling typenum v1.20.0
13482026-05-20T00:50:49.774Z Compiling subtle v2.6.1
13492026-05-20T00:50:49.799Z Compiling untrusted v0.9.0
13502026-05-20T00:50:49.825Z Compiling base64 v0.22.1
13512026-05-20T00:50:49.918Z Compiling synstructure v0.13.2
13522026-05-20T00:50:49.938Z Compiling serde_derive_internals v0.29.1
13532026-05-20T00:50:49.978Z Compiling critical-section v1.2.0
13542026-05-20T00:50:49.981Z Compiling byteorder v1.5.0
13552026-05-20T00:50:50.125Z Compiling rand_core v0.6.4
13562026-05-20T00:50:50.160Z Compiling regex-syntax v0.8.10
13572026-05-20T00:50:50.227Z Compiling cmake v0.1.58
13582026-05-20T00:50:50.350Z Compiling fs_extra v1.3.0
13592026-05-20T00:50:50.350Z Compiling dunce v1.0.5
13602026-05-20T00:50:50.409Z Compiling ipnet v2.12.0
13612026-05-20T00:50:50.444Z Compiling atomic-waker v1.1.2
13622026-05-20T00:50:50.567Z Compiling once_cell v1.21.4
13632026-05-20T00:50:50.571Z Compiling httparse v1.10.1
13642026-05-20T00:50:50.590Z Compiling slog v2.8.2
13652026-05-20T00:50:50.619Z Compiling aws-lc-sys v0.40.0
13662026-05-20T00:50:50.654Z Compiling tower-service v0.3.3
13672026-05-20T00:50:50.747Z Compiling rustix v1.1.4
13682026-05-20T00:50:50.783Z Compiling tower-layer v0.3.3
13692026-05-20T00:50:50.822Z Compiling strsim v0.11.1
13702026-05-20T00:50:50.962Z Compiling ryu v1.0.23
13712026-05-20T00:50:50.988Z Compiling try-lock v0.2.5
13722026-05-20T00:50:51.093Z Compiling want v0.3.1
13732026-05-20T00:50:51.165Z Compiling generic-array v0.14.7
13742026-05-20T00:50:51.201Z Compiling serde_derive v1.0.228
13752026-05-20T00:50:51.265Z Compiling zerofrom-derive v0.1.7
13762026-05-20T00:50:51.287Z Compiling yoke-derive v0.8.2
13772026-05-20T00:50:51.307Z Compiling zerovec-derive v0.11.3
13782026-05-20T00:50:51.366Z Compiling displaydoc v0.2.5
13792026-05-20T00:50:51.403Z Compiling schemars_derive v0.8.22
13802026-05-20T00:50:51.548Z Compiling tokio-macros v2.7.0
13812026-05-20T00:50:52.150Z Compiling thiserror-impl v2.0.18
13822026-05-20T00:50:52.330Z Compiling zerocopy-derive v0.8.48
13832026-05-20T00:50:52.406Z Compiling zeroize_derive v1.4.3
13842026-05-20T00:50:52.456Z Compiling futures-macro v0.3.32
13852026-05-20T00:50:52.498Z Compiling zerofrom v0.1.7
13862026-05-20T00:50:52.620Z Compiling yoke v0.8.2
13872026-05-20T00:50:52.803Z Compiling zerovec v0.11.6
13882026-05-20T00:50:52.899Z Compiling zerotrie v0.2.4
13892026-05-20T00:50:53.097Z Compiling zeroize v1.8.2
13902026-05-20T00:50:53.200Z Compiling thiserror v1.0.69
13912026-05-20T00:50:53.296Z Compiling tinystr v0.8.3
13922026-05-20T00:50:53.299Z Compiling potential_utf v0.1.5
13932026-05-20T00:50:53.321Z Compiling futures-util v0.3.32
13942026-05-20T00:50:53.410Z Compiling icu_collections v2.2.0
13952026-05-20T00:50:53.459Z Compiling icu_locale_core v2.2.0
13962026-05-20T00:50:53.515Z Compiling httpdate v1.0.3
13972026-05-20T00:50:53.601Z Compiling ucd-trie v0.1.7
13982026-05-20T00:50:53.756Z Compiling pest v2.8.6
13992026-05-20T00:50:53.975Z Compiling thiserror-impl v1.0.69
14002026-05-20T00:50:54.435Z Compiling bytes v1.11.1
14012026-05-20T00:50:54.531Z Compiling icu_provider v2.2.0
14022026-05-20T00:50:54.550Z Compiling chrono v0.4.44
14032026-05-20T00:50:54.846Z Compiling icu_normalizer v2.2.0
14042026-05-20T00:50:55.016Z Compiling icu_properties v2.2.0
14052026-05-20T00:50:55.080Z Compiling http v1.4.0
14062026-05-20T00:50:55.144Z Compiling tokio v1.52.3
14072026-05-20T00:50:55.437Z Compiling serde_tokenstream v0.2.3
14082026-05-20T00:50:55.600Z Compiling erased-serde v0.3.31
14092026-05-20T00:50:55.720Z Compiling http-body v1.0.1
14102026-05-20T00:50:55.974Z Compiling idna_adapter v1.2.2
14112026-05-20T00:50:56.104Z Compiling idna v1.1.0
14122026-05-20T00:50:56.117Z Compiling pest_meta v2.8.6
14132026-05-20T00:50:56.137Z Compiling getrandom v0.3.4
14142026-05-20T00:50:56.247Z Compiling pretty-hex v0.4.2
14152026-05-20T00:50:56.384Z Compiling url v2.5.8
14162026-05-20T00:50:56.493Z Compiling plain v0.2.3
14172026-05-20T00:50:56.538Z Compiling tracing-attributes v0.1.31
14182026-05-20T00:50:56.605Z Compiling ppv-lite86 v0.2.21
14192026-05-20T00:50:56.780Z Compiling pest_generator v2.8.6
14202026-05-20T00:50:56.928Z Compiling tracing-core v0.1.36
14212026-05-20T00:50:57.276Z Compiling foldhash v0.2.0
14222026-05-20T00:50:57.394Z Compiling allocator-api2 v0.2.21
14232026-05-20T00:50:57.406Z Compiling pest_derive v2.8.6
14242026-05-20T00:50:57.512Z Compiling paste v1.0.15
14252026-05-20T00:50:57.548Z Compiling http-body-util v0.1.3
14262026-05-20T00:50:57.708Z Compiling hashbrown v0.16.1
14272026-05-20T00:50:57.769Z Compiling tracing v0.1.44
14282026-05-20T00:50:57.781Z Compiling ipnetwork v0.21.1
14292026-05-20T00:50:57.849Z Compiling crypto-common v0.1.7
14302026-05-20T00:50:57.972Z Compiling serde_urlencoded v0.7.1
14312026-05-20T00:50:57.984Z Compiling ident_case v1.0.1
14322026-05-20T00:50:58.003Z Compiling omicron-workspace-hack v0.1.0
14332026-05-20T00:50:58.211Z Compiling sync_wrapper v1.0.2
14342026-05-20T00:50:58.222Z Compiling aho-corasick v1.1.4
14352026-05-20T00:50:58.278Z Compiling winnow v1.0.2
14362026-05-20T00:50:58.311Z Compiling rustls-pki-types v1.14.1
14372026-05-20T00:50:58.314Z Compiling daft-derive v0.1.5
14382026-05-20T00:50:58.603Z Compiling fastrand v2.4.1
14392026-05-20T00:50:58.776Z Compiling oxnet v0.1.5
14402026-05-20T00:50:58.864Z Compiling scroll_derive v0.13.1
14412026-05-20T00:50:59.062Z Compiling regex-automata v0.4.14
14422026-05-20T00:50:59.204Z Compiling tokio-util v0.7.18
14432026-05-20T00:50:59.352Z Compiling async-trait v0.1.89
14442026-05-20T00:50:59.381Z Compiling ring v0.17.14
14452026-05-20T00:50:59.714Z Compiling time-core v0.1.8
14462026-05-20T00:50:59.858Z Compiling num-conv v0.2.1
14472026-05-20T00:50:59.913Z Compiling cpufeatures v0.2.17
14482026-05-20T00:50:59.941Z Compiling powerfmt v0.2.0
14492026-05-20T00:50:59.982Z Compiling anyhow v1.0.102
14502026-05-20T00:50:59.999Z Compiling time-macros v0.2.27
14512026-05-20T00:51:00.147Z Compiling deranged v0.5.8
14522026-05-20T00:51:00.542Z Compiling scroll v0.13.0
14532026-05-20T00:51:00.813Z Compiling regex v1.12.3
14542026-05-20T00:51:00.999Z Compiling block-buffer v0.10.4
14552026-05-20T00:51:01.149Z Compiling openssl-probe v0.2.1
14562026-05-20T00:51:01.161Z Compiling hex v0.4.3
14572026-05-20T00:51:01.316Z Compiling num_threads v0.1.7
14582026-05-20T00:51:01.342Z Compiling digest v0.10.7
14592026-05-20T00:51:01.413Z Compiling goblin v0.10.5
14602026-05-20T00:51:01.627Z Compiling camino v1.2.2
14612026-05-20T00:51:01.807Z Compiling h2 v0.4.14
14622026-05-20T00:51:02.013Z Compiling crc32fast v1.5.0
14632026-05-20T00:51:02.039Z Compiling usdt-impl v0.6.0
14642026-05-20T00:51:02.467Z Compiling dtrace-parser v0.3.0
14652026-05-20T00:51:02.740Z Compiling aws-lc-rs v1.16.3
14662026-05-20T00:51:02.763Z Compiling crossbeam-utils v0.8.21
14672026-05-20T00:51:03.239Z Compiling futures-executor v0.3.32
14682026-05-20T00:51:03.266Z Compiling structmeta-derive v0.3.0
14692026-05-20T00:51:03.468Z Compiling thread-id v5.1.0
14702026-05-20T00:51:03.515Z Compiling rustls v0.22.4
14712026-05-20T00:51:03.547Z Compiling simd-adler32 v0.3.9
14722026-05-20T00:51:03.737Z Compiling adler2 v2.0.1
14732026-05-20T00:51:03.747Z Compiling futures v0.3.32
14742026-05-20T00:51:03.822Z Compiling hyper v1.9.0
14752026-05-20T00:51:03.864Z Compiling miniz_oxide v0.8.9
14762026-05-20T00:51:04.126Z Compiling dof v0.4.0
14772026-05-20T00:51:04.282Z Compiling rand_core v0.9.5
14782026-05-20T00:51:04.298Z Compiling structmeta v0.3.0
14792026-05-20T00:51:04.495Z Compiling darling_core v0.23.0
14802026-05-20T00:51:04.520Z Compiling newtype-uuid-macros v0.1.0
14812026-05-20T00:51:05.007Z Compiling hyper-util v0.1.20
14822026-05-20T00:51:05.340Z Compiling thread_local v1.1.9
14832026-05-20T00:51:05.479Z Compiling match_cfg v0.1.0
14842026-05-20T00:51:05.542Z Compiling untrusted v0.7.1
14852026-05-20T00:51:05.555Z Compiling flate2 v1.1.9
14862026-05-20T00:51:05.613Z Compiling newtype-uuid v1.3.2
14872026-05-20T00:51:05.661Z Compiling rustls v0.23.40
14882026-05-20T00:51:05.988Z Compiling compression-core v0.4.32
14892026-05-20T00:51:06.012Z Compiling quick-error v1.2.3
14902026-05-20T00:51:06.118Z Compiling ref-cast v1.0.25
14912026-05-20T00:51:06.146Z Compiling slog-async v2.8.0
14922026-05-20T00:51:06.204Z Compiling compression-codecs v0.4.38
14932026-05-20T00:51:06.265Z Compiling usdt-attr-macro v0.6.0
14942026-05-20T00:51:06.470Z Compiling usdt-macro v0.6.0
14952026-05-20T00:51:06.495Z Compiling daft v0.1.5
14962026-05-20T00:51:06.507Z Compiling rand_chacha v0.9.0
14972026-05-20T00:51:06.668Z Compiling darling_macro v0.23.0
14982026-05-20T00:51:06.759Z Compiling ref-cast-impl v1.0.25
14992026-05-20T00:51:06.946Z Compiling strum_macros v0.26.4
15002026-05-20T00:51:07.143Z Compiling serde_spanned v1.1.1
15012026-05-20T00:51:07.162Z Compiling multer v3.1.0
15022026-05-20T00:51:07.280Z Compiling darling v0.23.0
15032026-05-20T00:51:07.361Z Compiling take_mut v0.2.2
15042026-05-20T00:51:07.395Z Compiling bit-vec v0.8.0
15052026-05-20T00:51:07.405Z Compiling debug-ignore v1.0.5
15062026-05-20T00:51:07.449Z Compiling term v1.2.1
15072026-05-20T00:51:07.467Z Compiling toml_writer v1.1.1+spec-1.1.0
15082026-05-20T00:51:07.533Z Compiling serde_with_macros v3.20.0
15092026-05-20T00:51:07.591Z Compiling bit-set v0.8.0
15102026-05-20T00:51:07.623Z Compiling rand v0.9.4
15112026-05-20T00:51:07.666Z Compiling tower v0.5.3
15122026-05-20T00:51:07.747Z Compiling async-stream-impl v0.3.6
15132026-05-20T00:51:08.136Z Compiling dropshot v0.17.0
15142026-05-20T00:51:08.163Z Compiling encoding_rs v0.8.35
15152026-05-20T00:51:08.217Z Compiling unarray v0.1.4
15162026-05-20T00:51:08.324Z Compiling syn v1.0.109
15172026-05-20T00:51:08.374Z Compiling mime v0.3.17
15182026-05-20T00:51:08.396Z Compiling spin v0.9.8
15192026-05-20T00:51:08.510Z Compiling async-stream v0.3.6
15202026-05-20T00:51:08.603Z Compiling strum v0.26.3
15212026-05-20T00:51:08.672Z Compiling tower-http v0.6.10
15222026-05-20T00:51:08.685Z Compiling derive-ex v0.1.8
15232026-05-20T00:51:08.695Z Compiling dropshot_endpoint v0.17.0
15242026-05-20T00:51:08.698Z Compiling macaddr v1.0.1
15252026-05-20T00:51:08.717Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15262026-05-20T00:51:08.728Z Compiling waitgroup v0.1.2
15272026-05-20T00:51:08.859Z Compiling serde_path_to_error v0.1.20
15282026-05-20T00:51:09.214Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15292026-05-20T00:51:09.340Z Compiling tempfile v3.27.0
15302026-05-20T00:51:09.764Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15312026-05-20T00:51:09.816Z Compiling openapiv3 v2.2.0
15322026-05-20T00:51:09.940Z Compiling strum_macros v0.27.2
15332026-05-20T00:51:10.234Z Compiling test-strategy v0.4.5
15342026-05-20T00:51:10.334Z Compiling instant v0.1.13
15352026-05-20T00:51:10.439Z Compiling time v0.3.47
15362026-05-20T00:51:10.940Z Compiling rustls-native-certs v0.8.3
15372026-05-20T00:51:11.285Z Compiling rustc-hash v2.1.2
15382026-05-20T00:51:11.412Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
15392026-05-20T00:51:11.468Z Compiling crossbeam-channel v0.5.15
15402026-05-20T00:51:11.849Z Compiling strum v0.27.2
15412026-05-20T00:51:12.032Z Compiling parse-display-derive v0.10.0
15422026-05-20T00:51:12.496Z Compiling backon v1.6.0
15432026-05-20T00:51:12.641Z Compiling rand_chacha v0.3.1
15442026-05-20T00:51:13.097Z Compiling rustls-webpki v0.102.8
15452026-05-20T00:51:13.287Z Compiling rand v0.8.6
15462026-05-20T00:51:13.697Z Compiling slog-json v2.6.1
15472026-05-20T00:51:13.710Z Compiling hostname v0.3.1
15482026-05-20T00:51:13.845Z Compiling toml_parser v1.1.2+spec-1.1.0
15492026-05-20T00:51:13.900Z Compiling toml_datetime v1.1.1+spec-1.1.0
15502026-05-20T00:51:13.929Z Compiling is-terminal v0.4.17
15512026-05-20T00:51:13.963Z Compiling memmap2 v0.9.10
15522026-05-20T00:51:13.984Z Compiling wait-timeout v0.2.1
15532026-05-20T00:51:14.017Z Compiling either v1.15.0
15542026-05-20T00:51:14.176Z Compiling rusty-fork v0.3.1
15552026-05-20T00:51:14.196Z Compiling toml v1.1.2+spec-1.1.0
15562026-05-20T00:51:14.214Z Compiling usdt v0.6.0
15572026-05-20T00:51:14.279Z Compiling slog-term v2.9.2
15582026-05-20T00:51:14.489Z Compiling slog-bunyan v2.5.0
15592026-05-20T00:51:14.532Z Compiling serde_with v3.20.0
15602026-05-20T00:51:14.623Z Compiling async-compression v0.4.42
15612026-05-20T00:51:14.885Z Compiling rand_xorshift v0.4.0
15622026-05-20T00:51:14.930Z Compiling sha1 v0.10.6
15632026-05-20T00:51:15.034Z Compiling rustls-pemfile v2.2.0
15642026-05-20T00:51:15.078Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
15652026-05-20T00:51:15.158Z Compiling regress v0.10.5
15662026-05-20T00:51:15.228Z Compiling hostname v0.4.2
15672026-05-20T00:51:15.366Z Compiling proptest v1.11.0
15682026-05-20T00:51:15.567Z Compiling tokio-rustls v0.25.0
15692026-05-20T00:51:16.347Z Compiling iddqd v0.3.18
15702026-05-20T00:51:16.459Z Compiling reqwest v0.12.28
15712026-05-20T00:51:17.512Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15722026-05-20T00:51:17.969Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
15732026-05-20T00:51:18.097Z Compiling progenitor-client v0.10.0
15742026-05-20T00:51:18.226Z Compiling itertools v0.14.0
15752026-05-20T00:51:18.372Z Compiling backoff v0.4.0
15762026-05-20T00:51:18.587Z Compiling parse-display v0.10.0
15772026-05-20T00:51:18.924Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
15782026-05-20T00:51:19.913Z Compiling regress v0.11.1
15792026-05-20T00:51:20.152Z Compiling utf8parse v0.2.2
15802026-05-20T00:51:20.181Z Compiling anstyle-query v1.1.5
15812026-05-20T00:51:20.261Z Compiling anstyle-parse v1.0.0
15822026-05-20T00:51:20.298Z Compiling anstyle v1.0.14
15832026-05-20T00:51:20.523Z Compiling colorchoice v1.0.5
15842026-05-20T00:51:20.639Z Compiling is_terminal_polyfill v1.70.2
15852026-05-20T00:51:20.729Z Compiling anstream v1.0.0
15862026-05-20T00:51:21.359Z Compiling toml_datetime v0.6.11
15872026-05-20T00:51:21.558Z Compiling typify-impl v0.6.2
15882026-05-20T00:51:21.650Z Compiling zerocopy-derive v0.7.35
15892026-05-20T00:51:21.904Z Compiling clap_lex v1.1.0
15902026-05-20T00:51:21.917Z Compiling convert_case v0.4.0
15912026-05-20T00:51:22.216Z Compiling derive_more v0.99.20
15922026-05-20T00:51:22.553Z Compiling zerocopy v0.7.35
15932026-05-20T00:51:23.365Z Compiling unicode-width v0.2.2
15942026-05-20T00:51:23.967Z Compiling secrecy v0.10.3
15952026-05-20T00:51:23.983Z Compiling clap_derive v4.6.1
15962026-05-20T00:51:24.124Z Compiling crucible-workspace-hack v0.1.0
15972026-05-20T00:51:24.344Z Compiling float-ord v0.3.2
15982026-05-20T00:51:24.356Z Compiling tinyvec_macros v0.1.1
15992026-05-20T00:51:24.421Z Compiling tinyvec v1.11.0
16002026-05-20T00:51:24.890Z Compiling terminal_size v0.4.4
16012026-05-20T00:51:24.988Z Compiling dtrace-parser v0.2.0
16022026-05-20T00:51:25.031Z Compiling scroll_derive v0.12.1
16032026-05-20T00:51:25.096Z Compiling rustc_version v0.4.1
16042026-05-20T00:51:25.372Z Compiling num-integer v0.1.46
16052026-05-20T00:51:25.693Z Compiling usdt-impl v0.5.0
16062026-05-20T00:51:25.765Z Compiling scroll v0.12.0
16072026-05-20T00:51:25.859Z Compiling curve25519-dalek v4.1.3
16082026-05-20T00:51:26.320Z Compiling dof v0.3.0
16092026-05-20T00:51:26.567Z Compiling hmac v0.12.1
16102026-05-20T00:51:26.624Z Compiling darling_core v0.21.3
16112026-05-20T00:51:26.665Z Compiling inout v0.1.4
16122026-05-20T00:51:26.669Z Compiling ff v0.13.1
16132026-05-20T00:51:26.761Z Compiling thread-id v4.2.2
16142026-05-20T00:51:26.781Z Compiling group v0.13.0
16152026-05-20T00:51:26.800Z Compiling cipher v0.4.4
16162026-05-20T00:51:27.008Z Compiling hkdf v0.12.4
16172026-05-20T00:51:27.422Z Compiling goblin v0.8.2
16182026-05-20T00:51:27.500Z Compiling num-iter v0.1.45
16192026-05-20T00:51:27.618Z Compiling num-rational v0.4.2
16202026-05-20T00:51:27.634Z Compiling clap_builder v4.6.0
16212026-05-20T00:51:27.919Z Compiling toml_edit v0.25.11+spec-1.1.0
16222026-05-20T00:51:27.937Z Compiling typify-macro v0.6.2
16232026-05-20T00:51:28.236Z Compiling thiserror-impl-no-std v2.0.2
16242026-05-20T00:51:28.716Z Compiling darling_macro v0.21.3
16252026-05-20T00:51:28.801Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
16262026-05-20T00:51:29.287Z Compiling crossbeam-epoch v0.9.18
16272026-05-20T00:51:29.343Z Compiling universal-hash v0.5.1
16282026-05-20T00:51:29.474Z Compiling half v2.7.1
16292026-05-20T00:51:29.634Z Compiling crypto-bigint v0.5.5
16302026-05-20T00:51:29.651Z Compiling curve25519-dalek-derive v0.1.1
16312026-05-20T00:51:29.772Z Compiling num-complex v0.4.6
16322026-05-20T00:51:30.008Z Compiling typify v0.6.2
16332026-05-20T00:51:30.364Z Compiling base64ct v1.8.3
16342026-05-20T00:51:30.375Z Compiling base16ct v0.2.0
16352026-05-20T00:51:30.442Z Compiling opaque-debug v0.3.1
16362026-05-20T00:51:30.513Z Compiling ciborium-io v0.2.2
16372026-05-20T00:51:30.531Z Compiling elliptic-curve v0.13.8
16382026-05-20T00:51:30.607Z Compiling password-hash v0.5.0
16392026-05-20T00:51:30.663Z Compiling ciborium-ll v0.2.2
16402026-05-20T00:51:30.789Z Compiling poly1305 v0.8.0
16412026-05-20T00:51:31.198Z Compiling num v0.4.3
16422026-05-20T00:51:31.270Z Compiling thiserror-no-std v2.0.2
16432026-05-20T00:51:31.356Z Compiling darling v0.21.3
16442026-05-20T00:51:31.390Z Compiling clap v4.6.1
16452026-05-20T00:51:31.446Z Compiling proc-macro-crate v3.5.0
16462026-05-20T00:51:31.685Z Compiling chacha20 v0.9.1
16472026-05-20T00:51:31.860Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
16482026-05-20T00:51:32.045Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
16492026-05-20T00:51:32.450Z Compiling blake2 v0.10.6
16502026-05-20T00:51:32.536Z Compiling byte-wrapper v0.1.0
16512026-05-20T00:51:32.615Z Compiling aead v0.5.2
16522026-05-20T00:51:32.777Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16532026-05-20T00:51:32.894Z Compiling proc-macro-error-attr v1.0.4
16542026-05-20T00:51:33.098Z Compiling prettyplease v0.2.37
16552026-05-20T00:51:33.125Z Compiling keccak v0.1.6
16562026-05-20T00:51:33.137Z Compiling rustix v0.38.44
16572026-05-20T00:51:33.344Z Compiling unsafe-libyaml v0.2.11
16582026-05-20T00:51:33.358Z Compiling heapless v0.8.0
16592026-05-20T00:51:33.651Z Compiling sha3 v0.10.9
16602026-05-20T00:51:33.938Z Compiling serde_yaml v0.9.34+deprecated
16612026-05-20T00:51:34.004Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16622026-05-20T00:51:35.213Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
16632026-05-20T00:51:35.226Z Compiling chacha20poly1305 v0.10.1
16642026-05-20T00:51:35.270Z Compiling argon2 v0.5.3
16652026-05-20T00:51:35.635Z Compiling num_enum_derive v0.7.6
16662026-05-20T00:51:35.788Z Compiling vsss-rs v3.3.4
16672026-05-20T00:51:36.461Z Compiling rustls-webpki v0.103.13
16682026-05-20T00:51:36.721Z Compiling ingot-macros v0.1.1
16692026-05-20T00:51:36.762Z Compiling ciborium v0.2.2
16702026-05-20T00:51:37.516Z Compiling usdt-macro v0.5.0
16712026-05-20T00:51:37.640Z Compiling usdt-attr-macro v0.5.0
16722026-05-20T00:51:39.127Z Compiling serde_spanned v0.6.9
16732026-05-20T00:51:39.281Z Compiling enum-as-inner v0.6.1
16742026-05-20T00:51:39.409Z Compiling hash32 v0.3.1
16752026-05-20T00:51:39.520Z Compiling proc-macro-error v1.0.4
16762026-05-20T00:51:39.533Z Compiling memmap v0.7.0
16772026-05-20T00:51:39.564Z Compiling winnow v0.5.40
16782026-05-20T00:51:39.695Z Compiling smoltcp v0.11.0
16792026-05-20T00:51:39.720Z Compiling data-encoding v2.11.0
16802026-05-20T00:51:39.768Z Compiling indent_write v2.2.0
16812026-05-20T00:51:39.892Z Compiling toml_write v0.1.2
16822026-05-20T00:51:39.906Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16832026-05-20T00:51:40.055Z Compiling tokio-rustls v0.26.4
16842026-05-20T00:51:40.094Z Compiling rustls-platform-verifier v0.7.0
16852026-05-20T00:51:40.328Z Compiling hyper-rustls v0.27.9
16862026-05-20T00:51:40.565Z Compiling reqwest v0.13.3
16872026-05-20T00:51:40.579Z Compiling winnow v0.7.15
16882026-05-20T00:51:40.779Z Compiling usdt v0.5.0
16892026-05-20T00:51:40.861Z Compiling toml_edit v0.19.15
16902026-05-20T00:51:41.106Z Compiling ingot-types v0.1.2
16912026-05-20T00:51:41.520Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
16922026-05-20T00:51:41.522Z Compiling num_enum v0.7.6
16932026-05-20T00:51:41.652Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16942026-05-20T00:51:41.736Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
16952026-05-20T00:51:41.999Z Compiling progenitor-client v0.14.0
16962026-05-20T00:51:42.208Z Compiling toml_edit v0.22.27
16972026-05-20T00:51:42.312Z Compiling progenitor-extras v0.2.0
16982026-05-20T00:51:42.497Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
16992026-05-20T00:51:43.386Z Compiling tabwriter v1.4.1
17002026-05-20T00:51:43.786Z Compiling cobs v0.3.0
17012026-05-20T00:51:43.826Z Compiling serde_repr v0.1.20
17022026-05-20T00:51:43.988Z Compiling memoffset v0.9.1
17032026-05-20T00:51:44.246Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
17042026-05-20T00:51:44.443Z Compiling managed v0.8.0
17052026-05-20T00:51:44.488Z Compiling cfg_aliases v0.2.1
17062026-05-20T00:51:44.566Z Compiling vcpkg v0.2.15
17072026-05-20T00:51:44.667Z Compiling bitflags v1.3.2
17082026-05-20T00:51:44.748Z Compiling pkg-config v0.3.33
17092026-05-20T00:51:44.996Z Compiling nix v0.31.3
17102026-05-20T00:51:45.207Z Compiling openssl-sys v0.9.115
17112026-05-20T00:51:45.252Z Compiling postcard v1.1.3
17122026-05-20T00:51:45.514Z Compiling toml v0.8.23
17132026-05-20T00:51:45.598Z Compiling proc-macro-crate v1.3.1
17142026-05-20T00:51:45.762Z Compiling ingot v0.1.1
17152026-05-20T00:51:45.839Z Compiling hubpack_derive v0.1.1
17162026-05-20T00:51:45.943Z Compiling foreign-types-macros v0.2.3
17172026-05-20T00:51:46.249Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
17182026-05-20T00:51:46.420Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
17192026-05-20T00:51:46.553Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
17202026-05-20T00:51:46.671Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
17212026-05-20T00:51:46.683Z Compiling colored v3.1.1
17222026-05-20T00:51:47.091Z Compiling heck v0.4.1
17232026-05-20T00:51:47.300Z Compiling rayon-core v1.13.0
17242026-05-20T00:51:47.551Z Compiling semver v0.1.20
17252026-05-20T00:51:47.718Z Compiling foreign-types-shared v0.3.1
17262026-05-20T00:51:47.815Z Compiling cpufeatures v0.3.0
17272026-05-20T00:51:47.828Z Compiling unicode-segmentation v1.13.2
17282026-05-20T00:51:47.895Z Compiling swrite v0.1.0
17292026-05-20T00:51:47.985Z Compiling static_assertions v1.1.0
17302026-05-20T00:51:47.997Z Compiling linked-hash-map v0.5.6
17312026-05-20T00:51:48.063Z Compiling resolv-conf v0.7.6
17322026-05-20T00:51:48.188Z Compiling newline-converter v0.3.0
17332026-05-20T00:51:48.256Z Compiling lru-cache v0.1.2
17342026-05-20T00:51:48.309Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
17352026-05-20T00:51:48.386Z Compiling chacha20 v0.10.0
17362026-05-20T00:51:48.451Z Compiling foreign-types v0.5.0
17372026-05-20T00:51:48.513Z Compiling rustc_version v0.1.7
17382026-05-20T00:51:48.553Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
17392026-05-20T00:51:48.765Z Compiling hubpack v0.1.2
17402026-05-20T00:51:48.776Z Compiling num_enum_derive v0.5.11
17412026-05-20T00:51:49.005Z Compiling atomicwrites v0.4.4
17422026-05-20T00:51:49.110Z Compiling hickory-proto v0.24.4
17432026-05-20T00:51:49.206Z Compiling progenitor-impl v0.13.0
17442026-05-20T00:51:49.633Z Compiling crossbeam-deque v0.8.6
17452026-05-20T00:51:49.712Z Compiling console v0.15.11
17462026-05-20T00:51:49.821Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17472026-05-20T00:51:49.833Z Compiling camino-tempfile v1.4.1
17482026-05-20T00:51:49.936Z Compiling serde-big-array v0.5.1
17492026-05-20T00:51:50.075Z Compiling num-derive v0.4.2
17502026-05-20T00:51:50.087Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
17512026-05-20T00:51:50.347Z Compiling derive-where v1.6.1
17522026-05-20T00:51:50.386Z Compiling pin-project-internal v1.1.12
17532026-05-20T00:51:50.575Z Compiling cstr-argument v0.1.2
17542026-05-20T00:51:50.625Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#180422c1)
17552026-05-20T00:51:50.733Z Compiling minimal-lexical v0.2.1
17562026-05-20T00:51:50.868Z Compiling siphasher v1.0.3
17572026-05-20T00:51:51.055Z Compiling similar v2.7.0
17582026-05-20T00:51:51.067Z Compiling phf_shared v0.12.1
17592026-05-20T00:51:51.087Z Compiling nom v7.1.3
17602026-05-20T00:51:51.244Z Compiling hickory-resolver v0.24.4
17612026-05-20T00:51:51.575Z Compiling pin-project v1.1.12
17622026-05-20T00:51:51.683Z Compiling expectorate v1.2.0
17632026-05-20T00:51:51.712Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17642026-05-20T00:51:51.983Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17652026-05-20T00:51:52.033Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17662026-05-20T00:51:52.108Z Compiling num_enum v0.5.11
17672026-05-20T00:51:52.354Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
17682026-05-20T00:51:52.467Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
17692026-05-20T00:51:52.674Z Compiling newtype_derive v0.1.6
17702026-05-20T00:51:52.828Z Compiling progenitor-macro v0.13.0
17712026-05-20T00:51:52.923Z Compiling rand v0.10.1
17722026-05-20T00:51:52.997Z Compiling progenitor-client v0.13.0
17732026-05-20T00:51:53.926Z Compiling progenitor-impl v0.14.0
17742026-05-20T00:51:53.979Z Compiling unicode-normalization v0.1.25
17752026-05-20T00:51:54.049Z Compiling tokio-stream v0.1.18
17762026-05-20T00:51:54.455Z Compiling async-recursion v1.1.1
17772026-05-20T00:51:54.513Z Compiling snafu-derive v0.8.9
17782026-05-20T00:51:54.942Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
17792026-05-20T00:51:55.012Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
17802026-05-20T00:51:55.168Z Compiling slog-dtrace v0.3.0
17812026-05-20T00:51:55.325Z Compiling bstr v1.12.1
17822026-05-20T00:51:55.424Z Compiling csv-core v0.1.13
17832026-05-20T00:51:55.698Z Compiling konst_macro_rules v0.2.19
17842026-05-20T00:51:55.832Z Compiling unicode-width v0.1.14
17852026-05-20T00:51:55.885Z Compiling openssl v0.10.79
17862026-05-20T00:51:56.185Z Compiling cancel-safe-futures v0.1.5
17872026-05-20T00:51:56.243Z Compiling same-file v1.0.6
17882026-05-20T00:51:56.297Z Compiling foreign-types-shared v0.1.1
17892026-05-20T00:51:56.392Z Compiling foldhash v0.1.5
17902026-05-20T00:51:56.428Z Compiling highway v1.3.0
17912026-05-20T00:51:56.458Z Compiling chrono-tz v0.10.4
17922026-05-20T00:51:56.585Z Compiling unicode-xid v0.2.6
17932026-05-20T00:51:56.702Z Compiling owo-colors v4.3.0
17942026-05-20T00:51:56.720Z Compiling const_format_proc_macros v0.2.34
17952026-05-20T00:51:56.858Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
17962026-05-20T00:51:56.929Z Compiling hashbrown v0.15.5
17972026-05-20T00:51:57.134Z Compiling foreign-types v0.3.2
17982026-05-20T00:51:57.215Z Compiling walkdir v2.5.0
17992026-05-20T00:51:57.454Z Compiling snafu v0.8.9
18002026-05-20T00:51:57.500Z Compiling konst v0.2.20
18012026-05-20T00:51:57.569Z Compiling globset v0.4.18
18022026-05-20T00:51:57.582Z Compiling progenitor-macro v0.14.0
18032026-05-20T00:51:57.582Z Compiling csv v1.4.0
18042026-05-20T00:51:57.847Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18052026-05-20T00:51:57.859Z Compiling qorb v0.4.1
18062026-05-20T00:51:58.021Z Compiling progenitor v0.13.0
18072026-05-20T00:51:58.163Z Compiling olpc-cjson v0.1.4
18082026-05-20T00:51:58.337Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18092026-05-20T00:51:58.857Z Compiling rayon v1.12.0
18102026-05-20T00:51:59.882Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18112026-05-20T00:51:59.904Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18122026-05-20T00:51:59.981Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
18132026-05-20T00:52:00.070Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18142026-05-20T00:52:00.086Z Compiling phf v0.12.1
18152026-05-20T00:52:00.250Z Compiling zone_cfg_derive v0.3.1
18162026-05-20T00:52:00.437Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18172026-05-20T00:52:00.646Z Compiling tokio-dtrace v0.1.1
18182026-05-20T00:52:00.919Z Compiling itertools v0.12.1
18192026-05-20T00:52:00.963Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
18202026-05-20T00:52:01.234Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18212026-05-20T00:52:01.402Z Compiling libsw-core v0.3.2
18222026-05-20T00:52:01.445Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18232026-05-20T00:52:01.580Z Compiling serde_plain v1.0.2
18242026-05-20T00:52:01.621Z Compiling openssl-macros v0.1.1
18252026-05-20T00:52:01.801Z Compiling pem v3.0.6
18262026-05-20T00:52:02.074Z Compiling cookie v0.18.1
18272026-05-20T00:52:02.130Z Compiling sigpipe v0.1.3
18282026-05-20T00:52:02.197Z Compiling fixedbitset v0.4.2
18292026-05-20T00:52:02.209Z Compiling jiff v0.2.24
18302026-05-20T00:52:02.227Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18312026-05-20T00:52:02.331Z Compiling fixedbitset v0.5.7
18322026-05-20T00:52:02.380Z Compiling bytecount v0.6.9
18332026-05-20T00:52:02.440Z Compiling typed-path v0.9.3
18342026-05-20T00:52:02.470Z Compiling glob v0.3.3
18352026-05-20T00:52:02.530Z Compiling papergrid v0.11.0
18362026-05-20T00:52:02.684Z Compiling petgraph v0.8.3
18372026-05-20T00:52:02.791Z Compiling progenitor v0.14.0
18382026-05-20T00:52:02.940Z Compiling petgraph v0.6.5
18392026-05-20T00:52:03.810Z Compiling tough v0.20.0
18402026-05-20T00:52:04.330Z Compiling zone v0.3.1
18412026-05-20T00:52:04.401Z Compiling libsw v3.5.0
18422026-05-20T00:52:04.478Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18432026-05-20T00:52:04.515Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18442026-05-20T00:52:04.580Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
18452026-05-20T00:52:04.680Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
18462026-05-20T00:52:04.938Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18472026-05-20T00:52:05.150Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18482026-05-20T00:52:05.719Z Compiling oxide-tokio-rt v0.1.5
18492026-05-20T00:52:06.106Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18502026-05-20T00:52:06.269Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18512026-05-20T00:52:06.412Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18522026-05-20T00:52:06.441Z Compiling const_format v0.2.36
18532026-05-20T00:52:06.790Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
18542026-05-20T00:52:06.802Z Compiling tabled_derive v0.7.0
18552026-05-20T00:52:07.131Z Compiling gethostname v0.5.0
18562026-05-20T00:52:07.216Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18572026-05-20T00:52:07.262Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18582026-05-20T00:52:07.341Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18592026-05-20T00:52:07.344Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18602026-05-20T00:52:07.468Z Compiling bcs v0.1.6
18612026-05-20T00:52:07.504Z Compiling smf v0.2.3
18622026-05-20T00:52:07.794Z Compiling termtree v0.5.1
18632026-05-20T00:52:07.807Z Compiling linear-map v1.2.0
18642026-05-20T00:52:07.944Z Compiling smawk v0.3.2
18652026-05-20T00:52:07.956Z Compiling whoami v1.6.1
18662026-05-20T00:52:07.996Z Compiling lazy_static v1.5.0
18672026-05-20T00:52:08.089Z Compiling tagptr v0.2.0
18682026-05-20T00:52:08.106Z Compiling unicode-linebreak v0.1.5
18692026-05-20T00:52:08.121Z Compiling steno v0.4.1
18702026-05-20T00:52:08.251Z Compiling moka v0.12.15
18712026-05-20T00:52:08.369Z Compiling textwrap v0.16.2
18722026-05-20T00:52:08.675Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18732026-05-20T00:52:08.738Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18742026-05-20T00:52:08.914Z Compiling tabled v0.15.0
18752026-05-20T00:52:09.056Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18762026-05-20T00:52:10.082Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18772026-05-20T00:52:10.580Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18782026-05-20T00:52:11.422Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18792026-05-20T00:52:11.457Z Compiling hickory-proto v0.25.2
18802026-05-20T00:52:11.655Z Compiling humantime v2.3.0
18812026-05-20T00:52:11.949Z Compiling parking_lot_core v0.8.6
18822026-05-20T00:52:12.074Z Compiling libscf-sys v1.2.0
18832026-05-20T00:52:12.227Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18842026-05-20T00:52:12.270Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18852026-05-20T00:52:12.381Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18862026-05-20T00:52:12.902Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
18872026-05-20T00:52:12.971Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18882026-05-20T00:52:13.011Z Compiling nom v8.0.0
18892026-05-20T00:52:13.100Z Compiling parking_lot v0.11.2
18902026-05-20T00:52:13.217Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18912026-05-20T00:52:13.361Z Compiling hickory-resolver v0.25.2
18922026-05-20T00:52:13.455Z Compiling fxhash v0.2.1
18932026-05-20T00:52:13.517Z Compiling internet-checksum v0.2.1
18942026-05-20T00:52:13.595Z Compiling sled v0.34.7
18952026-05-20T00:52:14.287Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18962026-05-20T00:52:15.131Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
18972026-05-20T00:52:18.633Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18982026-05-20T00:52:19.413Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
18992026-05-20T00:52:26.388Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
19002026-05-20T00:52:28.016Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
19012026-05-20T00:52:29.068Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19022026-05-20T00:52:30.158Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19032026-05-20T00:52:31.184Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19042026-05-20T00:52:54.938Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 09s
19052026-05-20T00:52:55.119Z────────────
19062026-05-20T00:52:55.119Z Nextest run ID c1f75d33-e2f3-4115-8256-4769561bce9f with nextest profile: default
19072026-05-20T00:52:55.119Z Starting 15 tests across 1 binary (28 tests skipped)
19082026-05-20T00:53:11.976Z PASS [ 16.853s] rdb proptest::prop_ipv4_default_contains_all
19092026-05-20T00:53:11.986Z PASS [ 16.864s] rdb proptest::prop_ipv4_within_self
19102026-05-20T00:53:12.032Z PASS [ 16.910s] rdb proptest::prop_ipv6_host_bits_always_unset
19112026-05-20T00:53:12.061Z PASS [ 16.939s] rdb proptest::prop_ipv4_host_bits_always_unset
19122026-05-20T00:53:12.074Z PASS [ 16.952s] rdb proptest::prop_ipv4_unset_host_bits_idempotent
19132026-05-20T00:53:12.147Z PASS [ 17.024s] rdb proptest::prop_ipv6_unset_host_bits_idempotent
19142026-05-20T00:53:12.243Z PASS [ 17.119s] rdb proptest::prop_ipv6_default_contains_all
19152026-05-20T00:53:28.797Z PASS [ 16.818s] rdb proptest::prop_ipv6_within_self
19162026-05-20T00:53:37.991Z PASS [ 26.001s] rdb proptest::prop_static_route_key_deduplication
19172026-05-20T00:53:48.338Z PASS [ 36.258s] rdb proptest::prop_static_route_key_normalization_preserves_length
19182026-05-20T00:53:48.374Z PASS [ 36.335s] rdb proptest::prop_static_route_key_normalization_idempotent
19192026-05-20T00:53:48.415Z PASS [ 36.262s] rdb proptest::prop_static_route_key_normalized_has_no_host_bits
19202026-05-20T00:53:48.473Z PASS [ 36.406s] rdb proptest::prop_static_route_key_normalization_preserves_fields
19212026-05-20T00:53:55.137Z SLOW [> 60.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19222026-05-20T00:54:04.677Z PASS [ 52.426s] rdb proptest::prop_static_route_key_ord_consistency
19232026-05-20T00:54:55.239Z SLOW [>120.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19242026-05-20T00:55:55.158Z SLOW [>180.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19252026-05-20T00:56:55.169Z SLOW [>240.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19262026-05-20T00:57:12.735Z PASS [ 257.572s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19272026-05-20T00:57:12.735Z────────────
19282026-05-20T00:57:12.735Z Summary [ 257.574s] 15 tests run: 15 passed (1 slow), 28 skipped
19292026-05-20T00:57:12.750Z+ cp '*.log' /work/
19302026-05-20T00:57:12.753Z+ true
19312026-05-20T00:57:12.753Z+ '[' -d proptest-regressions ']'
19322026-05-20T00:57:12.753Z+ cp -r proptest-regressions /work/rdb-proptest-regressions
19332026-05-20T00:57:12.756Z+ popd
19342026-05-20T00:57:12.756Z+ pushd bgp
19352026-05-20T00:57:12.756Z/work/oxidecomputer/maghemite
19362026-05-20T00:57:12.756Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
19372026-05-20T00:57:12.756Z+ PROPTEST_CASES=1000000
19382026-05-20T00:57:12.756Z+ cargo nextest run --lib proptest
19392026-05-20T00:57:13.944Z Compiling smallvec v1.15.1
19402026-05-20T00:57:14.106Z Compiling crunchy v0.2.4
19412026-05-20T00:57:14.127Z Compiling tiny-keccak v2.0.2
19422026-05-20T00:57:14.138Z Compiling ahash v0.8.12
19432026-05-20T00:57:14.143Z Compiling smartstring v1.0.1
19442026-05-20T00:57:14.157Z Compiling sdd v3.0.10
19452026-05-20T00:57:14.157Z Compiling thin-vec v0.2.18
19462026-05-20T00:57:14.246Z Compiling icu_normalizer v2.2.0
19472026-05-20T00:57:14.260Z Compiling parking_lot_core v0.9.12
19482026-05-20T00:57:14.434Z Compiling parking_lot_core v0.8.6
19492026-05-20T00:57:14.482Z Compiling parking_lot v0.12.5
19502026-05-20T00:57:14.659Z Compiling idna_adapter v1.2.2
19512026-05-20T00:57:14.709Z Compiling tokio v1.52.3
19522026-05-20T00:57:14.781Z Compiling idna v1.1.0
19532026-05-20T00:57:14.890Z Compiling moka v0.12.15
19542026-05-20T00:57:14.896Z Compiling const-random-macro v0.1.16
19552026-05-20T00:57:14.990Z Compiling parking_lot v0.11.2
19562026-05-20T00:57:15.274Z Compiling url v2.5.8
19572026-05-20T00:57:15.397Z Compiling const-random v0.1.18
19582026-05-20T00:57:15.406Z Compiling sled v0.34.7
19592026-05-20T00:57:15.576Z Compiling scc v2.4.0
19602026-05-20T00:57:15.686Z Compiling rhai_codegen v3.1.0
19612026-05-20T00:57:15.714Z Compiling serial_test_derive v3.4.0
19622026-05-20T00:57:15.970Z Compiling schemars v0.8.22
19632026-05-20T00:57:16.176Z Compiling diff v0.1.13
19642026-05-20T00:57:16.471Z Compiling yansi v1.0.1
19652026-05-20T00:57:16.628Z Compiling serial_test v3.4.0
19662026-05-20T00:57:16.750Z Compiling ipnetwork v0.21.1
19672026-05-20T00:57:16.787Z Compiling newtype-uuid v1.3.2
19682026-05-20T00:57:16.915Z Compiling serde_with v3.20.0
19692026-05-20T00:57:17.125Z Compiling oxnet v0.1.5
19702026-05-20T00:57:17.152Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
19712026-05-20T00:57:17.196Z Compiling typify-impl v0.6.2
19722026-05-20T00:57:17.477Z Compiling daft v0.1.5
19732026-05-20T00:57:17.558Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
19742026-05-20T00:57:17.753Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
19752026-05-20T00:57:17.890Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
19762026-05-20T00:57:18.156Z Compiling iddqd v0.3.18
19772026-05-20T00:57:18.371Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
19782026-05-20T00:57:18.488Z Compiling tokio-util v0.7.18
19792026-05-20T00:57:18.668Z Compiling tower v0.5.3
19802026-05-20T00:57:18.735Z Compiling tokio-rustls v0.26.4
19812026-05-20T00:57:19.011Z Compiling async-compression v0.4.42
19822026-05-20T00:57:19.168Z Compiling h2 v0.4.14
19832026-05-20T00:57:19.252Z Compiling tower-http v0.6.10
19842026-05-20T00:57:19.321Z Compiling tokio-rustls v0.25.0
19852026-05-20T00:57:19.341Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
19862026-05-20T00:57:19.554Z Compiling backoff v0.4.0
19872026-05-20T00:57:20.419Z Compiling byte-wrapper v0.1.0
19882026-05-20T00:57:20.503Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
19892026-05-20T00:57:20.521Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
19902026-05-20T00:57:20.797Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
19912026-05-20T00:57:20.920Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
19922026-05-20T00:57:21.024Z Compiling typify v0.6.2
19932026-05-20T00:57:21.313Z Compiling hyper v1.9.0
19942026-05-20T00:57:21.382Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
19952026-05-20T00:57:21.634Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
19962026-05-20T00:57:21.911Z Compiling hickory-proto v0.24.4
19972026-05-20T00:57:22.099Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
19982026-05-20T00:57:23.101Z Compiling hyper-util v0.1.20
19992026-05-20T00:57:23.217Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
20002026-05-20T00:57:23.279Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
20012026-05-20T00:57:23.326Z Compiling progenitor-impl v0.13.0
20022026-05-20T00:57:23.661Z Compiling tokio-stream v0.1.18
20032026-05-20T00:57:23.794Z Compiling hickory-resolver v0.24.4
20042026-05-20T00:57:24.071Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
20052026-05-20T00:57:24.145Z Compiling progenitor-impl v0.14.0
20062026-05-20T00:57:24.831Z Compiling hyper-rustls v0.27.9
20072026-05-20T00:57:25.143Z Compiling reqwest v0.13.3
20082026-05-20T00:57:25.257Z Compiling dropshot v0.17.0
20092026-05-20T00:57:25.304Z Compiling reqwest v0.12.28
20102026-05-20T00:57:26.504Z Compiling progenitor-client v0.14.0
20112026-05-20T00:57:26.829Z Compiling progenitor-extras v0.2.0
20122026-05-20T00:57:27.023Z Compiling progenitor-client v0.10.0
20132026-05-20T00:57:27.698Z Compiling progenitor-client v0.13.0
20142026-05-20T00:57:27.806Z Compiling qorb v0.4.1
20152026-05-20T00:57:28.027Z Compiling progenitor v0.13.0
20162026-05-20T00:57:28.166Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
20172026-05-20T00:57:28.784Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
20182026-05-20T00:57:28.914Z Compiling tokio-dtrace v0.1.1
20192026-05-20T00:57:29.202Z Compiling libsw-core v0.3.2
20202026-05-20T00:57:29.383Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20212026-05-20T00:57:29.505Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#180422c1)
20222026-05-20T00:57:29.775Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20232026-05-20T00:57:30.054Z Compiling libsw v3.5.0
20242026-05-20T00:57:30.082Z Compiling oxide-tokio-rt v0.1.5
20252026-05-20T00:57:30.241Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
20262026-05-20T00:57:30.841Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
20272026-05-20T00:57:30.976Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
20282026-05-20T00:57:31.028Z Compiling progenitor v0.14.0
20292026-05-20T00:57:31.073Z Compiling tough v0.20.0
20302026-05-20T00:57:31.187Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
20312026-05-20T00:57:31.327Z Compiling zone v0.3.1
20322026-05-20T00:57:32.161Z Compiling cancel-safe-futures v0.1.5
20332026-05-20T00:57:32.186Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
20342026-05-20T00:57:32.266Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
20352026-05-20T00:57:32.473Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
20362026-05-20T00:57:33.640Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
20372026-05-20T00:57:34.368Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
20382026-05-20T00:57:34.407Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
20392026-05-20T00:57:34.613Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
20402026-05-20T00:57:35.174Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
20412026-05-20T00:57:35.316Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
20422026-05-20T00:57:35.743Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
20432026-05-20T00:57:35.964Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
20442026-05-20T00:57:36.603Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
20452026-05-20T00:57:36.620Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
20462026-05-20T00:57:36.660Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
20472026-05-20T00:57:36.804Z Compiling steno v0.4.1
20482026-05-20T00:57:36.910Z Compiling hickory-proto v0.25.2
20492026-05-20T00:57:36.923Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
20502026-05-20T00:57:37.690Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
20512026-05-20T00:57:37.801Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
20522026-05-20T00:57:38.266Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
20532026-05-20T00:57:38.325Z Compiling rhai v1.24.0
20542026-05-20T00:57:38.375Z Compiling pretty_assertions v1.4.1
20552026-05-20T00:57:38.482Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
20562026-05-20T00:57:38.791Z Compiling hickory-resolver v0.25.2
20572026-05-20T00:57:39.778Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
20582026-05-20T00:57:40.589Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
20592026-05-20T00:57:40.613Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
20602026-05-20T00:57:41.576Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
20612026-05-20T00:57:41.755Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
20622026-05-20T00:57:42.586Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
20632026-05-20T00:57:43.188Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
20642026-05-20T00:57:46.335Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
20652026-05-20T00:57:46.510Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
20662026-05-20T00:57:50.575Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
20672026-05-20T00:57:58.229Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
20682026-05-20T00:57:59.886Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
20692026-05-20T00:58:00.932Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
20702026-05-20T00:58:02.046Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
20712026-05-20T00:58:02.848Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
20722026-05-20T00:58:04.834Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
20732026-05-20T00:58:36.643Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 23s
20742026-05-20T00:58:36.820Z────────────
20752026-05-20T00:58:36.820Z Nextest run ID 7911c74d-f4b6-4d9f-9dee-539061ecbb19 with nextest profile: default
20762026-05-20T00:58:36.820Z Starting 17 tests across 1 binary (133 tests skipped)
20772026-05-20T00:58:53.903Z PASS [ 17.082s] bgp proptest::prop_ipv4_wire_format_roundtrip
20782026-05-20T00:58:57.656Z PASS [ 18.944s] bgp proptest::prop_ipv4_withdrawn_roundtrip
20792026-05-20T00:58:57.720Z PASS [ 19.116s] bgp proptest::prop_ipv4_prefixes_roundtrip
20802026-05-20T00:58:57.720Z PASS [ 20.186s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
20812026-05-20T00:58:57.721Z PASS [ 20.671s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
20822026-05-20T00:58:57.721Z PASS [ 20.832s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
20832026-05-20T00:59:05.322Z PASS [ 28.499s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
20842026-05-20T00:59:11.003Z PASS [ 17.097s] bgp proptest::prop_ipv6_wire_format_roundtrip
20852026-05-20T00:59:16.026Z PASS [ 19.016s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
20862026-05-20T00:59:16.069Z PASS [ 20.300s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
20872026-05-20T00:59:16.851Z PASS [ 19.171s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
20882026-05-20T00:59:17.216Z PASS [ 19.719s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
20892026-05-20T00:59:36.830Z SLOW [> 60.000s] bgp proptest::prop_encode_decode_semantic_equivalence
20902026-05-20T00:59:39.972Z PASS [ 28.964s] bgp proptest::prop_update_mp_unreach_roundtrip
20912026-05-20T00:59:44.396Z PASS [ 67.566s] bgp proptest::prop_encode_decode_semantic_equivalence
20922026-05-20T00:59:55.950Z SLOW [> 60.000s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20932026-05-20T01:00:05.334Z SLOW [> 60.000s] bgp proptest::prop_update_mp_reach_roundtrip
20942026-05-20T01:00:06.961Z PASS [ 71.010s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20952026-05-20T01:00:16.039Z SLOW [> 60.000s] bgp proptest::prop_update_traditional_roundtrip
20962026-05-20T01:00:18.345Z PASS [ 62.309s] bgp proptest::prop_update_traditional_roundtrip
20972026-05-20T01:00:19.526Z PASS [ 74.193s] bgp proptest::prop_update_mp_reach_roundtrip
20982026-05-20T01:00:19.529Z────────────
20992026-05-20T01:00:19.529Z Summary [ 102.692s] 17 tests run: 17 passed (4 slow), 133 skipped
21002026-05-20T01:00:19.540Z+ cp '*.log' /work/
21012026-05-20T01:00:19.543Z+ true
21022026-05-20T01:00:19.544Z+ '[' -d proptest-regressions ']'
21032026-05-20T01:00:19.544Z+ cp -r proptest-regressions /work/bgp-proptest-regressions
21042026-05-20T01:00:19.547Z+ popd
21052026-05-20T01:00:19.547Z/work/oxidecomputer/maghemite
21062026-05-20T01:00:19.547Zprocess exited: duration 732539 ms, exit code 0
 
21072026-05-20T01:00:19.554Zfound 0 output files