01KMM48J43RJ24PKWDYRMDG40A: 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: 01KMM49ACXJ20FKWQC2SPCJ95Q

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-26T04:03:19.999Zjob assigned to worker 01KMM4XY45B32Z5VM91NHM2C81 [factory aws, i-04dbe6b6210338169] (queued for 11 m 58 s)
 
22026-03-26T04:03:26.676Zstarting task 0: "setup"
32026-03-26T04:03:26.680Z++ uname -s
42026-03-26T04:03:26.683Z+ kern=SunOS
52026-03-26T04:03:26.683Z+ build_user=build
62026-03-26T04:03:26.683Z+ build_uid=12345
72026-03-26T04:03:26.683Z+ work_dir=/work
82026-03-26T04:03:26.683Z+ input_dir=/input
92026-03-26T04:03:26.683Z+ [[ 0 == 12345 ]]
102026-03-26T04:03:26.683Z+ case "$kern" in
112026-03-26T04:03:26.683Z+ groupadd -g 12345 build
122026-03-26T04:03:26.687Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-26T04:03:28.690Z+ zfs create -o mountpoint=/work rpool/work
142026-03-26T04:03:28.852Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-26T04:03:28.856Z+ home_fs=zfs
162026-03-26T04:03:28.856Z+ [[ zfs == autofs ]]
172026-03-26T04:03:28.856Z+ mkdir -p /home/build
182026-03-26T04:03:28.856Z+ chown build:build /home/build /work
192026-03-26T04:03:30.852Z+ chmod 0700 /home/build /work
202026-03-26T04:03:30.855Zprocess exited: duration 4180 ms, exit code 0
 
212026-03-26T04:03:30.861Zstarting task 1: "rust-toolchain"
222026-03-26T04:03:30.865Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-03-26T04:03:30.865Z * rust toolchain channel = "stable"
242026-03-26T04:03:30.865Z * rust toolchain profile = "default"
252026-03-26T04:03:30.865Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-26T04:03:30.865Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-26T04:03:30.866Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-26T04:03:30.869Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-26T04:03:30.869Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-03-26T04:03:30.987Zinfo: downloading installer
312026-03-26T04:03:32.660Zwarn: It looks like you have an existing installation of Rust at:
322026-03-26T04:03:32.660Zwarn: /opt/ooce/bin
332026-03-26T04:03:32.660Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-26T04:03:32.660Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-26T04:03:32.660Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-26T04:03:32.660Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-26T04:03:32.660Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-26T04:03:32.660Zerror: cannot install while Rust is installed
392026-03-26T04:03:32.660Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-26T04:03:32.660Zwarn: It looks like you have an existing rustup settings file at:
412026-03-26T04:03:32.660Zwarn: /home/build/.rustup/settings.toml
422026-03-26T04:03:32.660Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-26T04:03:32.661Zwarn: instead of the one inferred from the default host triple.
442026-03-26T04:03:32.674Zinfo: profile set to default
452026-03-26T04:03:32.674Zinfo: default host triple is x86_64-unknown-illumos
462026-03-26T04:03:32.676Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-03-26T04:03:32.829Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-26T04:03:32.833Zinfo: downloading 6 components
492026-03-26T04:03:49.242Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-03-26T04:03:49.242Z
512026-03-26T04:03:49.278Z stable-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-26T04:03:49.278Z
532026-03-26T04:03:49.278Z
542026-03-26T04:03:49.278ZRust is installed now. Great!
552026-03-26T04:03:49.278Z
562026-03-26T04:03:49.278ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-26T04:03:49.278Zenvironment variable. This has not been done automatically.
582026-03-26T04:03:49.278Z
592026-03-26T04:03:49.278ZTo configure your current shell, you need to source
602026-03-26T04:03:49.278Zthe corresponding env file under $HOME/.cargo.
612026-03-26T04:03:49.278Z
622026-03-26T04:03:49.278ZThis is usually done by running one of the following (note the leading DOT):
632026-03-26T04:03:49.279Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-26T04:03:49.279Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-26T04:03:49.279Zsource "~/.cargo/env.nu" # For nushell
662026-03-26T04:03:49.279Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-26T04:03:49.279Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-26T04:03:49.279Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-26T04:03:49.283Zwarn: no default linker (`cc`) was found in your PATH
702026-03-26T04:03:49.283Zwarn: many Rust crates require a system C toolchain to build
712026-03-26T04:03:49.377Z+ rustup --version
722026-03-26T04:03:49.388Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-26T04:03:49.392Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-26T04:03:49.408Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-26T04:03:49.411Z+ cargo --version
762026-03-26T04:03:49.423Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-26T04:03:49.427Z+ rustc --version
782026-03-26T04:03:49.445Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-26T04:03:49.448Zprocess exited: duration 18584 ms, exit code 0
 
802026-03-26T04:03:49.455Zstarting task 2: "authentication"
812026-03-26T04:03:49.471Zprocess exited: duration 15 ms, exit code 0
 
822026-03-26T04:03:49.479Zstarting task 3: "clone repository"
832026-03-26T04:03:49.484Z+ mkdir -p /work/oxidecomputer/maghemite
842026-03-26T04:03:49.484Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-03-26T04:03:49.530ZCloning into '/work/oxidecomputer/maghemite'...
862026-03-26T04:03:50.298Z+ cd /work/oxidecomputer/maghemite
872026-03-26T04:03:50.298Z+ git fetch origin 91e0ead5fe31993cd6b5088886ee1eda303af49c
882026-03-26T04:03:50.536ZFrom https://github.com/oxidecomputer/maghemite
892026-03-26T04:03:50.536Z * branch 91e0ead5fe31993cd6b5088886ee1eda303af49c -> FETCH_HEAD
902026-03-26T04:03:50.541Z+ [[ -n renovate/dropshot-api-manager ]]
912026-03-26T04:03:50.544Z++ git branch --show-current
922026-03-26T04:03:50.544Z+ current=main
932026-03-26T04:03:50.544Z+ [[ main != renovate/dropshot-api-manager ]]
942026-03-26T04:03:50.544Z+ git branch -f renovate/dropshot-api-manager 91e0ead5fe31993cd6b5088886ee1eda303af49c
952026-03-26T04:03:50.547Z+ git checkout -f renovate/dropshot-api-manager
962026-03-26T04:03:50.562ZSwitched to branch 'renovate/dropshot-api-manager'
972026-03-26T04:03:50.565Z+ git reset --hard 91e0ead5fe31993cd6b5088886ee1eda303af49c
982026-03-26T04:03:50.568ZHEAD is now at 91e0ead Update dropshot-api-manager to 0.7.0
992026-03-26T04:03:50.568Zprocess exited: duration 1089 ms, exit code 0
 
1002026-03-26T04:03:50.577Zstarting task 4: "build"
1012026-03-26T04:03:50.581Z+ set -e
1022026-03-26T04:03:50.581Z+ NEXTEST_VERSION=0.9.97
1032026-03-26T04:03:50.581Z+ PLATFORM=illumos
1042026-03-26T04:03:50.581Z+ cargo --version
1052026-03-26T04:03:50.584Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
1062026-03-26T04:03:50.728Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
1072026-03-26T04:03:50.731Zinfo: downloading 6 components
1082026-03-26T04:04:07.289Zcargo 1.94.0 (85eff7c80 2026-01-15)
1092026-03-26T04:04:07.292Z+ rustc --version
1102026-03-26T04:04:07.321Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1112026-03-26T04:04:07.325Z+ cargo install cargo-nextest --version 0.9.97
1122026-03-26T04:04:07.367Z Updating crates.io index
1132026-03-26T04:04:07.477Z Downloading crates ...
1142026-03-26T04:04:07.534Z Downloaded cargo-nextest v0.9.97
1152026-03-26T04:04:07.597Z Installing cargo-nextest v0.9.97
1162026-03-26T04:04:07.639Z Updating crates.io index
1172026-03-26T04:04:10.076Z Locking 408 packages to latest compatible versions
1182026-03-26T04:04:10.080Z Adding dialoguer v0.11.0 (available: v0.12.0)
1192026-03-26T04:04:10.083Z Adding duct v0.13.7 (available: v1.1.1)
1202026-03-26T04:04:10.083Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1212026-03-26T04:04:10.083Z Adding generic-array v0.14.7 (available: v0.14.9)
1222026-03-26T04:04:10.089Z Adding idna_adapter v1.0.0 (available: v1.2.1)
1232026-03-26T04:04:10.089Z Adding nextest-filtering v0.15.0 (available: v0.20.0)
1242026-03-26T04:04:10.089Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1252026-03-26T04:04:10.092Z Adding nextest-runner v0.80.0 (available: v0.113.0)
1262026-03-26T04:04:10.092Z Adding quick-junit v0.5.2 (available: v0.6.0)
1272026-03-26T04:04:10.110Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1282026-03-26T04:04:10.119Z Downloading crates ...
1292026-03-26T04:04:10.208Z Downloaded base64ct v1.8.3
1302026-03-26T04:04:10.215Z Downloaded futures-channel v0.3.32
1312026-03-26T04:04:10.218Z Downloaded home v0.5.12
1322026-03-26T04:04:10.222Z Downloaded erased-serde v0.4.10
1332026-03-26T04:04:10.226Z Downloaded log v0.4.29
1342026-03-26T04:04:10.241Z Downloaded iri-string v0.7.11
1352026-03-26T04:04:10.246Z Downloaded clap_builder v4.6.0
1362026-03-26T04:04:10.251Z Downloaded is_terminal_polyfill v1.70.2
1372026-03-26T04:04:10.254Z Downloaded newtype-uuid v1.3.2
1382026-03-26T04:04:10.260Z Downloaded aho-corasick v1.1.4
1392026-03-26T04:04:10.265Z Downloaded ipnet v2.12.0
1402026-03-26T04:04:10.265Z Downloaded httparse v1.10.1
1412026-03-26T04:04:10.265Z Downloaded color-spantrace v0.3.0
1422026-03-26T04:04:10.265Z Downloaded humantime-serde v1.1.1
1432026-03-26T04:04:10.268Z Downloaded adler2 v2.0.1
1442026-03-26T04:04:10.268Z Downloaded ahash v0.8.12
1452026-03-26T04:04:10.268Z Downloaded itoa v1.0.18
1462026-03-26T04:04:10.268Z Downloaded clap_derive v4.6.0
1472026-03-26T04:04:10.271Z Downloaded cargo-util-schemas v0.2.0
1482026-03-26T04:04:10.275Z Downloaded idna v1.1.0
1492026-03-26T04:04:10.279Z Downloaded iana-time-zone v0.1.65
1502026-03-26T04:04:10.283Z Downloaded addr2line v0.25.1
1512026-03-26T04:04:10.287Z Downloaded clap_lex v1.1.0
1522026-03-26T04:04:10.292Z Downloaded hyper-tls v0.6.0
1532026-03-26T04:04:10.295Z Downloaded cfg-expr v0.20.7
1542026-03-26T04:04:10.298Z Downloaded indent_write v2.2.0
1552026-03-26T04:04:10.302Z Downloaded cargo-platform v0.2.0
1562026-03-26T04:04:10.305Z Downloaded hex v0.4.3
1572026-03-26T04:04:10.305Z Downloaded cfg-if v1.0.4
1582026-03-26T04:04:10.308Z Downloaded fnv v1.0.7
1592026-03-26T04:04:10.308Z Downloaded cfg_aliases v0.2.1
1602026-03-26T04:04:10.311Z Downloaded http v1.4.0
1612026-03-26T04:04:10.314Z Downloaded memchr v2.8.0
1622026-03-26T04:04:10.319Z Downloaded lock_api v0.4.14
1632026-03-26T04:04:10.322Z Downloaded humantime v2.3.0
1642026-03-26T04:04:10.325Z Downloaded quick-junit v0.5.2
1652026-03-26T04:04:10.325Z Downloaded serde_ignored v0.1.14
1662026-03-26T04:04:11.330Z Downloaded generic-array v0.14.7
1672026-03-26T04:04:11.334Z Downloaded pin-utils v0.1.0
1682026-03-26T04:04:11.335Z Downloaded mukti-metadata v0.3.0
1692026-03-26T04:04:11.335Z Downloaded futures-task v0.3.32
1702026-03-26T04:04:11.335Z Downloaded fastrand v2.3.0
1712026-03-26T04:04:11.335Z Downloaded errno v0.3.14
1722026-03-26T04:04:11.335Z Downloaded number_prefix v0.4.0
1732026-03-26T04:04:11.335Z Downloaded owo-colors v4.3.0
1742026-03-26T04:04:11.335Z Downloaded clap v4.6.0
1752026-03-26T04:04:11.335Z Downloaded jobserver v0.1.34
1762026-03-26T04:04:11.335Z Downloaded foreign-types-shared v0.1.1
1772026-03-26T04:04:11.335Z Downloaded equivalent v1.0.2
1782026-03-26T04:04:11.335Z Downloaded is_ci v1.2.0
1792026-03-26T04:04:11.335Z Downloaded serde-value v0.7.0
1802026-03-26T04:04:11.335Z Downloaded openssl-macros v0.1.1
1812026-03-26T04:04:11.335Z Downloaded debug-ignore v1.0.5
1822026-03-26T04:04:11.335Z Downloaded nested v0.1.1
1832026-03-26T04:04:11.335Z Downloaded cargo-platform v0.3.2
1842026-03-26T04:04:11.335Z Downloaded lru-slab v0.1.2
1852026-03-26T04:04:11.335Z Downloaded http-body-util v0.1.3
1862026-03-26T04:04:11.335Z Downloaded self-replace v1.5.0
1872026-03-26T04:04:11.335Z Downloaded miniz_oxide v0.8.9
1882026-03-26T04:04:11.335Z Downloaded nextest-workspace-hack v0.1.0
1892026-03-26T04:04:11.335Z Downloaded guppy-workspace-hack v0.1.0
1902026-03-26T04:04:11.335Z Downloaded foreign-types v0.3.2
1912026-03-26T04:04:11.335Z Downloaded form_urlencoded v1.2.2
1922026-03-26T04:04:11.335Z Downloaded async-scoped v0.9.0
1932026-03-26T04:04:11.335Z Downloaded indicatif v0.17.11
1942026-03-26T04:04:11.335Z Downloaded rand_core v0.6.4
1952026-03-26T04:04:11.335Z Downloaded rustc-demangle v0.1.27
1962026-03-26T04:04:11.335Z Downloaded curve25519-dalek-derive v0.1.1
1972026-03-26T04:04:11.335Z Downloaded cpufeatures v0.2.17
1982026-03-26T04:04:11.335Z Downloaded heck v0.5.0
1992026-03-26T04:04:11.335Z Downloaded block-buffer v0.10.4
2002026-03-26T04:04:11.335Z Downloaded backtrace-ext v0.2.1
2012026-03-26T04:04:11.335Z Downloaded rustc_version v0.4.1
2022026-03-26T04:04:11.335Z Downloaded futures-macro v0.3.32
2032026-03-26T04:04:11.335Z Downloaded crypto-common v0.1.7
2042026-03-26T04:04:11.335Z Downloaded scopeguard v1.2.0
2052026-03-26T04:04:11.335Z Downloaded futures-core v0.3.32
2062026-03-26T04:04:11.336Z Downloaded quote v1.0.45
2072026-03-26T04:04:11.336Z Downloaded atomicwrites v0.4.4
2082026-03-26T04:04:11.336Z Downloaded atomic-waker v1.1.2
2092026-03-26T04:04:11.336Z Downloaded idna_adapter v1.0.0
2102026-03-26T04:04:11.336Z Downloaded futures-sink v0.3.32
2112026-03-26T04:04:11.336Z Downloaded document-features v0.2.12
2122026-03-26T04:04:11.336Z Downloaded anstyle-query v1.1.5
2132026-03-26T04:04:11.336Z Downloaded pkg-config v0.3.32
2142026-03-26T04:04:11.336Z Downloaded enable-ansi-support v0.2.1
2152026-03-26T04:04:11.336Z Downloaded colorchoice v1.0.5
2162026-03-26T04:04:11.336Z Downloaded once_cell v1.21.4
2172026-03-26T04:04:11.336Z Downloaded nextest-filtering v0.15.0
2182026-03-26T04:04:11.336Z Downloaded dialoguer v0.11.0
2192026-03-26T04:04:11.336Z Downloaded serde_spanned v1.1.0
2202026-03-26T04:04:11.336Z Downloaded openssl-probe v0.2.1
2212026-03-26T04:04:11.336Z Downloaded convert_case v0.10.0
2222026-03-26T04:04:11.336Z Downloaded autocfg v1.5.0
2232026-03-26T04:04:11.336Z Downloaded rustls-webpki v0.103.10
2242026-03-26T04:04:11.336Z Downloaded indexmap v2.13.0
2252026-03-26T04:04:11.336Z Downloaded future-queue v0.4.0
2262026-03-26T04:04:11.336Z Downloaded futures-executor v0.3.32
2272026-03-26T04:04:11.336Z Downloaded lazy_static v1.5.0
2282026-03-26T04:04:11.336Z Downloaded serde_spanned v0.6.9
2292026-03-26T04:04:11.336Z Downloaded digest v0.10.7
2302026-03-26T04:04:11.336Z Downloaded strsim v0.11.1
2312026-03-26T04:04:11.336Z Downloaded supports-hyperlinks v3.2.0
2322026-03-26T04:04:11.336Z Downloaded cargo_metadata v0.23.1
2332026-03-26T04:04:11.336Z Downloaded supports-unicode v3.0.0
2342026-03-26T04:04:11.336Z Downloaded rustc-hash v2.1.1
2352026-03-26T04:04:11.336Z Downloaded anstream v1.0.0
2362026-03-26T04:04:11.336Z Downloaded sigchld v0.2.4
2372026-03-26T04:04:11.336Z Downloaded shared_child v1.1.1
2382026-03-26T04:04:11.336Z Downloaded serde_urlencoded v0.7.1
2392026-03-26T04:04:11.336Z Downloaded swrite v0.1.0
2402026-03-26T04:04:11.336Z Downloaded signature v2.2.0
2412026-03-26T04:04:11.336Z Downloaded os_pipe v1.2.3
2422026-03-26T04:04:11.336Z Downloaded subtle v2.6.1
2432026-03-26T04:04:11.336Z Downloaded cargo_metadata v0.20.0
2442026-03-26T04:04:11.336Z Downloaded indenter v0.3.4
2452026-03-26T04:04:11.337Z Downloaded supports-color v3.0.2
2462026-03-26T04:04:11.337Z Downloaded ordered-float v2.10.1
2472026-03-26T04:04:11.337Z Downloaded strip-ansi-escapes v0.2.1
2482026-03-26T04:04:11.337Z Downloaded futures-io v0.3.32
2492026-03-26T04:04:11.337Z Downloaded anstyle-parse v1.0.0
2502026-03-26T04:04:11.337Z Downloaded target-spec-miette v0.4.5
2512026-03-26T04:04:11.337Z Downloaded foldhash v0.1.5
2522026-03-26T04:04:11.337Z Downloaded filetime v0.2.27
2532026-03-26T04:04:11.337Z Downloaded rand_chacha v0.9.0
2542026-03-26T04:04:11.337Z Downloaded either v1.15.0
2552026-03-26T04:04:11.337Z Downloaded duct v0.13.7
2562026-03-26T04:04:11.337Z Downloaded rustls-pki-types v1.14.0
2572026-03-26T04:04:11.337Z Downloaded shell-words v1.1.1
2582026-03-26T04:04:11.337Z Downloaded anstyle v1.0.14
2592026-03-26T04:04:11.337Z Downloaded find-msvc-tools v0.1.9
2602026-03-26T04:04:11.337Z Downloaded ed25519 v2.2.3
2612026-03-26T04:04:11.337Z Downloaded percent-encoding v2.3.2
2622026-03-26T04:04:11.337Z Downloaded rand_core v0.9.5
2632026-03-26T04:04:11.337Z Downloaded signal-hook-mio v0.2.5
2642026-03-26T04:04:11.337Z Downloaded quinn-udp v0.5.14
2652026-03-26T04:04:11.337Z Downloaded shlex v1.3.0
2662026-03-26T04:04:11.337Z Downloaded mio v1.1.1
2672026-03-26T04:04:11.341Z Downloaded terminal_size v0.4.4
2682026-03-26T04:04:11.341Z Downloaded semver v1.0.27
2692026-03-26T04:04:11.341Z Downloaded fixedbitset v0.5.7
2702026-03-26T04:04:11.341Z Downloaded simd-adler32 v0.3.8
2712026-03-26T04:04:11.341Z Downloaded native-tls v0.2.18
2722026-03-26T04:04:11.341Z Downloaded pathdiff v0.2.3
2732026-03-26T04:04:11.341Z Downloaded getrandom v0.2.17
2742026-03-26T04:04:11.341Z Downloaded http-body v1.0.1
2752026-03-26T04:04:11.341Z Downloaded eyre v0.6.12
2762026-03-26T04:04:11.341Z Downloaded num-traits v0.2.19
2772026-03-26T04:04:11.341Z Downloaded pin-project-internal v1.1.11
2782026-03-26T04:04:11.341Z Downloaded serde_path_to_error v0.1.20
2792026-03-26T04:04:11.341Z Downloaded toml_write v0.1.2
2802026-03-26T04:04:11.341Z Downloaded pkcs8 v0.10.2
2812026-03-26T04:04:11.341Z Downloaded miette-derive v7.6.0
2822026-03-26T04:04:11.341Z Downloaded serde-untagged v0.1.9
2832026-03-26T04:04:11.341Z Downloaded smol_str v0.3.6
2842026-03-26T04:04:11.341Z Downloaded slab v0.4.12
2852026-03-26T04:04:11.341Z Downloaded nextest-metadata v0.12.2
2862026-03-26T04:04:11.341Z Downloaded signal-hook-registry v1.4.8
2872026-03-26T04:04:11.341Z Downloaded tower-layer v0.3.3
2882026-03-26T04:04:11.341Z Downloaded tracing-error v0.2.1
2892026-03-26T04:04:11.341Z Downloaded ryu v1.0.23
2902026-03-26T04:04:11.341Z Downloaded typeid v1.0.3
2912026-03-26T04:04:11.341Z Downloaded try-lock v0.2.5
2922026-03-26T04:04:11.341Z Downloaded parking_lot_core v0.9.12
2932026-03-26T04:04:11.341Z Downloaded sync_wrapper v1.0.2
2942026-03-26T04:04:11.341Z Downloaded unicode-xid v0.2.6
2952026-03-26T04:04:11.341Z Downloaded unicode-linebreak v0.1.5
2962026-03-26T04:04:11.341Z Downloaded tower-service v0.3.3
2972026-03-26T04:04:11.341Z Downloaded signal-hook v0.3.18
2982026-03-26T04:04:11.341Z Downloaded xattr v1.6.1
2992026-03-26T04:04:11.341Z Downloaded ppv-lite86 v0.2.21
3002026-03-26T04:04:11.341Z Downloaded want v0.3.1
3012026-03-26T04:04:11.341Z Downloaded urlencoding v2.1.3
3022026-03-26T04:04:11.341Z Downloaded untrusted v0.9.0
3032026-03-26T04:04:11.341Z Downloaded parking_lot v0.12.5
3042026-03-26T04:04:11.341Z Downloaded target-lexicon v0.13.3
3052026-03-26T04:04:11.342Z Downloaded globset v0.4.18
3062026-03-26T04:04:11.342Z Downloaded crc32fast v1.5.0
3072026-03-26T04:04:11.342Z Downloaded spki v0.7.3
3082026-03-26T04:04:11.342Z Downloaded utf8_iter v1.0.4
3092026-03-26T04:04:11.342Z Downloaded tinyvec_macros v0.1.1
3102026-03-26T04:04:11.342Z Downloaded camino-tempfile v1.4.1
3112026-03-26T04:04:11.342Z Downloaded smallvec v1.15.1
3122026-03-26T04:04:11.342Z Downloaded tempfile v3.27.0
3132026-03-26T04:04:11.342Z Downloaded hyper-rustls v0.27.7
3142026-03-26T04:04:11.342Z Downloaded pin-project-lite v0.2.17
3152026-03-26T04:04:11.342Z Downloaded console v0.15.11
3162026-03-26T04:04:11.342Z Downloaded target-spec v3.5.7
3172026-03-26T04:04:11.342Z Downloaded thiserror-impl v1.0.69
3182026-03-26T04:04:11.342Z Downloaded thiserror v2.0.18
3192026-03-26T04:04:11.342Z Downloaded self_update v0.42.0
3202026-03-26T04:04:11.342Z Downloaded camino v1.2.2
3212026-03-26T04:04:11.342Z Downloaded openssl-sys v0.9.112
3222026-03-26T04:04:11.342Z Downloaded futures v0.3.32
3232026-03-26T04:04:11.342Z Downloaded bitflags v2.11.0
3242026-03-26T04:04:11.342Z Downloaded sha2 v0.10.9
3252026-03-26T04:04:11.342Z Downloaded toml_datetime v0.6.11
3262026-03-26T04:04:11.342Z Downloaded tokio-macros v2.6.1
3272026-03-26T04:04:11.342Z Downloaded tokio-native-tls v0.3.1
3282026-03-26T04:04:11.342Z Downloaded const-oid v0.9.6
3292026-03-26T04:04:11.342Z Downloaded thread_local v1.1.9
3302026-03-26T04:04:11.342Z Downloaded thiserror v1.0.69
3312026-03-26T04:04:11.342Z Downloaded static_assertions v1.1.0
3322026-03-26T04:04:11.342Z Downloaded utf8parse v0.2.2
3332026-03-26T04:04:11.342Z Downloaded tracing-log v0.2.0
3342026-03-26T04:04:11.342Z Downloaded toml_datetime v1.1.0+spec-1.1.0
3352026-03-26T04:04:11.342Z Downloaded litrs v1.0.0
3362026-03-26T04:04:11.342Z Downloaded pin-project v1.1.11
3372026-03-26T04:04:11.342Z Downloaded config v0.15.22
3382026-03-26T04:04:11.342Z Downloaded version_check v0.9.5
3392026-03-26T04:04:11.342Z Downloaded getrandom v0.3.4
3402026-03-26T04:04:11.342Z Downloaded thiserror-impl v2.0.18
3412026-03-26T04:04:11.342Z Downloaded zstd-safe v7.2.4
3422026-03-26T04:04:11.342Z Downloaded xxhash-rust v0.8.15
3432026-03-26T04:04:11.342Z Downloaded zmij v1.0.21
3442026-03-26T04:04:11.342Z Downloaded serde_core v1.0.228
3452026-03-26T04:04:11.343Z Downloaded getrandom v0.4.2
3462026-03-26T04:04:11.343Z Downloaded tracing-attributes v0.1.31
3472026-03-26T04:04:11.343Z Downloaded bytes v1.11.1
3482026-03-26T04:04:11.343Z Downloaded toml_writer v1.1.0+spec-1.1.0
3492026-03-26T04:04:11.343Z Downloaded zipsign-api v0.1.5
3502026-03-26T04:04:11.343Z Downloaded sharded-slab v0.1.7
3512026-03-26T04:04:11.343Z Downloaded socket2 v0.6.3
3522026-03-26T04:04:11.343Z Downloaded flate2 v1.1.9
3532026-03-26T04:04:11.343Z Downloaded toml_parser v1.1.0+spec-1.1.0
3542026-03-26T04:04:11.343Z Downloaded tokio-rustls v0.26.4
3552026-03-26T04:04:11.343Z Downloaded proc-macro2 v1.0.106
3562026-03-26T04:04:11.343Z Downloaded toml v0.8.23
3572026-03-26T04:04:11.343Z Downloaded zeroize v1.8.2
3582026-03-26T04:04:11.343Z Downloaded serde v1.0.228
3592026-03-26T04:04:11.343Z Downloaded serde_derive v1.0.228
3602026-03-26T04:04:11.343Z Downloaded derive-where v1.6.1
3612026-03-26T04:04:11.343Z Downloaded quinn v0.11.9
3622026-03-26T04:04:11.343Z Downloaded hyper v1.8.1
3632026-03-26T04:04:11.343Z Downloaded tokio-stream v0.1.18
3642026-03-26T04:04:11.343Z Downloaded toml v1.1.0+spec-1.1.0
3652026-03-26T04:04:11.343Z Downloaded cc v1.2.57
3662026-03-26T04:04:11.343Z Downloaded tinyvec v1.11.0
3672026-03-26T04:04:11.347Z Downloaded unicode-ident v1.0.24
3682026-03-26T04:04:11.347Z Downloaded tracing-core v0.1.36
3692026-03-26T04:04:11.347Z Downloaded zstd v0.13.3
3702026-03-26T04:04:11.347Z Downloaded textwrap v0.16.2
3712026-03-26T04:04:11.347Z Downloaded der v0.7.10
3722026-03-26T04:04:11.347Z Downloaded borsh v1.6.1
3732026-03-26T04:04:11.347Z Downloaded unicase v2.9.0
3742026-03-26T04:04:11.347Z Downloaded derive_more v2.1.1
3752026-03-26T04:04:11.347Z Downloaded vte v0.14.1
3762026-03-26T04:04:11.347Z Downloaded typenum v1.19.0
3772026-03-26T04:04:11.347Z Downloaded backtrace v0.3.76
3782026-03-26T04:04:11.347Z Downloaded tar v0.4.45
3792026-03-26T04:04:11.347Z Downloaded base64 v0.22.1
3802026-03-26T04:04:11.347Z Downloaded toml_edit v0.22.27
3812026-03-26T04:04:11.347Z Downloaded miette v7.6.0
3822026-03-26T04:04:11.347Z Downloaded uuid v1.22.0
3832026-03-26T04:04:11.347Z Downloaded ed25519-dalek v2.2.0
3842026-03-26T04:04:11.347Z Downloaded derive_more-impl v2.1.1
3852026-03-26T04:04:11.347Z Downloaded rand v0.9.2
3862026-03-26T04:04:11.348Z Downloaded regex v1.12.3
3872026-03-26T04:04:11.348Z Downloaded hyper-util v0.1.20
3882026-03-26T04:04:11.348Z Downloaded ron v0.12.0
3892026-03-26T04:04:11.348Z Downloaded url v2.5.8
3902026-03-26T04:04:11.348Z Downloaded hashbrown v0.15.5
3912026-03-26T04:04:11.348Z Downloaded tower v0.5.3
3922026-03-26T04:04:11.348Z Downloaded unicode-segmentation v1.13.1
3932026-03-26T04:04:11.348Z Downloaded hashbrown v0.16.1
3942026-03-26T04:04:11.348Z Downloaded serde_json v1.0.149
3952026-03-26T04:04:11.348Z Downloaded reqwest v0.12.28
3962026-03-26T04:04:11.348Z Downloaded unicode-normalization v0.1.25
3972026-03-26T04:04:11.348Z Downloaded guppy v0.17.25
3982026-03-26T04:04:11.348Z Downloaded pulldown-cmark v0.13.3
3992026-03-26T04:04:11.348Z Downloaded crossterm v0.29.0
4002026-03-26T04:04:11.348Z Downloaded h2 v0.4.13
4012026-03-26T04:04:11.348Z Downloaded futures-util v0.3.32
4022026-03-26T04:04:11.348Z Downloaded tower-http v0.6.8
4032026-03-26T04:04:11.348Z Downloaded itertools v0.14.0
4042026-03-26T04:04:11.348Z Downloaded tokio-util v0.7.18
4052026-03-26T04:04:11.348Z Downloaded portable-atomic v1.13.1
4062026-03-26T04:04:11.348Z Downloaded quick-xml v0.37.5
4072026-03-26T04:04:11.348Z Downloaded winnow v0.7.15
4082026-03-26T04:04:11.348Z Downloaded winnow v1.0.0
4092026-03-26T04:04:11.348Z Downloaded chrono v0.4.44
4102026-03-26T04:04:11.348Z Downloaded quick-xml v0.38.4
4112026-03-26T04:04:11.348Z Downloaded tracing-subscriber v0.3.23
4122026-03-26T04:04:11.348Z Downloaded gimli v0.32.3
4132026-03-26T04:04:11.348Z Downloaded curve25519-dalek v4.1.3
4142026-03-26T04:04:11.348Z Downloaded quinn-proto v0.11.14
4152026-03-26T04:04:11.348Z Downloaded syn v2.0.117
4162026-03-26T04:04:11.348Z Downloaded bstr v1.12.1
4172026-03-26T04:04:11.348Z Downloaded object v0.37.3
4182026-03-26T04:04:11.348Z Downloaded color-eyre v0.6.5
4192026-03-26T04:04:11.348Z Downloaded tracing v0.1.44
4202026-03-26T04:04:11.348Z Downloaded openssl v0.10.76
4212026-03-26T04:04:11.348Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4222026-03-26T04:04:11.348Z Downloaded webpki-roots v1.0.6
4232026-03-26T04:04:11.348Z Downloaded nextest-runner v0.80.0
4242026-03-26T04:04:11.348Z Downloaded vcpkg v0.2.15
4252026-03-26T04:04:11.348Z Downloaded nix v0.30.1
4262026-03-26T04:04:11.349Z Downloaded unicode-width v0.1.14
4272026-03-26T04:04:11.349Z Downloaded zerocopy v0.8.47
4282026-03-26T04:04:11.349Z Downloaded unicode-width v0.2.2
4292026-03-26T04:04:11.349Z Downloaded rustls v0.23.37
4302026-03-26T04:04:11.349Z Downloaded regex-syntax v0.8.10
4312026-03-26T04:04:11.349Z Downloaded rustix v0.38.44
4322026-03-26T04:04:11.349Z Downloaded rustix v1.1.4
4332026-03-26T04:04:11.349Z Downloaded regex-automata v0.4.14
4342026-03-26T04:04:11.390Z Downloaded libc v0.2.183
4352026-03-26T04:04:11.409Z Downloaded petgraph v0.8.3
4362026-03-26T04:04:11.429Z Downloaded tokio v1.50.0
4372026-03-26T04:04:11.507Z Downloaded recursion v0.5.4
4382026-03-26T04:04:11.521Z Downloaded ring v0.17.14
4392026-03-26T04:04:11.582Z Compiling proc-macro2 v1.0.106
4402026-03-26T04:04:11.582Z Compiling libc v0.2.183
4412026-03-26T04:04:11.585Z Compiling quote v1.0.45
4422026-03-26T04:04:11.585Z Compiling unicode-ident v1.0.24
4432026-03-26T04:04:11.585Z Compiling serde_core v1.0.228
4442026-03-26T04:04:11.585Z Compiling cfg-if v1.0.4
4452026-03-26T04:04:11.586Z Compiling memchr v2.8.0
4462026-03-26T04:04:11.709Z Compiling once_cell v1.21.4
4472026-03-26T04:04:11.777Z Compiling log v0.4.29
4482026-03-26T04:04:11.862Z Compiling pin-project-lite v0.2.17
4492026-03-26T04:04:11.959Z Compiling serde v1.0.228
4502026-03-26T04:04:11.964Z Compiling itoa v1.0.18
4512026-03-26T04:04:12.092Z Compiling futures-core v0.3.32
4522026-03-26T04:04:12.191Z Compiling bitflags v2.11.0
4532026-03-26T04:04:12.252Z Compiling smallvec v1.15.1
4542026-03-26T04:04:12.282Z Compiling shlex v1.3.0
4552026-03-26T04:04:12.461Z Compiling hashbrown v0.16.1
4562026-03-26T04:04:12.500Z Compiling equivalent v1.0.2
4572026-03-26T04:04:12.564Z Compiling errno v0.3.14
4582026-03-26T04:04:12.590Z Compiling find-msvc-tools v0.1.9
4592026-03-26T04:04:12.628Z Compiling bytes v1.11.1
4602026-03-26T04:04:12.740Z Compiling signal-hook-registry v1.4.8
4612026-03-26T04:04:12.819Z Compiling jobserver v0.1.34
4622026-03-26T04:04:12.838Z Compiling mio v1.1.1
4632026-03-26T04:04:12.913Z Compiling syn v2.0.117
4642026-03-26T04:04:12.972Z Compiling futures-sink v0.3.32
4652026-03-26T04:04:13.084Z Compiling cc v1.2.57
4662026-03-26T04:04:13.107Z Compiling rustix v1.1.4
4672026-03-26T04:04:13.136Z Compiling socket2 v0.6.3
4682026-03-26T04:04:13.267Z Compiling zmij v1.0.21
4692026-03-26T04:04:13.527Z Compiling slab v0.4.12
4702026-03-26T04:04:13.545Z Compiling futures-channel v0.3.32
4712026-03-26T04:04:13.598Z Compiling tracing-core v0.1.36
4722026-03-26T04:04:13.730Z Compiling version_check v0.9.5
4732026-03-26T04:04:13.794Z Compiling serde_json v1.0.149
4742026-03-26T04:04:13.961Z Compiling indexmap v2.13.0
4752026-03-26T04:04:14.082Z Compiling getrandom v0.4.2
4762026-03-26T04:04:14.104Z Compiling futures-task v0.3.32
4772026-03-26T04:04:14.285Z Compiling futures-io v0.3.32
4782026-03-26T04:04:14.384Z Compiling camino v1.2.2
4792026-03-26T04:04:14.407Z Compiling unicode-width v0.2.2
4802026-03-26T04:04:14.495Z Compiling ring v0.17.14
4812026-03-26T04:04:14.758Z Compiling http v1.4.0
4822026-03-26T04:04:14.771Z Compiling zeroize v1.8.2
4832026-03-26T04:04:14.833Z Compiling adler2 v2.0.1
4842026-03-26T04:04:14.897Z Compiling simd-adler32 v0.3.8
4852026-03-26T04:04:14.979Z Compiling autocfg v1.5.0
4862026-03-26T04:04:15.004Z Compiling percent-encoding v2.3.2
4872026-03-26T04:04:15.280Z Compiling miniz_oxide v0.8.9
4882026-03-26T04:04:15.336Z Compiling num-traits v0.2.19
4892026-03-26T04:04:15.610Z Compiling zerocopy v0.8.47
4902026-03-26T04:04:15.758Z Compiling getrandom v0.3.4
4912026-03-26T04:04:15.984Z Compiling object v0.37.3
4922026-03-26T04:04:16.084Z Compiling target-lexicon v0.13.3
4932026-03-26T04:04:16.313Z Compiling http-body v1.0.1
4942026-03-26T04:04:16.396Z Compiling rustls-pki-types v1.14.0
4952026-03-26T04:04:16.471Z Compiling semver v1.0.27
4962026-03-26T04:04:16.600Z Compiling getrandom v0.2.17
4972026-03-26T04:04:16.623Z Compiling untrusted v0.9.0
4982026-03-26T04:04:16.635Z Compiling serde_derive v1.0.228
4992026-03-26T04:04:16.732Z Compiling tokio-macros v2.6.1
5002026-03-26T04:04:16.752Z Compiling futures-macro v0.3.32
5012026-03-26T04:04:16.787Z Compiling tracing-attributes v0.1.31
5022026-03-26T04:04:16.919Z Compiling guppy-workspace-hack v0.1.0
5032026-03-26T04:04:17.124Z Compiling fnv v1.0.7
5042026-03-26T04:04:17.135Z Compiling gimli v0.32.3
5052026-03-26T04:04:17.230Z Compiling thiserror v2.0.18
5062026-03-26T04:04:17.242Z Compiling typenum v1.19.0
5072026-03-26T04:04:17.490Z Compiling tokio v1.50.0
5082026-03-26T04:04:17.552Z Compiling futures-util v0.3.32
5092026-03-26T04:04:17.570Z Compiling httparse v1.10.1
5102026-03-26T04:04:17.581Z Compiling owo-colors v4.3.0
5112026-03-26T04:04:17.890Z Compiling signal-hook v0.3.18
5122026-03-26T04:04:17.971Z Compiling tracing v0.1.44
5132026-03-26T04:04:18.126Z Compiling thiserror-impl v2.0.18
5142026-03-26T04:04:19.053Z Compiling addr2line v0.25.1
5152026-03-26T04:04:19.679Z Compiling form_urlencoded v1.2.2
5162026-03-26T04:04:19.802Z Compiling generic-array v0.14.7
5172026-03-26T04:04:19.876Z Compiling idna_adapter v1.0.0
5182026-03-26T04:04:19.942Z Compiling utf8_iter v1.0.4
5192026-03-26T04:04:19.980Z Compiling rustls v0.23.37
5202026-03-26T04:04:20.048Z Compiling thiserror v1.0.69
5212026-03-26T04:04:20.101Z Compiling target-spec v3.5.7
5222026-03-26T04:04:20.179Z Compiling typeid v1.0.3
5232026-03-26T04:04:20.192Z Compiling pkg-config v0.3.32
5242026-03-26T04:04:20.343Z Compiling atomic-waker v1.1.2
5252026-03-26T04:04:20.375Z Compiling fastrand v2.3.0
5262026-03-26T04:04:20.454Z Compiling try-lock v0.2.5
5272026-03-26T04:04:20.475Z Compiling rustc-demangle v0.1.27
5282026-03-26T04:04:20.571Z Compiling tower-service v0.3.3
5292026-03-26T04:04:20.622Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5302026-03-26T04:04:20.666Z Compiling tempfile v3.27.0
5312026-03-26T04:04:20.713Z Compiling want v0.3.1
5322026-03-26T04:04:21.068Z Compiling idna v1.1.0
5332026-03-26T04:04:21.246Z Compiling cfg-expr v0.20.7
5342026-03-26T04:04:21.443Z Compiling tokio-util v0.7.18
5352026-03-26T04:04:21.558Z Compiling backtrace v0.3.76
5362026-03-26T04:04:22.070Z Compiling h2 v0.4.13
5372026-03-26T04:04:22.764Z Compiling thiserror-impl v1.0.69
5382026-03-26T04:04:22.893Z Compiling terminal_size v0.4.4
5392026-03-26T04:04:23.053Z Compiling aho-corasick v1.1.4
5402026-03-26T04:04:23.132Z Compiling winnow v0.7.15
5412026-03-26T04:04:23.442Z Compiling rustls-webpki v0.103.10
5422026-03-26T04:04:23.918Z Compiling regex-syntax v0.8.10
5432026-03-26T04:04:25.075Z Compiling pin-utils v0.1.0
5442026-03-26T04:04:25.150Z Compiling erased-serde v0.4.10
5452026-03-26T04:04:25.440Z Compiling subtle v2.6.1
5462026-03-26T04:04:25.956Z Compiling regex-automata v0.4.14
5472026-03-26T04:04:26.232Z Compiling hyper v1.8.1
5482026-03-26T04:04:28.170Z Compiling url v2.5.8
5492026-03-26T04:04:30.049Z Compiling toml_datetime v0.6.11
5502026-03-26T04:04:30.229Z Compiling serde_spanned v0.6.9
5512026-03-26T04:04:30.255Z Compiling ahash v0.8.12
5522026-03-26T04:04:30.390Z Compiling sync_wrapper v1.0.2
5532026-03-26T04:04:30.424Z Compiling tower-layer v0.3.3
5542026-03-26T04:04:30.498Z Compiling unicode-segmentation v1.13.1
5552026-03-26T04:04:30.510Z Compiling ipnet v2.12.0
5562026-03-26T04:04:30.595Z Compiling is_ci v1.2.0
5572026-03-26T04:04:30.624Z Compiling either v1.15.0
5582026-03-26T04:04:30.764Z Compiling base64 v0.22.1
5592026-03-26T04:04:30.845Z Compiling lazy_static v1.5.0
5602026-03-26T04:04:30.888Z Compiling crc32fast v1.5.0
5612026-03-26T04:04:30.951Z Compiling nextest-workspace-hack v0.1.0
5622026-03-26T04:04:31.116Z Compiling unicode-linebreak v0.1.5
5632026-03-26T04:04:31.163Z Compiling toml_write v0.1.2
5642026-03-26T04:04:31.163Z Compiling parking_lot_core v0.9.12
5652026-03-26T04:04:31.244Z Compiling portable-atomic v1.13.1
5662026-03-26T04:04:31.387Z Compiling foldhash v0.1.5
5672026-03-26T04:04:31.423Z Compiling toml_edit v0.22.27
5682026-03-26T04:04:31.468Z Compiling textwrap v0.16.2
5692026-03-26T04:04:31.608Z Compiling hashbrown v0.15.5
5702026-03-26T04:04:31.745Z Compiling hyper-util v0.1.20
5712026-03-26T04:04:31.774Z Compiling sharded-slab v0.1.7
5722026-03-26T04:04:32.246Z Compiling convert_case v0.10.0
5732026-03-26T04:04:32.375Z Compiling supports-color v3.0.2
5742026-03-26T04:04:32.505Z Compiling tower v0.5.3
5752026-03-26T04:04:32.869Z Compiling tokio-rustls v0.26.4
5762026-03-26T04:04:33.098Z Compiling backtrace-ext v0.2.1
5772026-03-26T04:04:33.148Z Compiling ordered-float v2.10.1
5782026-03-26T04:04:33.250Z Compiling webpki-roots v1.0.6
5792026-03-26T04:04:33.359Z Compiling miette-derive v7.6.0
5802026-03-26T04:04:33.371Z Compiling pathdiff v0.2.3
5812026-03-26T04:04:33.417Z Compiling console v0.15.11
5822026-03-26T04:04:33.488Z Compiling tracing-log v0.2.0
5832026-03-26T04:04:33.854Z Compiling cargo-platform v0.3.2
5842026-03-26T04:04:34.382Z Compiling os_pipe v1.2.3
5852026-03-26T04:04:34.436Z Compiling thread_local v1.1.9
5862026-03-26T04:04:34.448Z Compiling utf8parse v0.2.2
5872026-03-26T04:04:34.551Z Compiling cfg_aliases v0.2.1
5882026-03-26T04:04:34.563Z Compiling rustix v0.38.44
5892026-03-26T04:04:34.625Z Compiling scopeguard v1.2.0
5902026-03-26T04:04:34.737Z Compiling ryu v1.0.23
5912026-03-26T04:04:34.772Z Compiling supports-hyperlinks v3.2.0
5922026-03-26T04:04:34.788Z Compiling zstd-safe v7.2.4
5932026-03-26T04:04:34.904Z Compiling winnow v1.0.0
5942026-03-26T04:04:35.015Z Compiling pulldown-cmark v0.13.3
5952026-03-26T04:04:35.015Z Compiling iri-string v0.7.11
5962026-03-26T04:04:35.233Z Compiling fixedbitset v0.5.7
5972026-03-26T04:04:35.307Z Compiling unicode-width v0.1.14
5982026-03-26T04:04:35.610Z Compiling debug-ignore v1.0.5
5992026-03-26T04:04:35.725Z Compiling supports-unicode v3.0.0
6002026-03-26T04:04:35.749Z Compiling petgraph v0.8.3
6012026-03-26T04:04:35.900Z Compiling miette v7.6.0
6022026-03-26T04:04:36.328Z Compiling toml_parser v1.1.0+spec-1.1.0
6032026-03-26T04:04:37.114Z Compiling tower-http v0.6.8
6042026-03-26T04:04:37.672Z Compiling serde_urlencoded v0.7.1
6052026-03-26T04:04:37.683Z Compiling lock_api v0.4.14
6062026-03-26T04:04:37.747Z Compiling nix v0.30.1
6072026-03-26T04:04:37.923Z Compiling tracing-subscriber v0.3.23
6082026-03-26T04:04:37.945Z Compiling anstyle-parse v1.0.0
6092026-03-26T04:04:38.124Z Compiling sigchld v0.2.4
6102026-03-26T04:04:38.138Z Compiling cargo_metadata v0.23.1
6112026-03-26T04:04:38.164Z Compiling serde-value v0.7.0
6122026-03-26T04:04:38.316Z Compiling hyper-rustls v0.27.7
6132026-03-26T04:04:38.876Z Compiling serde-untagged v0.1.9
6142026-03-26T04:04:38.997Z Compiling toml v0.8.23
6152026-03-26T04:04:39.498Z Compiling derive_more-impl v2.1.1
6162026-03-26T04:04:40.792Z Compiling itertools v0.14.0
6172026-03-26T04:04:40.908Z Compiling regex v1.12.3
6182026-03-26T04:04:40.995Z Compiling crypto-common v0.1.7
6192026-03-26T04:04:41.129Z Compiling block-buffer v0.10.4
6202026-03-26T04:04:41.197Z Compiling ppv-lite86 v0.2.21
6212026-03-26T04:04:41.277Z Compiling futures-executor v0.3.32
6222026-03-26T04:04:41.522Z Compiling rand_core v0.9.5
6232026-03-26T04:04:41.773Z Compiling pin-project-internal v1.1.11
6242026-03-26T04:04:41.805Z Compiling http-body-util v0.1.3
6252026-03-26T04:04:41.903Z Compiling uuid v1.22.0
6262026-03-26T04:04:42.072Z Compiling toml_datetime v1.1.0+spec-1.1.0
6272026-03-26T04:04:42.252Z Compiling smol_str v0.3.6
6282026-03-26T04:04:42.330Z Compiling serde_spanned v1.1.0
6292026-03-26T04:04:42.440Z Compiling filetime v0.2.27
6302026-03-26T04:04:42.486Z Compiling bstr v1.12.1
6312026-03-26T04:04:42.497Z Compiling vte v0.14.1
6322026-03-26T04:04:42.649Z Compiling litrs v1.0.0
6332026-03-26T04:04:42.716Z Compiling xattr v1.6.1
6342026-03-26T04:04:42.795Z Compiling self_update v0.42.0
6352026-03-26T04:04:42.904Z Compiling number_prefix v0.4.0
6362026-03-26T04:04:43.025Z Compiling tinyvec_macros v0.1.1
6372026-03-26T04:04:43.059Z Compiling eyre v0.6.12
6382026-03-26T04:04:43.078Z Compiling static_assertions v1.1.0
6392026-03-26T04:04:43.106Z Compiling unicase v2.9.0
6402026-03-26T04:04:43.153Z Compiling anstyle-query v1.1.5
6412026-03-26T04:04:43.169Z Compiling color-spantrace v0.3.0
6422026-03-26T04:04:43.264Z Compiling colorchoice v1.0.5
6432026-03-26T04:04:43.287Z Compiling nested v0.1.1
6442026-03-26T04:04:43.322Z Compiling iana-time-zone v0.1.65
6452026-03-26T04:04:43.352Z Compiling is_terminal_polyfill v1.70.2
6462026-03-26T04:04:43.364Z Compiling unicode-xid v0.2.6
6472026-03-26T04:04:43.380Z Compiling anstyle v1.0.14
6482026-03-26T04:04:43.445Z Compiling chrono v0.4.44
6492026-03-26T04:04:43.477Z Compiling cargo-util-schemas v0.2.0
6502026-03-26T04:04:43.496Z Compiling guppy v0.17.25
6512026-03-26T04:04:43.639Z Compiling anstream v1.0.0
6522026-03-26T04:04:43.775Z Compiling tinyvec v1.11.0
6532026-03-26T04:04:44.118Z Compiling document-features v0.2.12
6542026-03-26T04:04:44.221Z Compiling indicatif v0.17.11
6552026-03-26T04:04:44.652Z Compiling globset v0.4.18
6562026-03-26T04:04:44.765Z Compiling tar v0.4.45
6572026-03-26T04:04:44.795Z Compiling pin-project v1.1.11
6582026-03-26T04:04:44.900Z Compiling strip-ansi-escapes v0.2.1
6592026-03-26T04:04:45.410Z Compiling nextest-metadata v0.12.2
6602026-03-26T04:04:45.893Z Compiling toml v1.1.0+spec-1.1.0
6612026-03-26T04:04:46.774Z Compiling newtype-uuid v1.3.2
6622026-03-26T04:04:46.965Z Compiling reqwest v0.12.28
6632026-03-26T04:04:47.351Z Compiling rand_chacha v0.9.0
6642026-03-26T04:04:47.363Z Compiling futures v0.3.32
6652026-03-26T04:04:47.449Z Compiling digest v0.10.7
6662026-03-26T04:04:47.680Z Compiling parking_lot v0.12.5
6672026-03-26T04:04:47.882Z Compiling derive_more v2.1.1
6682026-03-26T04:04:47.921Z Compiling flate2 v1.1.9
6692026-03-26T04:04:47.968Z Compiling tracing-error v0.2.1
6702026-03-26T04:04:48.203Z Compiling shared_child v1.1.1
6712026-03-26T04:04:48.607Z Compiling signal-hook-mio v0.2.5
6722026-03-26T04:04:48.745Z Compiling self-replace v1.5.0
6732026-03-26T04:04:48.887Z Compiling cargo-platform v0.2.0
6742026-03-26T04:04:49.041Z Compiling quick-xml v0.38.4
6752026-03-26T04:04:49.150Z Compiling quick-xml v0.37.5
6762026-03-26T04:04:49.449Z Compiling clap_lex v1.1.0
6772026-03-26T04:04:49.769Z Compiling strsim v0.11.1
6782026-03-26T04:04:50.088Z Compiling urlencoding v2.1.3
6792026-03-26T04:04:50.334Z Compiling recursion v0.5.4
6802026-03-26T04:04:50.470Z Compiling heck v0.5.0
6812026-03-26T04:04:50.575Z Compiling indenter v0.3.4
6822026-03-26T04:04:50.672Z Compiling humantime v2.3.0
6832026-03-26T04:04:50.686Z Compiling shell-words v1.1.1
6842026-03-26T04:04:50.686Z Compiling cpufeatures v0.2.17
6852026-03-26T04:04:50.769Z Compiling sha2 v0.10.9
6862026-03-26T04:04:50.800Z Compiling clap_derive v4.6.0
6872026-03-26T04:04:50.939Z Compiling humantime-serde v1.1.1
6882026-03-26T04:04:51.095Z Compiling nextest-filtering v0.15.0
6892026-03-26T04:04:51.228Z Compiling clap_builder v4.6.0
6902026-03-26T04:04:51.982Z Compiling quick-junit v0.5.2
6912026-03-26T04:04:52.591Z Compiling atomicwrites v0.4.4
6922026-03-26T04:04:52.880Z Compiling cargo_metadata v0.20.0
6932026-03-26T04:04:55.057Z Compiling cargo-nextest v0.9.97
6942026-03-26T04:04:55.109Z Compiling crossterm v0.29.0
6952026-03-26T04:04:56.220Z Compiling duct v0.13.7
6962026-03-26T04:04:57.162Z Compiling zstd v0.13.3
6972026-03-26T04:04:57.582Z Compiling rand v0.9.2
6982026-03-26T04:04:57.680Z Compiling async-scoped v0.9.0
6992026-03-26T04:04:57.707Z Compiling config v0.15.22
7002026-03-26T04:04:57.874Z Compiling unicode-normalization v0.1.25
7012026-03-26T04:04:57.964Z Compiling target-spec-miette v0.4.5
7022026-03-26T04:04:58.009Z Compiling future-queue v0.4.0
7032026-03-26T04:04:58.291Z Compiling mukti-metadata v0.3.0
7042026-03-26T04:04:58.305Z Compiling tokio-stream v0.1.18
7052026-03-26T04:04:58.324Z Compiling camino-tempfile v1.4.1
7062026-03-26T04:04:58.365Z Compiling derive-where v1.6.1
7072026-03-26T04:04:58.455Z Compiling serde_path_to_error v0.1.20
7082026-03-26T04:04:58.757Z Compiling serde_ignored v0.1.14
7092026-03-26T04:04:58.790Z Compiling swrite v0.1.0
7102026-03-26T04:04:58.832Z Compiling xxhash-rust v0.8.15
7112026-03-26T04:04:58.895Z Compiling hex v0.4.3
7122026-03-26T04:04:58.983Z Compiling indent_write v2.2.0
7132026-03-26T04:04:59.012Z Compiling home v0.5.12
7142026-03-26T04:04:59.024Z Compiling color-eyre v0.6.5
7152026-03-26T04:04:59.151Z Compiling clap v4.6.0
7162026-03-26T04:04:59.180Z Compiling dialoguer v0.11.0
7172026-03-26T04:04:59.180Z Compiling enable-ansi-support v0.2.1
7182026-03-26T04:04:59.599Z Compiling nextest-runner v0.80.0
7192026-03-26T04:05:17.787Z Finished `release` profile [optimized] target(s) in 1m 10s
7202026-03-26T04:05:17.972Z Installing /home/build/.cargo/bin/cargo-nextest
7212026-03-26T04:05:17.976Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7222026-03-26T04:05:18.089Z+ source .github/buildomat/test-common.sh
7232026-03-26T04:05:18.092Z++ NEXTEST_VERSION=0.9.97
7242026-03-26T04:05:18.092Z++ PLATFORM=illumos
7252026-03-26T04:05:18.092Z++ banner install
7262026-03-26T04:05:18.092Z
7272026-03-26T04:05:18.092Z # # # #### ##### ## # #
7282026-03-26T04:05:18.092Z # ## # # # # # # #
7292026-03-26T04:05:18.092Z # # # # #### # # # # #
7302026-03-26T04:05:18.092Z # # # # # # ###### # #
7312026-03-26T04:05:18.092Z # # ## # # # # # # #
7322026-03-26T04:05:18.092Z # # # #### # # # ###### ######
7332026-03-26T04:05:18.092Z
7342026-03-26T04:05:18.092Z++ set +o errexit
7352026-03-26T04:05:18.096Z++ pkg info clang-15
7362026-03-26T04:05:18.096Z++ grep -qi installed
7372026-03-26T04:05:19.251Zpkg: info: no packages matching the following patterns you specified are
7382026-03-26T04:05:19.251Zinstalled on the system. Try querying remotely instead:
7392026-03-26T04:05:19.252Z
7402026-03-26T04:05:19.252Z clang-15
7412026-03-26T04:05:19.290Z++ [[ 1 != 0 ]]
7422026-03-26T04:05:19.290Z++ set -o errexit
7432026-03-26T04:05:19.293Z++ pfexec pkg install clang-15
7442026-03-26T04:05:25.452Z Startup: Refreshing catalog 'helios-dev' ... Done
7452026-03-26T04:05:32.265Z Startup: Caching catalogs ... Done
7462026-03-26T04:05:36.002ZPlanning: Solver setup ... Done
7472026-03-26T04:05:36.016ZPlanning: Running solver ... Done
7482026-03-26T04:05:36.136ZPlanning: Finding local manifests ... Done
7492026-03-26T04:05:36.159ZPlanning: Fetching manifests: 0/2 0% complete
7502026-03-26T04:05:36.252ZPlanning: Fetching manifests: 2/2 100% complete
7512026-03-26T04:05:36.281ZPlanning: Package planning ... Done
7522026-03-26T04:05:36.307ZPlanning: Merging actions ... Done
7532026-03-26T04:05:36.421ZPlanning: Checking for conflicting actions ... Done
7542026-03-26T04:05:36.427ZPlanning: Consolidating action changes ... Done
7552026-03-26T04:05:37.205ZPlanning: Evaluating mediators ... Done
7562026-03-26T04:05:37.210ZPlanning: Planning completed in 4.78 seconds
7572026-03-26T04:05:37.221Z Packages to install: 2
7582026-03-26T04:05:37.221Z Mediators to change: 2
7592026-03-26T04:05:37.221Z Services to change: 1
7602026-03-26T04:05:37.221Z Create boot environment: No
7612026-03-26T04:05:37.224ZCreate backup boot environment: No
7622026-03-26T04:05:37.263Z
7632026-03-26T04:05:37.263ZDownload: 0/3076 items 0.0/211.3MB 0% complete
7642026-03-26T04:05:42.264ZDownload: 1197/3076 items 113.6/211.3MB 53% complete (23.1M/s)
7652026-03-26T04:05:47.583ZDownload: 2003/3076 items 116.6/211.3MB 55% complete (16.2M/s)
7662026-03-26T04:05:51.958ZDownload: Completed 211.31 MB in 14.69 seconds (14.4M/s)
7672026-03-26T04:05:52.134Z Actions: 1/3418 actions (Installing new actions)
7682026-03-26T04:05:55.319Z Actions: Completed 3418 actions in 3.18 seconds.
7692026-03-26T04:05:55.622Z Done
7702026-03-26T04:05:55.622Z Done
7712026-03-26T04:05:56.322Z Done
7722026-03-26T04:06:00.036Z Done
7732026-03-26T04:06:00.062Z Done
7742026-03-26T04:06:00.062Z Done
7752026-03-26T04:06:00.113Z Done
7762026-03-26T04:06:00.776Z++ set -o errexit
7772026-03-26T04:06:00.776Z++ cargo --version
7782026-03-26T04:06:00.787Zcargo 1.94.0 (85eff7c80 2026-01-15)
7792026-03-26T04:06:00.790Z++ rustc --version
7802026-03-26T04:06:00.811Zrustc 1.94.0 (4a4ef493e 2026-03-02)
7812026-03-26T04:06:00.814Z++ cargo install cargo-nextest --version 0.9.97
7822026-03-26T04:06:00.866Z Ignored package `cargo-nextest v0.9.97` is already installed, use --force to override
7832026-03-26T04:06:00.870Z+ pushd rdb
7842026-03-26T04:06:00.870Z/work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite
7852026-03-26T04:06:00.870Z+ PROPTEST_CASES=1000000
7862026-03-26T04:06:00.870Z+ cargo nextest run --lib proptest
7872026-03-26T04:06:01.040Z Updating git repository `https://github.com/oxidecomputer/falcon`
7882026-03-26T04:06:01.705ZFrom https://github.com/oxidecomputer/falcon
7892026-03-26T04:06:01.705Z * [new ref] 9167ac10b0deaaf5b0498bfdb57eab9f221087b7 -> refs/commit/9167ac10b0deaaf5b0498bfdb57eab9f221087b7
7902026-03-26T04:06:01.782Z Updating crates.io index
7912026-03-26T04:06:01.821Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7922026-03-26T04:06:02.870ZFrom https://github.com/oxidecomputer/dendrite
7932026-03-26T04:06:02.870Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7942026-03-26T04:06:02.967Z Updating git repository `https://github.com/oxidecomputer/ispf`
7952026-03-26T04:06:03.262ZFrom https://github.com/oxidecomputer/ispf
7962026-03-26T04:06:03.262Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7972026-03-26T04:06:03.267Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7982026-03-26T04:06:03.602ZFrom https://github.com/oxidecomputer/netadm-sys
7992026-03-26T04:06:03.602Z * [new ref] e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1 -> refs/commit/e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1
8002026-03-26T04:06:03.609Z Updating git repository `https://github.com/oxidecomputer/omicron`
8012026-03-26T04:06:11.486ZFrom https://github.com/oxidecomputer/omicron
8022026-03-26T04:06:11.486Z * [new ref] 48dd241a32e3d1bf92fb5b79bc5a38baa0fe3166 -> refs/commit/48dd241a32e3d1bf92fb5b79bc5a38baa0fe3166
8032026-03-26T04:06:11.918Z Updating git repository `https://github.com/oxidecomputer/opte`
8042026-03-26T04:06:12.468ZFrom https://github.com/oxidecomputer/opte
8052026-03-26T04:06:12.469Z * [new ref] e547d07b08c3f3d6c821c9eb7a958adcffce6e56 -> refs/commit/e547d07b08c3f3d6c821c9eb7a958adcffce6e56
8062026-03-26T04:06:12.718Z Updating git repository `https://github.com/illumos/smf-rs`
8072026-03-26T04:06:12.980ZFrom https://github.com/illumos/smf-rs
8082026-03-26T04:06:12.980Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8092026-03-26T04:06:13.191Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8102026-03-26T04:06:13.482ZFrom https://github.com/oxidecomputer/network-interface
8112026-03-26T04:06:13.483Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8122026-03-26T04:06:13.518Z Updating git repository `https://github.com/oxidecomputer/zone`
8132026-03-26T04:06:13.824ZFrom https://github.com/oxidecomputer/zone
8142026-03-26T04:06:13.824Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8152026-03-26T04:06:13.851Z Updating git repository `https://github.com/oxidecomputer/propolis`
8162026-03-26T04:06:15.142ZFrom https://github.com/oxidecomputer/propolis
8172026-03-26T04:06:15.142Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8182026-03-26T04:06:15.299Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8192026-03-26T04:06:15.769ZFrom https://github.com/oxidecomputer/transceiver-control
8202026-03-26T04:06:15.769Z * [new ref] 4bfd6375796ef21a4c8c1f46e639cc663c2f95f8 -> refs/commit/4bfd6375796ef21a4c8c1f46e639cc663c2f95f8
8212026-03-26T04:06:15.794Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8222026-03-26T04:06:16.175ZFrom https://github.com/oxidecomputer/dlpi-sys
8232026-03-26T04:06:16.175Z * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc
8242026-03-26T04:06:16.181Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8252026-03-26T04:06:16.451ZFrom https://github.com/jmesmon/rust-libzfs
8262026-03-26T04:06:16.451Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8272026-03-26T04:06:16.459Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8282026-03-26T04:06:16.726ZFrom https://github.com/oxidecomputer/rusty-doors
8292026-03-26T04:06:16.726Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8302026-03-26T04:06:16.793Z Updating git repository `https://github.com/oxidecomputer/lldp`
8312026-03-26T04:06:17.111ZFrom https://github.com/oxidecomputer/lldp
8322026-03-26T04:06:17.111Z * [new ref] c3305fd1a7ea7aba31f3834757a6b931e4f59fe6 -> refs/commit/c3305fd1a7ea7aba31f3834757a6b931e4f59fe6
8332026-03-26T04:06:17.233Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8342026-03-26T04:06:17.506ZFrom https://github.com/oxidecomputer/slog-error-chain
8352026-03-26T04:06:17.506Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8362026-03-26T04:06:17.530Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8372026-03-26T04:06:17.840ZFrom https://github.com/oxidecomputer/tufaceous
8382026-03-26T04:06:17.840Z * [new ref] 1eacfcf0cade44f77d433f31744dbee4abb96465 -> refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465
8392026-03-26T04:06:17.950Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8402026-03-26T04:06:18.363ZFrom https://github.com/oxidecomputer/management-gateway-service
8412026-03-26T04:06:18.364Z * [new ref] ea2f39ccdea124b5affcad0ca17bc5dacf65823a -> refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a
8422026-03-26T04:06:18.390Z Updating git repository `https://github.com/oxidecomputer/crucible`
8432026-03-26T04:06:19.269ZFrom https://github.com/oxidecomputer/crucible
8442026-03-26T04:06:19.269Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8452026-03-26T04:06:19.523Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8462026-03-26T04:06:19.783ZFrom https://github.com/oxidecomputer/serde_human_bytes
8472026-03-26T04:06:19.783Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8482026-03-26T04:06:20.115Z Updating git repository `https://github.com/oxidecomputer/propolis`
8492026-03-26T04:06:20.461ZFrom https://github.com/oxidecomputer/propolis
8502026-03-26T04:06:20.461Z * [new ref] 368a2225b79328514ce0ea9181d8f874019edaa2 -> refs/commit/368a2225b79328514ce0ea9181d8f874019edaa2
8512026-03-26T04:06:20.524Z Updating git repository `https://github.com/oxidecomputer/tofino`
8522026-03-26T04:06:20.808ZFrom https://github.com/oxidecomputer/tofino
8532026-03-26T04:06:20.808Z * [new ref] 7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 -> refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33
8542026-03-26T04:06:20.832Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8552026-03-26T04:06:21.313ZFrom https://github.com/oxidecomputer/maghemite
8562026-03-26T04:06:21.313Z * [new ref] b603c9f3dccefcf1d3e941c04505ff6bdd1826b6 -> refs/commit/b603c9f3dccefcf1d3e941c04505ff6bdd1826b6
8572026-03-26T04:06:21.390Z Updating git repository `https://github.com/oxidecomputer/clickward`
8582026-03-26T04:06:21.669ZFrom https://github.com/oxidecomputer/clickward
8592026-03-26T04:06:21.669Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8602026-03-26T04:06:21.932Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8612026-03-26T04:06:22.204ZFrom https://github.com/oxidecomputer/illumos-devinfo
8622026-03-26T04:06:22.204Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8632026-03-26T04:06:22.337Z Updating git repository `https://github.com/oxidecomputer/crucible`
8642026-03-26T04:06:22.676ZFrom https://github.com/oxidecomputer/crucible
8652026-03-26T04:06:22.676Z * [new ref] a945a32ba9e1f2098ce3a8963765f1894f37110b -> refs/commit/a945a32ba9e1f2098ce3a8963765f1894f37110b
8662026-03-26T04:06:23.717Z Downloading crates ...
8672026-03-26T04:06:23.829Z Downloaded aead v0.5.2
8682026-03-26T04:06:23.836Z Downloaded compression-core v0.4.31
8692026-03-26T04:06:23.840Z Downloaded crc8 v0.1.1
8702026-03-26T04:06:23.840Z Downloaded bitflags v1.3.2
8712026-03-26T04:06:23.840Z Downloaded displaydoc v0.2.5
8722026-03-26T04:06:23.844Z Downloaded embedded-io v0.4.0
8732026-03-26T04:06:23.844Z Downloaded dtrace-parser v0.2.0
8742026-03-26T04:06:23.847Z Downloaded defmt-parser v1.0.0
8752026-03-26T04:06:23.851Z Downloaded crossbeam-utils v0.8.21
8762026-03-26T04:06:23.851Z Downloaded fixedbitset v0.4.2
8772026-03-26T04:06:23.857Z Downloaded libsw v3.5.0
8782026-03-26T04:06:23.860Z Downloaded ingot v0.1.1
8792026-03-26T04:06:23.864Z Downloaded git-stub v1.0.0
8802026-03-26T04:06:23.864Z Downloaded crunchy v0.2.4
8812026-03-26T04:06:23.867Z Downloaded convert_case v0.4.0
8822026-03-26T04:06:23.867Z Downloaded cstr-argument v0.1.2
8832026-03-26T04:06:23.867Z Downloaded const_format_proc_macros v0.2.34
8842026-03-26T04:06:23.870Z Downloaded anyhow v1.0.102
8852026-03-26T04:06:23.870Z Downloaded aws-lc-rs v1.16.2
8862026-03-26T04:06:23.876Z Downloaded moka v0.12.15
8872026-03-26T04:06:23.883Z Downloaded inout v0.1.4
8882026-03-26T04:06:23.886Z Downloaded erased-serde v0.3.31
8892026-03-26T04:06:23.887Z Downloaded git-stub-vcs v0.1.0
8902026-03-26T04:06:23.887Z Downloaded httpdate v1.0.3
8912026-03-26T04:06:23.892Z Downloaded fs_extra v1.3.0
8922026-03-26T04:06:23.892Z Downloaded daft v0.1.5
8932026-03-26T04:06:23.892Z Downloaded foreign-types-shared v0.3.1
8942026-03-26T04:06:23.892Z Downloaded foreign-types-macros v0.2.3
8952026-03-26T04:06:23.896Z Downloaded foldhash v0.2.0
8962026-03-26T04:06:23.896Z Downloaded daft-derive v0.1.5
8972026-03-26T04:06:23.896Z Downloaded data-encoding v2.10.0
8982026-03-26T04:06:23.899Z Downloaded arrayvec v0.7.6
8992026-03-26T04:06:23.899Z Downloaded allocator-api2 v0.2.21
9002026-03-26T04:06:23.899Z Downloaded fs-err v3.3.0
9012026-03-26T04:06:23.904Z Downloaded lru-cache v0.1.2
9022026-03-26T04:06:23.904Z Downloaded group v0.13.0
9032026-03-26T04:06:23.904Z Downloaded darling v0.23.0
9042026-03-26T04:06:23.908Z Downloaded newline-converter v0.3.0
9052026-03-26T04:06:23.908Z Downloaded foreign-types v0.5.0
9062026-03-26T04:06:23.911Z Downloaded float-ord v0.3.2
9072026-03-26T04:06:23.911Z Downloaded hash32 v0.3.1
9082026-03-26T04:06:23.911Z Downloaded half v2.7.1
9092026-03-26T04:06:23.915Z Downloaded gethostname v0.5.0
9102026-03-26T04:06:23.915Z Downloaded dyn-clone v1.0.20
9112026-03-26T04:06:23.915Z Downloaded libscf-sys v1.1.0
9122026-03-26T04:06:23.918Z Downloaded argon2 v0.5.3
9132026-03-26T04:06:23.918Z Downloaded crucible-workspace-hack v0.1.0
9142026-03-26T04:06:23.918Z Downloaded icu_provider v2.1.1
9152026-03-26T04:06:23.922Z Downloaded constant_time_eq v0.4.2
9162026-03-26T04:06:23.922Z Downloaded ingot-types v0.1.2
9172026-03-26T04:06:23.925Z Downloaded dof v0.4.0
9182026-03-26T04:06:23.926Z Downloaded darling_macro v0.21.3
9192026-03-26T04:06:23.926Z Downloaded bit-set v0.8.0
9202026-03-26T04:06:23.926Z Downloaded itertools v0.12.1
9212026-03-26T04:06:23.930Z Downloaded memmap v0.7.0
9222026-03-26T04:06:23.933Z Downloaded dunce v1.0.5
9232026-03-26T04:06:23.933Z Downloaded goblin v0.10.5
9242026-03-26T04:06:23.940Z Downloaded keccak v0.1.6
9252026-03-26T04:06:23.945Z Downloaded newtype-uuid-macros v0.1.0
9262026-03-26T04:06:23.945Z Downloaded base16ct v0.2.0
9272026-03-26T04:06:23.945Z Downloaded embedded-io v0.6.1
9282026-03-26T04:06:23.945Z Downloaded ident_case v1.0.1
9292026-03-26T04:06:23.945Z Downloaded dof v0.3.0
9302026-03-26T04:06:23.945Z Downloaded internet-checksum v0.2.1
9312026-03-26T04:06:23.945Z Downloaded bcs v0.1.6
9322026-03-26T04:06:23.951Z Downloaded arrayref v0.3.9
9332026-03-26T04:06:23.951Z Downloaded cookie v0.18.1
9342026-03-26T04:06:23.951Z Downloaded opaque-debug v0.3.1
9352026-03-26T04:06:23.951Z Downloaded crossbeam-deque v0.8.6
9362026-03-26T04:06:23.954Z Downloaded linear-map v1.2.0
9372026-03-26T04:06:23.954Z Downloaded powerfmt v0.2.0
9382026-03-26T04:06:23.954Z Downloaded num-derive v0.3.3
9392026-03-26T04:06:23.954Z Downloaded const-random v0.1.18
9402026-03-26T04:06:23.955Z Downloaded async-stream-impl v0.3.6
9412026-03-26T04:06:23.955Z Downloaded no-std-compat v0.4.1
9422026-03-26T04:06:23.958Z Downloaded hubpack_derive v0.1.1
9432026-03-26T04:06:23.958Z Downloaded const-random-macro v0.1.16
9442026-03-26T04:06:23.958Z Downloaded num_enum_derive v0.5.11
9452026-03-26T04:06:23.963Z Downloaded libsw-core v0.3.2
9462026-03-26T04:06:23.963Z Downloaded backoff v0.4.0
9472026-03-26T04:06:23.963Z Downloaded async-recursion v1.1.1
9482026-03-26T04:06:23.963Z Downloaded darling_macro v0.23.0
9492026-03-26T04:06:23.967Z Downloaded darling_core v0.21.3
9502026-03-26T04:06:23.972Z Downloaded num_threads v0.1.7
9512026-03-26T04:06:23.972Z Downloaded instant v0.1.13
9522026-03-26T04:06:23.972Z Downloaded dropshot-api-manager-types v0.7.0
9532026-03-26T04:06:23.976Z Downloaded heck v0.4.1
9542026-03-26T04:06:23.976Z Downloaded ciborium-io v0.2.2
9552026-03-26T04:06:23.976Z Downloaded arc-swap v1.9.0
9562026-03-26T04:06:23.976Z Downloaded num_enum v0.7.6
9572026-03-26T04:06:23.981Z Downloaded memmap2 v0.9.10
9582026-03-26T04:06:23.987Z Downloaded ingot-macros v0.1.1
9592026-03-26T04:06:23.987Z Downloaded defmt v0.3.100
9602026-03-26T04:06:23.987Z Downloaded cobs v0.3.0
9612026-03-26T04:06:23.987Z Downloaded async-stream v0.3.6
9622026-03-26T04:06:23.987Z Downloaded num-iter v0.1.45
9632026-03-26T04:06:23.987Z Downloaded dtrace-parser v0.3.0
9642026-03-26T04:06:23.987Z Downloaded num-derive v0.4.2
9652026-03-26T04:06:23.991Z Downloaded hostname v0.3.1
9662026-03-26T04:06:23.991Z Downloaded base16ct v1.0.0
9672026-03-26T04:06:23.991Z Downloaded critical-section v1.2.0
9682026-03-26T04:06:23.997Z Downloaded pretty-hex v0.4.2
9692026-03-26T04:06:23.997Z Downloaded hubpack v0.1.2
9702026-03-26T04:06:23.997Z Downloaded olpc-cjson v0.1.4
9712026-03-26T04:06:23.997Z Downloaded ciborium-ll v0.2.2
9722026-03-26T04:06:23.997Z Downloaded num-conv v0.2.0
9732026-03-26T04:06:23.998Z Downloaded mime v0.3.17
9742026-03-26T04:06:23.998Z Downloaded cpufeatures v0.3.0
9752026-03-26T04:06:24.002Z Downloaded parse-display v0.10.0
9762026-03-26T04:06:24.002Z Downloaded memoffset v0.9.1
9772026-03-26T04:06:24.009Z Downloaded csv-core v0.1.13
9782026-03-26T04:06:24.009Z Downloaded proc-macro-crate v3.5.0
9792026-03-26T04:06:24.009Z Downloaded idna_adapter v1.2.1
9802026-03-26T04:06:24.012Z Downloaded num-complex v0.4.6
9812026-03-26T04:06:24.012Z Downloaded deranged v0.5.8
9822026-03-26T04:06:24.012Z Downloaded ipnetwork v0.21.1
9832026-03-26T04:06:24.012Z Downloaded phf_shared v0.12.1
9842026-03-26T04:06:24.016Z Downloaded enum-as-inner v0.6.1
9852026-03-26T04:06:24.016Z Downloaded proc-macro-crate v1.3.1
9862026-03-26T04:06:24.016Z Downloaded progenitor-client v0.10.0
9872026-03-26T04:06:24.021Z Downloaded omicron-workspace-hack v0.1.0
9882026-03-26T04:06:24.021Z Downloaded managed v0.8.0
9892026-03-26T04:06:24.021Z Downloaded cmake v0.1.57
9902026-03-26T04:06:24.021Z Downloaded is-terminal v0.4.17
9912026-03-26T04:06:24.021Z Downloaded potential_utf v0.1.4
9922026-03-26T04:06:24.025Z Downloaded match_cfg v0.1.0
9932026-03-26T04:06:24.025Z Downloaded fxhash v0.2.1
9942026-03-26T04:06:24.025Z Downloaded indexmap v1.9.3
9952026-03-26T04:06:24.025Z Downloaded crossbeam-epoch v0.9.18
9962026-03-26T04:06:24.028Z Downloaded cargo_toml v0.22.3
9972026-03-26T04:06:24.028Z Downloaded drift v0.1.3
9982026-03-26T04:06:24.031Z Downloaded progenitor v0.10.0
9992026-03-26T04:06:24.034Z Downloaded plain v0.2.3
10002026-03-26T04:06:24.034Z Downloaded glob v0.3.3
10012026-03-26T04:06:24.034Z Downloaded parking_lot_core v0.8.6
10022026-03-26T04:06:24.037Z Downloaded num_enum_derive v0.7.6
10032026-03-26T04:06:24.037Z Downloaded proc-macro-error-attr v1.0.4
10042026-03-26T04:06:24.041Z Downloaded newtype_derive v0.1.6
10052026-03-26T04:06:24.041Z Downloaded ff v0.13.1
10062026-03-26T04:06:24.041Z Downloaded progenitor-macro v0.11.2
10072026-03-26T04:06:24.044Z Downloaded quick-error v1.2.3
10082026-03-26T04:06:24.047Z Downloaded hostname v0.4.2
10092026-03-26T04:06:24.047Z Downloaded rustc_version v0.1.7
10102026-03-26T04:06:24.051Z Downloaded progenitor-macro v0.13.0
10112026-03-26T04:06:24.051Z Downloaded progenitor-macro v0.10.0
10122026-03-26T04:06:24.051Z Downloaded macaddr v1.0.1
10132026-03-26T04:06:24.054Z Downloaded num_enum v0.5.11
10142026-03-26T04:06:24.057Z Downloaded derive-ex v0.1.8
10152026-03-26T04:06:24.060Z Downloaded proc-macro-error2 v2.0.1
10162026-03-26T04:06:24.060Z Downloaded progenitor v0.11.2
10172026-03-26T04:06:24.063Z Downloaded phf v0.12.1
10182026-03-26T04:06:24.063Z Downloaded parse-display-derive v0.10.0
10192026-03-26T04:06:24.063Z Downloaded crossbeam-channel v0.5.15
10202026-03-26T04:06:24.067Z Downloaded icu_normalizer v2.1.1
10212026-03-26T04:06:24.071Z Downloaded compression-codecs v0.4.37
10222026-03-26T04:06:24.075Z Downloaded highway v1.3.0
10232026-03-26T04:06:24.075Z Downloaded proc-macro-error-attr2 v2.0.0
10242026-03-26T04:06:24.075Z Downloaded progenitor v0.13.0
10252026-03-26T04:06:24.079Z Downloaded diff v0.1.13
10262026-03-26T04:06:24.079Z Downloaded multer v3.1.0
10272026-03-26T04:06:24.079Z Downloaded icu_locale_core v2.1.1
10282026-03-26T04:06:24.082Z Downloaded scroll_derive v0.12.1
10292026-03-26T04:06:24.085Z Downloaded cipher v0.4.4
10302026-03-26T04:06:24.085Z Downloaded defmt v1.0.1
10312026-03-26T04:06:24.089Z Downloaded darling v0.21.3
10322026-03-26T04:06:24.092Z Downloaded ciborium v0.2.2
10332026-03-26T04:06:24.095Z Downloaded cancel-safe-futures v0.1.5
10342026-03-26T04:06:24.095Z Downloaded bytecount v0.6.9
10352026-03-26T04:06:24.098Z Downloaded ref-cast v1.0.25
10362026-03-26T04:06:24.098Z Downloaded rand_chacha v0.3.1
10372026-03-26T04:06:24.101Z Downloaded parking_lot v0.11.2
10382026-03-26T04:06:24.101Z Downloaded linked-hash-map v0.5.6
10392026-03-26T04:06:24.101Z Downloaded async-compression v0.4.41
10402026-03-26T04:06:24.105Z Downloaded pem v3.0.6
10412026-03-26T04:06:24.108Z Downloaded progenitor-client v0.13.0
10422026-03-26T04:06:24.108Z Downloaded siphasher v1.0.2
10432026-03-26T04:06:24.112Z Downloaded rand_core v0.10.0
10442026-03-26T04:06:24.112Z Downloaded slog-envlogger v2.2.0
10452026-03-26T04:06:24.112Z Downloaded serial_test_derive v3.4.0
10462026-03-26T04:06:24.115Z Downloaded semver v0.1.20
10472026-03-26T04:06:24.115Z Downloaded progenitor-extras v0.1.1
10482026-03-26T04:06:24.115Z Downloaded serial_test v3.4.0
10492026-03-26T04:06:24.118Z Downloaded serde_tokenstream v0.2.3
10502026-03-26T04:06:24.118Z Downloaded icu_collections v2.1.1
10512026-03-26T04:06:24.122Z Downloaded secrecy v0.10.3
10522026-03-26T04:06:24.122Z Downloaded num-integer v0.1.46
10532026-03-26T04:06:24.125Z Downloaded proc-macro-error v1.0.4
10542026-03-26T04:06:24.125Z Downloaded defmt-macros v1.0.1
10552026-03-26T04:06:24.128Z Downloaded progenitor-client v0.11.2
10562026-03-26T04:06:24.128Z Downloaded ref-cast-impl v1.0.25
10572026-03-26T04:06:24.131Z Downloaded colored v3.1.1
10582026-03-26T04:06:24.131Z Downloaded chacha20 v0.10.0
10592026-03-26T04:06:24.135Z Downloaded strum v0.26.3
10602026-03-26T04:06:24.135Z Downloaded serde_repr v0.1.20
10612026-03-26T04:06:24.138Z Downloaded blake2 v0.10.6
10622026-03-26T04:06:24.138Z Downloaded backon v1.6.0
10632026-03-26T04:06:24.138Z Downloaded async-trait v0.1.89
10642026-03-26T04:06:24.141Z Downloaded rustversion v1.0.22
10652026-03-26T04:06:24.145Z Downloaded serde_derive_internals v0.29.1
10662026-03-26T04:06:24.145Z Downloaded omicron-zone-package v0.12.2
10672026-03-26T04:06:24.148Z Downloaded same-file v1.0.6
10682026-03-26T04:06:24.148Z Downloaded rand_xorshift v0.4.0
10692026-03-26T04:06:24.148Z Downloaded spin v0.5.2
10702026-03-26T04:06:24.151Z Downloaded smawk v0.3.2
10712026-03-26T04:06:24.151Z Downloaded sha1 v0.10.6
10722026-03-26T04:06:24.151Z Downloaded elliptic-curve v0.13.8
10732026-03-26T04:06:24.154Z Downloaded scroll_derive v0.13.1
10742026-03-26T04:06:24.157Z Downloaded oxnet v0.1.4
10752026-03-26T04:06:24.157Z Downloaded stable_deref_trait v1.2.1
10762026-03-26T04:06:24.157Z Downloaded console v0.16.3
10772026-03-26T04:06:24.160Z Downloaded slog-bunyan v2.5.0
10782026-03-26T04:06:24.160Z Downloaded tabwriter v1.4.1
10792026-03-26T04:06:24.160Z Downloaded serde_plain v1.0.2
10802026-03-26T04:06:24.163Z Downloaded sigpipe v0.1.3
10812026-03-26T04:06:24.163Z Downloaded litemap v0.8.1
10822026-03-26T04:06:24.163Z Downloaded termtree v0.5.1
10832026-03-26T04:06:24.166Z Downloaded structmeta-derive v0.3.0
10842026-03-26T04:06:24.166Z Downloaded serde-big-array v0.5.1
10852026-03-26T04:06:24.166Z Downloaded password-hash v0.5.0
10862026-03-26T04:06:24.169Z Downloaded rusty-fork v0.3.1
10872026-03-26T04:06:24.169Z Downloaded icu_properties v2.1.2
10882026-03-26T04:06:24.173Z Downloaded paste v1.0.15
10892026-03-26T04:06:24.173Z Downloaded poly1305 v0.8.0
10902026-03-26T04:06:24.175Z Downloaded rustls-native-certs v0.8.3
10912026-03-26T04:06:24.176Z Downloaded sdd v3.0.10
10922026-03-26T04:06:24.179Z Downloaded heapless v0.8.0
10932026-03-26T04:06:24.182Z Downloaded time-core v0.1.8
10942026-03-26T04:06:24.183Z Downloaded thread-id v4.2.2
10952026-03-26T04:06:24.183Z Downloaded unarray v0.1.4
10962026-03-26T04:06:24.186Z Downloaded testing_table v0.3.0
10972026-03-26T04:06:24.186Z Downloaded slog-scope v4.4.1
10982026-03-26T04:06:24.186Z Downloaded slog-async v2.8.0
10992026-03-26T04:06:24.186Z Downloaded papergrid v0.11.0
11002026-03-26T04:06:24.189Z Downloaded num v0.4.3
11012026-03-26T04:06:24.189Z Downloaded structmeta v0.3.0
11022026-03-26T04:06:24.193Z Downloaded smartstring v1.0.1
11032026-03-26T04:06:24.193Z Downloaded slog-stdlog v4.1.1
11042026-03-26T04:06:24.193Z Downloaded schemars_derive v0.8.22
11052026-03-26T04:06:24.197Z Downloaded resolv-conf v0.7.6
11062026-03-26T04:06:24.197Z Downloaded thiserror-impl-no-std v2.0.2
11072026-03-26T04:06:24.197Z Downloaded strum v0.27.2
11082026-03-26T04:06:24.197Z Downloaded pest_derive v2.8.6
11092026-03-26T04:06:24.214Z Downloaded oxide-tokio-rt v0.1.3
11102026-03-26T04:06:24.214Z Downloaded take_mut v0.2.2
11112026-03-26T04:06:24.214Z Downloaded derive_more v0.99.20
11122026-03-26T04:06:24.214Z Downloaded darling_core v0.23.0
11132026-03-26T04:06:24.214Z Downloaded tagptr v0.2.0
11142026-03-26T04:06:24.214Z Downloaded tabled_derive v0.11.0
11152026-03-26T04:06:24.214Z Downloaded scroll v0.13.0
11162026-03-26T04:06:24.214Z Downloaded slog-json v2.6.1
11172026-03-26T04:06:24.218Z Downloaded base64 v0.21.7
11182026-03-26T04:06:24.218Z Downloaded crypto-bigint v0.5.5
11192026-03-26T04:06:24.218Z Downloaded strum_macros v0.26.4
11202026-03-26T04:06:24.221Z Downloaded topological-sort v0.2.2
11212026-03-26T04:06:24.221Z Downloaded universal-hash v0.5.1
11222026-03-26T04:06:24.221Z Downloaded typify-macro v0.4.3
11232026-03-26T04:06:24.221Z Downloaded slog-dtrace v0.3.0
11242026-03-26T04:06:24.224Z Downloaded slog-term v2.9.2
11252026-03-26T04:06:24.224Z Downloaded dropshot_endpoint v0.17.0
11262026-03-26T04:06:24.227Z Downloaded progenitor-impl v0.11.2
11272026-03-26T04:06:24.227Z Downloaded hickory-resolver v0.24.4
11282026-03-26T04:06:24.230Z Downloaded dropshot_endpoint v0.16.7
11292026-03-26T04:06:24.233Z Downloaded strum_macros v0.27.2
11302026-03-26T04:06:24.233Z Downloaded waitgroup v0.1.2
11312026-03-26T04:06:24.233Z Downloaded progenitor-impl v0.10.0
11322026-03-26T04:06:24.238Z Downloaded unit-prefix v0.5.2
11332026-03-26T04:06:24.238Z Downloaded typify-macro v0.6.1
11342026-03-26T04:06:24.238Z Downloaded serde_with_macros v3.18.0
11352026-03-26T04:06:24.241Z Downloaded postcard v1.1.3
11362026-03-26T04:06:24.241Z Downloaded zerofrom v0.1.6
11372026-03-26T04:06:24.241Z Downloaded usdt v0.6.0
11382026-03-26T04:06:24.241Z Downloaded smf v0.2.3
11392026-03-26T04:06:24.241Z Downloaded const_format v0.2.35
11402026-03-26T04:06:24.246Z Downloaded untrusted v0.7.1
11412026-03-26T04:06:24.246Z Downloaded indicatif v0.18.4
11422026-03-26T04:06:24.249Z Downloaded tokio-tungstenite v0.21.0
11432026-03-26T04:06:24.249Z Downloaded pest_meta v2.8.6
11442026-03-26T04:06:24.252Z Downloaded chacha20poly1305 v0.10.1
11452026-03-26T04:06:24.252Z Downloaded papergrid v0.17.0
11462026-03-26T04:06:24.255Z Downloaded yoke-derive v0.8.1
11472026-03-26T04:06:24.255Z Downloaded rhai_codegen v3.1.0
11482026-03-26T04:06:24.262Z Downloaded usdt-macro v0.6.0
11492026-03-26T04:06:24.265Z Downloaded usdt-attr-macro v0.6.0
11502026-03-26T04:06:24.265Z Downloaded zone_cfg_derive v0.3.1
11512026-03-26T04:06:24.265Z Downloaded usdt-attr-macro v0.5.0
11522026-03-26T04:06:24.265Z Downloaded tiny-keccak v2.0.2
11532026-03-26T04:06:24.265Z Downloaded usdt v0.5.0
11542026-03-26T04:06:24.265Z Downloaded progenitor-impl v0.13.0
11552026-03-26T04:06:24.269Z Downloaded num-rational v0.4.2
11562026-03-26T04:06:24.269Z Downloaded natord v1.0.9
11572026-03-26T04:06:24.269Z Downloaded rustls-pemfile v2.2.0
11582026-03-26T04:06:24.269Z Downloaded prettyplease v0.2.37
11592026-03-26T04:06:24.272Z Downloaded pretty_assertions v1.4.1
11602026-03-26T04:06:24.272Z Downloaded hashbrown v0.12.3
11612026-03-26T04:06:24.275Z Downloaded scroll v0.12.0
11622026-03-26T04:06:24.278Z Downloaded zone v0.3.1
11632026-03-26T04:06:24.278Z Downloaded wait-timeout v0.2.1
11642026-03-26T04:06:24.278Z Downloaded whoami v1.6.1
11652026-03-26T04:06:24.281Z Downloaded utf-8 v0.7.6
11662026-03-26T04:06:24.281Z Downloaded rayon-core v1.13.0
11672026-03-26T04:06:24.281Z Downloaded icu_normalizer_data v2.1.1
11682026-03-26T04:06:24.284Z Downloaded zeroize_derive v1.4.3
11692026-03-26T04:06:24.284Z Downloaded spin v0.9.8
11702026-03-26T04:06:24.287Z Downloaded zerofrom-derive v0.1.6
11712026-03-26T04:06:24.287Z Downloaded tabled_derive v0.7.0
11722026-03-26T04:06:24.287Z Downloaded snafu-derive v0.8.9
11732026-03-26T04:06:24.287Z Downloaded jiff-static v0.2.23
11742026-03-26T04:06:24.290Z Downloaded hmac v0.12.1
11752026-03-26T04:06:24.290Z Downloaded bit-vec v0.8.0
11762026-03-26T04:06:24.290Z Downloaded byteorder v1.5.0
11772026-03-26T04:06:24.293Z Downloaded chacha20 v0.9.1
11782026-03-26T04:06:24.293Z Downloaded tokio-rustls v0.25.0
11792026-03-26T04:06:24.293Z Downloaded byte-wrapper v0.1.0
11802026-03-26T04:06:24.296Z Downloaded synstructure v0.13.2
11812026-03-26T04:06:24.296Z Downloaded tokio-dtrace v0.1.1
11822026-03-26T04:06:24.296Z Downloaded thread-id v5.1.0
11832026-03-26T04:06:24.302Z Downloaded zerovec-derive v0.11.2
11842026-03-26T04:06:24.305Z Downloaded time-macros v0.2.27
11852026-03-26T04:06:24.309Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11862026-03-26T04:06:24.312Z Downloaded tinystr v0.8.2
11872026-03-26T04:06:24.312Z Downloaded slog v2.8.2
11882026-03-26T04:06:24.316Z Downloaded writeable v0.6.2
11892026-03-26T04:06:24.316Z Downloaded walkdir v2.5.0
11902026-03-26T04:06:24.319Z Downloaded minimal-lexical v0.2.1
11912026-03-26T04:06:24.322Z Downloaded xz2 v0.1.7
11922026-03-26T04:06:24.322Z Downloaded usdt-impl v0.5.0
11932026-03-26T04:06:24.322Z Downloaded vsss-rs v3.3.4
11942026-03-26T04:06:24.325Z Downloaded usdt-macro v0.5.0
11952026-03-26T04:06:24.328Z Downloaded test-strategy v0.4.5
11962026-03-26T04:06:24.331Z Downloaded qorb v0.4.1
11972026-03-26T04:06:24.335Z Downloaded usdt-impl v0.6.0
11982026-03-26T04:06:24.342Z Downloaded rustls-platform-verifier v0.6.2
11992026-03-26T04:06:24.345Z Downloaded schemars v0.9.0
12002026-03-26T04:06:24.350Z Downloaded thin-vec v0.2.14
12012026-03-26T04:06:24.354Z Downloaded serde_yaml v0.9.34+deprecated
12022026-03-26T04:06:24.354Z Downloaded ucd-trie v0.1.7
12032026-03-26T04:06:24.354Z Downloaded thiserror-no-std v2.0.2
12042026-03-26T04:06:24.357Z Downloaded hickory-resolver v0.25.2
12052026-03-26T04:06:24.360Z Downloaded rand v0.8.5
12062026-03-26T04:06:24.363Z Downloaded zerocopy-derive v0.7.35
12072026-03-26T04:06:24.363Z Downloaded schemars v0.8.22
12082026-03-26T04:06:24.369Z Downloaded snafu v0.8.9
12092026-03-26T04:06:24.372Z Downloaded similar v2.7.0
12102026-03-26T04:06:24.375Z Downloaded unsafe-libyaml v0.2.11
12112026-03-26T04:06:24.378Z Downloaded nom v7.1.3
12122026-03-26T04:06:24.381Z Downloaded term v1.2.1
12132026-03-26T04:06:24.384Z Downloaded pest_generator v2.8.6
12142026-03-26T04:06:24.384Z Downloaded typify v0.6.1
12152026-03-26T04:06:24.387Z Downloaded expectorate v1.2.0
12162026-03-26T04:06:24.390Z Downloaded typify v0.4.3
12172026-03-26T04:06:24.390Z Downloaded tungstenite v0.21.0
12182026-03-26T04:06:24.393Z Downloaded toml v0.9.12+spec-1.1.0
12192026-03-26T04:06:24.396Z Downloaded yoke v0.8.1
12202026-03-26T04:06:24.399Z Downloaded steno v0.4.1
12212026-03-26T04:06:24.407Z Downloaded schemars v1.2.1
12222026-03-26T04:06:24.416Z Downloaded toml_edit v0.25.8+spec-1.1.0
12232026-03-26T04:06:24.419Z Downloaded rand v0.10.0
12242026-03-26T04:06:24.424Z Downloaded iddqd v0.3.17
12252026-03-26T04:06:24.429Z Downloaded toml_edit v0.19.15
12262026-03-26T04:06:24.438Z Downloaded zerotrie v0.2.3
12272026-03-26T04:06:24.442Z Downloaded pest v2.8.6
12282026-03-26T04:06:24.445Z Downloaded yansi v1.0.1
12292026-03-26T04:06:24.445Z Downloaded toml v0.7.8
12302026-03-26T04:06:24.451Z Downloaded dropshot-api-manager v0.7.0
12312026-03-26T04:06:24.463Z Downloaded libm v0.2.16
12322026-03-26T04:06:24.470Z Downloaded icu_properties_data v2.1.2
12332026-03-26T04:06:24.482Z Downloaded typed-path v0.9.3
12342026-03-26T04:06:24.488Z Downloaded zerocopy-derive v0.8.47
12352026-03-26T04:06:24.502Z Downloaded nom v8.0.0
12362026-03-26T04:06:24.506Z Downloaded hkdf v0.12.4
12372026-03-26T04:06:24.513Z Downloaded goblin v0.8.2
12382026-03-26T04:06:24.517Z Downloaded tough v0.20.0
12392026-03-26T04:06:24.523Z Downloaded scc v2.4.0
12402026-03-26T04:06:24.526Z Downloaded reqwest v0.13.2
12412026-03-26T04:06:24.529Z Downloaded blake3 v1.8.3
12422026-03-26T04:06:24.532Z Downloaded zerovec v0.11.5
12432026-03-26T04:06:24.535Z Downloaded rayon v1.11.0
12442026-03-26T04:06:24.555Z Downloaded zerocopy v0.7.35
12452026-03-26T04:06:24.564Z Downloaded serde_with v3.18.0
12462026-03-26T04:06:24.570Z Downloaded winnow v0.5.40
12472026-03-26T04:06:24.583Z Downloaded tabled v0.15.0
12482026-03-26T04:06:24.592Z Downloaded proptest v1.11.0
12492026-03-26T04:06:24.598Z Downloaded rustls-webpki v0.102.8
12502026-03-26T04:06:24.607Z Downloaded tabled v0.20.0
12512026-03-26T04:06:24.623Z Downloaded time v0.3.47
12522026-03-26T04:06:24.630Z Downloaded syn v1.0.109
12532026-03-26T04:06:24.638Z Downloaded nix v0.31.2
12542026-03-26T04:06:24.645Z Downloaded smoltcp v0.11.0
12552026-03-26T04:06:24.651Z Downloaded rhai v1.24.0
12562026-03-26T04:06:24.658Z Downloaded hickory-proto v0.25.2
12572026-03-26T04:06:24.669Z Downloaded hickory-proto v0.24.4
12582026-03-26T04:06:24.696Z Downloaded rustls v0.22.4
12592026-03-26T04:06:24.703Z Downloaded dropshot v0.16.7
12602026-03-26T04:06:24.716Z Downloaded sled v0.34.7
12612026-03-26T04:06:24.722Z Downloaded regress v0.10.5
12622026-03-26T04:06:24.727Z Downloaded dropshot v0.17.0
12632026-03-26T04:06:24.740Z Downloaded openapiv3 v2.2.0
12642026-03-26T04:06:24.746Z Downloaded jiff v0.2.23
12652026-03-26T04:06:24.760Z Downloaded lzma-sys v0.1.20
12662026-03-26T04:06:24.815Z Downloaded typify-impl v0.4.3
12672026-03-26T04:06:24.823Z Downloaded typify-impl v0.6.1
12682026-03-26T04:06:24.913Z Downloaded petgraph v0.6.5
12692026-03-26T04:06:24.950Z Downloaded chrono-tz v0.10.4
12702026-03-26T04:06:24.967Z Downloaded sha3 v0.10.8
12712026-03-26T04:06:24.975Z Downloaded csv v1.4.0
12722026-03-26T04:06:25.051Z Downloaded encoding_rs v0.8.35
12732026-03-26T04:06:25.669Z Downloaded aws-lc-sys v0.39.0
12742026-03-26T04:06:26.585Z Compiling proc-macro2 v1.0.106
12752026-03-26T04:06:26.585Z Compiling quote v1.0.45
12762026-03-26T04:06:26.589Z Compiling unicode-ident v1.0.24
12772026-03-26T04:06:26.589Z Compiling serde_core v1.0.228
12782026-03-26T04:06:26.589Z Compiling cfg-if v1.0.4
12792026-03-26T04:06:26.589Z Compiling serde v1.0.228
12802026-03-26T04:06:26.589Z Compiling libc v0.2.183
12812026-03-26T04:06:26.589Z Compiling memchr v2.8.0
12822026-03-26T04:06:26.797Z Compiling itoa v1.0.18
12832026-03-26T04:06:26.985Z Compiling smallvec v1.15.1
12842026-03-26T04:06:27.006Z Compiling zmij v1.0.21
12852026-03-26T04:06:27.105Z Compiling serde_json v1.0.149
12862026-03-26T04:06:27.186Z Compiling autocfg v1.5.0
12872026-03-26T04:06:27.357Z Compiling libm v0.2.16
12882026-03-26T04:06:27.429Z Compiling version_check v0.9.5
12892026-03-26T04:06:27.504Z Compiling stable_deref_trait v1.2.1
12902026-03-26T04:06:27.539Z Compiling pin-project-lite v0.2.17
12912026-03-26T04:06:27.577Z Compiling writeable v0.6.2
12922026-03-26T04:06:27.621Z Compiling litemap v0.8.1
12932026-03-26T04:06:27.624Z Compiling percent-encoding v2.3.2
12942026-03-26T04:06:27.642Z Compiling icu_normalizer_data v2.1.1
12952026-03-26T04:06:27.771Z Compiling icu_properties_data v2.1.2
12962026-03-26T04:06:27.814Z Compiling iana-time-zone v0.1.65
12972026-03-26T04:06:27.826Z Compiling equivalent v1.0.2
12982026-03-26T04:06:27.856Z Compiling syn v2.0.117
12992026-03-26T04:06:27.961Z Compiling parking_lot_core v0.9.12
13002026-03-26T04:06:28.003Z Compiling scopeguard v1.2.0
13012026-03-26T04:06:28.038Z Compiling form_urlencoded v1.2.2
13022026-03-26T04:06:28.066Z Compiling foldhash v0.2.0
13032026-03-26T04:06:28.105Z Compiling lock_api v0.4.14
13042026-03-26T04:06:28.147Z Compiling allocator-api2 v0.2.21
13052026-03-26T04:06:28.219Z Compiling utf8_iter v1.0.4
13062026-03-26T04:06:28.247Z Compiling dyn-clone v1.0.20
13072026-03-26T04:06:28.300Z Compiling num-traits v0.2.19
13082026-03-26T04:06:28.337Z Compiling jobserver v0.1.34
13092026-03-26T04:06:28.367Z Compiling shlex v1.3.0
13102026-03-26T04:06:28.387Z Compiling find-msvc-tools v0.1.9
13112026-03-26T04:06:28.479Z Compiling hashbrown v0.16.1
13122026-03-26T04:06:28.555Z Compiling cc v1.2.57
13132026-03-26T04:06:28.622Z Compiling log v0.4.29
13142026-03-26T04:06:28.664Z Compiling errno v0.3.14
13152026-03-26T04:06:28.823Z Compiling semver v1.0.27
13162026-03-26T04:06:28.935Z Compiling getrandom v0.4.2
13172026-03-26T04:06:28.964Z Compiling futures-core v0.3.32
13182026-03-26T04:06:29.076Z Compiling rand_core v0.10.0
13192026-03-26T04:06:29.117Z Compiling thiserror v2.0.18
13202026-03-26T04:06:29.171Z Compiling indexmap v2.13.0
13212026-03-26T04:06:29.234Z Compiling zerocopy v0.8.47
13222026-03-26T04:06:29.317Z Compiling heck v0.5.0
13232026-03-26T04:06:29.400Z Compiling futures-sink v0.3.32
13242026-03-26T04:06:29.503Z Compiling fnv v1.0.7
13252026-03-26T04:06:29.584Z Compiling slab v0.4.12
13262026-03-26T04:06:29.603Z Compiling uuid v1.22.0
13272026-03-26T04:06:29.664Z Compiling futures-channel v0.3.32
13282026-03-26T04:06:29.668Z Compiling rustversion v1.0.22
13292026-03-26T04:06:29.765Z Compiling futures-task v0.3.32
13302026-03-26T04:06:29.826Z Compiling typenum v1.19.0
13312026-03-26T04:06:29.830Z Compiling futures-io v0.3.32
13322026-03-26T04:06:29.892Z Compiling schemars v0.8.22
13332026-03-26T04:06:29.988Z Compiling socket2 v0.6.3
13342026-03-26T04:06:30.000Z Compiling getrandom v0.2.17
13352026-03-26T04:06:30.038Z Compiling portable-atomic v1.13.1
13362026-03-26T04:06:30.192Z Compiling parking_lot v0.12.5
13372026-03-26T04:06:30.220Z Compiling signal-hook-registry v1.4.8
13382026-03-26T04:06:30.306Z Compiling mio v1.1.1
13392026-03-26T04:06:30.481Z Compiling bitflags v2.11.0
13402026-03-26T04:06:30.532Z Compiling subtle v2.6.1
13412026-03-26T04:06:30.624Z Compiling critical-section v1.2.0
13422026-03-26T04:06:30.692Z Compiling byteorder v1.5.0
13432026-03-26T04:06:30.703Z Compiling untrusted v0.9.0
13442026-03-26T04:06:30.725Z Compiling base64 v0.22.1
13452026-03-26T04:06:30.737Z Compiling synstructure v0.13.2
13462026-03-26T04:06:30.824Z Compiling serde_derive_internals v0.29.1
13472026-03-26T04:06:30.844Z Compiling rand_core v0.6.4
13482026-03-26T04:06:30.857Z Compiling cmake v0.1.57
13492026-03-26T04:06:30.923Z Compiling fs_extra v1.3.0
13502026-03-26T04:06:31.065Z Compiling once_cell v1.21.4
13512026-03-26T04:06:31.078Z Compiling dunce v1.0.5
13522026-03-26T04:06:31.095Z Compiling strsim v0.11.1
13532026-03-26T04:06:31.171Z Compiling rustix v1.1.4
13542026-03-26T04:06:31.190Z Compiling atomic-waker v1.1.2
13552026-03-26T04:06:31.208Z Compiling aws-lc-sys v0.39.0
13562026-03-26T04:06:31.265Z Compiling regex-syntax v0.8.10
13572026-03-26T04:06:31.291Z Compiling httparse v1.10.1
13582026-03-26T04:06:31.317Z Compiling ipnet v2.12.0
13592026-03-26T04:06:31.520Z Compiling slog v2.8.2
13602026-03-26T04:06:31.613Z Compiling generic-array v0.14.7
13612026-03-26T04:06:31.700Z Compiling tower-layer v0.3.3
13622026-03-26T04:06:31.752Z Compiling tower-service v0.3.3
13632026-03-26T04:06:31.755Z Compiling thiserror v1.0.69
13642026-03-26T04:06:31.829Z Compiling ucd-trie v0.1.7
13652026-03-26T04:06:31.884Z Compiling try-lock v0.2.5
13662026-03-26T04:06:31.895Z Compiling getrandom v0.3.4
13672026-03-26T04:06:31.992Z Compiling pest v2.8.6
13682026-03-26T04:06:32.073Z Compiling serde_derive v1.0.228
13692026-03-26T04:06:32.086Z Compiling zerofrom-derive v0.1.6
13702026-03-26T04:06:32.089Z Compiling yoke-derive v0.8.1
13712026-03-26T04:06:32.137Z Compiling zerovec-derive v0.11.2
13722026-03-26T04:06:32.185Z Compiling displaydoc v0.2.5
13732026-03-26T04:06:32.231Z Compiling tokio-macros v2.6.1
13742026-03-26T04:06:32.969Z Compiling schemars_derive v0.8.22
13752026-03-26T04:06:33.011Z Compiling thiserror-impl v2.0.18
13762026-03-26T04:06:33.140Z Compiling zerocopy-derive v0.8.47
13772026-03-26T04:06:33.282Z Compiling zeroize_derive v1.4.3
13782026-03-26T04:06:33.317Z Compiling futures-macro v0.3.32
13792026-03-26T04:06:33.345Z Compiling zerofrom v0.1.6
13802026-03-26T04:06:33.472Z Compiling yoke v0.8.1
13812026-03-26T04:06:33.659Z Compiling zerovec v0.11.5
13822026-03-26T04:06:33.972Z Compiling zerotrie v0.2.3
13832026-03-26T04:06:34.004Z Compiling zeroize v1.8.2
13842026-03-26T04:06:34.173Z Compiling tinystr v0.8.2
13852026-03-26T04:06:34.185Z Compiling potential_utf v0.1.4
13862026-03-26T04:06:34.213Z Compiling futures-util v0.3.32
13872026-03-26T04:06:34.298Z Compiling icu_collections v2.1.1
13882026-03-26T04:06:34.351Z Compiling icu_locale_core v2.1.1
13892026-03-26T04:06:34.468Z Compiling thiserror-impl v1.0.69
13902026-03-26T04:06:34.813Z Compiling pest_meta v2.8.6
13912026-03-26T04:06:34.967Z Compiling icu_provider v2.1.1
13922026-03-26T04:06:35.336Z Compiling bytes v1.11.1
13932026-03-26T04:06:35.363Z Compiling icu_properties v2.1.2
13942026-03-26T04:06:35.423Z Compiling icu_normalizer v2.1.1
13952026-03-26T04:06:35.687Z Compiling chrono v0.4.44
13962026-03-26T04:06:36.007Z Compiling http v1.4.0
13972026-03-26T04:06:36.035Z Compiling tokio v1.50.0
13982026-03-26T04:06:36.232Z Compiling idna_adapter v1.2.1
13992026-03-26T04:06:36.369Z Compiling idna v1.1.0
14002026-03-26T04:06:36.560Z Compiling serde_tokenstream v0.2.3
14012026-03-26T04:06:36.616Z Compiling erased-serde v0.3.31
14022026-03-26T04:06:36.853Z Compiling url v2.5.8
14032026-03-26T04:06:37.018Z Compiling http-body v1.0.1
14042026-03-26T04:06:38.821Z Compiling want v0.3.1
14052026-03-26T04:06:38.843Z Compiling pin-utils v0.1.0
14062026-03-26T04:06:38.843Z Compiling ryu v1.0.23
14072026-03-26T04:06:38.843Z Compiling httpdate v1.0.3
14082026-03-26T04:06:38.843Z Compiling pest_generator v2.8.6
14092026-03-26T04:06:38.843Z Compiling ppv-lite86 v0.2.21
14102026-03-26T04:06:38.843Z Compiling pretty-hex v0.4.2
14112026-03-26T04:06:38.843Z Compiling paste v1.0.15
14122026-03-26T04:06:38.843Z Compiling plain v0.2.3
14132026-03-26T04:06:38.843Z Compiling crypto-common v0.1.7
14142026-03-26T04:06:38.843Z Compiling omicron-workspace-hack v0.1.0
14152026-03-26T04:06:38.843Z Compiling ident_case v1.0.1
14162026-03-26T04:06:38.843Z Compiling tracing-attributes v0.1.31
14172026-03-26T04:06:38.843Z Compiling tracing-core v0.1.36
14182026-03-26T04:06:38.843Z Compiling pest_derive v2.8.6
14192026-03-26T04:06:38.843Z Compiling serde_urlencoded v0.7.1
14202026-03-26T04:06:38.843Z Compiling http-body-util v0.1.3
14212026-03-26T04:06:38.843Z Compiling ipnetwork v0.21.1
14222026-03-26T04:06:38.843Z Compiling daft-derive v0.1.5
14232026-03-26T04:06:38.844Z Compiling sync_wrapper v1.0.2
14242026-03-26T04:06:38.844Z Compiling fastrand v2.3.0
14252026-03-26T04:06:38.844Z Compiling aho-corasick v1.1.4
14262026-03-26T04:06:38.857Z Compiling winnow v1.0.0
14272026-03-26T04:06:38.902Z Compiling rustls-pki-types v1.14.0
14282026-03-26T04:06:38.960Z Compiling async-trait v0.1.89
14292026-03-26T04:06:39.118Z Compiling tracing v0.1.44
14302026-03-26T04:06:39.350Z Compiling ring v0.17.14
14312026-03-26T04:06:39.392Z Compiling cpufeatures v0.2.17
14322026-03-26T04:06:39.464Z Compiling time-core v0.1.8
14332026-03-26T04:06:39.580Z Compiling regex-automata v0.4.14
14342026-03-26T04:06:39.612Z Compiling iri-string v0.7.11
14352026-03-26T04:06:39.865Z Compiling num-conv v0.2.0
14362026-03-26T04:06:39.947Z Compiling powerfmt v0.2.0
14372026-03-26T04:06:39.959Z Compiling anyhow v1.0.102
14382026-03-26T04:06:39.994Z Compiling time-macros v0.2.27
14392026-03-26T04:06:40.203Z Compiling deranged v0.5.8
14402026-03-26T04:06:40.698Z Compiling block-buffer v0.10.4
14412026-03-26T04:06:40.863Z Compiling scroll_derive v0.13.1
14422026-03-26T04:06:41.021Z Compiling hex v0.4.3
14432026-03-26T04:06:41.192Z Compiling num_threads v0.1.7
14442026-03-26T04:06:41.286Z Compiling digest v0.10.7
14452026-03-26T04:06:41.494Z Compiling regex v1.12.3
14462026-03-26T04:06:41.688Z Compiling scroll v0.13.0
14472026-03-26T04:06:41.719Z Compiling tokio-util v0.7.18
14482026-03-26T04:06:41.884Z Compiling oxnet v0.1.4
14492026-03-26T04:06:42.176Z Compiling camino v1.2.2
14502026-03-26T04:06:42.260Z Compiling goblin v0.10.5
14512026-03-26T04:06:42.468Z Compiling usdt-impl v0.6.0
14522026-03-26T04:06:42.524Z Compiling openssl-probe v0.2.1
14532026-03-26T04:06:42.730Z Compiling dtrace-parser v0.3.0
14542026-03-26T04:06:44.050Z Compiling crossbeam-utils v0.8.21
14552026-03-26T04:06:44.073Z Compiling h2 v0.4.13
14562026-03-26T04:06:44.073Z Compiling futures-executor v0.3.32
14572026-03-26T04:06:44.073Z Compiling openapiv3 v2.2.0
14582026-03-26T04:06:44.073Z Compiling structmeta-derive v0.3.0
14592026-03-26T04:06:44.073Z Compiling regress v0.10.5
14602026-03-26T04:06:44.150Z Compiling thread-id v5.1.0
14612026-03-26T04:06:44.234Z Compiling rustls v0.22.4
14622026-03-26T04:06:44.453Z Compiling syn v1.0.109
14632026-03-26T04:06:44.645Z Compiling structmeta v0.3.0
14642026-03-26T04:06:44.830Z Compiling futures v0.3.32
14652026-03-26T04:06:44.841Z Compiling rand_core v0.9.5
14662026-03-26T04:06:44.909Z Compiling dof v0.4.0
14672026-03-26T04:06:45.390Z Compiling hyper v1.8.1
14682026-03-26T04:06:45.643Z Compiling darling_core v0.23.0
14692026-03-26T04:06:46.352Z Compiling newtype-uuid-macros v0.1.0
14702026-03-26T04:06:46.574Z Compiling thread_local v1.1.9
14712026-03-26T04:06:46.857Z Compiling winnow v0.7.15
14722026-03-26T04:06:47.089Z Compiling aws-lc-rs v1.16.2
14732026-03-26T04:06:47.173Z Compiling match_cfg v0.1.0
14742026-03-26T04:06:47.195Z Compiling hyper-util v0.1.20
14752026-03-26T04:06:47.241Z Compiling newtype-uuid v1.3.2
14762026-03-26T04:06:47.361Z Compiling slog-async v2.8.0
14772026-03-26T04:06:47.587Z Compiling quick-error v1.2.3
14782026-03-26T04:06:47.645Z Compiling ref-cast v1.0.25
14792026-03-26T04:06:47.715Z Compiling daft v0.1.5
14802026-03-26T04:06:47.735Z Compiling usdt-attr-macro v0.6.0
14812026-03-26T04:06:47.796Z Compiling darling_macro v0.23.0
14822026-03-26T04:06:47.970Z Compiling usdt-macro v0.6.0
14832026-03-26T04:06:47.993Z Compiling rand_chacha v0.9.0
14842026-03-26T04:06:48.374Z Compiling darling v0.23.0
14852026-03-26T04:06:48.390Z Compiling ref-cast-impl v1.0.25
14862026-03-26T04:06:48.435Z Compiling strum_macros v0.26.4
14872026-03-26T04:06:48.453Z Compiling serde_spanned v1.1.0
14882026-03-26T04:06:48.606Z Compiling toml_datetime v0.7.5+spec-1.1.0
14892026-03-26T04:06:48.938Z Compiling multer v3.1.0
14902026-03-26T04:06:48.943Z Compiling term v1.2.1
14912026-03-26T04:06:48.955Z Compiling toml_writer v1.1.0+spec-1.1.0
14922026-03-26T04:06:49.015Z Compiling take_mut v0.2.2
14932026-03-26T04:06:49.124Z Compiling debug-ignore v1.0.5
14942026-03-26T04:06:49.135Z Compiling bit-vec v0.8.0
14952026-03-26T04:06:49.145Z Compiling untrusted v0.7.1
14962026-03-26T04:06:49.224Z Compiling serde_with_macros v3.18.0
14972026-03-26T04:06:49.264Z Compiling rand v0.9.2
14982026-03-26T04:06:49.360Z Compiling bit-set v0.8.0
14992026-03-26T04:06:49.525Z Compiling async-stream-impl v0.3.6
15002026-03-26T04:06:49.655Z Compiling dropshot v0.16.7
15012026-03-26T04:06:49.880Z Compiling encoding_rs v0.8.35
15022026-03-26T04:06:50.141Z Compiling strum v0.26.3
15032026-03-26T04:06:50.190Z Compiling spin v0.9.8
15042026-03-26T04:06:50.202Z Compiling rustls v0.23.37
15052026-03-26T04:06:50.269Z Compiling unarray v0.1.4
15062026-03-26T04:06:50.299Z Compiling mime v0.3.17
15072026-03-26T04:06:50.382Z Compiling async-stream v0.3.6
15082026-03-26T04:06:50.455Z Compiling derive-ex v0.1.8
15092026-03-26T04:06:50.556Z Compiling dropshot_endpoint v0.16.7
15102026-03-26T04:06:50.583Z Compiling macaddr v1.0.1
15112026-03-26T04:06:50.686Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15122026-03-26T04:06:50.811Z Compiling waitgroup v0.1.2
15132026-03-26T04:06:50.850Z Compiling serde_path_to_error v0.1.20
15142026-03-26T04:06:51.146Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15152026-03-26T04:06:51.210Z Compiling tempfile v3.27.0
15162026-03-26T04:06:51.275Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15172026-03-26T04:06:51.424Z Compiling tower v0.5.3
15182026-03-26T04:06:51.456Z Compiling strum_macros v0.27.2
15192026-03-26T04:06:51.648Z Compiling instant v0.1.13
15202026-03-26T04:06:51.660Z Compiling time v0.3.47
15212026-03-26T04:06:51.912Z Compiling tower-http v0.6.8
15222026-03-26T04:06:52.058Z Compiling test-strategy v0.4.5
15232026-03-26T04:06:52.096Z Compiling rustc-hash v2.1.1
15242026-03-26T04:06:52.236Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
15252026-03-26T04:06:52.343Z Compiling crossbeam-channel v0.5.15
15262026-03-26T04:06:53.307Z Compiling strum v0.27.2
15272026-03-26T04:06:53.351Z Compiling parse-display-derive v0.10.0
15282026-03-26T04:06:53.436Z Compiling rustls-native-certs v0.8.3
15292026-03-26T04:06:53.448Z Compiling backon v1.6.0
15302026-03-26T04:06:53.782Z Compiling rand_chacha v0.3.1
15312026-03-26T04:06:53.805Z Compiling rustls-webpki v0.102.8
15322026-03-26T04:06:54.690Z Compiling rand v0.8.5
15332026-03-26T04:06:54.728Z Compiling slog-json v2.6.1
15342026-03-26T04:06:54.938Z Compiling hostname v0.3.1
15352026-03-26T04:06:54.938Z Compiling toml_parser v1.1.0+spec-1.1.0
15362026-03-26T04:06:55.009Z Compiling memmap2 v0.9.10
15372026-03-26T04:06:55.127Z Compiling is-terminal v0.4.17
15382026-03-26T04:06:55.221Z Compiling wait-timeout v0.2.1
15392026-03-26T04:06:55.285Z Compiling either v1.15.0
15402026-03-26T04:06:55.496Z Compiling rusty-fork v0.3.1
15412026-03-26T04:06:55.536Z Compiling toml v0.9.12+spec-1.1.0
15422026-03-26T04:06:55.562Z Compiling usdt v0.6.0
15432026-03-26T04:06:55.704Z Compiling slog-term v2.9.2
15442026-03-26T04:06:55.845Z Compiling slog-bunyan v2.5.0
15452026-03-26T04:06:56.330Z Compiling tokio-rustls v0.25.0
15462026-03-26T04:06:56.353Z Compiling serde_with v3.18.0
15472026-03-26T04:06:56.558Z Compiling rand_xorshift v0.4.0
15482026-03-26T04:06:56.567Z Compiling sha1 v0.10.6
15492026-03-26T04:06:56.708Z Compiling rustls-pemfile v2.2.0
15502026-03-26T04:06:56.720Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
15512026-03-26T04:06:56.799Z Compiling hostname v0.4.2
15522026-03-26T04:06:56.940Z Compiling proptest v1.11.0
15532026-03-26T04:06:57.824Z Compiling reqwest v0.12.28
15542026-03-26T04:06:57.938Z Compiling itertools v0.14.0
15552026-03-26T04:06:58.130Z Compiling iddqd v0.3.17
15562026-03-26T04:06:58.372Z Compiling utf8parse v0.2.2
15572026-03-26T04:06:58.487Z Compiling anstyle-parse v1.0.0
15582026-03-26T04:06:58.680Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
15592026-03-26T04:06:58.929Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
15602026-03-26T04:06:59.274Z Compiling toml_datetime v0.6.11
15612026-03-26T04:06:59.524Z Compiling anstyle v1.0.14
15622026-03-26T04:06:59.550Z Compiling is_terminal_polyfill v1.70.2
15632026-03-26T04:06:59.749Z Compiling anstyle-query v1.1.5
15642026-03-26T04:06:59.805Z Compiling colorchoice v1.0.5
15652026-03-26T04:06:59.921Z Compiling anstream v1.0.0
15662026-03-26T04:06:59.945Z Compiling progenitor-client v0.10.0
15672026-03-26T04:07:00.282Z Compiling parse-display v0.10.0
15682026-03-26T04:07:00.348Z Compiling backoff v0.4.0
15692026-03-26T04:07:00.569Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
15702026-03-26T04:07:00.708Z Compiling clap_lex v1.1.0
15712026-03-26T04:07:00.962Z Compiling clap_derive v4.6.0
15722026-03-26T04:07:01.064Z Compiling unicode-width v0.2.2
15732026-03-26T04:07:01.485Z Compiling terminal_size v0.4.4
15742026-03-26T04:07:01.577Z Compiling darling_core v0.21.3
15752026-03-26T04:07:01.588Z Compiling zerocopy-derive v0.7.35
15762026-03-26T04:07:02.397Z Compiling crossbeam-epoch v0.9.18
15772026-03-26T04:07:02.460Z Compiling zerocopy v0.7.35
15782026-03-26T04:07:03.220Z Compiling clap_builder v4.6.0
15792026-03-26T04:07:03.649Z Compiling proc-macro-error-attr v1.0.4
15802026-03-26T04:07:03.681Z Compiling tinyvec_macros v0.1.1
15812026-03-26T04:07:03.703Z Compiling darling_macro v0.21.3
15822026-03-26T04:07:03.749Z Compiling convert_case v0.4.0
15832026-03-26T04:07:03.872Z Compiling heapless v0.8.0
15842026-03-26T04:07:04.056Z Compiling toml_datetime v1.1.0+spec-1.1.0
15852026-03-26T04:07:04.215Z Compiling toml_edit v0.25.8+spec-1.1.0
15862026-03-26T04:07:04.290Z Compiling derive_more v0.99.20
15872026-03-26T04:07:04.302Z Compiling darling v0.21.3
15882026-03-26T04:07:04.381Z Compiling ingot-macros v0.1.1
15892026-03-26T04:07:04.732Z Compiling tinyvec v1.11.0
15902026-03-26T04:07:05.125Z Compiling clap v4.6.0
15912026-03-26T04:07:05.567Z Compiling dtrace-parser v0.2.0
15922026-03-26T04:07:05.778Z Compiling secrecy v0.10.3
15932026-03-26T04:07:05.941Z Compiling scroll_derive v0.12.1
15942026-03-26T04:07:06.496Z Compiling hash32 v0.3.1
15952026-03-26T04:07:06.633Z Compiling usdt-impl v0.5.0
15962026-03-26T04:07:06.653Z Compiling proc-macro-error v1.0.4
15972026-03-26T04:07:06.670Z Compiling crucible-workspace-hack v0.1.0
15982026-03-26T04:07:06.681Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15992026-03-26T04:07:06.878Z Compiling smoltcp v0.11.0
16002026-03-26T04:07:06.880Z Compiling winnow v0.5.40
16012026-03-26T04:07:07.000Z Compiling scroll v0.12.0
16022026-03-26T04:07:07.230Z Compiling proc-macro-crate v3.5.0
16032026-03-26T04:07:07.276Z Compiling ingot-types v0.1.2
16042026-03-26T04:07:07.651Z Compiling dof v0.3.0
16052026-03-26T04:07:07.745Z Compiling typify-impl v0.6.1
16062026-03-26T04:07:07.917Z Compiling serde_spanned v0.6.9
16072026-03-26T04:07:07.929Z Compiling cobs v0.3.0
16082026-03-26T04:07:07.999Z Compiling memoffset v0.9.1
16092026-03-26T04:07:08.119Z Compiling thread-id v4.2.2
16102026-03-26T04:07:08.131Z Compiling bitflags v1.3.2
16112026-03-26T04:07:08.134Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
16122026-03-26T04:07:08.201Z Compiling toml_edit v0.19.15
16132026-03-26T04:07:08.201Z Compiling toml_write v0.1.2
16142026-03-26T04:07:08.227Z Compiling cfg_aliases v0.2.1
16152026-03-26T04:07:08.290Z Compiling managed v0.8.0
16162026-03-26T04:07:08.302Z Compiling nix v0.31.2
16172026-03-26T04:07:08.365Z Compiling toml_edit v0.22.27
16182026-03-26T04:07:08.674Z Compiling postcard v1.1.3
16192026-03-26T04:07:09.427Z Compiling proc-macro-crate v1.3.1
16202026-03-26T04:07:09.477Z Compiling num_enum_derive v0.7.6
16212026-03-26T04:07:09.762Z Compiling ingot v0.1.1
16222026-03-26T04:07:10.317Z Compiling goblin v0.8.2
16232026-03-26T04:07:10.743Z Compiling tabwriter v1.4.1
16242026-03-26T04:07:10.898Z Compiling foreign-types-macros v0.2.3
16252026-03-26T04:07:10.999Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16262026-03-26T04:07:11.309Z Compiling num-integer v0.1.46
16272026-03-26T04:07:11.552Z Compiling rustc_version v0.4.1
16282026-03-26T04:07:11.739Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16292026-03-26T04:07:11.863Z Compiling cpufeatures v0.3.0
16302026-03-26T04:07:11.889Z Compiling rayon-core v1.13.0
16312026-03-26T04:07:11.937Z Compiling foreign-types-shared v0.3.1
16322026-03-26T04:07:11.965Z Compiling float-ord v0.3.2
16332026-03-26T04:07:12.027Z Compiling heck v0.4.1
16342026-03-26T04:07:12.049Z Compiling foreign-types v0.5.0
16352026-03-26T04:07:12.130Z Compiling chacha20 v0.10.0
16362026-03-26T04:07:12.360Z Compiling curve25519-dalek v4.1.3
16372026-03-26T04:07:12.385Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16382026-03-26T04:07:12.891Z Compiling num_enum v0.7.6
16392026-03-26T04:07:13.014Z Compiling num_enum_derive v0.5.11
16402026-03-26T04:07:13.554Z Compiling toml v0.8.23
16412026-03-26T04:07:14.204Z Compiling typify-macro v0.6.1
16422026-03-26T04:07:14.344Z Compiling crossbeam-deque v0.8.6
16432026-03-26T04:07:14.532Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
16442026-03-26T04:07:14.709Z Compiling hmac v0.12.1
16452026-03-26T04:07:14.844Z Compiling inout v0.1.4
16462026-03-26T04:07:14.974Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16472026-03-26T04:07:14.991Z Compiling ff v0.13.1
16482026-03-26T04:07:15.157Z Compiling cstr-argument v0.1.2
16492026-03-26T04:07:15.293Z Compiling colored v3.1.1
16502026-03-26T04:07:15.313Z Compiling rustix v0.38.44
16512026-03-26T04:07:15.534Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
16522026-03-26T04:07:15.751Z Compiling prettyplease v0.2.37
16532026-03-26T04:07:15.884Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16542026-03-26T04:07:16.330Z Compiling group v0.13.0
16552026-03-26T04:07:16.414Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
16562026-03-26T04:07:16.439Z Compiling cipher v0.4.4
16572026-03-26T04:07:16.537Z Compiling hkdf v0.12.4
16582026-03-26T04:07:16.898Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
16592026-03-26T04:07:17.103Z Compiling num_enum v0.5.11
16602026-03-26T04:07:17.240Z Compiling rustls-webpki v0.103.10
16612026-03-26T04:07:17.468Z Compiling rand v0.10.0
16622026-03-26T04:07:17.556Z Compiling num-rational v0.4.2
16632026-03-26T04:07:18.158Z Compiling num-iter v0.1.45
16642026-03-26T04:07:18.194Z Compiling usdt-macro v0.5.0
16652026-03-26T04:07:18.281Z Compiling usdt-attr-macro v0.5.0
16662026-03-26T04:07:19.006Z Compiling camino-tempfile v1.4.1
16672026-03-26T04:07:19.093Z Compiling thiserror-impl-no-std v2.0.2
16682026-03-26T04:07:19.248Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
16692026-03-26T04:07:19.459Z Compiling universal-hash v0.5.1
16702026-03-26T04:07:19.595Z Compiling half v2.7.1
16712026-03-26T04:07:19.617Z Compiling crypto-bigint v0.5.5
16722026-03-26T04:07:19.902Z Compiling curve25519-dalek-derive v0.1.1
16732026-03-26T04:07:19.940Z Compiling enum-as-inner v0.6.1
16742026-03-26T04:07:20.276Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
16752026-03-26T04:07:20.496Z Compiling num-complex v0.4.6
16762026-03-26T04:07:20.574Z Compiling memmap v0.7.0
16772026-03-26T04:07:20.606Z Compiling data-encoding v2.10.0
16782026-03-26T04:07:20.634Z Compiling opaque-debug v0.3.1
16792026-03-26T04:07:20.707Z Compiling tokio-rustls v0.26.4
16802026-03-26T04:07:20.771Z Compiling rustls-platform-verifier v0.6.2
16812026-03-26T04:07:20.983Z Compiling hyper-rustls v0.27.7
16822026-03-26T04:07:21.018Z Compiling base16ct v0.2.0
16832026-03-26T04:07:21.139Z Compiling base64ct v1.8.3
16842026-03-26T04:07:21.182Z Compiling reqwest v0.13.2
16852026-03-26T04:07:21.397Z Compiling ciborium-io v0.2.2
16862026-03-26T04:07:21.464Z Compiling password-hash v0.5.0
16872026-03-26T04:07:21.476Z Compiling ciborium-ll v0.2.2
16882026-03-26T04:07:21.496Z Compiling elliptic-curve v0.13.8
16892026-03-26T04:07:21.704Z Compiling num v0.4.3
16902026-03-26T04:07:21.776Z Compiling usdt v0.5.0
16912026-03-26T04:07:21.788Z Compiling poly1305 v0.8.0
16922026-03-26T04:07:22.120Z Compiling thiserror-no-std v2.0.2
16932026-03-26T04:07:22.227Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16942026-03-26T04:07:22.357Z Compiling rayon v1.11.0
16952026-03-26T04:07:22.575Z Compiling progenitor-client v0.13.0
16962026-03-26T04:07:22.802Z Compiling progenitor-extras v0.1.1
16972026-03-26T04:07:23.057Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
16982026-03-26T04:07:23.189Z Compiling chacha20 v0.9.1
16992026-03-26T04:07:23.421Z Compiling typify v0.6.1
17002026-03-26T04:07:23.520Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17012026-03-26T04:07:24.342Z Compiling zone_cfg_derive v0.3.1
17022026-03-26T04:07:24.658Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
17032026-03-26T04:07:24.836Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17042026-03-26T04:07:25.027Z Compiling itertools v0.12.1
17052026-03-26T04:07:25.099Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17062026-03-26T04:07:25.322Z Compiling blake2 v0.10.6
17072026-03-26T04:07:25.591Z Compiling byte-wrapper v0.1.0
17082026-03-26T04:07:25.684Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17092026-03-26T04:07:25.717Z Compiling aead v0.5.2
17102026-03-26T04:07:25.808Z Compiling num-derive v0.4.2
17112026-03-26T04:07:25.885Z Compiling sigpipe v0.1.3
17122026-03-26T04:07:25.974Z Compiling jiff v0.2.23
17132026-03-26T04:07:25.977Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17142026-03-26T04:07:26.020Z Compiling pkg-config v0.3.32
17152026-03-26T04:07:26.206Z Compiling vcpkg v0.2.15
17162026-03-26T04:07:26.302Z Compiling glob v0.3.3
17172026-03-26T04:07:26.492Z Compiling unsafe-libyaml v0.2.11
17182026-03-26T04:07:26.772Z Compiling keccak v0.1.6
17192026-03-26T04:07:26.794Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
17202026-03-26T04:07:26.804Z Compiling openssl-sys v0.9.112
17212026-03-26T04:07:27.200Z Compiling serde_yaml v0.9.34+deprecated
17222026-03-26T04:07:27.225Z Compiling sha3 v0.10.8
17232026-03-26T04:07:27.337Z Compiling zone v0.3.1
17242026-03-26T04:07:27.351Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17252026-03-26T04:07:27.500Z Compiling chacha20poly1305 v0.10.1
17262026-03-26T04:07:27.637Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17272026-03-26T04:07:28.175Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17282026-03-26T04:07:28.723Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17292026-03-26T04:07:28.874Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17302026-03-26T04:07:28.966Z Compiling argon2 v0.5.3
17312026-03-26T04:07:29.514Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17322026-03-26T04:07:29.777Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17332026-03-26T04:07:30.143Z Compiling progenitor-impl v0.13.0
17342026-03-26T04:07:30.572Z Compiling vsss-rs v3.3.4
17352026-03-26T04:07:30.955Z Compiling ciborium v0.2.2
17362026-03-26T04:07:30.973Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17372026-03-26T04:07:31.100Z Compiling hubpack_derive v0.1.1
17382026-03-26T04:07:31.121Z Compiling smf v0.2.3
17392026-03-26T04:07:31.636Z Compiling whoami v1.6.1
17402026-03-26T04:07:31.646Z Compiling static_assertions v1.1.0
17412026-03-26T04:07:31.714Z Compiling linked-hash-map v0.5.6
17422026-03-26T04:07:31.737Z Compiling resolv-conf v0.7.6
17432026-03-26T04:07:31.797Z Compiling semver v0.1.20
17442026-03-26T04:07:31.856Z Compiling indent_write v2.2.0
17452026-03-26T04:07:31.886Z Compiling lru-cache v0.1.2
17462026-03-26T04:07:31.907Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17472026-03-26T04:07:31.997Z Compiling rustc_version v0.1.7
17482026-03-26T04:07:32.011Z Compiling hubpack v0.1.2
17492026-03-26T04:07:32.125Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17502026-03-26T04:07:32.141Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17512026-03-26T04:07:32.247Z Compiling hickory-proto v0.24.4
17522026-03-26T04:07:32.378Z Compiling serde-big-array v0.5.1
17532026-03-26T04:07:32.527Z Compiling pin-project-internal v1.1.11
17542026-03-26T04:07:33.640Z Compiling derive-where v1.6.1
17552026-03-26T04:07:33.693Z Compiling serde_repr v0.1.20
17562026-03-26T04:07:33.901Z Compiling progenitor-macro v0.13.0
17572026-03-26T04:07:34.309Z Compiling unicode-segmentation v1.13.1
17582026-03-26T04:07:34.758Z Compiling siphasher v1.0.2
17592026-03-26T04:07:34.961Z Compiling minimal-lexical v0.2.1
17602026-03-26T04:07:34.964Z Compiling swrite v0.1.0
17612026-03-26T04:07:35.017Z Compiling phf_shared v0.12.1
17622026-03-26T04:07:35.121Z Compiling newline-converter v0.3.0
17632026-03-26T04:07:35.250Z Compiling nom v7.1.3
17642026-03-26T04:07:35.253Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17652026-03-26T04:07:35.271Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17662026-03-26T04:07:35.706Z Compiling hickory-resolver v0.24.4
17672026-03-26T04:07:36.004Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17682026-03-26T04:07:36.058Z Compiling pin-project v1.1.11
17692026-03-26T04:07:36.163Z Compiling newtype_derive v0.1.6
17702026-03-26T04:07:36.405Z Compiling atomicwrites v0.4.4
17712026-03-26T04:07:36.681Z Compiling unicode-normalization v0.1.25
17722026-03-26T04:07:36.885Z Compiling console v0.15.11
17732026-03-26T04:07:37.166Z Compiling tokio-stream v0.1.18
17742026-03-26T04:07:37.577Z Compiling async-recursion v1.1.1
17752026-03-26T04:07:37.650Z Compiling snafu-derive v0.8.9
17762026-03-26T04:07:37.754Z Compiling slog-dtrace v0.3.0
17772026-03-26T04:07:37.995Z Compiling bstr v1.12.1
17782026-03-26T04:07:38.078Z Compiling csv-core v0.1.13
17792026-03-26T04:07:38.189Z Compiling foreign-types-shared v0.1.1
17802026-03-26T04:07:38.282Z Compiling unicode-width v0.1.14
17812026-03-26T04:07:38.294Z Compiling cancel-safe-futures v0.1.5
17822026-03-26T04:07:38.352Z Compiling chrono-tz v0.10.4
17832026-03-26T04:07:38.442Z Compiling owo-colors v4.3.0
17842026-03-26T04:07:38.521Z Compiling similar v2.7.0
17852026-03-26T04:07:38.540Z Compiling openssl v0.10.76
17862026-03-26T04:07:38.570Z Compiling unicode-xid v0.2.6
17872026-03-26T04:07:38.570Z Compiling highway v1.3.0
17882026-03-26T04:07:38.697Z Compiling same-file v1.0.6
17892026-03-26T04:07:38.784Z Compiling foldhash v0.1.5
17902026-03-26T04:07:38.829Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17912026-03-26T04:07:38.877Z Compiling walkdir v2.5.0
17922026-03-26T04:07:38.968Z Compiling expectorate v1.2.0
17932026-03-26T04:07:38.987Z Compiling hashbrown v0.15.5
17942026-03-26T04:07:39.174Z Compiling const_format_proc_macros v0.2.34
17952026-03-26T04:07:39.281Z Compiling globset v0.4.18
17962026-03-26T04:07:39.301Z Compiling progenitor v0.13.0
17972026-03-26T04:07:39.443Z Compiling csv v1.4.0
17982026-03-26T04:07:39.461Z Compiling snafu v0.8.9
17992026-03-26T04:07:39.521Z Compiling foreign-types v0.3.2
18002026-03-26T04:07:39.579Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18012026-03-26T04:07:39.597Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18022026-03-26T04:07:39.859Z Compiling qorb v0.4.1
18032026-03-26T04:07:40.021Z Compiling olpc-cjson v0.1.4
18042026-03-26T04:07:40.204Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18052026-03-26T04:07:40.276Z Compiling phf v0.12.1
18062026-03-26T04:07:40.770Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18072026-03-26T04:07:40.848Z Compiling tokio-dtrace v0.1.1
18082026-03-26T04:07:40.980Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18092026-03-26T04:07:41.140Z Compiling libsw-core v0.3.2
18102026-03-26T04:07:41.321Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18112026-03-26T04:07:41.377Z Compiling serde_plain v1.0.2
18122026-03-26T04:07:41.597Z Compiling openssl-macros v0.1.1
18132026-03-26T04:07:41.756Z Compiling pem v3.0.6
18142026-03-26T04:07:41.862Z Compiling cookie v0.18.1
18152026-03-26T04:07:41.924Z Compiling fixedbitset v0.5.7
18162026-03-26T04:07:41.966Z Compiling fixedbitset v0.4.2
18172026-03-26T04:07:42.090Z Compiling bytecount v0.6.9
18182026-03-26T04:07:42.102Z Compiling typed-path v0.9.3
18192026-03-26T04:07:42.145Z Compiling petgraph v0.8.3
18202026-03-26T04:07:42.210Z Compiling papergrid v0.11.0
18212026-03-26T04:07:42.213Z Compiling petgraph v0.6.5
18222026-03-26T04:07:42.278Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18232026-03-26T04:07:43.482Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18242026-03-26T04:07:43.545Z Compiling tough v0.20.0
18252026-03-26T04:07:43.762Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18262026-03-26T04:07:43.947Z Compiling libsw v3.5.0
18272026-03-26T04:07:43.974Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18282026-03-26T04:07:44.047Z Compiling oxide-tokio-rt v0.1.3
18292026-03-26T04:07:44.451Z Compiling const_format v0.2.35
18302026-03-26T04:07:44.799Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18312026-03-26T04:07:46.105Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18322026-03-26T04:07:46.718Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18332026-03-26T04:07:46.860Z Compiling gethostname v0.5.0
18342026-03-26T04:07:46.994Z Compiling tabled_derive v0.7.0
18352026-03-26T04:07:47.459Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18362026-03-26T04:07:47.521Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18372026-03-26T04:07:47.768Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18382026-03-26T04:07:47.977Z Compiling bcs v0.1.6
18392026-03-26T04:07:48.069Z Compiling unicode-linebreak v0.1.5
18402026-03-26T04:07:48.253Z Compiling lazy_static v1.5.0
18412026-03-26T04:07:48.312Z Compiling linear-map v1.2.0
18422026-03-26T04:07:48.333Z Compiling termtree v0.5.1
18432026-03-26T04:07:48.361Z Compiling tagptr v0.2.0
18442026-03-26T04:07:48.374Z Compiling smawk v0.3.2
18452026-03-26T04:07:48.486Z Compiling moka v0.12.15
18462026-03-26T04:07:48.501Z Compiling textwrap v0.16.2
18472026-03-26T04:07:48.504Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18482026-03-26T04:07:48.524Z Compiling steno v0.4.1
18492026-03-26T04:07:48.527Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18502026-03-26T04:07:48.954Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18512026-03-26T04:07:49.059Z Compiling tabled v0.15.0
18522026-03-26T04:07:49.296Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18532026-03-26T04:07:49.509Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18542026-03-26T04:07:49.542Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18552026-03-26T04:07:50.318Z Compiling hickory-proto v0.25.2
18562026-03-26T04:07:50.401Z Compiling humantime v2.3.0
18572026-03-26T04:07:50.708Z Compiling num-derive v0.3.3
18582026-03-26T04:07:51.690Z Compiling parking_lot_core v0.8.6
18592026-03-26T04:07:51.739Z Compiling libscf-sys v1.1.0
18602026-03-26T04:07:51.892Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18612026-03-26T04:07:51.988Z Compiling crc32fast v1.5.0
18622026-03-26T04:07:51.998Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18632026-03-26T04:07:52.306Z Compiling hickory-resolver v0.25.2
18642026-03-26T04:07:52.404Z Compiling parking_lot v0.11.2
18652026-03-26T04:07:52.476Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18662026-03-26T04:07:52.593Z Compiling fxhash v0.2.1
18672026-03-26T04:07:52.717Z Compiling internet-checksum v0.2.1
18682026-03-26T04:07:52.737Z Compiling sled v0.34.7
18692026-03-26T04:07:52.766Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
18702026-03-26T04:07:53.185Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18712026-03-26T04:07:58.413Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18722026-03-26T04:08:05.718Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18732026-03-26T04:08:07.363Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18742026-03-26T04:08:08.492Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
18752026-03-26T04:08:09.632Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
18762026-03-26T04:08:10.670Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
18772026-03-26T04:08:34.152Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 08s
18782026-03-26T04:08:34.331Z────────────
18792026-03-26T04:08:34.331Z Nextest run ID e05f7dbc-fd2c-46e1-8786-beadd59a5f8c with nextest profile: default
18802026-03-26T04:08:34.331Z Starting 18 tests across 1 binary (27 tests skipped)
18812026-03-26T04:08:51.415Z PASS [ 17.082s] rdb proptest::prop_ipv6_default_contains_all
18822026-03-26T04:08:51.512Z PASS [ 17.179s] rdb proptest::prop_ipv6_host_bits_always_unset
18832026-03-26T04:08:51.556Z PASS [ 17.223s] rdb proptest::prop_ipv4_length_in_bounds
18842026-03-26T04:08:51.609Z PASS [ 17.276s] rdb proptest::prop_ipv4_host_bits_always_unset
18852026-03-26T04:08:51.627Z PASS [ 17.294s] rdb proptest::prop_ipv4_within_self
18862026-03-26T04:08:51.648Z PASS [ 17.315s] rdb proptest::prop_ipv4_default_contains_all
18872026-03-26T04:08:51.689Z PASS [ 17.357s] rdb proptest::prop_ipv4_unset_host_bits_idempotent
18882026-03-26T04:09:08.369Z PASS [ 16.952s] rdb proptest::prop_ipv6_length_in_bounds
18892026-03-26T04:09:08.487Z PASS [ 16.929s] rdb proptest::prop_ipv6_within_self
18902026-03-26T04:09:08.505Z PASS [ 16.991s] rdb proptest::prop_ipv6_unset_host_bits_idempotent
18912026-03-26T04:09:08.881Z PASS [ 17.270s] rdb proptest::prop_prefix_enum_no_cross_family
18922026-03-26T04:09:17.795Z PASS [ 26.165s] rdb proptest::prop_static_route_key_deduplication
18932026-03-26T04:09:28.401Z PASS [ 36.749s] rdb proptest::prop_static_route_key_normalization_idempotent
18942026-03-26T04:09:28.413Z PASS [ 36.720s] rdb proptest::prop_static_route_key_normalization_preserves_fields
18952026-03-26T04:09:34.339Z SLOW [> 60.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
18962026-03-26T04:09:44.915Z PASS [ 36.542s] rdb proptest::prop_static_route_key_normalization_preserves_length
18972026-03-26T04:09:44.952Z PASS [ 36.461s] rdb proptest::prop_static_route_key_normalized_has_no_host_bits
18982026-03-26T04:10:01.618Z PASS [ 53.107s] rdb proptest::prop_static_route_key_ord_consistency
18992026-03-26T04:10:34.974Z SLOW [>120.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19002026-03-26T04:11:34.354Z SLOW [>180.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19012026-03-26T04:12:34.362Z SLOW [>240.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19022026-03-26T04:12:51.911Z PASS [ 257.553s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19032026-03-26T04:12:51.911Z────────────
19042026-03-26T04:12:51.911Z Summary [ 257.554s] 18 tests run: 18 passed (1 slow), 27 skipped
19052026-03-26T04:12:51.925Z+ cp '*.log' /work/
19062026-03-26T04:12:51.928Z+ true
19072026-03-26T04:12:51.928Z+ '[' -d proptest-regressions ']'
19082026-03-26T04:12:51.928Z+ cp -r proptest-regressions /work/rdb-proptest-regressions
19092026-03-26T04:12:51.931Z+ popd
19102026-03-26T04:12:51.931Z+ pushd bgp
19112026-03-26T04:12:51.931Z/work/oxidecomputer/maghemite
19122026-03-26T04:12:51.931Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
19132026-03-26T04:12:51.931Z+ PROPTEST_CASES=1000000
19142026-03-26T04:12:51.931Z+ cargo nextest run --lib proptest
19152026-03-26T04:12:53.090Z Compiling smallvec v1.15.1
19162026-03-26T04:12:53.093Z Compiling serde_json v1.0.149
19172026-03-26T04:12:53.270Z Compiling crunchy v0.2.4
19182026-03-26T04:12:53.291Z Compiling tiny-keccak v2.0.2
19192026-03-26T04:12:53.301Z Compiling ahash v0.8.12
19202026-03-26T04:12:53.304Z Compiling smartstring v1.0.1
19212026-03-26T04:12:53.395Z Compiling icu_normalizer v2.1.1
19222026-03-26T04:12:53.425Z Compiling parking_lot_core v0.9.12
19232026-03-26T04:12:53.572Z Compiling parking_lot_core v0.8.6
19242026-03-26T04:12:53.635Z Compiling parking_lot v0.12.5
19252026-03-26T04:12:53.735Z Compiling idna_adapter v1.2.1
19262026-03-26T04:12:53.873Z Compiling idna v1.1.0
19272026-03-26T04:12:53.884Z Compiling tokio v1.50.0
19282026-03-26T04:12:53.987Z Compiling dof v0.4.0
19292026-03-26T04:12:54.041Z Compiling schemars v0.8.22
19302026-03-26T04:12:54.115Z Compiling openapiv3 v2.2.0
19312026-03-26T04:12:54.213Z Compiling url v2.5.8
19322026-03-26T04:12:54.646Z Compiling slog-json v2.6.1
19332026-03-26T04:12:55.112Z Compiling usdt-impl v0.6.0
19342026-03-26T04:12:55.350Z Compiling slog-bunyan v2.5.0
19352026-03-26T04:12:55.675Z Compiling ipnetwork v0.21.1
19362026-03-26T04:12:55.760Z Compiling newtype-uuid v1.3.2
19372026-03-26T04:12:55.848Z Compiling usdt-attr-macro v0.6.0
19382026-03-26T04:12:55.911Z Compiling oxnet v0.1.4
19392026-03-26T04:12:56.112Z Compiling usdt-macro v0.6.0
19402026-03-26T04:12:56.115Z Compiling serde_with v3.18.0
19412026-03-26T04:12:56.349Z Compiling daft v0.1.5
19422026-03-26T04:12:56.381Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
19432026-03-26T04:12:56.614Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19442026-03-26T04:12:57.010Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
19452026-03-26T04:12:57.101Z Compiling iddqd v0.3.17
19462026-03-26T04:12:57.236Z Compiling usdt v0.6.0
19472026-03-26T04:12:57.587Z Compiling tokio-util v0.7.18
19482026-03-26T04:12:57.713Z Compiling tower v0.5.3
19492026-03-26T04:12:57.788Z Compiling tokio-rustls v0.26.4
19502026-03-26T04:12:57.854Z Compiling tokio-rustls v0.25.0
19512026-03-26T04:12:58.054Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19522026-03-26T04:12:58.084Z Compiling backoff v0.4.0
19532026-03-26T04:12:58.195Z Compiling h2 v0.4.13
19542026-03-26T04:12:58.206Z Compiling tower-http v0.6.8
19552026-03-26T04:12:58.637Z Compiling typify-impl v0.6.1
19562026-03-26T04:12:58.906Z Compiling dof v0.3.0
19572026-03-26T04:12:59.201Z Compiling usdt-impl v0.5.0
19582026-03-26T04:12:59.509Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
19592026-03-26T04:12:59.822Z Compiling usdt-attr-macro v0.5.0
19602026-03-26T04:13:00.484Z Compiling hyper v1.8.1
19612026-03-26T04:13:00.615Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
19622026-03-26T04:13:00.700Z Compiling usdt-macro v0.5.0
19632026-03-26T04:13:01.725Z Compiling hyper-util v0.1.20
19642026-03-26T04:13:01.910Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19652026-03-26T04:13:02.113Z Compiling usdt v0.5.0
19662026-03-26T04:13:02.264Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
19672026-03-26T04:13:02.267Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
19682026-03-26T04:13:02.393Z Compiling byte-wrapper v0.1.0
19692026-03-26T04:13:02.761Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
19702026-03-26T04:13:02.860Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
19712026-03-26T04:13:02.892Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19722026-03-26T04:13:03.188Z Compiling hyper-rustls v0.27.7
19732026-03-26T04:13:03.252Z Compiling dropshot v0.16.7
19742026-03-26T04:13:03.309Z Compiling reqwest v0.12.28
19752026-03-26T04:13:03.431Z Compiling reqwest v0.13.2
19762026-03-26T04:13:04.979Z Compiling progenitor-client v0.13.0
19772026-03-26T04:13:05.340Z Compiling progenitor-extras v0.1.1
19782026-03-26T04:13:05.599Z Compiling progenitor-client v0.10.0
19792026-03-26T04:13:05.896Z Compiling typify-macro v0.6.1
19802026-03-26T04:13:06.755Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19812026-03-26T04:13:07.744Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
19822026-03-26T04:13:07.977Z Compiling typify v0.6.1
19832026-03-26T04:13:08.068Z Compiling progenitor-impl v0.13.0
19842026-03-26T04:13:08.192Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19852026-03-26T04:13:08.857Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
19862026-03-26T04:13:09.406Z Compiling zone v0.3.1
19872026-03-26T04:13:10.256Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19882026-03-26T04:13:10.400Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19892026-03-26T04:13:10.450Z Compiling hickory-proto v0.24.4
19902026-03-26T04:13:10.668Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
19912026-03-26T04:13:10.777Z Compiling tokio-stream v0.1.18
19922026-03-26T04:13:11.256Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19932026-03-26T04:13:11.573Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19942026-03-26T04:13:11.755Z Compiling progenitor-macro v0.13.0
19952026-03-26T04:13:12.131Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19962026-03-26T04:13:13.558Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19972026-03-26T04:13:13.781Z Compiling hickory-resolver v0.24.4
19982026-03-26T04:13:14.050Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19992026-03-26T04:13:14.268Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20002026-03-26T04:13:14.944Z Compiling qorb v0.4.1
20012026-03-26T04:13:15.058Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20022026-03-26T04:13:15.995Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20032026-03-26T04:13:16.078Z Compiling tokio-dtrace v0.1.1
20042026-03-26T04:13:16.365Z Compiling libsw-core v0.3.2
20052026-03-26T04:13:16.502Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
20062026-03-26T04:13:16.540Z Compiling olpc-cjson v0.1.4
20072026-03-26T04:13:16.712Z Compiling tough v0.20.0
20082026-03-26T04:13:16.874Z Compiling libsw v3.5.0
20092026-03-26T04:13:16.885Z Compiling oxide-tokio-rt v0.1.3
20102026-03-26T04:13:16.915Z Compiling progenitor v0.13.0
20112026-03-26T04:13:17.056Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
20122026-03-26T04:13:17.059Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20132026-03-26T04:13:17.201Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20142026-03-26T04:13:17.269Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20152026-03-26T04:13:17.380Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20162026-03-26T04:13:17.514Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20172026-03-26T04:13:17.775Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20182026-03-26T04:13:18.101Z Compiling slog-dtrace v0.3.0
20192026-03-26T04:13:18.297Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
20202026-03-26T04:13:18.422Z Compiling cancel-safe-futures v0.1.5
20212026-03-26T04:13:18.434Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20222026-03-26T04:13:18.725Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20232026-03-26T04:13:19.288Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20242026-03-26T04:13:19.303Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20252026-03-26T04:13:19.479Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20262026-03-26T04:13:19.512Z Compiling hickory-proto v0.25.2
20272026-03-26T04:13:19.718Z Compiling steno v0.4.1
20282026-03-26T04:13:20.410Z Compiling moka v0.12.15
20292026-03-26T04:13:21.381Z Compiling hickory-resolver v0.25.2
20302026-03-26T04:13:21.425Z Compiling const-random-macro v0.1.16
20312026-03-26T04:13:21.826Z Compiling const-random v0.1.18
20322026-03-26T04:13:21.906Z Compiling parking_lot v0.11.2
20332026-03-26T04:13:22.309Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20342026-03-26T04:13:22.551Z Compiling sdd v3.0.10
20352026-03-26T04:13:22.899Z Compiling scc v2.4.0
20362026-03-26T04:13:22.957Z Compiling sled v0.34.7
20372026-03-26T04:13:23.026Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
20382026-03-26T04:13:23.257Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20392026-03-26T04:13:23.537Z Compiling thin-vec v0.2.14
20402026-03-26T04:13:23.679Z Compiling rhai_codegen v3.1.0
20412026-03-26T04:13:23.820Z Compiling serial_test_derive v3.4.0
20422026-03-26T04:13:24.070Z Compiling yansi v1.0.1
20432026-03-26T04:13:24.404Z Compiling diff v0.1.13
20442026-03-26T04:13:24.549Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20452026-03-26T04:13:24.561Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20462026-03-26T04:13:24.704Z Compiling serial_test v3.4.0
20472026-03-26T04:13:24.898Z Compiling rhai v1.24.0
20482026-03-26T04:13:25.261Z Compiling pretty_assertions v1.4.1
20492026-03-26T04:13:25.461Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20502026-03-26T04:13:25.550Z Compiling nom v8.0.0
20512026-03-26T04:13:25.712Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20522026-03-26T04:13:33.562Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20532026-03-26T04:13:40.963Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20542026-03-26T04:13:42.557Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20552026-03-26T04:13:43.666Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
20562026-03-26T04:13:44.780Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
20572026-03-26T04:13:45.584Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
20582026-03-26T04:13:47.941Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
20592026-03-26T04:14:22.093Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 29s
20602026-03-26T04:14:22.262Z────────────
20612026-03-26T04:14:22.262Z Nextest run ID 6296e9bf-4d66-4c9a-9d4c-1c35c8a5c8b6 with nextest profile: default
20622026-03-26T04:14:22.262Z Starting 18 tests across 1 binary (132 tests skipped)
20632026-03-26T04:14:38.578Z PASS [ 16.314s] bgp proptest::prop_ipv4_wire_format_roundtrip
20642026-03-26T04:14:40.557Z PASS [ 18.293s] bgp proptest::prop_ipv4_withdrawn_roundtrip
20652026-03-26T04:14:40.612Z PASS [ 18.348s] bgp proptest::prop_ipv4_prefixes_roundtrip
20662026-03-26T04:14:41.865Z PASS [ 19.601s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
20672026-03-26T04:14:42.555Z PASS [ 20.291s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
20682026-03-26T04:14:50.774Z PASS [ 28.509s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
20692026-03-26T04:14:56.770Z PASS [ 16.212s] bgp proptest::prop_ipv6_wire_format_roundtrip
20702026-03-26T04:14:58.619Z PASS [ 20.039s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
20712026-03-26T04:15:00.137Z PASS [ 19.523s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
20722026-03-26T04:15:00.988Z PASS [ 18.431s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
20732026-03-26T04:15:01.793Z PASS [ 39.527s] bgp proptest::prop_duplicate_attrs_deduplicated
20742026-03-26T04:15:09.603Z PASS [ 18.827s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
20752026-03-26T04:15:15.207Z PASS [ 18.435s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
20762026-03-26T04:15:22.270Z SLOW [> 60.000s] bgp proptest::prop_encode_decode_semantic_equivalence
20772026-03-26T04:15:27.837Z PASS [ 65.569s] bgp proptest::prop_encode_decode_semantic_equivalence
20782026-03-26T04:15:27.944Z PASS [ 27.804s] bgp proptest::prop_update_mp_unreach_roundtrip
20792026-03-26T04:15:41.875Z SLOW [> 60.000s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20802026-03-26T04:15:49.935Z PASS [ 68.062s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20812026-03-26T04:15:58.629Z SLOW [> 60.000s] bgp proptest::prop_update_mp_reach_roundtrip
20822026-03-26T04:16:01.359Z SLOW [> 60.000s] bgp proptest::prop_update_traditional_roundtrip
20832026-03-26T04:16:01.921Z PASS [ 60.577s] bgp proptest::prop_update_traditional_roundtrip
20842026-03-26T04:16:10.531Z PASS [ 71.741s] bgp proptest::prop_update_mp_reach_roundtrip
20852026-03-26T04:16:10.536Z────────────
20862026-03-26T04:16:10.536Z Summary [ 108.095s] 18 tests run: 18 passed (4 slow), 132 skipped
20872026-03-26T04:16:10.536Z+ cp '*.log' /work/
20882026-03-26T04:16:10.536Z+ true
20892026-03-26T04:16:10.536Z+ '[' -d proptest-regressions ']'
20902026-03-26T04:16:10.536Z+ cp -r proptest-regressions /work/bgp-proptest-regressions
20912026-03-26T04:16:10.536Z+ popd
20922026-03-26T04:16:10.536Z/work/oxidecomputer/maghemite
20932026-03-26T04:16:10.536Zprocess exited: duration 739731 ms, exit code 0
 
20942026-03-26T04:16:10.545Zfound 0 output files