01KP9EN3261EXBYXV1JG754N5M: 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: 01KP9ENJBNT6Z7CGFQ1DMVBH7T

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-15T20:55:00.251Zjob assigned to worker 01KP9ERKJ8MZY1NTVTPMMZ3Z9B [factory aws, i-0a43ad0c14128d08e] (queued for 2 m 26 s)
 
22026-04-15T20:55:07.625Zstarting task 0: "setup"
32026-04-15T20:55:07.629Z++ uname -s
42026-04-15T20:55:07.633Z+ kern=SunOS
52026-04-15T20:55:07.633Z+ build_user=build
62026-04-15T20:55:07.633Z+ build_uid=12345
72026-04-15T20:55:07.633Z+ work_dir=/work
82026-04-15T20:55:07.633Z+ input_dir=/input
92026-04-15T20:55:07.633Z+ [[ 0 == 12345 ]]
102026-04-15T20:55:07.633Z+ case "$kern" in
112026-04-15T20:55:07.633Z+ groupadd -g 12345 build
122026-04-15T20:55:07.633Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-15T20:55:09.641Z+ zfs create -o mountpoint=/work rpool/work
142026-04-15T20:55:09.763Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-15T20:55:09.767Z+ home_fs=zfs
162026-04-15T20:55:09.767Z+ [[ zfs == autofs ]]
172026-04-15T20:55:09.767Z+ mkdir -p /home/build
182026-04-15T20:55:09.767Z+ chown build:build /home/build /work
192026-04-15T20:55:11.767Z+ chmod 0700 /home/build /work
202026-04-15T20:55:11.771Zprocess exited: duration 4146 ms, exit code 0
 
212026-04-15T20:55:11.779Zstarting task 1: "rust-toolchain"
222026-04-15T20:55:11.783Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-04-15T20:55:11.783Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-04-15T20:55:11.783Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-04-15T20:55:11.783Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-04-15T20:55:11.783Z * rust toolchain channel = "stable"
272026-04-15T20:55:11.783Z * rust toolchain profile = "default"
282026-04-15T20:55:11.788Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-15T20:55:11.788Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-04-15T20:55:11.908Zinfo: downloading installer
312026-04-15T20:55:13.463Zwarn: It looks like you have an existing installation of Rust at:
322026-04-15T20:55:13.463Zwarn: /opt/ooce/bin
332026-04-15T20:55:13.464Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-15T20:55:13.464Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-15T20:55:13.464Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-15T20:55:13.464Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-15T20:55:13.464Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-15T20:55:13.464Zerror: cannot install while Rust is installed
392026-04-15T20:55:13.464Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-15T20:55:13.464Zwarn: It looks like you have an existing rustup settings file at:
412026-04-15T20:55:13.464Zwarn: /home/build/.rustup/settings.toml
422026-04-15T20:55:13.464Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-15T20:55:13.464Zwarn: instead of the one inferred from the default host triple.
442026-04-15T20:55:13.477Zinfo: profile set to default
452026-04-15T20:55:13.477Zinfo: default host triple is x86_64-unknown-illumos
462026-04-15T20:55:13.481Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-04-15T20:55:13.625Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-04-15T20:55:13.630Zinfo: downloading 6 components
492026-04-15T20:55:29.306Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-04-15T20:55:29.307Z
512026-04-15T20:55:29.335Z stable-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-04-15T20:55:29.335Z
532026-04-15T20:55:29.335Z
542026-04-15T20:55:29.335ZRust is installed now. Great!
552026-04-15T20:55:29.335Z
562026-04-15T20:55:29.335ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-15T20:55:29.335Zenvironment variable. This has not been done automatically.
582026-04-15T20:55:29.335Z
592026-04-15T20:55:29.335ZTo configure your current shell, you need to source
602026-04-15T20:55:29.335Zthe corresponding env file under $HOME/.cargo.
612026-04-15T20:55:29.335Z
622026-04-15T20:55:29.340ZThis is usually done by running one of the following (note the leading DOT):
632026-04-15T20:55:29.340Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-15T20:55:29.341Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-15T20:55:29.341Zsource "~/.cargo/env.nu" # For nushell
662026-04-15T20:55:29.341Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-15T20:55:29.341Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-15T20:55:29.341Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-15T20:55:29.341Zwarn: no default linker (`cc`) was found in your PATH
702026-04-15T20:55:29.341Zwarn: many Rust crates require a system C toolchain to build
712026-04-15T20:55:29.427Z+ rustup --version
722026-04-15T20:55:29.436Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-15T20:55:29.440Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-15T20:55:29.458Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-04-15T20:55:29.462Z+ cargo --version
762026-04-15T20:55:29.474Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-04-15T20:55:29.478Z+ rustc --version
782026-04-15T20:55:29.498Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-04-15T20:55:29.501Zprocess exited: duration 17717 ms, exit code 0
 
802026-04-15T20:55:29.508Zstarting task 2: "authentication"
812026-04-15T20:55:29.524Zprocess exited: duration 16 ms, exit code 0
 
822026-04-15T20:55:29.531Zstarting task 3: "clone repository"
832026-04-15T20:55:29.535Z+ mkdir -p /work/oxidecomputer/maghemite
842026-04-15T20:55:29.539Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-04-15T20:55:29.661ZCloning into '/work/oxidecomputer/maghemite'...
862026-04-15T20:55:30.751Z+ cd /work/oxidecomputer/maghemite
872026-04-15T20:55:30.751Z+ git fetch origin 21bae487965245b0e25348bd0573fe5a3b8937ec
882026-04-15T20:55:31.029ZFrom https://github.com/oxidecomputer/maghemite
892026-04-15T20:55:31.029Z * branch 21bae487965245b0e25348bd0573fe5a3b8937ec -> FETCH_HEAD
902026-04-15T20:55:31.033Z+ [[ -n '' ]]
912026-04-15T20:55:31.033Z+ git reset --hard 21bae487965245b0e25348bd0573fe5a3b8937ec
922026-04-15T20:55:31.051ZHEAD is now at 21bae48 Bump thin-vec from 0.2.14 to 0.2.16
932026-04-15T20:55:31.054Zprocess exited: duration 1519 ms, exit code 0
 
942026-04-15T20:55:31.061Zstarting task 4: "build"
952026-04-15T20:55:31.067Z+ set -e
962026-04-15T20:55:31.067Z+ NEXTEST_VERSION=0.9.97
972026-04-15T20:55:31.067Z+ PLATFORM=illumos
982026-04-15T20:55:31.067Z+ cargo --version
992026-04-15T20:55:31.071Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
1002026-04-15T20:55:31.225Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
1012026-04-15T20:55:31.229Zinfo: downloading 6 components
1022026-04-15T20:55:46.451Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1032026-04-15T20:55:46.455Z+ rustc --version
1042026-04-15T20:55:46.481Zrustc 1.94.1 (e408947bf 2026-03-25)
1052026-04-15T20:55:46.485Z+ cargo install cargo-nextest --version 0.9.97
1062026-04-15T20:55:46.528Z Updating crates.io index
1072026-04-15T20:55:46.633Z Downloading crates ...
1082026-04-15T20:55:46.689Z Downloaded cargo-nextest v0.9.97
1092026-04-15T20:55:46.751Z Installing cargo-nextest v0.9.97
1102026-04-15T20:55:46.793Z Updating crates.io index
1112026-04-15T20:55:49.516Z Locking 407 packages to latest compatible versions
1122026-04-15T20:55:49.521Z Adding dialoguer v0.11.0 (available: v0.12.0)
1132026-04-15T20:55:49.524Z Adding duct v0.13.7 (available: v1.1.1)
1142026-04-15T20:55:49.524Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1152026-04-15T20:55:49.524Z Adding generic-array v0.14.7 (available: v0.14.9)
1162026-04-15T20:55:49.527Z Adding idna_adapter v1.0.0 (available: v1.2.1)
1172026-04-15T20:55:49.527Z Adding nextest-filtering v0.15.0 (available: v0.21.0)
1182026-04-15T20:55:49.527Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1192026-04-15T20:55:49.531Z Adding nextest-runner v0.80.0 (available: v0.114.0)
1202026-04-15T20:55:49.535Z Adding quick-junit v0.5.2 (available: v0.6.0)
1212026-04-15T20:55:49.552Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1222026-04-15T20:55:49.562Z Downloading crates ...
1232026-04-15T20:55:49.626Z Downloaded adler2 v2.0.1
1242026-04-15T20:55:49.633Z Downloaded cfg_aliases v0.2.1
1252026-04-15T20:55:49.638Z Downloaded cfg-if v1.0.4
1262026-04-15T20:55:49.638Z Downloaded autocfg v1.5.0
1272026-04-15T20:55:49.638Z Downloaded addr2line v0.25.1
1282026-04-15T20:55:49.642Z Downloaded clap_lex v1.1.0
1292026-04-15T20:55:49.646Z Downloaded atomicwrites v0.4.4
1302026-04-15T20:55:49.650Z Downloaded cargo-platform v0.2.0
1312026-04-15T20:55:49.650Z Downloaded crypto-common v0.1.7
1322026-04-15T20:55:49.650Z Downloaded block-buffer v0.10.4
1332026-04-15T20:55:49.653Z Downloaded foreign-types v0.3.2
1342026-04-15T20:55:49.653Z Downloaded http-body v1.0.1
1352026-04-15T20:55:49.653Z Downloaded debug-ignore v1.0.5
1362026-04-15T20:55:49.657Z Downloaded backtrace-ext v0.2.1
1372026-04-15T20:55:49.657Z Downloaded futures-sink v0.3.32
1382026-04-15T20:55:49.657Z Downloaded rand_core v0.9.5
1392026-04-15T20:55:49.661Z Downloaded anstyle-query v1.1.5
1402026-04-15T20:55:49.661Z Downloaded home v0.5.12
1412026-04-15T20:55:49.665Z Downloaded enable-ansi-support v0.2.1
1422026-04-15T20:55:49.665Z Downloaded curve25519-dalek-derive v0.1.1
1432026-04-15T20:55:49.665Z Downloaded cpufeatures v0.2.17
1442026-04-15T20:55:49.669Z Downloaded atomic-waker v1.1.2
1452026-04-15T20:55:49.669Z Downloaded futures-core v0.3.32
1462026-04-15T20:55:49.669Z Downloaded document-features v0.2.12
1472026-04-15T20:55:49.672Z Downloaded futures-io v0.3.32
1482026-04-15T20:55:49.672Z Downloaded hyper-tls v0.6.0
1492026-04-15T20:55:49.676Z Downloaded generic-array v0.14.7
1502026-04-15T20:55:49.676Z Downloaded heck v0.5.0
1512026-04-15T20:55:49.676Z Downloaded lock_api v0.4.14
1522026-04-15T20:55:49.680Z Downloaded os_pipe v1.2.3
1532026-04-15T20:55:49.680Z Downloaded humantime-serde v1.1.1
1542026-04-15T20:55:49.683Z Downloaded openssl-probe v0.2.1
1552026-04-15T20:55:49.684Z Downloaded colorchoice v1.0.5
1562026-04-15T20:55:49.684Z Downloaded lazy_static v1.5.0
1572026-04-15T20:55:49.687Z Downloaded native-tls v0.2.18
1582026-04-15T20:55:49.688Z Downloaded guppy-workspace-hack v0.1.0
1592026-04-15T20:55:49.688Z Downloaded hyper-rustls v0.27.9
1602026-04-15T20:55:49.692Z Downloaded futures-macro v0.3.32
1612026-04-15T20:55:49.692Z Downloaded form_urlencoded v1.2.2
1622026-04-15T20:55:49.692Z Downloaded equivalent v1.0.2
1632026-04-15T20:55:49.696Z Downloaded futures-task v0.3.32
1642026-04-15T20:55:49.696Z Downloaded foreign-types-shared v0.1.1
1652026-04-15T20:55:49.696Z Downloaded pkcs8 v0.10.2
1662026-04-15T20:55:49.700Z Downloaded color-spantrace v0.3.0
1672026-04-15T20:55:49.700Z Downloaded nextest-workspace-hack v0.1.0
1682026-04-15T20:55:49.703Z Downloaded cargo-platform v0.3.2
1692026-04-15T20:55:49.703Z Downloaded humantime v2.3.0
1702026-04-15T20:55:49.708Z Downloaded is_terminal_polyfill v1.70.2
1712026-04-15T20:55:49.714Z Downloaded idna_adapter v1.0.0
1722026-04-15T20:55:49.719Z Downloaded rustc-demangle v0.1.27
1732026-04-15T20:55:49.722Z Downloaded http-body-util v0.1.3
1742026-04-15T20:55:49.726Z Downloaded pathdiff v0.2.3
1752026-04-15T20:55:49.731Z Downloaded fnv v1.0.7
1762026-04-15T20:55:49.731Z Downloaded scopeguard v1.2.0
1772026-04-15T20:55:49.734Z Downloaded duct v0.13.7
1782026-04-15T20:55:49.734Z Downloaded foldhash v0.1.5
1792026-04-15T20:55:49.735Z Downloaded cargo_metadata v0.23.1
1802026-04-15T20:55:49.738Z Downloaded ed25519 v2.2.3
1812026-04-15T20:55:49.738Z Downloaded cargo-util-schemas v0.2.0
1822026-04-15T20:55:49.742Z Downloaded hex v0.4.3
1832026-04-15T20:55:49.742Z Downloaded anstyle-parse v1.0.0
1842026-04-15T20:55:49.742Z Downloaded anstyle v1.0.14
1852026-04-15T20:55:49.747Z Downloaded rustc_version v0.4.1
1862026-04-15T20:55:49.747Z Downloaded errno v0.3.14
1872026-04-15T20:55:49.750Z Downloaded serde_ignored v0.1.14
1882026-04-15T20:55:49.750Z Downloaded serde_urlencoded v0.7.1
1892026-04-15T20:55:49.754Z Downloaded serde_spanned v0.6.9
1902026-04-15T20:55:49.754Z Downloaded mukti-metadata v0.3.0
1912026-04-15T20:55:49.759Z Downloaded signal-hook-mio v0.2.5
1922026-04-15T20:55:49.759Z Downloaded serde-value v0.7.0
1932026-04-15T20:55:49.759Z Downloaded is_ci v1.2.0
1942026-04-15T20:55:49.759Z Downloaded shared_child v1.1.1
1952026-04-15T20:55:49.762Z Downloaded rand_chacha v0.9.0
1962026-04-15T20:55:49.762Z Downloaded openssl-macros v0.1.1
1972026-04-15T20:55:49.762Z Downloaded signature v2.2.0
1982026-04-15T20:55:49.767Z Downloaded shell-words v1.1.1
1992026-04-15T20:55:49.767Z Downloaded rustc-hash v2.1.2
2002026-04-15T20:55:49.771Z Downloaded percent-encoding v2.3.2
2012026-04-15T20:55:49.776Z Downloaded indent_write v2.2.0
2022026-04-15T20:55:49.780Z Downloaded ordered-float v2.10.1
2032026-04-15T20:55:49.780Z Downloaded fastrand v2.4.1
2042026-04-15T20:55:49.780Z Downloaded anstream v1.0.0
2052026-04-15T20:55:49.784Z Downloaded camino-tempfile v1.4.1
2062026-04-15T20:55:49.784Z Downloaded dialoguer v0.11.0
2072026-04-15T20:55:49.787Z Downloaded erased-serde v0.4.10
2082026-04-15T20:55:49.791Z Downloaded indenter v0.3.4
2092026-04-15T20:55:49.794Z Downloaded itoa v1.0.18
2102026-04-15T20:55:49.794Z Downloaded lru-slab v0.1.2
2112026-04-15T20:55:49.798Z Downloaded filetime v0.2.27
2122026-04-15T20:55:49.802Z Downloaded number_prefix v0.4.0
2132026-04-15T20:55:49.802Z Downloaded cargo_metadata v0.20.0
2142026-04-15T20:55:49.806Z Downloaded nested v0.1.1
2152026-04-15T20:55:49.807Z Downloaded strip-ansi-escapes v0.2.1
2162026-04-15T20:55:49.810Z Downloaded supports-hyperlinks v3.2.0
2172026-04-15T20:55:49.810Z Downloaded supports-color v3.0.2
2182026-04-15T20:55:49.810Z Downloaded sigchld v0.2.4
2192026-04-15T20:55:49.810Z Downloaded strsim v0.11.1
2202026-04-15T20:55:49.815Z Downloaded terminal_size v0.4.4
2212026-04-15T20:55:49.818Z Downloaded supports-unicode v3.0.0
2222026-04-15T20:55:49.818Z Downloaded quote v1.0.45
2232026-04-15T20:55:49.822Z Downloaded clap_derive v4.6.1
2242026-04-15T20:55:49.822Z Downloaded camino v1.2.2
2252026-04-15T20:55:49.825Z Downloaded futures-executor v0.3.32
2262026-04-15T20:55:49.826Z Downloaded futures-channel v0.3.32
2272026-04-15T20:55:49.826Z Downloaded sync_wrapper v1.0.2
2282026-04-15T20:55:49.829Z Downloaded nextest-metadata v0.12.2
2292026-04-15T20:55:49.829Z Downloaded ipnet v2.12.0
2302026-04-15T20:55:49.829Z Downloaded self-replace v1.5.0
2312026-04-15T20:55:49.833Z Downloaded convert_case v0.10.0
2322026-04-15T20:55:49.833Z Downloaded const-oid v0.9.6
2332026-04-15T20:55:49.833Z Downloaded subtle v2.6.1
2342026-04-15T20:55:49.837Z Downloaded swrite v0.1.0
2352026-04-15T20:55:49.837Z Downloaded serde_spanned v1.1.1
2362026-04-15T20:55:49.837Z Downloaded find-msvc-tools v0.1.9
2372026-04-15T20:55:49.842Z Downloaded sha2 v0.10.9
2382026-04-15T20:55:49.842Z Downloaded serde-untagged v0.1.9
2392026-04-15T20:55:49.846Z Downloaded ryu v1.0.23
2402026-04-15T20:55:49.846Z Downloaded tokio-macros v2.7.0
2412026-04-15T20:55:49.849Z Downloaded tinyvec_macros v0.1.1
2422026-04-15T20:55:49.849Z Downloaded tower-layer v0.3.3
2432026-04-15T20:55:49.853Z Downloaded toml_datetime v0.6.11
2442026-04-15T20:55:49.853Z Downloaded toml_write v0.1.2
2452026-04-15T20:55:49.857Z Downloaded owo-colors v4.3.0
2462026-04-15T20:55:49.861Z Downloaded jobserver v0.1.34
2472026-04-15T20:55:49.861Z Downloaded digest v0.10.7
2482026-04-15T20:55:49.861Z Downloaded simd-adler32 v0.3.9
2492026-04-15T20:55:49.864Z Downloaded signal-hook-registry v1.4.8
2502026-04-15T20:55:49.864Z Downloaded miette-derive v7.6.0
2512026-04-15T20:55:49.864Z Downloaded globset v0.4.18
2522026-04-15T20:55:49.868Z Downloaded rand_core v0.6.4
2532026-04-15T20:55:49.868Z Downloaded base64ct v1.8.3
2542026-04-15T20:55:49.874Z Downloaded getrandom v0.2.17
2552026-04-15T20:55:49.874Z Downloaded ahash v0.8.12
2562026-04-15T20:55:49.878Z Downloaded fixedbitset v0.5.7
2572026-04-15T20:55:49.878Z Downloaded ppv-lite86 v0.2.21
2582026-04-15T20:55:49.878Z Downloaded future-queue v0.4.0
2592026-04-15T20:55:49.882Z Downloaded pin-project-internal v1.1.11
2602026-04-15T20:55:49.882Z Downloaded eyre v0.6.12
2612026-04-15T20:55:49.885Z Downloaded tracing-error v0.2.1
2622026-04-15T20:55:49.885Z Downloaded newtype-uuid v1.3.2
2632026-04-15T20:55:49.885Z Downloaded typeid v1.0.3
2642026-04-15T20:55:49.889Z Downloaded shlex v1.3.0
2652026-04-15T20:55:49.893Z Downloaded quick-junit v0.5.2
2662026-04-15T20:55:49.893Z Downloaded tower-service v0.3.3
2672026-04-15T20:55:49.893Z Downloaded pin-project v1.1.11
2682026-04-15T20:55:49.899Z Downloaded target-lexicon v0.13.3
2692026-04-15T20:55:49.902Z Downloaded bitflags v2.11.1
2702026-04-15T20:55:49.905Z Downloaded rustls-pki-types v1.14.0
2712026-04-15T20:55:49.905Z Downloaded nextest-filtering v0.15.0
2722026-04-15T20:55:49.905Z Downloaded either v1.15.0
2732026-04-15T20:55:49.909Z Downloaded console v0.15.11
2742026-04-15T20:55:49.909Z Downloaded target-spec-miette v0.4.6
2752026-04-15T20:55:49.913Z Downloaded borsh v1.6.1
2762026-04-15T20:55:49.916Z Downloaded thiserror-impl v1.0.69
2772026-04-15T20:55:49.917Z Downloaded thiserror v2.0.18
2782026-04-15T20:55:49.920Z Downloaded static_assertions v1.1.0
2792026-04-15T20:55:49.921Z Downloaded clap v4.6.1
2802026-04-15T20:55:49.925Z Downloaded utf8parse v0.2.2
2812026-04-15T20:55:49.930Z Downloaded unicode-xid v0.2.6
2822026-04-15T20:55:49.930Z Downloaded thread_local v1.1.9
2832026-04-15T20:55:49.930Z Downloaded want v0.3.1
2842026-04-15T20:55:49.930Z Downloaded version_check v0.9.5
2852026-04-15T20:55:49.930Z Downloaded thiserror-impl v2.0.18
2862026-04-15T20:55:49.933Z Downloaded thiserror v1.0.69
2872026-04-15T20:55:49.933Z Downloaded slab v0.4.12
2882026-04-15T20:55:49.933Z Downloaded spki v0.7.3
2892026-04-15T20:55:49.937Z Downloaded serde_path_to_error v0.1.20
2902026-04-15T20:55:49.937Z Downloaded utf8_iter v1.0.4
2912026-04-15T20:55:49.937Z Downloaded async-scoped v0.9.0
2922026-04-15T20:55:49.937Z Downloaded xattr v1.6.1
2932026-04-15T20:55:49.942Z Downloaded pin-project-lite v0.2.17
2942026-04-15T20:55:49.942Z Downloaded unicode-linebreak v0.1.5
2952026-04-15T20:55:49.942Z Downloaded quinn-udp v0.5.14
2962026-04-15T20:55:49.946Z Downloaded iana-time-zone v0.1.65
2972026-04-15T20:55:49.950Z Downloaded toml_writer v1.1.1+spec-1.1.0
2982026-04-15T20:55:49.950Z Downloaded toml_datetime v1.1.1+spec-1.1.0
2992026-04-15T20:55:49.950Z Downloaded crc32fast v1.5.0
3002026-04-15T20:55:49.954Z Downloaded getrandom v0.4.2
3012026-04-15T20:55:49.954Z Downloaded semver v1.0.28
3022026-04-15T20:55:49.954Z Downloaded parking_lot_core v0.9.12
3032026-04-15T20:55:49.958Z Downloaded self_update v0.42.0
3042026-04-15T20:55:49.958Z Downloaded pkg-config v0.3.33
3052026-04-15T20:55:49.958Z Downloaded futures v0.3.32
3062026-04-15T20:55:49.963Z Downloaded config v0.15.22
3072026-04-15T20:55:49.993Z Downloaded once_cell v1.21.4
3082026-04-15T20:55:49.993Z Downloaded derive-where v1.6.1
3092026-04-15T20:55:49.993Z Downloaded try-lock v0.2.5
3102026-04-15T20:55:49.998Z Downloaded untrusted v0.9.0
3112026-04-15T20:55:49.998Z Downloaded parking_lot v0.12.5
3122026-04-15T20:55:49.998Z Downloaded smallvec v1.15.1
3132026-04-15T20:55:49.998Z Downloaded bytes v1.11.1
3142026-04-15T20:55:49.998Z Downloaded tracing-log v0.2.0
3152026-04-15T20:55:49.998Z Downloaded smol_str v0.3.6
3162026-04-15T20:55:49.998Z Downloaded unicase v2.9.0
3172026-04-15T20:55:49.998Z Downloaded target-spec v3.6.0
3182026-04-15T20:55:49.998Z Downloaded httparse v1.10.1
3192026-04-15T20:55:49.998Z Downloaded tempfile v3.27.0
3202026-04-15T20:55:49.998Z Downloaded memchr v2.8.0
3212026-04-15T20:55:49.998Z Downloaded serde_derive v1.0.228
3222026-04-15T20:55:49.998Z Downloaded proc-macro2 v1.0.106
3232026-04-15T20:55:49.998Z Downloaded signal-hook v0.3.18
3242026-04-15T20:55:50.003Z Downloaded urlencoding v2.1.3
3252026-04-15T20:55:50.003Z Downloaded tokio-native-tls v0.3.1
3262026-04-15T20:55:50.003Z Downloaded cfg-expr v0.20.7
3272026-04-15T20:55:50.003Z Downloaded serde_core v1.0.228
3282026-04-15T20:55:50.007Z Downloaded tokio-stream v0.1.18
3292026-04-15T20:55:50.007Z Downloaded zipsign-api v0.1.5
3302026-04-15T20:55:50.007Z Downloaded toml_parser v1.1.2+spec-1.1.0
3312026-04-15T20:55:50.012Z Downloaded zeroize v1.8.2
3322026-04-15T20:55:50.012Z Downloaded log v0.4.29
3332026-04-15T20:55:50.012Z Downloaded zstd-safe v7.2.4
3342026-04-15T20:55:50.012Z Downloaded litrs v1.0.0
3352026-04-15T20:55:50.016Z Downloaded getrandom v0.3.4
3362026-04-15T20:55:50.016Z Downloaded tokio-rustls v0.26.4
3372026-04-15T20:55:50.032Z Downloaded rustls-webpki v0.103.12
3382026-04-15T20:55:50.036Z Downloaded ed25519-dalek v2.2.0
3392026-04-15T20:55:50.036Z Downloaded openssl-sys v0.9.113
3402026-04-15T20:55:50.040Z Downloaded indicatif v0.17.11
3412026-04-15T20:55:50.040Z Downloaded tracing-attributes v0.1.31
3422026-04-15T20:55:50.044Z Downloaded textwrap v0.16.2
3432026-04-15T20:55:50.048Z Downloaded tinyvec v1.11.0
3442026-04-15T20:55:50.058Z Downloaded toml v1.1.2+spec-1.1.0
3452026-04-15T20:55:50.063Z Downloaded socket2 v0.6.3
3462026-04-15T20:55:50.067Z Downloaded miniz_oxide v0.8.9
3472026-04-15T20:55:50.071Z Downloaded xxhash-rust v0.8.15
3482026-04-15T20:55:50.071Z Downloaded num-traits v0.2.19
3492026-04-15T20:55:50.074Z Downloaded backtrace v0.3.76
3502026-04-15T20:55:50.074Z Downloaded der v0.7.10
3512026-04-15T20:55:50.078Z Downloaded cc v1.2.60
3522026-04-15T20:55:50.082Z Downloaded base64 v0.22.1
3532026-04-15T20:55:50.086Z Downloaded hyper-util v0.1.20
3542026-04-15T20:55:50.086Z Downloaded quinn v0.11.9
3552026-04-15T20:55:50.090Z Downloaded mio v1.2.0
3562026-04-15T20:55:50.094Z Downloaded zmij v1.0.21
3572026-04-15T20:55:50.094Z Downloaded toml_edit v0.22.27
3582026-04-15T20:55:50.099Z Downloaded vte v0.14.1
3592026-04-15T20:55:50.099Z Downloaded serde v1.0.228
3602026-04-15T20:55:50.104Z Downloaded unicode-ident v1.0.24
3612026-04-15T20:55:50.104Z Downloaded toml v0.8.23
3622026-04-15T20:55:50.104Z Downloaded flate2 v1.1.9
3632026-04-15T20:55:50.109Z Downloaded tar v0.4.45
3642026-04-15T20:55:50.109Z Downloaded idna v1.1.0
3652026-04-15T20:55:50.113Z Downloaded uuid v1.23.0
3662026-04-15T20:55:50.113Z Downloaded derive_more-impl v2.1.1
3672026-04-15T20:55:50.117Z Downloaded zstd v0.13.3
3682026-04-15T20:55:50.121Z Downloaded typenum v1.19.0
3692026-04-15T20:55:50.125Z Downloaded rand v0.9.4
3702026-04-15T20:55:50.128Z Downloaded tracing-core v0.1.36
3712026-04-15T20:55:50.141Z Downloaded miette v7.6.0
3722026-04-15T20:55:50.145Z Downloaded indexmap v2.14.0
3732026-04-15T20:55:50.152Z Downloaded http v1.4.0
3742026-04-15T20:55:50.156Z Downloaded url v2.5.8
3752026-04-15T20:55:50.160Z Downloaded derive_more v2.1.1
3762026-04-15T20:55:50.168Z Downloaded sharded-slab v0.1.7
3772026-04-15T20:55:50.182Z Downloaded ron v0.12.1
3782026-04-15T20:55:50.192Z Downloaded guppy v0.17.25
3792026-04-15T20:55:50.207Z Downloaded tower v0.5.3
3802026-04-15T20:55:50.212Z Downloaded unicode-segmentation v1.13.2
3812026-04-15T20:55:50.216Z Downloaded pulldown-cmark v0.13.3
3822026-04-15T20:55:50.219Z Downloaded hashbrown v0.15.5
3832026-04-15T20:55:50.223Z Downloaded serde_json v1.0.149
3842026-04-15T20:55:50.227Z Downloaded aho-corasick v1.1.4
3852026-04-15T20:55:50.231Z Downloaded regex v1.12.3
3862026-04-15T20:55:50.231Z Downloaded hyper v1.9.0
3872026-04-15T20:55:50.234Z Downloaded hashbrown v0.17.0
3882026-04-15T20:55:50.238Z Downloaded unicode-normalization v0.1.25
3892026-04-15T20:55:50.242Z Downloaded futures-util v0.3.32
3902026-04-15T20:55:50.250Z Downloaded h2 v0.4.13
3912026-04-15T20:55:50.253Z Downloaded tokio-util v0.7.18
3922026-04-15T20:55:50.256Z Downloaded clap_builder v4.6.0
3932026-04-15T20:55:50.260Z Downloaded iri-string v0.7.12
3942026-04-15T20:55:50.264Z Downloaded crossterm v0.29.0
3952026-04-15T20:55:50.271Z Downloaded tower-http v0.6.8
3962026-04-15T20:55:50.283Z Downloaded chrono v0.4.44
3972026-04-15T20:55:50.293Z Downloaded reqwest v0.12.28
3982026-04-15T20:55:50.302Z Downloaded tracing-subscriber v0.3.23
3992026-04-15T20:55:50.308Z Downloaded vcpkg v0.2.15
4002026-04-15T20:55:50.331Z Downloaded portable-atomic v1.13.1
4012026-04-15T20:55:50.335Z Downloaded unicode-width v0.1.14
4022026-04-15T20:55:50.339Z Downloaded quick-xml v0.37.5
4032026-04-15T20:55:50.342Z Downloaded gimli v0.32.3
4042026-04-15T20:55:50.347Z Downloaded zerocopy v0.8.48
4052026-04-15T20:55:50.358Z Downloaded winnow v1.0.1
4062026-04-15T20:55:50.363Z Downloaded curve25519-dalek v4.1.3
4072026-04-15T20:55:50.369Z Downloaded quick-xml v0.38.4
4082026-04-15T20:55:50.375Z Downloaded winnow v0.7.15
4092026-04-15T20:55:50.378Z Downloaded bstr v1.12.1
4102026-04-15T20:55:50.381Z Downloaded itertools v0.14.0
4112026-04-15T20:55:50.385Z Downloaded quinn-proto v0.11.14
4122026-04-15T20:55:50.389Z Downloaded tracing v0.1.44
4132026-04-15T20:55:50.406Z Downloaded color-eyre v0.6.5
4142026-04-15T20:55:50.427Z Downloaded webpki-roots v1.0.6
4152026-04-15T20:55:50.431Z Downloaded tokio v1.52.0
4162026-04-15T20:55:50.452Z Downloaded openssl v0.10.77
4172026-04-15T20:55:50.460Z Downloaded nextest-runner v0.80.0
4182026-04-15T20:55:50.467Z Downloaded unicode-width v0.2.2
4192026-04-15T20:55:50.474Z Downloaded syn v2.0.117
4202026-04-15T20:55:50.491Z Downloaded nix v0.30.1
4212026-04-15T20:55:50.498Z Downloaded object v0.37.3
4222026-04-15T20:55:50.509Z Downloaded rustls v0.23.38
4232026-04-15T20:55:50.523Z Downloaded rustix v0.38.44
4242026-04-15T20:55:50.536Z Downloaded regex-syntax v0.8.10
4252026-04-15T20:55:50.540Z Downloaded rustix v1.1.4
4262026-04-15T20:55:50.606Z Downloaded regex-automata v0.4.14
4272026-04-15T20:55:50.663Z Downloaded petgraph v0.8.3
4282026-04-15T20:55:50.681Z Downloaded libc v0.2.185
4292026-04-15T20:55:50.700Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4302026-04-15T20:55:50.774Z Downloaded recursion v0.5.4
4312026-04-15T20:55:50.782Z Downloaded ring v0.17.14
4322026-04-15T20:55:50.843Z Compiling proc-macro2 v1.0.106
4332026-04-15T20:55:50.843Z Compiling libc v0.2.185
4342026-04-15T20:55:50.846Z Compiling quote v1.0.45
4352026-04-15T20:55:50.846Z Compiling unicode-ident v1.0.24
4362026-04-15T20:55:50.846Z Compiling serde_core v1.0.228
4372026-04-15T20:55:50.974Z Compiling cfg-if v1.0.4
4382026-04-15T20:55:50.977Z Compiling memchr v2.8.0
4392026-04-15T20:55:50.977Z Compiling once_cell v1.21.4
4402026-04-15T20:55:51.048Z Compiling log v0.4.29
4412026-04-15T20:55:51.095Z Compiling pin-project-lite v0.2.17
4422026-04-15T20:55:51.189Z Compiling itoa v1.0.18
4432026-04-15T20:55:51.249Z Compiling serde v1.0.228
4442026-04-15T20:55:51.423Z Compiling futures-core v0.3.32
4452026-04-15T20:55:51.524Z Compiling bitflags v2.11.1
4462026-04-15T20:55:51.577Z Compiling smallvec v1.15.1
4472026-04-15T20:55:51.588Z Compiling find-msvc-tools v0.1.9
4482026-04-15T20:55:51.826Z Compiling shlex v1.3.0
4492026-04-15T20:55:51.829Z Compiling hashbrown v0.17.0
4502026-04-15T20:55:51.901Z Compiling equivalent v1.0.2
4512026-04-15T20:55:51.989Z Compiling errno v0.3.14
4522026-04-15T20:55:52.019Z Compiling jobserver v0.1.34
4532026-04-15T20:55:52.055Z Compiling bytes v1.11.1
4542026-04-15T20:55:52.067Z Compiling mio v1.2.0
4552026-04-15T20:55:52.155Z Compiling signal-hook-registry v1.4.8
4562026-04-15T20:55:52.170Z Compiling futures-sink v0.3.32
4572026-04-15T20:55:52.341Z Compiling cc v1.2.60
4582026-04-15T20:55:52.381Z Compiling rustix v1.1.4
4592026-04-15T20:55:52.530Z Compiling syn v2.0.117
4602026-04-15T20:55:52.534Z Compiling socket2 v0.6.3
4612026-04-15T20:55:52.677Z Compiling zmij v1.0.21
4622026-04-15T20:55:52.776Z Compiling slab v0.4.12
4632026-04-15T20:55:52.967Z Compiling futures-channel v0.3.32
4642026-04-15T20:55:52.981Z Compiling tracing-core v0.1.36
4652026-04-15T20:55:53.037Z Compiling serde_json v1.0.149
4662026-04-15T20:55:53.223Z Compiling version_check v0.9.5
4672026-04-15T20:55:53.330Z Compiling futures-task v0.3.32
4682026-04-15T20:55:53.489Z Compiling indexmap v2.14.0
4692026-04-15T20:55:53.505Z Compiling futures-io v0.3.32
4702026-04-15T20:55:53.560Z Compiling getrandom v0.4.2
4712026-04-15T20:55:53.610Z Compiling camino v1.2.2
4722026-04-15T20:55:53.696Z Compiling unicode-width v0.2.2
4732026-04-15T20:55:53.987Z Compiling ring v0.17.14
4742026-04-15T20:55:54.005Z Compiling http v1.4.0
4752026-04-15T20:55:54.017Z Compiling adler2 v2.0.1
4762026-04-15T20:55:54.089Z Compiling zeroize v1.8.2
4772026-04-15T20:55:54.197Z Compiling simd-adler32 v0.3.9
4782026-04-15T20:55:54.283Z Compiling percent-encoding v2.3.2
4792026-04-15T20:55:54.324Z Compiling autocfg v1.5.0
4802026-04-15T20:55:54.603Z Compiling miniz_oxide v0.8.9
4812026-04-15T20:55:54.736Z Compiling num-traits v0.2.19
4822026-04-15T20:55:54.971Z Compiling getrandom v0.3.4
4832026-04-15T20:55:55.174Z Compiling zerocopy v0.8.48
4842026-04-15T20:55:55.322Z Compiling target-lexicon v0.13.3
4852026-04-15T20:55:55.527Z Compiling object v0.37.3
4862026-04-15T20:55:55.803Z Compiling http-body v1.0.1
4872026-04-15T20:55:55.856Z Compiling rustls-pki-types v1.14.0
4882026-04-15T20:55:55.869Z Compiling semver v1.0.28
4892026-04-15T20:55:55.968Z Compiling getrandom v0.2.17
4902026-04-15T20:55:55.988Z Compiling typenum v1.19.0
4912026-04-15T20:55:56.116Z Compiling httparse v1.10.1
4922026-04-15T20:55:56.166Z Compiling fnv v1.0.7
4932026-04-15T20:55:56.271Z Compiling serde_derive v1.0.228
4942026-04-15T20:55:56.286Z Compiling tokio-macros v2.7.0
4952026-04-15T20:55:56.297Z Compiling futures-macro v0.3.32
4962026-04-15T20:55:56.333Z Compiling tracing-attributes v0.1.31
4972026-04-15T20:55:56.469Z Compiling gimli v0.32.3
4982026-04-15T20:55:56.551Z Compiling guppy-workspace-hack v0.1.0
4992026-04-15T20:55:56.725Z Compiling untrusted v0.9.0
5002026-04-15T20:55:56.763Z Compiling signal-hook v0.3.18
5012026-04-15T20:55:56.851Z Compiling thiserror v2.0.18
5022026-04-15T20:55:56.980Z Compiling owo-colors v4.3.0
5032026-04-15T20:55:57.080Z Compiling tokio v1.52.0
5042026-04-15T20:55:57.133Z Compiling futures-util v0.3.32
5052026-04-15T20:55:57.443Z Compiling thiserror-impl v2.0.18
5062026-04-15T20:55:57.565Z Compiling tracing v0.1.44
5072026-04-15T20:55:58.529Z Compiling addr2line v0.25.1
5082026-04-15T20:55:59.221Z Compiling form_urlencoded v1.2.2
5092026-04-15T20:55:59.429Z Compiling generic-array v0.14.7
5102026-04-15T20:55:59.500Z Compiling typeid v1.0.3
5112026-04-15T20:55:59.603Z Compiling thiserror v1.0.69
5122026-04-15T20:55:59.655Z Compiling fastrand v2.4.1
5132026-04-15T20:55:59.785Z Compiling tower-service v0.3.3
5142026-04-15T20:55:59.815Z Compiling target-spec v3.6.0
5152026-04-15T20:55:59.881Z Compiling utf8_iter v1.0.4
5162026-04-15T20:55:59.909Z Compiling atomic-waker v1.1.2
5172026-04-15T20:55:59.988Z Compiling pkg-config v0.3.33
5182026-04-15T20:56:00.037Z Compiling try-lock v0.2.5
5192026-04-15T20:56:00.037Z Compiling rustc-demangle v0.1.27
5202026-04-15T20:56:00.085Z Compiling rustls v0.23.38
5212026-04-15T20:56:00.163Z Compiling idna_adapter v1.0.0
5222026-04-15T20:56:00.269Z Compiling idna v1.1.0
5232026-04-15T20:56:00.313Z Compiling backtrace v0.3.76
5242026-04-15T20:56:00.444Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5252026-04-15T20:56:00.809Z Compiling want v0.3.1
5262026-04-15T20:56:00.994Z Compiling tempfile v3.27.0
5272026-04-15T20:56:01.067Z Compiling tokio-util v0.7.18
5282026-04-15T20:56:01.296Z Compiling cfg-expr v0.20.7
5292026-04-15T20:56:01.893Z Compiling h2 v0.4.13
5302026-04-15T20:56:02.519Z Compiling thiserror-impl v1.0.69
5312026-04-15T20:56:02.654Z Compiling terminal_size v0.4.4
5322026-04-15T20:56:02.752Z Compiling aho-corasick v1.1.4
5332026-04-15T20:56:02.809Z Compiling subtle v2.6.1
5342026-04-15T20:56:02.996Z Compiling erased-serde v0.4.10
5352026-04-15T20:56:03.239Z Compiling regex-syntax v0.8.10
5362026-04-15T20:56:03.287Z Compiling winnow v0.7.15
5372026-04-15T20:56:04.392Z Compiling rustls-webpki v0.103.12
5382026-04-15T20:56:05.317Z Compiling regex-automata v0.4.14
5392026-04-15T20:56:07.045Z Compiling hyper v1.9.0
5402026-04-15T20:56:08.353Z Compiling url v2.5.8
5412026-04-15T20:56:10.586Z Compiling toml_datetime v0.6.11
5422026-04-15T20:56:10.625Z Compiling serde_spanned v0.6.9
5432026-04-15T20:56:10.771Z Compiling ahash v0.8.12
5442026-04-15T20:56:10.791Z Compiling sync_wrapper v1.0.2
5452026-04-15T20:56:10.824Z Compiling crc32fast v1.5.0
5462026-04-15T20:56:10.915Z Compiling unicode-linebreak v0.1.5
5472026-04-15T20:56:10.963Z Compiling ipnet v2.12.0
5482026-04-15T20:56:10.967Z Compiling unicode-segmentation v1.13.2
5492026-04-15T20:56:11.017Z Compiling foldhash v0.1.5
5502026-04-15T20:56:11.150Z Compiling either v1.15.0
5512026-04-15T20:56:11.188Z Compiling nextest-workspace-hack v0.1.0
5522026-04-15T20:56:11.237Z Compiling tower-layer v0.3.3
5532026-04-15T20:56:11.375Z Compiling is_ci v1.2.0
5542026-04-15T20:56:11.387Z Compiling lazy_static v1.5.0
5552026-04-15T20:56:11.408Z Compiling parking_lot_core v0.9.12
5562026-04-15T20:56:11.444Z Compiling portable-atomic v1.13.1
5572026-04-15T20:56:11.489Z Compiling toml_write v0.1.2
5582026-04-15T20:56:11.545Z Compiling base64 v0.22.1
5592026-04-15T20:56:11.695Z Compiling toml_edit v0.22.27
5602026-04-15T20:56:11.736Z Compiling supports-color v3.0.2
5612026-04-15T20:56:11.936Z Compiling hyper-util v0.1.20
5622026-04-15T20:56:11.973Z Compiling sharded-slab v0.1.7
5632026-04-15T20:56:12.053Z Compiling tower v0.5.3
5642026-04-15T20:56:12.207Z Compiling convert_case v0.10.0
5652026-04-15T20:56:12.517Z Compiling hashbrown v0.15.5
5662026-04-15T20:56:12.596Z Compiling textwrap v0.16.2
5672026-04-15T20:56:12.704Z Compiling tokio-rustls v0.26.4
5682026-04-15T20:56:13.146Z Compiling backtrace-ext v0.2.1
5692026-04-15T20:56:13.409Z Compiling ordered-float v2.10.1
5702026-04-15T20:56:13.573Z Compiling miette-derive v7.6.0
5712026-04-15T20:56:13.693Z Compiling webpki-roots v1.0.6
5722026-04-15T20:56:13.819Z Compiling pathdiff v0.2.3
5732026-04-15T20:56:13.980Z Compiling console v0.15.11
5742026-04-15T20:56:14.018Z Compiling tracing-log v0.2.0
5752026-04-15T20:56:14.387Z Compiling cargo-platform v0.3.2
5762026-04-15T20:56:14.659Z Compiling os_pipe v1.2.3
5772026-04-15T20:56:14.711Z Compiling thread_local v1.1.9
5782026-04-15T20:56:14.839Z Compiling debug-ignore v1.0.5
5792026-04-15T20:56:14.952Z Compiling zstd-safe v7.2.4
5802026-04-15T20:56:14.966Z Compiling rustix v0.38.44
5812026-04-15T20:56:15.079Z Compiling cfg_aliases v0.2.1
5822026-04-15T20:56:15.170Z Compiling ryu v1.0.23
5832026-04-15T20:56:15.193Z Compiling utf8parse v0.2.2
5842026-04-15T20:56:15.320Z Compiling scopeguard v1.2.0
5852026-04-15T20:56:15.344Z Compiling fixedbitset v0.5.7
5862026-04-15T20:56:15.428Z Compiling supports-unicode v3.0.0
5872026-04-15T20:56:15.463Z Compiling unicode-width v0.1.14
5882026-04-15T20:56:15.606Z Compiling pulldown-cmark v0.13.3
5892026-04-15T20:56:15.639Z Compiling supports-hyperlinks v3.2.0
5902026-04-15T20:56:15.768Z Compiling winnow v1.0.1
5912026-04-15T20:56:15.830Z Compiling iri-string v0.7.12
5922026-04-15T20:56:15.869Z Compiling miette v7.6.0
5932026-04-15T20:56:15.928Z Compiling petgraph v0.8.3
5942026-04-15T20:56:16.763Z Compiling lock_api v0.4.14
5952026-04-15T20:56:17.024Z Compiling toml_parser v1.1.2+spec-1.1.0
5962026-04-15T20:56:17.342Z Compiling tower-http v0.6.8
5972026-04-15T20:56:17.857Z Compiling serde_urlencoded v0.7.1
5982026-04-15T20:56:18.155Z Compiling anstyle-parse v1.0.0
5992026-04-15T20:56:18.309Z Compiling nix v0.30.1
6002026-04-15T20:56:18.370Z Compiling tracing-subscriber v0.3.23
6012026-04-15T20:56:18.370Z Compiling sigchld v0.2.4
6022026-04-15T20:56:18.528Z Compiling cargo_metadata v0.23.1
6032026-04-15T20:56:18.572Z Compiling hyper-rustls v0.27.9
6042026-04-15T20:56:18.688Z Compiling serde-value v0.7.0
6052026-04-15T20:56:19.275Z Compiling serde-untagged v0.1.9
6062026-04-15T20:56:19.435Z Compiling toml v0.8.23
6072026-04-15T20:56:20.179Z Compiling derive_more-impl v2.1.1
6082026-04-15T20:56:20.998Z Compiling itertools v0.14.0
6092026-04-15T20:56:21.400Z Compiling regex v1.12.3
6102026-04-15T20:56:21.416Z Compiling block-buffer v0.10.4
6112026-04-15T20:56:21.571Z Compiling crypto-common v0.1.7
6122026-04-15T20:56:21.711Z Compiling ppv-lite86 v0.2.21
6132026-04-15T20:56:21.729Z Compiling futures-executor v0.3.32
6142026-04-15T20:56:22.044Z Compiling rand_core v0.9.5
6152026-04-15T20:56:22.281Z Compiling pin-project-internal v1.1.11
6162026-04-15T20:56:22.310Z Compiling http-body-util v0.1.3
6172026-04-15T20:56:22.422Z Compiling uuid v1.23.0
6182026-04-15T20:56:22.512Z Compiling toml_datetime v1.1.1+spec-1.1.0
6192026-04-15T20:56:22.587Z Compiling smol_str v0.3.6
6202026-04-15T20:56:22.886Z Compiling serde_spanned v1.1.1
6212026-04-15T20:56:22.937Z Compiling filetime v0.2.27
6222026-04-15T20:56:22.937Z Compiling bstr v1.12.1
6232026-04-15T20:56:22.993Z Compiling vte v0.14.1
6242026-04-15T20:56:23.051Z Compiling self_update v0.42.0
6252026-04-15T20:56:23.288Z Compiling litrs v1.0.0
6262026-04-15T20:56:23.334Z Compiling anstyle v1.0.14
6272026-04-15T20:56:23.355Z Compiling eyre v0.6.12
6282026-04-15T20:56:23.609Z Compiling xattr v1.6.1
6292026-04-15T20:56:23.643Z Compiling nested v0.1.1
6302026-04-15T20:56:23.661Z Compiling iana-time-zone v0.1.65
6312026-04-15T20:56:23.741Z Compiling color-spantrace v0.3.0
6322026-04-15T20:56:23.745Z Compiling static_assertions v1.1.0
6332026-04-15T20:56:23.797Z Compiling tinyvec_macros v0.1.1
6342026-04-15T20:56:23.826Z Compiling number_prefix v0.4.0
6352026-04-15T20:56:23.839Z Compiling unicase v2.9.0
6362026-04-15T20:56:23.871Z Compiling unicode-xid v0.2.6
6372026-04-15T20:56:23.915Z Compiling is_terminal_polyfill v1.70.2
6382026-04-15T20:56:23.982Z Compiling colorchoice v1.0.5
6392026-04-15T20:56:24.010Z Compiling anstyle-query v1.1.5
6402026-04-15T20:56:24.014Z Compiling cargo-util-schemas v0.2.0
6412026-04-15T20:56:24.046Z Compiling indicatif v0.17.11
6422026-04-15T20:56:24.103Z Compiling anstream v1.0.0
6432026-04-15T20:56:24.107Z Compiling tinyvec v1.11.0
6442026-04-15T20:56:24.128Z Compiling guppy v0.17.25
6452026-04-15T20:56:24.590Z Compiling chrono v0.4.44
6462026-04-15T20:56:24.628Z Compiling document-features v0.2.12
6472026-04-15T20:56:25.056Z Compiling tar v0.4.45
6482026-04-15T20:56:25.254Z Compiling globset v0.4.18
6492026-04-15T20:56:25.470Z Compiling pin-project v1.1.11
6502026-04-15T20:56:25.596Z Compiling strip-ansi-escapes v0.2.1
6512026-04-15T20:56:26.103Z Compiling toml v1.1.2+spec-1.1.0
6522026-04-15T20:56:26.543Z Compiling nextest-metadata v0.12.2
6532026-04-15T20:56:27.346Z Compiling newtype-uuid v1.3.2
6542026-04-15T20:56:27.542Z Compiling reqwest v0.12.28
6552026-04-15T20:56:27.728Z Compiling rand_chacha v0.9.0
6562026-04-15T20:56:28.034Z Compiling futures v0.3.32
6572026-04-15T20:56:28.119Z Compiling digest v0.10.7
6582026-04-15T20:56:28.307Z Compiling parking_lot v0.12.5
6592026-04-15T20:56:28.341Z Compiling derive_more v2.1.1
6602026-04-15T20:56:28.421Z Compiling flate2 v1.1.9
6612026-04-15T20:56:28.560Z Compiling tracing-error v0.2.1
6622026-04-15T20:56:28.816Z Compiling shared_child v1.1.1
6632026-04-15T20:56:29.229Z Compiling signal-hook-mio v0.2.5
6642026-04-15T20:56:29.367Z Compiling self-replace v1.5.0
6652026-04-15T20:56:29.408Z Compiling cargo-platform v0.2.0
6662026-04-15T20:56:29.505Z Compiling quick-xml v0.38.4
6672026-04-15T20:56:29.667Z Compiling quick-xml v0.37.5
6682026-04-15T20:56:30.216Z Compiling indenter v0.3.4
6692026-04-15T20:56:30.313Z Compiling recursion v0.5.4
6702026-04-15T20:56:30.345Z Compiling shell-words v1.1.1
6712026-04-15T20:56:30.454Z Compiling strsim v0.11.1
6722026-04-15T20:56:30.599Z Compiling cpufeatures v0.2.17
6732026-04-15T20:56:30.675Z Compiling clap_lex v1.1.0
6742026-04-15T20:56:31.051Z Compiling heck v0.5.0
6752026-04-15T20:56:31.160Z Compiling urlencoding v2.1.3
6762026-04-15T20:56:31.264Z Compiling humantime v2.3.0
6772026-04-15T20:56:31.406Z Compiling clap_derive v4.6.1
6782026-04-15T20:56:31.539Z Compiling humantime-serde v1.1.1
6792026-04-15T20:56:31.696Z Compiling clap_builder v4.6.0
6802026-04-15T20:56:31.696Z Compiling sha2 v0.10.9
6812026-04-15T20:56:31.850Z Compiling nextest-filtering v0.15.0
6822026-04-15T20:56:33.224Z Compiling quick-junit v0.5.2
6832026-04-15T20:56:33.463Z Compiling atomicwrites v0.4.4
6842026-04-15T20:56:33.762Z Compiling cargo_metadata v0.20.0
6852026-04-15T20:56:35.929Z Compiling cargo-nextest v0.9.97
6862026-04-15T20:56:36.239Z Compiling crossterm v0.29.0
6872026-04-15T20:56:36.417Z Compiling duct v0.13.7
6882026-04-15T20:56:38.073Z Compiling zstd v0.13.3
6892026-04-15T20:56:38.240Z Compiling async-scoped v0.9.0
6902026-04-15T20:56:38.438Z Compiling rand v0.9.4
6912026-04-15T20:56:38.515Z Compiling config v0.15.22
6922026-04-15T20:56:38.684Z Compiling unicode-normalization v0.1.25
6932026-04-15T20:56:38.982Z Compiling target-spec-miette v0.4.6
6942026-04-15T20:56:39.090Z Compiling future-queue v0.4.0
6952026-04-15T20:56:39.226Z Compiling mukti-metadata v0.3.0
6962026-04-15T20:56:39.275Z Compiling camino-tempfile v1.4.1
6972026-04-15T20:56:39.371Z Compiling tokio-stream v0.1.18
6982026-04-15T20:56:39.422Z Compiling derive-where v1.6.1
6992026-04-15T20:56:39.596Z Compiling serde_path_to_error v0.1.20
7002026-04-15T20:56:39.737Z Compiling serde_ignored v0.1.14
7012026-04-15T20:56:39.737Z Compiling xxhash-rust v0.8.15
7022026-04-15T20:56:39.918Z Compiling swrite v0.1.0
7032026-04-15T20:56:39.930Z Compiling hex v0.4.3
7042026-04-15T20:56:39.955Z Compiling indent_write v2.2.0
7052026-04-15T20:56:40.059Z Compiling home v0.5.12
7062026-04-15T20:56:40.105Z Compiling color-eyre v0.6.5
7072026-04-15T20:56:40.161Z Compiling clap v4.6.1
7082026-04-15T20:56:40.220Z Compiling dialoguer v0.11.0
7092026-04-15T20:56:40.220Z Compiling enable-ansi-support v0.2.1
7102026-04-15T20:56:40.703Z Compiling nextest-runner v0.80.0
7112026-04-15T20:56:59.474Z Finished `release` profile [optimized] target(s) in 1m 12s
7122026-04-15T20:56:59.653Z Installing /home/build/.cargo/bin/cargo-nextest
7132026-04-15T20:56:59.657Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7142026-04-15T20:56:59.765Z+ source .github/buildomat/test-common.sh
7152026-04-15T20:56:59.768Z++ NEXTEST_VERSION=0.9.97
7162026-04-15T20:56:59.768Z++ PLATFORM=illumos
7172026-04-15T20:56:59.768Z++ banner install
7182026-04-15T20:56:59.768Z
7192026-04-15T20:56:59.768Z # # # #### ##### ## # #
7202026-04-15T20:56:59.768Z # ## # # # # # # #
7212026-04-15T20:56:59.768Z # # # # #### # # # # #
7222026-04-15T20:56:59.768Z # # # # # # ###### # #
7232026-04-15T20:56:59.768Z # # ## # # # # # # #
7242026-04-15T20:56:59.768Z # # # #### # # # ###### ######
7252026-04-15T20:56:59.768Z
7262026-04-15T20:56:59.768Z++ set +o errexit
7272026-04-15T20:56:59.772Z++ pkg info clang-15
7282026-04-15T20:56:59.772Z++ grep -qi installed
7292026-04-15T20:57:02.098Zpkg: info: no packages matching the following patterns you specified are
7302026-04-15T20:57:02.098Zinstalled on the system. Try querying remotely instead:
7312026-04-15T20:57:02.098Z
7322026-04-15T20:57:02.098Z clang-15
7332026-04-15T20:57:02.139Z++ [[ 1 != 0 ]]
7342026-04-15T20:57:02.139Z++ set -o errexit
7352026-04-15T20:57:02.139Z++ pfexec pkg install clang-15
7362026-04-15T20:57:09.514Z Startup: Refreshing catalog 'helios-dev' ... Done
7372026-04-15T20:57:17.430Z Startup: Caching catalogs ... Done
7382026-04-15T20:57:23.111ZPlanning: Solver setup ... Done
7392026-04-15T20:57:23.566ZPlanning: Running solver ... Done
7402026-04-15T20:57:23.708ZPlanning: Finding local manifests ... Done
7412026-04-15T20:57:23.722ZPlanning: Fetching manifests: 0/2 0% complete
7422026-04-15T20:57:23.818ZPlanning: Fetching manifests: 2/2 100% complete
7432026-04-15T20:57:23.850ZPlanning: Package planning ... Done
7442026-04-15T20:57:23.875ZPlanning: Merging actions ... Done
7452026-04-15T20:57:23.989ZPlanning: Checking for conflicting actions ... Done
7462026-04-15T20:57:23.997ZPlanning: Consolidating action changes ... Done
7472026-04-15T20:57:24.763ZPlanning: Evaluating mediators ... Done
7482026-04-15T20:57:24.768ZPlanning: Planning completed in 7.17 seconds
7492026-04-15T20:57:25.546Z Packages to install: 2
7502026-04-15T20:57:25.547Z Mediators to change: 2
7512026-04-15T20:57:25.547Z Services to change: 1
7522026-04-15T20:57:25.547Z Create boot environment: No
7532026-04-15T20:57:25.547ZCreate backup boot environment: No
7542026-04-15T20:57:25.591Z
7552026-04-15T20:57:25.591ZDownload: 0/3076 items 0.0/211.3MB 0% complete
7562026-04-15T20:57:30.592ZDownload: 1065/3076 items 112.8/211.3MB 53% complete (23.0M/s)
7572026-04-15T20:57:39.106ZDownload: 2005/3076 items 117.1/211.3MB 55% complete (14.9M/s)
7582026-04-15T20:57:48.723ZDownload: 2008/3076 items 117.1/211.3MB 55% complete
7592026-04-15T20:57:53.882ZDownload: 3064/3076 items 207.0/211.3MB 97% complete (19.2M/s)
7602026-04-15T20:57:53.984ZDownload: Completed 211.31 MB in 28.39 seconds (7.4M/s)
7612026-04-15T20:57:54.224Z Actions: 1/3418 actions (Installing new actions)
7622026-04-15T20:57:57.618Z Actions: Completed 3418 actions in 3.39 seconds.
7632026-04-15T20:57:57.936Z Done
7642026-04-15T20:57:57.936Z Done
7652026-04-15T20:57:58.672Z Done
7662026-04-15T20:58:01.923Z Done
7672026-04-15T20:58:01.999Z Done
7682026-04-15T20:58:02.003Z Done
7692026-04-15T20:58:02.300Z Done
7702026-04-15T20:58:02.994Z++ set -o errexit
7712026-04-15T20:58:02.994Z++ cargo --version
7722026-04-15T20:58:03.003Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
7732026-04-15T20:58:03.006Z++ rustc --version
7742026-04-15T20:58:03.026Zrustc 1.94.1 (e408947bf 2026-03-25)
7752026-04-15T20:58:03.030Z++ cargo install cargo-nextest --version 0.9.97
7762026-04-15T20:58:03.080Z Ignored package `cargo-nextest v0.9.97` is already installed, use --force to override
7772026-04-15T20:58:03.084Z+ pushd rdb
7782026-04-15T20:58:03.084Z+ PROPTEST_CASES=1000000
7792026-04-15T20:58:03.084Z+ cargo nextest run --lib proptest
7802026-04-15T20:58:03.084Z/work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite
7812026-04-15T20:58:03.254Z Updating git repository `https://github.com/oxidecomputer/falcon`
7822026-04-15T20:58:03.864ZFrom https://github.com/oxidecomputer/falcon
7832026-04-15T20:58:03.864Z * [new ref] 9167ac10b0deaaf5b0498bfdb57eab9f221087b7 -> refs/commit/9167ac10b0deaaf5b0498bfdb57eab9f221087b7
7842026-04-15T20:58:03.942Z Updating crates.io index
7852026-04-15T20:58:03.945Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7862026-04-15T20:58:04.736ZFrom https://github.com/oxidecomputer/dendrite
7872026-04-15T20:58:04.736Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7882026-04-15T20:58:04.806Z Updating git repository `https://github.com/oxidecomputer/ispf`
7892026-04-15T20:58:05.082ZFrom https://github.com/oxidecomputer/ispf
7902026-04-15T20:58:05.083Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7912026-04-15T20:58:05.115Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7922026-04-15T20:58:05.450ZFrom https://github.com/oxidecomputer/netadm-sys
7932026-04-15T20:58:05.450Z * [new ref] e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1 -> refs/commit/e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1
7942026-04-15T20:58:05.458Z Updating git repository `https://github.com/oxidecomputer/omicron`
7952026-04-15T20:58:13.327ZFrom https://github.com/oxidecomputer/omicron
7962026-04-15T20:58:13.328Z * [new ref] dfcd9ac2d3321f7d286c6bde832faf0306b1e535 -> refs/commit/dfcd9ac2d3321f7d286c6bde832faf0306b1e535
7972026-04-15T20:58:13.728Z Updating git repository `https://github.com/oxidecomputer/opte`
7982026-04-15T20:58:14.353ZFrom https://github.com/oxidecomputer/opte
7992026-04-15T20:58:14.353Z * [new ref] b60decb70fe491ebdaa30c824619470b015556fc -> refs/commit/b60decb70fe491ebdaa30c824619470b015556fc
8002026-04-15T20:58:14.435Z Updating git repository `https://github.com/illumos/smf-rs`
8012026-04-15T20:58:14.668ZFrom https://github.com/illumos/smf-rs
8022026-04-15T20:58:14.668Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8032026-04-15T20:58:14.731Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8042026-04-15T20:58:15.021ZFrom https://github.com/oxidecomputer/network-interface
8052026-04-15T20:58:15.021Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8062026-04-15T20:58:15.043Z Updating git repository `https://github.com/oxidecomputer/zone`
8072026-04-15T20:58:15.312ZFrom https://github.com/oxidecomputer/zone
8082026-04-15T20:58:15.313Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8092026-04-15T20:58:15.320Z Updating git repository `https://github.com/oxidecomputer/propolis`
8102026-04-15T20:58:16.530ZFrom https://github.com/oxidecomputer/propolis
8112026-04-15T20:58:16.530Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8122026-04-15T20:58:16.615Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8132026-04-15T20:58:17.140ZFrom https://github.com/oxidecomputer/transceiver-control
8142026-04-15T20:58:17.140Z * [new ref] 4bfd6375796ef21a4c8c1f46e639cc663c2f95f8 -> refs/commit/4bfd6375796ef21a4c8c1f46e639cc663c2f95f8
8152026-04-15T20:58:17.151Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8162026-04-15T20:58:17.803ZFrom https://github.com/oxidecomputer/dlpi-sys
8172026-04-15T20:58:17.803Z * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc
8182026-04-15T20:58:17.807Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8192026-04-15T20:58:18.079ZFrom https://github.com/jmesmon/rust-libzfs
8202026-04-15T20:58:18.079Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8212026-04-15T20:58:18.087Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8222026-04-15T20:58:18.341ZFrom https://github.com/oxidecomputer/rusty-doors
8232026-04-15T20:58:18.341Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8242026-04-15T20:58:18.350Z Updating git repository `https://github.com/oxidecomputer/lldp`
8252026-04-15T20:58:18.673ZFrom https://github.com/oxidecomputer/lldp
8262026-04-15T20:58:18.673Z * [new ref] c3305fd1a7ea7aba31f3834757a6b931e4f59fe6 -> refs/commit/c3305fd1a7ea7aba31f3834757a6b931e4f59fe6
8272026-04-15T20:58:18.700Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8282026-04-15T20:58:18.991ZFrom https://github.com/oxidecomputer/slog-error-chain
8292026-04-15T20:58:18.991Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8302026-04-15T20:58:19.037Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8312026-04-15T20:58:19.340ZFrom https://github.com/oxidecomputer/tufaceous
8322026-04-15T20:58:19.340Z * [new ref] 1eacfcf0cade44f77d433f31744dbee4abb96465 -> refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465
8332026-04-15T20:58:19.370Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8342026-04-15T20:58:19.819ZFrom https://github.com/oxidecomputer/management-gateway-service
8352026-04-15T20:58:19.819Z * [new ref] ea2f39ccdea124b5affcad0ca17bc5dacf65823a -> refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a
8362026-04-15T20:58:19.879Z Updating git repository `https://github.com/oxidecomputer/crucible`
8372026-04-15T20:58:20.721ZFrom https://github.com/oxidecomputer/crucible
8382026-04-15T20:58:20.721Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8392026-04-15T20:58:20.782Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8402026-04-15T20:58:21.038ZFrom https://github.com/oxidecomputer/serde_human_bytes
8412026-04-15T20:58:21.039Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8422026-04-15T20:58:21.188Z Updating git repository `https://github.com/oxidecomputer/propolis`
8432026-04-15T20:58:21.553ZFrom https://github.com/oxidecomputer/propolis
8442026-04-15T20:58:21.553Z * [new ref] 368a2225b79328514ce0ea9181d8f874019edaa2 -> refs/commit/368a2225b79328514ce0ea9181d8f874019edaa2
8452026-04-15T20:58:21.933Z Updating git repository `https://github.com/oxidecomputer/tofino`
8462026-04-15T20:58:22.237ZFrom https://github.com/oxidecomputer/tofino
8472026-04-15T20:58:22.237Z * [new ref] 7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 -> refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33
8482026-04-15T20:58:22.244Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8492026-04-15T20:58:22.746ZFrom https://github.com/oxidecomputer/maghemite
8502026-04-15T20:58:22.746Z * [new ref] b603c9f3dccefcf1d3e941c04505ff6bdd1826b6 -> refs/commit/b603c9f3dccefcf1d3e941c04505ff6bdd1826b6
8512026-04-15T20:58:22.794Z Updating git repository `https://github.com/oxidecomputer/clickward`
8522026-04-15T20:58:23.071ZFrom https://github.com/oxidecomputer/clickward
8532026-04-15T20:58:23.071Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8542026-04-15T20:58:23.114Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8552026-04-15T20:58:23.386ZFrom https://github.com/oxidecomputer/illumos-devinfo
8562026-04-15T20:58:23.386Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8572026-04-15T20:58:23.540Z Updating git repository `https://github.com/oxidecomputer/crucible`
8582026-04-15T20:58:23.859ZFrom https://github.com/oxidecomputer/crucible
8592026-04-15T20:58:23.859Z * [new ref] a945a32ba9e1f2098ce3a8963765f1894f37110b -> refs/commit/a945a32ba9e1f2098ce3a8963765f1894f37110b
8602026-04-15T20:58:24.783Z Downloading crates ...
8612026-04-15T20:58:24.885Z Downloaded bit-set v0.8.0
8622026-04-15T20:58:24.891Z Downloaded argon2 v0.5.3
8632026-04-15T20:58:24.894Z Downloaded crossbeam-epoch v0.9.18
8642026-04-15T20:58:24.899Z Downloaded ff v0.13.1
8652026-04-15T20:58:24.904Z Downloaded bcs v0.1.6
8662026-04-15T20:58:24.908Z Downloaded base16ct v1.0.0
8672026-04-15T20:58:24.908Z Downloaded async-stream-impl v0.3.6
8682026-04-15T20:58:24.908Z Downloaded async-recursion v1.1.1
8692026-04-15T20:58:24.911Z Downloaded float-ord v0.3.2
8702026-04-15T20:58:24.911Z Downloaded glob v0.3.3
8712026-04-15T20:58:24.914Z Downloaded darling_core v0.23.0
8722026-04-15T20:58:24.918Z Downloaded ingot v0.1.1
8732026-04-15T20:58:24.921Z Downloaded hostname v0.4.2
8742026-04-15T20:58:24.921Z Downloaded base64 v0.21.7
8752026-04-15T20:58:24.925Z Downloaded ident_case v1.0.1
8762026-04-15T20:58:24.925Z Downloaded lru-cache v0.1.2
8772026-04-15T20:58:24.928Z Downloaded num-derive v0.3.3
8782026-04-15T20:58:24.928Z Downloaded keccak v0.1.6
8792026-04-15T20:58:24.932Z Downloaded linked-hash-map v0.5.6
8802026-04-15T20:58:24.932Z Downloaded managed v0.8.0
8812026-04-15T20:58:24.932Z Downloaded fxhash v0.2.1
8822026-04-15T20:58:24.935Z Downloaded clap v4.6.0
8832026-04-15T20:58:24.939Z Downloaded num_enum_derive v0.7.6
8842026-04-15T20:58:24.943Z Downloaded instant v0.1.13
8852026-04-15T20:58:24.943Z Downloaded newtype_derive v0.1.6
8862026-04-15T20:58:24.943Z Downloaded cipher v0.4.4
8872026-04-15T20:58:24.946Z Downloaded hubpack_derive v0.1.1
8882026-04-15T20:58:24.946Z Downloaded allocator-api2 v0.2.21
8892026-04-15T20:58:24.950Z Downloaded foreign-types-shared v0.3.1
8902026-04-15T20:58:24.950Z Downloaded hostname v0.3.1
8912026-04-15T20:58:24.954Z Downloaded anyhow v1.0.102
8922026-04-15T20:58:24.954Z Downloaded num v0.4.3
8932026-04-15T20:58:24.958Z Downloaded mime v0.3.17
8942026-04-15T20:58:24.958Z Downloaded dof v0.3.0
8952026-04-15T20:58:24.958Z Downloaded is-terminal v0.4.17
8962026-04-15T20:58:24.961Z Downloaded inout v0.1.4
8972026-04-15T20:58:24.961Z Downloaded crunchy v0.2.4
8982026-04-15T20:58:24.962Z Downloaded convert_case v0.4.0
8992026-04-15T20:58:24.965Z Downloaded memoffset v0.9.1
9002026-04-15T20:58:24.965Z Downloaded foreign-types v0.5.0
9012026-04-15T20:58:24.965Z Downloaded idna_adapter v1.2.1
9022026-04-15T20:58:24.969Z Downloaded icu_locale_core v2.1.1
9032026-04-15T20:58:24.972Z Downloaded newline-converter v0.3.0
9042026-04-15T20:58:24.972Z Downloaded dtrace-parser v0.2.0
9052026-04-15T20:58:24.972Z Downloaded dof v0.4.0
9062026-04-15T20:58:24.976Z Downloaded crc8 v0.1.1
9072026-04-15T20:58:24.976Z Downloaded ciborium-ll v0.2.2
9082026-04-15T20:58:24.976Z Downloaded cpufeatures v0.3.0
9092026-04-15T20:58:24.980Z Downloaded macaddr v1.0.1
9102026-04-15T20:58:24.980Z Downloaded dyn-clone v1.0.20
9112026-04-15T20:58:24.983Z Downloaded async-stream v0.3.6
9122026-04-15T20:58:24.983Z Downloaded darling_macro v0.23.0
9132026-04-15T20:58:24.983Z Downloaded httpdate v1.0.3
9142026-04-15T20:58:24.987Z Downloaded hash32 v0.3.1
9152026-04-15T20:58:24.987Z Downloaded internet-checksum v0.2.1
9162026-04-15T20:58:24.987Z Downloaded newtype-uuid-macros v0.1.0
9172026-04-15T20:58:24.991Z Downloaded dtrace-parser v0.3.0
9182026-04-15T20:58:24.991Z Downloaded gethostname v0.5.0
9192026-04-15T20:58:24.991Z Downloaded enum-as-inner v0.6.1
9202026-04-15T20:58:24.995Z Downloaded dropshot-api-manager-types v0.7.0
9212026-04-15T20:58:24.995Z Downloaded group v0.13.0
9222026-04-15T20:58:24.999Z Downloaded derive-ex v0.1.8
9232026-04-15T20:58:24.999Z Downloaded data-encoding v2.10.0
9242026-04-15T20:58:24.999Z Downloaded csv-core v0.1.13
9252026-04-15T20:58:25.000Z Downloaded fs-err v3.3.0
9262026-04-15T20:58:25.004Z Downloaded cobs v0.3.0
9272026-04-15T20:58:25.004Z Downloaded darling_macro v0.21.3
9282026-04-15T20:58:25.004Z Downloaded libsw-core v0.3.2
9292026-04-15T20:58:25.007Z Downloaded const-random v0.1.18
9302026-04-15T20:58:25.008Z Downloaded fastrand v2.3.0
9312026-04-15T20:58:25.008Z Downloaded compression-codecs v0.4.37
9322026-04-15T20:58:25.011Z Downloaded ingot-types v0.1.2
9332026-04-15T20:58:25.011Z Downloaded olpc-cjson v0.1.4
9342026-04-15T20:58:25.014Z Downloaded async-trait v0.1.89
9352026-04-15T20:58:25.018Z Downloaded natord v1.0.9
9362026-04-15T20:58:25.018Z Downloaded hubpack v0.1.2
9372026-04-15T20:58:25.018Z Downloaded memmap v0.7.0
9382026-04-15T20:58:25.021Z Downloaded libscf-sys v1.1.0
9392026-04-15T20:58:25.021Z Downloaded daft v0.1.5
9402026-04-15T20:58:25.021Z Downloaded embedded-io v0.6.1
9412026-04-15T20:58:25.025Z Downloaded embedded-io v0.4.0
9422026-04-15T20:58:25.025Z Downloaded fixedbitset v0.4.2
9432026-04-15T20:58:25.028Z Downloaded num_enum_derive v0.5.11
9442026-04-15T20:58:25.028Z Downloaded diff v0.1.13
9452026-04-15T20:58:25.032Z Downloaded darling_core v0.21.3
9462026-04-15T20:58:25.032Z Downloaded git-stub-vcs v0.1.0
9472026-04-15T20:58:25.035Z Downloaded num-derive v0.4.2
9482026-04-15T20:58:25.035Z Downloaded chacha20 v0.9.1
9492026-04-15T20:58:25.039Z Downloaded no-std-compat v0.4.1
9502026-04-15T20:58:25.039Z Downloaded crossbeam-utils v0.8.21
9512026-04-15T20:58:25.042Z Downloaded crossbeam-deque v0.8.6
9522026-04-15T20:58:25.042Z Downloaded num-integer v0.1.46
9532026-04-15T20:58:25.045Z Downloaded num-conv v0.2.1
9542026-04-15T20:58:25.045Z Downloaded opaque-debug v0.3.1
9552026-04-15T20:58:25.045Z Downloaded parse-display v0.10.0
9562026-04-15T20:58:25.049Z Downloaded omicron-workspace-hack v0.1.0
9572026-04-15T20:58:25.049Z Downloaded memmap2 v0.9.10
9582026-04-15T20:58:25.049Z Downloaded ingot-macros v0.1.1
9592026-04-15T20:58:25.052Z Downloaded num_enum v0.7.6
9602026-04-15T20:58:25.055Z Downloaded console v0.16.3
9612026-04-15T20:58:25.055Z Downloaded cargo_toml v0.22.3
9622026-04-15T20:58:25.055Z Downloaded multer v3.1.0
9632026-04-15T20:58:25.059Z Downloaded bit-vec v0.8.0
9642026-04-15T20:58:25.059Z Downloaded linear-map v1.2.0
9652026-04-15T20:58:25.063Z Downloaded darling v0.23.0
9662026-04-15T20:58:25.066Z Downloaded fs_extra v1.3.0
9672026-04-15T20:58:25.066Z Downloaded erased-serde v0.3.31
9682026-04-15T20:58:25.069Z Downloaded bitflags v2.11.0
9692026-04-15T20:58:25.069Z Downloaded highway v1.3.0
9702026-04-15T20:58:25.075Z Downloaded backon v1.6.0
9712026-04-15T20:58:25.079Z Downloaded crossbeam-channel v0.5.15
9722026-04-15T20:58:25.079Z Downloaded phf_shared v0.12.1
9732026-04-15T20:58:25.079Z Downloaded plain v0.2.3
9742026-04-15T20:58:25.079Z Downloaded num_enum v0.5.11
9752026-04-15T20:58:25.083Z Downloaded dunce v1.0.5
9762026-04-15T20:58:25.083Z Downloaded constant_time_eq v0.4.2
9772026-04-15T20:58:25.087Z Downloaded drift v0.1.3
9782026-04-15T20:58:25.090Z Downloaded hmac v0.12.1
9792026-04-15T20:58:25.090Z Downloaded byteorder v1.5.0
9802026-04-15T20:58:25.093Z Downloaded password-hash v0.5.0
9812026-04-15T20:58:25.094Z Downloaded darling v0.21.3
9822026-04-15T20:58:25.097Z Downloaded pretty-hex v0.4.2
9832026-04-15T20:58:25.097Z Downloaded oxide-tokio-rt v0.1.3
9842026-04-15T20:58:25.100Z Downloaded indexmap v1.9.3
9852026-04-15T20:58:25.100Z Downloaded potential_utf v0.1.4
9862026-04-15T20:58:25.104Z Downloaded dropshot_endpoint v0.17.0
9872026-04-15T20:58:25.104Z Downloaded proc-macro-crate v3.5.0
9882026-04-15T20:58:25.108Z Downloaded pem v3.0.6
9892026-04-15T20:58:25.108Z Downloaded icu_provider v2.1.1
9902026-04-15T20:58:25.111Z Downloaded parking_lot_core v0.8.6
9912026-04-15T20:58:25.111Z Downloaded daft-derive v0.1.5
9922026-04-15T20:58:25.115Z Downloaded cmake v0.1.58
9932026-04-15T20:58:25.115Z Downloaded compression-core v0.4.31
9942026-04-15T20:58:25.115Z Downloaded foldhash v0.2.0
9952026-04-15T20:58:25.119Z Downloaded defmt-macros v1.0.1
9962026-04-15T20:58:25.119Z Downloaded proc-macro-error-attr2 v2.0.0
9972026-04-15T20:58:25.126Z Downloaded oxnet v0.1.4
9982026-04-15T20:58:25.126Z Downloaded half v2.7.1
9992026-04-15T20:58:25.126Z Downloaded cstr-argument v0.1.2
10002026-04-15T20:58:25.130Z Downloaded elliptic-curve v0.13.8
10012026-04-15T20:58:25.130Z Downloaded icu_normalizer_data v2.1.1
10022026-04-15T20:58:25.131Z Downloaded cancel-safe-futures v0.1.5
10032026-04-15T20:58:25.131Z Downloaded defmt v0.3.100
10042026-04-15T20:58:25.137Z Downloaded phf v0.12.1
10052026-04-15T20:58:25.137Z Downloaded critical-section v1.2.0
10062026-04-15T20:58:25.137Z Downloaded cookie v0.18.1
10072026-04-15T20:58:25.141Z Downloaded arrayvec v0.7.6
10082026-04-15T20:58:25.141Z Downloaded hyper-rustls v0.27.7
10092026-04-15T20:58:25.141Z Downloaded displaydoc v0.2.5
10102026-04-15T20:58:25.141Z Downloaded deranged v0.5.8
10112026-04-15T20:58:25.144Z Downloaded progenitor-client v0.11.2
10122026-04-15T20:58:25.144Z Downloaded heapless v0.8.0
10132026-04-15T20:58:25.148Z Downloaded byte-wrapper v0.1.0
10142026-04-15T20:58:25.148Z Downloaded backoff v0.4.0
10152026-04-15T20:58:25.151Z Downloaded libsw v3.5.0
10162026-04-15T20:58:25.151Z Downloaded bitflags v1.3.2
10172026-04-15T20:58:25.154Z Downloaded ipnetwork v0.21.1
10182026-04-15T20:58:25.154Z Downloaded progenitor-client v0.10.0
10192026-04-15T20:58:25.154Z Downloaded const_format_proc_macros v0.2.34
10202026-04-15T20:58:25.158Z Downloaded progenitor-macro v0.13.0
10212026-04-15T20:58:25.158Z Downloaded rand_chacha v0.3.1
10222026-04-15T20:58:25.159Z Downloaded jiff-static v0.2.23
10232026-04-15T20:58:25.162Z Downloaded progenitor-macro v0.10.0
10242026-04-15T20:58:25.162Z Downloaded foreign-types-macros v0.2.3
10252026-04-15T20:58:25.162Z Downloaded quick-error v1.2.3
10262026-04-15T20:58:25.163Z Downloaded aead v0.5.2
10272026-04-15T20:58:25.166Z Downloaded powerfmt v0.2.0
10282026-04-15T20:58:25.166Z Downloaded crucible-workspace-hack v0.1.0
10292026-04-15T20:58:25.166Z Downloaded arrayref v0.3.9
10302026-04-15T20:58:25.170Z Downloaded heck v0.4.1
10312026-04-15T20:58:25.170Z Downloaded parse-display-derive v0.10.0
10322026-04-15T20:58:25.170Z Downloaded defmt-parser v1.0.0
10332026-04-15T20:58:25.170Z Downloaded icu_collections v2.1.1
10342026-04-15T20:58:25.173Z Downloaded pest_generator v2.8.6
10352026-04-15T20:58:25.177Z Downloaded pest_derive v2.8.6
10362026-04-15T20:58:25.177Z Downloaded progenitor v0.11.2
10372026-04-15T20:58:25.180Z Downloaded hickory-resolver v0.25.2
10382026-04-15T20:58:25.180Z Downloaded progenitor v0.10.0
10392026-04-15T20:58:25.184Z Downloaded rand_xorshift v0.4.0
10402026-04-15T20:58:25.184Z Downloaded proc-macro-error2 v2.0.1
10412026-04-15T20:58:25.188Z Downloaded defmt v1.0.1
10422026-04-15T20:58:25.188Z Downloaded expectorate v1.2.0
10432026-04-15T20:58:25.191Z Downloaded arc-swap v1.9.0
10442026-04-15T20:58:25.191Z Downloaded litemap v0.8.1
10452026-04-15T20:58:25.195Z Downloaded ref-cast-impl v1.0.25
10462026-04-15T20:58:25.195Z Downloaded ref-cast v1.0.25
10472026-04-15T20:58:25.198Z Downloaded num-complex v0.4.6
10482026-04-15T20:58:25.199Z Downloaded num_threads v0.1.7
10492026-04-15T20:58:25.199Z Downloaded indexmap v2.13.0
10502026-04-15T20:58:25.202Z Downloaded num-iter v0.1.45
10512026-04-15T20:58:25.202Z Downloaded nom v7.1.3
10522026-04-15T20:58:25.206Z Downloaded minimal-lexical v0.2.1
10532026-04-15T20:58:25.209Z Downloaded papergrid v0.17.0
10542026-04-15T20:58:25.212Z Downloaded hickory-resolver v0.24.4
10552026-04-15T20:58:25.212Z Downloaded progenitor v0.13.0
10562026-04-15T20:58:25.216Z Downloaded papergrid v0.11.0
10572026-04-15T20:58:25.219Z Downloaded bytecount v0.6.9
10582026-04-15T20:58:25.219Z Downloaded proc-macro-crate v1.3.1
10592026-04-15T20:58:25.219Z Downloaded proc-macro-error-attr v1.0.4
10602026-04-15T20:58:25.222Z Downloaded hashbrown v0.12.3
10612026-04-15T20:58:25.222Z Downloaded ciborium-io v0.2.2
10622026-04-15T20:58:25.226Z Downloaded git-stub v1.0.0
10632026-04-15T20:58:25.226Z Downloaded same-file v1.0.6
10642026-04-15T20:58:25.226Z Downloaded progenitor-macro v0.11.2
10652026-04-15T20:58:25.229Z Downloaded blake2 v0.10.6
10662026-04-15T20:58:25.229Z Downloaded colored v3.1.1
10672026-04-15T20:58:25.232Z Downloaded rustc_version v0.1.7
10682026-04-15T20:58:25.233Z Downloaded itertools v0.12.1
10692026-04-15T20:58:25.236Z Downloaded hashbrown v0.16.1
10702026-04-15T20:58:25.240Z Downloaded rand_core v0.10.0
10712026-04-15T20:58:25.240Z Downloaded pkg-config v0.3.32
10722026-04-15T20:58:25.244Z Downloaded openssl-sys v0.9.112
10732026-04-15T20:58:25.244Z Downloaded iddqd v0.3.17
10742026-04-15T20:58:25.247Z Downloaded derive_more v0.99.20
10752026-04-15T20:58:25.250Z Downloaded nom v8.0.0
10762026-04-15T20:58:25.254Z Downloaded ciborium v0.2.2
10772026-04-15T20:58:25.257Z Downloaded postcard v1.1.3
10782026-04-15T20:58:25.257Z Downloaded num-rational v0.4.2
10792026-04-15T20:58:25.258Z Downloaded libm v0.2.16
10802026-04-15T20:58:25.262Z Downloaded scroll_derive v0.12.1
10812026-04-15T20:58:25.266Z Downloaded indicatif v0.18.4
10822026-04-15T20:58:25.266Z Downloaded secrecy v0.10.3
10832026-04-15T20:58:25.269Z Downloaded icu_normalizer v2.1.1
10842026-04-15T20:58:25.269Z Downloaded chacha20 v0.10.0
10852026-04-15T20:58:25.272Z Downloaded serde_plain v1.0.2
10862026-04-15T20:58:25.272Z Downloaded serde-big-array v0.5.1
10872026-04-15T20:58:25.276Z Downloaded scroll_derive v0.13.1
10882026-04-15T20:58:25.276Z Downloaded progenitor-extras v0.1.1
10892026-04-15T20:58:25.276Z Downloaded base16ct v0.2.0
10902026-04-15T20:58:25.276Z Downloaded clap_derive v4.6.0
10912026-04-15T20:58:25.279Z Downloaded rustls-native-certs v0.8.3
10922026-04-15T20:58:25.279Z Downloaded hkdf v0.12.4
10932026-04-15T20:58:25.282Z Downloaded goblin v0.8.2
10942026-04-15T20:58:25.286Z Downloaded proc-macro-error v1.0.4
10952026-04-15T20:58:25.286Z Downloaded match_cfg v0.1.0
10962026-04-15T20:58:25.289Z Downloaded rustversion v1.0.22
10972026-04-15T20:58:25.295Z Downloaded semver v0.1.20
10982026-04-15T20:58:25.301Z Downloaded sha1 v0.10.6
10992026-04-15T20:58:25.304Z Downloaded serial_test_derive v3.4.0
11002026-04-15T20:58:25.304Z Downloaded serial_test v3.4.0
11012026-04-15T20:58:25.304Z Downloaded sigpipe v0.1.3
11022026-04-15T20:58:25.307Z Downloaded serde_spanned v1.1.0
11032026-04-15T20:58:25.307Z Downloaded pest_meta v2.8.6
11042026-04-15T20:58:25.307Z Downloaded moka v0.12.15
11052026-04-15T20:58:25.315Z Downloaded goblin v0.10.5
11062026-04-15T20:58:25.320Z Downloaded rusty-fork v0.3.1
11072026-04-15T20:58:25.324Z Downloaded rustls-pemfile v2.2.0
11082026-04-15T20:58:25.324Z Downloaded slog-bunyan v2.5.0
11092026-04-15T20:58:25.328Z Downloaded const_format v0.2.35
11102026-04-15T20:58:25.334Z Downloaded siphasher v1.0.2
11112026-04-15T20:58:25.340Z Downloaded prettyplease v0.2.37
11122026-04-15T20:58:25.343Z Downloaded scroll v0.13.0
11132026-04-15T20:58:25.343Z Downloaded schemars_derive v0.8.22
11142026-04-15T20:58:25.346Z Downloaded serde_repr v0.1.20
11152026-04-15T20:58:25.346Z Downloaded serde_derive_internals v0.29.1
11162026-04-15T20:58:25.346Z Downloaded resolv-conf v0.7.6
11172026-04-15T20:58:25.350Z Downloaded pretty_assertions v1.4.1
11182026-04-15T20:58:25.350Z Downloaded async-compression v0.4.41
11192026-04-15T20:58:25.353Z Downloaded smawk v0.3.2
11202026-04-15T20:58:25.357Z Downloaded parking_lot v0.11.2
11212026-04-15T20:58:25.357Z Downloaded omicron-zone-package v0.12.2
11222026-04-15T20:58:25.361Z Downloaded progenitor-impl v0.10.0
11232026-04-15T20:58:25.364Z Downloaded nix v0.31.2
11242026-04-15T20:58:25.368Z Downloaded paste v1.0.15
11252026-04-15T20:58:25.371Z Downloaded rhai_codegen v3.1.0
11262026-04-15T20:58:25.374Z Downloaded spin v0.5.2
11272026-04-15T20:58:25.378Z Downloaded serde_tokenstream v0.2.3
11282026-04-15T20:58:25.378Z Downloaded hickory-proto v0.24.4
11292026-04-15T20:58:25.385Z Downloaded stable_deref_trait v1.2.1
11302026-04-15T20:58:25.389Z Downloaded slog-async v2.8.0
11312026-04-15T20:58:25.389Z Downloaded hickory-proto v0.25.2
11322026-04-15T20:58:25.395Z Downloaded strum v0.27.2
11332026-04-15T20:58:25.398Z Downloaded strum v0.26.3
11342026-04-15T20:58:25.398Z Downloaded structmeta-derive v0.3.0
11352026-04-15T20:58:25.398Z Downloaded structmeta v0.3.0
11362026-04-15T20:58:25.398Z Downloaded crypto-bigint v0.5.5
11372026-04-15T20:58:25.402Z Downloaded scroll v0.12.0
11382026-04-15T20:58:25.405Z Downloaded dropshot_endpoint v0.16.7
11392026-04-15T20:58:25.408Z Downloaded slog-envlogger v2.2.0
11402026-04-15T20:58:25.408Z Downloaded slog-dtrace v0.3.0
11412026-04-15T20:58:25.412Z Downloaded tagptr v0.2.0
11422026-04-15T20:58:25.415Z Downloaded slog-json v2.6.1
11432026-04-15T20:58:25.415Z Downloaded sdd v3.0.10
11442026-04-15T20:58:25.419Z Downloaded slog-scope v4.4.1
11452026-04-15T20:58:25.422Z Downloaded slog-stdlog v4.1.1
11462026-04-15T20:58:25.422Z Downloaded smf v0.2.3
11472026-04-15T20:58:25.422Z Downloaded snafu-derive v0.8.9
11482026-04-15T20:58:25.426Z Downloaded smartstring v1.0.1
11492026-04-15T20:58:25.426Z Downloaded tabled_derive v0.7.0
11502026-04-15T20:58:25.429Z Downloaded const-random-macro v0.1.16
11512026-04-15T20:58:25.429Z Downloaded take_mut v0.2.2
11522026-04-15T20:58:25.433Z Downloaded tabwriter v1.4.1
11532026-04-15T20:58:25.440Z Downloaded rustls-platform-verifier v0.6.2
11542026-04-15T20:58:25.444Z Downloaded progenitor-impl v0.13.0
11552026-04-15T20:58:25.444Z Downloaded progenitor-client v0.13.0
11562026-04-15T20:58:25.448Z Downloaded thread-id v5.1.0
11572026-04-15T20:58:25.452Z Downloaded testing_table v0.3.0
11582026-04-15T20:58:25.452Z Downloaded cc v1.2.58
11592026-04-15T20:58:25.457Z Downloaded chacha20poly1305 v0.10.1
11602026-04-15T20:58:25.462Z Downloaded icu_properties v2.1.2
11612026-04-15T20:58:25.467Z Downloaded thread-id v4.2.2
11622026-04-15T20:58:25.470Z Downloaded thiserror-impl-no-std v2.0.2
11632026-04-15T20:58:25.470Z Downloaded time-core v0.1.8
11642026-04-15T20:58:25.474Z Downloaded lzma-sys v0.1.20
11652026-04-15T20:58:25.486Z Downloaded strum_macros v0.26.4
11662026-04-15T20:58:25.489Z Downloaded jiff v0.2.23
11672026-04-15T20:58:25.497Z Downloaded synstructure v0.13.2
11682026-04-15T20:58:25.500Z Downloaded slog-term v2.9.2
11692026-04-15T20:58:25.504Z Downloaded tabled_derive v0.11.0
11702026-04-15T20:58:25.509Z Downloaded rand v0.8.5
11712026-04-15T20:58:25.513Z Downloaded qorb v0.4.1
11722026-04-15T20:58:25.517Z Downloaded schemars v0.8.22
11732026-04-15T20:58:25.523Z Downloaded termtree v0.5.1
11742026-04-15T20:58:25.526Z Downloaded topological-sort v0.2.2
11752026-04-15T20:58:25.526Z Downloaded encoding_rs v0.8.35
11762026-04-15T20:58:25.538Z Downloaded typify-macro v0.6.1
11772026-04-15T20:58:25.574Z Downloaded typify-macro v0.4.3
11782026-04-15T20:58:25.574Z Downloaded spin v0.9.8
11792026-04-15T20:58:25.574Z Downloaded serde_with_macros v3.18.0
11802026-04-15T20:58:25.574Z Downloaded slog v2.8.2
11812026-04-15T20:58:25.579Z Downloaded tiny-keccak v2.0.2
11822026-04-15T20:58:25.579Z Downloaded similar v2.7.0
11832026-04-15T20:58:25.579Z Downloaded icu_properties_data v2.1.2
11842026-04-15T20:58:25.579Z Downloaded usdt v0.6.0
11852026-04-15T20:58:25.579Z Downloaded usdt v0.5.0
11862026-04-15T20:58:25.579Z Downloaded untrusted v0.7.1
11872026-04-15T20:58:25.579Z Downloaded universal-hash v0.5.1
11882026-04-15T20:58:25.579Z Downloaded unit-prefix v0.5.2
11892026-04-15T20:58:25.579Z Downloaded tokio-dtrace v0.1.1
11902026-04-15T20:58:25.579Z Downloaded time-macros v0.2.27
11912026-04-15T20:58:25.579Z Downloaded thiserror-no-std v2.0.2
11922026-04-15T20:58:25.579Z Downloaded tinystr v0.8.2
11932026-04-15T20:58:25.579Z Downloaded usdt-attr-macro v0.6.0
11942026-04-15T20:58:25.579Z Downloaded usdt-macro v0.5.0
11952026-04-15T20:58:25.579Z Downloaded usdt-attr-macro v0.5.0
11962026-04-15T20:58:25.579Z Downloaded unarray v0.1.4
11972026-04-15T20:58:25.579Z Downloaded strum_macros v0.27.2
11982026-04-15T20:58:25.579Z Downloaded schemars v0.9.0
11992026-04-15T20:58:25.579Z Downloaded toml_datetime v1.1.0+spec-1.1.0
12002026-04-15T20:58:25.579Z Downloaded toml_datetime v0.7.5+spec-1.1.0
12012026-04-15T20:58:25.579Z Downloaded rayon-core v1.13.0
12022026-04-15T20:58:25.579Z Downloaded utf-8 v0.7.6
12032026-04-15T20:58:25.583Z Downloaded usdt-macro v0.6.0
12042026-04-15T20:58:25.583Z Downloaded progenitor-impl v0.11.2
12052026-04-15T20:58:25.583Z Downloaded wait-timeout v0.2.1
12062026-04-15T20:58:25.583Z Downloaded waitgroup v0.1.2
12072026-04-15T20:58:25.587Z Downloaded tokio-tungstenite v0.21.0
12082026-04-15T20:58:25.591Z Downloaded rustls-webpki v0.103.10
12092026-04-15T20:58:25.595Z Downloaded term v1.2.1
12102026-04-15T20:58:25.599Z Downloaded zone_cfg_derive v0.3.1
12112026-04-15T20:58:25.599Z Downloaded serde_yaml v0.9.34+deprecated
12122026-04-15T20:58:25.599Z Downloaded toml_writer v1.1.0+spec-1.1.0
12132026-04-15T20:58:25.606Z Downloaded pest v2.8.6
12142026-04-15T20:58:25.610Z Downloaded dropshot-api-manager v0.7.0
12152026-04-15T20:58:25.616Z Downloaded thin-vec v0.2.16
12162026-04-15T20:58:25.616Z Downloaded tokio-rustls v0.25.0
12172026-04-15T20:58:25.635Z Downloaded yoke-derive v0.8.1
12182026-04-15T20:58:25.640Z Downloaded snafu v0.8.9
12192026-04-15T20:58:25.647Z Downloaded usdt-impl v0.5.0
12202026-04-15T20:58:25.651Z Downloaded usdt-impl v0.6.0
12212026-04-15T20:58:25.654Z Downloaded zerofrom v0.1.6
12222026-04-15T20:58:25.658Z Downloaded zone v0.3.1
12232026-04-15T20:58:25.658Z Downloaded zeroize_derive v1.4.3
12242026-04-15T20:58:25.658Z Downloaded rand v0.9.2
12252026-04-15T20:58:25.662Z Downloaded rand v0.10.1
12262026-04-15T20:58:25.665Z Downloaded test-strategy v0.4.5
12272026-04-15T20:58:25.669Z Downloaded toml_parser v1.1.0+spec-1.1.0
12282026-04-15T20:58:25.673Z Downloaded zerofrom-derive v0.1.6
12292026-04-15T20:58:25.680Z Downloaded walkdir v2.5.0
12302026-04-15T20:58:25.684Z Downloaded poly1305 v0.8.0
12312026-04-15T20:58:25.687Z Downloaded writeable v0.6.2
12322026-04-15T20:58:25.691Z Downloaded xz2 v0.1.7
12332026-04-15T20:58:25.694Z Downloaded whoami v1.6.1
12342026-04-15T20:58:25.694Z Downloaded schemars v1.2.1
12352026-04-15T20:58:25.700Z Downloaded yoke v0.8.1
12362026-04-15T20:58:25.704Z Downloaded ucd-trie v0.1.7
12372026-04-15T20:58:25.704Z Downloaded toml v0.7.8
12382026-04-15T20:58:25.710Z Downloaded toml v0.9.12+spec-1.1.0
12392026-04-15T20:58:25.714Z Downloaded vsss-rs v3.3.4
12402026-04-15T20:58:25.720Z Downloaded zerovec-derive v0.11.2
12412026-04-15T20:58:25.723Z Downloaded tungstenite v0.21.0
12422026-04-15T20:58:25.743Z Downloaded steno v0.4.1
12432026-04-15T20:58:25.760Z Downloaded blake3 v1.8.4
12442026-04-15T20:58:25.764Z Downloaded toml v1.1.0+spec-1.1.0
12452026-04-15T20:58:25.769Z Downloaded zerocopy-derive v0.7.35
12462026-04-15T20:58:25.772Z Downloaded toml_edit v0.25.8+spec-1.1.0
12472026-04-15T20:58:25.772Z Downloaded typify v0.4.3
12482026-04-15T20:58:25.793Z Downloaded unsafe-libyaml v0.2.11
12492026-04-15T20:58:25.807Z Downloaded toml_edit v0.19.15
12502026-04-15T20:58:25.814Z Downloaded typify v0.6.1
12512026-04-15T20:58:25.854Z Downloaded zerotrie v0.2.3
12522026-04-15T20:58:25.869Z Downloaded yansi v1.0.1
12532026-04-15T20:58:25.880Z Downloaded scc v2.4.0
12542026-04-15T20:58:25.889Z Downloaded zerocopy-derive v0.8.48
12552026-04-15T20:58:25.894Z Downloaded typed-path v0.9.3
12562026-04-15T20:58:25.902Z Downloaded reqwest v0.13.2
12572026-04-15T20:58:25.905Z Downloaded rayon v1.11.0
12582026-04-15T20:58:25.944Z Downloaded proptest v1.11.0
12592026-04-15T20:58:25.951Z Downloaded tough v0.20.0
12602026-04-15T20:58:25.957Z Downloaded aws-lc-rs v1.16.2
12612026-04-15T20:58:25.962Z Downloaded rustls-webpki v0.102.8
12622026-04-15T20:58:25.982Z Downloaded serde_with v3.18.0
12632026-04-15T20:58:25.987Z Downloaded zerovec v0.11.5
12642026-04-15T20:58:26.011Z Downloaded winnow v0.5.40
12652026-04-15T20:58:26.024Z Downloaded zerocopy v0.7.35
12662026-04-15T20:58:26.040Z Downloaded openssl v0.10.76
12672026-04-15T20:58:26.049Z Downloaded tabled v0.15.0
12682026-04-15T20:58:26.066Z Downloaded tabled v0.20.0
12692026-04-15T20:58:26.078Z Downloaded syn v1.0.109
12702026-04-15T20:58:26.102Z Downloaded time v0.3.47
12712026-04-15T20:58:26.118Z Downloaded openapiv3 v2.2.0
12722026-04-15T20:58:26.128Z Downloaded dropshot v0.16.7
12732026-04-15T20:58:26.152Z Downloaded rhai v1.24.0
12742026-04-15T20:58:26.158Z Downloaded rustls v0.22.4
12752026-04-15T20:58:26.164Z Downloaded dropshot v0.17.0
12762026-04-15T20:58:26.177Z Downloaded smoltcp v0.11.0
12772026-04-15T20:58:26.182Z Downloaded regress v0.10.5
12782026-04-15T20:58:26.198Z Downloaded rustls v0.23.37
12792026-04-15T20:58:26.256Z Downloaded typify-impl v0.6.1
12802026-04-15T20:58:26.268Z Downloaded sled v0.34.7
12812026-04-15T20:58:26.273Z Downloaded typify-impl v0.4.3
12822026-04-15T20:58:26.312Z Downloaded chrono-tz v0.10.4
12832026-04-15T20:58:26.323Z Downloaded petgraph v0.6.5
12842026-04-15T20:58:26.360Z Downloaded csv v1.4.0
12852026-04-15T20:58:26.368Z Downloaded sha3 v0.10.8
12862026-04-15T20:58:26.980Z Downloaded aws-lc-sys v0.39.1
12872026-04-15T20:58:27.910Z Compiling proc-macro2 v1.0.106
12882026-04-15T20:58:27.910Z Compiling quote v1.0.45
12892026-04-15T20:58:27.910Z Compiling unicode-ident v1.0.24
12902026-04-15T20:58:27.910Z Compiling serde_core v1.0.228
12912026-04-15T20:58:27.914Z Compiling cfg-if v1.0.4
12922026-04-15T20:58:27.914Z Compiling serde v1.0.228
12932026-04-15T20:58:27.914Z Compiling libc v0.2.185
12942026-04-15T20:58:27.914Z Compiling memchr v2.8.0
12952026-04-15T20:58:28.129Z Compiling itoa v1.0.18
12962026-04-15T20:58:28.316Z Compiling smallvec v1.15.1
12972026-04-15T20:58:28.337Z Compiling zmij v1.0.21
12982026-04-15T20:58:28.405Z Compiling serde_json v1.0.149
12992026-04-15T20:58:28.532Z Compiling autocfg v1.5.0
13002026-04-15T20:58:28.658Z Compiling libm v0.2.16
13012026-04-15T20:58:28.778Z Compiling version_check v0.9.5
13022026-04-15T20:58:28.841Z Compiling stable_deref_trait v1.2.1
13032026-04-15T20:58:28.909Z Compiling pin-project-lite v0.2.17
13042026-04-15T20:58:28.920Z Compiling litemap v0.8.1
13052026-04-15T20:58:28.958Z Compiling writeable v0.6.2
13062026-04-15T20:58:28.981Z Compiling percent-encoding v2.3.2
13072026-04-15T20:58:29.021Z Compiling icu_properties_data v2.1.2
13082026-04-15T20:58:29.112Z Compiling icu_normalizer_data v2.1.1
13092026-04-15T20:58:29.189Z Compiling iana-time-zone v0.1.65
13102026-04-15T20:58:29.213Z Compiling scopeguard v1.2.0
13112026-04-15T20:58:29.247Z Compiling syn v2.0.117
13122026-04-15T20:58:29.382Z Compiling equivalent v1.0.2
13132026-04-15T20:58:29.430Z Compiling parking_lot_core v0.9.12
13142026-04-15T20:58:29.444Z Compiling lock_api v0.4.14
13152026-04-15T20:58:29.462Z Compiling form_urlencoded v1.2.2
13162026-04-15T20:58:29.474Z Compiling utf8_iter v1.0.4
13172026-04-15T20:58:29.485Z Compiling allocator-api2 v0.2.21
13182026-04-15T20:58:29.618Z Compiling foldhash v0.2.0
13192026-04-15T20:58:29.643Z Compiling dyn-clone v1.0.20
13202026-04-15T20:58:29.673Z Compiling num-traits v0.2.19
13212026-04-15T20:58:29.713Z Compiling jobserver v0.1.34
13222026-04-15T20:58:29.780Z Compiling hashbrown v0.16.1
13232026-04-15T20:58:29.811Z Compiling shlex v1.3.0
13242026-04-15T20:58:29.853Z Compiling find-msvc-tools v0.1.9
13252026-04-15T20:58:29.999Z Compiling log v0.4.29
13262026-04-15T20:58:30.048Z Compiling cc v1.2.58
13272026-04-15T20:58:30.095Z Compiling errno v0.3.14
13282026-04-15T20:58:30.254Z Compiling semver v1.0.28
13292026-04-15T20:58:30.283Z Compiling futures-core v0.3.32
13302026-04-15T20:58:30.341Z Compiling getrandom v0.4.2
13312026-04-15T20:58:30.380Z Compiling rand_core v0.10.0
13322026-04-15T20:58:30.438Z Compiling thiserror v2.0.18
13332026-04-15T20:58:30.537Z Compiling indexmap v2.13.0
13342026-04-15T20:58:30.598Z Compiling zerocopy v0.8.48
13352026-04-15T20:58:30.693Z Compiling heck v0.5.0
13362026-04-15T20:58:30.801Z Compiling futures-sink v0.3.32
13372026-04-15T20:58:30.909Z Compiling slab v0.4.12
13382026-04-15T20:58:30.959Z Compiling fnv v1.0.7
13392026-04-15T20:58:30.977Z Compiling uuid v1.23.0
13402026-04-15T20:58:31.032Z Compiling futures-channel v0.3.32
13412026-04-15T20:58:31.054Z Compiling rustversion v1.0.22
13422026-04-15T20:58:31.086Z Compiling typenum v1.19.0
13432026-04-15T20:58:31.188Z Compiling futures-task v0.3.32
13442026-04-15T20:58:31.255Z Compiling schemars v0.8.22
13452026-04-15T20:58:31.323Z Compiling futures-io v0.3.32
13462026-04-15T20:58:31.358Z Compiling socket2 v0.6.3
13472026-04-15T20:58:31.403Z Compiling getrandom v0.2.17
13482026-04-15T20:58:31.481Z Compiling portable-atomic v1.13.1
13492026-04-15T20:58:31.508Z Compiling signal-hook-registry v1.4.8
13502026-04-15T20:58:31.598Z Compiling parking_lot v0.12.5
13512026-04-15T20:58:31.655Z Compiling mio v1.2.0
13522026-04-15T20:58:31.822Z Compiling bitflags v2.11.0
13532026-04-15T20:58:31.825Z Compiling subtle v2.6.1
13542026-04-15T20:58:32.005Z Compiling critical-section v1.2.0
13552026-04-15T20:58:32.022Z Compiling untrusted v0.9.0
13562026-04-15T20:58:32.042Z Compiling base64 v0.22.1
13572026-04-15T20:58:32.059Z Compiling byteorder v1.5.0
13582026-04-15T20:58:32.080Z Compiling rand_core v0.6.4
13592026-04-15T20:58:32.111Z Compiling synstructure v0.13.2
13602026-04-15T20:58:32.143Z Compiling serde_derive_internals v0.29.1
13612026-04-15T20:58:32.209Z Compiling cmake v0.1.58
13622026-04-15T20:58:32.332Z Compiling dunce v1.0.5
13632026-04-15T20:58:32.359Z Compiling fs_extra v1.3.0
13642026-04-15T20:58:32.396Z Compiling httparse v1.10.1
13652026-04-15T20:58:32.434Z Compiling strsim v0.11.1
13662026-04-15T20:58:32.584Z Compiling once_cell v1.21.4
13672026-04-15T20:58:32.599Z Compiling regex-syntax v0.8.10
13682026-04-15T20:58:32.625Z Compiling aws-lc-sys v0.39.1
13692026-04-15T20:58:32.666Z Compiling rustix v1.1.4
13702026-04-15T20:58:32.753Z Compiling ipnet v2.12.0
13712026-04-15T20:58:32.804Z Compiling atomic-waker v1.1.2
13722026-04-15T20:58:32.896Z Compiling slog v2.8.2
13732026-04-15T20:58:32.928Z Compiling generic-array v0.14.7
13742026-04-15T20:58:32.975Z Compiling thiserror v1.0.69
13752026-04-15T20:58:33.121Z Compiling tower-service v0.3.3
13762026-04-15T20:58:33.152Z Compiling tower-layer v0.3.3
13772026-04-15T20:58:33.214Z Compiling ucd-trie v0.1.7
13782026-04-15T20:58:33.320Z Compiling try-lock v0.2.5
13792026-04-15T20:58:33.331Z Compiling getrandom v0.3.4
13802026-04-15T20:58:33.428Z Compiling pest v2.8.6
13812026-04-15T20:58:33.464Z Compiling serde_derive v1.0.228
13822026-04-15T20:58:33.476Z Compiling zerofrom-derive v0.1.6
13832026-04-15T20:58:33.489Z Compiling yoke-derive v0.8.1
13842026-04-15T20:58:33.534Z Compiling zerovec-derive v0.11.2
13852026-04-15T20:58:33.631Z Compiling displaydoc v0.2.5
13862026-04-15T20:58:33.674Z Compiling tokio-macros v2.7.0
13872026-04-15T20:58:34.405Z Compiling schemars_derive v0.8.22
13882026-04-15T20:58:34.441Z Compiling thiserror-impl v2.0.18
13892026-04-15T20:58:34.543Z Compiling zerocopy-derive v0.8.48
13902026-04-15T20:58:34.651Z Compiling zeroize_derive v1.4.3
13912026-04-15T20:58:34.705Z Compiling zerofrom v0.1.6
13922026-04-15T20:58:34.739Z Compiling futures-macro v0.3.32
13932026-04-15T20:58:34.833Z Compiling yoke v0.8.1
13942026-04-15T20:58:35.022Z Compiling zerovec v0.11.5
13952026-04-15T20:58:35.336Z Compiling zerotrie v0.2.3
13962026-04-15T20:58:35.341Z Compiling zeroize v1.8.2
13972026-04-15T20:58:35.528Z Compiling tinystr v0.8.2
13982026-04-15T20:58:35.555Z Compiling potential_utf v0.1.4
13992026-04-15T20:58:35.639Z Compiling futures-util v0.3.32
14002026-04-15T20:58:35.643Z Compiling thiserror-impl v1.0.69
14012026-04-15T20:58:35.678Z Compiling icu_collections v2.1.1
14022026-04-15T20:58:35.714Z Compiling icu_locale_core v2.1.1
14032026-04-15T20:58:36.193Z Compiling pest_meta v2.8.6
14042026-04-15T20:58:36.334Z Compiling icu_provider v2.1.1
14052026-04-15T20:58:36.642Z Compiling bytes v1.11.1
14062026-04-15T20:58:36.673Z Compiling icu_normalizer v2.1.1
14072026-04-15T20:58:36.723Z Compiling icu_properties v2.1.2
14082026-04-15T20:58:36.813Z Compiling chrono v0.4.44
14092026-04-15T20:58:37.324Z Compiling http v1.4.0
14102026-04-15T20:58:37.328Z Compiling tokio v1.52.0
14112026-04-15T20:58:37.602Z Compiling serde_tokenstream v0.2.3
14122026-04-15T20:58:37.895Z Compiling idna_adapter v1.2.1
14132026-04-15T20:58:37.952Z Compiling erased-serde v0.3.31
14142026-04-15T20:58:37.965Z Compiling http-body v1.0.1
14152026-04-15T20:58:38.030Z Compiling idna v1.1.0
14162026-04-15T20:58:38.221Z Compiling want v0.3.1
14172026-04-15T20:58:38.345Z Compiling url v2.5.8
14182026-04-15T20:58:38.428Z Compiling ryu v1.0.23
14192026-04-15T20:58:38.456Z Compiling httpdate v1.0.3
14202026-04-15T20:58:38.617Z Compiling pest_generator v2.8.6
14212026-04-15T20:58:38.715Z Compiling pretty-hex v0.4.2
14222026-04-15T20:58:38.805Z Compiling plain v0.2.3
14232026-04-15T20:58:38.825Z Compiling paste v1.0.15
14242026-04-15T20:58:38.913Z Compiling ppv-lite86 v0.2.21
14252026-04-15T20:58:39.042Z Compiling crypto-common v0.1.7
14262026-04-15T20:58:39.156Z Compiling omicron-workspace-hack v0.1.0
14272026-04-15T20:58:39.175Z Compiling ident_case v1.0.1
14282026-04-15T20:58:39.247Z Compiling pest_derive v2.8.6
14292026-04-15T20:58:39.250Z Compiling tracing-attributes v0.1.31
14302026-04-15T20:58:39.295Z Compiling tracing-core v0.1.36
14312026-04-15T20:58:39.452Z Compiling serde_urlencoded v0.7.1
14322026-04-15T20:58:39.699Z Compiling http-body-util v0.1.3
14332026-04-15T20:58:39.731Z Compiling ipnetwork v0.21.1
14342026-04-15T20:58:39.796Z Compiling daft-derive v0.1.5
14352026-04-15T20:58:39.914Z Compiling sync_wrapper v1.0.2
14362026-04-15T20:58:39.943Z Compiling fastrand v2.3.0
14372026-04-15T20:58:40.019Z Compiling aho-corasick v1.1.4
14382026-04-15T20:58:40.167Z Compiling winnow v1.0.1
14392026-04-15T20:58:40.211Z Compiling rustls-pki-types v1.14.0
14402026-04-15T20:58:40.354Z Compiling async-trait v0.1.89
14412026-04-15T20:58:40.472Z Compiling tracing v0.1.44
14422026-04-15T20:58:40.533Z Compiling ring v0.17.14
14432026-04-15T20:58:40.711Z Compiling cpufeatures v0.2.17
14442026-04-15T20:58:40.782Z Compiling num-conv v0.2.1
14452026-04-15T20:58:40.928Z Compiling regex-automata v0.4.14
14462026-04-15T20:58:40.928Z Compiling anyhow v1.0.102
14472026-04-15T20:58:41.048Z Compiling iri-string v0.7.12
14482026-04-15T20:58:41.251Z Compiling time-core v0.1.8
14492026-04-15T20:58:41.277Z Compiling powerfmt v0.2.0
14502026-04-15T20:58:41.394Z Compiling time-macros v0.2.27
14512026-04-15T20:58:41.438Z Compiling deranged v0.5.8
14522026-04-15T20:58:41.713Z Compiling block-buffer v0.10.4
14532026-04-15T20:58:41.865Z Compiling scroll_derive v0.13.1
14542026-04-15T20:58:42.385Z Compiling num_threads v0.1.7
14552026-04-15T20:58:42.472Z Compiling hex v0.4.3
14562026-04-15T20:58:42.483Z Compiling digest v0.10.7
14572026-04-15T20:58:42.700Z Compiling regex v1.12.3
14582026-04-15T20:58:42.727Z Compiling scroll v0.13.0
14592026-04-15T20:58:42.997Z Compiling tokio-util v0.7.18
14602026-04-15T20:58:43.138Z Compiling oxnet v0.1.4
14612026-04-15T20:58:43.355Z Compiling camino v1.2.2
14622026-04-15T20:58:43.581Z Compiling goblin v0.10.5
14632026-04-15T20:58:43.731Z Compiling openssl-probe v0.2.1
14642026-04-15T20:58:43.768Z Compiling usdt-impl v0.6.0
14652026-04-15T20:58:44.028Z Compiling dtrace-parser v0.3.0
14662026-04-15T20:58:44.263Z Compiling crossbeam-utils v0.8.21
14672026-04-15T20:58:44.578Z Compiling h2 v0.4.13
14682026-04-15T20:58:44.787Z Compiling futures-executor v0.3.32
14692026-04-15T20:58:44.791Z Compiling openapiv3 v2.2.0
14702026-04-15T20:58:44.905Z Compiling structmeta-derive v0.3.0
14712026-04-15T20:58:45.066Z Compiling regress v0.10.5
14722026-04-15T20:58:45.410Z Compiling thread-id v5.1.0
14732026-04-15T20:58:45.494Z Compiling rustls v0.22.4
14742026-04-15T20:58:45.711Z Compiling syn v1.0.109
14752026-04-15T20:58:45.971Z Compiling structmeta v0.3.0
14762026-04-15T20:58:46.090Z Compiling futures v0.3.32
14772026-04-15T20:58:46.174Z Compiling rand_core v0.9.5
14782026-04-15T20:58:46.324Z Compiling dof v0.4.0
14792026-04-15T20:58:46.441Z Compiling darling_core v0.23.0
14802026-04-15T20:58:46.922Z Compiling hyper v1.9.0
14812026-04-15T20:58:47.814Z Compiling newtype-uuid-macros v0.1.0
14822026-04-15T20:58:47.927Z Compiling thread_local v1.1.9
14832026-04-15T20:58:48.219Z Compiling match_cfg v0.1.0
14842026-04-15T20:58:48.291Z Compiling winnow v0.7.15
14852026-04-15T20:58:48.630Z Compiling aws-lc-rs v1.16.2
14862026-04-15T20:58:48.654Z Compiling hyper-util v0.1.20
14872026-04-15T20:58:48.680Z Compiling darling_macro v0.23.0
14882026-04-15T20:58:48.800Z Compiling newtype-uuid v1.3.2
14892026-04-15T20:58:48.930Z Compiling quick-error v1.2.3
14902026-04-15T20:58:49.038Z Compiling ref-cast v1.0.25
14912026-04-15T20:58:49.148Z Compiling slog-async v2.8.0
14922026-04-15T20:58:49.161Z Compiling daft v0.1.5
14932026-04-15T20:58:49.266Z Compiling darling v0.23.0
14942026-04-15T20:58:49.346Z Compiling usdt-macro v0.6.0
14952026-04-15T20:58:49.400Z Compiling usdt-attr-macro v0.6.0
14962026-04-15T20:58:49.423Z Compiling rand_chacha v0.9.0
14972026-04-15T20:58:49.481Z Compiling ref-cast-impl v1.0.25
14982026-04-15T20:58:49.846Z Compiling strum_macros v0.26.4
14992026-04-15T20:58:49.871Z Compiling serde_spanned v1.1.0
15002026-04-15T20:58:50.022Z Compiling toml_datetime v0.7.5+spec-1.1.0
15012026-04-15T20:58:50.113Z Compiling multer v3.1.0
15022026-04-15T20:58:50.338Z Compiling toml_writer v1.1.0+spec-1.1.0
15032026-04-15T20:58:50.348Z Compiling take_mut v0.2.2
15042026-04-15T20:58:50.413Z Compiling bit-vec v0.8.0
15052026-04-15T20:58:50.454Z Compiling term v1.2.1
15062026-04-15T20:58:50.537Z Compiling untrusted v0.7.1
15072026-04-15T20:58:50.553Z Compiling debug-ignore v1.0.5
15082026-04-15T20:58:50.640Z Compiling bit-set v0.8.0
15092026-04-15T20:58:50.672Z Compiling rand v0.9.2
15102026-04-15T20:58:50.696Z Compiling serde_with_macros v3.18.0
15112026-04-15T20:58:50.799Z Compiling async-stream-impl v0.3.6
15122026-04-15T20:58:51.193Z Compiling dropshot v0.16.7
15132026-04-15T20:58:51.283Z Compiling encoding_rs v0.8.35
15142026-04-15T20:58:51.429Z Compiling spin v0.9.8
15152026-04-15T20:58:51.446Z Compiling rustls v0.23.37
15162026-04-15T20:58:51.525Z Compiling strum v0.26.3
15172026-04-15T20:58:51.541Z Compiling unarray v0.1.4
15182026-04-15T20:58:51.648Z Compiling mime v0.3.17
15192026-04-15T20:58:51.661Z Compiling async-stream v0.3.6
15202026-04-15T20:58:51.899Z Compiling derive-ex v0.1.8
15212026-04-15T20:58:51.925Z Compiling dropshot_endpoint v0.16.7
15222026-04-15T20:58:51.936Z Compiling macaddr v1.0.1
15232026-04-15T20:58:52.165Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15242026-04-15T20:58:52.177Z Compiling waitgroup v0.1.2
15252026-04-15T20:58:52.398Z Compiling serde_path_to_error v0.1.20
15262026-04-15T20:58:52.713Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15272026-04-15T20:58:52.775Z Compiling tempfile v3.27.0
15282026-04-15T20:58:52.858Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15292026-04-15T20:58:52.927Z Compiling tower v0.5.3
15302026-04-15T20:58:53.042Z Compiling strum_macros v0.27.2
15312026-04-15T20:58:53.096Z Compiling instant v0.1.13
15322026-04-15T20:58:53.203Z Compiling time v0.3.47
15332026-04-15T20:58:53.427Z Compiling tower-http v0.6.8
15342026-04-15T20:58:53.596Z Compiling rustc-hash v2.1.2
15352026-04-15T20:58:53.609Z Compiling test-strategy v0.4.5
15362026-04-15T20:58:53.719Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
15372026-04-15T20:58:53.875Z Compiling crossbeam-channel v0.5.15
15382026-04-15T20:58:54.926Z Compiling strum v0.27.2
15392026-04-15T20:58:55.012Z Compiling parse-display-derive v0.10.0
15402026-04-15T20:58:55.059Z Compiling rustls-native-certs v0.8.3
15412026-04-15T20:58:55.140Z Compiling backon v1.6.0
15422026-04-15T20:58:55.354Z Compiling rustls-webpki v0.102.8
15432026-04-15T20:58:55.437Z Compiling rand_chacha v0.3.1
15442026-04-15T20:58:56.250Z Compiling rand v0.8.5
15452026-04-15T20:58:56.276Z Compiling slog-json v2.6.1
15462026-04-15T20:58:56.487Z Compiling hostname v0.3.1
15472026-04-15T20:58:56.632Z Compiling toml_parser v1.1.0+spec-1.1.0
15482026-04-15T20:58:56.643Z Compiling memmap2 v0.9.10
15492026-04-15T20:58:56.701Z Compiling wait-timeout v0.2.1
15502026-04-15T20:58:56.859Z Compiling is-terminal v0.4.17
15512026-04-15T20:58:56.954Z Compiling either v1.15.0
15522026-04-15T20:58:57.023Z Compiling toml v0.9.12+spec-1.1.0
15532026-04-15T20:58:57.083Z Compiling slog-term v2.9.2
15542026-04-15T20:58:57.167Z Compiling rusty-fork v0.3.1
15552026-04-15T20:58:57.400Z Compiling usdt v0.6.0
15562026-04-15T20:58:57.570Z Compiling slog-bunyan v2.5.0
15572026-04-15T20:58:57.690Z Compiling tokio-rustls v0.25.0
15582026-04-15T20:58:57.930Z Compiling serde_with v3.18.0
15592026-04-15T20:58:58.034Z Compiling rand_xorshift v0.4.0
15602026-04-15T20:58:58.187Z Compiling sha1 v0.10.6
15612026-04-15T20:58:58.214Z Compiling rustls-pemfile v2.2.0
15622026-04-15T20:58:58.361Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
15632026-04-15T20:58:58.420Z Compiling hostname v0.4.2
15642026-04-15T20:58:58.424Z Compiling proptest v1.11.0
15652026-04-15T20:58:59.043Z Compiling reqwest v0.12.28
15662026-04-15T20:58:59.211Z Compiling iddqd v0.3.17
15672026-04-15T20:58:59.742Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
15682026-04-15T20:59:00.381Z Compiling progenitor-client v0.10.0
15692026-04-15T20:59:00.571Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
15702026-04-15T20:59:00.656Z Compiling parse-display v0.10.0
15712026-04-15T20:59:01.011Z Compiling itertools v0.14.0
15722026-04-15T20:59:01.161Z Compiling backoff v0.4.0
15732026-04-15T20:59:01.194Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
15742026-04-15T20:59:01.950Z Compiling toml_datetime v0.6.11
15752026-04-15T20:59:02.406Z Compiling utf8parse v0.2.2
15762026-04-15T20:59:02.519Z Compiling anstyle-parse v1.0.0
15772026-04-15T20:59:02.585Z Compiling zerocopy-derive v0.7.35
15782026-04-15T20:59:02.710Z Compiling colorchoice v1.0.5
15792026-04-15T20:59:02.832Z Compiling anstyle v1.0.14
15802026-04-15T20:59:02.876Z Compiling anstyle-query v1.1.5
15812026-04-15T20:59:02.991Z Compiling is_terminal_polyfill v1.70.2
15822026-04-15T20:59:03.068Z Compiling anstream v1.0.0
15832026-04-15T20:59:03.490Z Compiling zerocopy v0.7.35
15842026-04-15T20:59:03.630Z Compiling clap_lex v1.1.0
15852026-04-15T20:59:03.779Z Compiling convert_case v0.4.0
15862026-04-15T20:59:04.084Z Compiling derive_more v0.99.20
15872026-04-15T20:59:04.533Z Compiling unicode-width v0.2.2
15882026-04-15T20:59:04.587Z Compiling tinyvec_macros v0.1.1
15892026-04-15T20:59:04.659Z Compiling tinyvec v1.11.0
15902026-04-15T20:59:05.419Z Compiling dtrace-parser v0.2.0
15912026-04-15T20:59:05.470Z Compiling serde_spanned v0.6.9
15922026-04-15T20:59:05.605Z Compiling secrecy v0.10.3
15932026-04-15T20:59:05.769Z Compiling clap_derive v4.6.0
15942026-04-15T20:59:06.286Z Compiling scroll_derive v0.12.1
15952026-04-15T20:59:06.305Z Compiling usdt-impl v0.5.0
15962026-04-15T20:59:06.397Z Compiling toml_write v0.1.2
15972026-04-15T20:59:06.404Z Compiling crucible-workspace-hack v0.1.0
15982026-04-15T20:59:06.607Z Compiling toml_edit v0.22.27
15992026-04-15T20:59:07.010Z Compiling scroll v0.12.0
16002026-04-15T20:59:07.342Z Compiling dof v0.3.0
16012026-04-15T20:59:07.522Z Compiling typify-impl v0.6.1
16022026-04-15T20:59:07.597Z Compiling terminal_size v0.4.4
16032026-04-15T20:59:07.637Z Compiling darling_core v0.21.3
16042026-04-15T20:59:07.837Z Compiling rustc_version v0.4.1
16052026-04-15T20:59:07.862Z Compiling thread-id v4.2.2
16062026-04-15T20:59:09.859Z Compiling curve25519-dalek v4.1.3
16072026-04-15T20:59:09.894Z Compiling toml v0.8.23
16082026-04-15T20:59:09.894Z Compiling goblin v0.8.2
16092026-04-15T20:59:09.894Z Compiling crossbeam-epoch v0.9.18
16102026-04-15T20:59:09.894Z Compiling hmac v0.12.1
16112026-04-15T20:59:09.894Z Compiling inout v0.1.4
16122026-04-15T20:59:09.894Z Compiling ff v0.13.1
16132026-04-15T20:59:09.894Z Compiling num-integer v0.1.46
16142026-04-15T20:59:09.894Z Compiling darling_macro v0.21.3
16152026-04-15T20:59:09.987Z Compiling float-ord v0.3.2
16162026-04-15T20:59:10.221Z Compiling group v0.13.0
16172026-04-15T20:59:10.340Z Compiling cipher v0.4.4
16182026-04-15T20:59:10.409Z Compiling hkdf v0.12.4
16192026-04-15T20:59:10.436Z Compiling darling v0.21.3
16202026-04-15T20:59:10.986Z Compiling clap_builder v4.6.0
16212026-04-15T20:59:13.125Z Compiling thiserror-impl-no-std v2.0.2
16222026-04-15T20:59:13.262Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16232026-04-15T20:59:13.807Z Compiling universal-hash v0.5.1
16242026-04-15T20:59:13.937Z Compiling half v2.7.1
16252026-04-15T20:59:13.965Z Compiling crypto-bigint v0.5.5
16262026-04-15T20:59:14.087Z Compiling typify-macro v0.6.1
16272026-04-15T20:59:14.243Z Compiling curve25519-dalek-derive v0.1.1
16282026-04-15T20:59:14.254Z Compiling proc-macro-error-attr v1.0.4
16292026-04-15T20:59:14.574Z Compiling heapless v0.8.0
16302026-04-15T20:59:14.765Z Compiling base64ct v1.8.3
16312026-04-15T20:59:14.790Z Compiling opaque-debug v0.3.1
16322026-04-15T20:59:14.864Z Compiling toml_datetime v1.1.0+spec-1.1.0
16332026-04-15T20:59:14.878Z Compiling ciborium-io v0.2.2
16342026-04-15T20:59:14.971Z Compiling base16ct v0.2.0
16352026-04-15T20:59:14.989Z Compiling prettyplease v0.2.37
16362026-04-15T20:59:15.017Z Compiling rustix v0.38.44
16372026-04-15T20:59:15.074Z Compiling elliptic-curve v0.13.8
16382026-04-15T20:59:15.093Z Compiling toml_edit v0.25.8+spec-1.1.0
16392026-04-15T20:59:15.101Z Compiling ciborium-ll v0.2.2
16402026-04-15T20:59:15.214Z Compiling password-hash v0.5.0
16412026-04-15T20:59:15.308Z Compiling poly1305 v0.8.0
16422026-04-15T20:59:15.704Z Compiling thiserror-no-std v2.0.2
16432026-04-15T20:59:15.740Z Compiling clap v4.6.0
16442026-04-15T20:59:16.089Z Compiling chacha20 v0.9.1
16452026-04-15T20:59:16.196Z Compiling ingot-macros v0.1.1
16462026-04-15T20:59:16.210Z Compiling num-rational v0.4.2
16472026-04-15T20:59:16.210Z Compiling num-iter v0.1.45
16482026-04-15T20:59:17.638Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
16492026-04-15T20:59:17.670Z Compiling usdt-attr-macro v0.5.0
16502026-04-15T20:59:17.670Z Compiling usdt-macro v0.5.0
16512026-04-15T20:59:17.670Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16522026-04-15T20:59:17.670Z Compiling byte-wrapper v0.1.0
16532026-04-15T20:59:17.670Z Compiling blake2 v0.10.6
16542026-04-15T20:59:17.707Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
16552026-04-15T20:59:17.988Z Compiling aead v0.5.2
16562026-04-15T20:59:17.997Z Compiling enum-as-inner v0.6.1
16572026-04-15T20:59:18.059Z Compiling hash32 v0.3.1
16582026-04-15T20:59:18.152Z Compiling num-complex v0.4.6
16592026-04-15T20:59:18.201Z Compiling proc-macro-error v1.0.4
16602026-04-15T20:59:18.217Z Compiling memmap v0.7.0
16612026-04-15T20:59:18.447Z Compiling smoltcp v0.11.0
16622026-04-15T20:59:18.470Z Compiling keccak v0.1.6
16632026-04-15T20:59:18.483Z Compiling winnow v0.5.40
16642026-04-15T20:59:18.544Z Compiling data-encoding v2.10.0
16652026-04-15T20:59:18.591Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16662026-04-15T20:59:18.720Z Compiling sha3 v0.10.8
16672026-04-15T20:59:18.984Z Compiling num v0.4.3
16682026-04-15T20:59:19.056Z Compiling usdt v0.5.0
16692026-04-15T20:59:19.130Z Compiling ingot-types v0.1.2
16702026-04-15T20:59:19.329Z Compiling chacha20poly1305 v0.10.1
16712026-04-15T20:59:19.431Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
16722026-04-15T20:59:19.458Z Compiling argon2 v0.5.3
16732026-04-15T20:59:19.544Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16742026-04-15T20:59:19.583Z Compiling typify v0.6.1
16752026-04-15T20:59:19.674Z Compiling vsss-rs v3.3.4
16762026-04-15T20:59:19.934Z Compiling rustls-webpki v0.103.10
16772026-04-15T20:59:20.079Z Compiling toml_edit v0.19.15
16782026-04-15T20:59:21.007Z Compiling proc-macro-crate v3.5.0
16792026-04-15T20:59:21.063Z Compiling ciborium v0.2.2
16802026-04-15T20:59:21.668Z Compiling tabwriter v1.4.1
16812026-04-15T20:59:22.119Z Compiling cobs v0.3.0
16822026-04-15T20:59:22.148Z Compiling memoffset v0.9.1
16832026-04-15T20:59:22.211Z Compiling bitflags v1.3.2
16842026-04-15T20:59:22.251Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
16852026-04-15T20:59:22.300Z Compiling unsafe-libyaml v0.2.11
16862026-04-15T20:59:22.388Z Compiling pkg-config v0.3.32
16872026-04-15T20:59:22.451Z Compiling cfg_aliases v0.2.1
16882026-04-15T20:59:22.479Z Compiling vcpkg v0.2.15
16892026-04-15T20:59:22.500Z Compiling indent_write v2.2.0
16902026-04-15T20:59:22.524Z Compiling managed v0.8.0
16912026-04-15T20:59:22.640Z Compiling nix v0.31.2
16922026-04-15T20:59:22.858Z Compiling serde_yaml v0.9.34+deprecated
16932026-04-15T20:59:23.073Z Compiling openssl-sys v0.9.112
16942026-04-15T20:59:23.111Z Compiling postcard v1.1.3
16952026-04-15T20:59:23.460Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16962026-04-15T20:59:23.646Z Compiling num_enum_derive v0.7.6
16972026-04-15T20:59:24.210Z Compiling tokio-rustls v0.26.4
16982026-04-15T20:59:24.490Z Compiling hyper-rustls v0.27.7
16992026-04-15T20:59:24.710Z Compiling rustls-platform-verifier v0.6.2
17002026-04-15T20:59:24.961Z Compiling reqwest v0.13.2
17012026-04-15T20:59:25.167Z Compiling proc-macro-crate v1.3.1
17022026-04-15T20:59:25.359Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17032026-04-15T20:59:25.523Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17042026-04-15T20:59:25.756Z Compiling progenitor-impl v0.13.0
17052026-04-15T20:59:25.772Z Compiling ingot v0.1.1
17062026-04-15T20:59:25.791Z Compiling hubpack_derive v0.1.1
17072026-04-15T20:59:26.339Z Compiling progenitor-client v0.13.0
17082026-04-15T20:59:26.666Z Compiling progenitor-extras v0.1.1
17092026-04-15T20:59:26.917Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17102026-04-15T20:59:27.621Z Compiling foreign-types-macros v0.2.3
17112026-04-15T20:59:27.772Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17122026-04-15T20:59:28.097Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17132026-04-15T20:59:28.302Z Compiling resolv-conf v0.7.6
17142026-04-15T20:59:28.340Z Compiling rayon-core v1.13.0
17152026-04-15T20:59:28.540Z Compiling heck v0.4.1
17162026-04-15T20:59:28.570Z Compiling swrite v0.1.0
17172026-04-15T20:59:28.666Z Compiling linked-hash-map v0.5.6
17182026-04-15T20:59:28.708Z Compiling semver v0.1.20
17192026-04-15T20:59:28.746Z Compiling cpufeatures v0.3.0
17202026-04-15T20:59:28.828Z Compiling colored v3.1.1
17212026-04-15T20:59:28.859Z Compiling foreign-types-shared v0.3.1
17222026-04-15T20:59:28.957Z Compiling static_assertions v1.1.0
17232026-04-15T20:59:28.973Z Compiling foreign-types v0.5.0
17242026-04-15T20:59:29.037Z Compiling rustc_version v0.1.7
17252026-04-15T20:59:29.059Z Compiling lru-cache v0.1.2
17262026-04-15T20:59:29.195Z Compiling chacha20 v0.10.0
17272026-04-15T20:59:29.275Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17282026-04-15T20:59:29.311Z Compiling hubpack v0.1.2
17292026-04-15T20:59:29.477Z Compiling num_enum_derive v0.5.11
17302026-04-15T20:59:29.565Z Compiling progenitor-macro v0.13.0
17312026-04-15T20:59:29.637Z Compiling num_enum v0.7.6
17322026-04-15T20:59:30.004Z Compiling hickory-proto v0.24.4
17332026-04-15T20:59:30.471Z Compiling crossbeam-deque v0.8.6
17342026-04-15T20:59:30.531Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17352026-04-15T20:59:30.668Z Compiling serde-big-array v0.5.1
17362026-04-15T20:59:30.817Z Compiling serde_repr v0.1.20
17372026-04-15T20:59:31.043Z Compiling derive-where v1.6.1
17382026-04-15T20:59:31.430Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17392026-04-15T20:59:31.498Z Compiling pin-project-internal v1.1.11
17402026-04-15T20:59:31.970Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17412026-04-15T20:59:32.409Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17422026-04-15T20:59:32.544Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17432026-04-15T20:59:32.698Z Compiling cstr-argument v0.1.2
17442026-04-15T20:59:33.203Z Compiling minimal-lexical v0.2.1
17452026-04-15T20:59:33.462Z Compiling unicode-segmentation v1.13.2
17462026-04-15T20:59:33.486Z Compiling siphasher v1.0.2
17472026-04-15T20:59:33.700Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
17482026-04-15T20:59:33.926Z Compiling newline-converter v0.3.0
17492026-04-15T20:59:33.958Z Compiling phf_shared v0.12.1
17502026-04-15T20:59:34.052Z Compiling nom v7.1.3
17512026-04-15T20:59:34.144Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17522026-04-15T20:59:34.435Z Compiling pin-project v1.1.11
17532026-04-15T20:59:34.835Z Compiling hickory-resolver v0.24.4
17542026-04-15T20:59:34.961Z Compiling progenitor v0.13.0
17552026-04-15T20:59:35.078Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17562026-04-15T20:59:35.106Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17572026-04-15T20:59:35.404Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17582026-04-15T20:59:35.538Z Compiling num_enum v0.5.11
17592026-04-15T20:59:35.663Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
17602026-04-15T20:59:35.876Z Compiling rand v0.10.1
17612026-04-15T20:59:36.249Z Compiling newtype_derive v0.1.6
17622026-04-15T20:59:36.357Z Compiling atomicwrites v0.4.4
17632026-04-15T20:59:36.573Z Compiling unicode-normalization v0.1.25
17642026-04-15T20:59:36.585Z Compiling console v0.15.11
17652026-04-15T20:59:36.827Z Compiling camino-tempfile v1.4.1
17662026-04-15T20:59:37.052Z Compiling tokio-stream v0.1.18
17672026-04-15T20:59:37.084Z Compiling snafu-derive v0.8.9
17682026-04-15T20:59:37.217Z Compiling async-recursion v1.1.1
17692026-04-15T20:59:37.334Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
17702026-04-15T20:59:37.598Z Compiling slog-dtrace v0.3.0
17712026-04-15T20:59:37.611Z Compiling csv-core v0.1.13
17722026-04-15T20:59:37.637Z Compiling bstr v1.12.1
17732026-04-15T20:59:37.845Z Compiling similar v2.7.0
17742026-04-15T20:59:37.888Z Compiling foreign-types-shared v0.1.1
17752026-04-15T20:59:37.985Z Compiling foldhash v0.1.5
17762026-04-15T20:59:37.997Z Compiling highway v1.3.0
17772026-04-15T20:59:38.001Z Compiling cancel-safe-futures v0.1.5
17782026-04-15T20:59:38.085Z Compiling unicode-xid v0.2.6
17792026-04-15T20:59:38.172Z Compiling same-file v1.0.6
17802026-04-15T20:59:38.184Z Compiling chrono-tz v0.10.4
17812026-04-15T20:59:38.212Z Compiling unicode-width v0.1.14
17822026-04-15T20:59:38.256Z Compiling openssl v0.10.76
17832026-04-15T20:59:38.356Z Compiling owo-colors v4.3.0
17842026-04-15T20:59:38.418Z Compiling walkdir v2.5.0
17852026-04-15T20:59:38.432Z Compiling expectorate v1.2.0
17862026-04-15T20:59:38.527Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17872026-04-15T20:59:38.560Z Compiling const_format_proc_macros v0.2.34
17882026-04-15T20:59:38.592Z Compiling hashbrown v0.15.5
17892026-04-15T20:59:38.757Z Compiling globset v0.4.18
17902026-04-15T20:59:38.795Z Compiling foreign-types v0.3.2
17912026-04-15T20:59:38.890Z Compiling csv v1.4.0
17922026-04-15T20:59:38.918Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17932026-04-15T20:59:38.964Z Compiling snafu v0.8.9
17942026-04-15T20:59:39.210Z Compiling qorb v0.4.1
17952026-04-15T20:59:39.403Z Compiling olpc-cjson v0.1.4
17962026-04-15T20:59:39.479Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17972026-04-15T20:59:39.633Z Compiling rayon v1.11.0
17982026-04-15T20:59:40.529Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17992026-04-15T20:59:41.122Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18002026-04-15T20:59:41.126Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18012026-04-15T20:59:41.188Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
18022026-04-15T20:59:41.470Z Compiling phf v0.12.1
18032026-04-15T20:59:41.491Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18042026-04-15T20:59:41.633Z Compiling zone_cfg_derive v0.3.1
18052026-04-15T20:59:41.674Z Compiling tokio-dtrace v0.1.1
18062026-04-15T20:59:41.965Z Compiling itertools v0.12.1
18072026-04-15T20:59:42.051Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
18082026-04-15T20:59:42.332Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18092026-04-15T20:59:42.411Z Compiling libsw-core v0.3.2
18102026-04-15T20:59:42.544Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18112026-04-15T20:59:42.555Z Compiling serde_plain v1.0.2
18122026-04-15T20:59:42.584Z Compiling num-derive v0.4.2
18132026-04-15T20:59:42.723Z Compiling openssl-macros v0.1.1
18142026-04-15T20:59:42.764Z Compiling pem v3.0.6
18152026-04-15T20:59:43.138Z Compiling cookie v0.18.1
18162026-04-15T20:59:43.169Z Compiling sigpipe v0.1.3
18172026-04-15T20:59:43.223Z Compiling jiff v0.2.23
18182026-04-15T20:59:43.262Z Compiling bytecount v0.6.9
18192026-04-15T20:59:43.303Z Compiling typed-path v0.9.3
18202026-04-15T20:59:43.376Z Compiling fixedbitset v0.5.7
18212026-04-15T20:59:43.415Z Compiling glob v0.3.3
18222026-04-15T20:59:43.569Z Compiling fixedbitset v0.4.2
18232026-04-15T20:59:43.742Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18242026-04-15T20:59:43.821Z Compiling petgraph v0.6.5
18252026-04-15T20:59:43.895Z Compiling petgraph v0.8.3
18262026-04-15T20:59:43.991Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
18272026-04-15T20:59:44.412Z Compiling tough v0.20.0
18282026-04-15T20:59:44.756Z Compiling papergrid v0.11.0
18292026-04-15T20:59:45.064Z Compiling zone v0.3.1
18302026-04-15T20:59:45.390Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18312026-04-15T20:59:45.733Z Compiling libsw v3.5.0
18322026-04-15T20:59:45.909Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18332026-04-15T20:59:45.924Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
18342026-04-15T20:59:46.615Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
18352026-04-15T20:59:46.742Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18362026-04-15T20:59:46.889Z Compiling oxide-tokio-rt v0.1.3
18372026-04-15T20:59:47.570Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18382026-04-15T20:59:47.760Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18392026-04-15T20:59:47.833Z Compiling const_format v0.2.35
18402026-04-15T20:59:48.008Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18412026-04-15T20:59:48.219Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18422026-04-15T20:59:48.465Z Compiling tabled_derive v0.7.0
18432026-04-15T20:59:48.635Z Compiling gethostname v0.5.0
18442026-04-15T20:59:48.766Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18452026-04-15T20:59:48.901Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18462026-04-15T20:59:48.948Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18472026-04-15T20:59:48.960Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18482026-04-15T20:59:49.076Z Compiling bcs v0.1.6
18492026-04-15T20:59:49.392Z Compiling smf v0.2.3
18502026-04-15T20:59:49.419Z Compiling unicode-linebreak v0.1.5
18512026-04-15T20:59:49.469Z Compiling whoami v1.6.1
18522026-04-15T20:59:49.581Z Compiling linear-map v1.2.0
18532026-04-15T20:59:49.678Z Compiling termtree v0.5.1
18542026-04-15T20:59:49.774Z Compiling smawk v0.3.2
18552026-04-15T20:59:49.792Z Compiling tagptr v0.2.0
18562026-04-15T20:59:49.838Z Compiling lazy_static v1.5.0
18572026-04-15T20:59:49.923Z Compiling moka v0.12.15
18582026-04-15T20:59:49.951Z Compiling steno v0.4.1
18592026-04-15T20:59:49.951Z Compiling textwrap v0.16.2
18602026-04-15T20:59:50.039Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18612026-04-15T20:59:50.408Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18622026-04-15T20:59:50.511Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18632026-04-15T20:59:50.722Z Compiling tabled v0.15.0
18642026-04-15T20:59:50.742Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18652026-04-15T20:59:51.038Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18662026-04-15T20:59:51.967Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18672026-04-15T20:59:52.851Z Compiling hickory-proto v0.25.2
18682026-04-15T20:59:53.362Z Compiling humantime v2.3.0
18692026-04-15T20:59:53.618Z Compiling num-derive v0.3.3
18702026-04-15T20:59:53.658Z Compiling parking_lot_core v0.8.6
18712026-04-15T20:59:53.963Z Compiling crc32fast v1.5.0
18722026-04-15T20:59:53.978Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18732026-04-15T20:59:54.530Z Compiling parking_lot v0.11.2
18742026-04-15T20:59:54.559Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18752026-04-15T20:59:54.592Z Compiling libscf-sys v1.1.0
18762026-04-15T20:59:54.624Z Compiling fxhash v0.2.1
18772026-04-15T20:59:54.742Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18782026-04-15T20:59:54.769Z Compiling internet-checksum v0.2.1
18792026-04-15T20:59:54.794Z Compiling hickory-resolver v0.25.2
18802026-04-15T20:59:54.913Z Compiling sled v0.34.7
18812026-04-15T20:59:54.959Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
18822026-04-15T20:59:55.753Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18832026-04-15T20:59:59.914Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18842026-04-15T21:00:07.210Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18852026-04-15T21:00:08.823Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18862026-04-15T21:00:09.927Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
18872026-04-15T21:00:11.089Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
18882026-04-15T21:00:12.094Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
18892026-04-15T21:00:35.524Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 08s
18902026-04-15T21:00:35.702Z────────────
18912026-04-15T21:00:35.702Z Nextest run ID 95bce68d-8cd1-4f05-9852-92b26b9bfe6c with nextest profile: default
18922026-04-15T21:00:35.702Z Starting 18 tests across 1 binary (27 tests skipped)
18932026-04-15T21:00:52.889Z PASS [ 17.183s] rdb proptest::prop_ipv6_default_contains_all
18942026-04-15T21:00:52.897Z PASS [ 17.191s] rdb proptest::prop_ipv6_host_bits_always_unset
18952026-04-15T21:00:53.048Z PASS [ 17.342s] rdb proptest::prop_ipv4_default_contains_all
18962026-04-15T21:00:53.051Z PASS [ 17.342s] rdb proptest::prop_ipv4_unset_host_bits_idempotent
18972026-04-15T21:00:53.061Z PASS [ 17.355s] rdb proptest::prop_ipv4_length_in_bounds
18982026-04-15T21:00:53.125Z PASS [ 17.419s] rdb proptest::prop_ipv4_host_bits_always_unset
18992026-04-15T21:00:53.169Z PASS [ 17.463s] rdb proptest::prop_ipv4_within_self
19002026-04-15T21:01:09.611Z PASS [ 16.710s] rdb proptest::prop_ipv6_unset_host_bits_idempotent
19012026-04-15T21:01:09.644Z PASS [ 16.752s] rdb proptest::prop_ipv6_length_in_bounds
19022026-04-15T21:01:09.683Z PASS [ 16.633s] rdb proptest::prop_ipv6_within_self
19032026-04-15T21:01:09.974Z PASS [ 16.924s] rdb proptest::prop_prefix_enum_no_cross_family
19042026-04-15T21:01:18.769Z PASS [ 25.704s] rdb proptest::prop_static_route_key_deduplication
19052026-04-15T21:01:29.075Z PASS [ 35.942s] rdb proptest::prop_static_route_key_normalization_idempotent
19062026-04-15T21:01:29.121Z PASS [ 35.945s] rdb proptest::prop_static_route_key_normalization_preserves_fields
19072026-04-15T21:01:35.714Z SLOW [> 60.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19082026-04-15T21:01:45.253Z PASS [ 35.600s] rdb proptest::prop_static_route_key_normalized_has_no_host_bits
19092026-04-15T21:01:45.292Z PASS [ 35.673s] rdb proptest::prop_static_route_key_normalization_preserves_length
19102026-04-15T21:02:01.450Z PASS [ 51.758s] rdb proptest::prop_static_route_key_ord_consistency
19112026-04-15T21:02:35.725Z SLOW [>120.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19122026-04-15T21:03:36.240Z SLOW [>180.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19132026-04-15T21:04:35.747Z SLOW [>240.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19142026-04-15T21:04:52.158Z PASS [ 256.413s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19152026-04-15T21:04:52.162Z────────────
19162026-04-15T21:04:52.162Z Summary [ 256.413s] 18 tests run: 18 passed (1 slow), 27 skipped
19172026-04-15T21:04:52.171Z+ cp '*.log' /work/
19182026-04-15T21:04:52.175Z+ true
19192026-04-15T21:04:52.175Z+ '[' -d proptest-regressions ']'
19202026-04-15T21:04:52.175Z+ cp -r proptest-regressions /work/rdb-proptest-regressions
19212026-04-15T21:04:52.178Z+ popd
19222026-04-15T21:04:52.178Z+ pushd bgp
19232026-04-15T21:04:52.178Z/work/oxidecomputer/maghemite
19242026-04-15T21:04:52.178Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
19252026-04-15T21:04:52.178Z+ PROPTEST_CASES=1000000
19262026-04-15T21:04:52.178Z+ cargo nextest run --lib proptest
19272026-04-15T21:04:53.326Z Compiling smallvec v1.15.1
19282026-04-15T21:04:53.330Z Compiling serde_json v1.0.149
19292026-04-15T21:04:53.507Z Compiling crunchy v0.2.4
19302026-04-15T21:04:53.528Z Compiling tiny-keccak v2.0.2
19312026-04-15T21:04:53.538Z Compiling smartstring v1.0.1
19322026-04-15T21:04:53.542Z Compiling ahash v0.8.12
19332026-04-15T21:04:53.642Z Compiling icu_normalizer v2.1.1
19342026-04-15T21:04:53.665Z Compiling parking_lot_core v0.9.12
19352026-04-15T21:04:53.803Z Compiling parking_lot_core v0.8.6
19362026-04-15T21:04:53.892Z Compiling parking_lot v0.12.5
19372026-04-15T21:04:53.987Z Compiling idna_adapter v1.2.1
19382026-04-15T21:04:54.123Z Compiling idna v1.1.0
19392026-04-15T21:04:54.142Z Compiling tokio v1.52.0
19402026-04-15T21:04:54.263Z Compiling dof v0.4.0
19412026-04-15T21:04:54.324Z Compiling schemars v0.8.22
19422026-04-15T21:04:54.364Z Compiling openapiv3 v2.2.0
19432026-04-15T21:04:54.472Z Compiling url v2.5.8
19442026-04-15T21:04:54.931Z Compiling slog-json v2.6.1
19452026-04-15T21:04:55.379Z Compiling usdt-impl v0.6.0
19462026-04-15T21:04:55.677Z Compiling slog-bunyan v2.5.0
19472026-04-15T21:04:55.970Z Compiling ipnetwork v0.21.1
19482026-04-15T21:04:56.007Z Compiling newtype-uuid v1.3.2
19492026-04-15T21:04:56.114Z Compiling usdt-macro v0.6.0
19502026-04-15T21:04:56.225Z Compiling oxnet v0.1.4
19512026-04-15T21:04:56.374Z Compiling usdt-attr-macro v0.6.0
19522026-04-15T21:04:56.426Z Compiling serde_with v3.18.0
19532026-04-15T21:04:56.666Z Compiling daft v0.1.5
19542026-04-15T21:04:56.679Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
19552026-04-15T21:04:56.945Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19562026-04-15T21:04:57.229Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
19572026-04-15T21:04:57.467Z Compiling iddqd v0.3.17
19582026-04-15T21:04:57.585Z Compiling usdt v0.6.0
19592026-04-15T21:04:58.122Z Compiling tokio-util v0.7.18
19602026-04-15T21:04:58.172Z Compiling tower v0.5.3
19612026-04-15T21:04:58.225Z Compiling tokio-rustls v0.26.4
19622026-04-15T21:04:58.238Z Compiling tokio-rustls v0.25.0
19632026-04-15T21:04:58.471Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19642026-04-15T21:04:58.499Z Compiling backoff v0.4.0
19652026-04-15T21:04:58.657Z Compiling tower-http v0.6.8
19662026-04-15T21:04:58.713Z Compiling h2 v0.4.13
19672026-04-15T21:04:59.099Z Compiling typify-impl v0.6.1
19682026-04-15T21:04:59.235Z Compiling dof v0.3.0
19692026-04-15T21:04:59.592Z Compiling usdt-impl v0.5.0
19702026-04-15T21:04:59.845Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19712026-04-15T21:05:00.132Z Compiling usdt-macro v0.5.0
19722026-04-15T21:05:00.199Z Compiling usdt-attr-macro v0.5.0
19732026-04-15T21:05:00.873Z Compiling hyper v1.9.0
19742026-04-15T21:05:01.927Z Compiling byte-wrapper v0.1.0
19752026-04-15T21:05:02.082Z Compiling hyper-util v0.1.20
19762026-04-15T21:05:02.120Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19772026-04-15T21:05:02.210Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
19782026-04-15T21:05:02.346Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
19792026-04-15T21:05:02.611Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19802026-04-15T21:05:02.614Z Compiling usdt v0.5.0
19812026-04-15T21:05:02.725Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
19822026-04-15T21:05:03.386Z Compiling hyper-rustls v0.27.7
19832026-04-15T21:05:03.461Z Compiling dropshot v0.16.7
19842026-04-15T21:05:03.713Z Compiling reqwest v0.13.2
19852026-04-15T21:05:03.877Z Compiling reqwest v0.12.28
19862026-04-15T21:05:03.902Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19872026-04-15T21:05:04.942Z Compiling progenitor-client v0.13.0
19882026-04-15T21:05:05.266Z Compiling progenitor-extras v0.1.1
19892026-04-15T21:05:05.420Z Compiling progenitor-client v0.10.0
19902026-04-15T21:05:05.573Z Compiling typify-macro v0.6.1
19912026-04-15T21:05:07.378Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19922026-04-15T21:05:08.262Z Compiling typify v0.6.1
19932026-04-15T21:05:08.365Z Compiling progenitor-impl v0.13.0
19942026-04-15T21:05:08.520Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
19952026-04-15T21:05:08.628Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19962026-04-15T21:05:09.315Z Compiling hickory-proto v0.24.4
19972026-04-15T21:05:09.440Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
19982026-04-15T21:05:10.051Z Compiling tokio-stream v0.1.18
19992026-04-15T21:05:10.270Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20002026-04-15T21:05:10.531Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
20012026-04-15T21:05:10.639Z Compiling tokio-dtrace v0.1.1
20022026-04-15T21:05:10.925Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
20032026-04-15T21:05:12.108Z Compiling progenitor-macro v0.13.0
20042026-04-15T21:05:12.280Z Compiling hickory-resolver v0.24.4
20052026-04-15T21:05:12.628Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20062026-04-15T21:05:12.665Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20072026-04-15T21:05:12.764Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20082026-04-15T21:05:13.199Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20092026-04-15T21:05:13.768Z Compiling qorb v0.4.1
20102026-04-15T21:05:15.030Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20112026-04-15T21:05:15.123Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20122026-04-15T21:05:15.268Z Compiling libsw-core v0.3.2
20132026-04-15T21:05:15.450Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
20142026-04-15T21:05:16.095Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
20152026-04-15T21:05:16.487Z Compiling olpc-cjson v0.1.4
20162026-04-15T21:05:16.661Z Compiling tough v0.20.0
20172026-04-15T21:05:16.875Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
20182026-04-15T21:05:16.972Z Compiling libsw v3.5.0
20192026-04-15T21:05:17.013Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20202026-04-15T21:05:17.158Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20212026-04-15T21:05:17.521Z Compiling progenitor v0.13.0
20222026-04-15T21:05:17.674Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
20232026-04-15T21:05:18.096Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20242026-04-15T21:05:18.383Z Compiling oxide-tokio-rt v0.1.3
20252026-04-15T21:05:18.714Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20262026-04-15T21:05:18.912Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20272026-04-15T21:05:19.052Z Compiling slog-dtrace v0.3.0
20282026-04-15T21:05:19.339Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
20292026-04-15T21:05:19.362Z Compiling zone v0.3.1
20302026-04-15T21:05:19.392Z Compiling cancel-safe-futures v0.1.5
20312026-04-15T21:05:19.549Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20322026-04-15T21:05:19.701Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20332026-04-15T21:05:20.048Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20342026-04-15T21:05:20.183Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20352026-04-15T21:05:20.447Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20362026-04-15T21:05:20.650Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20372026-04-15T21:05:20.793Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20382026-04-15T21:05:21.019Z Compiling hickory-proto v0.25.2
20392026-04-15T21:05:21.419Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20402026-04-15T21:05:21.493Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20412026-04-15T21:05:23.140Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20422026-04-15T21:05:23.817Z Compiling steno v0.4.1
20432026-04-15T21:05:24.483Z Compiling moka v0.12.15
20442026-04-15T21:05:24.671Z Compiling parking_lot v0.11.2
20452026-04-15T21:05:24.893Z Compiling const-random-macro v0.1.16
20462026-04-15T21:05:25.062Z Compiling sdd v3.0.10
20472026-04-15T21:05:25.134Z Compiling sled v0.34.7
20482026-04-15T21:05:25.321Z Compiling hickory-resolver v0.25.2
20492026-04-15T21:05:25.333Z Compiling const-random v0.1.18
20502026-04-15T21:05:25.426Z Compiling scc v2.4.0
20512026-04-15T21:05:25.949Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
20522026-04-15T21:05:26.454Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20532026-04-15T21:05:26.481Z Compiling thin-vec v0.2.16
20542026-04-15T21:05:26.626Z Compiling rhai_codegen v3.1.0
20552026-04-15T21:05:26.793Z Compiling serial_test_derive v3.4.0
20562026-04-15T21:05:27.202Z Compiling diff v0.1.13
20572026-04-15T21:05:27.590Z Compiling yansi v1.0.1
20582026-04-15T21:05:27.613Z Compiling serial_test v3.4.0
20592026-04-15T21:05:27.730Z Compiling nom v8.0.0
20602026-04-15T21:05:27.868Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20612026-04-15T21:05:27.927Z Compiling pretty_assertions v1.4.1
20622026-04-15T21:05:27.931Z Compiling rhai v1.24.0
20632026-04-15T21:05:28.120Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20642026-04-15T21:05:32.762Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20652026-04-15T21:05:40.567Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20662026-04-15T21:05:42.237Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20672026-04-15T21:05:43.402Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
20682026-04-15T21:05:44.542Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
20692026-04-15T21:05:45.330Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
20702026-04-15T21:05:47.768Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
20712026-04-15T21:06:22.045Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 29s
20722026-04-15T21:06:22.217Z────────────
20732026-04-15T21:06:22.217Z Nextest run ID 54b101ad-89ae-4097-a03e-c57b5a8d5e6d with nextest profile: default
20742026-04-15T21:06:22.217Z Starting 18 tests across 1 binary (132 tests skipped)
20752026-04-15T21:06:39.016Z PASS [ 16.789s] bgp proptest::prop_ipv4_wire_format_roundtrip
20762026-04-15T21:06:41.044Z PASS [ 18.825s] bgp proptest::prop_ipv4_withdrawn_roundtrip
20772026-04-15T21:06:41.151Z PASS [ 18.933s] bgp proptest::prop_ipv4_prefixes_roundtrip
20782026-04-15T21:06:42.293Z PASS [ 20.074s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
20792026-04-15T21:06:43.041Z PASS [ 20.820s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
20802026-04-15T21:06:51.445Z PASS [ 29.226s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
20812026-04-15T21:06:57.748Z PASS [ 16.702s] bgp proptest::prop_ipv6_wire_format_roundtrip
20822026-04-15T21:06:59.663Z PASS [ 20.653s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
20832026-04-15T21:07:01.203Z PASS [ 20.048s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
20842026-04-15T21:07:01.961Z PASS [ 18.920s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
20852026-04-15T21:07:02.858Z PASS [ 40.637s] bgp proptest::prop_duplicate_attrs_deduplicated
20862026-04-15T21:07:10.843Z PASS [ 19.394s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
20872026-04-15T21:07:16.630Z PASS [ 18.879s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
20882026-04-15T21:07:22.232Z SLOW [> 60.000s] bgp proptest::prop_encode_decode_semantic_equivalence
20892026-04-15T21:07:29.665Z PASS [ 67.433s] bgp proptest::prop_encode_decode_semantic_equivalence
20902026-04-15T21:07:29.808Z PASS [ 28.600s] bgp proptest::prop_update_mp_unreach_roundtrip
20912026-04-15T21:07:42.304Z SLOW [> 60.000s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20922026-04-15T21:07:51.988Z PASS [ 69.685s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20932026-04-15T21:07:59.675Z SLOW [> 60.000s] bgp proptest::prop_update_mp_reach_roundtrip
20942026-04-15T21:08:01.973Z SLOW [> 60.000s] bgp proptest::prop_update_traditional_roundtrip
20952026-04-15T21:08:03.924Z PASS [ 61.953s] bgp proptest::prop_update_traditional_roundtrip
20962026-04-15T21:08:13.135Z PASS [ 73.459s] bgp proptest::prop_update_mp_reach_roundtrip
20972026-04-15T21:08:13.135Z────────────
20982026-04-15T21:08:13.135Z Summary [ 110.902s] 18 tests run: 18 passed (4 slow), 132 skipped
20992026-04-15T21:08:13.148Z+ cp '*.log' /work/
21002026-04-15T21:08:13.152Z+ true
21012026-04-15T21:08:13.152Z+ '[' -d proptest-regressions ']'
21022026-04-15T21:08:13.152Z+ cp -r proptest-regressions /work/bgp-proptest-regressions
21032026-04-15T21:08:13.155Z+ popd
21042026-04-15T21:08:13.155Z/work/oxidecomputer/maghemite
21052026-04-15T21:08:13.155Zprocess exited: duration 761967 ms, exit code 0
 
21062026-04-15T21:08:13.163Zfound 0 output files