01KMZY0648MYDJYPTX7S3A1NPH: 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: 01KMZY0QH87T98B53V2RS6BAE9

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-30T18:03:15.051Zjob assigned to worker 01KMZYJQ2G92ZKSKF7020CTH0H [factory aws, i-066bf2a98b1b85088] (queued for 10 m 33 s)
 
22026-03-30T18:03:22.051Zstarting task 0: "setup"
32026-03-30T18:03:22.060Z++ uname -s
42026-03-30T18:03:22.065Z+ kern=SunOS
52026-03-30T18:03:22.065Z+ build_user=build
62026-03-30T18:03:22.065Z+ build_uid=12345
72026-03-30T18:03:22.065Z+ work_dir=/work
82026-03-30T18:03:22.065Z+ input_dir=/input
92026-03-30T18:03:22.065Z+ [[ 0 == 12345 ]]
102026-03-30T18:03:22.065Z+ case "$kern" in
112026-03-30T18:03:22.065Z+ groupadd -g 12345 build
122026-03-30T18:03:22.065Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-30T18:03:24.071Z+ zfs create -o mountpoint=/work rpool/work
142026-03-30T18:03:24.148Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-30T18:03:24.152Z+ home_fs=zfs
162026-03-30T18:03:24.152Z+ [[ zfs == autofs ]]
172026-03-30T18:03:24.152Z+ mkdir -p /home/build
182026-03-30T18:03:24.152Z+ chown build:build /home/build /work
192026-03-30T18:03:26.157Z+ chmod 0700 /home/build /work
202026-03-30T18:03:26.170Zprocess exited: duration 4101 ms, exit code 0
 
212026-03-30T18:03:26.187Zstarting task 1: "rust-toolchain"
222026-03-30T18:03:26.198Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-03-30T18:03:26.199Z * rust toolchain channel = "stable"
242026-03-30T18:03:26.199Z * rust toolchain profile = "default"
252026-03-30T18:03:26.199Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-30T18:03:26.200Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-30T18:03:26.200Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-30T18:03:26.229Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-30T18:03:26.229Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-03-30T18:03:26.478Zinfo: downloading installer
312026-03-30T18:03:27.878Zwarn: It looks like you have an existing installation of Rust at:
322026-03-30T18:03:27.878Zwarn: /opt/ooce/bin
332026-03-30T18:03:27.878Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-30T18:03:27.878Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-30T18:03:27.878Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-30T18:03:27.878Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-30T18:03:27.878Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-30T18:03:27.878Zerror: cannot install while Rust is installed
392026-03-30T18:03:27.878Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-30T18:03:27.878Zwarn: It looks like you have an existing rustup settings file at:
412026-03-30T18:03:27.878Zwarn: /home/build/.rustup/settings.toml
422026-03-30T18:03:27.878Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-30T18:03:27.878Zwarn: instead of the one inferred from the default host triple.
442026-03-30T18:03:27.943Zinfo: profile set to default
452026-03-30T18:03:27.943Zinfo: default host triple is x86_64-unknown-illumos
462026-03-30T18:03:27.943Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-03-30T18:03:28.093Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-03-30T18:03:28.264Zinfo: downloading 6 components
492026-03-30T18:03:43.866Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-03-30T18:03:43.866Z
512026-03-30T18:03:43.894Z stable-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-03-30T18:03:43.894Z
532026-03-30T18:03:43.894Z
542026-03-30T18:03:43.894ZRust is installed now. Great!
552026-03-30T18:03:43.894Z
562026-03-30T18:03:43.894ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-30T18:03:43.894Zenvironment variable. This has not been done automatically.
582026-03-30T18:03:43.896Z
592026-03-30T18:03:43.896ZTo configure your current shell, you need to source
602026-03-30T18:03:43.897Zthe corresponding env file under $HOME/.cargo.
612026-03-30T18:03:43.897Z
622026-03-30T18:03:43.897ZThis is usually done by running one of the following (note the leading DOT):
632026-03-30T18:03:43.897Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-30T18:03:43.897Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-30T18:03:43.897Zsource "~/.cargo/env.nu" # For nushell
662026-03-30T18:03:43.897Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-30T18:03:43.897Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-30T18:03:43.897Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-30T18:03:43.904Zwarn: no default linker (`cc`) was found in your PATH
702026-03-30T18:03:43.904Zwarn: many Rust crates require a system C toolchain to build
712026-03-30T18:03:43.990Z+ rustup --version
722026-03-30T18:03:43.995Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-30T18:03:43.999Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-30T18:03:44.017Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-03-30T18:03:44.020Z+ cargo --version
762026-03-30T18:03:44.032Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-03-30T18:03:44.035Z+ rustc --version
782026-03-30T18:03:44.054Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-03-30T18:03:44.057Zprocess exited: duration 17870 ms, exit code 0
 
802026-03-30T18:03:44.063Zstarting task 2: "authentication"
812026-03-30T18:03:44.079Zprocess exited: duration 16 ms, exit code 0
 
822026-03-30T18:03:44.085Zstarting task 3: "clone repository"
832026-03-30T18:03:44.089Z+ mkdir -p /work/oxidecomputer/maghemite
842026-03-30T18:03:44.091Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-03-30T18:03:44.229ZCloning into '/work/oxidecomputer/maghemite'...
862026-03-30T18:03:45.075Z+ cd /work/oxidecomputer/maghemite
872026-03-30T18:03:45.075Z+ git fetch origin ae64f91873bb2e16d1a1f9b59786fca8905ac31f
882026-03-30T18:03:45.364ZFrom https://github.com/oxidecomputer/maghemite
892026-03-30T18:03:45.364Z * branch ae64f91873bb2e16d1a1f9b59786fca8905ac31f -> FETCH_HEAD
902026-03-30T18:03:45.369Z+ [[ -n trey/proptest_cleanup ]]
912026-03-30T18:03:45.372Z++ git branch --show-current
922026-03-30T18:03:45.372Z+ current=main
932026-03-30T18:03:45.372Z+ [[ main != trey/proptest_cleanup ]]
942026-03-30T18:03:45.372Z+ git branch -f trey/proptest_cleanup ae64f91873bb2e16d1a1f9b59786fca8905ac31f
952026-03-30T18:03:45.376Z+ git checkout -f trey/proptest_cleanup
962026-03-30T18:03:45.391ZSwitched to branch 'trey/proptest_cleanup'
972026-03-30T18:03:45.394Z+ git reset --hard ae64f91873bb2e16d1a1f9b59786fca8905ac31f
982026-03-30T18:03:45.407ZHEAD is now at ae64f91 bgp, rdb: make small-domain proptests exhaustive
992026-03-30T18:03:45.410Zprocess exited: duration 1322 ms, exit code 0
 
1002026-03-30T18:03:45.418Zstarting task 4: "build"
1012026-03-30T18:03:45.422Z+ set -e
1022026-03-30T18:03:45.422Z+ NEXTEST_VERSION=0.9.97
1032026-03-30T18:03:45.422Z+ PLATFORM=illumos
1042026-03-30T18:03:45.422Z+ cargo --version
1052026-03-30T18:03:45.425Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
1062026-03-30T18:03:45.584Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
1072026-03-30T18:03:45.588Zinfo: downloading 6 components
1082026-03-30T18:04:00.445Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1092026-03-30T18:04:00.477Z+ rustc --version
1102026-03-30T18:04:00.477Zrustc 1.94.1 (e408947bf 2026-03-25)
1112026-03-30T18:04:00.477Z+ cargo install cargo-nextest --version 0.9.97
1122026-03-30T18:04:00.477Z Updating crates.io index
1132026-03-30T18:04:00.477Z Downloading crates ...
1142026-03-30T18:04:00.477Z Downloaded cargo-nextest v0.9.97
1152026-03-30T18:04:00.483Z Installing cargo-nextest v0.9.97
1162026-03-30T18:04:01.274Z Updating crates.io index
1172026-03-30T18:04:03.378Z Locking 408 packages to latest compatible versions
1182026-03-30T18:04:03.382Z Adding dialoguer v0.11.0 (available: v0.12.0)
1192026-03-30T18:04:03.385Z Adding duct v0.13.7 (available: v1.1.1)
1202026-03-30T18:04:03.386Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1212026-03-30T18:04:03.386Z Adding generic-array v0.14.7 (available: v0.14.9)
1222026-03-30T18:04:03.389Z Adding idna_adapter v1.0.0 (available: v1.2.1)
1232026-03-30T18:04:03.389Z Adding nextest-filtering v0.15.0 (available: v0.20.0)
1242026-03-30T18:04:03.389Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1252026-03-30T18:04:03.395Z Adding nextest-runner v0.80.0 (available: v0.113.0)
1262026-03-30T18:04:03.400Z Adding quick-junit v0.5.2 (available: v0.6.0)
1272026-03-30T18:04:03.413Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1282026-03-30T18:04:03.423Z Downloading crates ...
1292026-03-30T18:04:03.490Z Downloaded cargo-platform v0.2.0
1302026-03-30T18:04:03.494Z Downloaded atomic-waker v1.1.2
1312026-03-30T18:04:03.503Z Downloaded adler2 v2.0.1
1322026-03-30T18:04:03.507Z Downloaded anstyle v1.0.14
1332026-03-30T18:04:03.509Z Downloaded color-spantrace v0.3.0
1342026-03-30T18:04:03.513Z Downloaded idna_adapter v1.0.0
1352026-03-30T18:04:03.516Z Downloaded indent_write v2.2.0
1362026-03-30T18:04:03.519Z Downloaded home v0.5.12
1372026-03-30T18:04:03.522Z Downloaded aho-corasick v1.1.4
1382026-03-30T18:04:03.525Z Downloaded console v0.15.11
1392026-03-30T18:04:03.529Z Downloaded autocfg v1.5.0
1402026-03-30T18:04:03.529Z Downloaded anstream v1.0.0
1412026-03-30T18:04:03.532Z Downloaded idna v1.1.0
1422026-03-30T18:04:03.535Z Downloaded pkcs8 v0.10.2
1432026-03-30T18:04:03.535Z Downloaded debug-ignore v1.0.5
1442026-03-30T18:04:03.539Z Downloaded nextest-filtering v0.15.0
1452026-03-30T18:04:03.539Z Downloaded addr2line v0.25.1
1462026-03-30T18:04:03.542Z Downloaded cargo-platform v0.3.2
1472026-03-30T18:04:03.545Z Downloaded parking_lot v0.12.5
1482026-03-30T18:04:03.549Z Downloaded lru-slab v0.1.2
1492026-03-30T18:04:03.549Z Downloaded openssl-probe v0.2.1
1502026-03-30T18:04:03.549Z Downloaded curve25519-dalek-derive v0.1.1
1512026-03-30T18:04:03.552Z Downloaded nested v0.1.1
1522026-03-30T18:04:03.552Z Downloaded indenter v0.3.4
1532026-03-30T18:04:03.552Z Downloaded os_pipe v1.2.3
1542026-03-30T18:04:03.555Z Downloaded cpufeatures v0.2.17
1552026-03-30T18:04:03.555Z Downloaded is_terminal_polyfill v1.70.2
1562026-03-30T18:04:03.555Z Downloaded backtrace-ext v0.2.1
1572026-03-30T18:04:03.558Z Downloaded atomicwrites v0.4.4
1582026-03-30T18:04:03.558Z Downloaded enable-ansi-support v0.2.1
1592026-03-30T18:04:03.561Z Downloaded colorchoice v1.0.5
1602026-03-30T18:04:03.561Z Downloaded nextest-workspace-hack v0.1.0
1612026-03-30T18:04:03.564Z Downloaded number_prefix v0.4.0
1622026-03-30T18:04:03.564Z Downloaded cargo_metadata v0.23.1
1632026-03-30T18:04:03.567Z Downloaded pin-utils v0.1.0
1642026-03-30T18:04:03.567Z Downloaded is_ci v1.2.0
1652026-03-30T18:04:03.567Z Downloaded crypto-common v0.1.7
1662026-03-30T18:04:03.570Z Downloaded pkg-config v0.3.32
1672026-03-30T18:04:03.573Z Downloaded document-features v0.2.12
1682026-03-30T18:04:03.573Z Downloaded form_urlencoded v1.2.2
1692026-03-30T18:04:03.576Z Downloaded errno v0.3.14
1702026-03-30T18:04:03.579Z Downloaded block-buffer v0.10.4
1712026-03-30T18:04:03.582Z Downloaded hyper-tls v0.6.0
1722026-03-30T18:04:03.582Z Downloaded future-queue v0.4.0
1732026-03-30T18:04:03.585Z Downloaded itoa v1.0.18
1742026-03-30T18:04:03.585Z Downloaded native-tls v0.2.18
1752026-03-30T18:04:03.588Z Downloaded find-msvc-tools v0.1.9
1762026-03-30T18:04:03.588Z Downloaded equivalent v1.0.2
1772026-03-30T18:04:03.589Z Downloaded anstyle-parse v1.0.0
1782026-03-30T18:04:03.593Z Downloaded owo-colors v4.3.0
1792026-03-30T18:04:03.593Z Downloaded fnv v1.0.7
1802026-03-30T18:04:03.596Z Downloaded rand_core v0.6.4
1812026-03-30T18:04:03.596Z Downloaded mukti-metadata v0.3.0
1822026-03-30T18:04:03.596Z Downloaded http-body-util v0.1.3
1832026-03-30T18:04:03.599Z Downloaded lazy_static v1.5.0
1842026-03-30T18:04:03.599Z Downloaded futures-core v0.3.32
1852026-03-30T18:04:03.602Z Downloaded cfg_aliases v0.2.1
1862026-03-30T18:04:03.602Z Downloaded cfg-if v1.0.4
1872026-03-30T18:04:03.605Z Downloaded foreign-types-shared v0.1.1
1882026-03-30T18:04:03.605Z Downloaded async-scoped v0.9.0
1892026-03-30T18:04:03.610Z Downloaded clap_lex v1.1.0
1902026-03-30T18:04:03.613Z Downloaded openssl-macros v0.1.1
1912026-03-30T18:04:03.613Z Downloaded humantime-serde v1.1.1
1922026-03-30T18:04:03.619Z Downloaded rustc-hash v2.1.2
1932026-03-30T18:04:03.623Z Downloaded futures-io v0.3.32
1942026-03-30T18:04:03.623Z Downloaded heck v0.5.0
1952026-03-30T18:04:03.627Z Downloaded pathdiff v0.2.3
1962026-03-30T18:04:03.627Z Downloaded guppy-workspace-hack v0.1.0
1972026-03-30T18:04:03.627Z Downloaded generic-array v0.14.7
1982026-03-30T18:04:03.627Z Downloaded fastrand v2.3.0
1992026-03-30T18:04:03.630Z Downloaded hex v0.4.3
2002026-03-30T18:04:03.630Z Downloaded quote v1.0.45
2012026-03-30T18:04:03.630Z Downloaded foreign-types v0.3.2
2022026-03-30T18:04:03.633Z Downloaded ipnet v2.12.0
2032026-03-30T18:04:03.636Z Downloaded serde-value v0.7.0
2042026-03-30T18:04:03.636Z Downloaded newtype-uuid v1.3.2
2052026-03-30T18:04:03.636Z Downloaded futures-macro v0.3.32
2062026-03-30T18:04:03.640Z Downloaded httparse v1.10.1
2072026-03-30T18:04:03.643Z Downloaded futures-sink v0.3.32
2082026-03-30T18:04:03.648Z Downloaded ordered-float v2.10.1
2092026-03-30T18:04:03.651Z Downloaded futures-task v0.3.32
2102026-03-30T18:04:03.656Z Downloaded rustc_version v0.4.1
2112026-03-30T18:04:03.659Z Downloaded scopeguard v1.2.0
2122026-03-30T18:04:03.666Z Downloaded serde_ignored v0.1.14
2132026-03-30T18:04:03.669Z Downloaded either v1.15.0
2142026-03-30T18:04:03.669Z Downloaded cargo_metadata v0.20.0
2152026-03-30T18:04:03.672Z Downloaded shell-words v1.1.1
2162026-03-30T18:04:03.672Z Downloaded ed25519 v2.2.3
2172026-03-30T18:04:03.672Z Downloaded strsim v0.11.1
2182026-03-30T18:04:03.676Z Downloaded const-oid v0.9.6
2192026-03-30T18:04:03.676Z Downloaded signature v2.2.0
2202026-03-30T18:04:03.679Z Downloaded config v0.15.22
2212026-03-30T18:04:03.679Z Downloaded shared_child v1.1.1
2222026-03-30T18:04:03.682Z Downloaded supports-unicode v3.0.0
2232026-03-30T18:04:03.682Z Downloaded serde_spanned v0.6.9
2242026-03-30T18:04:03.682Z Downloaded lock_api v0.4.14
2252026-03-30T18:04:03.685Z Downloaded supports-hyperlinks v3.2.0
2262026-03-30T18:04:03.685Z Downloaded http-body v1.0.1
2272026-03-30T18:04:03.685Z Downloaded sigchld v0.2.4
2282026-03-30T18:04:03.688Z Downloaded strip-ansi-escapes v0.2.1
2292026-03-30T18:04:03.691Z Downloaded swrite v0.1.0
2302026-03-30T18:04:03.691Z Downloaded supports-color v3.0.2
2312026-03-30T18:04:03.694Z Downloaded humantime v2.3.0
2322026-03-30T18:04:03.697Z Downloaded terminal_size v0.4.4
2332026-03-30T18:04:03.697Z Downloaded sync_wrapper v1.0.2
2342026-03-30T18:04:03.697Z Downloaded anstyle-query v1.1.5
2352026-03-30T18:04:03.700Z Downloaded percent-encoding v2.3.2
2362026-03-30T18:04:03.700Z Downloaded base64ct v1.8.3
2372026-03-30T18:04:03.703Z Downloaded ppv-lite86 v0.2.21
2382026-03-30T18:04:03.703Z Downloaded jobserver v0.1.34
2392026-03-30T18:04:03.703Z Downloaded subtle v2.6.1
2402026-03-30T18:04:03.706Z Downloaded filetime v0.2.27
2412026-03-30T18:04:03.706Z Downloaded camino-tempfile v1.4.1
2422026-03-30T18:04:03.706Z Downloaded globset v0.4.18
2432026-03-30T18:04:03.709Z Downloaded target-spec-miette v0.4.5
2442026-03-30T18:04:03.709Z Downloaded rand_core v0.9.5
2452026-03-30T18:04:03.713Z Downloaded semver v1.0.27
2462026-03-30T18:04:03.713Z Downloaded self-replace v1.5.0
2472026-03-30T18:04:03.716Z Downloaded miette-derive v7.6.0
2482026-03-30T18:04:03.716Z Downloaded iana-time-zone v0.1.65
2492026-03-30T18:04:03.716Z Downloaded futures-executor v0.3.32
2502026-03-30T18:04:03.719Z Downloaded cargo-util-schemas v0.2.0
2512026-03-30T18:04:03.719Z Downloaded nextest-metadata v0.12.2
2522026-03-30T18:04:03.722Z Downloaded fixedbitset v0.5.7
2532026-03-30T18:04:03.727Z Downloaded tinyvec_macros v0.1.1
2542026-03-30T18:04:03.729Z Downloaded toml_datetime v0.6.11
2552026-03-30T18:04:03.734Z Downloaded pin-project-lite v0.2.17
2562026-03-30T18:04:03.737Z Downloaded rand_chacha v0.9.0
2572026-03-30T18:04:03.741Z Downloaded serde_urlencoded v0.7.1
2582026-03-30T18:04:03.744Z Downloaded rustc-demangle v0.1.27
2592026-03-30T18:04:03.747Z Downloaded duct v0.13.7
2602026-03-30T18:04:03.750Z Downloaded dialoguer v0.11.0
2612026-03-30T18:04:03.754Z Downloaded slab v0.4.12
2622026-03-30T18:04:03.754Z Downloaded smol_str v0.3.6
2632026-03-30T18:04:03.754Z Downloaded simd-adler32 v0.3.9
2642026-03-30T18:04:03.759Z Downloaded clap_derive v4.6.0
2652026-03-30T18:04:03.759Z Downloaded signal-hook-mio v0.2.5
2662026-03-30T18:04:03.759Z Downloaded serde-untagged v0.1.9
2672026-03-30T18:04:03.762Z Downloaded derive_more v2.1.1
2682026-03-30T18:04:03.765Z Downloaded try-lock v0.2.5
2692026-03-30T18:04:03.768Z Downloaded tower-service v0.3.3
2702026-03-30T18:04:03.768Z Downloaded tower-layer v0.3.3
2712026-03-30T18:04:03.768Z Downloaded serde_spanned v1.1.0
2722026-03-30T18:04:03.771Z Downloaded base64 v0.22.1
2732026-03-30T18:04:03.771Z Downloaded signal-hook-registry v1.4.8
2742026-03-30T18:04:03.775Z Downloaded pin-project-internal v1.1.11
2752026-03-30T18:04:03.775Z Downloaded serde_path_to_error v0.1.20
2762026-03-30T18:04:03.775Z Downloaded derive-where v1.6.1
2772026-03-30T18:04:03.778Z Downloaded static_assertions v1.1.0
2782026-03-30T18:04:03.778Z Downloaded shlex v1.3.0
2792026-03-30T18:04:03.778Z Downloaded sha2 v0.10.9
2802026-03-30T18:04:03.781Z Downloaded typeid v1.0.3
2812026-03-30T18:04:03.781Z Downloaded tracing-error v0.2.1
2822026-03-30T18:04:03.781Z Downloaded parking_lot_core v0.9.12
2832026-03-30T18:04:03.784Z Downloaded untrusted v0.9.0
2842026-03-30T18:04:03.787Z Downloaded thiserror-impl v1.0.69
2852026-03-30T18:04:03.787Z Downloaded unicode-xid v0.2.6
2862026-03-30T18:04:03.788Z Downloaded hyper-rustls v0.27.7
2872026-03-30T18:04:03.788Z Downloaded foldhash v0.1.5
2882026-03-30T18:04:03.791Z Downloaded erased-serde v0.4.10
2892026-03-30T18:04:03.791Z Downloaded thiserror v1.0.69
2902026-03-30T18:04:03.794Z Downloaded litrs v1.0.0
2912026-03-30T18:04:03.797Z Downloaded crc32fast v1.5.0
2922026-03-30T18:04:03.797Z Downloaded getrandom v0.2.17
2932026-03-30T18:04:03.800Z Downloaded rustls-pki-types v1.14.0
2942026-03-30T18:04:03.800Z Downloaded camino v1.2.2
2952026-03-30T18:04:03.803Z Downloaded toml_datetime v1.1.0+spec-1.1.0
2962026-03-30T18:04:03.803Z Downloaded tokio-macros v2.6.1
2972026-03-30T18:04:03.803Z Downloaded urlencoding v2.1.3
2982026-03-30T18:04:03.806Z Downloaded unicode-linebreak v0.1.5
2992026-03-30T18:04:03.806Z Downloaded ahash v0.8.12
3002026-03-30T18:04:03.806Z Downloaded want v0.3.1
3012026-03-30T18:04:03.806Z Downloaded version_check v0.9.5
3022026-03-30T18:04:03.809Z Downloaded bitflags v2.11.0
3032026-03-30T18:04:03.809Z Downloaded utf8_iter v1.0.4
3042026-03-30T18:04:03.812Z Downloaded thread_local v1.1.9
3052026-03-30T18:04:03.812Z Downloaded futures-channel v0.3.32
3062026-03-30T18:04:03.812Z Downloaded quinn-udp v0.5.14
3072026-03-30T18:04:03.815Z Downloaded target-spec v3.5.7
3082026-03-30T18:04:03.815Z Downloaded quick-junit v0.5.2
3092026-03-30T18:04:03.821Z Downloaded self_update v0.42.0
3102026-03-30T18:04:03.827Z Downloaded thiserror-impl v2.0.18
3112026-03-30T18:04:03.831Z Downloaded thiserror v2.0.18
3122026-03-30T18:04:03.834Z Downloaded eyre v0.6.12
3132026-03-30T18:04:03.837Z Downloaded tracing-log v0.2.0
3142026-03-30T18:04:03.837Z Downloaded utf8parse v0.2.2
3152026-03-30T18:04:03.840Z Downloaded tokio-native-tls v0.3.1
3162026-03-30T18:04:03.850Z Downloaded digest v0.10.7
3172026-03-30T18:04:03.853Z Downloaded log v0.4.29
3182026-03-30T18:04:03.859Z Downloaded once_cell v1.21.4
3192026-03-30T18:04:03.862Z Downloaded ed25519-dalek v2.2.0
3202026-03-30T18:04:03.865Z Downloaded ryu v1.0.23
3212026-03-30T18:04:03.869Z Downloaded smallvec v1.15.1
3222026-03-30T18:04:03.869Z Downloaded toml_writer v1.1.0+spec-1.1.0
3232026-03-30T18:04:03.869Z Downloaded toml_write v0.1.2
3242026-03-30T18:04:03.872Z Downloaded spki v0.7.3
3252026-03-30T18:04:03.872Z Downloaded openssl-sys v0.9.112
3262026-03-30T18:04:03.875Z Downloaded unicase v2.9.0
3272026-03-30T18:04:03.878Z Downloaded getrandom v0.3.4
3282026-03-30T18:04:03.878Z Downloaded clap v4.6.0
3292026-03-30T18:04:03.883Z Downloaded num-traits v0.2.19
3302026-03-30T18:04:03.886Z Downloaded convert_case v0.10.0
3312026-03-30T18:04:03.888Z Downloaded cfg-expr v0.20.7
3322026-03-30T18:04:03.889Z Downloaded pin-project v1.1.11
3332026-03-30T18:04:03.895Z Downloaded target-lexicon v0.13.3
3342026-03-30T18:04:03.898Z Downloaded socket2 v0.6.3
3352026-03-30T18:04:03.898Z Downloaded signal-hook v0.3.18
3362026-03-30T18:04:03.902Z Downloaded zmij v1.0.21
3372026-03-30T18:04:03.902Z Downloaded xxhash-rust v0.8.15
3382026-03-30T18:04:03.902Z Downloaded tracing-attributes v0.1.31
3392026-03-30T18:04:03.906Z Downloaded tempfile v3.27.0
3402026-03-30T18:04:03.906Z Downloaded zstd-safe v7.2.4
3412026-03-30T18:04:03.906Z Downloaded indicatif v0.17.11
3422026-03-30T18:04:03.909Z Downloaded serde_derive v1.0.228
3432026-03-30T18:04:03.911Z Downloaded tokio-stream v0.1.18
3442026-03-30T18:04:03.914Z Downloaded tokio-rustls v0.26.4
3452026-03-30T18:04:03.914Z Downloaded getrandom v0.4.2
3462026-03-30T18:04:03.917Z Downloaded xattr v1.6.1
3472026-03-30T18:04:03.921Z Downloaded zipsign-api v0.1.5
3482026-03-30T18:04:03.921Z Downloaded zeroize v1.8.2
3492026-03-30T18:04:03.921Z Downloaded proc-macro2 v1.0.106
3502026-03-30T18:04:03.929Z Downloaded tinyvec v1.11.0
3512026-03-30T18:04:03.932Z Downloaded mio v1.2.0
3522026-03-30T18:04:03.935Z Downloaded zstd v0.13.3
3532026-03-30T18:04:03.935Z Downloaded toml v0.8.23
3542026-03-30T18:04:03.938Z Downloaded sharded-slab v0.1.7
3552026-03-30T18:04:03.942Z Downloaded serde_core v1.0.228
3562026-03-30T18:04:03.948Z Downloaded bytes v1.11.1
3572026-03-30T18:04:03.959Z Downloaded textwrap v0.16.2
3582026-03-30T18:04:03.963Z Downloaded futures v0.3.32
3592026-03-30T18:04:03.966Z Downloaded flate2 v1.1.9
3602026-03-30T18:04:03.971Z Downloaded der v0.7.10
3612026-03-30T18:04:03.971Z Downloaded rustls-webpki v0.103.10
3622026-03-30T18:04:03.977Z Downloaded toml v1.1.0+spec-1.1.0
3632026-03-30T18:04:03.981Z Downloaded unicode-ident v1.0.24
3642026-03-30T18:04:03.984Z Downloaded crossterm v0.29.0
3652026-03-30T18:04:03.988Z Downloaded toml_parser v1.1.0+spec-1.1.0
3662026-03-30T18:04:03.991Z Downloaded tar v0.4.45
3672026-03-30T18:04:03.991Z Downloaded quinn v0.11.9
3682026-03-30T18:04:03.996Z Downloaded miniz_oxide v0.8.9
3692026-03-30T18:04:04.000Z Downloaded tracing-core v0.1.36
3702026-03-30T18:04:04.003Z Downloaded indexmap v2.13.0
3712026-03-30T18:04:04.008Z Downloaded miette v7.6.0
3722026-03-30T18:04:04.012Z Downloaded backtrace v0.3.76
3732026-03-30T18:04:04.015Z Downloaded uuid v1.23.0
3742026-03-30T18:04:04.018Z Downloaded vte v0.14.1
3752026-03-30T18:04:04.018Z Downloaded typenum v1.19.0
3762026-03-30T18:04:04.030Z Downloaded rand v0.9.2
3772026-03-30T18:04:04.033Z Downloaded memchr v2.8.0
3782026-03-30T18:04:04.036Z Downloaded toml_edit v0.22.27
3792026-03-30T18:04:04.039Z Downloaded hyper v1.8.1
3802026-03-30T18:04:04.042Z Downloaded serde v1.0.228
3812026-03-30T18:04:04.045Z Downloaded borsh v1.6.1
3822026-03-30T18:04:04.048Z Downloaded url v2.5.8
3832026-03-30T18:04:04.051Z Downloaded pulldown-cmark v0.13.3
3842026-03-30T18:04:04.054Z Downloaded hyper-util v0.1.20
3852026-03-30T18:04:04.057Z Downloaded derive_more-impl v2.1.1
3862026-03-30T18:04:04.060Z Downloaded http v1.4.0
3872026-03-30T18:04:04.063Z Downloaded cc v1.2.58
3882026-03-30T18:04:04.069Z Downloaded ron v0.12.1
3892026-03-30T18:04:04.079Z Downloaded regex v1.12.3
3902026-03-30T18:04:04.082Z Downloaded tower v0.5.3
3912026-03-30T18:04:04.109Z Downloaded hashbrown v0.15.5
3922026-03-30T18:04:04.118Z Downloaded itertools v0.14.0
3932026-03-30T18:04:04.123Z Downloaded reqwest v0.12.28
3942026-03-30T18:04:04.128Z Downloaded iri-string v0.7.12
3952026-03-30T18:04:04.136Z Downloaded guppy v0.17.25
3962026-03-30T18:04:04.141Z Downloaded hashbrown v0.16.1
3972026-03-30T18:04:04.147Z Downloaded serde_json v1.0.149
3982026-03-30T18:04:04.150Z Downloaded unicode-segmentation v1.13.2
3992026-03-30T18:04:04.154Z Downloaded unicode-normalization v0.1.25
4002026-03-30T18:04:04.161Z Downloaded tokio-util v0.7.18
4012026-03-30T18:04:04.167Z Downloaded futures-util v0.3.32
4022026-03-30T18:04:04.174Z Downloaded tower-http v0.6.8
4032026-03-30T18:04:04.184Z Downloaded portable-atomic v1.13.1
4042026-03-30T18:04:04.188Z Downloaded clap_builder v4.6.0
4052026-03-30T18:04:04.188Z Downloaded quick-xml v0.37.5
4062026-03-30T18:04:04.192Z Downloaded h2 v0.4.13
4072026-03-30T18:04:04.197Z Downloaded quick-xml v0.38.4
4082026-03-30T18:04:04.223Z Downloaded winnow v0.7.15
4092026-03-30T18:04:04.228Z Downloaded winnow v1.0.1
4102026-03-30T18:04:04.259Z Downloaded chrono v0.4.44
4112026-03-30T18:04:04.267Z Downloaded tracing-subscriber v0.3.23
4122026-03-30T18:04:04.271Z Downloaded quinn-proto v0.11.14
4132026-03-30T18:04:04.279Z Downloaded webpki-roots v1.0.6
4142026-03-30T18:04:04.287Z Downloaded vcpkg v0.2.15
4152026-03-30T18:04:04.311Z Downloaded unicode-width v0.1.14
4162026-03-30T18:04:04.314Z Downloaded zerocopy v0.8.48
4172026-03-30T18:04:04.324Z Downloaded openssl v0.10.76
4182026-03-30T18:04:04.331Z Downloaded nextest-runner v0.80.0
4192026-03-30T18:04:04.335Z Downloaded unicode-width v0.2.2
4202026-03-30T18:04:04.340Z Downloaded curve25519-dalek v4.1.3
4212026-03-30T18:04:04.344Z Downloaded bstr v1.12.1
4222026-03-30T18:04:04.348Z Downloaded gimli v0.32.3
4232026-03-30T18:04:04.353Z Downloaded syn v2.0.117
4242026-03-30T18:04:04.359Z Downloaded nix v0.30.1
4252026-03-30T18:04:04.365Z Downloaded tracing v0.1.44
4262026-03-30T18:04:04.378Z Downloaded color-eyre v0.6.5
4272026-03-30T18:04:04.383Z Downloaded rustls v0.23.37
4282026-03-30T18:04:04.389Z Downloaded regex-syntax v0.8.10
4292026-03-30T18:04:04.393Z Downloaded rustix v0.38.44
4302026-03-30T18:04:04.409Z Downloaded object v0.37.3
4312026-03-30T18:04:04.428Z Downloaded rustix v1.1.4
4322026-03-30T18:04:04.542Z Downloaded regex-automata v0.4.14
4332026-03-30T18:04:04.585Z Downloaded petgraph v0.8.3
4342026-03-30T18:04:04.618Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4352026-03-30T18:04:04.628Z Downloaded libc v0.2.183
4362026-03-30T18:04:04.646Z Downloaded tokio v1.50.0
4372026-03-30T18:04:04.731Z Downloaded recursion v0.5.4
4382026-03-30T18:04:04.746Z Downloaded ring v0.17.14
4392026-03-30T18:04:04.805Z Compiling proc-macro2 v1.0.106
4402026-03-30T18:04:04.805Z Compiling libc v0.2.183
4412026-03-30T18:04:04.808Z Compiling quote v1.0.45
4422026-03-30T18:04:04.808Z Compiling unicode-ident v1.0.24
4432026-03-30T18:04:04.808Z Compiling serde_core v1.0.228
4442026-03-30T18:04:04.808Z Compiling cfg-if v1.0.4
4452026-03-30T18:04:04.808Z Compiling memchr v2.8.0
4462026-03-30T18:04:04.808Z Compiling once_cell v1.21.4
4472026-03-30T18:04:05.030Z Compiling log v0.4.29
4482026-03-30T18:04:05.061Z Compiling pin-project-lite v0.2.17
4492026-03-30T18:04:05.156Z Compiling itoa v1.0.18
4502026-03-30T18:04:05.203Z Compiling serde v1.0.228
4512026-03-30T18:04:05.384Z Compiling futures-core v0.3.32
4522026-03-30T18:04:05.466Z Compiling bitflags v2.11.0
4532026-03-30T18:04:05.537Z Compiling smallvec v1.15.1
4542026-03-30T18:04:05.549Z Compiling find-msvc-tools v0.1.9
4552026-03-30T18:04:05.803Z Compiling shlex v1.3.0
4562026-03-30T18:04:05.815Z Compiling hashbrown v0.16.1
4572026-03-30T18:04:05.873Z Compiling equivalent v1.0.2
4582026-03-30T18:04:05.966Z Compiling errno v0.3.14
4592026-03-30T18:04:05.994Z Compiling jobserver v0.1.34
4602026-03-30T18:04:06.011Z Compiling bytes v1.11.1
4612026-03-30T18:04:06.037Z Compiling mio v1.2.0
4622026-03-30T18:04:06.103Z Compiling signal-hook-registry v1.4.8
4632026-03-30T18:04:06.315Z Compiling cc v1.2.58
4642026-03-30T18:04:06.327Z Compiling syn v2.0.117
4652026-03-30T18:04:06.391Z Compiling rustix v1.1.4
4662026-03-30T18:04:06.487Z Compiling futures-sink v0.3.32
4672026-03-30T18:04:06.605Z Compiling socket2 v0.6.3
4682026-03-30T18:04:06.644Z Compiling zmij v1.0.21
4692026-03-30T18:04:06.771Z Compiling slab v0.4.12
4702026-03-30T18:04:06.947Z Compiling futures-channel v0.3.32
4712026-03-30T18:04:06.987Z Compiling tracing-core v0.1.36
4722026-03-30T18:04:06.987Z Compiling version_check v0.9.5
4732026-03-30T18:04:07.198Z Compiling serde_json v1.0.149
4742026-03-30T18:04:07.415Z Compiling indexmap v2.13.0
4752026-03-30T18:04:07.442Z Compiling futures-task v0.3.32
4762026-03-30T18:04:07.462Z Compiling getrandom v0.4.2
4772026-03-30T18:04:07.587Z Compiling futures-io v0.3.32
4782026-03-30T18:04:07.614Z Compiling camino v1.2.2
4792026-03-30T18:04:07.732Z Compiling unicode-width v0.2.2
4802026-03-30T18:04:07.948Z Compiling ring v0.17.14
4812026-03-30T18:04:07.974Z Compiling http v1.4.0
4822026-03-30T18:04:08.040Z Compiling autocfg v1.5.0
4832026-03-30T18:04:08.066Z Compiling percent-encoding v2.3.2
4842026-03-30T18:04:08.207Z Compiling simd-adler32 v0.3.9
4852026-03-30T18:04:08.338Z Compiling adler2 v2.0.1
4862026-03-30T18:04:08.381Z Compiling zeroize v1.8.2
4872026-03-30T18:04:08.500Z Compiling miniz_oxide v0.8.9
4882026-03-30T18:04:08.571Z Compiling num-traits v0.2.19
4892026-03-30T18:04:08.808Z Compiling zerocopy v0.8.48
4902026-03-30T18:04:09.041Z Compiling getrandom v0.3.4
4912026-03-30T18:04:09.178Z Compiling target-lexicon v0.13.3
4922026-03-30T18:04:09.358Z Compiling object v0.37.3
4932026-03-30T18:04:09.608Z Compiling http-body v1.0.1
4942026-03-30T18:04:09.696Z Compiling rustls-pki-types v1.14.0
4952026-03-30T18:04:09.708Z Compiling semver v1.0.27
4962026-03-30T18:04:09.771Z Compiling getrandom v0.2.17
4972026-03-30T18:04:09.789Z Compiling guppy-workspace-hack v0.1.0
4982026-03-30T18:04:09.869Z Compiling serde_derive v1.0.228
4992026-03-30T18:04:09.932Z Compiling tokio-macros v2.6.1
5002026-03-30T18:04:09.960Z Compiling futures-macro v0.3.32
5012026-03-30T18:04:10.001Z Compiling tracing-attributes v0.1.31
5022026-03-30T18:04:10.103Z Compiling signal-hook v0.3.18
5032026-03-30T18:04:10.317Z Compiling httparse v1.10.1
5042026-03-30T18:04:10.372Z Compiling thiserror v2.0.18
5052026-03-30T18:04:10.550Z Compiling gimli v0.32.3
5062026-03-30T18:04:10.660Z Compiling untrusted v0.9.0
5072026-03-30T18:04:10.685Z Compiling tokio v1.50.0
5082026-03-30T18:04:10.701Z Compiling typenum v1.19.0
5092026-03-30T18:04:10.777Z Compiling futures-util v0.3.32
5102026-03-30T18:04:10.790Z Compiling owo-colors v4.3.0
5112026-03-30T18:04:11.040Z Compiling fnv v1.0.7
5122026-03-30T18:04:11.198Z Compiling tracing v0.1.44
5132026-03-30T18:04:11.240Z Compiling thiserror-impl v2.0.18
5142026-03-30T18:04:12.426Z Compiling addr2line v0.25.1
5152026-03-30T18:04:13.055Z Compiling form_urlencoded v1.2.2
5162026-03-30T18:04:13.130Z Compiling generic-array v0.14.7
5172026-03-30T18:04:13.201Z Compiling utf8_iter v1.0.4
5182026-03-30T18:04:13.322Z Compiling tower-service v0.3.3
5192026-03-30T18:04:13.348Z Compiling target-spec v3.5.7
5202026-03-30T18:04:13.362Z Compiling rustc-demangle v0.1.27
5212026-03-30T18:04:13.414Z Compiling rustls v0.23.37
5222026-03-30T18:04:13.426Z Compiling try-lock v0.2.5
5232026-03-30T18:04:13.539Z Compiling fastrand v2.3.0
5242026-03-30T18:04:13.618Z Compiling atomic-waker v1.1.2
5252026-03-30T18:04:13.621Z Compiling idna_adapter v1.0.0
5262026-03-30T18:04:13.730Z Compiling typeid v1.0.3
5272026-03-30T18:04:13.749Z Compiling thiserror v1.0.69
5282026-03-30T18:04:13.882Z Compiling pkg-config v0.3.32
5292026-03-30T18:04:14.064Z Compiling tempfile v3.27.0
5302026-03-30T18:04:14.234Z Compiling backtrace v0.3.76
5312026-03-30T18:04:14.314Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5322026-03-30T18:04:14.342Z Compiling idna v1.1.0
5332026-03-30T18:04:14.625Z Compiling tokio-util v0.7.18
5342026-03-30T18:04:14.745Z Compiling want v0.3.1
5352026-03-30T18:04:14.985Z Compiling cfg-expr v0.20.7
5362026-03-30T18:04:15.161Z Compiling h2 v0.4.13
5372026-03-30T18:04:16.218Z Compiling thiserror-impl v1.0.69
5382026-03-30T18:04:16.329Z Compiling terminal_size v0.4.4
5392026-03-30T18:04:16.480Z Compiling aho-corasick v1.1.4
5402026-03-30T18:04:16.513Z Compiling winnow v0.7.15
5412026-03-30T18:04:16.840Z Compiling pin-utils v0.1.0
5422026-03-30T18:04:16.917Z Compiling subtle v2.6.1
5432026-03-30T18:04:17.075Z Compiling erased-serde v0.4.10
5442026-03-30T18:04:17.357Z Compiling regex-syntax v0.8.10
5452026-03-30T18:04:17.527Z Compiling hyper v1.8.1
5462026-03-30T18:04:18.477Z Compiling rustls-webpki v0.103.10
5472026-03-30T18:04:21.017Z Compiling regex-automata v0.4.14
5482026-03-30T18:04:21.734Z Compiling url v2.5.8
5492026-03-30T18:04:21.949Z Compiling toml_datetime v0.6.11
5502026-03-30T18:04:22.320Z Compiling serde_spanned v0.6.9
5512026-03-30T18:04:22.480Z Compiling ahash v0.8.12
5522026-03-30T18:04:22.721Z Compiling sync_wrapper v1.0.2
5532026-03-30T18:04:22.836Z Compiling base64 v0.22.1
5542026-03-30T18:04:23.331Z Compiling unicode-segmentation v1.13.2
5552026-03-30T18:04:23.475Z Compiling is_ci v1.2.0
5562026-03-30T18:04:23.647Z Compiling ipnet v2.12.0
5572026-03-30T18:04:23.717Z Compiling unicode-linebreak v0.1.5
5582026-03-30T18:04:23.994Z Compiling lazy_static v1.5.0
5592026-03-30T18:04:24.106Z Compiling foldhash v0.1.5
5602026-03-30T18:04:24.146Z Compiling tower-layer v0.3.3
5612026-03-30T18:04:24.326Z Compiling toml_write v0.1.2
5622026-03-30T18:04:24.347Z Compiling parking_lot_core v0.9.12
5632026-03-30T18:04:24.431Z Compiling portable-atomic v1.13.1
5642026-03-30T18:04:24.572Z Compiling either v1.15.0
5652026-03-30T18:04:24.578Z Compiling crc32fast v1.5.0
5662026-03-30T18:04:24.611Z Compiling nextest-workspace-hack v0.1.0
5672026-03-30T18:04:24.801Z Compiling toml_edit v0.22.27
5682026-03-30T18:04:24.838Z Compiling tower v0.5.3
5692026-03-30T18:04:24.849Z Compiling hashbrown v0.15.5
5702026-03-30T18:04:24.903Z Compiling sharded-slab v0.1.7
5712026-03-30T18:04:24.914Z Compiling hyper-util v0.1.20
5722026-03-30T18:04:25.408Z Compiling textwrap v0.16.2
5732026-03-30T18:04:25.455Z Compiling convert_case v0.10.0
5742026-03-30T18:04:25.493Z Compiling supports-color v3.0.2
5752026-03-30T18:04:25.721Z Compiling tokio-rustls v0.26.4
5762026-03-30T18:04:26.001Z Compiling backtrace-ext v0.2.1
5772026-03-30T18:04:26.259Z Compiling ordered-float v2.10.1
5782026-03-30T18:04:26.326Z Compiling webpki-roots v1.0.6
5792026-03-30T18:04:26.446Z Compiling miette-derive v7.6.0
5802026-03-30T18:04:26.548Z Compiling pathdiff v0.2.3
5812026-03-30T18:04:26.676Z Compiling console v0.15.11
5822026-03-30T18:04:26.805Z Compiling tracing-log v0.2.0
5832026-03-30T18:04:27.172Z Compiling cargo-platform v0.3.2
5842026-03-30T18:04:27.538Z Compiling os_pipe v1.2.3
5852026-03-30T18:04:27.568Z Compiling thread_local v1.1.9
5862026-03-30T18:04:27.712Z Compiling winnow v1.0.1
5872026-03-30T18:04:27.738Z Compiling scopeguard v1.2.0
5882026-03-30T18:04:27.843Z Compiling iri-string v0.7.12
5892026-03-30T18:04:27.944Z Compiling ryu v1.0.23
5902026-03-30T18:04:28.006Z Compiling utf8parse v0.2.2
5912026-03-30T18:04:28.123Z Compiling fixedbitset v0.5.7
5922026-03-30T18:04:28.234Z Compiling supports-unicode v3.0.0
5932026-03-30T18:04:28.639Z Compiling zstd-safe v7.2.4
5942026-03-30T18:04:28.743Z Compiling supports-hyperlinks v3.2.0
5952026-03-30T18:04:28.880Z Compiling pulldown-cmark v0.13.3
5962026-03-30T18:04:28.969Z Compiling unicode-width v0.1.14
5972026-03-30T18:04:29.094Z Compiling cfg_aliases v0.2.1
5982026-03-30T18:04:29.123Z Compiling rustix v0.38.44
5992026-03-30T18:04:29.167Z Compiling debug-ignore v1.0.5
6002026-03-30T18:04:29.266Z Compiling miette v7.6.0
6012026-03-30T18:04:29.296Z Compiling tower-http v0.6.8
6022026-03-30T18:04:29.557Z Compiling nix v0.30.1
6032026-03-30T18:04:30.002Z Compiling toml_parser v1.1.0+spec-1.1.0
6042026-03-30T18:04:30.263Z Compiling petgraph v0.8.3
6052026-03-30T18:04:30.483Z Compiling anstyle-parse v1.0.0
6062026-03-30T18:04:30.706Z Compiling serde_urlencoded v0.7.1
6072026-03-30T18:04:30.989Z Compiling lock_api v0.4.14
6082026-03-30T18:04:31.233Z Compiling tracing-subscriber v0.3.23
6092026-03-30T18:04:31.318Z Compiling sigchld v0.2.4
6102026-03-30T18:04:31.525Z Compiling cargo_metadata v0.23.1
6112026-03-30T18:04:32.159Z Compiling serde-value v0.7.0
6122026-03-30T18:04:32.216Z Compiling hyper-rustls v0.27.7
6132026-03-30T18:04:32.867Z Compiling toml v0.8.23
6142026-03-30T18:04:32.898Z Compiling serde-untagged v0.1.9
6152026-03-30T18:04:33.499Z Compiling derive_more-impl v2.1.1
6162026-03-30T18:04:34.355Z Compiling itertools v0.14.0
6172026-03-30T18:04:34.466Z Compiling regex v1.12.3
6182026-03-30T18:04:34.522Z Compiling block-buffer v0.10.4
6192026-03-30T18:04:34.657Z Compiling crypto-common v0.1.7
6202026-03-30T18:04:34.692Z Compiling ppv-lite86 v0.2.21
6212026-03-30T18:04:34.791Z Compiling futures-executor v0.3.32
6222026-03-30T18:04:35.019Z Compiling rand_core v0.9.5
6232026-03-30T18:04:35.272Z Compiling pin-project-internal v1.1.11
6242026-03-30T18:04:35.331Z Compiling http-body-util v0.1.3
6252026-03-30T18:04:35.602Z Compiling uuid v1.23.0
6262026-03-30T18:04:35.761Z Compiling toml_datetime v1.1.0+spec-1.1.0
6272026-03-30T18:04:35.847Z Compiling serde_spanned v1.1.0
6282026-03-30T18:04:35.888Z Compiling smol_str v0.3.6
6292026-03-30T18:04:36.004Z Compiling filetime v0.2.27
6302026-03-30T18:04:36.141Z Compiling vte v0.14.1
6312026-03-30T18:04:36.175Z Compiling bstr v1.12.1
6322026-03-30T18:04:36.209Z Compiling nested v0.1.1
6332026-03-30T18:04:36.232Z Compiling unicase v2.9.0
6342026-03-30T18:04:36.319Z Compiling xattr v1.6.1
6352026-03-30T18:04:36.402Z Compiling litrs v1.0.0
6362026-03-30T18:04:36.413Z Compiling tinyvec_macros v0.1.1
6372026-03-30T18:04:36.481Z Compiling color-spantrace v0.3.0
6382026-03-30T18:04:36.501Z Compiling anstyle-query v1.1.5
6392026-03-30T18:04:36.541Z Compiling static_assertions v1.1.0
6402026-03-30T18:04:36.603Z Compiling iana-time-zone v0.1.65
6412026-03-30T18:04:36.615Z Compiling number_prefix v0.4.0
6422026-03-30T18:04:36.760Z Compiling eyre v0.6.12
6432026-03-30T18:04:36.760Z Compiling colorchoice v1.0.5
6442026-03-30T18:04:36.783Z Compiling unicode-xid v0.2.6
6452026-03-30T18:04:36.837Z Compiling anstyle v1.0.14
6462026-03-30T18:04:36.846Z Compiling self_update v0.42.0
6472026-03-30T18:04:36.884Z Compiling is_terminal_polyfill v1.70.2
6482026-03-30T18:04:36.938Z Compiling cargo-util-schemas v0.2.0
6492026-03-30T18:04:36.976Z Compiling document-features v0.2.12
6502026-03-30T18:04:37.091Z Compiling anstream v1.0.0
6512026-03-30T18:04:37.151Z Compiling indicatif v0.17.11
6522026-03-30T18:04:37.482Z Compiling chrono v0.4.44
6532026-03-30T18:04:37.535Z Compiling guppy v0.17.25
6542026-03-30T18:04:37.577Z Compiling globset v0.4.18
6552026-03-30T18:04:38.323Z Compiling tinyvec v1.11.0
6562026-03-30T18:04:38.494Z Compiling tar v0.4.45
6572026-03-30T18:04:38.749Z Compiling pin-project v1.1.11
6582026-03-30T18:04:38.853Z Compiling strip-ansi-escapes v0.2.1
6592026-03-30T18:04:39.361Z Compiling nextest-metadata v0.12.2
6602026-03-30T18:04:39.418Z Compiling toml v1.1.0+spec-1.1.0
6612026-03-30T18:04:40.353Z Compiling newtype-uuid v1.3.2
6622026-03-30T18:04:40.553Z Compiling reqwest v0.12.28
6632026-03-30T18:04:40.824Z Compiling rand_chacha v0.9.0
6642026-03-30T18:04:40.833Z Compiling futures v0.3.32
6652026-03-30T18:04:40.913Z Compiling digest v0.10.7
6662026-03-30T18:04:41.135Z Compiling parking_lot v0.12.5
6672026-03-30T18:04:41.150Z Compiling flate2 v1.1.9
6682026-03-30T18:04:41.372Z Compiling derive_more v2.1.1
6692026-03-30T18:04:41.460Z Compiling tracing-error v0.2.1
6702026-03-30T18:04:41.688Z Compiling shared_child v1.1.1
6712026-03-30T18:04:42.025Z Compiling signal-hook-mio v0.2.5
6722026-03-30T18:04:42.050Z Compiling self-replace v1.5.0
6732026-03-30T18:04:42.162Z Compiling cargo-platform v0.2.0
6742026-03-30T18:04:42.337Z Compiling quick-xml v0.38.4
6752026-03-30T18:04:42.634Z Compiling quick-xml v0.37.5
6762026-03-30T18:04:42.714Z Compiling cpufeatures v0.2.17
6772026-03-30T18:04:42.788Z Compiling clap_lex v1.1.0
6782026-03-30T18:04:43.183Z Compiling strsim v0.11.1
6792026-03-30T18:04:43.552Z Compiling heck v0.5.0
6802026-03-30T18:04:43.941Z Compiling humantime v2.3.0
6812026-03-30T18:04:43.970Z Compiling recursion v0.5.4
6822026-03-30T18:04:43.994Z Compiling shell-words v1.1.1
6832026-03-30T18:04:44.103Z Compiling urlencoding v2.1.3
6842026-03-30T18:04:44.154Z Compiling indenter v0.3.4
6852026-03-30T18:04:44.346Z Compiling humantime-serde v1.1.1
6862026-03-30T18:04:44.362Z Compiling nextest-filtering v0.15.0
6872026-03-30T18:04:44.504Z Compiling clap_derive v4.6.0
6882026-03-30T18:04:44.573Z Compiling clap_builder v4.6.0
6892026-03-30T18:04:44.756Z Compiling quick-junit v0.5.2
6902026-03-30T18:04:46.256Z Compiling sha2 v0.10.9
6912026-03-30T18:04:47.466Z Compiling atomicwrites v0.4.4
6922026-03-30T18:04:47.764Z Compiling cargo_metadata v0.20.0
6932026-03-30T18:04:47.863Z Compiling crossterm v0.29.0
6942026-03-30T18:04:49.128Z Compiling cargo-nextest v0.9.97
6952026-03-30T18:04:49.426Z Compiling duct v0.13.7
6962026-03-30T18:04:50.111Z Compiling zstd v0.13.3
6972026-03-30T18:04:50.907Z Compiling rand v0.9.2
6982026-03-30T18:04:50.992Z Compiling async-scoped v0.9.0
6992026-03-30T18:04:51.049Z Compiling config v0.15.22
7002026-03-30T18:04:51.198Z Compiling unicode-normalization v0.1.25
7012026-03-30T18:04:51.198Z Compiling target-spec-miette v0.4.5
7022026-03-30T18:04:51.215Z Compiling future-queue v0.4.0
7032026-03-30T18:04:51.486Z Compiling mukti-metadata v0.3.0
7042026-03-30T18:04:51.585Z Compiling tokio-stream v0.1.18
7052026-03-30T18:04:51.647Z Compiling camino-tempfile v1.4.1
7062026-03-30T18:04:51.765Z Compiling derive-where v1.6.1
7072026-03-30T18:04:51.963Z Compiling serde_ignored v0.1.14
7082026-03-30T18:04:52.086Z Compiling serde_path_to_error v0.1.20
7092026-03-30T18:04:52.103Z Compiling swrite v0.1.0
7102026-03-30T18:04:52.181Z Compiling home v0.5.12
7112026-03-30T18:04:52.328Z Compiling hex v0.4.3
7122026-03-30T18:04:52.352Z Compiling indent_write v2.2.0
7132026-03-30T18:04:52.503Z Compiling xxhash-rust v0.8.15
7142026-03-30T18:04:52.522Z Compiling color-eyre v0.6.5
7152026-03-30T18:04:52.629Z Compiling clap v4.6.0
7162026-03-30T18:04:52.686Z Compiling dialoguer v0.11.0
7172026-03-30T18:04:52.714Z Compiling enable-ansi-support v0.2.1
7182026-03-30T18:04:52.991Z Compiling nextest-runner v0.80.0
7192026-03-30T18:05:11.132Z Finished `release` profile [optimized] target(s) in 1m 10s
7202026-03-30T18:05:11.307Z Installing /home/build/.cargo/bin/cargo-nextest
7212026-03-30T18:05:11.310Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7222026-03-30T18:05:11.422Z+ source .github/buildomat/test-common.sh
7232026-03-30T18:05:11.425Z++ NEXTEST_VERSION=0.9.97
7242026-03-30T18:05:11.425Z++ PLATFORM=illumos
7252026-03-30T18:05:11.425Z++ banner install
7262026-03-30T18:05:11.425Z
7272026-03-30T18:05:11.425Z # # # #### ##### ## # #
7282026-03-30T18:05:11.425Z # ## # # # # # # #
7292026-03-30T18:05:11.425Z # # # # #### # # # # #
7302026-03-30T18:05:11.425Z # # # # # # ###### # #
7312026-03-30T18:05:11.425Z # # ## # # # # # # #
7322026-03-30T18:05:11.425Z # # # #### # # # ###### ######
7332026-03-30T18:05:11.425Z
7342026-03-30T18:05:11.425Z++ set +o errexit
7352026-03-30T18:05:11.428Z++ pkg info clang-15
7362026-03-30T18:05:11.428Z++ grep -qi installed
7372026-03-30T18:05:13.991Zpkg: info: no packages matching the following patterns you specified are
7382026-03-30T18:05:13.991Zinstalled on the system. Try querying remotely instead:
7392026-03-30T18:05:13.991Z
7402026-03-30T18:05:13.992Z clang-15
7412026-03-30T18:05:14.030Z++ [[ 1 != 0 ]]
7422026-03-30T18:05:14.030Z++ set -o errexit
7432026-03-30T18:05:14.033Z++ pfexec pkg install clang-15
7442026-03-30T18:05:21.210Z Startup: Refreshing catalog 'helios-dev' ... Done
7452026-03-30T18:05:28.022Z Startup: Caching catalogs ... Done
7462026-03-30T18:05:32.171ZPlanning: Solver setup ... Done
7472026-03-30T18:05:32.189ZPlanning: Running solver ... Done
7482026-03-30T18:05:32.311ZPlanning: Finding local manifests ... Done
7492026-03-30T18:05:32.324ZPlanning: Fetching manifests: 0/2 0% complete
7502026-03-30T18:05:32.417ZPlanning: Fetching manifests: 2/2 100% complete
7512026-03-30T18:05:32.447ZPlanning: Package planning ... Done
7522026-03-30T18:05:32.473ZPlanning: Merging actions ... Done
7532026-03-30T18:05:32.649ZPlanning: Checking for conflicting actions ... Done
7542026-03-30T18:05:32.656ZPlanning: Consolidating action changes ... Done
7552026-03-30T18:05:35.006ZPlanning: Evaluating mediators ... Done
7562026-03-30T18:05:35.012ZPlanning: Planning completed in 6.83 seconds
7572026-03-30T18:05:35.058Z Packages to install: 2
7582026-03-30T18:05:35.058Z Mediators to change: 2
7592026-03-30T18:05:35.058Z Services to change: 1
7602026-03-30T18:05:35.058Z Create boot environment: No
7612026-03-30T18:05:35.061ZCreate backup boot environment: No
7622026-03-30T18:05:35.098Z
7632026-03-30T18:05:35.098ZDownload: 0/3076 items 0.0/211.3MB 0% complete
7642026-03-30T18:05:40.116ZDownload: 975/3076 items 82.2/211.3MB 38% complete (18.0M/s)
7652026-03-30T18:05:45.118ZDownload: 1803/3076 items 117.3/211.3MB 55% complete (11.8M/s)
7662026-03-30T18:05:51.151ZDownload: 2010/3076 items 117.9/211.3MB 55% complete (10.2M/s)
7672026-03-30T18:05:59.151ZDownload: 3034/3076 items 201.8/211.3MB 95% complete (8.8M/s)
7682026-03-30T18:06:00.475ZDownload: Completed 211.31 MB in 25.38 seconds (8.3M/s)
7692026-03-30T18:06:00.600Z Actions: 1/3418 actions (Installing new actions)
7702026-03-30T18:06:03.834Z Actions: Completed 3418 actions in 3.23 seconds.
7712026-03-30T18:06:04.459Z Done
7722026-03-30T18:06:04.459Z Done
7732026-03-30T18:06:05.149Z Done
7742026-03-30T18:06:08.644Z Done
7752026-03-30T18:06:08.718Z Done
7762026-03-30T18:06:08.722Z Done
7772026-03-30T18:06:08.977Z Done
7782026-03-30T18:06:09.636Z++ set -o errexit
7792026-03-30T18:06:09.636Z++ cargo --version
7802026-03-30T18:06:09.647Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
7812026-03-30T18:06:09.650Z++ rustc --version
7822026-03-30T18:06:09.670Zrustc 1.94.1 (e408947bf 2026-03-25)
7832026-03-30T18:06:09.673Z++ cargo install cargo-nextest --version 0.9.97
7842026-03-30T18:06:09.727Z Ignored package `cargo-nextest v0.9.97` is already installed, use --force to override
7852026-03-30T18:06:09.730Z+ pushd rdb
7862026-03-30T18:06:09.730Z+ PROPTEST_CASES=1000000
7872026-03-30T18:06:09.730Z/work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite
7882026-03-30T18:06:09.730Z+ cargo nextest run --lib proptest
7892026-03-30T18:06:09.894Z Updating git repository `https://github.com/oxidecomputer/falcon`
7902026-03-30T18:06:10.512ZFrom https://github.com/oxidecomputer/falcon
7912026-03-30T18:06:10.512Z * [new ref] 9167ac10b0deaaf5b0498bfdb57eab9f221087b7 -> refs/commit/9167ac10b0deaaf5b0498bfdb57eab9f221087b7
7922026-03-30T18:06:10.588Z Updating crates.io index
7932026-03-30T18:06:10.591Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7942026-03-30T18:06:11.332ZFrom https://github.com/oxidecomputer/dendrite
7952026-03-30T18:06:11.332Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7962026-03-30T18:06:11.515Z Updating git repository `https://github.com/oxidecomputer/ispf`
7972026-03-30T18:06:11.802ZFrom https://github.com/oxidecomputer/ispf
7982026-03-30T18:06:11.802Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7992026-03-30T18:06:11.960Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8002026-03-30T18:06:12.351ZFrom https://github.com/oxidecomputer/netadm-sys
8012026-03-30T18:06:12.351Z * [new ref] e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1 -> refs/commit/e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1
8022026-03-30T18:06:12.359Z Updating git repository `https://github.com/oxidecomputer/omicron`
8032026-03-30T18:06:20.538ZFrom https://github.com/oxidecomputer/omicron
8042026-03-30T18:06:20.538Z * [new ref] 48dd241a32e3d1bf92fb5b79bc5a38baa0fe3166 -> refs/commit/48dd241a32e3d1bf92fb5b79bc5a38baa0fe3166
8052026-03-30T18:06:20.961Z Updating git repository `https://github.com/oxidecomputer/opte`
8062026-03-30T18:06:21.534ZFrom https://github.com/oxidecomputer/opte
8072026-03-30T18:06:21.534Z * [new ref] 04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8 -> refs/commit/04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8
8082026-03-30T18:06:21.561Z Updating git repository `https://github.com/illumos/smf-rs`
8092026-03-30T18:06:21.830ZFrom https://github.com/illumos/smf-rs
8102026-03-30T18:06:21.830Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8112026-03-30T18:06:21.963Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8122026-03-30T18:06:22.304ZFrom https://github.com/oxidecomputer/network-interface
8132026-03-30T18:06:22.305Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8142026-03-30T18:06:22.434Z Updating git repository `https://github.com/oxidecomputer/zone`
8152026-03-30T18:06:22.723ZFrom https://github.com/oxidecomputer/zone
8162026-03-30T18:06:22.723Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8172026-03-30T18:06:22.846Z Updating git repository `https://github.com/oxidecomputer/propolis`
8182026-03-30T18:06:24.089ZFrom https://github.com/oxidecomputer/propolis
8192026-03-30T18:06:24.089Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8202026-03-30T18:06:24.144Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8212026-03-30T18:06:25.472ZFrom https://github.com/oxidecomputer/transceiver-control
8222026-03-30T18:06:25.472Z * [new ref] 4bfd6375796ef21a4c8c1f46e639cc663c2f95f8 -> refs/commit/4bfd6375796ef21a4c8c1f46e639cc663c2f95f8
8232026-03-30T18:06:25.482Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8242026-03-30T18:06:25.482ZFrom https://github.com/oxidecomputer/dlpi-sys
8252026-03-30T18:06:25.482Z * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc
8262026-03-30T18:06:25.482Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8272026-03-30T18:06:25.682ZFrom https://github.com/jmesmon/rust-libzfs
8282026-03-30T18:06:25.682Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8292026-03-30T18:06:25.689Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8302026-03-30T18:06:25.974ZFrom https://github.com/oxidecomputer/rusty-doors
8312026-03-30T18:06:25.974Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8322026-03-30T18:06:25.977Z Updating git repository `https://github.com/oxidecomputer/lldp`
8332026-03-30T18:06:26.343ZFrom https://github.com/oxidecomputer/lldp
8342026-03-30T18:06:26.344Z * [new ref] c3305fd1a7ea7aba31f3834757a6b931e4f59fe6 -> refs/commit/c3305fd1a7ea7aba31f3834757a6b931e4f59fe6
8352026-03-30T18:06:26.380Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8362026-03-30T18:06:26.659ZFrom https://github.com/oxidecomputer/slog-error-chain
8372026-03-30T18:06:26.659Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8382026-03-30T18:06:26.733Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8392026-03-30T18:06:27.055ZFrom https://github.com/oxidecomputer/tufaceous
8402026-03-30T18:06:27.055Z * [new ref] 1eacfcf0cade44f77d433f31744dbee4abb96465 -> refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465
8412026-03-30T18:06:27.096Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8422026-03-30T18:06:27.525ZFrom https://github.com/oxidecomputer/management-gateway-service
8432026-03-30T18:06:27.525Z * [new ref] ea2f39ccdea124b5affcad0ca17bc5dacf65823a -> refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a
8442026-03-30T18:06:27.651Z Updating git repository `https://github.com/oxidecomputer/crucible`
8452026-03-30T18:06:28.567ZFrom https://github.com/oxidecomputer/crucible
8462026-03-30T18:06:28.567Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8472026-03-30T18:06:28.627Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8482026-03-30T18:06:28.909ZFrom https://github.com/oxidecomputer/serde_human_bytes
8492026-03-30T18:06:28.909Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8502026-03-30T18:06:29.107Z Updating git repository `https://github.com/oxidecomputer/propolis`
8512026-03-30T18:06:29.520ZFrom https://github.com/oxidecomputer/propolis
8522026-03-30T18:06:29.520Z * [new ref] 368a2225b79328514ce0ea9181d8f874019edaa2 -> refs/commit/368a2225b79328514ce0ea9181d8f874019edaa2
8532026-03-30T18:06:29.896Z Updating git repository `https://github.com/oxidecomputer/tofino`
8542026-03-30T18:06:30.187ZFrom https://github.com/oxidecomputer/tofino
8552026-03-30T18:06:30.187Z * [new ref] 7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 -> refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33
8562026-03-30T18:06:30.194Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8572026-03-30T18:06:30.766ZFrom https://github.com/oxidecomputer/maghemite
8582026-03-30T18:06:30.766Z * [new ref] b603c9f3dccefcf1d3e941c04505ff6bdd1826b6 -> refs/commit/b603c9f3dccefcf1d3e941c04505ff6bdd1826b6
8592026-03-30T18:06:30.811Z Updating git repository `https://github.com/oxidecomputer/clickward`
8602026-03-30T18:06:31.091ZFrom https://github.com/oxidecomputer/clickward
8612026-03-30T18:06:31.091Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8622026-03-30T18:06:31.132Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8632026-03-30T18:06:31.433ZFrom https://github.com/oxidecomputer/illumos-devinfo
8642026-03-30T18:06:31.433Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8652026-03-30T18:06:31.614Z Updating git repository `https://github.com/oxidecomputer/crucible`
8662026-03-30T18:06:33.289ZFrom https://github.com/oxidecomputer/crucible
8672026-03-30T18:06:33.289Z * [new ref] a945a32ba9e1f2098ce3a8963765f1894f37110b -> refs/commit/a945a32ba9e1f2098ce3a8963765f1894f37110b
8682026-03-30T18:06:33.344Z Downloading crates ...
8692026-03-30T18:06:33.344Z Downloaded base16ct v0.2.0
8702026-03-30T18:06:33.344Z Downloaded aead v0.5.2
8712026-03-30T18:06:33.344Z Downloaded cobs v0.3.0
8722026-03-30T18:06:33.344Z Downloaded crossbeam-deque v0.8.6
8732026-03-30T18:06:33.344Z Downloaded ciborium v0.2.2
8742026-03-30T18:06:33.344Z Downloaded float-ord v0.3.2
8752026-03-30T18:06:33.344Z Downloaded daft-derive v0.1.5
8762026-03-30T18:06:33.344Z Downloaded crucible-workspace-hack v0.1.0
8772026-03-30T18:06:33.345Z Downloaded const-random-macro v0.1.16
8782026-03-30T18:06:33.345Z Downloaded ciborium-ll v0.2.2
8792026-03-30T18:06:33.345Z Downloaded lru-cache v0.1.2
8802026-03-30T18:06:33.345Z Downloaded libsw v3.5.0
8812026-03-30T18:06:33.345Z Downloaded hubpack v0.1.2
8822026-03-30T18:06:33.345Z Downloaded defmt v0.3.100
8832026-03-30T18:06:33.345Z Downloaded cc v1.2.57
8842026-03-30T18:06:33.345Z Downloaded embedded-io v0.6.1
8852026-03-30T18:06:33.345Z Downloaded hashbrown v0.12.3
8862026-03-30T18:06:33.346Z Downloaded heapless v0.8.0
8872026-03-30T18:06:33.346Z Downloaded bytecount v0.6.9
8882026-03-30T18:06:33.346Z Downloaded async-stream-impl v0.3.6
8892026-03-30T18:06:33.346Z Downloaded dof v0.4.0
8902026-03-30T18:06:33.346Z Downloaded dyn-clone v1.0.20
8912026-03-30T18:06:33.346Z Downloaded const_format_proc_macros v0.2.34
8922026-03-30T18:06:33.346Z Downloaded deranged v0.5.8
8932026-03-30T18:06:33.346Z Downloaded daft v0.1.5
8942026-03-30T18:06:33.346Z Downloaded bitflags v1.3.2
8952026-03-30T18:06:33.346Z Downloaded byte-wrapper v0.1.0
8962026-03-30T18:06:33.346Z Downloaded argon2 v0.5.3
8972026-03-30T18:06:33.346Z Downloaded async-stream v0.3.6
8982026-03-30T18:06:33.346Z Downloaded arrayref v0.3.9
8992026-03-30T18:06:33.346Z Downloaded backoff v0.4.0
9002026-03-30T18:06:33.347Z Downloaded dunce v1.0.5
9012026-03-30T18:06:33.347Z Downloaded ciborium-io v0.2.2
9022026-03-30T18:06:33.347Z Downloaded cancel-safe-futures v0.1.5
9032026-03-30T18:06:33.347Z Downloaded dtrace-parser v0.2.0
9042026-03-30T18:06:33.347Z Downloaded crunchy v0.2.4
9052026-03-30T18:06:33.347Z Downloaded crc8 v0.1.1
9062026-03-30T18:06:33.347Z Downloaded foreign-types v0.5.0
9072026-03-30T18:06:33.347Z Downloaded crossbeam-epoch v0.9.18
9082026-03-30T18:06:33.347Z Downloaded num-iter v0.1.45
9092026-03-30T18:06:33.347Z Downloaded num-conv v0.2.0
9102026-03-30T18:06:33.347Z Downloaded memmap v0.7.0
9112026-03-30T18:06:33.347Z Downloaded newtype-uuid-macros v0.1.0
9122026-03-30T18:06:33.347Z Downloaded darling v0.21.3
9132026-03-30T18:06:33.347Z Downloaded newtype_derive v0.1.6
9142026-03-30T18:06:33.347Z Downloaded async-recursion v1.1.1
9152026-03-30T18:06:33.347Z Downloaded heck v0.4.1
9162026-03-30T18:06:33.347Z Downloaded managed v0.8.0
9172026-03-30T18:06:33.347Z Downloaded natord v1.0.9
9182026-03-30T18:06:33.347Z Downloaded darling_macro v0.23.0
9192026-03-30T18:06:33.347Z Downloaded dof v0.3.0
9202026-03-30T18:06:33.348Z Downloaded linked-hash-map v0.5.6
9212026-03-30T18:06:33.348Z Downloaded const-random v0.1.18
9222026-03-30T18:06:33.348Z Downloaded darling_macro v0.21.3
9232026-03-30T18:06:33.348Z Downloaded hubpack_derive v0.1.1
9242026-03-30T18:06:33.348Z Downloaded fxhash v0.2.1
9252026-03-30T18:06:33.348Z Downloaded memoffset v0.9.1
9262026-03-30T18:06:33.348Z Downloaded opaque-debug v0.3.1
9272026-03-30T18:06:33.348Z Downloaded git-stub v1.0.0
9282026-03-30T18:06:33.348Z Downloaded dtrace-parser v0.3.0
9292026-03-30T18:06:33.348Z Downloaded macaddr v1.0.1
9302026-03-30T18:06:33.348Z Downloaded libscf-sys v1.1.0
9312026-03-30T18:06:33.348Z Downloaded num-derive v0.4.2
9322026-03-30T18:06:33.348Z Downloaded newline-converter v0.3.0
9332026-03-30T18:06:33.348Z Downloaded foreign-types-macros v0.2.3
9342026-03-30T18:06:33.348Z Downloaded cstr-argument v0.1.2
9352026-03-30T18:06:33.348Z Downloaded cpufeatures v0.3.0
9362026-03-30T18:06:33.348Z Downloaded num-integer v0.1.46
9372026-03-30T18:06:33.348Z Downloaded num-derive v0.3.3
9382026-03-30T18:06:33.348Z Downloaded num_enum_derive v0.5.11
9392026-03-30T18:06:33.348Z Downloaded ingot v0.1.1
9402026-03-30T18:06:33.348Z Downloaded embedded-io v0.4.0
9412026-03-30T18:06:33.348Z Downloaded dropshot-api-manager-types v0.5.2
9422026-03-30T18:06:33.348Z Downloaded inout v0.1.4
9432026-03-30T18:06:33.349Z Downloaded num_threads v0.1.7
9442026-03-30T18:06:33.349Z Downloaded convert_case v0.4.0
9452026-03-30T18:06:33.349Z Downloaded omicron-workspace-hack v0.1.0
9462026-03-30T18:06:33.349Z Downloaded internet-checksum v0.2.1
9472026-03-30T18:06:33.349Z Downloaded fixedbitset v0.4.2
9482026-03-30T18:06:33.349Z Downloaded ident_case v1.0.1
9492026-03-30T18:06:33.349Z Downloaded no-std-compat v0.4.1
9502026-03-30T18:06:33.349Z Downloaded num v0.4.3
9512026-03-30T18:06:33.349Z Downloaded parse-display v0.10.0
9522026-03-30T18:06:33.349Z Downloaded instant v0.1.13
9532026-03-30T18:06:33.349Z Downloaded hash32 v0.3.1
9542026-03-30T18:06:33.349Z Downloaded derive-ex v0.1.8
9552026-03-30T18:06:33.349Z Downloaded mime v0.3.17
9562026-03-30T18:06:33.349Z Downloaded httpdate v1.0.3
9572026-03-30T18:06:33.349Z Downloaded olpc-cjson v0.1.4
9582026-03-30T18:06:33.349Z Downloaded displaydoc v0.2.5
9592026-03-30T18:06:33.349Z Downloaded cmake v0.1.57
9602026-03-30T18:06:33.349Z Downloaded csv-core v0.1.13
9612026-03-30T18:06:33.349Z Downloaded plain v0.2.3
9622026-03-30T18:06:33.349Z Downloaded expectorate v1.2.0
9632026-03-30T18:06:33.349Z Downloaded byteorder v1.5.0
9642026-03-30T18:06:33.349Z Downloaded base16ct v1.0.0
9652026-03-30T18:06:33.349Z Downloaded gethostname v0.5.0
9662026-03-30T18:06:33.349Z Downloaded libsw-core v0.3.2
9672026-03-30T18:06:33.349Z Downloaded phf_shared v0.12.1
9682026-03-30T18:06:33.368Z Downloaded ingot-types v0.1.2
9692026-03-30T18:06:33.368Z Downloaded potential_utf v0.1.4
9702026-03-30T18:06:33.368Z Downloaded idna_adapter v1.2.1
9712026-03-30T18:06:33.368Z Downloaded pretty-hex v0.4.2
9722026-03-30T18:06:33.368Z Downloaded powerfmt v0.2.0
9732026-03-30T18:06:33.368Z Downloaded ipnetwork v0.21.1
9742026-03-30T18:06:33.368Z Downloaded proc-macro-error-attr2 v2.0.0
9752026-03-30T18:06:33.368Z Downloaded linear-map v1.2.0
9762026-03-30T18:06:33.368Z Downloaded proc-macro-crate v1.3.1
9772026-03-30T18:06:33.368Z Downloaded proc-macro-error-attr v1.0.4
9782026-03-30T18:06:33.368Z Downloaded proc-macro-crate v3.5.0
9792026-03-30T18:06:33.368Z Downloaded fs-err v3.3.0
9802026-03-30T18:06:33.368Z Downloaded progenitor-macro v0.11.2
9812026-03-30T18:06:33.368Z Downloaded progenitor-client v0.11.2
9822026-03-30T18:06:33.368Z Downloaded progenitor-macro v0.13.0
9832026-03-30T18:06:33.369Z Downloaded progenitor-macro v0.10.0
9842026-03-30T18:06:33.369Z Downloaded rand_xorshift v0.4.0
9852026-03-30T18:06:33.369Z Downloaded rand_chacha v0.3.1
9862026-03-30T18:06:33.369Z Downloaded memmap2 v0.9.10
9872026-03-30T18:06:33.369Z Downloaded fs_extra v1.3.0
9882026-03-30T18:06:33.369Z Downloaded ref-cast-impl v1.0.25
9892026-03-30T18:06:33.369Z Downloaded ref-cast v1.0.25
9902026-03-30T18:06:33.369Z Downloaded oxide-tokio-rt v0.1.3
9912026-03-30T18:06:33.370Z Downloaded defmt-macros v1.0.1
9922026-03-30T18:06:33.370Z Downloaded glob v0.3.3
9932026-03-30T18:06:33.370Z Downloaded arrayvec v0.7.6
9942026-03-30T18:06:33.370Z Downloaded git-stub-vcs v0.1.0
9952026-03-30T18:06:33.370Z Downloaded erased-serde v0.3.31
9962026-03-30T18:06:33.370Z Downloaded defmt v1.0.1
9972026-03-30T18:06:33.370Z Downloaded critical-section v1.2.0
9982026-03-30T18:06:33.370Z Downloaded constant_time_eq v0.4.2
9992026-03-30T18:06:33.370Z Downloaded chacha20 v0.9.1
10002026-03-30T18:06:33.370Z Downloaded paste v1.0.15
10012026-03-30T18:06:33.370Z Downloaded num_enum_derive v0.7.6
10022026-03-30T18:06:33.370Z Downloaded pem v3.0.6
10032026-03-30T18:06:33.370Z Downloaded num-complex v0.4.6
10042026-03-30T18:06:33.370Z Downloaded match_cfg v0.1.0
10052026-03-30T18:06:33.370Z Downloaded rustc-hash v2.1.1
10062026-03-30T18:06:33.370Z Downloaded rustc_version v0.1.7
10072026-03-30T18:06:33.370Z Downloaded progenitor-client v0.10.0
10082026-03-30T18:06:33.370Z Downloaded ff v0.13.1
10092026-03-30T18:06:33.370Z Downloaded num_enum v0.5.11
10102026-03-30T18:06:33.371Z Downloaded secrecy v0.10.3
10112026-03-30T18:06:33.371Z Downloaded parse-display-derive v0.10.0
10122026-03-30T18:06:33.371Z Downloaded parking_lot_core v0.8.6
10132026-03-30T18:06:33.371Z Downloaded oxnet v0.1.4
10142026-03-30T18:06:33.371Z Downloaded foldhash v0.2.0
10152026-03-30T18:06:33.371Z Downloaded hmac v0.12.1
10162026-03-30T18:06:33.371Z Downloaded litemap v0.8.1
10172026-03-30T18:06:33.371Z Downloaded cipher v0.4.4
10182026-03-30T18:06:33.371Z Downloaded omicron-zone-package v0.12.2
10192026-03-30T18:06:33.371Z Downloaded num_enum v0.7.6
10202026-03-30T18:06:33.371Z Downloaded quick-error v1.2.3
10212026-03-30T18:06:33.371Z Downloaded same-file v1.0.6
10222026-03-30T18:06:33.371Z Downloaded password-hash v0.5.0
10232026-03-30T18:06:33.371Z Downloaded serde-big-array v0.5.1
10242026-03-30T18:06:33.371Z Downloaded serde_plain v1.0.2
10252026-03-30T18:06:33.371Z Downloaded semver v0.1.20
10262026-03-30T18:06:33.371Z Downloaded async-trait v0.1.89
10272026-03-30T18:06:33.371Z Downloaded phf v0.12.1
10282026-03-30T18:06:33.371Z Downloaded num-rational v0.4.2
10292026-03-30T18:06:33.372Z Downloaded slog-envlogger v2.2.0
10302026-03-30T18:06:33.372Z Downloaded proc-macro-error v1.0.4
10312026-03-30T18:06:33.372Z Downloaded sigpipe v0.1.3
10322026-03-30T18:06:33.372Z Downloaded progenitor v0.11.2
10332026-03-30T18:06:33.372Z Downloaded proc-macro-error2 v2.0.1
10342026-03-30T18:06:33.372Z Downloaded stable_deref_trait v1.2.1
10352026-03-30T18:06:33.372Z Downloaded scroll_derive v0.13.1
10362026-03-30T18:06:33.372Z Downloaded highway v1.3.0
10372026-03-30T18:06:33.372Z Downloaded scroll_derive v0.12.1
10382026-03-30T18:06:33.372Z Downloaded sha1 v0.10.6
10392026-03-30T18:06:33.372Z Downloaded serial_test_derive v3.4.0
10402026-03-30T18:06:33.372Z Downloaded slog-bunyan v2.5.0
10412026-03-30T18:06:33.372Z Downloaded siphasher v1.0.2
10422026-03-30T18:06:33.373Z Downloaded rustls-native-certs v0.8.3
10432026-03-30T18:06:33.373Z Downloaded serial_test v3.4.0
10442026-03-30T18:06:33.373Z Downloaded ingot-macros v0.1.1
10452026-03-30T18:06:33.373Z Downloaded foreign-types-shared v0.3.1
10462026-03-30T18:06:33.373Z Downloaded keccak v0.1.6
10472026-03-30T18:06:33.373Z Downloaded hostname v0.4.2
10482026-03-30T18:06:33.373Z Downloaded progenitor-extras v0.1.1
10492026-03-30T18:06:33.373Z Downloaded progenitor-client v0.13.0
10502026-03-30T18:06:33.373Z Downloaded progenitor v0.13.0
10512026-03-30T18:06:33.373Z Downloaded postcard v1.1.3
10522026-03-30T18:06:33.373Z Downloaded drift v0.1.3
10532026-03-30T18:06:33.373Z Downloaded darling v0.23.0
10542026-03-30T18:06:33.373Z Downloaded strum v0.26.3
10552026-03-30T18:06:33.373Z Downloaded structmeta-derive v0.3.0
10562026-03-30T18:06:33.373Z Downloaded rusty-fork v0.3.1
10572026-03-30T18:06:33.373Z Downloaded crossbeam-utils v0.8.21
10582026-03-30T18:06:33.373Z Downloaded icu_provider v2.1.1
10592026-03-30T18:06:33.373Z Downloaded scroll v0.13.0
10602026-03-30T18:06:33.374Z Downloaded scroll v0.12.0
10612026-03-30T18:06:33.374Z Downloaded indexmap v1.9.3
10622026-03-30T18:06:33.374Z Downloaded cookie v0.18.1
10632026-03-30T18:06:33.374Z Downloaded take_mut v0.2.2
10642026-03-30T18:06:33.374Z Downloaded smawk v0.3.2
10652026-03-30T18:06:33.374Z Downloaded strum v0.27.2
10662026-03-30T18:06:33.374Z Downloaded structmeta v0.3.0
10672026-03-30T18:06:33.374Z Downloaded spin v0.5.2
10682026-03-30T18:06:33.403Z Downloaded multer v3.1.0
10692026-03-30T18:06:33.403Z Downloaded serde_tokenstream v0.2.3
10702026-03-30T18:06:33.403Z Downloaded tagptr v0.2.0
10712026-03-30T18:06:33.403Z Downloaded serde_repr v0.1.20
10722026-03-30T18:06:33.403Z Downloaded dropshot_endpoint v0.16.7
10732026-03-30T18:06:33.403Z Downloaded sdd v3.0.10
10742026-03-30T18:06:33.403Z Downloaded schemars_derive v0.8.22
10752026-03-30T18:06:33.403Z Downloaded pest_derive v2.8.6
10762026-03-30T18:06:33.403Z Downloaded backon v1.6.0
10772026-03-30T18:06:33.403Z Downloaded testing_table v0.3.0
10782026-03-30T18:06:33.403Z Downloaded termtree v0.5.1
10792026-03-30T18:06:33.403Z Downloaded thread-id v5.1.0
10802026-03-30T18:06:33.403Z Downloaded thread-id v4.2.2
10812026-03-30T18:06:33.403Z Downloaded slog-scope v4.4.1
10822026-03-30T18:06:33.403Z Downloaded slog-dtrace v0.3.0
10832026-03-30T18:06:33.403Z Downloaded topological-sort v0.2.2
10842026-03-30T18:06:33.403Z Downloaded thiserror-impl-no-std v2.0.2
10852026-03-30T18:06:33.403Z Downloaded tabwriter v1.4.1
10862026-03-30T18:06:33.403Z Downloaded typify-macro v0.6.1
10872026-03-30T18:06:33.403Z Downloaded tabled_derive v0.11.0
10882026-03-30T18:06:33.403Z Downloaded tabled_derive v0.7.0
10892026-03-30T18:06:33.403Z Downloaded slog-json v2.6.1
10902026-03-30T18:06:33.404Z Downloaded simd-adler32 v0.3.8
10912026-03-30T18:06:33.404Z Downloaded parking_lot v0.11.2
10922026-03-30T18:06:33.404Z Downloaded anyhow v1.0.102
10932026-03-30T18:06:33.404Z Downloaded rustls-pemfile v2.2.0
10942026-03-30T18:06:33.404Z Downloaded poly1305 v0.8.0
10952026-03-30T18:06:33.404Z Downloaded colored v3.1.1
10962026-03-30T18:06:33.404Z Downloaded progenitor v0.10.0
10972026-03-30T18:06:33.404Z Downloaded cargo_toml v0.22.3
10982026-03-30T18:06:33.404Z Downloaded slog-async v2.8.0
10992026-03-30T18:06:33.404Z Downloaded serde_derive_internals v0.29.1
11002026-03-30T18:06:33.404Z Downloaded group v0.13.0
11012026-03-30T18:06:33.404Z Downloaded hostname v0.3.1
11022026-03-30T18:06:33.404Z Downloaded data-encoding v2.10.0
11032026-03-30T18:06:33.404Z Downloaded pest_generator v2.8.6
11042026-03-30T18:06:33.404Z Downloaded bcs v0.1.6
11052026-03-30T18:06:33.404Z Downloaded is-terminal v0.4.17
11062026-03-30T18:06:33.404Z Downloaded enum-as-inner v0.6.1
11072026-03-30T18:06:33.404Z Downloaded defmt-parser v1.0.0
11082026-03-30T18:06:33.404Z Downloaded blake2 v0.10.6
11092026-03-30T18:06:33.404Z Downloaded bit-vec v0.8.0
11102026-03-30T18:06:33.404Z Downloaded strum_macros v0.27.2
11112026-03-30T18:06:33.405Z Downloaded bit-set v0.8.0
11122026-03-30T18:06:33.405Z Downloaded unarray v0.1.4
11132026-03-30T18:06:33.405Z Downloaded universal-hash v0.5.1
11142026-03-30T18:06:33.405Z Downloaded papergrid v0.11.0
11152026-03-30T18:06:33.405Z Downloaded snafu-derive v0.8.9
11162026-03-30T18:06:33.405Z Downloaded chacha20 v0.10.0
11172026-03-30T18:06:33.405Z Downloaded synstructure v0.13.2
11182026-03-30T18:06:33.405Z Downloaded derive_more v0.99.20
11192026-03-30T18:06:33.405Z Downloaded console v0.16.3
11202026-03-30T18:06:33.405Z Downloaded usdt-attr-macro v0.6.0
11212026-03-30T18:06:33.405Z Downloaded diff v0.1.13
11222026-03-30T18:06:33.405Z Downloaded unit-prefix v0.5.2
11232026-03-30T18:06:33.405Z Downloaded thiserror-no-std v2.0.2
11242026-03-30T18:06:33.405Z Downloaded smartstring v1.0.1
11252026-03-30T18:06:33.405Z Downloaded usdt-macro v0.5.0
11262026-03-30T18:06:33.405Z Downloaded slog-stdlog v4.1.1
11272026-03-30T18:06:33.405Z Downloaded jiff-static v0.2.23
11282026-03-30T18:06:33.405Z Downloaded usdt v0.5.0
11292026-03-30T18:06:33.405Z Downloaded untrusted v0.7.1
11302026-03-30T18:06:33.405Z Downloaded tokio-rustls v0.25.0
11312026-03-30T18:06:33.405Z Downloaded const_format v0.2.35
11322026-03-30T18:06:33.405Z Downloaded time-core v0.1.8
11332026-03-30T18:06:33.405Z Downloaded smf v0.2.3
11342026-03-30T18:06:33.405Z Downloaded tinystr v0.8.2
11352026-03-30T18:06:33.405Z Downloaded usdt v0.6.0
11362026-03-30T18:06:33.406Z Downloaded chacha20poly1305 v0.10.1
11372026-03-30T18:06:33.406Z Downloaded typify-macro v0.4.3
11382026-03-30T18:06:33.406Z Downloaded time-macros v0.2.27
11392026-03-30T18:06:33.406Z Downloaded yoke-derive v0.8.1
11402026-03-30T18:06:33.406Z Downloaded rustversion v1.0.22
11412026-03-30T18:06:33.406Z Downloaded rhai_codegen v3.1.0
11422026-03-30T18:06:33.406Z Downloaded zeroize_derive v1.4.3
11432026-03-30T18:06:33.406Z Downloaded wait-timeout v0.2.1
11442026-03-30T18:06:33.406Z Downloaded utf-8 v0.7.6
11452026-03-30T18:06:33.406Z Downloaded icu_normalizer_data v2.1.1
11462026-03-30T18:06:33.406Z Downloaded half v2.7.1
11472026-03-30T18:06:33.406Z Downloaded zerofrom-derive v0.1.6
11482026-03-30T18:06:33.406Z Downloaded waitgroup v0.1.2
11492026-03-30T18:06:33.406Z Downloaded icu_properties v2.1.2
11502026-03-30T18:06:33.406Z Downloaded icu_locale_core v2.1.1
11512026-03-30T18:06:33.406Z Downloaded papergrid v0.17.0
11522026-03-30T18:06:33.406Z Downloaded usdt-macro v0.6.0
11532026-03-30T18:06:33.406Z Downloaded icu_normalizer v2.1.1
11542026-03-30T18:06:33.406Z Downloaded usdt-attr-macro v0.5.0
11552026-03-30T18:06:33.406Z Downloaded resolv-conf v0.7.6
11562026-03-30T18:06:33.406Z Downloaded schemars v0.8.22
11572026-03-30T18:06:33.406Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11582026-03-30T18:06:33.406Z Downloaded tokio-tungstenite v0.21.0
11592026-03-30T18:06:33.406Z Downloaded hickory-resolver v0.25.2
11602026-03-30T18:06:33.406Z Downloaded icu_collections v2.1.1
11612026-03-30T18:06:33.407Z Downloaded zone_cfg_derive v0.3.1
11622026-03-30T18:06:33.407Z Downloaded zone v0.3.1
11632026-03-30T18:06:33.407Z Downloaded zerofrom v0.1.6
11642026-03-30T18:06:33.407Z Downloaded minimal-lexical v0.2.1
11652026-03-30T18:06:33.407Z Downloaded darling_core v0.23.0
11662026-03-30T18:06:33.407Z Downloaded usdt-impl v0.5.0
11672026-03-30T18:06:33.407Z Downloaded darling_core v0.21.3
11682026-03-30T18:06:33.415Z Downloaded allocator-api2 v0.2.21
11692026-03-30T18:06:33.415Z Downloaded elliptic-curve v0.13.8
11702026-03-30T18:06:33.415Z Downloaded progenitor-impl v0.13.0
11712026-03-30T18:06:33.415Z Downloaded tokio-dtrace v0.1.1
11722026-03-30T18:06:33.415Z Downloaded tiny-keccak v2.0.2
11732026-03-30T18:06:33.416Z Downloaded strum_macros v0.26.4
11742026-03-30T18:06:33.416Z Downloaded slog-term v2.9.2
11752026-03-30T18:06:33.416Z Downloaded spin v0.9.8
11762026-03-30T18:06:33.416Z Downloaded rand_core v0.10.0
11772026-03-30T18:06:33.416Z Downloaded progenitor-impl v0.10.0
11782026-03-30T18:06:33.416Z Downloaded yoke v0.8.1
11792026-03-30T18:06:33.416Z Downloaded thin-vec v0.2.14
11802026-03-30T18:06:33.416Z Downloaded xz2 v0.1.7
11812026-03-30T18:06:33.416Z Downloaded whoami v1.6.1
11822026-03-30T18:06:33.416Z Downloaded walkdir v2.5.0
11832026-03-30T18:06:33.416Z Downloaded rustls-platform-verifier v0.6.2
11842026-03-30T18:06:33.417Z Downloaded prettyplease v0.2.37
11852026-03-30T18:06:33.417Z Downloaded pretty_assertions v1.4.1
11862026-03-30T18:06:33.417Z Downloaded pest_meta v2.8.6
11872026-03-30T18:06:33.417Z Downloaded similar v2.7.0
11882026-03-30T18:06:33.417Z Downloaded hickory-resolver v0.24.4
11892026-03-30T18:06:33.417Z Downloaded serde_with_macros v3.18.0
11902026-03-30T18:06:33.417Z Downloaded indicatif v0.18.4
11912026-03-30T18:06:33.417Z Downloaded vsss-rs v3.3.4
11922026-03-30T18:06:33.417Z Downloaded qorb v0.4.1
11932026-03-30T18:06:33.417Z Downloaded crossbeam-channel v0.5.15
11942026-03-30T18:06:33.417Z Downloaded progenitor-impl v0.11.2
11952026-03-30T18:06:33.417Z Downloaded serde_yaml v0.9.34+deprecated
11962026-03-30T18:06:33.417Z Downloaded typify v0.4.3
11972026-03-30T18:06:33.418Z Downloaded zerocopy-derive v0.7.35
11982026-03-30T18:06:33.418Z Downloaded crypto-bigint v0.5.5
11992026-03-30T18:06:33.418Z Downloaded zerovec-derive v0.11.2
12002026-03-30T18:06:33.418Z Downloaded snafu v0.8.9
12012026-03-30T18:06:33.418Z Downloaded usdt-impl v0.6.0
12022026-03-30T18:06:33.418Z Downloaded writeable v0.6.2
12032026-03-30T18:06:33.418Z Downloaded test-strategy v0.4.5
12042026-03-30T18:06:33.418Z Downloaded term v1.2.1
12052026-03-30T18:06:33.418Z Downloaded slog v2.8.2
12062026-03-30T18:06:33.418Z Downloaded schemars v1.2.1
12072026-03-30T18:06:33.418Z Downloaded toml v0.9.12+spec-1.1.0
12082026-03-30T18:06:33.418Z Downloaded base64 v0.21.7
12092026-03-30T18:06:33.419Z Downloaded nom v7.1.3
12102026-03-30T18:06:33.419Z Downloaded typify v0.6.1
12112026-03-30T18:06:33.419Z Downloaded unsafe-libyaml v0.2.11
12122026-03-30T18:06:33.419Z Downloaded rand v0.8.5
12132026-03-30T18:06:33.419Z Downloaded schemars v0.9.0
12142026-03-30T18:06:33.419Z Downloaded ucd-trie v0.1.7
12152026-03-30T18:06:33.419Z Downloaded toml v0.7.8
12162026-03-30T18:06:33.419Z Downloaded mio v1.1.1
12172026-03-30T18:06:33.419Z Downloaded tungstenite v0.21.0
12182026-03-30T18:06:33.419Z Downloaded steno v0.4.1
12192026-03-30T18:06:33.419Z Downloaded rayon-core v1.13.0
12202026-03-30T18:06:33.419Z Downloaded jiff v0.2.23
12212026-03-30T18:06:33.420Z Downloaded zerotrie v0.2.3
12222026-03-30T18:06:33.420Z Downloaded yansi v1.0.1
12232026-03-30T18:06:33.420Z Downloaded toml_edit v0.19.15
12242026-03-30T18:06:33.420Z Downloaded toml_edit v0.25.8+spec-1.1.0
12252026-03-30T18:06:33.420Z Downloaded rand v0.10.0
12262026-03-30T18:06:33.420Z Downloaded dropshot-api-manager v0.5.2
12272026-03-30T18:06:33.420Z Downloaded arc-swap v1.9.0
12282026-03-30T18:06:33.449Z Downloaded pest v2.8.6
12292026-03-30T18:06:33.449Z Downloaded itertools v0.12.1
12302026-03-30T18:06:33.449Z Downloaded ron v0.12.0
12312026-03-30T18:06:33.462Z Downloaded nom v8.0.0
12322026-03-30T18:06:33.462Z Downloaded zerocopy-derive v0.8.47
12332026-03-30T18:06:33.462Z Downloaded iddqd v0.3.17
12342026-03-30T18:06:33.468Z Downloaded libm v0.2.16
12352026-03-30T18:06:33.468Z Downloaded unicode-segmentation v1.13.1
12362026-03-30T18:06:33.496Z Downloaded typed-path v0.9.3
12372026-03-30T18:06:33.496Z Downloaded hkdf v0.12.4
12382026-03-30T18:06:33.500Z Downloaded icu_properties_data v2.1.2
12392026-03-30T18:06:33.500Z Downloaded scc v2.4.0
12402026-03-30T18:06:33.500Z Downloaded reqwest v0.13.2
12412026-03-30T18:06:33.500Z Downloaded zerovec v0.11.5
12422026-03-30T18:06:33.507Z Downloaded iri-string v0.7.11
12432026-03-30T18:06:33.512Z Downloaded goblin v0.8.2
12442026-03-30T18:06:33.512Z Downloaded blake3 v1.8.3
12452026-03-30T18:06:33.520Z Downloaded tough v0.20.0
12462026-03-30T18:06:33.547Z Downloaded rayon v1.11.0
12472026-03-30T18:06:33.551Z Downloaded winnow v0.5.40
12482026-03-30T18:06:33.551Z Downloaded zerocopy v0.7.35
12492026-03-30T18:06:33.551Z Downloaded winnow v1.0.0
12502026-03-30T18:06:33.555Z Downloaded rustls-webpki v0.102.8
12512026-03-30T18:06:33.569Z Downloaded proptest v1.11.0
12522026-03-30T18:06:33.603Z Downloaded aws-lc-rs v1.16.2
12532026-03-30T18:06:33.604Z Downloaded tabled v0.15.0
12542026-03-30T18:06:33.604Z Downloaded moka v0.12.15
12552026-03-30T18:06:33.604Z Downloaded goblin v0.10.5
12562026-03-30T18:06:33.604Z Downloaded serde_with v3.18.0
12572026-03-30T18:06:33.609Z Downloaded time v0.3.47
12582026-03-30T18:06:33.609Z Downloaded tabled v0.20.0
12592026-03-30T18:06:33.647Z Downloaded syn v1.0.109
12602026-03-30T18:06:33.651Z Downloaded regress v0.10.5
12612026-03-30T18:06:33.651Z Downloaded smoltcp v0.11.0
12622026-03-30T18:06:33.651Z Downloaded zerocopy v0.8.47
12632026-03-30T18:06:33.684Z Downloaded dropshot v0.16.7
12642026-03-30T18:06:33.684Z Downloaded rhai v1.24.0
12652026-03-30T18:06:33.691Z Downloaded openapiv3 v2.2.0
12662026-03-30T18:06:33.691Z Downloaded hickory-proto v0.25.2
12672026-03-30T18:06:33.695Z Downloaded rustls v0.22.4
12682026-03-30T18:06:33.719Z Downloaded nix v0.31.2
12692026-03-30T18:06:33.734Z Downloaded typify-impl v0.6.1
12702026-03-30T18:06:33.734Z Downloaded hickory-proto v0.24.4
12712026-03-30T18:06:33.749Z Downloaded lzma-sys v0.1.20
12722026-03-30T18:06:33.781Z Downloaded sled v0.34.7
12732026-03-30T18:06:33.786Z Downloaded typify-impl v0.4.3
12742026-03-30T18:06:33.786Z Downloaded sha3 v0.10.8
12752026-03-30T18:06:33.838Z Downloaded petgraph v0.6.5
12762026-03-30T18:06:33.877Z Downloaded chrono-tz v0.10.4
12772026-03-30T18:06:33.884Z Downloaded csv v1.4.0
12782026-03-30T18:06:33.954Z Downloaded encoding_rs v0.8.35
12792026-03-30T18:06:34.919Z Downloaded aws-lc-sys v0.39.0
12802026-03-30T18:06:35.563Z Compiling proc-macro2 v1.0.106
12812026-03-30T18:06:35.563Z Compiling quote v1.0.45
12822026-03-30T18:06:35.563Z Compiling unicode-ident v1.0.24
12832026-03-30T18:06:35.569Z Compiling serde_core v1.0.228
12842026-03-30T18:06:35.569Z Compiling cfg-if v1.0.4
12852026-03-30T18:06:35.570Z Compiling serde v1.0.228
12862026-03-30T18:06:35.570Z Compiling libc v0.2.183
12872026-03-30T18:06:35.570Z Compiling memchr v2.8.0
12882026-03-30T18:06:35.734Z Compiling itoa v1.0.18
12892026-03-30T18:06:35.957Z Compiling smallvec v1.15.1
12902026-03-30T18:06:36.012Z Compiling zmij v1.0.21
12912026-03-30T18:06:36.043Z Compiling serde_json v1.0.149
12922026-03-30T18:06:36.127Z Compiling autocfg v1.5.0
12932026-03-30T18:06:36.215Z Compiling libm v0.2.16
12942026-03-30T18:06:36.300Z Compiling version_check v0.9.5
12952026-03-30T18:06:36.399Z Compiling stable_deref_trait v1.2.1
12962026-03-30T18:06:36.475Z Compiling pin-project-lite v0.2.17
12972026-03-30T18:06:36.479Z Compiling litemap v0.8.1
12982026-03-30T18:06:36.487Z Compiling percent-encoding v2.3.2
12992026-03-30T18:06:36.544Z Compiling writeable v0.6.2
13002026-03-30T18:06:36.553Z Compiling icu_properties_data v2.1.2
13012026-03-30T18:06:36.579Z Compiling icu_normalizer_data v2.1.1
13022026-03-30T18:06:36.675Z Compiling iana-time-zone v0.1.65
13032026-03-30T18:06:36.730Z Compiling parking_lot_core v0.9.12
13042026-03-30T18:06:36.864Z Compiling syn v2.0.117
13052026-03-30T18:06:36.915Z Compiling equivalent v1.0.2
13062026-03-30T18:06:36.923Z Compiling scopeguard v1.2.0
13072026-03-30T18:06:36.951Z Compiling form_urlencoded v1.2.2
13082026-03-30T18:06:36.959Z Compiling allocator-api2 v0.2.21
13092026-03-30T18:06:36.977Z Compiling foldhash v0.2.0
13102026-03-30T18:06:37.004Z Compiling utf8_iter v1.0.4
13112026-03-30T18:06:37.037Z Compiling lock_api v0.4.14
13122026-03-30T18:06:37.125Z Compiling dyn-clone v1.0.20
13132026-03-30T18:06:37.142Z Compiling num-traits v0.2.19
13142026-03-30T18:06:37.218Z Compiling jobserver v0.1.34
13152026-03-30T18:06:37.257Z Compiling hashbrown v0.16.1
13162026-03-30T18:06:37.263Z Compiling shlex v1.3.0
13172026-03-30T18:06:37.276Z Compiling find-msvc-tools v0.1.9
13182026-03-30T18:06:37.444Z Compiling cc v1.2.57
13192026-03-30T18:06:37.495Z Compiling log v0.4.29
13202026-03-30T18:06:37.514Z Compiling errno v0.3.14
13212026-03-30T18:06:37.675Z Compiling semver v1.0.27
13222026-03-30T18:06:37.689Z Compiling futures-core v0.3.32
13232026-03-30T18:06:37.776Z Compiling thiserror v2.0.18
13242026-03-30T18:06:37.833Z Compiling indexmap v2.13.0
13252026-03-30T18:06:37.842Z Compiling zerocopy v0.8.47
13262026-03-30T18:06:38.016Z Compiling futures-sink v0.3.32
13272026-03-30T18:06:38.118Z Compiling rand_core v0.10.0
13282026-03-30T18:06:38.132Z Compiling getrandom v0.4.2
13292026-03-30T18:06:38.255Z Compiling fnv v1.0.7
13302026-03-30T18:06:38.268Z Compiling slab v0.4.12
13312026-03-30T18:06:38.300Z Compiling heck v0.5.0
13322026-03-30T18:06:38.348Z Compiling futures-channel v0.3.32
13332026-03-30T18:06:38.434Z Compiling rustversion v1.0.22
13342026-03-30T18:06:38.449Z Compiling typenum v1.19.0
13352026-03-30T18:06:38.558Z Compiling uuid v1.23.0
13362026-03-30T18:06:38.569Z Compiling schemars v0.8.22
13372026-03-30T18:06:38.579Z Compiling futures-task v0.3.32
13382026-03-30T18:06:38.691Z Compiling futures-io v0.3.32
13392026-03-30T18:06:38.798Z Compiling socket2 v0.6.3
13402026-03-30T18:06:38.838Z Compiling getrandom v0.2.17
13412026-03-30T18:06:38.846Z Compiling portable-atomic v1.13.1
13422026-03-30T18:06:39.019Z Compiling parking_lot v0.12.5
13432026-03-30T18:06:39.048Z Compiling signal-hook-registry v1.4.8
13442026-03-30T18:06:39.096Z Compiling mio v1.1.1
13452026-03-30T18:06:39.285Z Compiling bitflags v2.11.0
13462026-03-30T18:06:39.335Z Compiling subtle v2.6.1
13472026-03-30T18:06:39.404Z Compiling critical-section v1.2.0
13482026-03-30T18:06:39.427Z Compiling base64 v0.22.1
13492026-03-30T18:06:39.438Z Compiling untrusted v0.9.0
13502026-03-30T18:06:39.499Z Compiling byteorder v1.5.0
13512026-03-30T18:06:39.510Z Compiling getrandom v0.3.4
13522026-03-30T18:06:39.524Z Compiling rand_core v0.6.4
13532026-03-30T18:06:39.552Z Compiling cmake v0.1.57
13542026-03-30T18:06:39.609Z Compiling synstructure v0.13.2
13552026-03-30T18:06:39.720Z Compiling serde_derive_internals v0.29.1
13562026-03-30T18:06:39.749Z Compiling dunce v1.0.5
13572026-03-30T18:06:39.760Z Compiling once_cell v1.21.4
13582026-03-30T18:06:39.843Z Compiling fs_extra v1.3.0
13592026-03-30T18:06:39.857Z Compiling ipnet v2.12.0
13602026-03-30T18:06:39.872Z Compiling atomic-waker v1.1.2
13612026-03-30T18:06:39.888Z Compiling httparse v1.10.1
13622026-03-30T18:06:39.973Z Compiling rustix v1.1.4
13632026-03-30T18:06:39.993Z Compiling regex-syntax v0.8.10
13642026-03-30T18:06:40.094Z Compiling aws-lc-sys v0.39.0
13652026-03-30T18:06:40.136Z Compiling strsim v0.11.1
13662026-03-30T18:06:40.281Z Compiling slog v2.8.2
13672026-03-30T18:06:40.400Z Compiling generic-array v0.14.7
13682026-03-30T18:06:40.488Z Compiling tower-layer v0.3.3
13692026-03-30T18:06:40.502Z Compiling tower-service v0.3.3
13702026-03-30T18:06:40.533Z Compiling ucd-trie v0.1.7
13712026-03-30T18:06:40.544Z Compiling thiserror v1.0.69
13722026-03-30T18:06:40.651Z Compiling try-lock v0.2.5
13732026-03-30T18:06:40.663Z Compiling ryu v1.0.23
13742026-03-30T18:06:40.750Z Compiling pest v2.8.6
13752026-03-30T18:06:40.837Z Compiling want v0.3.1
13762026-03-30T18:06:40.851Z Compiling httpdate v1.0.3
13772026-03-30T18:06:40.870Z Compiling serde_derive v1.0.228
13782026-03-30T18:06:40.903Z Compiling zerofrom-derive v0.1.6
13792026-03-30T18:06:40.932Z Compiling yoke-derive v0.8.1
13802026-03-30T18:06:40.999Z Compiling zerovec-derive v0.11.2
13812026-03-30T18:06:41.028Z Compiling displaydoc v0.2.5
13822026-03-30T18:06:41.081Z Compiling tokio-macros v2.6.1
13832026-03-30T18:06:42.117Z Compiling schemars_derive v0.8.22
13842026-03-30T18:06:42.132Z Compiling thiserror-impl v2.0.18
13852026-03-30T18:06:42.132Z Compiling zerocopy-derive v0.8.47
13862026-03-30T18:06:42.132Z Compiling zeroize_derive v1.4.3
13872026-03-30T18:06:42.132Z Compiling futures-macro v0.3.32
13882026-03-30T18:06:42.132Z Compiling zerofrom v0.1.6
13892026-03-30T18:06:42.212Z Compiling yoke v0.8.1
13902026-03-30T18:06:42.392Z Compiling zerovec v0.11.5
13912026-03-30T18:06:42.646Z Compiling zerotrie v0.2.3
13922026-03-30T18:06:42.695Z Compiling zeroize v1.8.2
13932026-03-30T18:06:42.879Z Compiling tinystr v0.8.2
13942026-03-30T18:06:42.890Z Compiling potential_utf v0.1.4
13952026-03-30T18:06:42.890Z Compiling futures-util v0.3.32
13962026-03-30T18:06:42.962Z Compiling thiserror-impl v1.0.69
13972026-03-30T18:06:43.046Z Compiling icu_locale_core v2.1.1
13982026-03-30T18:06:43.057Z Compiling icu_collections v2.1.1
13992026-03-30T18:06:43.551Z Compiling pest_meta v2.8.6
14002026-03-30T18:06:43.666Z Compiling icu_provider v2.1.1
14012026-03-30T18:06:43.964Z Compiling icu_properties v2.1.2
14022026-03-30T18:06:44.002Z Compiling bytes v1.11.1
14032026-03-30T18:06:44.094Z Compiling icu_normalizer v2.1.1
14042026-03-30T18:06:44.161Z Compiling chrono v0.4.44
14052026-03-30T18:06:44.641Z Compiling tokio v1.50.0
14062026-03-30T18:06:44.672Z Compiling http v1.4.0
14072026-03-30T18:06:44.905Z Compiling idna_adapter v1.2.1
14082026-03-30T18:06:45.044Z Compiling idna v1.1.0
14092026-03-30T18:06:45.123Z Compiling serde_tokenstream v0.2.3
14102026-03-30T18:06:45.249Z Compiling erased-serde v0.3.31
14112026-03-30T18:06:45.412Z Compiling url v2.5.8
14122026-03-30T18:06:45.685Z Compiling http-body v1.0.1
14132026-03-30T18:06:45.809Z Compiling pin-utils v0.1.0
14142026-03-30T18:06:45.838Z Compiling pest_generator v2.8.6
14152026-03-30T18:06:45.856Z Compiling pretty-hex v0.4.2
14162026-03-30T18:06:45.891Z Compiling paste v1.0.15
14172026-03-30T18:06:46.066Z Compiling plain v0.2.3
14182026-03-30T18:06:46.167Z Compiling ppv-lite86 v0.2.21
14192026-03-30T18:06:46.233Z Compiling crypto-common v0.1.7
14202026-03-30T18:06:46.279Z Compiling ident_case v1.0.1
14212026-03-30T18:06:46.302Z Compiling omicron-workspace-hack v0.1.0
14222026-03-30T18:06:46.403Z Compiling tracing-attributes v0.1.31
14232026-03-30T18:06:46.444Z Compiling pest_derive v2.8.6
14242026-03-30T18:06:46.468Z Compiling tracing-core v0.1.36
14252026-03-30T18:06:46.581Z Compiling http-body-util v0.1.3
14262026-03-30T18:06:46.830Z Compiling serde_urlencoded v0.7.1
14272026-03-30T18:06:46.836Z Compiling ipnetwork v0.21.1
14282026-03-30T18:06:46.965Z Compiling daft-derive v0.1.5
14292026-03-30T18:06:47.043Z Compiling sync_wrapper v1.0.2
14302026-03-30T18:06:47.054Z Compiling fastrand v2.3.0
14312026-03-30T18:06:47.249Z Compiling aho-corasick v1.1.4
14322026-03-30T18:06:47.317Z Compiling winnow v1.0.0
14332026-03-30T18:06:47.328Z Compiling rustls-pki-types v1.14.0
14342026-03-30T18:06:47.413Z Compiling async-trait v0.1.89
14352026-03-30T18:06:47.608Z Compiling tracing v0.1.44
14362026-03-30T18:06:47.708Z Compiling ring v0.17.14
14372026-03-30T18:06:47.822Z Compiling cpufeatures v0.2.17
14382026-03-30T18:06:47.890Z Compiling powerfmt v0.2.0
14392026-03-30T18:06:48.056Z Compiling regex-automata v0.4.14
14402026-03-30T18:06:48.093Z Compiling iri-string v0.7.11
14412026-03-30T18:06:48.188Z Compiling time-core v0.1.8
14422026-03-30T18:06:48.333Z Compiling anyhow v1.0.102
14432026-03-30T18:06:48.367Z Compiling num-conv v0.2.0
14442026-03-30T18:06:48.498Z Compiling time-macros v0.2.27
14452026-03-30T18:06:48.614Z Compiling deranged v0.5.8
14462026-03-30T18:06:49.038Z Compiling block-buffer v0.10.4
14472026-03-30T18:06:49.283Z Compiling scroll_derive v0.13.1
14482026-03-30T18:06:49.488Z Compiling hex v0.4.3
14492026-03-30T18:06:49.582Z Compiling num_threads v0.1.7
14502026-03-30T18:06:49.668Z Compiling digest v0.10.7
14512026-03-30T18:06:49.725Z Compiling regex v1.12.3
14522026-03-30T18:06:50.019Z Compiling scroll v0.13.0
14532026-03-30T18:06:51.439Z Compiling tokio-util v0.7.18
14542026-03-30T18:06:51.453Z Compiling oxnet v0.1.4
14552026-03-30T18:06:51.453Z Compiling camino v1.2.2
14562026-03-30T18:06:51.453Z Compiling goblin v0.10.5
14572026-03-30T18:06:51.453Z Compiling openssl-probe v0.2.1
14582026-03-30T18:06:51.453Z Compiling usdt-impl v0.6.0
14592026-03-30T18:06:51.454Z Compiling dtrace-parser v0.3.0
14602026-03-30T18:06:51.454Z Compiling crossbeam-utils v0.8.21
14612026-03-30T18:06:51.490Z Compiling h2 v0.4.13
14622026-03-30T18:06:51.636Z Compiling futures-executor v0.3.32
14632026-03-30T18:06:51.874Z Compiling openapiv3 v2.2.0
14642026-03-30T18:06:51.888Z Compiling structmeta-derive v0.3.0
14652026-03-30T18:06:51.989Z Compiling regress v0.10.5
14662026-03-30T18:06:52.289Z Compiling thread-id v5.1.0
14672026-03-30T18:06:52.374Z Compiling syn v1.0.109
14682026-03-30T18:06:52.681Z Compiling rustls v0.22.4
14692026-03-30T18:06:52.925Z Compiling structmeta v0.3.0
14702026-03-30T18:06:52.952Z Compiling futures v0.3.32
14712026-03-30T18:06:53.113Z Compiling rand_core v0.9.5
14722026-03-30T18:06:53.326Z Compiling dof v0.4.0
14732026-03-30T18:06:53.424Z Compiling hyper v1.8.1
14742026-03-30T18:06:53.538Z Compiling darling_core v0.23.0
14752026-03-30T18:06:54.735Z Compiling newtype-uuid-macros v0.1.0
14762026-03-30T18:06:54.759Z Compiling thread_local v1.1.9
14772026-03-30T18:06:55.036Z Compiling aws-lc-rs v1.16.2
14782026-03-30T18:06:55.207Z Compiling match_cfg v0.1.0
14792026-03-30T18:06:55.229Z Compiling winnow v0.7.15
14802026-03-30T18:06:55.279Z Compiling hyper-util v0.1.20
14812026-03-30T18:06:55.445Z Compiling newtype-uuid v1.3.2
14822026-03-30T18:06:55.542Z Compiling slog-async v2.8.0
14832026-03-30T18:06:55.714Z Compiling darling_macro v0.23.0
14842026-03-30T18:06:55.783Z Compiling ref-cast v1.0.25
14852026-03-30T18:06:55.830Z Compiling quick-error v1.2.3
14862026-03-30T18:06:55.981Z Compiling daft v0.1.5
14872026-03-30T18:06:56.108Z Compiling usdt-attr-macro v0.6.0
14882026-03-30T18:06:56.161Z Compiling usdt-macro v0.6.0
14892026-03-30T18:06:56.230Z Compiling rand_chacha v0.9.0
14902026-03-30T18:06:56.298Z Compiling darling v0.23.0
14912026-03-30T18:06:56.466Z Compiling strum_macros v0.26.4
14922026-03-30T18:06:56.653Z Compiling ref-cast-impl v1.0.25
14932026-03-30T18:06:56.713Z Compiling serde_spanned v1.1.0
14942026-03-30T18:06:56.858Z Compiling toml_datetime v0.7.5+spec-1.1.0
14952026-03-30T18:06:56.940Z Compiling multer v3.1.0
14962026-03-30T18:06:57.159Z Compiling toml_writer v1.1.0+spec-1.1.0
14972026-03-30T18:06:57.159Z Compiling bit-vec v0.8.0
14982026-03-30T18:06:57.243Z Compiling take_mut v0.2.2
14992026-03-30T18:06:57.271Z Compiling untrusted v0.7.1
15002026-03-30T18:06:57.271Z Compiling debug-ignore v1.0.5
15012026-03-30T18:06:57.347Z Compiling term v1.2.1
15022026-03-30T18:06:57.375Z Compiling bit-set v0.8.0
15032026-03-30T18:06:57.391Z Compiling rand v0.9.2
15042026-03-30T18:06:57.430Z Compiling serde_with_macros v3.18.0
15052026-03-30T18:06:57.611Z Compiling async-stream-impl v0.3.6
15062026-03-30T18:06:57.968Z Compiling strum v0.26.3
15072026-03-30T18:06:57.992Z Compiling dropshot v0.16.7
15082026-03-30T18:06:58.045Z Compiling encoding_rs v0.8.35
15092026-03-30T18:06:58.088Z Compiling unarray v0.1.4
15102026-03-30T18:06:58.196Z Compiling mime v0.3.17
15112026-03-30T18:06:58.207Z Compiling spin v0.9.8
15122026-03-30T18:06:58.233Z Compiling rustls v0.23.37
15132026-03-30T18:06:58.441Z Compiling async-stream v0.3.6
15142026-03-30T18:06:58.541Z Compiling derive-ex v0.1.8
15152026-03-30T18:06:58.566Z Compiling dropshot_endpoint v0.16.7
15162026-03-30T18:06:58.614Z Compiling macaddr v1.0.1
15172026-03-30T18:06:58.634Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15182026-03-30T18:06:58.831Z Compiling waitgroup v0.1.2
15192026-03-30T18:06:58.916Z Compiling serde_path_to_error v0.1.20
15202026-03-30T18:06:59.190Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15212026-03-30T18:06:59.282Z Compiling tempfile v3.27.0
15222026-03-30T18:06:59.326Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15232026-03-30T18:06:59.484Z Compiling tower v0.5.3
15242026-03-30T18:06:59.654Z Compiling strum_macros v0.27.2
15252026-03-30T18:06:59.698Z Compiling instant v0.1.13
15262026-03-30T18:06:59.756Z Compiling time v0.3.47
15272026-03-30T18:06:59.961Z Compiling tower-http v0.6.8
15282026-03-30T18:07:00.193Z Compiling rustc-hash v2.1.1
15292026-03-30T18:07:00.205Z Compiling test-strategy v0.4.5
15302026-03-30T18:07:00.313Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
15312026-03-30T18:07:00.388Z Compiling crossbeam-channel v0.5.15
15322026-03-30T18:07:01.405Z Compiling strum v0.27.2
15332026-03-30T18:07:01.445Z Compiling parse-display-derive v0.10.0
15342026-03-30T18:07:01.532Z Compiling rustls-native-certs v0.8.3
15352026-03-30T18:07:01.585Z Compiling backon v1.6.0
15362026-03-30T18:07:01.831Z Compiling rustls-webpki v0.102.8
15372026-03-30T18:07:01.871Z Compiling rand_chacha v0.3.1
15382026-03-30T18:07:02.723Z Compiling rand v0.8.5
15392026-03-30T18:07:02.759Z Compiling slog-json v2.6.1
15402026-03-30T18:07:02.959Z Compiling hostname v0.3.1
15412026-03-30T18:07:03.053Z Compiling toml_parser v1.1.0+spec-1.1.0
15422026-03-30T18:07:03.096Z Compiling is-terminal v0.4.17
15432026-03-30T18:07:03.120Z Compiling memmap2 v0.9.10
15442026-03-30T18:07:03.186Z Compiling wait-timeout v0.2.1
15452026-03-30T18:07:03.359Z Compiling either v1.15.0
15462026-03-30T18:07:03.520Z Compiling toml v0.9.12+spec-1.1.0
15472026-03-30T18:07:03.558Z Compiling rusty-fork v0.3.1
15482026-03-30T18:07:03.564Z Compiling usdt v0.6.0
15492026-03-30T18:07:03.763Z Compiling slog-term v2.9.2
15502026-03-30T18:07:03.849Z Compiling slog-bunyan v2.5.0
15512026-03-30T18:07:04.374Z Compiling tokio-rustls v0.25.0
15522026-03-30T18:07:04.398Z Compiling serde_with v3.18.0
15532026-03-30T18:07:04.559Z Compiling rand_xorshift v0.4.0
15542026-03-30T18:07:04.598Z Compiling sha1 v0.10.6
15552026-03-30T18:07:04.670Z Compiling rustls-pemfile v2.2.0
15562026-03-30T18:07:04.703Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
15572026-03-30T18:07:04.825Z Compiling hostname v0.4.2
15582026-03-30T18:07:04.869Z Compiling proptest v1.11.0
15592026-03-30T18:07:05.777Z Compiling iddqd v0.3.17
15602026-03-30T18:07:05.914Z Compiling itertools v0.14.0
15612026-03-30T18:07:06.156Z Compiling reqwest v0.12.28
15622026-03-30T18:07:06.319Z Compiling utf8parse v0.2.2
15632026-03-30T18:07:06.431Z Compiling anstyle-parse v1.0.0
15642026-03-30T18:07:06.623Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
15652026-03-30T18:07:06.875Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
15662026-03-30T18:07:07.153Z Compiling toml_datetime v0.6.11
15672026-03-30T18:07:07.452Z Compiling is_terminal_polyfill v1.70.2
15682026-03-30T18:07:07.503Z Compiling colorchoice v1.0.5
15692026-03-30T18:07:07.541Z Compiling anstyle-query v1.1.5
15702026-03-30T18:07:07.619Z Compiling anstyle v1.0.14
15712026-03-30T18:07:07.726Z Compiling progenitor-client v0.10.0
15722026-03-30T18:07:07.845Z Compiling anstream v1.0.0
15732026-03-30T18:07:08.002Z Compiling parse-display v0.10.0
15742026-03-30T18:07:08.340Z Compiling backoff v0.4.0
15752026-03-30T18:07:08.351Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
15762026-03-30T18:07:08.544Z Compiling clap_lex v1.1.0
15772026-03-30T18:07:08.790Z Compiling clap_derive v4.6.0
15782026-03-30T18:07:09.302Z Compiling unicode-width v0.2.2
15792026-03-30T18:07:09.448Z Compiling terminal_size v0.4.4
15802026-03-30T18:07:09.494Z Compiling darling_core v0.21.3
15812026-03-30T18:07:09.582Z Compiling zerocopy-derive v0.7.35
15822026-03-30T18:07:10.341Z Compiling crossbeam-epoch v0.9.18
15832026-03-30T18:07:10.450Z Compiling zerocopy v0.7.35
15842026-03-30T18:07:11.067Z Compiling clap_builder v4.6.0
15852026-03-30T18:07:11.583Z Compiling darling_macro v0.21.3
15862026-03-30T18:07:11.633Z Compiling proc-macro-error-attr v1.0.4
15872026-03-30T18:07:11.661Z Compiling tinyvec_macros v0.1.1
15882026-03-30T18:07:11.674Z Compiling heapless v0.8.0
15892026-03-30T18:07:11.847Z Compiling toml_datetime v1.1.0+spec-1.1.0
15902026-03-30T18:07:11.892Z Compiling heck v0.4.1
15912026-03-30T18:07:11.971Z Compiling convert_case v0.4.0
15922026-03-30T18:07:12.085Z Compiling toml_edit v0.25.8+spec-1.1.0
15932026-03-30T18:07:12.151Z Compiling darling v0.21.3
15942026-03-30T18:07:12.232Z Compiling ingot-macros v0.1.1
15952026-03-30T18:07:12.268Z Compiling derive_more v0.99.20
15962026-03-30T18:07:12.487Z Compiling tinyvec v1.11.0
15972026-03-30T18:07:12.828Z Compiling clap v4.6.0
15982026-03-30T18:07:13.344Z Compiling dtrace-parser v0.2.0
15992026-03-30T18:07:13.457Z Compiling secrecy v0.10.3
16002026-03-30T18:07:13.616Z Compiling scroll_derive v0.12.1
16012026-03-30T18:07:14.258Z Compiling hash32 v0.3.1
16022026-03-30T18:07:14.381Z Compiling usdt-impl v0.5.0
16032026-03-30T18:07:14.387Z Compiling proc-macro-error v1.0.4
16042026-03-30T18:07:14.412Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16052026-03-30T18:07:14.600Z Compiling crucible-workspace-hack v0.1.0
16062026-03-30T18:07:14.613Z Compiling smoltcp v0.11.0
16072026-03-30T18:07:14.624Z Compiling winnow v0.5.40
16082026-03-30T18:07:14.765Z Compiling scroll v0.12.0
16092026-03-30T18:07:15.038Z Compiling proc-macro-crate v3.5.0
16102026-03-30T18:07:15.079Z Compiling ingot-types v0.1.2
16112026-03-30T18:07:15.480Z Compiling dof v0.3.0
16122026-03-30T18:07:15.662Z Compiling typify-impl v0.6.1
16132026-03-30T18:07:15.676Z Compiling serde_spanned v0.6.9
16142026-03-30T18:07:15.712Z Compiling cobs v0.3.0
16152026-03-30T18:07:15.812Z Compiling memoffset v0.9.1
16162026-03-30T18:07:15.832Z Compiling thread-id v4.2.2
16172026-03-30T18:07:15.905Z Compiling toml_edit v0.19.15
16182026-03-30T18:07:15.915Z Compiling bitflags v1.3.2
16192026-03-30T18:07:15.986Z Compiling toml_write v0.1.2
16202026-03-30T18:07:16.004Z Compiling cfg_aliases v0.2.1
16212026-03-30T18:07:16.010Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
16222026-03-30T18:07:16.038Z Compiling managed v0.8.0
16232026-03-30T18:07:16.064Z Compiling nix v0.31.2
16242026-03-30T18:07:16.127Z Compiling toml_edit v0.22.27
16252026-03-30T18:07:16.446Z Compiling postcard v1.1.3
16262026-03-30T18:07:17.084Z Compiling proc-macro-crate v1.3.1
16272026-03-30T18:07:17.229Z Compiling num_enum_derive v0.7.6
16282026-03-30T18:07:17.421Z Compiling ingot v0.1.1
16292026-03-30T18:07:17.908Z Compiling goblin v0.8.2
16302026-03-30T18:07:18.404Z Compiling tabwriter v1.4.1
16312026-03-30T18:07:18.556Z Compiling foreign-types-macros v0.2.3
16322026-03-30T18:07:18.645Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16332026-03-30T18:07:18.968Z Compiling num-integer v0.1.46
16342026-03-30T18:07:19.269Z Compiling rustc_version v0.4.1
16352026-03-30T18:07:19.305Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16362026-03-30T18:07:19.546Z Compiling float-ord v0.3.2
16372026-03-30T18:07:19.624Z Compiling foreign-types-shared v0.3.1
16382026-03-30T18:07:19.635Z Compiling cpufeatures v0.3.0
16392026-03-30T18:07:19.646Z Compiling rayon-core v1.13.0
16402026-03-30T18:07:19.705Z Compiling foreign-types v0.5.0
16412026-03-30T18:07:19.717Z Compiling chacha20 v0.10.0
16422026-03-30T18:07:19.975Z Compiling curve25519-dalek v4.1.3
16432026-03-30T18:07:20.032Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16442026-03-30T18:07:20.401Z Compiling num_enum v0.7.6
16452026-03-30T18:07:20.524Z Compiling num_enum_derive v0.5.11
16462026-03-30T18:07:21.103Z Compiling toml v0.8.23
16472026-03-30T18:07:21.964Z Compiling crossbeam-deque v0.8.6
16482026-03-30T18:07:22.006Z Compiling typify-macro v0.6.1
16492026-03-30T18:07:22.144Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
16502026-03-30T18:07:22.367Z Compiling hmac v0.12.1
16512026-03-30T18:07:22.502Z Compiling inout v0.1.4
16522026-03-30T18:07:22.526Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16532026-03-30T18:07:22.629Z Compiling ff v0.13.1
16542026-03-30T18:07:22.754Z Compiling cstr-argument v0.1.2
16552026-03-30T18:07:22.863Z Compiling rustix v0.38.44
16562026-03-30T18:07:22.902Z Compiling colored v3.1.1
16572026-03-30T18:07:23.027Z Compiling prettyplease v0.2.37
16582026-03-30T18:07:23.206Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
16592026-03-30T18:07:23.361Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16602026-03-30T18:07:23.622Z Compiling group v0.13.0
16612026-03-30T18:07:23.731Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
16622026-03-30T18:07:23.771Z Compiling cipher v0.4.4
16632026-03-30T18:07:23.847Z Compiling hkdf v0.12.4
16642026-03-30T18:07:24.174Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
16652026-03-30T18:07:24.373Z Compiling num_enum v0.5.11
16662026-03-30T18:07:24.510Z Compiling rand v0.10.0
16672026-03-30T18:07:24.565Z Compiling num-iter v0.1.45
16682026-03-30T18:07:24.610Z Compiling num-rational v0.4.2
16692026-03-30T18:07:24.686Z Compiling usdt-attr-macro v0.5.0
16702026-03-30T18:07:24.925Z Compiling usdt-macro v0.5.0
16712026-03-30T18:07:25.758Z Compiling camino-tempfile v1.4.1
16722026-03-30T18:07:25.778Z Compiling thiserror-impl-no-std v2.0.2
16732026-03-30T18:07:26.036Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
16742026-03-30T18:07:26.383Z Compiling rustls-webpki v0.103.10
16752026-03-30T18:07:26.485Z Compiling universal-hash v0.5.1
16762026-03-30T18:07:26.616Z Compiling half v2.7.1
16772026-03-30T18:07:26.714Z Compiling crypto-bigint v0.5.5
16782026-03-30T18:07:26.749Z Compiling curve25519-dalek-derive v0.1.1
16792026-03-30T18:07:26.913Z Compiling enum-as-inner v0.6.1
16802026-03-30T18:07:27.425Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
16812026-03-30T18:07:27.439Z Compiling num-complex v0.4.6
16822026-03-30T18:07:27.503Z Compiling memmap v0.7.0
16832026-03-30T18:07:27.511Z Compiling base16ct v0.2.0
16842026-03-30T18:07:27.670Z Compiling ciborium-io v0.2.2
16852026-03-30T18:07:27.687Z Compiling data-encoding v2.10.0
16862026-03-30T18:07:27.709Z Compiling base64ct v1.8.3
16872026-03-30T18:07:27.770Z Compiling opaque-debug v0.3.1
16882026-03-30T18:07:27.816Z Compiling poly1305 v0.8.0
16892026-03-30T18:07:27.839Z Compiling num v0.4.3
16902026-03-30T18:07:27.870Z Compiling ciborium-ll v0.2.2
16912026-03-30T18:07:27.967Z Compiling password-hash v0.5.0
16922026-03-30T18:07:28.007Z Compiling usdt v0.5.0
16932026-03-30T18:07:28.083Z Compiling elliptic-curve v0.13.8
16942026-03-30T18:07:28.283Z Compiling thiserror-no-std v2.0.2
16952026-03-30T18:07:28.373Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16962026-03-30T18:07:28.419Z Compiling rayon v1.11.0
16972026-03-30T18:07:28.534Z Compiling typify v0.6.1
16982026-03-30T18:07:28.629Z Compiling chacha20 v0.9.1
16992026-03-30T18:07:28.716Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17002026-03-30T18:07:29.891Z Compiling tokio-rustls v0.26.4
17012026-03-30T18:07:29.936Z Compiling rustls-platform-verifier v0.6.2
17022026-03-30T18:07:30.112Z Compiling hyper-rustls v0.27.7
17032026-03-30T18:07:30.180Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
17042026-03-30T18:07:30.200Z Compiling zone_cfg_derive v0.3.1
17052026-03-30T18:07:30.321Z Compiling reqwest v0.13.2
17062026-03-30T18:07:30.405Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17072026-03-30T18:07:30.644Z Compiling itertools v0.12.1
17082026-03-30T18:07:30.680Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17092026-03-30T18:07:30.897Z Compiling blake2 v0.10.6
17102026-03-30T18:07:31.260Z Compiling byte-wrapper v0.1.0
17112026-03-30T18:07:31.364Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17122026-03-30T18:07:31.630Z Compiling progenitor-client v0.13.0
17132026-03-30T18:07:31.664Z Compiling aead v0.5.2
17142026-03-30T18:07:31.697Z Compiling num-derive v0.4.2
17152026-03-30T18:07:31.869Z Compiling progenitor-extras v0.1.1
17162026-03-30T18:07:31.936Z Compiling sigpipe v0.1.3
17172026-03-30T18:07:32.026Z Compiling jiff v0.2.23
17182026-03-30T18:07:32.111Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17192026-03-30T18:07:32.654Z Compiling pkg-config v0.3.32
17202026-03-30T18:07:33.120Z Compiling keccak v0.1.6
17212026-03-30T18:07:33.204Z Compiling glob v0.3.3
17222026-03-30T18:07:33.369Z Compiling vcpkg v0.2.15
17232026-03-30T18:07:33.663Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17242026-03-30T18:07:33.889Z Compiling unsafe-libyaml v0.2.11
17252026-03-30T18:07:33.958Z Compiling openssl-sys v0.9.112
17262026-03-30T18:07:34.514Z Compiling serde_yaml v0.9.34+deprecated
17272026-03-30T18:07:34.621Z Compiling sha3 v0.10.8
17282026-03-30T18:07:34.636Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17292026-03-30T18:07:34.868Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
17302026-03-30T18:07:35.037Z Compiling chacha20poly1305 v0.10.1
17312026-03-30T18:07:35.172Z Compiling zone v0.3.1
17322026-03-30T18:07:35.278Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17332026-03-30T18:07:35.417Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17342026-03-30T18:07:35.886Z Compiling argon2 v0.5.3
17352026-03-30T18:07:35.985Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17362026-03-30T18:07:36.401Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17372026-03-30T18:07:36.619Z Compiling vsss-rs v3.3.4
17382026-03-30T18:07:36.894Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17392026-03-30T18:07:37.430Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17402026-03-30T18:07:37.509Z Compiling progenitor-impl v0.13.0
17412026-03-30T18:07:37.897Z Compiling ciborium v0.2.2
17422026-03-30T18:07:37.934Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17432026-03-30T18:07:38.043Z Compiling hubpack_derive v0.1.1
17442026-03-30T18:07:38.056Z Compiling smf v0.2.3
17452026-03-30T18:07:38.490Z Compiling indent_write v2.2.0
17462026-03-30T18:07:38.569Z Compiling static_assertions v1.1.0
17472026-03-30T18:07:38.633Z Compiling whoami v1.6.1
17482026-03-30T18:07:38.646Z Compiling resolv-conf v0.7.6
17492026-03-30T18:07:38.667Z Compiling semver v0.1.20
17502026-03-30T18:07:38.776Z Compiling linked-hash-map v0.5.6
17512026-03-30T18:07:38.984Z Compiling lru-cache v0.1.2
17522026-03-30T18:07:38.995Z Compiling rustc_version v0.1.7
17532026-03-30T18:07:39.040Z Compiling hubpack v0.1.2
17542026-03-30T18:07:39.115Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17552026-03-30T18:07:39.284Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17562026-03-30T18:07:39.379Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17572026-03-30T18:07:39.642Z Compiling hickory-proto v0.24.4
17582026-03-30T18:07:40.319Z Compiling serde-big-array v0.5.1
17592026-03-30T18:07:40.466Z Compiling serde_repr v0.1.20
17602026-03-30T18:07:41.057Z Compiling pin-project-internal v1.1.11
17612026-03-30T18:07:41.143Z Compiling derive-where v1.6.1
17622026-03-30T18:07:41.162Z Compiling progenitor-macro v0.13.0
17632026-03-30T18:07:42.051Z Compiling minimal-lexical v0.2.1
17642026-03-30T18:07:42.144Z Compiling swrite v0.1.0
17652026-03-30T18:07:42.243Z Compiling siphasher v1.0.2
17662026-03-30T18:07:42.315Z Compiling unicode-segmentation v1.13.1
17672026-03-30T18:07:42.400Z Compiling phf_shared v0.12.1
17682026-03-30T18:07:42.438Z Compiling nom v7.1.3
17692026-03-30T18:07:42.579Z Compiling pin-project v1.1.11
17702026-03-30T18:07:42.681Z Compiling newline-converter v0.3.0
17712026-03-30T18:07:42.747Z Compiling hickory-resolver v0.24.4
17722026-03-30T18:07:42.799Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17732026-03-30T18:07:42.940Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17742026-03-30T18:07:42.983Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17752026-03-30T18:07:43.122Z Compiling newtype_derive v0.1.6
17762026-03-30T18:07:43.353Z Compiling atomicwrites v0.4.4
17772026-03-30T18:07:43.801Z Compiling unicode-normalization v0.1.25
17782026-03-30T18:07:43.818Z Compiling snafu-derive v0.8.9
17792026-03-30T18:07:44.355Z Compiling console v0.15.11
17802026-03-30T18:07:44.749Z Compiling tokio-stream v0.1.18
17812026-03-30T18:07:45.041Z Compiling async-recursion v1.1.1
17822026-03-30T18:07:45.044Z Compiling slog-dtrace v0.3.0
17832026-03-30T18:07:45.234Z Compiling bstr v1.12.1
17842026-03-30T18:07:45.282Z Compiling csv-core v0.1.13
17852026-03-30T18:07:45.427Z Compiling openssl v0.10.76
17862026-03-30T18:07:45.550Z Compiling owo-colors v4.3.0
17872026-03-30T18:07:45.612Z Compiling foldhash v0.1.5
17882026-03-30T18:07:45.695Z Compiling same-file v1.0.6
17892026-03-30T18:07:45.724Z Compiling chrono-tz v0.10.4
17902026-03-30T18:07:45.735Z Compiling unicode-xid v0.2.6
17912026-03-30T18:07:45.786Z Compiling cancel-safe-futures v0.1.5
17922026-03-30T18:07:45.796Z Compiling unicode-width v0.1.14
17932026-03-30T18:07:45.851Z Compiling foreign-types-shared v0.1.1
17942026-03-30T18:07:45.862Z Compiling highway v1.3.0
17952026-03-30T18:07:45.877Z Compiling similar v2.7.0
17962026-03-30T18:07:45.942Z Compiling foreign-types v0.3.2
17972026-03-30T18:07:46.001Z Compiling const_format_proc_macros v0.2.34
17982026-03-30T18:07:46.013Z Compiling walkdir v2.5.0
17992026-03-30T18:07:46.040Z Compiling hashbrown v0.15.5
18002026-03-30T18:07:46.087Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18012026-03-30T18:07:46.251Z Compiling snafu v0.8.9
18022026-03-30T18:07:46.373Z Compiling expectorate v1.2.0
18032026-03-30T18:07:46.383Z Compiling progenitor v0.13.0
18042026-03-30T18:07:46.517Z Compiling globset v0.4.18
18052026-03-30T18:07:46.528Z Compiling csv v1.4.0
18062026-03-30T18:07:46.563Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18072026-03-30T18:07:46.679Z Compiling qorb v0.4.1
18082026-03-30T18:07:46.788Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18092026-03-30T18:07:46.836Z Compiling olpc-cjson v0.1.4
18102026-03-30T18:07:47.083Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18112026-03-30T18:07:47.418Z Compiling phf v0.12.1
18122026-03-30T18:07:47.620Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18132026-03-30T18:07:48.004Z Compiling tokio-dtrace v0.1.1
18142026-03-30T18:07:48.092Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18152026-03-30T18:07:48.281Z Compiling libsw-core v0.3.2
18162026-03-30T18:07:48.452Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18172026-03-30T18:07:48.470Z Compiling serde_plain v1.0.2
18182026-03-30T18:07:48.575Z Compiling openssl-macros v0.1.1
18192026-03-30T18:07:48.676Z Compiling pem v3.0.6
18202026-03-30T18:07:48.697Z Compiling cookie v0.18.1
18212026-03-30T18:07:48.753Z Compiling fixedbitset v0.5.7
18222026-03-30T18:07:48.882Z Compiling fixedbitset v0.4.2
18232026-03-30T18:07:48.978Z Compiling bytecount v0.6.9
18242026-03-30T18:07:49.089Z Compiling typed-path v0.9.3
18252026-03-30T18:07:49.111Z Compiling papergrid v0.11.0
18262026-03-30T18:07:49.122Z Compiling petgraph v0.6.5
18272026-03-30T18:07:49.164Z Compiling petgraph v0.8.3
18282026-03-30T18:07:49.174Z Compiling libsw v3.5.0
18292026-03-30T18:07:49.348Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18302026-03-30T18:07:50.434Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18312026-03-30T18:07:50.624Z Compiling tough v0.20.0
18322026-03-30T18:07:50.905Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18332026-03-30T18:07:50.981Z Compiling oxide-tokio-rt v0.1.3
18342026-03-30T18:07:51.288Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18352026-03-30T18:07:52.258Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18362026-03-30T18:07:52.299Z Compiling const_format v0.2.35
18372026-03-30T18:07:52.962Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18382026-03-30T18:07:54.239Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18392026-03-30T18:07:54.378Z Compiling gethostname v0.5.0
18402026-03-30T18:07:54.496Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18412026-03-30T18:07:54.503Z Compiling tabled_derive v0.7.0
18422026-03-30T18:07:54.539Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18432026-03-30T18:07:54.713Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18442026-03-30T18:07:54.724Z Compiling bcs v0.1.6
18452026-03-30T18:07:54.860Z Compiling smawk v0.3.2
18462026-03-30T18:07:55.002Z Compiling tagptr v0.2.0
18472026-03-30T18:07:55.054Z Compiling termtree v0.5.1
18482026-03-30T18:07:55.091Z Compiling unicode-linebreak v0.1.5
18492026-03-30T18:07:55.147Z Compiling lazy_static v1.5.0
18502026-03-30T18:07:55.201Z Compiling linear-map v1.2.0
18512026-03-30T18:07:55.253Z Compiling steno v0.4.1
18522026-03-30T18:07:55.294Z Compiling textwrap v0.16.2
18532026-03-30T18:07:55.344Z Compiling moka v0.12.15
18542026-03-30T18:07:55.390Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18552026-03-30T18:07:55.406Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18562026-03-30T18:07:55.465Z Compiling tabled v0.15.0
18572026-03-30T18:07:56.018Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18582026-03-30T18:07:56.131Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18592026-03-30T18:07:56.149Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18602026-03-30T18:07:56.334Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18612026-03-30T18:07:57.014Z Compiling hickory-proto v0.25.2
18622026-03-30T18:07:57.140Z Compiling humantime v2.3.0
18632026-03-30T18:07:57.425Z Compiling num-derive v0.3.3
18642026-03-30T18:07:58.193Z Compiling parking_lot_core v0.8.6
18652026-03-30T18:07:58.361Z Compiling libscf-sys v1.1.0
18662026-03-30T18:07:58.436Z Compiling crc32fast v1.5.0
18672026-03-30T18:07:58.483Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18682026-03-30T18:07:58.505Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18692026-03-30T18:07:58.811Z Compiling parking_lot v0.11.2
18702026-03-30T18:07:58.888Z Compiling hickory-resolver v0.25.2
18712026-03-30T18:07:59.044Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18722026-03-30T18:07:59.076Z Compiling fxhash v0.2.1
18732026-03-30T18:07:59.102Z Compiling internet-checksum v0.2.1
18742026-03-30T18:07:59.214Z Compiling sled v0.34.7
18752026-03-30T18:07:59.238Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
18762026-03-30T18:07:59.819Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18772026-03-30T18:08:05.158Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18782026-03-30T18:08:12.218Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18792026-03-30T18:08:13.822Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18802026-03-30T18:08:14.897Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
18812026-03-30T18:08:16.003Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
18822026-03-30T18:08:16.982Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
18832026-03-30T18:08:40.019Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 05s
18842026-03-30T18:08:40.190Z────────────
18852026-03-30T18:08:40.190Z Nextest run ID 8599291f-5268-4b36-ae86-e4b841d68cdf with nextest profile: default
18862026-03-30T18:08:40.190Z Starting 15 tests across 1 binary (28 tests skipped)
18872026-03-30T18:08:56.360Z PASS [ 16.169s] rdb proptest::prop_ipv6_host_bits_always_unset
18882026-03-30T18:08:56.381Z PASS [ 16.190s] rdb proptest::prop_ipv6_default_contains_all
18892026-03-30T18:08:56.427Z PASS [ 16.237s] rdb proptest::prop_ipv6_unset_host_bits_idempotent
18902026-03-30T18:08:56.503Z PASS [ 16.312s] rdb proptest::prop_ipv4_default_contains_all
18912026-03-30T18:08:56.509Z PASS [ 16.319s] rdb proptest::prop_ipv4_host_bits_always_unset
18922026-03-30T18:08:56.520Z PASS [ 16.330s] rdb proptest::prop_ipv4_within_self
18932026-03-30T18:08:56.678Z PASS [ 16.487s] rdb proptest::prop_ipv4_unset_host_bits_idempotent
18942026-03-30T18:09:12.678Z PASS [ 16.317s] rdb proptest::prop_ipv6_within_self
18952026-03-30T18:09:21.357Z PASS [ 24.975s] rdb proptest::prop_static_route_key_deduplication
18962026-03-30T18:09:31.433Z PASS [ 35.005s] rdb proptest::prop_static_route_key_normalization_idempotent
18972026-03-30T18:09:31.513Z PASS [ 35.003s] rdb proptest::prop_static_route_key_normalization_preserves_length
18982026-03-30T18:09:31.525Z PASS [ 35.005s] rdb proptest::prop_static_route_key_normalized_has_no_host_bits
18992026-03-30T18:09:31.657Z PASS [ 35.153s] rdb proptest::prop_static_route_key_normalization_preserves_fields
19002026-03-30T18:09:40.193Z SLOW [> 60.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19012026-03-30T18:09:47.618Z PASS [ 50.939s] rdb proptest::prop_static_route_key_ord_consistency
19022026-03-30T18:10:40.194Z SLOW [>120.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19032026-03-30T18:11:40.197Z SLOW [>180.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19042026-03-30T18:12:40.198Z SLOW [>240.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19052026-03-30T18:12:52.157Z PASS [ 251.963s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19062026-03-30T18:12:52.157Z────────────
19072026-03-30T18:12:52.157Z Summary [ 251.964s] 15 tests run: 15 passed (1 slow), 28 skipped
19082026-03-30T18:12:52.171Z+ cp '*.log' /work/
19092026-03-30T18:12:52.175Z+ true
19102026-03-30T18:12:52.175Z+ '[' -d proptest-regressions ']'
19112026-03-30T18:12:52.175Z+ cp -r proptest-regressions /work/rdb-proptest-regressions
19122026-03-30T18:12:52.180Z+ popd
19132026-03-30T18:12:52.180Z/work/oxidecomputer/maghemite
19142026-03-30T18:12:52.180Z+ pushd bgp
19152026-03-30T18:12:52.180Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
19162026-03-30T18:12:52.180Z+ PROPTEST_CASES=1000000
19172026-03-30T18:12:52.180Z+ cargo nextest run --lib proptest
19182026-03-30T18:12:53.337Z Compiling smallvec v1.15.1
19192026-03-30T18:12:53.340Z Compiling serde_json v1.0.149
19202026-03-30T18:12:53.513Z Compiling crunchy v0.2.4
19212026-03-30T18:12:53.533Z Compiling tiny-keccak v2.0.2
19222026-03-30T18:12:53.544Z Compiling smartstring v1.0.1
19232026-03-30T18:12:53.548Z Compiling ahash v0.8.12
19242026-03-30T18:12:53.631Z Compiling icu_normalizer v2.1.1
19252026-03-30T18:12:53.669Z Compiling parking_lot_core v0.9.12
19262026-03-30T18:12:53.814Z Compiling parking_lot_core v0.8.6
19272026-03-30T18:12:53.875Z Compiling parking_lot v0.12.5
19282026-03-30T18:12:53.976Z Compiling idna_adapter v1.2.1
19292026-03-30T18:12:54.129Z Compiling idna v1.1.0
19302026-03-30T18:12:54.139Z Compiling tokio v1.50.0
19312026-03-30T18:12:54.240Z Compiling dof v0.4.0
19322026-03-30T18:12:54.298Z Compiling schemars v0.8.22
19332026-03-30T18:12:54.382Z Compiling openapiv3 v2.2.0
19342026-03-30T18:12:54.461Z Compiling url v2.5.8
19352026-03-30T18:12:54.908Z Compiling slog-json v2.6.1
19362026-03-30T18:12:55.337Z Compiling usdt-impl v0.6.0
19372026-03-30T18:12:55.638Z Compiling slog-bunyan v2.5.0
19382026-03-30T18:12:55.927Z Compiling ipnetwork v0.21.1
19392026-03-30T18:12:56.016Z Compiling newtype-uuid v1.3.2
19402026-03-30T18:12:56.064Z Compiling usdt-macro v0.6.0
19412026-03-30T18:12:56.124Z Compiling usdt-attr-macro v0.6.0
19422026-03-30T18:12:56.365Z Compiling oxnet v0.1.4
19432026-03-30T18:12:56.378Z Compiling serde_with v3.18.0
19442026-03-30T18:12:56.617Z Compiling daft v0.1.5
19452026-03-30T18:12:56.807Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
19462026-03-30T18:12:56.884Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19472026-03-30T18:12:57.170Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
19482026-03-30T18:12:57.287Z Compiling usdt v0.6.0
19492026-03-30T18:12:57.372Z Compiling iddqd v0.3.17
19502026-03-30T18:12:57.994Z Compiling tokio-util v0.7.18
19512026-03-30T18:12:58.006Z Compiling tower v0.5.3
19522026-03-30T18:12:58.107Z Compiling tokio-rustls v0.26.4
19532026-03-30T18:12:58.195Z Compiling tokio-rustls v0.25.0
19542026-03-30T18:12:58.376Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19552026-03-30T18:12:58.419Z Compiling tower-http v0.6.8
19562026-03-30T18:12:58.431Z Compiling backoff v0.4.0
19572026-03-30T18:12:58.630Z Compiling h2 v0.4.13
19582026-03-30T18:12:58.850Z Compiling typify-impl v0.6.1
19592026-03-30T18:12:58.900Z Compiling dof v0.3.0
19602026-03-30T18:12:59.283Z Compiling usdt-impl v0.5.0
19612026-03-30T18:12:59.813Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
19622026-03-30T18:12:59.976Z Compiling usdt-attr-macro v0.5.0
19632026-03-30T18:13:00.712Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
19642026-03-30T18:13:00.754Z Compiling hyper v1.8.1
19652026-03-30T18:13:00.970Z Compiling usdt-macro v0.5.0
19662026-03-30T18:13:02.016Z Compiling hyper-util v0.1.20
19672026-03-30T18:13:02.161Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19682026-03-30T18:13:02.513Z Compiling usdt v0.5.0
19692026-03-30T18:13:02.526Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
19702026-03-30T18:13:02.526Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
19712026-03-30T18:13:02.791Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
19722026-03-30T18:13:02.984Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
19732026-03-30T18:13:03.303Z Compiling hyper-rustls v0.27.7
19742026-03-30T18:13:03.478Z Compiling dropshot v0.16.7
19752026-03-30T18:13:03.607Z Compiling reqwest v0.13.2
19762026-03-30T18:13:03.752Z Compiling reqwest v0.12.28
19772026-03-30T18:13:05.229Z Compiling progenitor-client v0.13.0
19782026-03-30T18:13:05.547Z Compiling progenitor-extras v0.1.1
19792026-03-30T18:13:05.799Z Compiling progenitor-client v0.10.0
19802026-03-30T18:13:06.096Z Compiling typify-macro v0.6.1
19812026-03-30T18:13:07.198Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19822026-03-30T18:13:07.983Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19832026-03-30T18:13:08.179Z Compiling typify v0.6.1
19842026-03-30T18:13:08.274Z Compiling byte-wrapper v0.1.0
19852026-03-30T18:13:08.401Z Compiling progenitor-impl v0.13.0
19862026-03-30T18:13:08.532Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19872026-03-30T18:13:08.651Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
19882026-03-30T18:13:09.538Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
19892026-03-30T18:13:09.812Z Compiling zone v0.3.1
19902026-03-30T18:13:10.140Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19912026-03-30T18:13:10.625Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19922026-03-30T18:13:10.680Z Compiling hickory-proto v0.24.4
19932026-03-30T18:13:10.887Z Compiling tokio-stream v0.1.18
19942026-03-30T18:13:11.352Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
19952026-03-30T18:13:11.457Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19962026-03-30T18:13:12.039Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19972026-03-30T18:13:12.198Z Compiling progenitor-macro v0.13.0
19982026-03-30T18:13:12.597Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19992026-03-30T18:13:13.699Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20002026-03-30T18:13:14.044Z Compiling hickory-resolver v0.24.4
20012026-03-30T18:13:14.152Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20022026-03-30T18:13:14.576Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20032026-03-30T18:13:15.134Z Compiling qorb v0.4.1
20042026-03-30T18:13:15.503Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20052026-03-30T18:13:16.325Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20062026-03-30T18:13:16.732Z Compiling tokio-dtrace v0.1.1
20072026-03-30T18:13:16.814Z Compiling libsw-core v0.3.2
20082026-03-30T18:13:16.999Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
20092026-03-30T18:13:17.021Z Compiling olpc-cjson v0.1.4
20102026-03-30T18:13:17.196Z Compiling tough v0.20.0
20112026-03-30T18:13:17.255Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20122026-03-30T18:13:17.381Z Compiling libsw v3.5.0
20132026-03-30T18:13:17.398Z Compiling oxide-tokio-rt v0.1.3
20142026-03-30T18:13:17.418Z Compiling progenitor v0.13.0
20152026-03-30T18:13:17.432Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20162026-03-30T18:13:17.553Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
20172026-03-30T18:13:17.556Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20182026-03-30T18:13:17.717Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20192026-03-30T18:13:17.740Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20202026-03-30T18:13:17.872Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20212026-03-30T18:13:18.466Z Compiling slog-dtrace v0.3.0
20222026-03-30T18:13:18.632Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
20232026-03-30T18:13:18.682Z Compiling cancel-safe-futures v0.1.5
20242026-03-30T18:13:18.793Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20252026-03-30T18:13:19.040Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20262026-03-30T18:13:19.257Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20272026-03-30T18:13:19.730Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20282026-03-30T18:13:19.807Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20292026-03-30T18:13:19.931Z Compiling steno v0.4.1
20302026-03-30T18:13:20.179Z Compiling hickory-proto v0.25.2
20312026-03-30T18:13:20.921Z Compiling moka v0.12.15
20322026-03-30T18:13:21.932Z Compiling parking_lot v0.11.2
20332026-03-30T18:13:21.968Z Compiling const-random-macro v0.1.16
20342026-03-30T18:13:22.373Z Compiling hickory-resolver v0.25.2
20352026-03-30T18:13:22.373Z Compiling const-random v0.1.18
20362026-03-30T18:13:22.797Z Compiling sdd v3.0.10
20372026-03-30T18:13:22.842Z Compiling sled v0.34.7
20382026-03-30T18:13:23.138Z Compiling scc v2.4.0
20392026-03-30T18:13:23.208Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
20402026-03-30T18:13:23.382Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20412026-03-30T18:13:23.698Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20422026-03-30T18:13:23.707Z Compiling thin-vec v0.2.14
20432026-03-30T18:13:24.035Z Compiling rhai_codegen v3.1.0
20442026-03-30T18:13:24.494Z Compiling serial_test_derive v3.4.0
20452026-03-30T18:13:24.787Z Compiling diff v0.1.13
20462026-03-30T18:13:24.830Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20472026-03-30T18:13:25.077Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20482026-03-30T18:13:25.102Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20492026-03-30T18:13:25.233Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20502026-03-30T18:13:25.357Z Compiling yansi v1.0.1
20512026-03-30T18:13:25.638Z Compiling pretty_assertions v1.4.1
20522026-03-30T18:13:25.676Z Compiling rhai v1.24.0
20532026-03-30T18:13:25.920Z Compiling serial_test v3.4.0
20542026-03-30T18:13:26.448Z Compiling nom v8.0.0
20552026-03-30T18:13:34.043Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20562026-03-30T18:13:41.421Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20572026-03-30T18:13:43.025Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20582026-03-30T18:13:44.132Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
20592026-03-30T18:13:45.251Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
20602026-03-30T18:13:46.023Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
20612026-03-30T18:13:48.413Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
20622026-03-30T18:14:21.706Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 28s
20632026-03-30T18:14:21.870Z────────────
20642026-03-30T18:14:21.870Z Nextest run ID f8d641df-2073-4a9e-a562-49ec9dd3aa70 with nextest profile: default
20652026-03-30T18:14:21.870Z Starting 17 tests across 1 binary (133 tests skipped)
20662026-03-30T18:14:38.141Z PASS [ 16.271s] bgp proptest::prop_ipv4_wire_format_roundtrip
20672026-03-30T18:14:40.196Z PASS [ 18.326s] bgp proptest::prop_ipv4_prefixes_roundtrip
20682026-03-30T18:14:40.234Z PASS [ 18.364s] bgp proptest::prop_ipv4_withdrawn_roundtrip
20692026-03-30T18:14:41.503Z PASS [ 19.633s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
20702026-03-30T18:14:42.128Z PASS [ 20.257s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
20712026-03-30T18:14:42.232Z PASS [ 20.362s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
20722026-03-30T18:14:50.241Z PASS [ 28.371s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
20732026-03-30T18:14:54.396Z PASS [ 16.255s] bgp proptest::prop_ipv6_wire_format_roundtrip
20742026-03-30T18:14:59.805Z PASS [ 19.609s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
20752026-03-30T18:14:59.986Z PASS [ 18.483s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
20762026-03-30T18:15:00.763Z PASS [ 18.529s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
20772026-03-30T18:15:01.056Z PASS [ 18.927s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
20782026-03-30T18:15:21.873Z SLOW [> 60.000s] bgp proptest::prop_encode_decode_semantic_equivalence
20792026-03-30T18:15:22.557Z PASS [ 28.160s] bgp proptest::prop_update_mp_unreach_roundtrip
20802026-03-30T18:15:27.635Z PASS [ 65.764s] bgp proptest::prop_encode_decode_semantic_equivalence
20812026-03-30T18:15:40.238Z SLOW [> 60.000s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20822026-03-30T18:15:48.528Z PASS [ 68.291s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20832026-03-30T18:15:50.247Z SLOW [> 60.000s] bgp proptest::prop_update_mp_reach_roundtrip
20842026-03-30T18:15:59.809Z SLOW [> 60.000s] bgp proptest::prop_update_traditional_roundtrip
20852026-03-30T18:16:00.365Z PASS [ 60.559s] bgp proptest::prop_update_traditional_roundtrip
20862026-03-30T18:16:02.373Z PASS [ 72.130s] bgp proptest::prop_update_mp_reach_roundtrip
20872026-03-30T18:16:02.376Z────────────
20882026-03-30T18:16:02.376Z Summary [ 100.502s] 17 tests run: 17 passed (4 slow), 133 skipped
20892026-03-30T18:16:02.385Z+ cp '*.log' /work/
20902026-03-30T18:16:02.388Z+ true
20912026-03-30T18:16:02.389Z+ '[' -d proptest-regressions ']'
20922026-03-30T18:16:02.389Z+ cp -r proptest-regressions /work/bgp-proptest-regressions
20932026-03-30T18:16:02.392Z+ popd
20942026-03-30T18:16:02.392Z/work/oxidecomputer/maghemite
20952026-03-30T18:16:02.392Zprocess exited: duration 736962 ms, exit code 0
 
20962026-03-30T18:16:02.398Zfound 0 output files