01KNJJPWK40H9Y28181PMAR63C: 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: 01KNJJQDQVJH9EWMC6EP1EKF8B

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-06T23:52:16.028Zjob assigned to worker 01KNJKAJ06JGTKT26N27T1501B [factory aws, i-0b58ca586c2e72840] (queued for 11 m 19 s)
 
22026-04-06T23:52:22.647Zstarting task 0: "setup"
32026-04-06T23:52:22.654Z++ uname -s
42026-04-06T23:52:22.658Z+ kern=SunOS
52026-04-06T23:52:22.658Z+ build_user=build
62026-04-06T23:52:22.658Z+ build_uid=12345
72026-04-06T23:52:22.658Z+ work_dir=/work
82026-04-06T23:52:22.658Z+ input_dir=/input
92026-04-06T23:52:22.658Z+ [[ 0 == 12345 ]]
102026-04-06T23:52:22.658Z+ case "$kern" in
112026-04-06T23:52:22.658Z+ groupadd -g 12345 build
122026-04-06T23:52:22.658Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-06T23:52:24.664Z+ zfs create -o mountpoint=/work rpool/work
142026-04-06T23:52:24.781Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-06T23:52:24.787Z+ home_fs=zfs
162026-04-06T23:52:24.787Z+ [[ zfs == autofs ]]
172026-04-06T23:52:24.787Z+ mkdir -p /home/build
182026-04-06T23:52:24.787Z+ chown build:build /home/build /work
192026-04-06T23:52:26.786Z+ chmod 0700 /home/build /work
202026-04-06T23:52:26.789Zprocess exited: duration 4140 ms, exit code 0
 
212026-04-06T23:52:26.797Zstarting task 1: "rust-toolchain"
222026-04-06T23:52:26.801Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-04-06T23:52:26.801Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-04-06T23:52:26.801Z * rust toolchain channel = "stable"
252026-04-06T23:52:26.801Z * rust toolchain profile = "default"
262026-04-06T23:52:26.801Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-06T23:52:26.802Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-06T23:52:26.805Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-06T23:52:26.805Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-04-06T23:52:26.927Zinfo: downloading installer
312026-04-06T23:52:28.643Zwarn: It looks like you have an existing installation of Rust at:
322026-04-06T23:52:28.643Zwarn: /opt/ooce/bin
332026-04-06T23:52:28.643Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-06T23:52:28.643Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-06T23:52:28.643Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-06T23:52:28.643Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-06T23:52:28.643Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-06T23:52:28.644Zerror: cannot install while Rust is installed
392026-04-06T23:52:28.644Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-06T23:52:28.644Zwarn: It looks like you have an existing rustup settings file at:
412026-04-06T23:52:28.644Zwarn: /home/build/.rustup/settings.toml
422026-04-06T23:52:28.644Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-06T23:52:28.644Zwarn: instead of the one inferred from the default host triple.
442026-04-06T23:52:28.678Zinfo: profile set to default
452026-04-06T23:52:28.678Zinfo: default host triple is x86_64-unknown-illumos
462026-04-06T23:52:28.681Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-04-06T23:52:28.809Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-04-06T23:52:28.812Zinfo: downloading 6 components
492026-04-06T23:52:45.356Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-04-06T23:52:45.356Z
512026-04-06T23:52:45.385Z stable-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-04-06T23:52:45.385Z
532026-04-06T23:52:45.385Z
542026-04-06T23:52:45.385ZRust is installed now. Great!
552026-04-06T23:52:45.385Z
562026-04-06T23:52:45.386ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-06T23:52:45.386Zenvironment variable. This has not been done automatically.
582026-04-06T23:52:45.386Z
592026-04-06T23:52:45.386ZTo configure your current shell, you need to source
602026-04-06T23:52:45.386Zthe corresponding env file under $HOME/.cargo.
612026-04-06T23:52:45.386Z
622026-04-06T23:52:45.386ZThis is usually done by running one of the following (note the leading DOT):
632026-04-06T23:52:45.386Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-06T23:52:45.386Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-06T23:52:45.386Zsource "~/.cargo/env.nu" # For nushell
662026-04-06T23:52:45.386Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-06T23:52:45.386Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-06T23:52:45.386Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-06T23:52:45.390Zwarn: no default linker (`cc`) was found in your PATH
702026-04-06T23:52:45.390Zwarn: many Rust crates require a system C toolchain to build
712026-04-06T23:52:45.482Z+ rustup --version
722026-04-06T23:52:45.491Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-06T23:52:45.494Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-06T23:52:45.513Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-04-06T23:52:45.516Z+ cargo --version
762026-04-06T23:52:45.528Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-04-06T23:52:45.531Z+ rustc --version
782026-04-06T23:52:45.550Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-04-06T23:52:45.553Zprocess exited: duration 18755 ms, exit code 0
 
802026-04-06T23:52:45.560Zstarting task 2: "authentication"
812026-04-06T23:52:45.576Zprocess exited: duration 15 ms, exit code 0
 
822026-04-06T23:52:45.582Zstarting task 3: "clone repository"
832026-04-06T23:52:45.586Z+ mkdir -p /work/oxidecomputer/maghemite
842026-04-06T23:52:45.589Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-04-06T23:52:45.703ZCloning into '/work/oxidecomputer/maghemite'...
862026-04-06T23:52:46.521Z+ cd /work/oxidecomputer/maghemite
872026-04-06T23:52:46.521Z+ git fetch origin bb47507694adb24f45a408dcb93a4a28ec05c2df
882026-04-06T23:52:46.740ZFrom https://github.com/oxidecomputer/maghemite
892026-04-06T23:52:46.740Z * branch bb47507694adb24f45a408dcb93a4a28ec05c2df -> FETCH_HEAD
902026-04-06T23:52:46.745Z+ [[ -n levon/make-bgp-dispatch-listen-configurable-v2 ]]
912026-04-06T23:52:46.748Z++ git branch --show-current
922026-04-06T23:52:46.748Z+ current=main
932026-04-06T23:52:46.748Z+ [[ main != levon/make-bgp-dispatch-listen-configurable-v2 ]]
942026-04-06T23:52:46.748Z+ git branch -f levon/make-bgp-dispatch-listen-configurable-v2 bb47507694adb24f45a408dcb93a4a28ec05c2df
952026-04-06T23:52:46.751Z+ git checkout -f levon/make-bgp-dispatch-listen-configurable-v2
962026-04-06T23:52:46.767ZSwitched to branch 'levon/make-bgp-dispatch-listen-configurable-v2'
972026-04-06T23:52:46.770Z+ git reset --hard bb47507694adb24f45a408dcb93a4a28ec05c2df
982026-04-06T23:52:46.784ZHEAD is now at bb47507 actually use unnumbered validation
992026-04-06T23:52:46.787Zprocess exited: duration 1203 ms, exit code 0
 
1002026-04-06T23:52:46.794Zstarting task 4: "build"
1012026-04-06T23:52:46.798Z+ set -e
1022026-04-06T23:52:46.798Z+ NEXTEST_VERSION=0.9.97
1032026-04-06T23:52:46.798Z+ PLATFORM=illumos
1042026-04-06T23:52:46.798Z+ cargo --version
1052026-04-06T23:52:46.803Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
1062026-04-06T23:52:46.948Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
1072026-04-06T23:52:46.951Zinfo: downloading 6 components
1082026-04-06T23:53:03.141Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1092026-04-06T23:53:03.144Z+ rustc --version
1102026-04-06T23:53:03.171Zrustc 1.94.1 (e408947bf 2026-03-25)
1112026-04-06T23:53:03.174Z+ cargo install cargo-nextest --version 0.9.97
1122026-04-06T23:53:03.217Z Updating crates.io index
1132026-04-06T23:53:03.325Z Downloading crates ...
1142026-04-06T23:53:03.431Z Downloaded cargo-nextest v0.9.97
1152026-04-06T23:53:03.496Z Installing cargo-nextest v0.9.97
1162026-04-06T23:53:03.537Z Updating crates.io index
1172026-04-06T23:53:06.371Z Locking 407 packages to latest compatible versions
1182026-04-06T23:53:06.374Z Adding dialoguer v0.11.0 (available: v0.12.0)
1192026-04-06T23:53:06.375Z Adding duct v0.13.7 (available: v1.1.1)
1202026-04-06T23:53:06.375Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1212026-04-06T23:53:06.377Z Adding generic-array v0.14.7 (available: v0.14.9)
1222026-04-06T23:53:06.382Z Adding idna_adapter v1.0.0 (available: v1.2.1)
1232026-04-06T23:53:06.382Z Adding nextest-filtering v0.15.0 (available: v0.20.0)
1242026-04-06T23:53:06.382Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1252026-04-06T23:53:06.385Z Adding nextest-runner v0.80.0 (available: v0.113.0)
1262026-04-06T23:53:06.388Z Adding quick-junit v0.5.2 (available: v0.6.0)
1272026-04-06T23:53:06.404Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1282026-04-06T23:53:06.413Z Downloading crates ...
1292026-04-06T23:53:06.487Z Downloaded async-scoped v0.9.0
1302026-04-06T23:53:06.493Z Downloaded cfg_aliases v0.2.1
1312026-04-06T23:53:06.499Z Downloaded curve25519-dalek-derive v0.1.1
1322026-04-06T23:53:06.502Z Downloaded clap_lex v1.1.0
1332026-04-06T23:53:06.505Z Downloaded equivalent v1.0.2
1342026-04-06T23:53:06.508Z Downloaded futures-task v0.3.32
1352026-04-06T23:53:06.511Z Downloaded anstyle v1.0.14
1362026-04-06T23:53:06.511Z Downloaded document-features v0.2.12
1372026-04-06T23:53:06.511Z Downloaded home v0.5.12
1382026-04-06T23:53:06.514Z Downloaded crypto-common v0.1.7
1392026-04-06T23:53:06.514Z Downloaded color-spantrace v0.3.0
1402026-04-06T23:53:06.519Z Downloaded addr2line v0.25.1
1412026-04-06T23:53:06.524Z Downloaded guppy-workspace-hack v0.1.0
1422026-04-06T23:53:06.527Z Downloaded mukti-metadata v0.3.0
1432026-04-06T23:53:06.527Z Downloaded lazy_static v1.5.0
1442026-04-06T23:53:06.530Z Downloaded eyre v0.6.12
1452026-04-06T23:53:06.533Z Downloaded num-traits v0.2.19
1462026-04-06T23:53:06.533Z Downloaded cargo_metadata v0.23.1
1472026-04-06T23:53:06.536Z Downloaded lru-slab v0.1.2
1482026-04-06T23:53:06.536Z Downloaded getrandom v0.3.4
1492026-04-06T23:53:06.539Z Downloaded is_terminal_polyfill v1.70.2
1502026-04-06T23:53:06.542Z Downloaded is_ci v1.2.0
1512026-04-06T23:53:06.542Z Downloaded future-queue v0.4.0
1522026-04-06T23:53:06.544Z Downloaded cfg-if v1.0.4
1532026-04-06T23:53:06.544Z Downloaded cargo-util-schemas v0.2.0
1542026-04-06T23:53:06.547Z Downloaded cargo-platform v0.3.2
1552026-04-06T23:53:06.547Z Downloaded foreign-types v0.3.2
1562026-04-06T23:53:06.547Z Downloaded bitflags v2.11.0
1572026-04-06T23:53:06.551Z Downloaded indicatif v0.17.11
1582026-04-06T23:53:06.555Z Downloaded nested v0.1.1
1592026-04-06T23:53:06.558Z Downloaded colorchoice v1.0.5
1602026-04-06T23:53:06.561Z Downloaded hyper-tls v0.6.0
1612026-04-06T23:53:06.564Z Downloaded pkcs8 v0.10.2
1622026-04-06T23:53:06.567Z Downloaded indenter v0.3.4
1632026-04-06T23:53:06.570Z Downloaded futures-executor v0.3.32
1642026-04-06T23:53:06.570Z Downloaded proc-macro2 v1.0.106
1652026-04-06T23:53:06.573Z Downloaded enable-ansi-support v0.2.1
1662026-04-06T23:53:06.573Z Downloaded derive_more-impl v2.1.1
1672026-04-06T23:53:06.576Z Downloaded rustc-demangle v0.1.27
1682026-04-06T23:53:06.579Z Downloaded futures-sink v0.3.32
1692026-04-06T23:53:06.579Z Downloaded miniz_oxide v0.8.9
1702026-04-06T23:53:06.582Z Downloaded foreign-types-shared v0.1.1
1712026-04-06T23:53:06.582Z Downloaded http-body-util v0.1.3
1722026-04-06T23:53:06.585Z Downloaded rand_core v0.6.4
1732026-04-06T23:53:06.585Z Downloaded parking_lot_core v0.9.12
1742026-04-06T23:53:06.588Z Downloaded form_urlencoded v1.2.2
1752026-04-06T23:53:06.588Z Downloaded cpufeatures v0.2.17
1762026-04-06T23:53:06.592Z Downloaded debug-ignore v1.0.5
1772026-04-06T23:53:06.592Z Downloaded ipnet v2.12.0
1782026-04-06T23:53:06.592Z Downloaded fnv v1.0.7
1792026-04-06T23:53:06.595Z Downloaded os_pipe v1.2.3
1802026-04-06T23:53:06.595Z Downloaded humantime-serde v1.1.1
1812026-04-06T23:53:06.595Z Downloaded generic-array v0.14.7
1822026-04-06T23:53:06.598Z Downloaded futures-io v0.3.32
1832026-04-06T23:53:06.602Z Downloaded pathdiff v0.2.3
1842026-04-06T23:53:06.604Z Downloaded indent_write v2.2.0
1852026-04-06T23:53:06.604Z Downloaded erased-serde v0.4.10
1862026-04-06T23:53:06.607Z Downloaded errno v0.3.14
1872026-04-06T23:53:06.607Z Downloaded atomicwrites v0.4.4
1882026-04-06T23:53:06.607Z Downloaded openssl-probe v0.2.1
1892026-04-06T23:53:06.610Z Downloaded autocfg v1.5.0
1902026-04-06T23:53:06.610Z Downloaded adler2 v2.0.1
1912026-04-06T23:53:06.614Z Downloaded nextest-metadata v0.12.2
1922026-04-06T23:53:06.619Z Downloaded anstyle-query v1.1.5
1932026-04-06T23:53:06.623Z Downloaded atomic-waker v1.1.2
1942026-04-06T23:53:06.626Z Downloaded percent-encoding v2.3.2
1952026-04-06T23:53:06.629Z Downloaded clap_derive v4.6.0
1962026-04-06T23:53:06.629Z Downloaded serde_spanned v1.1.1
1972026-04-06T23:53:06.632Z Downloaded http-body v1.0.1
1982026-04-06T23:53:06.635Z Downloaded heck v0.5.0
1992026-04-06T23:53:06.638Z Downloaded block-buffer v0.10.4
2002026-04-06T23:53:06.638Z Downloaded openssl-macros v0.1.1
2012026-04-06T23:53:06.638Z Downloaded itoa v1.0.18
2022026-04-06T23:53:06.642Z Downloaded backtrace-ext v0.2.1
2032026-04-06T23:53:06.645Z Downloaded cargo-platform v0.2.0
2042026-04-06T23:53:06.645Z Downloaded hex v0.4.3
2052026-04-06T23:53:06.647Z Downloaded ordered-float v2.10.1
2062026-04-06T23:53:06.647Z Downloaded serde_urlencoded v0.7.1
2072026-04-06T23:53:06.650Z Downloaded number_prefix v0.4.0
2082026-04-06T23:53:06.650Z Downloaded nextest-workspace-hack v0.1.0
2092026-04-06T23:53:06.653Z Downloaded futures-macro v0.3.32
2102026-04-06T23:53:06.656Z Downloaded serde_spanned v0.6.9
2112026-04-06T23:53:06.656Z Downloaded sigchld v0.2.4
2122026-04-06T23:53:06.659Z Downloaded scopeguard v1.2.0
2132026-04-06T23:53:06.659Z Downloaded rustc-hash v2.1.2
2142026-04-06T23:53:06.659Z Downloaded serde_ignored v0.1.14
2152026-04-06T23:53:06.659Z Downloaded serde-value v0.7.0
2162026-04-06T23:53:06.663Z Downloaded shared_child v1.1.1
2172026-04-06T23:53:06.663Z Downloaded pkg-config v0.3.32
2182026-04-06T23:53:06.663Z Downloaded futures-core v0.3.32
2192026-04-06T23:53:06.666Z Downloaded pin-project-lite v0.2.17
2202026-04-06T23:53:06.669Z Downloaded pin-project-internal v1.1.11
2212026-04-06T23:53:06.669Z Downloaded newtype-uuid v1.3.2
2222026-04-06T23:53:06.673Z Downloaded find-msvc-tools v0.1.9
2232026-04-06T23:53:06.673Z Downloaded miette-derive v7.6.0
2242026-04-06T23:53:06.673Z Downloaded filetime v0.2.27
2252026-04-06T23:53:06.676Z Downloaded camino-tempfile v1.4.1
2262026-04-06T23:53:06.676Z Downloaded foldhash v0.1.5
2272026-04-06T23:53:06.676Z Downloaded convert_case v0.10.0
2282026-04-06T23:53:06.679Z Downloaded subtle v2.6.1
2292026-04-06T23:53:06.679Z Downloaded shell-words v1.1.1
2302026-04-06T23:53:06.679Z Downloaded signature v2.2.0
2312026-04-06T23:53:06.682Z Downloaded rustc_version v0.4.1
2322026-04-06T23:53:06.685Z Downloaded supports-hyperlinks v3.2.0
2332026-04-06T23:53:06.688Z Downloaded getrandom v0.2.17
2342026-04-06T23:53:06.688Z Downloaded idna v1.1.0
2352026-04-06T23:53:06.691Z Downloaded rand_chacha v0.9.0
2362026-04-06T23:53:06.691Z Downloaded anstream v1.0.0
2372026-04-06T23:53:06.694Z Downloaded crc32fast v1.5.0
2382026-04-06T23:53:06.697Z Downloaded serde_path_to_error v0.1.20
2392026-04-06T23:53:06.697Z Downloaded either v1.15.0
2402026-04-06T23:53:06.700Z Downloaded signal-hook-mio v0.2.5
2412026-04-06T23:53:06.700Z Downloaded fastrand v2.4.0
2422026-04-06T23:53:06.703Z Downloaded swrite v0.1.0
2432026-04-06T23:53:06.703Z Downloaded sync_wrapper v1.0.2
2442026-04-06T23:53:06.703Z Downloaded strsim v0.11.1
2452026-04-06T23:53:06.703Z Downloaded anstyle-parse v1.0.0
2462026-04-06T23:53:06.706Z Downloaded strip-ansi-escapes v0.2.1
2472026-04-06T23:53:06.710Z Downloaded fixedbitset v0.5.7
2482026-04-06T23:53:06.710Z Downloaded self-replace v1.5.0
2492026-04-06T23:53:06.714Z Downloaded derive-where v1.6.1
2502026-04-06T23:53:06.714Z Downloaded futures-channel v0.3.32
2512026-04-06T23:53:06.717Z Downloaded terminal_size v0.4.4
2522026-04-06T23:53:06.723Z Downloaded tokio-macros v2.7.0
2532026-04-06T23:53:06.726Z Downloaded rand_core v0.9.5
2542026-04-06T23:53:06.726Z Downloaded base64ct v1.8.3
2552026-04-06T23:53:06.732Z Downloaded supports-color v3.0.2
2562026-04-06T23:53:06.735Z Downloaded toml_datetime v0.6.11
2572026-04-06T23:53:06.739Z Downloaded tinyvec_macros v0.1.1
2582026-04-06T23:53:06.742Z Downloaded tower-layer v0.3.3
2592026-04-06T23:53:06.745Z Downloaded humantime v2.3.0
2602026-04-06T23:53:06.748Z Downloaded serde-untagged v0.1.9
2612026-04-06T23:53:06.748Z Downloaded toml_write v0.1.2
2622026-04-06T23:53:06.751Z Downloaded simd-adler32 v0.3.9
2632026-04-06T23:53:06.754Z Downloaded digest v0.10.7
2642026-04-06T23:53:06.757Z Downloaded cfg-expr v0.20.7
2652026-04-06T23:53:06.757Z Downloaded lock_api v0.4.14
2662026-04-06T23:53:06.757Z Downloaded httparse v1.10.1
2672026-04-06T23:53:06.760Z Downloaded shlex v1.3.0
2682026-04-06T23:53:06.760Z Downloaded signal-hook-registry v1.4.8
2692026-04-06T23:53:06.760Z Downloaded sha2 v0.10.9
2702026-04-06T23:53:06.763Z Downloaded tower-service v0.3.3
2712026-04-06T23:53:06.763Z Downloaded smol_str v0.3.6
2722026-04-06T23:53:06.766Z Downloaded spki v0.7.3
2732026-04-06T23:53:06.766Z Downloaded owo-colors v4.3.0
2742026-04-06T23:53:06.766Z Downloaded idna_adapter v1.0.0
2752026-04-06T23:53:06.770Z Downloaded ahash v0.8.12
2762026-04-06T23:53:06.773Z Downloaded camino v1.2.2
2772026-04-06T23:53:06.773Z Downloaded jobserver v0.1.34
2782026-04-06T23:53:06.776Z Downloaded ed25519 v2.2.3
2792026-04-06T23:53:06.779Z Downloaded unicode-linebreak v0.1.5
2802026-04-06T23:53:06.782Z Downloaded tracing-error v0.2.1
2812026-04-06T23:53:06.785Z Downloaded untrusted v0.9.0
2822026-04-06T23:53:06.790Z Downloaded console v0.15.11
2832026-04-06T23:53:06.790Z Downloaded typeid v1.0.3
2842026-04-06T23:53:06.790Z Downloaded slab v0.4.12
2852026-04-06T23:53:06.790Z Downloaded try-lock v0.2.5
2862026-04-06T23:53:06.793Z Downloaded target-spec-miette v0.4.6
2872026-04-06T23:53:06.793Z Downloaded dialoguer v0.11.0
2882026-04-06T23:53:06.796Z Downloaded supports-unicode v3.0.0
2892026-04-06T23:53:06.796Z Downloaded thread_local v1.1.9
2902026-04-06T23:53:06.796Z Downloaded thiserror v2.0.18
2912026-04-06T23:53:06.799Z Downloaded unicode-xid v0.2.6
2922026-04-06T23:53:06.801Z Downloaded want v0.3.1
2932026-04-06T23:53:06.802Z Downloaded version_check v0.9.5
2942026-04-06T23:53:06.802Z Downloaded thiserror-impl v2.0.18
2952026-04-06T23:53:06.806Z Downloaded utf8parse v0.2.2
2962026-04-06T23:53:06.806Z Downloaded urlencoding v2.1.3
2972026-04-06T23:53:06.806Z Downloaded xattr v1.6.1
2982026-04-06T23:53:06.806Z Downloaded utf8_iter v1.0.4
2992026-04-06T23:53:06.809Z Downloaded static_assertions v1.1.0
3002026-04-06T23:53:06.809Z Downloaded ppv-lite86 v0.2.21
3012026-04-06T23:53:06.809Z Downloaded litrs v1.0.0
3022026-04-06T23:53:06.812Z Downloaded globset v0.4.18
3032026-04-06T23:53:06.812Z Downloaded quick-junit v0.5.2
3042026-04-06T23:53:06.815Z Downloaded native-tls v0.2.18
3052026-04-06T23:53:06.815Z Downloaded cargo_metadata v0.20.0
3062026-04-06T23:53:06.818Z Downloaded semver v1.0.28
3072026-04-06T23:53:06.822Z Downloaded quinn-udp v0.5.14
3082026-04-06T23:53:06.825Z Downloaded parking_lot v0.12.5
3092026-04-06T23:53:06.827Z Downloaded thiserror-impl v1.0.69
3102026-04-06T23:53:06.830Z Downloaded self_update v0.42.0
3112026-04-06T23:53:06.830Z Downloaded target-lexicon v0.13.3
3122026-04-06T23:53:06.834Z Downloaded thiserror v1.0.69
3132026-04-06T23:53:06.837Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3142026-04-06T23:53:06.840Z Downloaded duct v0.13.7
3152026-04-06T23:53:06.843Z Downloaded toml_writer v1.1.1+spec-1.1.0
3162026-04-06T23:53:06.843Z Downloaded nextest-filtering v0.15.0
3172026-04-06T23:53:06.843Z Downloaded log v0.4.29
3182026-04-06T23:53:06.849Z Downloaded quote v1.0.45
3192026-04-06T23:53:06.849Z Downloaded hyper-rustls v0.27.7
3202026-04-06T23:53:06.849Z Downloaded ryu v1.0.23
3212026-04-06T23:53:06.853Z Downloaded clap v4.6.0
3222026-04-06T23:53:06.858Z Downloaded tracing-log v0.2.0
3232026-04-06T23:53:06.861Z Downloaded once_cell v1.21.4
3242026-04-06T23:53:06.861Z Downloaded miette v7.6.0
3252026-04-06T23:53:06.864Z Downloaded pin-project v1.1.11
3262026-04-06T23:53:06.869Z Downloaded unicase v2.9.0
3272026-04-06T23:53:06.872Z Downloaded ed25519-dalek v2.2.0
3282026-04-06T23:53:06.872Z Downloaded tempfile v3.27.0
3292026-04-06T23:53:06.874Z Downloaded smallvec v1.15.1
3302026-04-06T23:53:06.874Z Downloaded config v0.15.22
3312026-04-06T23:53:06.877Z Downloaded iana-time-zone v0.1.65
3322026-04-06T23:53:06.881Z Downloaded futures v0.3.32
3332026-04-06T23:53:06.881Z Downloaded tokio-rustls v0.26.4
3342026-04-06T23:53:06.884Z Downloaded toml v0.8.23
3352026-04-06T23:53:06.884Z Downloaded tokio-stream v0.1.18
3362026-04-06T23:53:06.886Z Downloaded xxhash-rust v0.8.15
3372026-04-06T23:53:06.889Z Downloaded getrandom v0.4.2
3382026-04-06T23:53:06.889Z Downloaded rustls-pki-types v1.14.0
3392026-04-06T23:53:06.893Z Downloaded serde_core v1.0.228
3402026-04-06T23:53:06.893Z Downloaded const-oid v0.9.6
3412026-04-06T23:53:06.924Z Downloaded serde_derive v1.0.228
3422026-04-06T23:53:06.924Z Downloaded zmij v1.0.21
3432026-04-06T23:53:06.924Z Downloaded zipsign-api v0.1.5
3442026-04-06T23:53:06.924Z Downloaded tokio-native-tls v0.3.1
3452026-04-06T23:53:06.924Z Downloaded target-spec v3.6.0
3462026-04-06T23:53:06.924Z Downloaded zeroize v1.8.2
3472026-04-06T23:53:06.924Z Downloaded toml_parser v1.1.2+spec-1.1.0
3482026-04-06T23:53:06.924Z Downloaded sharded-slab v0.1.7
3492026-04-06T23:53:06.924Z Downloaded socket2 v0.6.3
3502026-04-06T23:53:06.924Z Downloaded cc v1.2.59
3512026-04-06T23:53:06.928Z Downloaded tracing-attributes v0.1.31
3522026-04-06T23:53:06.931Z Downloaded rand v0.9.2
3532026-04-06T23:53:06.939Z Downloaded toml v1.1.2+spec-1.1.0
3542026-04-06T23:53:06.944Z Downloaded tinyvec v1.11.0
3552026-04-06T23:53:06.947Z Downloaded zstd v0.13.3
3562026-04-06T23:53:06.950Z Downloaded bytes v1.11.1
3572026-04-06T23:53:06.953Z Downloaded openssl-sys v0.9.112
3582026-04-06T23:53:06.956Z Downloaded textwrap v0.16.2
3592026-04-06T23:53:06.956Z Downloaded unicode-ident v1.0.24
3602026-04-06T23:53:06.959Z Downloaded borsh v1.6.1
3612026-04-06T23:53:06.962Z Downloaded zstd-safe v7.2.4
3622026-04-06T23:53:06.965Z Downloaded der v0.7.10
3632026-04-06T23:53:06.965Z Downloaded tar v0.4.45
3642026-04-06T23:53:06.968Z Downloaded quinn v0.11.9
3652026-04-06T23:53:06.968Z Downloaded rustls-webpki v0.103.10
3662026-04-06T23:53:06.971Z Downloaded signal-hook v0.3.18
3672026-04-06T23:53:06.971Z Downloaded flate2 v1.1.9
3682026-04-06T23:53:06.974Z Downloaded backtrace v0.3.76
3692026-04-06T23:53:06.980Z Downloaded tracing-core v0.1.36
3702026-04-06T23:53:06.995Z Downloaded typenum v1.19.0
3712026-04-06T23:53:07.003Z Downloaded uuid v1.23.0
3722026-04-06T23:53:07.006Z Downloaded toml_edit v0.22.27
3732026-04-06T23:53:07.011Z Downloaded base64 v0.22.1
3742026-04-06T23:53:07.020Z Downloaded derive_more v2.1.1
3752026-04-06T23:53:07.036Z Downloaded serde v1.0.228
3762026-04-06T23:53:07.039Z Downloaded vte v0.14.1
3772026-04-06T23:53:07.043Z Downloaded mio v1.2.0
3782026-04-06T23:53:07.046Z Downloaded memchr v2.8.0
3792026-04-06T23:53:07.053Z Downloaded indexmap v2.13.1
3802026-04-06T23:53:07.065Z Downloaded http v1.4.0
3812026-04-06T23:53:07.068Z Downloaded itertools v0.14.0
3822026-04-06T23:53:07.071Z Downloaded url v2.5.8
3832026-04-06T23:53:07.074Z Downloaded unicode-segmentation v1.13.2
3842026-04-06T23:53:07.074Z Downloaded hyper-util v0.1.20
3852026-04-06T23:53:07.077Z Downloaded crossterm v0.29.0
3862026-04-06T23:53:07.081Z Downloaded tower v0.5.3
3872026-04-06T23:53:07.085Z Downloaded regex v1.12.3
3882026-04-06T23:53:07.088Z Downloaded hashbrown v0.16.1
3892026-04-06T23:53:07.091Z Downloaded hashbrown v0.15.5
3902026-04-06T23:53:07.094Z Downloaded guppy v0.17.25
3912026-04-06T23:53:07.107Z Downloaded unicode-normalization v0.1.25
3922026-04-06T23:53:07.110Z Downloaded aho-corasick v1.1.4
3932026-04-06T23:53:07.113Z Downloaded ron v0.12.1
3942026-04-06T23:53:07.116Z Downloaded serde_json v1.0.149
3952026-04-06T23:53:07.120Z Downloaded futures-util v0.3.32
3962026-04-06T23:53:07.147Z Downloaded clap_builder v4.6.0
3972026-04-06T23:53:07.167Z Downloaded tokio-util v0.7.18
3982026-04-06T23:53:07.171Z Downloaded gimli v0.32.3
3992026-04-06T23:53:07.175Z Downloaded iri-string v0.7.12
4002026-04-06T23:53:07.179Z Downloaded hyper v1.9.0
4012026-04-06T23:53:07.183Z Downloaded winnow v1.0.1
4022026-04-06T23:53:07.188Z Downloaded chrono v0.4.44
4032026-04-06T23:53:07.192Z Downloaded tracing-subscriber v0.3.23
4042026-04-06T23:53:07.196Z Downloaded vcpkg v0.2.15
4052026-04-06T23:53:07.219Z Downloaded webpki-roots v1.0.6
4062026-04-06T23:53:07.222Z Downloaded bstr v1.12.1
4072026-04-06T23:53:07.226Z Downloaded reqwest v0.12.28
4082026-04-06T23:53:07.229Z Downloaded quick-xml v0.37.5
4092026-04-06T23:53:07.233Z Downloaded curve25519-dalek v4.1.3
4102026-04-06T23:53:07.238Z Downloaded zerocopy v0.8.48
4112026-04-06T23:53:07.249Z Downloaded syn v2.0.117
4122026-04-06T23:53:07.255Z Downloaded quick-xml v0.38.4
4132026-04-06T23:53:07.259Z Downloaded portable-atomic v1.13.1
4142026-04-06T23:53:07.262Z Downloaded winnow v0.7.15
4152026-04-06T23:53:07.267Z Downloaded pulldown-cmark v0.13.3
4162026-04-06T23:53:07.270Z Downloaded tower-http v0.6.8
4172026-04-06T23:53:07.275Z Downloaded h2 v0.4.13
4182026-04-06T23:53:07.278Z Downloaded tracing v0.1.44
4192026-04-06T23:53:07.303Z Downloaded quinn-proto v0.11.14
4202026-04-06T23:53:07.307Z Downloaded color-eyre v0.6.5
4212026-04-06T23:53:07.326Z Downloaded tokio v1.51.0
4222026-04-06T23:53:07.356Z Downloaded rustix v0.38.44
4232026-04-06T23:53:07.368Z Downloaded nix v0.30.1
4242026-04-06T23:53:07.374Z Downloaded unicode-width v0.2.2
4252026-04-06T23:53:07.377Z Downloaded unicode-width v0.1.14
4262026-04-06T23:53:07.381Z Downloaded openssl v0.10.76
4272026-04-06T23:53:07.385Z Downloaded nextest-runner v0.80.0
4282026-04-06T23:53:07.414Z Downloaded rustls v0.23.37
4292026-04-06T23:53:07.422Z Downloaded regex-syntax v0.8.10
4302026-04-06T23:53:07.437Z Downloaded object v0.37.3
4312026-04-06T23:53:07.447Z Downloaded rustix v1.1.4
4322026-04-06T23:53:07.545Z Downloaded regex-automata v0.4.14
4332026-04-06T23:53:07.596Z Downloaded petgraph v0.8.3
4342026-04-06T23:53:07.608Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4352026-04-06T23:53:07.617Z Downloaded libc v0.2.184
4362026-04-06T23:53:07.695Z Downloaded ring v0.17.14
4372026-04-06T23:53:07.717Z Downloaded recursion v0.5.4
4382026-04-06T23:53:07.758Z Compiling proc-macro2 v1.0.106
4392026-04-06T23:53:07.758Z Compiling libc v0.2.184
4402026-04-06T23:53:07.761Z Compiling unicode-ident v1.0.24
4412026-04-06T23:53:07.761Z Compiling quote v1.0.45
4422026-04-06T23:53:07.761Z Compiling serde_core v1.0.228
4432026-04-06T23:53:07.761Z Compiling cfg-if v1.0.4
4442026-04-06T23:53:07.761Z Compiling memchr v2.8.0
4452026-04-06T23:53:07.761Z Compiling once_cell v1.21.4
4462026-04-06T23:53:07.956Z Compiling log v0.4.29
4472026-04-06T23:53:08.007Z Compiling pin-project-lite v0.2.17
4482026-04-06T23:53:08.098Z Compiling itoa v1.0.18
4492026-04-06T23:53:08.145Z Compiling serde v1.0.228
4502026-04-06T23:53:08.262Z Compiling futures-core v0.3.32
4512026-04-06T23:53:08.333Z Compiling smallvec v1.15.1
4522026-04-06T23:53:08.411Z Compiling bitflags v2.11.0
4532026-04-06T23:53:08.481Z Compiling find-msvc-tools v0.1.9
4542026-04-06T23:53:08.578Z Compiling hashbrown v0.16.1
4552026-04-06T23:53:08.727Z Compiling errno v0.3.14
4562026-04-06T23:53:08.790Z Compiling shlex v1.3.0
4572026-04-06T23:53:08.819Z Compiling equivalent v1.0.2
4582026-04-06T23:53:08.889Z Compiling signal-hook-registry v1.4.8
4592026-04-06T23:53:08.906Z Compiling jobserver v0.1.34
4602026-04-06T23:53:08.974Z Compiling bytes v1.11.1
4612026-04-06T23:53:09.065Z Compiling mio v1.2.0
4622026-04-06T23:53:09.116Z Compiling syn v2.0.117
4632026-04-06T23:53:09.176Z Compiling cc v1.2.59
4642026-04-06T23:53:09.221Z Compiling futures-sink v0.3.32
4652026-04-06T23:53:09.232Z Compiling rustix v1.1.4
4662026-04-06T23:53:09.329Z Compiling socket2 v0.6.3
4672026-04-06T23:53:09.406Z Compiling zmij v1.0.21
4682026-04-06T23:53:09.688Z Compiling slab v0.4.12
4692026-04-06T23:53:09.816Z Compiling futures-channel v0.3.32
4702026-04-06T23:53:09.880Z Compiling tracing-core v0.1.36
4712026-04-06T23:53:09.891Z Compiling serde_json v1.0.149
4722026-04-06T23:53:10.132Z Compiling version_check v0.9.5
4732026-04-06T23:53:10.145Z Compiling indexmap v2.13.1
4742026-04-06T23:53:10.335Z Compiling futures-task v0.3.32
4752026-04-06T23:53:10.413Z Compiling getrandom v0.4.2
4762026-04-06T23:53:10.488Z Compiling futures-io v0.3.32
4772026-04-06T23:53:10.510Z Compiling unicode-width v0.2.2
4782026-04-06T23:53:10.691Z Compiling camino v1.2.2
4792026-04-06T23:53:10.833Z Compiling ring v0.17.14
4802026-04-06T23:53:10.876Z Compiling http v1.4.0
4812026-04-06T23:53:11.002Z Compiling adler2 v2.0.1
4822026-04-06T23:53:11.050Z Compiling percent-encoding v2.3.2
4832026-04-06T23:53:11.067Z Compiling zeroize v1.8.2
4842026-04-06T23:53:11.172Z Compiling autocfg v1.5.0
4852026-04-06T23:53:11.263Z Compiling simd-adler32 v0.3.9
4862026-04-06T23:53:11.532Z Compiling num-traits v0.2.19
4872026-04-06T23:53:11.762Z Compiling miniz_oxide v0.8.9
4882026-04-06T23:53:11.774Z Compiling object v0.37.3
4892026-04-06T23:53:11.916Z Compiling getrandom v0.3.4
4902026-04-06T23:53:12.066Z Compiling zerocopy v0.8.48
4912026-04-06T23:53:12.118Z Compiling target-lexicon v0.13.3
4922026-04-06T23:53:12.483Z Compiling http-body v1.0.1
4932026-04-06T23:53:12.494Z Compiling rustls-pki-types v1.14.0
4942026-04-06T23:53:12.625Z Compiling semver v1.0.28
4952026-04-06T23:53:12.647Z Compiling getrandom v0.2.17
4962026-04-06T23:53:12.712Z Compiling guppy-workspace-hack v0.1.0
4972026-04-06T23:53:12.826Z Compiling serde_derive v1.0.228
4982026-04-06T23:53:12.837Z Compiling tokio-macros v2.7.0
4992026-04-06T23:53:12.922Z Compiling futures-macro v0.3.32
5002026-04-06T23:53:13.071Z Compiling tracing-attributes v0.1.31
5012026-04-06T23:53:13.181Z Compiling fnv v1.0.7
5022026-04-06T23:53:13.284Z Compiling httparse v1.10.1
5032026-04-06T23:53:13.295Z Compiling signal-hook v0.3.18
5042026-04-06T23:53:13.341Z Compiling typenum v1.19.0
5052026-04-06T23:53:13.502Z Compiling gimli v0.32.3
5062026-04-06T23:53:13.550Z Compiling tokio v1.51.0
5072026-04-06T23:53:13.623Z Compiling owo-colors v4.3.0
5082026-04-06T23:53:13.686Z Compiling untrusted v0.9.0
5092026-04-06T23:53:13.715Z Compiling futures-util v0.3.32
5102026-04-06T23:53:13.817Z Compiling thiserror v2.0.18
5112026-04-06T23:53:14.069Z Compiling thiserror-impl v2.0.18
5122026-04-06T23:53:14.274Z Compiling tracing v0.1.44
5132026-04-06T23:53:15.369Z Compiling addr2line v0.25.1
5142026-04-06T23:53:15.993Z Compiling form_urlencoded v1.2.2
5152026-04-06T23:53:16.044Z Compiling generic-array v0.14.7
5162026-04-06T23:53:16.153Z Compiling rustls v0.23.37
5172026-04-06T23:53:16.263Z Compiling idna_adapter v1.0.0
5182026-04-06T23:53:16.275Z Compiling try-lock v0.2.5
5192026-04-06T23:53:17.327Z Compiling thiserror v1.0.69
5202026-04-06T23:53:17.330Z Compiling target-spec v3.6.0
5212026-04-06T23:53:17.330Z Compiling tower-service v0.3.3
5222026-04-06T23:53:17.330Z Compiling fastrand v2.4.0
5232026-04-06T23:53:17.330Z Compiling pkg-config v0.3.32
5242026-04-06T23:53:17.330Z Compiling utf8_iter v1.0.4
5252026-04-06T23:53:17.330Z Compiling typeid v1.0.3
5262026-04-06T23:53:17.330Z Compiling rustc-demangle v0.1.27
5272026-04-06T23:53:17.330Z Compiling atomic-waker v1.1.2
5282026-04-06T23:53:17.330Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5292026-04-06T23:53:17.330Z Compiling idna v1.1.0
5302026-04-06T23:53:17.330Z Compiling tempfile v3.27.0
5312026-04-06T23:53:17.330Z Compiling want v0.3.1
5322026-04-06T23:53:17.474Z Compiling tokio-util v0.7.18
5332026-04-06T23:53:17.833Z Compiling cfg-expr v0.20.7
5342026-04-06T23:53:17.977Z Compiling backtrace v0.3.76
5352026-04-06T23:53:18.034Z Compiling h2 v0.4.13
5362026-04-06T23:53:18.909Z Compiling thiserror-impl v1.0.69
5372026-04-06T23:53:18.972Z Compiling terminal_size v0.4.4
5382026-04-06T23:53:19.124Z Compiling aho-corasick v1.1.4
5392026-04-06T23:53:19.171Z Compiling regex-syntax v0.8.10
5402026-04-06T23:53:19.726Z Compiling winnow v0.7.15
5412026-04-06T23:53:20.032Z Compiling rustls-webpki v0.103.10
5422026-04-06T23:53:21.599Z Compiling subtle v2.6.1
5432026-04-06T23:53:21.767Z Compiling erased-serde v0.4.10
5442026-04-06T23:53:22.519Z Compiling regex-automata v0.4.14
5452026-04-06T23:53:22.813Z Compiling hyper v1.9.0
5462026-04-06T23:53:24.537Z Compiling url v2.5.8
5472026-04-06T23:53:26.422Z Compiling toml_datetime v0.6.11
5482026-04-06T23:53:26.435Z Compiling serde_spanned v0.6.9
5492026-04-06T23:53:26.462Z Compiling ahash v0.8.12
5502026-04-06T23:53:26.591Z Compiling sync_wrapper v1.0.2
5512026-04-06T23:53:26.703Z Compiling either v1.15.0
5522026-04-06T23:53:26.714Z Compiling tower-layer v0.3.3
5532026-04-06T23:53:26.791Z Compiling parking_lot_core v0.9.12
5542026-04-06T23:53:26.913Z Compiling crc32fast v1.5.0
5552026-04-06T23:53:26.925Z Compiling toml_write v0.1.2
5562026-04-06T23:53:26.950Z Compiling unicode-linebreak v0.1.5
5572026-04-06T23:53:27.030Z Compiling lazy_static v1.5.0
5582026-04-06T23:53:27.051Z Compiling portable-atomic v1.13.1
5592026-04-06T23:53:27.134Z Compiling base64 v0.22.1
5602026-04-06T23:53:27.163Z Compiling nextest-workspace-hack v0.1.0
5612026-04-06T23:53:27.193Z Compiling unicode-segmentation v1.13.2
5622026-04-06T23:53:27.216Z Compiling foldhash v0.1.5
5632026-04-06T23:53:27.366Z Compiling ipnet v2.12.0
5642026-04-06T23:53:27.432Z Compiling is_ci v1.2.0
5652026-04-06T23:53:27.542Z Compiling supports-color v3.0.2
5662026-04-06T23:53:27.581Z Compiling convert_case v0.10.0
5672026-04-06T23:53:27.613Z Compiling hashbrown v0.15.5
5682026-04-06T23:53:27.665Z Compiling hyper-util v0.1.20
5692026-04-06T23:53:27.774Z Compiling textwrap v0.16.2
5702026-04-06T23:53:27.838Z Compiling sharded-slab v0.1.7
5712026-04-06T23:53:28.270Z Compiling toml_edit v0.22.27
5722026-04-06T23:53:28.450Z Compiling tower v0.5.3
5732026-04-06T23:53:29.035Z Compiling tokio-rustls v0.26.4
5742026-04-06T23:53:29.167Z Compiling backtrace-ext v0.2.1
5752026-04-06T23:53:29.184Z Compiling ordered-float v2.10.1
5762026-04-06T23:53:29.322Z Compiling miette-derive v7.6.0
5772026-04-06T23:53:29.428Z Compiling webpki-roots v1.0.6
5782026-04-06T23:53:29.456Z Compiling pathdiff v0.2.3
5792026-04-06T23:53:29.548Z Compiling console v0.15.11
5802026-04-06T23:53:29.600Z Compiling tracing-log v0.2.0
5812026-04-06T23:53:29.966Z Compiling cargo-platform v0.3.2
5822026-04-06T23:53:30.300Z Compiling os_pipe v1.2.3
5832026-04-06T23:53:30.459Z Compiling thread_local v1.1.9
5842026-04-06T23:53:30.495Z Compiling cfg_aliases v0.2.1
5852026-04-06T23:53:30.570Z Compiling fixedbitset v0.5.7
5862026-04-06T23:53:30.821Z Compiling ryu v1.0.23
5872026-04-06T23:53:30.863Z Compiling iri-string v0.7.12
5882026-04-06T23:53:30.882Z Compiling supports-unicode v3.0.0
5892026-04-06T23:53:31.053Z Compiling zstd-safe v7.2.4
5902026-04-06T23:53:31.072Z Compiling debug-ignore v1.0.5
5912026-04-06T23:53:31.105Z Compiling winnow v1.0.1
5922026-04-06T23:53:31.182Z Compiling rustix v0.38.44
5932026-04-06T23:53:31.284Z Compiling supports-hyperlinks v3.2.0
5942026-04-06T23:53:31.506Z Compiling scopeguard v1.2.0
5952026-04-06T23:53:31.526Z Compiling pulldown-cmark v0.13.3
5962026-04-06T23:53:31.615Z Compiling utf8parse v0.2.2
5972026-04-06T23:53:31.730Z Compiling unicode-width v0.1.14
5982026-04-06T23:53:31.758Z Compiling anstyle-parse v1.0.0
5992026-04-06T23:53:31.982Z Compiling miette v7.6.0
6002026-04-06T23:53:32.036Z Compiling lock_api v0.4.14
6012026-04-06T23:53:32.272Z Compiling toml_parser v1.1.2+spec-1.1.0
6022026-04-06T23:53:32.530Z Compiling tower-http v0.6.8
6032026-04-06T23:53:33.532Z Compiling serde_urlencoded v0.7.1
6042026-04-06T23:53:33.559Z Compiling petgraph v0.8.3
6052026-04-06T23:53:33.580Z Compiling tracing-subscriber v0.3.23
6062026-04-06T23:53:33.593Z Compiling nix v0.30.1
6072026-04-06T23:53:33.807Z Compiling sigchld v0.2.4
6082026-04-06T23:53:33.963Z Compiling cargo_metadata v0.23.1
6092026-04-06T23:53:34.004Z Compiling toml v0.8.23
6102026-04-06T23:53:35.479Z Compiling hyper-rustls v0.27.7
6112026-04-06T23:53:36.146Z Compiling serde-value v0.7.0
6122026-04-06T23:53:36.158Z Compiling serde-untagged v0.1.9
6132026-04-06T23:53:36.833Z Compiling derive_more-impl v2.1.1
6142026-04-06T23:53:37.082Z Compiling itertools v0.14.0
6152026-04-06T23:53:37.160Z Compiling regex v1.12.3
6162026-04-06T23:53:37.617Z Compiling block-buffer v0.10.4
6172026-04-06T23:53:37.629Z Compiling crypto-common v0.1.7
6182026-04-06T23:53:37.720Z Compiling ppv-lite86 v0.2.21
6192026-04-06T23:53:37.757Z Compiling futures-executor v0.3.32
6202026-04-06T23:53:37.767Z Compiling rand_core v0.9.5
6212026-04-06T23:53:38.016Z Compiling pin-project-internal v1.1.11
6222026-04-06T23:53:38.043Z Compiling http-body-util v0.1.3
6232026-04-06T23:53:38.290Z Compiling uuid v1.23.0
6242026-04-06T23:53:38.311Z Compiling toml_datetime v1.1.1+spec-1.1.0
6252026-04-06T23:53:38.555Z Compiling serde_spanned v1.1.1
6262026-04-06T23:53:38.584Z Compiling smol_str v0.3.6
6272026-04-06T23:53:38.715Z Compiling filetime v0.2.27
6282026-04-06T23:53:38.725Z Compiling bstr v1.12.1
6292026-04-06T23:53:38.827Z Compiling vte v0.14.1
6302026-04-06T23:53:38.920Z Compiling self_update v0.42.0
6312026-04-06T23:53:39.044Z Compiling eyre v0.6.12
6322026-04-06T23:53:39.078Z Compiling static_assertions v1.1.0
6332026-04-06T23:53:39.135Z Compiling color-spantrace v0.3.0
6342026-04-06T23:53:39.150Z Compiling nested v0.1.1
6352026-04-06T23:53:39.161Z Compiling xattr v1.6.1
6362026-04-06T23:53:39.339Z Compiling colorchoice v1.0.5
6372026-04-06T23:53:39.342Z Compiling unicase v2.9.0
6382026-04-06T23:53:39.342Z Compiling iana-time-zone v0.1.65
6392026-04-06T23:53:39.420Z Compiling unicode-xid v0.2.6
6402026-04-06T23:53:39.454Z Compiling tinyvec_macros v0.1.1
6412026-04-06T23:53:39.465Z Compiling number_prefix v0.4.0
6422026-04-06T23:53:39.523Z Compiling anstyle v1.0.14
6432026-04-06T23:53:39.535Z Compiling anstyle-query v1.1.5
6442026-04-06T23:53:39.549Z Compiling is_terminal_polyfill v1.70.2
6452026-04-06T23:53:39.579Z Compiling litrs v1.0.0
6462026-04-06T23:53:39.606Z Compiling indicatif v0.17.11
6472026-04-06T23:53:39.631Z Compiling tinyvec v1.11.0
6482026-04-06T23:53:39.672Z Compiling cargo-util-schemas v0.2.0
6492026-04-06T23:53:39.779Z Compiling anstream v1.0.0
6502026-04-06T23:53:40.025Z Compiling document-features v0.2.12
6512026-04-06T23:53:40.065Z Compiling chrono v0.4.44
6522026-04-06T23:53:40.585Z Compiling tar v0.4.45
6532026-04-06T23:53:40.596Z Compiling guppy v0.17.25
6542026-04-06T23:53:40.816Z Compiling globset v0.4.18
6552026-04-06T23:53:41.202Z Compiling pin-project v1.1.11
6562026-04-06T23:53:41.313Z Compiling strip-ansi-escapes v0.2.1
6572026-04-06T23:53:41.817Z Compiling nextest-metadata v0.12.2
6582026-04-06T23:53:42.132Z Compiling toml v1.1.2+spec-1.1.0
6592026-04-06T23:53:42.825Z Compiling newtype-uuid v1.3.2
6602026-04-06T23:53:43.023Z Compiling reqwest v0.12.28
6612026-04-06T23:53:43.209Z Compiling rand_chacha v0.9.0
6622026-04-06T23:53:43.446Z Compiling futures v0.3.32
6632026-04-06T23:53:43.532Z Compiling digest v0.10.7
6642026-04-06T23:53:43.758Z Compiling derive_more v2.1.1
6652026-04-06T23:53:43.769Z Compiling parking_lot v0.12.5
6662026-04-06T23:53:43.838Z Compiling flate2 v1.1.9
6672026-04-06T23:53:44.047Z Compiling tracing-error v0.2.1
6682026-04-06T23:53:44.299Z Compiling shared_child v1.1.1
6692026-04-06T23:53:44.703Z Compiling signal-hook-mio v0.2.5
6702026-04-06T23:53:44.715Z Compiling self-replace v1.5.0
6712026-04-06T23:53:44.814Z Compiling cargo-platform v0.2.0
6722026-04-06T23:53:45.010Z Compiling quick-xml v0.38.4
6732026-04-06T23:53:45.370Z Compiling quick-xml v0.37.5
6742026-04-06T23:53:45.373Z Compiling recursion v0.5.4
6752026-04-06T23:53:45.776Z Compiling strsim v0.11.1
6762026-04-06T23:53:45.919Z Compiling urlencoding v2.1.3
6772026-04-06T23:53:46.195Z Compiling heck v0.5.0
6782026-04-06T23:53:46.397Z Compiling cpufeatures v0.2.17
6792026-04-06T23:53:46.473Z Compiling clap_lex v1.1.0
6802026-04-06T23:53:46.592Z Compiling shell-words v1.1.1
6812026-04-06T23:53:46.604Z Compiling humantime v2.3.0
6822026-04-06T23:53:46.843Z Compiling indenter v0.3.4
6832026-04-06T23:53:46.900Z Compiling humantime-serde v1.1.1
6842026-04-06T23:53:46.986Z Compiling clap_builder v4.6.0
6852026-04-06T23:53:47.036Z Compiling sha2 v0.10.9
6862026-04-06T23:53:47.064Z Compiling clap_derive v4.6.0
6872026-04-06T23:53:47.480Z Compiling quick-junit v0.5.2
6882026-04-06T23:53:48.252Z Compiling nextest-filtering v0.15.0
6892026-04-06T23:53:48.828Z Compiling atomicwrites v0.4.4
6902026-04-06T23:53:49.122Z Compiling cargo_metadata v0.20.0
6912026-04-06T23:53:50.591Z Compiling crossterm v0.29.0
6922026-04-06T23:53:52.221Z Compiling cargo-nextest v0.9.97
6932026-04-06T23:53:52.523Z Compiling duct v0.13.7
6942026-04-06T23:53:53.038Z Compiling zstd v0.13.3
6952026-04-06T23:53:53.790Z Compiling async-scoped v0.9.0
6962026-04-06T23:53:53.985Z Compiling rand v0.9.2
6972026-04-06T23:53:54.128Z Compiling config v0.15.22
6982026-04-06T23:53:54.231Z Compiling unicode-normalization v0.1.25
6992026-04-06T23:53:54.250Z Compiling target-spec-miette v0.4.6
7002026-04-06T23:53:54.285Z Compiling future-queue v0.4.0
7012026-04-06T23:53:54.317Z Compiling mukti-metadata v0.3.0
7022026-04-06T23:53:54.559Z Compiling camino-tempfile v1.4.1
7032026-04-06T23:53:54.651Z Compiling tokio-stream v0.1.18
7042026-04-06T23:53:54.733Z Compiling derive-where v1.6.1
7052026-04-06T23:53:54.801Z Compiling serde_ignored v0.1.14
7062026-04-06T23:53:54.814Z Compiling serde_path_to_error v0.1.20
7072026-04-06T23:53:54.993Z Compiling indent_write v2.2.0
7082026-04-06T23:53:55.147Z Compiling hex v0.4.3
7092026-04-06T23:53:55.157Z Compiling xxhash-rust v0.8.15
7102026-04-06T23:53:55.192Z Compiling swrite v0.1.0
7112026-04-06T23:53:55.269Z Compiling home v0.5.12
7122026-04-06T23:53:55.307Z Compiling color-eyre v0.6.5
7132026-04-06T23:53:55.345Z Compiling clap v4.6.0
7142026-04-06T23:53:55.468Z Compiling dialoguer v0.11.0
7152026-04-06T23:53:55.474Z Compiling enable-ansi-support v0.2.1
7162026-04-06T23:53:55.973Z Compiling nextest-runner v0.80.0
7172026-04-06T23:54:14.240Z Finished `release` profile [optimized] target(s) in 1m 11s
7182026-04-06T23:54:14.418Z Installing /home/build/.cargo/bin/cargo-nextest
7192026-04-06T23:54:14.422Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7202026-04-06T23:54:14.528Z+ source .github/buildomat/test-common.sh
7212026-04-06T23:54:14.532Z++ NEXTEST_VERSION=0.9.97
7222026-04-06T23:54:14.532Z++ PLATFORM=illumos
7232026-04-06T23:54:14.532Z++ banner install
7242026-04-06T23:54:14.532Z
7252026-04-06T23:54:14.532Z # # # #### ##### ## # #
7262026-04-06T23:54:14.533Z # ## # # # # # # #
7272026-04-06T23:54:14.533Z # # # # #### # # # # #
7282026-04-06T23:54:14.533Z # # # # # # ###### # #
7292026-04-06T23:54:14.533Z # # ## # # # # # # #
7302026-04-06T23:54:14.533Z # # # #### # # # ###### ######
7312026-04-06T23:54:14.533Z
7322026-04-06T23:54:14.533Z++ set +o errexit
7332026-04-06T23:54:14.533Z++ pkg info clang-15
7342026-04-06T23:54:14.537Z++ grep -qi installed
7352026-04-06T23:54:17.821Zpkg: info: no packages matching the following patterns you specified are
7362026-04-06T23:54:17.821Zinstalled on the system. Try querying remotely instead:
7372026-04-06T23:54:17.821Z
7382026-04-06T23:54:17.821Z clang-15
7392026-04-06T23:54:17.836Z++ [[ 1 != 0 ]]
7402026-04-06T23:54:17.836Z++ set -o errexit
7412026-04-06T23:54:17.836Z++ pfexec pkg install clang-15
7422026-04-06T23:54:23.828Z Startup: Refreshing catalog 'helios-dev' ... Done
7432026-04-06T23:54:30.712Z Startup: Caching catalogs ... Done
7442026-04-06T23:54:35.572ZPlanning: Solver setup ... Done
7452026-04-06T23:54:35.593ZPlanning: Running solver ... Done
7462026-04-06T23:54:35.720ZPlanning: Finding local manifests ... Done
7472026-04-06T23:54:35.731ZPlanning: Fetching manifests: 0/2 0% complete
7482026-04-06T23:54:35.813ZPlanning: Fetching manifests: 2/2 100% complete
7492026-04-06T23:54:35.848ZPlanning: Package planning ... Done
7502026-04-06T23:54:35.869ZPlanning: Merging actions ... Done
7512026-04-06T23:54:36.046ZPlanning: Checking for conflicting actions ... Done
7522026-04-06T23:54:36.052ZPlanning: Consolidating action changes ... Done
7532026-04-06T23:54:37.586ZPlanning: Evaluating mediators ... Done
7542026-04-06T23:54:37.592ZPlanning: Planning completed in 6.71 seconds
7552026-04-06T23:54:37.605Z Packages to install: 2
7562026-04-06T23:54:37.605Z Mediators to change: 2
7572026-04-06T23:54:37.605Z Services to change: 1
7582026-04-06T23:54:37.605Z Create boot environment: No
7592026-04-06T23:54:37.618ZCreate backup boot environment: No
7602026-04-06T23:54:37.687Z
7612026-04-06T23:54:37.687ZDownload: 0/3076 items 0.0/211.3MB 0% complete
7622026-04-06T23:54:42.677ZDownload: 2896/3076 items 131.7/211.3MB 62% complete (26.3M/s)
7632026-04-06T23:54:44.088ZDownload: Completed 211.31 MB in 6.41 seconds (33.0M/s)
7642026-04-06T23:54:44.367Z Actions: 1/3418 actions (Installing new actions)
7652026-04-06T23:54:47.577Z Actions: Completed 3418 actions in 3.21 seconds.
7662026-04-06T23:54:47.887Z Done
7672026-04-06T23:54:47.887Z Done
7682026-04-06T23:54:48.595Z Done
7692026-04-06T23:54:52.415Z Done
7702026-04-06T23:54:52.491Z Done
7712026-04-06T23:54:52.494Z Done
7722026-04-06T23:54:52.767Z Done
7732026-04-06T23:54:53.436Z++ set -o errexit
7742026-04-06T23:54:53.436Z++ cargo --version
7752026-04-06T23:54:53.446Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
7762026-04-06T23:54:53.451Z++ rustc --version
7772026-04-06T23:54:53.469Zrustc 1.94.1 (e408947bf 2026-03-25)
7782026-04-06T23:54:53.472Z++ cargo install cargo-nextest --version 0.9.97
7792026-04-06T23:54:53.525Z Ignored package `cargo-nextest v0.9.97` is already installed, use --force to override
7802026-04-06T23:54:53.529Z+ pushd rdb
7812026-04-06T23:54:53.529Z/work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite
7822026-04-06T23:54:53.529Z+ PROPTEST_CASES=1000000
7832026-04-06T23:54:53.529Z+ cargo nextest run --lib proptest
7842026-04-06T23:54:53.693Z Updating git repository `https://github.com/oxidecomputer/falcon`
7852026-04-06T23:54:54.327ZFrom https://github.com/oxidecomputer/falcon
7862026-04-06T23:54:54.327Z * [new ref] 9167ac10b0deaaf5b0498bfdb57eab9f221087b7 -> refs/commit/9167ac10b0deaaf5b0498bfdb57eab9f221087b7
7872026-04-06T23:54:54.403Z Updating crates.io index
7882026-04-06T23:54:54.406Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7892026-04-06T23:54:55.182ZFrom https://github.com/oxidecomputer/dendrite
7902026-04-06T23:54:55.182Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7912026-04-06T23:54:55.358Z Updating git repository `https://github.com/oxidecomputer/ispf`
7922026-04-06T23:54:55.613ZFrom https://github.com/oxidecomputer/ispf
7932026-04-06T23:54:55.613Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7942026-04-06T23:54:55.617Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7952026-04-06T23:54:55.961ZFrom https://github.com/oxidecomputer/netadm-sys
7962026-04-06T23:54:55.961Z * [new ref] e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1 -> refs/commit/e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1
7972026-04-06T23:54:55.969Z Updating git repository `https://github.com/oxidecomputer/omicron`
7982026-04-06T23:55:04.585ZFrom https://github.com/oxidecomputer/omicron
7992026-04-06T23:55:04.585Z * [new ref] dfcd9ac2d3321f7d286c6bde832faf0306b1e535 -> refs/commit/dfcd9ac2d3321f7d286c6bde832faf0306b1e535
8002026-04-06T23:55:04.690Z Updating git repository `https://github.com/oxidecomputer/opte`
8012026-04-06T23:55:05.270ZFrom https://github.com/oxidecomputer/opte
8022026-04-06T23:55:05.270Z * [new ref] 04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8 -> refs/commit/04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8
8032026-04-06T23:55:05.366Z Updating git repository `https://github.com/illumos/smf-rs`
8042026-04-06T23:55:05.615ZFrom https://github.com/illumos/smf-rs
8052026-04-06T23:55:05.616Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8062026-04-06T23:55:05.626Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8072026-04-06T23:55:05.887ZFrom https://github.com/oxidecomputer/network-interface
8082026-04-06T23:55:05.887Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8092026-04-06T23:55:06.029Z Updating git repository `https://github.com/oxidecomputer/zone`
8102026-04-06T23:55:06.348ZFrom https://github.com/oxidecomputer/zone
8112026-04-06T23:55:06.348Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8122026-04-06T23:55:06.354Z Updating git repository `https://github.com/oxidecomputer/propolis`
8132026-04-06T23:55:07.548ZFrom https://github.com/oxidecomputer/propolis
8142026-04-06T23:55:07.549Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8152026-04-06T23:55:07.735Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8162026-04-06T23:55:08.275ZFrom https://github.com/oxidecomputer/transceiver-control
8172026-04-06T23:55:08.275Z * [new ref] 4bfd6375796ef21a4c8c1f46e639cc663c2f95f8 -> refs/commit/4bfd6375796ef21a4c8c1f46e639cc663c2f95f8
8182026-04-06T23:55:08.294Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8192026-04-06T23:55:08.564ZFrom https://github.com/oxidecomputer/dlpi-sys
8202026-04-06T23:55:08.565Z * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc
8212026-04-06T23:55:08.570Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8222026-04-06T23:55:08.861ZFrom https://github.com/jmesmon/rust-libzfs
8232026-04-06T23:55:08.862Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8242026-04-06T23:55:08.870Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8252026-04-06T23:55:09.122ZFrom https://github.com/oxidecomputer/rusty-doors
8262026-04-06T23:55:09.122Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8272026-04-06T23:55:09.131Z Updating git repository `https://github.com/oxidecomputer/lldp`
8282026-04-06T23:55:09.488ZFrom https://github.com/oxidecomputer/lldp
8292026-04-06T23:55:09.488Z * [new ref] c3305fd1a7ea7aba31f3834757a6b931e4f59fe6 -> refs/commit/c3305fd1a7ea7aba31f3834757a6b931e4f59fe6
8302026-04-06T23:55:09.499Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8312026-04-06T23:55:09.758ZFrom https://github.com/oxidecomputer/slog-error-chain
8322026-04-06T23:55:09.758Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8332026-04-06T23:55:09.776Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8342026-04-06T23:55:10.076ZFrom https://github.com/oxidecomputer/tufaceous
8352026-04-06T23:55:10.076Z * [new ref] 1eacfcf0cade44f77d433f31744dbee4abb96465 -> refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465
8362026-04-06T23:55:10.119Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8372026-04-06T23:55:10.607ZFrom https://github.com/oxidecomputer/management-gateway-service
8382026-04-06T23:55:10.608Z * [new ref] ea2f39ccdea124b5affcad0ca17bc5dacf65823a -> refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a
8392026-04-06T23:55:10.623Z Updating git repository `https://github.com/oxidecomputer/crucible`
8402026-04-06T23:55:11.527ZFrom https://github.com/oxidecomputer/crucible
8412026-04-06T23:55:11.527Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8422026-04-06T23:55:11.584Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8432026-04-06T23:55:11.851ZFrom https://github.com/oxidecomputer/serde_human_bytes
8442026-04-06T23:55:11.851Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8452026-04-06T23:55:11.929Z Updating git repository `https://github.com/oxidecomputer/propolis`
8462026-04-06T23:55:12.321ZFrom https://github.com/oxidecomputer/propolis
8472026-04-06T23:55:12.321Z * [new ref] 368a2225b79328514ce0ea9181d8f874019edaa2 -> refs/commit/368a2225b79328514ce0ea9181d8f874019edaa2
8482026-04-06T23:55:12.545Z Updating git repository `https://github.com/oxidecomputer/tofino`
8492026-04-06T23:55:12.830ZFrom https://github.com/oxidecomputer/tofino
8502026-04-06T23:55:12.830Z * [new ref] 7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 -> refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33
8512026-04-06T23:55:12.837Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8522026-04-06T23:55:13.340ZFrom https://github.com/oxidecomputer/maghemite
8532026-04-06T23:55:13.340Z * [new ref] b603c9f3dccefcf1d3e941c04505ff6bdd1826b6 -> refs/commit/b603c9f3dccefcf1d3e941c04505ff6bdd1826b6
8542026-04-06T23:55:13.383Z Updating git repository `https://github.com/oxidecomputer/clickward`
8552026-04-06T23:55:13.660ZFrom https://github.com/oxidecomputer/clickward
8562026-04-06T23:55:13.660Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8572026-04-06T23:55:13.708Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8582026-04-06T23:55:13.961ZFrom https://github.com/oxidecomputer/illumos-devinfo
8592026-04-06T23:55:13.961Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8602026-04-06T23:55:14.214Z Updating git repository `https://github.com/oxidecomputer/crucible`
8612026-04-06T23:55:14.524ZFrom https://github.com/oxidecomputer/crucible
8622026-04-06T23:55:14.524Z * [new ref] a945a32ba9e1f2098ce3a8963765f1894f37110b -> refs/commit/a945a32ba9e1f2098ce3a8963765f1894f37110b
8632026-04-06T23:55:15.462Z Downloading crates ...
8642026-04-06T23:55:15.568Z Downloaded compression-core v0.4.31
8652026-04-06T23:55:15.577Z Downloaded async-stream-impl v0.3.6
8662026-04-06T23:55:15.580Z Downloaded byte-wrapper v0.1.0
8672026-04-06T23:55:15.586Z Downloaded dtrace-parser v0.3.0
8682026-04-06T23:55:15.586Z Downloaded cpufeatures v0.3.0
8692026-04-06T23:55:15.589Z Downloaded daft v0.1.5
8702026-04-06T23:55:15.589Z Downloaded console v0.16.3
8712026-04-06T23:55:15.589Z Downloaded compression-codecs v0.4.37
8722026-04-06T23:55:15.593Z Downloaded foreign-types-macros v0.2.3
8732026-04-06T23:55:15.593Z Downloaded crc8 v0.1.1
8742026-04-06T23:55:15.593Z Downloaded foreign-types-shared v0.3.1
8752026-04-06T23:55:15.597Z Downloaded const_format_proc_macros v0.2.34
8762026-04-06T23:55:15.597Z Downloaded constant_time_eq v0.4.2
8772026-04-06T23:55:15.601Z Downloaded const-random-macro v0.1.16
8782026-04-06T23:55:15.601Z Downloaded enum-as-inner v0.6.1
8792026-04-06T23:55:15.606Z Downloaded fs_extra v1.3.0
8802026-04-06T23:55:15.607Z Downloaded cc v1.2.58
8812026-04-06T23:55:15.610Z Downloaded colored v3.1.1
8822026-04-06T23:55:15.610Z Downloaded num_enum v0.5.11
8832026-04-06T23:55:15.662Z Downloaded indexmap v1.9.3
8842026-04-06T23:55:15.662Z Downloaded convert_case v0.4.0
8852026-04-06T23:55:15.662Z Downloaded const-random v0.1.18
8862026-04-06T23:55:15.662Z Downloaded memmap2 v0.9.10
8872026-04-06T23:55:15.662Z Downloaded async-stream v0.3.6
8882026-04-06T23:55:15.662Z Downloaded argon2 v0.5.3
8892026-04-06T23:55:15.662Z Downloaded bit-set v0.8.0
8902026-04-06T23:55:15.662Z Downloaded hash32 v0.3.1
8912026-04-06T23:55:15.662Z Downloaded glob v0.3.3
8922026-04-06T23:55:15.662Z Downloaded ingot-types v0.1.2
8932026-04-06T23:55:15.662Z Downloaded libscf-sys v1.1.0
8942026-04-06T23:55:15.662Z Downloaded bytecount v0.6.9
8952026-04-06T23:55:15.662Z Downloaded gethostname v0.5.0
8962026-04-06T23:55:15.662Z Downloaded defmt v0.3.100
8972026-04-06T23:55:15.662Z Downloaded multer v3.1.0
8982026-04-06T23:55:15.662Z Downloaded async-compression v0.4.41
8992026-04-06T23:55:15.662Z Downloaded backoff v0.4.0
9002026-04-06T23:55:15.662Z Downloaded fxhash v0.2.1
9012026-04-06T23:55:15.662Z Downloaded cookie v0.18.1
9022026-04-06T23:55:15.662Z Downloaded ciborium-ll v0.2.2
9032026-04-06T23:55:15.662Z Downloaded papergrid v0.17.0
9042026-04-06T23:55:15.662Z Downloaded cargo_toml v0.22.3
9052026-04-06T23:55:15.662Z Downloaded cipher v0.4.4
9062026-04-06T23:55:15.663Z Downloaded bitflags v1.3.2
9072026-04-06T23:55:15.663Z Downloaded cancel-safe-futures v0.1.5
9082026-04-06T23:55:15.663Z Downloaded libm v0.2.16
9092026-04-06T23:55:15.663Z Downloaded half v2.7.1
9102026-04-06T23:55:15.671Z Downloaded drift v0.1.3
9112026-04-06T23:55:15.671Z Downloaded embedded-io v0.6.1
9122026-04-06T23:55:15.671Z Downloaded aead v0.5.2
9132026-04-06T23:55:15.677Z Downloaded num v0.4.3
9142026-04-06T23:55:15.677Z Downloaded dropshot-api-manager-types v0.7.0
9152026-04-06T23:55:15.677Z Downloaded is-terminal v0.4.17
9162026-04-06T23:55:15.677Z Downloaded csv-core v0.1.13
9172026-04-06T23:55:15.677Z Downloaded cstr-argument v0.1.2
9182026-04-06T23:55:15.677Z Downloaded memoffset v0.9.1
9192026-04-06T23:55:15.695Z Downloaded newtype_derive v0.1.6
9202026-04-06T23:55:15.695Z Downloaded dunce v1.0.5
9212026-04-06T23:55:15.695Z Downloaded ciborium-io v0.2.2
9222026-04-06T23:55:15.695Z Downloaded mime v0.3.17
9232026-04-06T23:55:15.695Z Downloaded dof v0.3.0
9242026-04-06T23:55:15.695Z Downloaded memmap v0.7.0
9252026-04-06T23:55:15.695Z Downloaded match_cfg v0.1.0
9262026-04-06T23:55:15.695Z Downloaded lru-cache v0.1.2
9272026-04-06T23:55:15.695Z Downloaded embedded-io v0.4.0
9282026-04-06T23:55:15.695Z Downloaded base16ct v1.0.0
9292026-04-06T23:55:15.695Z Downloaded fixedbitset v0.4.2
9302026-04-06T23:55:15.695Z Downloaded natord v1.0.9
9312026-04-06T23:55:15.695Z Downloaded darling v0.23.0
9322026-04-06T23:55:15.695Z Downloaded cobs v0.3.0
9332026-04-06T23:55:15.702Z Downloaded newline-converter v0.3.0
9342026-04-06T23:55:15.702Z Downloaded linked-hash-map v0.5.6
9352026-04-06T23:55:15.702Z Downloaded instant v0.1.13
9362026-04-06T23:55:15.702Z Downloaded arc-swap v1.9.0
9372026-04-06T23:55:15.702Z Downloaded byteorder v1.5.0
9382026-04-06T23:55:15.706Z Downloaded linear-map v1.2.0
9392026-04-06T23:55:15.706Z Downloaded defmt-parser v1.0.0
9402026-04-06T23:55:15.719Z Downloaded darling_macro v0.23.0
9412026-04-06T23:55:15.719Z Downloaded hostname v0.3.1
9422026-04-06T23:55:15.719Z Downloaded dyn-clone v1.0.20
9432026-04-06T23:55:15.719Z Downloaded git-stub v1.0.0
9442026-04-06T23:55:15.719Z Downloaded async-recursion v1.1.1
9452026-04-06T23:55:15.720Z Downloaded managed v0.8.0
9462026-04-06T23:55:15.720Z Downloaded macaddr v1.0.1
9472026-04-06T23:55:15.720Z Downloaded olpc-cjson v0.1.4
9482026-04-06T23:55:15.720Z Downloaded heck v0.4.1
9492026-04-06T23:55:15.720Z Downloaded dof v0.4.0
9502026-04-06T23:55:15.726Z Downloaded httpdate v1.0.3
9512026-04-06T23:55:15.726Z Downloaded darling_macro v0.21.3
9522026-04-06T23:55:15.726Z Downloaded foreign-types v0.5.0
9532026-04-06T23:55:15.726Z Downloaded fastrand v2.3.0
9542026-04-06T23:55:15.726Z Downloaded internet-checksum v0.2.1
9552026-04-06T23:55:15.726Z Downloaded hubpack v0.1.2
9562026-04-06T23:55:15.726Z Downloaded num-conv v0.2.1
9572026-04-06T23:55:15.734Z Downloaded hubpack_derive v0.1.1
9582026-04-06T23:55:15.734Z Downloaded dtrace-parser v0.2.0
9592026-04-06T23:55:15.734Z Downloaded float-ord v0.3.2
9602026-04-06T23:55:15.734Z Downloaded idna_adapter v1.2.1
9612026-04-06T23:55:15.734Z Downloaded crunchy v0.2.4
9622026-04-06T23:55:15.734Z Downloaded crucible-workspace-hack v0.1.0
9632026-04-06T23:55:15.734Z Downloaded ident_case v1.0.1
9642026-04-06T23:55:15.734Z Downloaded newtype-uuid-macros v0.1.0
9652026-04-06T23:55:15.738Z Downloaded inout v0.1.4
9662026-04-06T23:55:15.738Z Downloaded critical-section v1.2.0
9672026-04-06T23:55:15.738Z Downloaded powerfmt v0.2.0
9682026-04-06T23:55:15.738Z Downloaded keccak v0.1.6
9692026-04-06T23:55:15.742Z Downloaded num_enum_derive v0.5.11
9702026-04-06T23:55:15.742Z Downloaded const_format v0.2.35
9712026-04-06T23:55:15.745Z Downloaded fs-err v3.3.0
9722026-04-06T23:55:15.746Z Downloaded deranged v0.5.8
9732026-04-06T23:55:15.749Z Downloaded defmt v1.0.1
9742026-04-06T23:55:15.749Z Downloaded no-std-compat v0.4.1
9752026-04-06T23:55:15.753Z Downloaded crossbeam-deque v0.8.6
9762026-04-06T23:55:15.753Z Downloaded arrayref v0.3.9
9772026-04-06T23:55:15.757Z Downloaded num-derive v0.3.3
9782026-04-06T23:55:15.757Z Downloaded parse-display v0.10.0
9792026-04-06T23:55:15.757Z Downloaded num_threads v0.1.7
9802026-04-06T23:55:15.760Z Downloaded num-derive v0.4.2
9812026-04-06T23:55:15.764Z Downloaded displaydoc v0.2.5
9822026-04-06T23:55:15.764Z Downloaded opaque-debug v0.3.1
9832026-04-06T23:55:15.764Z Downloaded potential_utf v0.1.4
9842026-04-06T23:55:15.768Z Downloaded pretty-hex v0.4.2
9852026-04-06T23:55:15.768Z Downloaded num_enum v0.7.6
9862026-04-06T23:55:15.772Z Downloaded num-complex v0.4.6
9872026-04-06T23:55:15.772Z Downloaded progenitor-client v0.10.0
9882026-04-06T23:55:15.773Z Downloaded phf_shared v0.12.1
9892026-04-06T23:55:15.773Z Downloaded num-iter v0.1.45
9902026-04-06T23:55:15.780Z Downloaded git-stub-vcs v0.1.0
9912026-04-06T23:55:15.780Z Downloaded ff v0.13.1
9922026-04-06T23:55:15.780Z Downloaded ipnetwork v0.21.1
9932026-04-06T23:55:15.780Z Downloaded litemap v0.8.1
9942026-04-06T23:55:15.780Z Downloaded progenitor-client v0.11.2
9952026-04-06T23:55:15.787Z Downloaded proc-macro-error-attr2 v2.0.0
9962026-04-06T23:55:15.787Z Downloaded progenitor-macro v0.13.0
9972026-04-06T23:55:15.787Z Downloaded proc-macro-crate v3.5.0
9982026-04-06T23:55:15.787Z Downloaded proc-macro-error-attr v1.0.4
9992026-04-06T23:55:15.796Z Downloaded progenitor-macro v0.11.2
10002026-04-06T23:55:15.796Z Downloaded rand_chacha v0.3.1
10012026-04-06T23:55:15.796Z Downloaded rand_xorshift v0.4.0
10022026-04-06T23:55:15.796Z Downloaded proc-macro-crate v1.3.1
10032026-04-06T23:55:15.796Z Downloaded oxnet v0.1.4
10042026-04-06T23:55:15.796Z Downloaded bit-vec v0.8.0
10052026-04-06T23:55:15.796Z Downloaded crossbeam-channel v0.5.15
10062026-04-06T23:55:15.796Z Downloaded base16ct v0.2.0
10072026-04-06T23:55:15.796Z Downloaded daft-derive v0.1.5
10082026-04-06T23:55:15.805Z Downloaded phf v0.12.1
10092026-04-06T23:55:15.806Z Downloaded cmake v0.1.58
10102026-04-06T23:55:15.806Z Downloaded async-trait v0.1.89
10112026-04-06T23:55:15.806Z Downloaded jiff-static v0.2.23
10122026-04-06T23:55:15.806Z Downloaded hostname v0.4.2
10132026-04-06T23:55:15.806Z Downloaded quick-error v1.2.3
10142026-04-06T23:55:15.806Z Downloaded progenitor-macro v0.10.0
10152026-04-06T23:55:15.811Z Downloaded ref-cast v1.0.25
10162026-04-06T23:55:15.811Z Downloaded ref-cast-impl v1.0.25
10172026-04-06T23:55:15.811Z Downloaded num-integer v0.1.46
10182026-04-06T23:55:15.811Z Downloaded rustc_version v0.1.7
10192026-04-06T23:55:15.811Z Downloaded icu_collections v2.1.1
10202026-04-06T23:55:15.815Z Downloaded paste v1.0.15
10212026-04-06T23:55:15.818Z Downloaded chacha20 v0.9.1
10222026-04-06T23:55:15.819Z Downloaded darling v0.21.3
10232026-04-06T23:55:15.822Z Downloaded arrayvec v0.7.6
10242026-04-06T23:55:15.822Z Downloaded backon v1.6.0
10252026-04-06T23:55:15.825Z Downloaded group v0.13.0
10262026-04-06T23:55:15.825Z Downloaded bcs v0.1.6
10272026-04-06T23:55:15.829Z Downloaded derive_more v0.99.20
10282026-04-06T23:55:15.829Z Downloaded num_enum_derive v0.7.6
10292026-04-06T23:55:15.834Z Downloaded crossbeam-epoch v0.9.18
10302026-04-06T23:55:15.834Z Downloaded password-hash v0.5.0
10312026-04-06T23:55:15.834Z Downloaded chacha20 v0.10.0
10322026-04-06T23:55:15.834Z Downloaded blake2 v0.10.6
10332026-04-06T23:55:15.837Z Downloaded same-file v1.0.6
10342026-04-06T23:55:15.838Z Downloaded parse-display-derive v0.10.0
10352026-04-06T23:55:15.838Z Downloaded highway v1.3.0
10362026-04-06T23:55:15.841Z Downloaded secrecy v0.10.3
10372026-04-06T23:55:15.841Z Downloaded proc-macro-error v1.0.4
10382026-04-06T23:55:15.845Z Downloaded progenitor-extras v0.1.1
10392026-04-06T23:55:15.845Z Downloaded ingot-macros v0.1.1
10402026-04-06T23:55:15.845Z Downloaded plain v0.2.3
10412026-04-06T23:55:15.848Z Downloaded libsw v3.5.0
10422026-04-06T23:55:15.848Z Downloaded progenitor-client v0.13.0
10432026-04-06T23:55:15.848Z Downloaded progenitor v0.11.2
10442026-04-06T23:55:15.848Z Downloaded oxide-tokio-rt v0.1.3
10452026-04-06T23:55:15.852Z Downloaded hmac v0.12.1
10462026-04-06T23:55:15.852Z Downloaded serde_plain v1.0.2
10472026-04-06T23:55:15.852Z Downloaded scroll_derive v0.12.1
10482026-04-06T23:55:15.856Z Downloaded proc-macro-error2 v2.0.1
10492026-04-06T23:55:15.856Z Downloaded serial_test_derive v3.4.0
10502026-04-06T23:55:15.856Z Downloaded serde_spanned v1.1.0
10512026-04-06T23:55:15.856Z Downloaded scroll_derive v0.13.1
10522026-04-06T23:55:15.860Z Downloaded serde_repr v0.1.20
10532026-04-06T23:55:15.860Z Downloaded sigpipe v0.1.3
10542026-04-06T23:55:15.860Z Downloaded defmt-macros v1.0.1
10552026-04-06T23:55:15.864Z Downloaded serde-big-array v0.5.1
10562026-04-06T23:55:15.864Z Downloaded pem v3.0.6
10572026-04-06T23:55:15.864Z Downloaded sha1 v0.10.6
10582026-04-06T23:55:15.864Z Downloaded serial_test v3.4.0
10592026-04-06T23:55:15.869Z Downloaded derive-ex v0.1.8
10602026-04-06T23:55:15.869Z Downloaded crossbeam-utils v0.8.21
10612026-04-06T23:55:15.869Z Downloaded ciborium v0.2.2
10622026-04-06T23:55:15.875Z Downloaded siphasher v1.0.2
10632026-04-06T23:55:15.875Z Downloaded anyhow v1.0.102
10642026-04-06T23:55:15.875Z Downloaded rand_core v0.10.0
10652026-04-06T23:55:15.875Z Downloaded resolv-conf v0.7.6
10662026-04-06T23:55:15.879Z Downloaded progenitor v0.13.0
10672026-04-06T23:55:15.879Z Downloaded progenitor v0.10.0
10682026-04-06T23:55:15.879Z Downloaded parking_lot_core v0.8.6
10692026-04-06T23:55:15.880Z Downloaded rustls-native-certs v0.8.3
10702026-04-06T23:55:15.883Z Downloaded erased-serde v0.3.31
10712026-04-06T23:55:15.883Z Downloaded slog-envlogger v2.2.0
10722026-04-06T23:55:15.883Z Downloaded ingot v0.1.1
10732026-04-06T23:55:15.883Z Downloaded diff v0.1.13
10742026-04-06T23:55:15.890Z Downloaded omicron-workspace-hack v0.1.0
10752026-04-06T23:55:15.894Z Downloaded data-encoding v2.10.0
10762026-04-06T23:55:15.894Z Downloaded dropshot_endpoint v0.16.7
10772026-04-06T23:55:15.894Z Downloaded elliptic-curve v0.13.8
10782026-04-06T23:55:15.894Z Downloaded foldhash v0.2.0
10792026-04-06T23:55:15.898Z Downloaded parking_lot v0.11.2
10802026-04-06T23:55:15.898Z Downloaded omicron-zone-package v0.12.2
10812026-04-06T23:55:15.905Z Downloaded take_mut v0.2.2
10822026-04-06T23:55:15.910Z Downloaded tabwriter v1.4.1
10832026-04-06T23:55:15.910Z Downloaded stable_deref_trait v1.2.1
10842026-04-06T23:55:15.910Z Downloaded poly1305 v0.8.0
10852026-04-06T23:55:15.913Z Downloaded testing_table v0.3.0
10862026-04-06T23:55:15.913Z Downloaded pest_derive v2.8.6
10872026-04-06T23:55:15.920Z Downloaded sdd v3.0.10
10882026-04-06T23:55:15.920Z Downloaded structmeta-derive v0.3.0
10892026-04-06T23:55:15.920Z Downloaded structmeta v0.3.0
10902026-04-06T23:55:15.920Z Downloaded spin v0.5.2
10912026-04-06T23:55:15.923Z Downloaded slog-async v2.8.0
10922026-04-06T23:55:15.923Z Downloaded thread-id v4.2.2
10932026-04-06T23:55:15.923Z Downloaded thiserror-impl-no-std v2.0.2
10942026-04-06T23:55:15.923Z Downloaded serde_derive_internals v0.29.1
10952026-04-06T23:55:15.928Z Downloaded termtree v0.5.1
10962026-04-06T23:55:15.928Z Downloaded strum v0.27.2
10972026-04-06T23:55:15.928Z Downloaded strum v0.26.3
10982026-04-06T23:55:15.933Z Downloaded tabled_derive v0.11.0
10992026-04-06T23:55:15.933Z Downloaded tagptr v0.2.0
11002026-04-06T23:55:15.933Z Downloaded icu_provider v2.1.1
11012026-04-06T23:55:15.937Z Downloaded schemars_derive v0.8.22
11022026-04-06T23:55:15.937Z Downloaded postcard v1.1.3
11032026-04-06T23:55:15.943Z Downloaded semver v1.0.27
11042026-04-06T23:55:15.961Z Downloaded semver v0.1.20
11052026-04-06T23:55:15.961Z Downloaded time-core v0.1.8
11062026-04-06T23:55:15.961Z Downloaded serde_tokenstream v0.2.3
11072026-04-06T23:55:15.961Z Downloaded scroll v0.13.0
11082026-04-06T23:55:15.961Z Downloaded scroll v0.12.0
11092026-04-06T23:55:15.961Z Downloaded topological-sort v0.2.2
11102026-04-06T23:55:15.961Z Downloaded rhai_codegen v3.1.0
11112026-04-06T23:55:15.965Z Downloaded slog-stdlog v4.1.1
11122026-04-06T23:55:15.968Z Downloaded dropshot_endpoint v0.17.0
11132026-04-06T23:55:15.968Z Downloaded rustversion v1.0.22
11142026-04-06T23:55:15.971Z Downloaded typify-macro v0.6.1
11152026-04-06T23:55:15.971Z Downloaded usdt v0.5.0
11162026-04-06T23:55:15.971Z Downloaded smartstring v1.0.1
11172026-04-06T23:55:15.975Z Downloaded slog-json v2.6.1
11182026-04-06T23:55:15.975Z Downloaded chacha20poly1305 v0.10.1
11192026-04-06T23:55:15.978Z Downloaded smawk v0.3.2
11202026-04-06T23:55:15.978Z Downloaded universal-hash v0.5.1
11212026-04-06T23:55:15.984Z Downloaded slog-scope v4.4.1
11222026-04-06T23:55:15.984Z Downloaded num-rational v0.4.2
11232026-04-06T23:55:15.984Z Downloaded unit-prefix v0.5.2
11242026-04-06T23:55:15.985Z Downloaded unarray v0.1.4
11252026-04-06T23:55:15.988Z Downloaded darling_core v0.21.3
11262026-04-06T23:55:15.988Z Downloaded libsw-core v0.3.2
11272026-04-06T23:55:15.998Z Downloaded rustls-pemfile v2.2.0
11282026-04-06T23:55:15.998Z Downloaded untrusted v0.7.1
11292026-04-06T23:55:15.998Z Downloaded typify-macro v0.4.3
11302026-04-06T23:55:16.004Z Downloaded usdt v0.6.0
11312026-04-06T23:55:16.004Z Downloaded utf-8 v0.7.6
11322026-04-06T23:55:16.004Z Downloaded tabled_derive v0.7.0
11332026-04-06T23:55:16.004Z Downloaded smf v0.2.3
11342026-04-06T23:55:16.007Z Downloaded waitgroup v0.1.2
11352026-04-06T23:55:16.008Z Downloaded wait-timeout v0.2.1
11362026-04-06T23:55:16.008Z Downloaded strum_macros v0.27.2
11372026-04-06T23:55:16.008Z Downloaded snafu-derive v0.8.9
11382026-04-06T23:55:16.008Z Downloaded usdt-macro v0.5.0
11392026-04-06T23:55:16.008Z Downloaded usdt-attr-macro v0.5.0
11402026-04-06T23:55:16.011Z Downloaded yoke-derive v0.8.1
11412026-04-06T23:55:16.012Z Downloaded rusty-fork v0.3.1
11422026-04-06T23:55:16.018Z Downloaded icu_properties v2.1.2
11432026-04-06T23:55:16.021Z Downloaded tokio-macros v2.6.1
11442026-04-06T23:55:16.021Z Downloaded tinystr v0.8.2
11452026-04-06T23:55:16.021Z Downloaded pest_generator v2.8.6
11462026-04-06T23:55:16.025Z Downloaded tokio-dtrace v0.1.1
11472026-04-06T23:55:16.025Z Downloaded tiny-keccak v2.0.2
11482026-04-06T23:55:16.025Z Downloaded time-macros v0.2.27
11492026-04-06T23:55:16.029Z Downloaded zeroize_derive v1.4.3
11502026-04-06T23:55:16.029Z Downloaded zerofrom-derive v0.1.6
11512026-04-06T23:55:16.029Z Downloaded serde_with_macros v3.18.0
11522026-04-06T23:55:16.029Z Downloaded zerofrom v0.1.6
11532026-04-06T23:55:16.037Z Downloaded icu_normalizer_data v2.1.1
11542026-04-06T23:55:16.037Z Downloaded thread-id v5.1.0
11552026-04-06T23:55:16.037Z Downloaded thiserror-no-std v2.0.2
11562026-04-06T23:55:16.037Z Downloaded pretty_assertions v1.4.1
11572026-04-06T23:55:16.041Z Downloaded progenitor-impl v0.13.0
11582026-04-06T23:55:16.041Z Downloaded allocator-api2 v0.2.21
11592026-04-06T23:55:16.046Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11602026-04-06T23:55:16.046Z Downloaded slog-bunyan v2.5.0
11612026-04-06T23:55:16.046Z Downloaded rustls-platform-verifier v0.6.2
11622026-04-06T23:55:16.049Z Downloaded tokio-rustls v0.25.0
11632026-04-06T23:55:16.049Z Downloaded tokio-tungstenite v0.21.0
11642026-04-06T23:55:16.053Z Downloaded zone v0.3.1
11652026-04-06T23:55:16.053Z Downloaded slog-dtrace v0.3.0
11662026-04-06T23:55:16.053Z Downloaded zone_cfg_derive v0.3.1
11672026-04-06T23:55:16.054Z Downloaded usdt-macro v0.6.0
11682026-04-06T23:55:16.057Z Downloaded toml_writer v1.1.0+spec-1.1.0
11692026-04-06T23:55:16.057Z Downloaded slog-term v2.9.2
11702026-04-06T23:55:16.061Z Downloaded papergrid v0.11.0
11712026-04-06T23:55:16.061Z Downloaded icu_locale_core v2.1.1
11722026-04-06T23:55:16.065Z Downloaded crypto-bigint v0.5.5
11732026-04-06T23:55:16.068Z Downloaded indicatif v0.18.4
11742026-04-06T23:55:16.074Z Downloaded term v1.2.1
11752026-04-06T23:55:16.074Z Downloaded usdt-attr-macro v0.6.0
11762026-04-06T23:55:16.074Z Downloaded icu_normalizer v2.1.1
11772026-04-06T23:55:16.077Z Downloaded usdt-impl v0.5.0
11782026-04-06T23:55:16.077Z Downloaded heapless v0.8.0
11792026-04-06T23:55:16.083Z Downloaded whoami v1.6.1
11802026-04-06T23:55:16.083Z Downloaded usdt-impl v0.6.0
11812026-04-06T23:55:16.083Z Downloaded vsss-rs v3.3.4
11822026-04-06T23:55:16.083Z Downloaded thin-vec v0.2.14
11832026-04-06T23:55:16.089Z Downloaded yoke v0.8.1
11842026-04-06T23:55:16.090Z Downloaded walkdir v2.5.0
11852026-04-06T23:55:16.090Z Downloaded pest_meta v2.8.6
11862026-04-06T23:55:16.090Z Downloaded synstructure v0.13.2
11872026-04-06T23:55:16.090Z Downloaded writeable v0.6.2
11882026-04-06T23:55:16.090Z Downloaded toml_datetime v1.1.0+spec-1.1.0
11892026-04-06T23:55:16.090Z Downloaded prettyplease v0.2.37
11902026-04-06T23:55:16.093Z Downloaded strum_macros v0.26.4
11912026-04-06T23:55:16.093Z Downloaded spin v0.9.8
11922026-04-06T23:55:16.097Z Downloaded darling_core v0.23.0
11932026-04-06T23:55:16.097Z Downloaded similar v2.7.0
11942026-04-06T23:55:16.100Z Downloaded zerovec-derive v0.11.2
11952026-04-06T23:55:16.101Z Downloaded serde_yaml v0.9.34+deprecated
11962026-04-06T23:55:16.104Z Downloaded rayon-core v1.13.0
11972026-04-06T23:55:16.107Z Downloaded nom v8.0.0
11982026-04-06T23:55:16.108Z Downloaded toml_parser v1.1.0+spec-1.1.0
11992026-04-06T23:55:16.111Z Downloaded minimal-lexical v0.2.1
12002026-04-06T23:55:16.114Z Downloaded slog v2.8.2
12012026-04-06T23:55:16.114Z Downloaded progenitor-impl v0.11.2
12022026-04-06T23:55:16.118Z Downloaded base64 v0.21.7
12032026-04-06T23:55:16.123Z Downloaded ucd-trie v0.1.7
12042026-04-06T23:55:16.126Z Downloaded hickory-resolver v0.24.4
12052026-04-06T23:55:16.129Z Downloaded hickory-resolver v0.25.2
12062026-04-06T23:55:16.133Z Downloaded test-strategy v0.4.5
12072026-04-06T23:55:16.137Z Downloaded xz2 v0.1.7
12082026-04-06T23:55:16.140Z Downloaded toml v1.1.0+spec-1.1.0
12092026-04-06T23:55:16.140Z Downloaded zerocopy-derive v0.7.35
12102026-04-06T23:55:16.143Z Downloaded indexmap v2.13.0
12112026-04-06T23:55:16.147Z Downloaded progenitor-impl v0.10.0
12122026-04-06T23:55:16.150Z Downloaded tungstenite v0.21.0
12132026-04-06T23:55:16.153Z Downloaded toml v0.9.12+spec-1.1.0
12142026-04-06T23:55:16.157Z Downloaded toml v0.7.8
12152026-04-06T23:55:16.157Z Downloaded rand v0.8.5
12162026-04-06T23:55:16.160Z Downloaded typify v0.4.3
12172026-04-06T23:55:16.160Z Downloaded qorb v0.4.1
12182026-04-06T23:55:16.164Z Downloaded typify v0.6.1
12192026-04-06T23:55:16.168Z Downloaded unsafe-libyaml v0.2.11
12202026-04-06T23:55:16.173Z Downloaded schemars v1.2.1
12212026-04-06T23:55:16.178Z Downloaded snafu v0.8.9
12222026-04-06T23:55:16.181Z Downloaded expectorate v1.2.0
12232026-04-06T23:55:16.184Z Downloaded schemars v0.8.22
12242026-04-06T23:55:16.190Z Downloaded steno v0.4.1
12252026-04-06T23:55:16.193Z Downloaded hashbrown v0.12.3
12262026-04-06T23:55:16.198Z Downloaded toml_edit v0.25.8+spec-1.1.0
12272026-04-06T23:55:16.201Z Downloaded rand v0.10.0
12282026-04-06T23:55:16.206Z Downloaded dropshot-api-manager v0.7.0
12292026-04-06T23:55:16.209Z Downloaded nom v7.1.3
12302026-04-06T23:55:16.213Z Downloaded zerotrie v0.2.3
12312026-04-06T23:55:16.216Z Downloaded schemars v0.9.0
12322026-04-06T23:55:16.221Z Downloaded yansi v1.0.1
12332026-04-06T23:55:16.226Z Downloaded goblin v0.8.2
12342026-04-06T23:55:16.230Z Downloaded pest v2.8.6
12352026-04-06T23:55:16.235Z Downloaded toml_edit v0.19.15
12362026-04-06T23:55:16.245Z Downloaded zerocopy-derive v0.8.48
12372026-04-06T23:55:16.254Z Downloaded iddqd v0.3.17
12382026-04-06T23:55:16.283Z Downloaded typed-path v0.9.3
12392026-04-06T23:55:16.287Z Downloaded itertools v0.12.1
12402026-04-06T23:55:16.293Z Downloaded scc v2.4.0
12412026-04-06T23:55:16.304Z Downloaded reqwest v0.13.2
12422026-04-06T23:55:16.308Z Downloaded icu_properties_data v2.1.2
12432026-04-06T23:55:16.312Z Downloaded hkdf v0.12.4
12442026-04-06T23:55:16.318Z Downloaded tough v0.20.0
12452026-04-06T23:55:16.323Z Downloaded blake3 v1.8.4
12462026-04-06T23:55:16.328Z Downloaded goblin v0.10.5
12472026-04-06T23:55:16.337Z Downloaded proptest v1.11.0
12482026-04-06T23:55:16.350Z Downloaded zerovec v0.11.5
12492026-04-06T23:55:16.367Z Downloaded rayon v1.11.0
12502026-04-06T23:55:16.375Z Downloaded zerocopy v0.7.35
12512026-04-06T23:55:16.383Z Downloaded rustls-webpki v0.102.8
12522026-04-06T23:55:16.394Z Downloaded serde_with v3.18.0
12532026-04-06T23:55:16.400Z Downloaded tabled v0.15.0
12542026-04-06T23:55:16.408Z Downloaded aws-lc-rs v1.16.2
12552026-04-06T23:55:16.413Z Downloaded tabled v0.20.0
12562026-04-06T23:55:16.422Z Downloaded syn v1.0.109
12572026-04-06T23:55:16.428Z Downloaded moka v0.12.15
12582026-04-06T23:55:16.432Z Downloaded winnow v0.5.40
12592026-04-06T23:55:16.436Z Downloaded time v0.3.47
12602026-04-06T23:55:16.463Z Downloaded nix v0.31.2
12612026-04-06T23:55:16.468Z Downloaded rustls v0.22.4
12622026-04-06T23:55:16.489Z Downloaded hickory-proto v0.24.4
12632026-04-06T23:55:16.498Z Downloaded regress v0.10.5
12642026-04-06T23:55:16.502Z Downloaded hickory-proto v0.25.2
12652026-04-06T23:55:16.511Z Downloaded dropshot v0.17.0
12662026-04-06T23:55:16.522Z Downloaded smoltcp v0.11.0
12672026-04-06T23:55:16.528Z Downloaded openapiv3 v2.2.0
12682026-04-06T23:55:16.535Z Downloaded rhai v1.24.0
12692026-04-06T23:55:16.540Z Downloaded dropshot v0.16.7
12702026-04-06T23:55:16.553Z Downloaded typify-impl v0.4.3
12712026-04-06T23:55:16.580Z Downloaded sled v0.34.7
12722026-04-06T23:55:16.587Z Downloaded typify-impl v0.6.1
12732026-04-06T23:55:16.605Z Downloaded jiff v0.2.23
12742026-04-06T23:55:16.615Z Downloaded lzma-sys v0.1.20
12752026-04-06T23:55:16.640Z Downloaded sha3 v0.10.8
12762026-04-06T23:55:16.644Z Downloaded tokio v1.50.0
12772026-04-06T23:55:16.679Z Downloaded petgraph v0.6.5
12782026-04-06T23:55:16.742Z Downloaded chrono-tz v0.10.4
12792026-04-06T23:55:16.750Z Downloaded csv v1.4.0
12802026-04-06T23:55:16.840Z Downloaded encoding_rs v0.8.35
12812026-04-06T23:55:17.490Z Downloaded aws-lc-sys v0.39.1
12822026-04-06T23:55:18.394Z Compiling proc-macro2 v1.0.106
12832026-04-06T23:55:18.394Z Compiling unicode-ident v1.0.24
12842026-04-06T23:55:18.394Z Compiling quote v1.0.45
12852026-04-06T23:55:18.394Z Compiling serde_core v1.0.228
12862026-04-06T23:55:18.394Z Compiling cfg-if v1.0.4
12872026-04-06T23:55:18.398Z Compiling serde v1.0.228
12882026-04-06T23:55:18.398Z Compiling libc v0.2.184
12892026-04-06T23:55:18.398Z Compiling memchr v2.8.0
12902026-04-06T23:55:18.607Z Compiling itoa v1.0.18
12912026-04-06T23:55:18.794Z Compiling smallvec v1.15.1
12922026-04-06T23:55:18.848Z Compiling zmij v1.0.21
12932026-04-06T23:55:18.857Z Compiling serde_json v1.0.149
12942026-04-06T23:55:19.011Z Compiling autocfg v1.5.0
12952026-04-06T23:55:19.090Z Compiling libm v0.2.16
12962026-04-06T23:55:19.237Z Compiling version_check v0.9.5
12972026-04-06T23:55:19.343Z Compiling stable_deref_trait v1.2.1
12982026-04-06T23:55:19.384Z Compiling pin-project-lite v0.2.17
12992026-04-06T23:55:19.425Z Compiling litemap v0.8.1
13002026-04-06T23:55:19.437Z Compiling percent-encoding v2.3.2
13012026-04-06T23:55:19.478Z Compiling writeable v0.6.2
13022026-04-06T23:55:19.519Z Compiling icu_normalizer_data v2.1.1
13032026-04-06T23:55:19.617Z Compiling icu_properties_data v2.1.2
13042026-04-06T23:55:19.634Z Compiling iana-time-zone v0.1.65
13052026-04-06T23:55:19.676Z Compiling parking_lot_core v0.9.12
13062026-04-06T23:55:19.739Z Compiling syn v2.0.117
13072026-04-06T23:55:19.870Z Compiling equivalent v1.0.2
13082026-04-06T23:55:19.902Z Compiling scopeguard v1.2.0
13092026-04-06T23:55:19.907Z Compiling form_urlencoded v1.2.2
13102026-04-06T23:55:19.944Z Compiling foldhash v0.2.0
13112026-04-06T23:55:19.957Z Compiling utf8_iter v1.0.4
13122026-04-06T23:55:19.981Z Compiling lock_api v0.4.14
13132026-04-06T23:55:20.000Z Compiling allocator-api2 v0.2.21
13142026-04-06T23:55:20.081Z Compiling dyn-clone v1.0.20
13152026-04-06T23:55:20.100Z Compiling num-traits v0.2.19
13162026-04-06T23:55:20.176Z Compiling jobserver v0.1.34
13172026-04-06T23:55:20.204Z Compiling find-msvc-tools v0.1.9
13182026-04-06T23:55:20.219Z Compiling shlex v1.3.0
13192026-04-06T23:55:20.321Z Compiling hashbrown v0.16.1
13202026-04-06T23:55:20.402Z Compiling cc v1.2.58
13212026-04-06T23:55:20.431Z Compiling log v0.4.29
13222026-04-06T23:55:20.487Z Compiling errno v0.3.14
13232026-04-06T23:55:20.632Z Compiling semver v1.0.27
13242026-04-06T23:55:20.647Z Compiling getrandom v0.4.2
13252026-04-06T23:55:20.749Z Compiling rand_core v0.10.0
13262026-04-06T23:55:20.901Z Compiling futures-core v0.3.32
13272026-04-06T23:55:20.904Z Compiling thiserror v2.0.18
13282026-04-06T23:55:20.962Z Compiling indexmap v2.13.0
13292026-04-06T23:55:21.054Z Compiling zerocopy v0.8.48
13302026-04-06T23:55:21.094Z Compiling heck v0.5.0
13312026-04-06T23:55:21.118Z Compiling futures-sink v0.3.32
13322026-04-06T23:55:21.222Z Compiling slab v0.4.12
13332026-04-06T23:55:21.353Z Compiling fnv v1.0.7
13342026-04-06T23:55:21.397Z Compiling uuid v1.23.0
13352026-04-06T23:55:21.443Z Compiling futures-channel v0.3.32
13362026-04-06T23:55:21.453Z Compiling rustversion v1.0.22
13372026-04-06T23:55:21.471Z Compiling typenum v1.19.0
13382026-04-06T23:55:21.597Z Compiling schemars v0.8.22
13392026-04-06T23:55:21.638Z Compiling futures-io v0.3.32
13402026-04-06T23:55:21.662Z Compiling futures-task v0.3.32
13412026-04-06T23:55:21.798Z Compiling socket2 v0.6.3
13422026-04-06T23:55:21.808Z Compiling getrandom v0.2.17
13432026-04-06T23:55:21.827Z Compiling portable-atomic v1.13.1
13442026-04-06T23:55:21.856Z Compiling signal-hook-registry v1.4.8
13452026-04-06T23:55:21.993Z Compiling parking_lot v0.12.5
13462026-04-06T23:55:22.047Z Compiling mio v1.2.0
13472026-04-06T23:55:22.155Z Compiling bitflags v2.11.0
13482026-04-06T23:55:22.231Z Compiling subtle v2.6.1
13492026-04-06T23:55:22.374Z Compiling critical-section v1.2.0
13502026-04-06T23:55:22.394Z Compiling byteorder v1.5.0
13512026-04-06T23:55:22.399Z Compiling base64 v0.22.1
13522026-04-06T23:55:22.399Z Compiling untrusted v0.9.0
13532026-04-06T23:55:22.422Z Compiling rand_core v0.6.4
13542026-04-06T23:55:22.477Z Compiling synstructure v0.13.2
13552026-04-06T23:55:22.522Z Compiling serde_derive_internals v0.29.1
13562026-04-06T23:55:22.556Z Compiling cmake v0.1.58
13572026-04-06T23:55:22.616Z Compiling fs_extra v1.3.0
13582026-04-06T23:55:22.643Z Compiling dunce v1.0.5
13592026-04-06T23:55:22.747Z Compiling httparse v1.10.1
13602026-04-06T23:55:22.783Z Compiling once_cell v1.21.4
13612026-04-06T23:55:22.872Z Compiling regex-syntax v0.8.10
13622026-04-06T23:55:22.885Z Compiling strsim v0.11.1
13632026-04-06T23:55:22.942Z Compiling aws-lc-sys v0.39.1
13642026-04-06T23:55:23.001Z Compiling rustix v1.1.4
13652026-04-06T23:55:23.034Z Compiling ipnet v2.12.0
13662026-04-06T23:55:23.098Z Compiling atomic-waker v1.1.2
13672026-04-06T23:55:23.275Z Compiling slog v2.8.2
13682026-04-06T23:55:23.288Z Compiling generic-array v0.14.7
13692026-04-06T23:55:23.322Z Compiling tower-layer v0.3.3
13702026-04-06T23:55:23.482Z Compiling ucd-trie v0.1.7
13712026-04-06T23:55:23.493Z Compiling thiserror v1.0.69
13722026-04-06T23:55:23.505Z Compiling tower-service v0.3.3
13732026-04-06T23:55:23.606Z Compiling try-lock v0.2.5
13742026-04-06T23:55:23.616Z Compiling getrandom v0.3.4
13752026-04-06T23:55:23.713Z Compiling pest v2.8.6
13762026-04-06T23:55:23.726Z Compiling serde_derive v1.0.228
13772026-04-06T23:55:23.766Z Compiling zerofrom-derive v0.1.6
13782026-04-06T23:55:23.788Z Compiling yoke-derive v0.8.1
13792026-04-06T23:55:23.799Z Compiling zerovec-derive v0.11.2
13802026-04-06T23:55:23.907Z Compiling displaydoc v0.2.5
13812026-04-06T23:55:23.940Z Compiling tokio-macros v2.6.1
13822026-04-06T23:55:24.651Z Compiling schemars_derive v0.8.22
13832026-04-06T23:55:24.708Z Compiling thiserror-impl v2.0.18
13842026-04-06T23:55:24.817Z Compiling zerocopy-derive v0.8.48
13852026-04-06T23:55:24.892Z Compiling zeroize_derive v1.4.3
13862026-04-06T23:55:24.972Z Compiling zerofrom v0.1.6
13872026-04-06T23:55:25.002Z Compiling futures-macro v0.3.32
13882026-04-06T23:55:25.094Z Compiling yoke v0.8.1
13892026-04-06T23:55:25.278Z Compiling zerovec v0.11.5
13902026-04-06T23:55:25.559Z Compiling zerotrie v0.2.3
13912026-04-06T23:55:25.559Z Compiling zeroize v1.8.2
13922026-04-06T23:55:25.767Z Compiling tinystr v0.8.2
13932026-04-06T23:55:25.779Z Compiling potential_utf v0.1.4
13942026-04-06T23:55:25.811Z Compiling futures-util v0.3.32
13952026-04-06T23:55:25.935Z Compiling icu_locale_core v2.1.1
13962026-04-06T23:55:25.937Z Compiling icu_collections v2.1.1
13972026-04-06T23:55:26.038Z Compiling thiserror-impl v1.0.69
13982026-04-06T23:55:26.446Z Compiling pest_meta v2.8.6
13992026-04-06T23:55:26.532Z Compiling icu_provider v2.1.1
14002026-04-06T23:55:26.837Z Compiling bytes v1.11.1
14012026-04-06T23:55:26.870Z Compiling icu_properties v2.1.2
14022026-04-06T23:55:26.882Z Compiling icu_normalizer v2.1.1
14032026-04-06T23:55:27.152Z Compiling chrono v0.4.44
14042026-04-06T23:55:27.459Z Compiling tokio v1.50.0
14052026-04-06T23:55:27.459Z Compiling http v1.4.0
14062026-04-06T23:55:27.711Z Compiling serde_tokenstream v0.2.3
14072026-04-06T23:55:28.019Z Compiling idna_adapter v1.2.1
14082026-04-06T23:55:28.073Z Compiling erased-serde v0.3.31
14092026-04-06T23:55:28.123Z Compiling idna v1.1.0
14102026-04-06T23:55:28.151Z Compiling http-body v1.0.1
14112026-04-06T23:55:28.406Z Compiling url v2.5.8
14122026-04-06T23:55:28.556Z Compiling want v0.3.1
14132026-04-06T23:55:28.688Z Compiling httpdate v1.0.3
14142026-04-06T23:55:28.725Z Compiling ryu v1.0.23
14152026-04-06T23:55:28.897Z Compiling pest_generator v2.8.6
14162026-04-06T23:55:28.925Z Compiling pretty-hex v0.4.2
14172026-04-06T23:55:28.933Z Compiling paste v1.0.15
14182026-04-06T23:55:29.060Z Compiling ppv-lite86 v0.2.21
14192026-04-06T23:55:29.152Z Compiling plain v0.2.3
14202026-04-06T23:55:29.260Z Compiling crypto-common v0.1.7
14212026-04-06T23:55:29.270Z Compiling omicron-workspace-hack v0.1.0
14222026-04-06T23:55:29.289Z Compiling ident_case v1.0.1
14232026-04-06T23:55:29.396Z Compiling tracing-attributes v0.1.31
14242026-04-06T23:55:29.406Z Compiling tracing-core v0.1.36
14252026-04-06T23:55:29.517Z Compiling pest_derive v2.8.6
14262026-04-06T23:55:29.552Z Compiling serde_urlencoded v0.7.1
14272026-04-06T23:55:29.795Z Compiling http-body-util v0.1.3
14282026-04-06T23:55:29.872Z Compiling ipnetwork v0.21.1
14292026-04-06T23:55:29.992Z Compiling daft-derive v0.1.5
14302026-04-06T23:55:30.028Z Compiling sync_wrapper v1.0.2
14312026-04-06T23:55:30.038Z Compiling fastrand v2.3.0
14322026-04-06T23:55:30.134Z Compiling aho-corasick v1.1.4
14332026-04-06T23:55:30.292Z Compiling winnow v1.0.1
14342026-04-06T23:55:30.304Z Compiling rustls-pki-types v1.14.0
14352026-04-06T23:55:30.347Z Compiling async-trait v0.1.89
14362026-04-06T23:55:30.586Z Compiling tracing v0.1.44
14372026-04-06T23:55:30.716Z Compiling ring v0.17.14
14382026-04-06T23:55:30.824Z Compiling time-core v0.1.8
14392026-04-06T23:55:30.969Z Compiling regex-automata v0.4.14
14402026-04-06T23:55:30.994Z Compiling iri-string v0.7.12
14412026-04-06T23:55:31.216Z Compiling anyhow v1.0.102
14422026-04-06T23:55:31.302Z Compiling num-conv v0.2.1
14432026-04-06T23:55:31.360Z Compiling powerfmt v0.2.0
14442026-04-06T23:55:31.443Z Compiling cpufeatures v0.2.17
14452026-04-06T23:55:31.511Z Compiling deranged v0.5.8
14462026-04-06T23:55:31.523Z Compiling time-macros v0.2.27
14472026-04-06T23:55:31.905Z Compiling block-buffer v0.10.4
14482026-04-06T23:55:32.054Z Compiling scroll_derive v0.13.1
14492026-04-06T23:55:32.444Z Compiling hex v0.4.3
14502026-04-06T23:55:32.462Z Compiling num_threads v0.1.7
14512026-04-06T23:55:32.557Z Compiling digest v0.10.7
14522026-04-06T23:55:32.604Z Compiling regex v1.12.3
14532026-04-06T23:55:32.913Z Compiling scroll v0.13.0
14542026-04-06T23:55:33.128Z Compiling tokio-util v0.7.18
14552026-04-06T23:55:33.176Z Compiling oxnet v0.1.4
14562026-04-06T23:55:33.307Z Compiling camino v1.2.2
14572026-04-06T23:55:33.524Z Compiling goblin v0.10.5
14582026-04-06T23:55:33.669Z Compiling usdt-impl v0.6.0
14592026-04-06T23:55:33.883Z Compiling openssl-probe v0.2.1
14602026-04-06T23:55:33.957Z Compiling dtrace-parser v0.3.0
14612026-04-06T23:55:34.338Z Compiling crossbeam-utils v0.8.21
14622026-04-06T23:55:34.492Z Compiling h2 v0.4.13
14632026-04-06T23:55:34.762Z Compiling futures-executor v0.3.32
14642026-04-06T23:55:34.820Z Compiling openapiv3 v2.2.0
14652026-04-06T23:55:34.831Z Compiling structmeta-derive v0.3.0
14662026-04-06T23:55:35.041Z Compiling regress v0.10.5
14672026-04-06T23:55:35.485Z Compiling thread-id v5.1.0
14682026-04-06T23:55:35.568Z Compiling syn v1.0.109
14692026-04-06T23:55:35.843Z Compiling rustls v0.22.4
14702026-04-06T23:55:35.928Z Compiling structmeta v0.3.0
14712026-04-06T23:55:36.069Z Compiling futures v0.3.32
14722026-04-06T23:55:36.128Z Compiling dof v0.4.0
14732026-04-06T23:55:36.148Z Compiling rand_core v0.9.5
14742026-04-06T23:55:36.543Z Compiling hyper v1.9.0
14752026-04-06T23:55:37.488Z Compiling darling_core v0.23.0
14762026-04-06T23:55:37.500Z Compiling newtype-uuid-macros v0.1.0
14772026-04-06T23:55:37.594Z Compiling thread_local v1.1.9
14782026-04-06T23:55:37.924Z Compiling winnow v0.7.15
14792026-04-06T23:55:37.936Z Compiling aws-lc-rs v1.16.2
14802026-04-06T23:55:38.243Z Compiling match_cfg v0.1.0
14812026-04-06T23:55:38.314Z Compiling hyper-util v0.1.20
14822026-04-06T23:55:38.380Z Compiling newtype-uuid v1.3.2
14832026-04-06T23:55:38.404Z Compiling ref-cast v1.0.25
14842026-04-06T23:55:38.714Z Compiling quick-error v1.2.3
14852026-04-06T23:55:38.715Z Compiling slog-async v2.8.0
14862026-04-06T23:55:38.867Z Compiling daft v0.1.5
14872026-04-06T23:55:38.917Z Compiling usdt-attr-macro v0.6.0
14882026-04-06T23:55:39.052Z Compiling usdt-macro v0.6.0
14892026-04-06T23:55:39.127Z Compiling rand_chacha v0.9.0
14902026-04-06T23:55:39.443Z Compiling ref-cast-impl v1.0.25
14912026-04-06T23:55:39.568Z Compiling strum_macros v0.26.4
14922026-04-06T23:55:39.637Z Compiling darling_macro v0.23.0
14932026-04-06T23:55:40.016Z Compiling serde_spanned v1.1.0
14942026-04-06T23:55:40.044Z Compiling toml_datetime v0.7.5+spec-1.1.0
14952026-04-06T23:55:40.085Z Compiling multer v3.1.0
14962026-04-06T23:55:40.163Z Compiling debug-ignore v1.0.5
14972026-04-06T23:55:40.178Z Compiling bit-vec v0.8.0
14982026-04-06T23:55:40.215Z Compiling darling v0.23.0
14992026-04-06T23:55:40.261Z Compiling take_mut v0.2.2
15002026-04-06T23:55:40.295Z Compiling toml_writer v1.1.0+spec-1.1.0
15012026-04-06T23:55:40.307Z Compiling untrusted v0.7.1
15022026-04-06T23:55:40.344Z Compiling term v1.2.1
15032026-04-06T23:55:40.363Z Compiling bit-set v0.8.0
15042026-04-06T23:55:40.424Z Compiling serde_with_macros v3.18.0
15052026-04-06T23:55:40.501Z Compiling rand v0.9.2
15062026-04-06T23:55:40.549Z Compiling async-stream-impl v0.3.6
15072026-04-06T23:55:41.049Z Compiling dropshot v0.16.7
15082026-04-06T23:55:41.110Z Compiling encoding_rs v0.8.35
15092026-04-06T23:55:41.170Z Compiling spin v0.9.8
15102026-04-06T23:55:41.186Z Compiling strum v0.26.3
15112026-04-06T23:55:41.282Z Compiling rustls v0.23.37
15122026-04-06T23:55:41.311Z Compiling mime v0.3.17
15132026-04-06T23:55:41.491Z Compiling unarray v0.1.4
15142026-04-06T23:55:41.540Z Compiling async-stream v0.3.6
15152026-04-06T23:55:41.582Z Compiling derive-ex v0.1.8
15162026-04-06T23:55:41.593Z Compiling dropshot_endpoint v0.16.7
15172026-04-06T23:55:41.665Z Compiling macaddr v1.0.1
15182026-04-06T23:55:41.711Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15192026-04-06T23:55:41.883Z Compiling waitgroup v0.1.2
15202026-04-06T23:55:41.967Z Compiling serde_path_to_error v0.1.20
15212026-04-06T23:55:42.037Z Compiling tempfile v3.27.0
15222026-04-06T23:55:42.314Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15232026-04-06T23:55:42.444Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15242026-04-06T23:55:42.456Z Compiling tower v0.5.3
15252026-04-06T23:55:42.626Z Compiling strum_macros v0.27.2
15262026-04-06T23:55:42.684Z Compiling instant v0.1.13
15272026-04-06T23:55:42.806Z Compiling time v0.3.47
15282026-04-06T23:55:42.994Z Compiling tower-http v0.6.8
15292026-04-06T23:55:43.201Z Compiling test-strategy v0.4.5
15302026-04-06T23:55:43.211Z Compiling rustc-hash v2.1.2
15312026-04-06T23:55:43.333Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
15322026-04-06T23:55:43.426Z Compiling crossbeam-channel v0.5.15
15332026-04-06T23:55:44.526Z Compiling parse-display-derive v0.10.0
15342026-04-06T23:55:44.543Z Compiling strum v0.27.2
15352026-04-06T23:55:44.578Z Compiling rustls-native-certs v0.8.3
15362026-04-06T23:55:44.671Z Compiling backon v1.6.0
15372026-04-06T23:55:44.877Z Compiling rustls-webpki v0.102.8
15382026-04-06T23:55:44.915Z Compiling rand_chacha v0.3.1
15392026-04-06T23:55:45.745Z Compiling rand v0.8.5
15402026-04-06T23:55:45.757Z Compiling slog-json v2.6.1
15412026-04-06T23:55:45.960Z Compiling hostname v0.3.1
15422026-04-06T23:55:46.087Z Compiling toml_parser v1.1.0+spec-1.1.0
15432026-04-06T23:55:46.101Z Compiling memmap2 v0.9.10
15442026-04-06T23:55:46.153Z Compiling is-terminal v0.4.17
15452026-04-06T23:55:46.247Z Compiling wait-timeout v0.2.1
15462026-04-06T23:55:46.387Z Compiling either v1.15.0
15472026-04-06T23:55:46.482Z Compiling toml v0.9.12+spec-1.1.0
15482026-04-06T23:55:46.554Z Compiling rusty-fork v0.3.1
15492026-04-06T23:55:46.590Z Compiling usdt v0.6.0
15502026-04-06T23:55:46.768Z Compiling slog-term v2.9.2
15512026-04-06T23:55:46.871Z Compiling slog-bunyan v2.5.0
15522026-04-06T23:55:47.379Z Compiling tokio-rustls v0.25.0
15532026-04-06T23:55:47.382Z Compiling serde_with v3.18.0
15542026-04-06T23:55:47.555Z Compiling rand_xorshift v0.4.0
15552026-04-06T23:55:47.610Z Compiling sha1 v0.10.6
15562026-04-06T23:55:47.673Z Compiling rustls-pemfile v2.2.0
15572026-04-06T23:55:47.753Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
15582026-04-06T23:55:47.843Z Compiling hostname v0.4.2
15592026-04-06T23:55:47.919Z Compiling proptest v1.11.0
15602026-04-06T23:55:48.430Z Compiling iddqd v0.3.17
15612026-04-06T23:55:48.541Z Compiling reqwest v0.12.28
15622026-04-06T23:55:49.222Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
15632026-04-06T23:55:49.600Z Compiling progenitor-client v0.10.0
15642026-04-06T23:55:49.967Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
15652026-04-06T23:55:50.003Z Compiling parse-display v0.10.0
15662026-04-06T23:55:50.342Z Compiling itertools v0.14.0
15672026-04-06T23:55:50.433Z Compiling backoff v0.4.0
15682026-04-06T23:55:50.549Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
15692026-04-06T23:55:51.192Z Compiling toml_datetime v0.6.11
15702026-04-06T23:55:51.702Z Compiling utf8parse v0.2.2
15712026-04-06T23:55:51.799Z Compiling anstyle-parse v1.0.0
15722026-04-06T23:55:51.812Z Compiling zerocopy-derive v0.7.35
15732026-04-06T23:55:51.985Z Compiling anstyle-query v1.1.5
15742026-04-06T23:55:52.093Z Compiling anstyle v1.0.14
15752026-04-06T23:55:52.140Z Compiling is_terminal_polyfill v1.70.2
15762026-04-06T23:55:52.234Z Compiling colorchoice v1.0.5
15772026-04-06T23:55:52.317Z Compiling anstream v1.0.0
15782026-04-06T23:55:52.670Z Compiling zerocopy v0.7.35
15792026-04-06T23:55:52.891Z Compiling convert_case v0.4.0
15802026-04-06T23:55:52.980Z Compiling clap_lex v1.1.0
15812026-04-06T23:55:53.199Z Compiling derive_more v0.99.20
15822026-04-06T23:55:53.495Z Compiling unicode-width v0.2.2
15832026-04-06T23:55:53.856Z Compiling tinyvec_macros v0.1.1
15842026-04-06T23:55:53.925Z Compiling tinyvec v1.11.0
15852026-04-06T23:55:54.600Z Compiling dtrace-parser v0.2.0
15862026-04-06T23:55:54.603Z Compiling serde_spanned v0.6.9
15872026-04-06T23:55:54.641Z Compiling secrecy v0.10.3
15882026-04-06T23:55:54.752Z Compiling scroll_derive v0.12.1
15892026-04-06T23:55:54.794Z Compiling clap_derive v4.6.0
15902026-04-06T23:55:55.460Z Compiling usdt-impl v0.5.0
15912026-04-06T23:55:55.475Z Compiling crucible-workspace-hack v0.1.0
15922026-04-06T23:55:55.511Z Compiling toml_write v0.1.2
15932026-04-06T23:55:55.579Z Compiling scroll v0.12.0
15942026-04-06T23:55:55.696Z Compiling toml_edit v0.22.27
15952026-04-06T23:55:56.293Z Compiling dof v0.3.0
15962026-04-06T23:55:56.586Z Compiling typify-impl v0.6.1
15972026-04-06T23:55:56.635Z Compiling terminal_size v0.4.4
15982026-04-06T23:55:56.665Z Compiling darling_core v0.21.3
15992026-04-06T23:55:56.691Z Compiling rustc_version v0.4.1
16002026-04-06T23:55:56.771Z Compiling thread-id v4.2.2
16012026-04-06T23:55:56.965Z Compiling curve25519-dalek v4.1.3
16022026-04-06T23:55:57.118Z Compiling toml v0.8.23
16032026-04-06T23:55:57.880Z Compiling goblin v0.8.2
16042026-04-06T23:55:58.286Z Compiling crossbeam-epoch v0.9.18
16052026-04-06T23:55:58.419Z Compiling hmac v0.12.1
16062026-04-06T23:55:58.562Z Compiling inout v0.1.4
16072026-04-06T23:55:58.636Z Compiling ff v0.13.1
16082026-04-06T23:55:58.710Z Compiling num-integer v0.1.46
16092026-04-06T23:55:58.837Z Compiling darling_macro v0.21.3
16102026-04-06T23:55:59.035Z Compiling float-ord v0.3.2
16112026-04-06T23:55:59.254Z Compiling group v0.13.0
16122026-04-06T23:55:59.365Z Compiling cipher v0.4.4
16132026-04-06T23:55:59.413Z Compiling darling v0.21.3
16142026-04-06T23:55:59.498Z Compiling hkdf v0.12.4
16152026-04-06T23:56:00.019Z Compiling clap_builder v4.6.0
16162026-04-06T23:56:01.848Z Compiling thiserror-impl-no-std v2.0.2
16172026-04-06T23:56:01.944Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16182026-04-06T23:56:02.619Z Compiling universal-hash v0.5.1
16192026-04-06T23:56:02.644Z Compiling half v2.7.1
16202026-04-06T23:56:02.771Z Compiling crypto-bigint v0.5.5
16212026-04-06T23:56:02.862Z Compiling typify-macro v0.6.1
16222026-04-06T23:56:02.966Z Compiling curve25519-dalek-derive v0.1.1
16232026-04-06T23:56:02.966Z Compiling proc-macro-error-attr v1.0.4
16242026-04-06T23:56:03.425Z Compiling ciborium-io v0.2.2
16252026-04-06T23:56:03.487Z Compiling opaque-debug v0.3.1
16262026-04-06T23:56:03.520Z Compiling base64ct v1.8.3
16272026-04-06T23:56:03.559Z Compiling prettyplease v0.2.37
16282026-04-06T23:56:03.619Z Compiling heapless v0.8.0
16292026-04-06T23:56:03.669Z Compiling toml_datetime v1.1.0+spec-1.1.0
16302026-04-06T23:56:03.783Z Compiling base16ct v0.2.0
16312026-04-06T23:56:03.795Z Compiling rustix v0.38.44
16322026-04-06T23:56:03.815Z Compiling toml_edit v0.25.8+spec-1.1.0
16332026-04-06T23:56:03.892Z Compiling elliptic-curve v0.13.8
16342026-04-06T23:56:03.932Z Compiling password-hash v0.5.0
16352026-04-06T23:56:04.074Z Compiling poly1305 v0.8.0
16362026-04-06T23:56:04.152Z Compiling ciborium-ll v0.2.2
16372026-04-06T23:56:04.416Z Compiling thiserror-no-std v2.0.2
16382026-04-06T23:56:04.485Z Compiling clap v4.6.0
16392026-04-06T23:56:04.833Z Compiling chacha20 v0.9.1
16402026-04-06T23:56:04.921Z Compiling ingot-macros v0.1.1
16412026-04-06T23:56:04.932Z Compiling num-iter v0.1.45
16422026-04-06T23:56:05.046Z Compiling num-rational v0.4.2
16432026-04-06T23:56:05.050Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
16442026-04-06T23:56:05.065Z Compiling usdt-attr-macro v0.5.0
16452026-04-06T23:56:05.068Z Compiling usdt-macro v0.5.0
16462026-04-06T23:56:05.644Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16472026-04-06T23:56:06.077Z Compiling blake2 v0.10.6
16482026-04-06T23:56:06.161Z Compiling byte-wrapper v0.1.0
16492026-04-06T23:56:06.205Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
16502026-04-06T23:56:06.524Z Compiling aead v0.5.2
16512026-04-06T23:56:06.524Z Compiling enum-as-inner v0.6.1
16522026-04-06T23:56:06.545Z Compiling hash32 v0.3.1
16532026-04-06T23:56:06.746Z Compiling num-complex v0.4.6
16542026-04-06T23:56:06.760Z Compiling proc-macro-error v1.0.4
16552026-04-06T23:56:06.985Z Compiling memmap v0.7.0
16562026-04-06T23:56:06.999Z Compiling keccak v0.1.6
16572026-04-06T23:56:07.095Z Compiling winnow v0.5.40
16582026-04-06T23:56:07.241Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16592026-04-06T23:56:07.253Z Compiling data-encoding v2.10.0
16602026-04-06T23:56:07.270Z Compiling smoltcp v0.11.0
16612026-04-06T23:56:07.500Z Compiling sha3 v0.10.8
16622026-04-06T23:56:07.622Z Compiling usdt v0.5.0
16632026-04-06T23:56:07.632Z Compiling ingot-types v0.1.2
16642026-04-06T23:56:07.878Z Compiling num v0.4.3
16652026-04-06T23:56:08.062Z Compiling chacha20poly1305 v0.10.1
16662026-04-06T23:56:08.089Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
16672026-04-06T23:56:08.160Z Compiling rustls-webpki v0.103.10
16682026-04-06T23:56:08.408Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16692026-04-06T23:56:08.487Z Compiling toml_edit v0.19.15
16702026-04-06T23:56:08.549Z Compiling argon2 v0.5.3
16712026-04-06T23:56:09.221Z Compiling typify v0.6.1
16722026-04-06T23:56:09.246Z Compiling vsss-rs v3.3.4
16732026-04-06T23:56:09.624Z Compiling proc-macro-crate v3.5.0
16742026-04-06T23:56:09.749Z Compiling ciborium v0.2.2
16752026-04-06T23:56:10.530Z Compiling tabwriter v1.4.1
16762026-04-06T23:56:10.766Z Compiling cobs v0.3.0
16772026-04-06T23:56:10.778Z Compiling memoffset v0.9.1
16782026-04-06T23:56:10.927Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
16792026-04-06T23:56:10.958Z Compiling indent_write v2.2.0
16802026-04-06T23:56:10.969Z Compiling unsafe-libyaml v0.2.11
16812026-04-06T23:56:11.002Z Compiling managed v0.8.0
16822026-04-06T23:56:11.092Z Compiling cfg_aliases v0.2.1
16832026-04-06T23:56:11.134Z Compiling vcpkg v0.2.15
16842026-04-06T23:56:11.144Z Compiling bitflags v1.3.2
16852026-04-06T23:56:11.163Z Compiling pkg-config v0.3.32
16862026-04-06T23:56:11.224Z Compiling nix v0.31.2
16872026-04-06T23:56:11.599Z Compiling tokio-rustls v0.26.4
16882026-04-06T23:56:11.609Z Compiling rustls-platform-verifier v0.6.2
16892026-04-06T23:56:11.633Z Compiling serde_yaml v0.9.34+deprecated
16902026-04-06T23:56:11.686Z Compiling openssl-sys v0.9.112
16912026-04-06T23:56:11.840Z Compiling hyper-rustls v0.27.7
16922026-04-06T23:56:12.130Z Compiling reqwest v0.13.2
16932026-04-06T23:56:12.810Z Compiling postcard v1.1.3
16942026-04-06T23:56:13.125Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16952026-04-06T23:56:13.156Z Compiling num_enum_derive v0.7.6
16962026-04-06T23:56:13.408Z Compiling progenitor-client v0.13.0
16972026-04-06T23:56:13.723Z Compiling progenitor-extras v0.1.1
16982026-04-06T23:56:13.970Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16992026-04-06T23:56:15.221Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17002026-04-06T23:56:15.327Z Compiling proc-macro-crate v1.3.1
17012026-04-06T23:56:15.443Z Compiling progenitor-impl v0.13.0
17022026-04-06T23:56:15.675Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17032026-04-06T23:56:15.943Z Compiling ingot v0.1.1
17042026-04-06T23:56:16.468Z Compiling hubpack_derive v0.1.1
17052026-04-06T23:56:16.716Z Compiling foreign-types-macros v0.2.3
17062026-04-06T23:56:17.002Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17072026-04-06T23:56:17.002Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17082026-04-06T23:56:17.126Z Compiling heck v0.4.1
17092026-04-06T23:56:17.240Z Compiling rayon-core v1.13.0
17102026-04-06T23:56:17.302Z Compiling static_assertions v1.1.0
17112026-04-06T23:56:17.333Z Compiling swrite v0.1.0
17122026-04-06T23:56:17.359Z Compiling cpufeatures v0.3.0
17132026-04-06T23:56:17.374Z Compiling resolv-conf v0.7.6
17142026-04-06T23:56:17.427Z Compiling foreign-types-shared v0.3.1
17152026-04-06T23:56:17.438Z Compiling colored v3.1.1
17162026-04-06T23:56:17.457Z Compiling semver v0.1.20
17172026-04-06T23:56:17.520Z Compiling linked-hash-map v0.5.6
17182026-04-06T23:56:17.735Z Compiling lru-cache v0.1.2
17192026-04-06T23:56:17.766Z Compiling rustc_version v0.1.7
17202026-04-06T23:56:17.782Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17212026-04-06T23:56:17.853Z Compiling foreign-types v0.5.0
17222026-04-06T23:56:17.879Z Compiling chacha20 v0.10.0
17232026-04-06T23:56:17.934Z Compiling hubpack v0.1.2
17242026-04-06T23:56:17.937Z Compiling num_enum_derive v0.5.11
17252026-04-06T23:56:18.059Z Compiling num_enum v0.7.6
17262026-04-06T23:56:18.300Z Compiling hickory-proto v0.24.4
17272026-04-06T23:56:18.958Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17282026-04-06T23:56:19.010Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17292026-04-06T23:56:19.084Z Compiling progenitor-macro v0.13.0
17302026-04-06T23:56:19.502Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17312026-04-06T23:56:21.560Z Compiling crossbeam-deque v0.8.6
17322026-04-06T23:56:21.604Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17332026-04-06T23:56:21.761Z Compiling serde-big-array v0.5.1
17342026-04-06T23:56:21.772Z Compiling serde_repr v0.1.20
17352026-04-06T23:56:21.910Z Compiling derive-where v1.6.1
17362026-04-06T23:56:22.105Z Compiling pin-project-internal v1.1.11
17372026-04-06T23:56:22.302Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17382026-04-06T23:56:22.313Z Compiling cstr-argument v0.1.2
17392026-04-06T23:56:22.352Z Compiling minimal-lexical v0.2.1
17402026-04-06T23:56:22.464Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
17412026-04-06T23:56:22.611Z Compiling unicode-segmentation v1.13.2
17422026-04-06T23:56:22.694Z Compiling siphasher v1.0.2
17432026-04-06T23:56:22.925Z Compiling phf_shared v0.12.1
17442026-04-06T23:56:23.066Z Compiling newline-converter v0.3.0
17452026-04-06T23:56:23.124Z Compiling nom v7.1.3
17462026-04-06T23:56:23.183Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17472026-04-06T23:56:23.198Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17482026-04-06T23:56:23.262Z Compiling pin-project v1.1.11
17492026-04-06T23:56:23.289Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17502026-04-06T23:56:23.345Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17512026-04-06T23:56:23.408Z Compiling hickory-resolver v0.24.4
17522026-04-06T23:56:23.460Z Compiling num_enum v0.5.11
17532026-04-06T23:56:24.135Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
17542026-04-06T23:56:24.261Z Compiling progenitor v0.13.0
17552026-04-06T23:56:24.340Z Compiling rand v0.10.0
17562026-04-06T23:56:24.398Z Compiling newtype_derive v0.1.6
17572026-04-06T23:56:24.464Z Compiling atomicwrites v0.4.4
17582026-04-06T23:56:25.475Z Compiling unicode-normalization v0.1.25
17592026-04-06T23:56:25.479Z Compiling console v0.15.11
17602026-04-06T23:56:25.479Z Compiling camino-tempfile v1.4.1
17612026-04-06T23:56:25.479Z Compiling tokio-stream v0.1.18
17622026-04-06T23:56:25.479Z Compiling snafu-derive v0.8.9
17632026-04-06T23:56:25.480Z Compiling async-recursion v1.1.1
17642026-04-06T23:56:25.533Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
17652026-04-06T23:56:25.689Z Compiling slog-dtrace v0.3.0
17662026-04-06T23:56:25.833Z Compiling bstr v1.12.1
17672026-04-06T23:56:25.931Z Compiling csv-core v0.1.13
17682026-04-06T23:56:25.970Z Compiling chrono-tz v0.10.4
17692026-04-06T23:56:26.023Z Compiling foldhash v0.1.5
17702026-04-06T23:56:26.040Z Compiling unicode-width v0.1.14
17712026-04-06T23:56:26.044Z Compiling owo-colors v4.3.0
17722026-04-06T23:56:26.189Z Compiling same-file v1.0.6
17732026-04-06T23:56:26.194Z Compiling foreign-types-shared v0.1.1
17742026-04-06T23:56:26.211Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17752026-04-06T23:56:26.278Z Compiling highway v1.3.0
17762026-04-06T23:56:26.310Z Compiling cancel-safe-futures v0.1.5
17772026-04-06T23:56:26.327Z Compiling openssl v0.10.76
17782026-04-06T23:56:26.353Z Compiling similar v2.7.0
17792026-04-06T23:56:26.370Z Compiling unicode-xid v0.2.6
17802026-04-06T23:56:26.495Z Compiling const_format_proc_macros v0.2.34
17812026-04-06T23:56:26.570Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17822026-04-06T23:56:26.660Z Compiling walkdir v2.5.0
17832026-04-06T23:56:26.675Z Compiling foreign-types v0.3.2
17842026-04-06T23:56:26.751Z Compiling expectorate v1.2.0
17852026-04-06T23:56:26.885Z Compiling snafu v0.8.9
17862026-04-06T23:56:26.916Z Compiling globset v0.4.18
17872026-04-06T23:56:27.017Z Compiling hashbrown v0.15.5
17882026-04-06T23:56:27.271Z Compiling csv v1.4.0
17892026-04-06T23:56:27.342Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17902026-04-06T23:56:27.370Z Compiling qorb v0.4.1
17912026-04-06T23:56:27.825Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17922026-04-06T23:56:27.903Z Compiling olpc-cjson v0.1.4
17932026-04-06T23:56:28.603Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17942026-04-06T23:56:29.146Z Compiling rayon v1.11.0
17952026-04-06T23:56:29.321Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
17962026-04-06T23:56:29.550Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17972026-04-06T23:56:29.637Z Compiling phf v0.12.1
17982026-04-06T23:56:29.652Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17992026-04-06T23:56:29.788Z Compiling zone_cfg_derive v0.3.1
18002026-04-06T23:56:31.128Z Compiling tokio-dtrace v0.1.1
18012026-04-06T23:56:31.134Z Compiling itertools v0.12.1
18022026-04-06T23:56:31.134Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
18032026-04-06T23:56:31.134Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18042026-04-06T23:56:31.134Z Compiling libsw-core v0.3.2
18052026-04-06T23:56:31.135Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18062026-04-06T23:56:31.135Z Compiling serde_plain v1.0.2
18072026-04-06T23:56:31.135Z Compiling openssl-macros v0.1.1
18082026-04-06T23:56:31.135Z Compiling num-derive v0.4.2
18092026-04-06T23:56:31.135Z Compiling pem v3.0.6
18102026-04-06T23:56:31.135Z Compiling cookie v0.18.1
18112026-04-06T23:56:31.135Z Compiling sigpipe v0.1.3
18122026-04-06T23:56:31.135Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18132026-04-06T23:56:31.135Z Compiling jiff v0.2.23
18142026-04-06T23:56:31.227Z Compiling fixedbitset v0.4.2
18152026-04-06T23:56:31.248Z Compiling typed-path v0.9.3
18162026-04-06T23:56:31.265Z Compiling bytecount v0.6.9
18172026-04-06T23:56:31.280Z Compiling fixedbitset v0.5.7
18182026-04-06T23:56:31.405Z Compiling glob v0.3.3
18192026-04-06T23:56:31.460Z Compiling petgraph v0.6.5
18202026-04-06T23:56:31.609Z Compiling zone v0.3.1
18212026-04-06T23:56:31.672Z Compiling petgraph v0.8.3
18222026-04-06T23:56:31.776Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
18232026-04-06T23:56:31.852Z Compiling papergrid v0.11.0
18242026-04-06T23:56:32.176Z Compiling tough v0.20.0
18252026-04-06T23:56:32.650Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18262026-04-06T23:56:32.996Z Compiling libsw v3.5.0
18272026-04-06T23:56:33.177Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
18282026-04-06T23:56:33.434Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
18292026-04-06T23:56:33.511Z Compiling oxide-tokio-rt v0.1.3
18302026-04-06T23:56:33.695Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18312026-04-06T23:56:33.823Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18322026-04-06T23:56:34.902Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18332026-04-06T23:56:35.025Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18342026-04-06T23:56:35.396Z Compiling const_format v0.2.35
18352026-04-06T23:56:35.519Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18362026-04-06T23:56:35.600Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18372026-04-06T23:56:35.901Z Compiling tabled_derive v0.7.0
18382026-04-06T23:56:35.964Z Compiling gethostname v0.5.0
18392026-04-06T23:56:36.056Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18402026-04-06T23:56:36.087Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18412026-04-06T23:56:36.184Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18422026-04-06T23:56:36.308Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18432026-04-06T23:56:36.450Z Compiling bcs v0.1.6
18442026-04-06T23:56:36.773Z Compiling smf v0.2.3
18452026-04-06T23:56:36.849Z Compiling smawk v0.3.2
18462026-04-06T23:56:36.891Z Compiling whoami v1.6.1
18472026-04-06T23:56:36.902Z Compiling tagptr v0.2.0
18482026-04-06T23:56:36.989Z Compiling linear-map v1.2.0
18492026-04-06T23:56:37.050Z Compiling unicode-linebreak v0.1.5
18502026-04-06T23:56:37.174Z Compiling lazy_static v1.5.0
18512026-04-06T23:56:37.199Z Compiling termtree v0.5.1
18522026-04-06T23:56:37.281Z Compiling steno v0.4.1
18532026-04-06T23:56:37.303Z Compiling textwrap v0.16.2
18542026-04-06T23:56:37.352Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18552026-04-06T23:56:37.509Z Compiling moka v0.12.15
18562026-04-06T23:56:37.660Z Compiling tabled v0.15.0
18572026-04-06T23:56:37.906Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18582026-04-06T23:56:37.968Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18592026-04-06T23:56:38.110Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18602026-04-06T23:56:38.354Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18612026-04-06T23:56:39.158Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18622026-04-06T23:56:39.978Z Compiling hickory-proto v0.25.2
18632026-04-06T23:56:40.481Z Compiling humantime v2.3.0
18642026-04-06T23:56:40.589Z Compiling num-derive v0.3.3
18652026-04-06T23:56:40.764Z Compiling parking_lot_core v0.8.6
18662026-04-06T23:56:41.025Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18672026-04-06T23:56:41.059Z Compiling crc32fast v1.5.0
18682026-04-06T23:56:41.519Z Compiling libscf-sys v1.1.0
18692026-04-06T23:56:41.579Z Compiling parking_lot v0.11.2
18702026-04-06T23:56:41.605Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18712026-04-06T23:56:41.662Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18722026-04-06T23:56:41.745Z Compiling fxhash v0.2.1
18732026-04-06T23:56:41.835Z Compiling internet-checksum v0.2.1
18742026-04-06T23:56:41.887Z Compiling hickory-resolver v0.25.2
18752026-04-06T23:56:41.976Z Compiling sled v0.34.7
18762026-04-06T23:56:41.994Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
18772026-04-06T23:56:42.793Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18782026-04-06T23:56:47.238Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18792026-04-06T23:56:54.414Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18802026-04-06T23:56:55.990Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18812026-04-06T23:56:57.080Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
18822026-04-06T23:56:58.228Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
18832026-04-06T23:56:59.220Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
18842026-04-06T23:57:22.303Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 04s
18852026-04-06T23:57:22.474Z────────────
18862026-04-06T23:57:22.474Z Nextest run ID 785aaaeb-0a85-4d15-aeda-12b3a41814c8 with nextest profile: default
18872026-04-06T23:57:22.474Z Starting 18 tests across 1 binary (27 tests skipped)
18882026-04-06T23:57:38.666Z PASS [ 16.190s] rdb proptest::prop_ipv6_host_bits_always_unset
18892026-04-06T23:57:38.722Z PASS [ 16.247s] rdb proptest::prop_ipv6_default_contains_all
18902026-04-06T23:57:38.822Z PASS [ 16.346s] rdb proptest::prop_ipv4_default_contains_all
18912026-04-06T23:57:38.826Z PASS [ 16.350s] rdb proptest::prop_ipv4_unset_host_bits_idempotent
18922026-04-06T23:57:38.834Z PASS [ 16.359s] rdb proptest::prop_ipv4_length_in_bounds
18932026-04-06T23:57:38.842Z PASS [ 16.366s] rdb proptest::prop_ipv4_host_bits_always_unset
18942026-04-06T23:57:38.861Z PASS [ 16.385s] rdb proptest::prop_ipv4_within_self
18952026-04-06T23:57:54.775Z PASS [ 16.108s] rdb proptest::prop_ipv6_length_in_bounds
18962026-04-06T23:57:54.856Z PASS [ 16.133s] rdb proptest::prop_ipv6_unset_host_bits_idempotent
18972026-04-06T23:57:54.896Z PASS [ 16.073s] rdb proptest::prop_ipv6_within_self
18982026-04-06T23:57:55.300Z PASS [ 16.378s] rdb proptest::prop_prefix_enum_no_cross_family
18992026-04-06T23:58:03.794Z PASS [ 24.957s] rdb proptest::prop_static_route_key_deduplication
19002026-04-06T23:58:13.730Z PASS [ 34.886s] rdb proptest::prop_static_route_key_normalization_idempotent
19012026-04-06T23:58:13.792Z PASS [ 34.930s] rdb proptest::prop_static_route_key_normalization_preserves_fields
19022026-04-06T23:58:22.479Z SLOW [> 60.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19032026-04-06T23:58:29.561Z PASS [ 34.784s] rdb proptest::prop_static_route_key_normalization_preserves_length
19042026-04-06T23:58:29.632Z PASS [ 34.774s] rdb proptest::prop_static_route_key_normalized_has_no_host_bits
19052026-04-06T23:58:45.636Z PASS [ 50.737s] rdb proptest::prop_static_route_key_ord_consistency
19062026-04-06T23:59:22.484Z SLOW [>120.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19072026-04-07T00:00:22.490Z SLOW [>180.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19082026-04-07T00:01:22.496Z SLOW [>240.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19092026-04-07T00:01:34.189Z PASS [ 251.699s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19102026-04-07T00:01:34.193Z────────────
19112026-04-07T00:01:34.193Z Summary [ 251.700s] 18 tests run: 18 passed (1 slow), 27 skipped
19122026-04-07T00:01:34.203Z+ cp '*.log' /work/
19132026-04-07T00:01:34.207Z+ true
19142026-04-07T00:01:34.207Z+ '[' -d proptest-regressions ']'
19152026-04-07T00:01:34.207Z+ cp -r proptest-regressions /work/rdb-proptest-regressions
19162026-04-07T00:01:34.210Z+ popd
19172026-04-07T00:01:34.210Z+ pushd bgp
19182026-04-07T00:01:34.210Z/work/oxidecomputer/maghemite
19192026-04-07T00:01:34.210Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
19202026-04-07T00:01:34.210Z+ PROPTEST_CASES=1000000
19212026-04-07T00:01:34.210Z+ cargo nextest run --lib proptest
19222026-04-07T00:01:35.364Z Compiling smallvec v1.15.1
19232026-04-07T00:01:35.367Z Compiling serde_json v1.0.149
19242026-04-07T00:01:35.542Z Compiling crunchy v0.2.4
19252026-04-07T00:01:35.561Z Compiling tiny-keccak v2.0.2
19262026-04-07T00:01:35.571Z Compiling ahash v0.8.12
19272026-04-07T00:01:35.575Z Compiling smartstring v1.0.1
19282026-04-07T00:01:35.669Z Compiling icu_normalizer v2.1.1
19292026-04-07T00:01:35.695Z Compiling parking_lot_core v0.9.12
19302026-04-07T00:01:35.830Z Compiling parking_lot_core v0.8.6
19312026-04-07T00:01:35.913Z Compiling parking_lot v0.12.5
19322026-04-07T00:01:36.003Z Compiling idna_adapter v1.2.1
19332026-04-07T00:01:36.132Z Compiling idna v1.1.0
19342026-04-07T00:01:36.151Z Compiling tokio v1.50.0
19352026-04-07T00:01:36.258Z Compiling dof v0.4.0
19362026-04-07T00:01:36.322Z Compiling schemars v0.8.22
19372026-04-07T00:01:36.384Z Compiling openapiv3 v2.2.0
19382026-04-07T00:01:36.480Z Compiling url v2.5.8
19392026-04-07T00:01:36.903Z Compiling slog-json v2.6.1
19402026-04-07T00:01:37.358Z Compiling usdt-impl v0.6.0
19412026-04-07T00:01:37.608Z Compiling slog-bunyan v2.5.0
19422026-04-07T00:01:37.925Z Compiling ipnetwork v0.21.1
19432026-04-07T00:01:38.021Z Compiling newtype-uuid v1.3.2
19442026-04-07T00:01:38.099Z Compiling usdt-attr-macro v0.6.0
19452026-04-07T00:01:38.149Z Compiling usdt-macro v0.6.0
19462026-04-07T00:01:38.375Z Compiling oxnet v0.1.4
19472026-04-07T00:01:38.386Z Compiling serde_with v3.18.0
19482026-04-07T00:01:38.666Z Compiling daft v0.1.5
19492026-04-07T00:01:38.807Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
19502026-04-07T00:01:38.969Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19512026-04-07T00:01:39.243Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
19522026-04-07T00:01:39.255Z Compiling usdt v0.6.0
19532026-04-07T00:01:39.381Z Compiling iddqd v0.3.17
19542026-04-07T00:01:39.814Z Compiling tokio-util v0.7.18
19552026-04-07T00:01:39.968Z Compiling tower v0.5.3
19562026-04-07T00:01:40.081Z Compiling tokio-rustls v0.26.4
19572026-04-07T00:01:40.105Z Compiling tokio-rustls v0.25.0
19582026-04-07T00:01:40.191Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19592026-04-07T00:01:40.330Z Compiling backoff v0.4.0
19602026-04-07T00:01:40.344Z Compiling h2 v0.4.13
19612026-04-07T00:01:40.445Z Compiling tower-http v0.6.8
19622026-04-07T00:01:40.868Z Compiling typify-impl v0.6.1
19632026-04-07T00:01:41.206Z Compiling dof v0.3.0
19642026-04-07T00:01:41.457Z Compiling usdt-impl v0.5.0
19652026-04-07T00:01:41.851Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19662026-04-07T00:01:41.986Z Compiling usdt-macro v0.5.0
19672026-04-07T00:01:42.203Z Compiling usdt-attr-macro v0.5.0
19682026-04-07T00:01:42.649Z Compiling hyper v1.9.0
19692026-04-07T00:01:43.697Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
19702026-04-07T00:01:43.799Z Compiling hyper-util v0.1.20
19712026-04-07T00:01:44.022Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19722026-04-07T00:01:44.135Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
19732026-04-07T00:01:44.199Z Compiling byte-wrapper v0.1.0
19742026-04-07T00:01:44.459Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19752026-04-07T00:01:44.463Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
19762026-04-07T00:01:44.572Z Compiling usdt v0.5.0
19772026-04-07T00:01:45.134Z Compiling hyper-rustls v0.27.7
19782026-04-07T00:01:45.182Z Compiling dropshot v0.16.7
19792026-04-07T00:01:45.439Z Compiling reqwest v0.13.2
19802026-04-07T00:01:45.526Z Compiling reqwest v0.12.28
19812026-04-07T00:01:47.117Z Compiling progenitor-client v0.13.0
19822026-04-07T00:01:47.226Z Compiling progenitor-client v0.10.0
19832026-04-07T00:01:47.439Z Compiling progenitor-extras v0.1.1
19842026-04-07T00:01:47.517Z Compiling typify-macro v0.6.1
19852026-04-07T00:01:48.063Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19862026-04-07T00:01:49.633Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
19872026-04-07T00:01:49.652Z Compiling typify v0.6.1
19882026-04-07T00:01:49.735Z Compiling progenitor-impl v0.13.0
19892026-04-07T00:01:49.782Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19902026-04-07T00:01:49.858Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19912026-04-07T00:01:50.363Z Compiling hickory-proto v0.24.4
19922026-04-07T00:01:51.242Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
19932026-04-07T00:01:51.870Z Compiling tokio-stream v0.1.18
19942026-04-07T00:01:52.399Z Compiling hickory-resolver v0.24.4
19952026-04-07T00:01:53.356Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19962026-04-07T00:01:53.698Z Compiling progenitor-macro v0.13.0
19972026-04-07T00:01:53.786Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19982026-04-07T00:01:53.876Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19992026-04-07T00:01:53.929Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
20002026-04-07T00:01:54.444Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
20012026-04-07T00:01:55.160Z Compiling qorb v0.4.1
20022026-04-07T00:01:55.651Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20032026-04-07T00:01:55.727Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20042026-04-07T00:01:56.087Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20052026-04-07T00:01:56.598Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20062026-04-07T00:01:57.052Z Compiling tokio-dtrace v0.1.1
20072026-04-07T00:01:57.383Z Compiling libsw-core v0.3.2
20082026-04-07T00:01:57.386Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
20092026-04-07T00:01:57.564Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
20102026-04-07T00:01:57.643Z Compiling olpc-cjson v0.1.4
20112026-04-07T00:01:57.876Z Compiling tough v0.20.0
20122026-04-07T00:01:57.951Z Compiling libsw v3.5.0
20132026-04-07T00:01:58.135Z Compiling oxide-tokio-rt v0.1.3
20142026-04-07T00:01:58.472Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20152026-04-07T00:01:58.665Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
20162026-04-07T00:01:58.874Z Compiling progenitor v0.13.0
20172026-04-07T00:01:58.898Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20182026-04-07T00:01:58.913Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20192026-04-07T00:01:59.017Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
20202026-04-07T00:02:00.005Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20212026-04-07T00:02:00.154Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20222026-04-07T00:02:00.289Z Compiling slog-dtrace v0.3.0
20232026-04-07T00:02:00.604Z Compiling cancel-safe-futures v0.1.5
20242026-04-07T00:02:00.621Z Compiling zone v0.3.1
20252026-04-07T00:02:00.658Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
20262026-04-07T00:02:00.913Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20272026-04-07T00:02:00.957Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20282026-04-07T00:02:01.426Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20292026-04-07T00:02:01.494Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20302026-04-07T00:02:01.814Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20312026-04-07T00:02:02.013Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20322026-04-07T00:02:02.095Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20332026-04-07T00:02:02.312Z Compiling hickory-proto v0.25.2
20342026-04-07T00:02:02.535Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20352026-04-07T00:02:02.599Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20362026-04-07T00:02:04.305Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20372026-04-07T00:02:05.081Z Compiling steno v0.4.1
20382026-04-07T00:02:05.591Z Compiling moka v0.12.15
20392026-04-07T00:02:05.764Z Compiling parking_lot v0.11.2
20402026-04-07T00:02:05.872Z Compiling const-random-macro v0.1.16
20412026-04-07T00:02:06.200Z Compiling sdd v3.0.10
20422026-04-07T00:02:06.211Z Compiling sled v0.34.7
20432026-04-07T00:02:06.280Z Compiling hickory-resolver v0.25.2
20442026-04-07T00:02:06.397Z Compiling const-random v0.1.18
20452026-04-07T00:02:06.548Z Compiling scc v2.4.0
20462026-04-07T00:02:07.012Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
20472026-04-07T00:02:07.525Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20482026-04-07T00:02:07.560Z Compiling thin-vec v0.2.14
20492026-04-07T00:02:07.782Z Compiling rhai_codegen v3.1.0
20502026-04-07T00:02:07.869Z Compiling serial_test_derive v3.4.0
20512026-04-07T00:02:08.476Z Compiling yansi v1.0.1
20522026-04-07T00:02:08.617Z Compiling diff v0.1.13
20532026-04-07T00:02:08.628Z Compiling serial_test v3.4.0
20542026-04-07T00:02:08.816Z Compiling pretty_assertions v1.4.1
20552026-04-07T00:02:08.920Z Compiling nom v8.0.0
20562026-04-07T00:02:09.006Z Compiling rhai v1.24.0
20572026-04-07T00:02:09.018Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20582026-04-07T00:02:09.259Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20592026-04-07T00:02:13.750Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20602026-04-07T00:02:21.424Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20612026-04-07T00:02:23.063Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20622026-04-07T00:02:24.144Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
20632026-04-07T00:02:25.291Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
20642026-04-07T00:02:26.081Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
20652026-04-07T00:02:28.472Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
20662026-04-07T00:03:04.130Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 27s
20672026-04-07T00:03:04.139Z────────────
20682026-04-07T00:03:04.139Z Nextest run ID 4bf69753-2c86-4aaf-90c5-59cc7af3b571 with nextest profile: default
20692026-04-07T00:03:04.139Z Starting 18 tests across 1 binary (132 tests skipped)
20702026-04-07T00:03:18.848Z PASS [ 16.442s] bgp proptest::prop_ipv4_wire_format_roundtrip
20712026-04-07T00:03:20.848Z PASS [ 18.442s] bgp proptest::prop_ipv4_withdrawn_roundtrip
20722026-04-07T00:03:21.080Z PASS [ 18.674s] bgp proptest::prop_ipv4_prefixes_roundtrip
20732026-04-07T00:03:22.209Z PASS [ 19.804s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
20742026-04-07T00:03:22.764Z PASS [ 20.359s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
20752026-04-07T00:03:30.879Z PASS [ 28.473s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
20762026-04-07T00:03:37.208Z PASS [ 16.357s] bgp proptest::prop_ipv6_wire_format_roundtrip
20772026-04-07T00:03:39.038Z PASS [ 20.189s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
20782026-04-07T00:03:40.852Z PASS [ 19.771s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
20792026-04-07T00:03:41.327Z PASS [ 18.561s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
20802026-04-07T00:03:42.286Z PASS [ 39.879s] bgp proptest::prop_duplicate_attrs_deduplicated
20812026-04-07T00:03:49.979Z PASS [ 19.098s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
20822026-04-07T00:03:55.873Z PASS [ 18.664s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
20832026-04-07T00:04:02.411Z SLOW [> 60.000s] bgp proptest::prop_encode_decode_semantic_equivalence
20842026-04-07T00:04:08.736Z PASS [ 66.326s] bgp proptest::prop_encode_decode_semantic_equivalence
20852026-04-07T00:04:09.063Z PASS [ 28.209s] bgp proptest::prop_update_mp_unreach_roundtrip
20862026-04-07T00:04:22.325Z SLOW [> 60.000s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20872026-04-07T00:04:31.110Z PASS [ 68.896s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20882026-04-07T00:04:39.044Z SLOW [> 60.000s] bgp proptest::prop_update_mp_reach_roundtrip
20892026-04-07T00:04:41.333Z SLOW [> 60.000s] bgp proptest::prop_update_traditional_roundtrip
20902026-04-07T00:04:42.119Z PASS [ 60.788s] bgp proptest::prop_update_traditional_roundtrip
20912026-04-07T00:04:51.218Z PASS [ 72.175s] bgp proptest::prop_update_mp_reach_roundtrip
20922026-04-07T00:04:51.221Z────────────
20932026-04-07T00:04:51.221Z Summary [ 108.807s] 18 tests run: 18 passed (4 slow), 132 skipped
20942026-04-07T00:04:51.231Z+ cp '*.log' /work/
20952026-04-07T00:04:51.234Z+ true
20962026-04-07T00:04:51.234Z+ '[' -d proptest-regressions ']'
20972026-04-07T00:04:51.234Z+ cp -r proptest-regressions /work/bgp-proptest-regressions
20982026-04-07T00:04:51.238Z+ popd
20992026-04-07T00:04:51.238Z/work/oxidecomputer/maghemite
21002026-04-07T00:04:51.238Zprocess exited: duration 724395 ms, exit code 0
 
21012026-04-07T00:04:51.245Zfound 0 output files