01KS1RFKYMT8QV3BFM7V4RCH11: 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: 01KS1RGJZX4YN7FNTA5HC6J37B

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-20T03:58:51.789Zjob assigned to worker 01KS1RH9HMGB5F531G6M9JK0AM [factory aws, i-025752734023f856a] (queued for 1 m 5 s)
 
22026-05-20T03:58:58.288Zstarting task 0: "setup"
32026-05-20T03:58:58.293Z++ uname -s
42026-05-20T03:58:58.296Z+ kern=SunOS
52026-05-20T03:58:58.296Z+ build_user=build
62026-05-20T03:58:58.296Z+ build_uid=12345
72026-05-20T03:58:58.296Z+ work_dir=/work
82026-05-20T03:58:58.296Z+ input_dir=/input
92026-05-20T03:58:58.296Z+ [[ 0 == 12345 ]]
102026-05-20T03:58:58.296Z+ case "$kern" in
112026-05-20T03:58:58.296Z+ groupadd -g 12345 build
122026-05-20T03:58:58.300Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-20T03:59:00.302Z+ zfs create -o mountpoint=/work rpool/work
142026-05-20T03:59:00.357Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-20T03:59:00.359Z+ home_fs=zfs
162026-05-20T03:59:00.359Z+ [[ zfs == autofs ]]
172026-05-20T03:59:00.359Z+ mkdir -p /home/build
182026-05-20T03:59:00.359Z+ chown build:build /home/build /work
192026-05-20T03:59:02.361Z+ chmod 0700 /home/build /work
202026-05-20T03:59:02.365Zprocess exited: duration 4074 ms, exit code 0
 
212026-05-20T03:59:02.372Zstarting task 1: "rust-toolchain"
222026-05-20T03:59:02.376Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-05-20T03:59:02.376Z * rust toolchain channel = "stable"
242026-05-20T03:59:02.377Z * rust toolchain profile = "default"
252026-05-20T03:59:02.377Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-20T03:59:02.377Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-20T03:59:02.377Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-20T03:59:02.381Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-20T03:59:02.381Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-05-20T03:59:02.474Zinfo: downloading installer
312026-05-20T03:59:03.799Zwarn: It looks like you have an existing installation of Rust at:
322026-05-20T03:59:03.799Zwarn: /opt/ooce/bin
332026-05-20T03:59:03.799Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-20T03:59:03.799Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-20T03:59:03.799Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-20T03:59:03.799Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-20T03:59:03.799Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-20T03:59:03.799Zerror: cannot install while Rust is installed
392026-05-20T03:59:03.799Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-20T03:59:03.804Zwarn: It looks like you have an existing rustup settings file at:
412026-05-20T03:59:03.804Zwarn: /home/build/.rustup/settings.toml
422026-05-20T03:59:03.804Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-20T03:59:03.804Zwarn: instead of the one inferred from the default host triple.
442026-05-20T03:59:03.812Zinfo: profile set to default
452026-05-20T03:59:03.812Zinfo: default host triple is x86_64-unknown-illumos
462026-05-20T03:59:03.815Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-05-20T03:59:03.942Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
482026-05-20T03:59:03.945Zinfo: downloading 6 components
492026-05-20T03:59:17.943Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-05-20T03:59:17.943Z
512026-05-20T03:59:17.972Z stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
522026-05-20T03:59:17.972Z
532026-05-20T03:59:17.972Z
542026-05-20T03:59:17.972ZRust is installed now. Great!
552026-05-20T03:59:17.972Z
562026-05-20T03:59:17.974ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-20T03:59:17.975Zenvironment variable. This has not been done automatically.
582026-05-20T03:59:17.975Z
592026-05-20T03:59:17.975ZTo configure your current shell, you need to source
602026-05-20T03:59:17.975Zthe corresponding env file under $HOME/.cargo.
612026-05-20T03:59:17.975Z
622026-05-20T03:59:17.975ZThis is usually done by running one of the following (note the leading DOT):
632026-05-20T03:59:17.975Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-20T03:59:17.975Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-20T03:59:17.975Zsource "~/.cargo/env.nu" # For nushell
662026-05-20T03:59:17.975Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-20T03:59:17.975Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-20T03:59:17.975Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-20T03:59:17.975Zwarn: no default linker (`cc`) was found in your PATH
702026-05-20T03:59:17.975Zwarn: many Rust crates require a system C toolchain to build
712026-05-20T03:59:18.066Z+ rustup --version
722026-05-20T03:59:18.074Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-20T03:59:18.077Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-20T03:59:18.095Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
752026-05-20T03:59:18.098Z+ cargo --version
762026-05-20T03:59:18.112Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
772026-05-20T03:59:18.115Z+ rustc --version
782026-05-20T03:59:18.134Zrustc 1.95.0 (59807616e 2026-04-14)
792026-05-20T03:59:18.137Zprocess exited: duration 15763 ms, exit code 0
 
802026-05-20T03:59:18.145Zstarting task 2: "authentication"
812026-05-20T03:59:18.165Zprocess exited: duration 20 ms, exit code 0
 
822026-05-20T03:59:18.178Zstarting task 3: "clone repository"
832026-05-20T03:59:18.181Z+ mkdir -p /work/oxidecomputer/maghemite
842026-05-20T03:59:18.184Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-05-20T03:59:18.264ZCloning into '/work/oxidecomputer/maghemite'...
862026-05-20T03:59:19.235Z+ cd /work/oxidecomputer/maghemite
872026-05-20T03:59:19.235Z+ git fetch origin a5bcff7b4e7718ce880ba14f6a074d0b1aff5539
882026-05-20T03:59:19.505ZFrom https://github.com/oxidecomputer/maghemite
892026-05-20T03:59:19.505Z * branch a5bcff7b4e7718ce880ba14f6a074d0b1aff5539 -> FETCH_HEAD
902026-05-20T03:59:19.511Z+ [[ -n renovate/opte ]]
912026-05-20T03:59:19.515Z++ git branch --show-current
922026-05-20T03:59:19.515Z+ current=main
932026-05-20T03:59:19.515Z+ [[ main != renovate/opte ]]
942026-05-20T03:59:19.515Z+ git branch -f renovate/opte a5bcff7b4e7718ce880ba14f6a074d0b1aff5539
952026-05-20T03:59:19.518Z+ git checkout -f renovate/opte
962026-05-20T03:59:19.534ZSwitched to branch 'renovate/opte'
972026-05-20T03:59:19.536Z+ git reset --hard a5bcff7b4e7718ce880ba14f6a074d0b1aff5539
982026-05-20T03:59:19.539ZHEAD is now at a5bcff7 Update opte to 5470aa1
992026-05-20T03:59:19.543Zprocess exited: duration 1361 ms, exit code 0
 
1002026-05-20T03:59:19.549Zstarting task 4: "build"
1012026-05-20T03:59:19.553Z+ set -e
1022026-05-20T03:59:19.553Z+ NEXTEST_VERSION=0.9.97
1032026-05-20T03:59:19.553Z+ PLATFORM=illumos
1042026-05-20T03:59:19.553Z+ cargo --version
1052026-05-20T03:59:19.559Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1062026-05-20T03:59:19.713Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1072026-05-20T03:59:19.716Zinfo: downloading 6 components
1082026-05-20T03:59:34.055Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1092026-05-20T03:59:34.057Z+ rustc --version
1102026-05-20T03:59:34.087Zrustc 1.95.0 (59807616e 2026-04-14)
1112026-05-20T03:59:34.091Z+ cargo install cargo-nextest --version 0.9.97
1122026-05-20T03:59:34.136Z Updating crates.io index
1132026-05-20T03:59:34.227Z Downloading crates ...
1142026-05-20T03:59:34.273Z Downloaded cargo-nextest v0.9.97
1152026-05-20T03:59:34.336Z Installing cargo-nextest v0.9.97
1162026-05-20T03:59:34.380Z Updating crates.io index
1172026-05-20T03:59:37.171Z Locking 404 packages to latest compatible versions
1182026-05-20T03:59:37.176Z Adding dialoguer v0.11.0 (available: v0.12.0)
1192026-05-20T03:59:37.179Z Adding duct v0.13.7 (available: v1.1.1)
1202026-05-20T03:59:37.179Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1212026-05-20T03:59:37.179Z Adding generic-array v0.14.7 (available: v0.14.9)
1222026-05-20T03:59:37.182Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1232026-05-20T03:59:37.182Z Adding nextest-filtering v0.15.0 (available: v0.21.0)
1242026-05-20T03:59:37.182Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1252026-05-20T03:59:37.185Z Adding nextest-runner v0.80.0 (available: v0.117.0)
1262026-05-20T03:59:37.188Z Adding quick-junit v0.5.2 (available: v0.6.0)
1272026-05-20T03:59:37.205Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1282026-05-20T03:59:37.215Z Downloading crates ...
1292026-05-20T03:59:37.279Z Downloaded async-scoped v0.9.0
1302026-05-20T03:59:37.284Z Downloaded atomic-waker v1.1.2
1312026-05-20T03:59:37.287Z Downloaded addr2line v0.25.1
1322026-05-20T03:59:37.290Z Downloaded document-features v0.2.12
1332026-05-20T03:59:37.290Z Downloaded crypto-common v0.1.7
1342026-05-20T03:59:37.293Z Downloaded cargo-platform v0.2.0
1352026-05-20T03:59:37.299Z Downloaded base64ct v1.8.3
1362026-05-20T03:59:37.302Z Downloaded console v0.15.11
1372026-05-20T03:59:37.304Z Downloaded hyper-tls v0.6.0
1382026-05-20T03:59:37.307Z Downloaded hyper-rustls v0.27.9
1392026-05-20T03:59:37.307Z Downloaded cc v1.2.62
1402026-05-20T03:59:37.310Z Downloaded borsh v1.6.1
1412026-05-20T03:59:37.314Z Downloaded rand_chacha v0.9.0
1422026-05-20T03:59:37.318Z Downloaded is_terminal_polyfill v1.70.2
1432026-05-20T03:59:37.318Z Downloaded cfg-if v1.0.4
1442026-05-20T03:59:37.321Z Downloaded itoa v1.0.18
1452026-05-20T03:59:37.321Z Downloaded http-body v1.0.1
1462026-05-20T03:59:37.321Z Downloaded serde-untagged v0.1.9
1472026-05-20T03:59:37.325Z Downloaded block-buffer v0.10.4
1482026-05-20T03:59:37.325Z Downloaded curve25519-dalek-derive v0.1.1
1492026-05-20T03:59:37.330Z Downloaded home v0.5.12
1502026-05-20T03:59:37.330Z Downloaded camino-tempfile v1.4.1
1512026-05-20T03:59:37.330Z Downloaded jobserver v0.1.34
1522026-05-20T03:59:37.333Z Downloaded colorchoice v1.0.5
1532026-05-20T03:59:37.333Z Downloaded cfg_aliases v0.2.1
1542026-05-20T03:59:37.333Z Downloaded is_ci v1.2.0
1552026-05-20T03:59:37.333Z Downloaded ipnet v2.12.0
1562026-05-20T03:59:37.336Z Downloaded indenter v0.3.4
1572026-05-20T03:59:37.336Z Downloaded cfg-expr v0.20.7
1582026-05-20T03:59:37.339Z Downloaded backtrace-ext v0.2.1
1592026-05-20T03:59:37.339Z Downloaded getrandom v0.4.2
1602026-05-20T03:59:37.342Z Downloaded itertools v0.14.0
1612026-05-20T03:59:37.345Z Downloaded humantime-serde v1.1.1
1622026-05-20T03:59:37.348Z Downloaded atomicwrites v0.4.4
1632026-05-20T03:59:37.348Z Downloaded foreign-types v0.3.2
1642026-05-20T03:59:37.351Z Downloaded form_urlencoded v1.2.2
1652026-05-20T03:59:37.351Z Downloaded cpufeatures v0.2.17
1662026-05-20T03:59:37.353Z Downloaded indicatif v0.17.11
1672026-05-20T03:59:37.357Z Downloaded ryu v1.0.23
1682026-05-20T03:59:37.360Z Downloaded future-queue v0.4.0
1692026-05-20T03:59:37.360Z Downloaded cargo-util-schemas v0.2.0
1702026-05-20T03:59:37.360Z Downloaded http-body-util v0.1.3
1712026-05-20T03:59:37.363Z Downloaded pathdiff v0.2.3
1722026-05-20T03:59:37.363Z Downloaded nextest-workspace-hack v0.1.0
1732026-05-20T03:59:37.365Z Downloaded scopeguard v1.2.0
1742026-05-20T03:59:37.365Z Downloaded errno v0.3.14
1752026-05-20T03:59:37.368Z Downloaded indent_write v2.2.0
1762026-05-20T03:59:37.368Z Downloaded indexmap v2.14.0
1772026-05-20T03:59:37.371Z Downloaded futures-core v0.3.32
1782026-05-20T03:59:37.374Z Downloaded foldhash v0.1.5
1792026-05-20T03:59:37.374Z Downloaded erased-serde v0.4.10
1802026-05-20T03:59:37.378Z Downloaded os_pipe v1.2.3
1812026-05-20T03:59:37.378Z Downloaded openssl-probe v0.2.1
1822026-05-20T03:59:37.381Z Downloaded clap_lex v1.1.0
1832026-05-20T03:59:37.381Z Downloaded heck v0.5.0
1842026-05-20T03:59:37.381Z Downloaded futures-sink v0.3.32
1852026-05-20T03:59:37.381Z Downloaded foreign-types-shared v0.1.1
1862026-05-20T03:59:37.384Z Downloaded color-spantrace v0.3.0
1872026-05-20T03:59:37.384Z Downloaded lazy_static v1.5.0
1882026-05-20T03:59:37.386Z Downloaded adler2 v2.0.1
1892026-05-20T03:59:37.386Z Downloaded guppy-workspace-hack v0.1.0
1902026-05-20T03:59:37.386Z Downloaded futures-io v0.3.32
1912026-05-20T03:59:37.389Z Downloaded futures-task v0.3.32
1922026-05-20T03:59:37.389Z Downloaded pin-project-lite v0.2.17
1932026-05-20T03:59:37.392Z Downloaded debug-ignore v1.0.5
1942026-05-20T03:59:37.394Z Downloaded digest v0.10.7
1952026-05-20T03:59:37.395Z Downloaded nested v0.1.1
1962026-05-20T03:59:37.397Z Downloaded anstyle-query v1.1.5
1972026-05-20T03:59:37.397Z Downloaded fnv v1.0.7
1982026-05-20T03:59:37.400Z Downloaded equivalent v1.0.2
1992026-05-20T03:59:37.400Z Downloaded humantime v2.3.0
2002026-05-20T03:59:37.400Z Downloaded futures-macro v0.3.32
2012026-05-20T03:59:37.403Z Downloaded percent-encoding v2.3.2
2022026-05-20T03:59:37.403Z Downloaded cargo-platform v0.3.3
2032026-05-20T03:59:37.403Z Downloaded generic-array v0.14.7
2042026-05-20T03:59:37.406Z Downloaded hex v0.4.3
2052026-05-20T03:59:37.406Z Downloaded enable-ansi-support v0.2.1
2062026-05-20T03:59:37.409Z Downloaded serde_ignored v0.1.14
2072026-05-20T03:59:37.409Z Downloaded dialoguer v0.11.0
2082026-05-20T03:59:37.411Z Downloaded serde-value v0.7.0
2092026-05-20T03:59:37.411Z Downloaded clap_derive v4.6.1
2102026-05-20T03:59:37.414Z Downloaded fixedbitset v0.5.7
2112026-05-20T03:59:37.414Z Downloaded sigchld v0.2.4
2122026-05-20T03:59:37.417Z Downloaded serde_spanned v1.1.1
2132026-05-20T03:59:37.417Z Downloaded openssl-macros v0.1.1
2142026-05-20T03:59:37.419Z Downloaded newtype-uuid v1.3.2
2152026-05-20T03:59:37.419Z Downloaded autocfg v1.5.0
2162026-05-20T03:59:37.419Z Downloaded backtrace v0.3.76
2172026-05-20T03:59:37.422Z Downloaded ordered-float v2.10.1
2182026-05-20T03:59:37.425Z Downloaded duct v0.13.7
2192026-05-20T03:59:37.428Z Downloaded miniz_oxide v0.8.9
2202026-05-20T03:59:37.429Z Downloaded fastrand v2.4.1
2212026-05-20T03:59:37.431Z Downloaded shared_child v1.1.1
2222026-05-20T03:59:37.431Z Downloaded crc32fast v1.5.0
2232026-05-20T03:59:37.431Z Downloaded signal-hook-mio v0.2.5
2242026-05-20T03:59:37.434Z Downloaded shell-words v1.1.1
2252026-05-20T03:59:37.434Z Downloaded mukti-metadata v0.3.0
2262026-05-20T03:59:37.437Z Downloaded globset v0.4.18
2272026-05-20T03:59:37.437Z Downloaded strip-ansi-escapes v0.2.1
2282026-05-20T03:59:37.437Z Downloaded rustc_version v0.4.1
2292026-05-20T03:59:37.440Z Downloaded supports-unicode v3.0.0
2302026-05-20T03:59:37.440Z Downloaded supports-color v3.0.2
2312026-05-20T03:59:37.440Z Downloaded strsim v0.11.1
2322026-05-20T03:59:37.444Z Downloaded supports-hyperlinks v3.2.0
2332026-05-20T03:59:37.444Z Downloaded subtle v2.6.1
2342026-05-20T03:59:37.444Z Downloaded swrite v0.1.0
2352026-05-20T03:59:37.446Z Downloaded rustc-hash v2.1.2
2362026-05-20T03:59:37.446Z Downloaded lru-slab v0.1.2
2372026-05-20T03:59:37.446Z Downloaded idna_adapter v1.0.0
2382026-05-20T03:59:37.447Z Downloaded cargo_metadata v0.23.1
2392026-05-20T03:59:37.452Z Downloaded sync_wrapper v1.0.2
2402026-05-20T03:59:37.455Z Downloaded tinyvec_macros v0.1.1
2412026-05-20T03:59:37.457Z Downloaded serde_urlencoded v0.7.1
2422026-05-20T03:59:37.463Z Downloaded serde_spanned v0.6.9
2432026-05-20T03:59:37.463Z Downloaded ed25519 v2.2.3
2442026-05-20T03:59:37.465Z Downloaded anstyle v1.0.14
2452026-05-20T03:59:37.465Z Downloaded find-msvc-tools v0.1.9
2462026-05-20T03:59:37.465Z Downloaded anstream v1.0.0
2472026-05-20T03:59:37.465Z Downloaded rand_core v0.9.5
2482026-05-20T03:59:37.468Z Downloaded ppv-lite86 v0.2.21
2492026-05-20T03:59:37.471Z Downloaded futures-executor v0.3.32
2502026-05-20T03:59:37.471Z Downloaded pkg-config v0.3.33
2512026-05-20T03:59:37.476Z Downloaded pin-project-internal v1.1.13
2522026-05-20T03:59:37.476Z Downloaded quote v1.0.45
2532026-05-20T03:59:37.478Z Downloaded filetime v0.2.29
2542026-05-20T03:59:37.478Z Downloaded number_prefix v0.4.0
2552026-05-20T03:59:37.482Z Downloaded toml_datetime v0.6.11
2562026-05-20T03:59:37.485Z Downloaded tower-service v0.3.3
2572026-05-20T03:59:37.485Z Downloaded tower-layer v0.3.3
2582026-05-20T03:59:37.487Z Downloaded signature v2.2.0
2592026-05-20T03:59:37.494Z Downloaded bitflags v2.11.1
2602026-05-20T03:59:37.496Z Downloaded signal-hook-registry v1.4.8
2612026-05-20T03:59:37.502Z Downloaded sha2 v0.10.9
2622026-05-20T03:59:37.506Z Downloaded either v1.15.0
2632026-05-20T03:59:37.506Z Downloaded parking_lot_core v0.9.12
2642026-05-20T03:59:37.506Z Downloaded tracing-error v0.2.1
2652026-05-20T03:59:37.506Z Downloaded rustls-pki-types v1.14.1
2662026-05-20T03:59:37.509Z Downloaded once_cell v1.21.4
2672026-05-20T03:59:37.509Z Downloaded typeid v1.0.3
2682026-05-20T03:59:37.509Z Downloaded thiserror v2.0.18
2692026-05-20T03:59:37.511Z Downloaded tokio-macros v2.7.0
2702026-05-20T03:59:37.514Z Downloaded terminal_size v0.4.4
2712026-05-20T03:59:37.514Z Downloaded target-spec-miette v0.4.6
2722026-05-20T03:59:37.517Z Downloaded unicode-xid v0.2.6
2732026-05-20T03:59:37.517Z Downloaded version_check v0.9.5
2742026-05-20T03:59:37.520Z Downloaded utf8_iter v1.0.4
2752026-05-20T03:59:37.520Z Downloaded utf8parse v0.2.2
2762026-05-20T03:59:37.520Z Downloaded const-oid v0.9.6
2772026-05-20T03:59:37.520Z Downloaded unicode-linebreak v0.1.5
2782026-05-20T03:59:37.523Z Downloaded owo-colors v4.3.0
2792026-05-20T03:59:37.523Z Downloaded lock_api v0.4.14
2802026-05-20T03:59:37.526Z Downloaded thiserror-impl v1.0.69
2812026-05-20T03:59:37.526Z Downloaded native-tls v0.2.18
2822026-05-20T03:59:37.526Z Downloaded camino v1.2.2
2832026-05-20T03:59:37.528Z Downloaded ahash v0.8.12
2842026-05-20T03:59:37.528Z Downloaded smol_str v0.3.6
2852026-05-20T03:59:37.531Z Downloaded anstyle-parse v1.0.0
2862026-05-20T03:59:37.531Z Downloaded pkcs8 v0.10.2
2872026-05-20T03:59:37.534Z Downloaded thiserror-impl v2.0.18
2882026-05-20T03:59:37.534Z Downloaded cargo_metadata v0.20.0
2892026-05-20T03:59:37.536Z Downloaded convert_case v0.10.0
2902026-05-20T03:59:37.536Z Downloaded try-lock v0.2.5
2912026-05-20T03:59:37.539Z Downloaded target-lexicon v0.13.3
2922026-05-20T03:59:37.539Z Downloaded rustc-demangle v0.1.27
2932026-05-20T03:59:37.542Z Downloaded urlencoding v2.1.3
2942026-05-20T03:59:37.542Z Downloaded eyre v0.6.12
2952026-05-20T03:59:37.544Z Downloaded tokio-native-tls v0.3.1
2962026-05-20T03:59:37.544Z Downloaded untrusted v0.9.0
2972026-05-20T03:59:37.544Z Downloaded rand_core v0.6.4
2982026-05-20T03:59:37.547Z Downloaded quick-junit v0.5.2
2992026-05-20T03:59:37.550Z Downloaded xattr v1.6.1
3002026-05-20T03:59:37.550Z Downloaded static_assertions v1.1.0
3012026-05-20T03:59:37.550Z Downloaded simd-adler32 v0.3.9
3022026-05-20T03:59:37.553Z Downloaded serde_path_to_error v0.1.20
3032026-05-20T03:59:37.553Z Downloaded quinn-udp v0.5.14
3042026-05-20T03:59:37.557Z Downloaded nextest-metadata v0.12.2
3052026-05-20T03:59:37.557Z Downloaded nextest-filtering v0.15.0
3062026-05-20T03:59:37.557Z Downloaded clap v4.6.1
3072026-05-20T03:59:37.561Z Downloaded spki v0.7.3
3082026-05-20T03:59:37.564Z Downloaded litrs v1.0.0
3092026-05-20T03:59:37.564Z Downloaded want v0.3.1
3102026-05-20T03:59:37.571Z Downloaded tracing-log v0.2.0
3112026-05-20T03:59:37.574Z Downloaded slab v0.4.12
3122026-05-20T03:59:37.574Z Downloaded tempfile v3.27.0
3132026-05-20T03:59:37.578Z Downloaded toml_writer v1.1.1+spec-1.1.0
3142026-05-20T03:59:37.578Z Downloaded target-spec v3.6.0
3152026-05-20T03:59:37.581Z Downloaded httparse v1.10.1
3162026-05-20T03:59:37.581Z Downloaded toml v0.8.23
3172026-05-20T03:59:37.583Z Downloaded rand v0.9.4
3182026-05-20T03:59:37.586Z Downloaded self_update v0.42.0
3192026-05-20T03:59:37.586Z Downloaded toml_write v0.1.2
3202026-05-20T03:59:37.589Z Downloaded openssl-sys v0.9.116
3212026-05-20T03:59:37.592Z Downloaded getrandom v0.2.17
3222026-05-20T03:59:37.592Z Downloaded thread_local v1.1.9
3232026-05-20T03:59:37.594Z Downloaded shlex v1.3.0
3242026-05-20T03:59:37.594Z Downloaded semver v1.0.28
3252026-05-20T03:59:37.597Z Downloaded serde_derive v1.0.228
3262026-05-20T03:59:37.597Z Downloaded futures-channel v0.3.32
3272026-05-20T03:59:37.601Z Downloaded futures v0.3.32
3282026-05-20T03:59:37.604Z Downloaded self-replace v1.5.0
3292026-05-20T03:59:37.604Z Downloaded miette-derive v7.6.0
3302026-05-20T03:59:37.604Z Downloaded tracing-attributes v0.1.31
3312026-05-20T03:59:37.607Z Downloaded toml_parser v1.1.2+spec-1.1.0
3322026-05-20T03:59:37.607Z Downloaded config v0.15.23
3332026-05-20T03:59:37.610Z Downloaded zstd-safe v7.2.4
3342026-05-20T03:59:37.612Z Downloaded parking_lot v0.12.5
3352026-05-20T03:59:37.612Z Downloaded crossterm v0.29.0
3362026-05-20T03:59:37.616Z Downloaded unicase v2.9.0
3372026-05-20T03:59:37.619Z Downloaded zstd v0.13.3
3382026-05-20T03:59:37.619Z Downloaded zipsign-api v0.1.5
3392026-05-20T03:59:37.623Z Downloaded smallvec v1.15.1
3402026-05-20T03:59:37.623Z Downloaded xxhash-rust v0.8.15
3412026-05-20T03:59:37.623Z Downloaded zeroize v1.8.2
3422026-05-20T03:59:37.626Z Downloaded iana-time-zone v0.1.65
3432026-05-20T03:59:37.627Z Downloaded zmij v1.0.21
3442026-05-20T03:59:37.627Z Downloaded derive-where v1.6.1
3452026-05-20T03:59:37.629Z Downloaded getrandom v0.3.4
3462026-05-20T03:59:37.632Z Downloaded tokio-rustls v0.26.4
3472026-05-20T03:59:37.632Z Downloaded serde_core v1.0.228
3482026-05-20T03:59:37.635Z Downloaded log v0.4.29
3492026-05-20T03:59:37.635Z Downloaded bytes v1.11.1
3502026-05-20T03:59:37.638Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3512026-05-20T03:59:37.640Z Downloaded toml v1.1.2+spec-1.1.0
3522026-05-20T03:59:37.643Z Downloaded signal-hook v0.3.18
3532026-05-20T03:59:37.643Z Downloaded sharded-slab v0.1.7
3542026-05-20T03:59:37.646Z Downloaded pin-project v1.1.13
3552026-05-20T03:59:37.650Z Downloaded thiserror v1.0.69
3562026-05-20T03:59:37.653Z Downloaded unicode-ident v1.0.24
3572026-05-20T03:59:37.656Z Downloaded num-traits v0.2.19
3582026-05-20T03:59:37.658Z Downloaded der v0.7.10
3592026-05-20T03:59:37.661Z Downloaded tinyvec v1.11.0
3602026-05-20T03:59:37.661Z Downloaded flate2 v1.1.9
3612026-05-20T03:59:37.664Z Downloaded hyper-util v0.1.20
3622026-05-20T03:59:37.666Z Downloaded derive_more v2.1.1
3632026-05-20T03:59:37.673Z Downloaded toml_edit v0.22.27
3642026-05-20T03:59:37.676Z Downloaded textwrap v0.16.2
3652026-05-20T03:59:37.679Z Downloaded base64 v0.22.1
3662026-05-20T03:59:37.679Z Downloaded memchr v2.8.0
3672026-05-20T03:59:37.683Z Downloaded tracing-core v0.1.36
3682026-05-20T03:59:37.686Z Downloaded tokio-stream v0.1.18
3692026-05-20T03:59:37.690Z Downloaded ed25519-dalek v2.2.0
3702026-05-20T03:59:37.693Z Downloaded derive_more-impl v2.1.1
3712026-05-20T03:59:37.696Z Downloaded http v1.4.0
3722026-05-20T03:59:37.699Z Downloaded vte v0.14.1
3732026-05-20T03:59:37.703Z Downloaded uuid v1.23.1
3742026-05-20T03:59:37.703Z Downloaded rustls-webpki v0.103.13
3752026-05-20T03:59:37.706Z Downloaded quinn v0.11.9
3762026-05-20T03:59:37.709Z Downloaded url v2.5.8
3772026-05-20T03:59:37.709Z Downloaded tar v0.4.46
3782026-05-20T03:59:37.713Z Downloaded socket2 v0.6.3
3792026-05-20T03:59:37.717Z Downloaded serde v1.0.228
3802026-05-20T03:59:37.720Z Downloaded clap_builder v4.6.0
3812026-05-20T03:59:37.723Z Downloaded proc-macro2 v1.0.106
3822026-05-20T03:59:37.725Z Downloaded unicode-segmentation v1.13.2
3832026-05-20T03:59:37.728Z Downloaded hyper v1.9.0
3842026-05-20T03:59:37.737Z Downloaded tower v0.5.3
3852026-05-20T03:59:37.746Z Downloaded hashbrown v0.17.1
3862026-05-20T03:59:37.764Z Downloaded chrono v0.4.44
3872026-05-20T03:59:37.768Z Downloaded typenum v1.20.0
3882026-05-20T03:59:37.771Z Downloaded pulldown-cmark v0.13.3
3892026-05-20T03:59:37.773Z Downloaded hashbrown v0.15.5
3902026-05-20T03:59:37.776Z Downloaded tokio-util v0.7.18
3912026-05-20T03:59:37.779Z Downloaded serde_json v1.0.149
3922026-05-20T03:59:37.783Z Downloaded unicode-normalization v0.1.25
3932026-05-20T03:59:37.786Z Downloaded futures-util v0.3.32
3942026-05-20T03:59:37.792Z Downloaded ron v0.12.1
3952026-05-20T03:59:37.799Z Downloaded aho-corasick v1.1.4
3962026-05-20T03:59:37.801Z Downloaded mio v1.2.0
3972026-05-20T03:59:37.804Z Downloaded tower-http v0.6.11
3982026-05-20T03:59:37.808Z Downloaded idna v1.1.0
3992026-05-20T03:59:37.811Z Downloaded regex v1.12.3
4002026-05-20T03:59:37.814Z Downloaded h2 v0.4.14
4012026-05-20T03:59:37.821Z Downloaded miette v7.6.0
4022026-05-20T03:59:37.825Z Downloaded guppy v0.17.25
4032026-05-20T03:59:37.825Z Downloaded winnow v0.7.15
4042026-05-20T03:59:37.829Z Downloaded winnow v1.0.3
4052026-05-20T03:59:37.840Z Downloaded tracing-subscriber v0.3.23
4062026-05-20T03:59:37.848Z Downloaded reqwest v0.12.28
4072026-05-20T03:59:37.851Z Downloaded curve25519-dalek v4.1.3
4082026-05-20T03:59:37.863Z Downloaded unicode-width v0.2.2
4092026-05-20T03:59:37.866Z Downloaded unicode-width v0.1.14
4102026-05-20T03:59:37.869Z Downloaded syn v2.0.117
4112026-05-20T03:59:37.876Z Downloaded portable-atomic v1.13.1
4122026-05-20T03:59:37.880Z Downloaded gimli v0.32.3
4132026-05-20T03:59:37.885Z Downloaded bstr v1.12.1
4142026-05-20T03:59:37.892Z Downloaded tracing v0.1.44
4152026-05-20T03:59:37.903Z Downloaded quick-xml v0.37.5
4162026-05-20T03:59:37.906Z Downloaded color-eyre v0.6.5
4172026-05-20T03:59:37.921Z Downloaded quick-xml v0.38.4
4182026-05-20T03:59:37.935Z Downloaded webpki-roots v1.0.7
4192026-05-20T03:59:37.940Z Downloaded quinn-proto v0.11.14
4202026-05-20T03:59:37.950Z Downloaded vcpkg v0.2.15
4212026-05-20T03:59:37.992Z Downloaded openssl v0.10.80
4222026-05-20T03:59:38.006Z Downloaded nextest-runner v0.80.0
4232026-05-20T03:59:38.012Z Downloaded zerocopy v0.8.48
4242026-05-20T03:59:38.038Z Downloaded object v0.37.3
4252026-05-20T03:59:38.048Z Downloaded nix v0.30.1
4262026-05-20T03:59:38.052Z Downloaded rustls v0.23.40
4272026-05-20T03:59:38.059Z Downloaded regex-syntax v0.8.10
4282026-05-20T03:59:38.064Z Downloaded rustix v0.38.44
4292026-05-20T03:59:38.083Z Downloaded rustix v1.1.4
4302026-05-20T03:59:38.158Z Downloaded regex-automata v0.4.14
4312026-05-20T03:59:38.228Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4322026-05-20T03:59:38.238Z Downloaded petgraph v0.8.3
4332026-05-20T03:59:38.250Z Downloaded libc v0.2.186
4342026-05-20T03:59:38.267Z Downloaded tokio v1.52.3
4352026-05-20T03:59:38.331Z Downloaded recursion v0.5.4
4362026-05-20T03:59:38.336Z Downloaded ring v0.17.14
4372026-05-20T03:59:38.394Z Compiling libc v0.2.186
4382026-05-20T03:59:38.394Z Compiling proc-macro2 v1.0.106
4392026-05-20T03:59:38.394Z Compiling quote v1.0.45
4402026-05-20T03:59:38.397Z Compiling unicode-ident v1.0.24
4412026-05-20T03:59:38.397Z Compiling serde_core v1.0.228
4422026-05-20T03:59:38.397Z Compiling cfg-if v1.0.4
4432026-05-20T03:59:38.397Z Compiling memchr v2.8.0
4442026-05-20T03:59:38.397Z Compiling once_cell v1.21.4
4452026-05-20T03:59:38.638Z Compiling log v0.4.29
4462026-05-20T03:59:38.672Z Compiling pin-project-lite v0.2.17
4472026-05-20T03:59:38.770Z Compiling serde v1.0.228
4482026-05-20T03:59:38.820Z Compiling itoa v1.0.18
4492026-05-20T03:59:39.036Z Compiling smallvec v1.15.1
4502026-05-20T03:59:39.075Z Compiling futures-core v0.3.32
4512026-05-20T03:59:39.192Z Compiling bitflags v2.11.1
4522026-05-20T03:59:39.245Z Compiling find-msvc-tools v0.1.9
4532026-05-20T03:59:39.295Z Compiling shlex v1.3.0
4542026-05-20T03:59:39.479Z Compiling equivalent v1.0.2
4552026-05-20T03:59:39.490Z Compiling hashbrown v0.17.1
4562026-05-20T03:59:39.571Z Compiling errno v0.3.14
4572026-05-20T03:59:39.582Z Compiling bytes v1.11.1
4582026-05-20T03:59:39.635Z Compiling mio v1.2.0
4592026-05-20T03:59:39.738Z Compiling signal-hook-registry v1.4.8
4602026-05-20T03:59:39.750Z Compiling jobserver v0.1.34
4612026-05-20T03:59:39.905Z Compiling syn v2.0.117
4622026-05-20T03:59:39.960Z Compiling cc v1.2.62
4632026-05-20T03:59:40.078Z Compiling rustix v1.1.4
4642026-05-20T03:59:40.198Z Compiling futures-sink v0.3.32
4652026-05-20T03:59:40.306Z Compiling socket2 v0.6.3
4662026-05-20T03:59:40.306Z Compiling slab v0.4.12
4672026-05-20T03:59:40.361Z Compiling zmij v1.0.21
4682026-05-20T03:59:40.482Z Compiling futures-channel v0.3.32
4692026-05-20T03:59:40.517Z Compiling tracing-core v0.1.36
4702026-05-20T03:59:40.708Z Compiling serde_json v1.0.149
4712026-05-20T03:59:40.733Z Compiling version_check v0.9.5
4722026-05-20T03:59:40.968Z Compiling indexmap v2.14.0
4732026-05-20T03:59:41.094Z Compiling futures-io v0.3.32
4742026-05-20T03:59:41.132Z Compiling getrandom v0.4.2
4752026-05-20T03:59:41.243Z Compiling futures-task v0.3.32
4762026-05-20T03:59:41.346Z Compiling percent-encoding v2.3.2
4772026-05-20T03:59:41.424Z Compiling unicode-width v0.2.2
4782026-05-20T03:59:41.436Z Compiling camino v1.2.2
4792026-05-20T03:59:41.624Z Compiling ring v0.17.14
4802026-05-20T03:59:41.731Z Compiling http v1.4.0
4812026-05-20T03:59:41.767Z Compiling simd-adler32 v0.3.9
4822026-05-20T03:59:41.790Z Compiling autocfg v1.5.0
4832026-05-20T03:59:41.820Z Compiling zeroize v1.8.2
4842026-05-20T03:59:42.019Z Compiling adler2 v2.0.1
4852026-05-20T03:59:42.137Z Compiling num-traits v0.2.19
4862026-05-20T03:59:42.197Z Compiling miniz_oxide v0.8.9
4872026-05-20T03:59:42.491Z Compiling getrandom v0.3.4
4882026-05-20T03:59:42.607Z Compiling zerocopy v0.8.48
4892026-05-20T03:59:42.843Z Compiling target-lexicon v0.13.3
4902026-05-20T03:59:42.972Z Compiling object v0.37.3
4912026-05-20T03:59:43.056Z Compiling http-body v1.0.1
4922026-05-20T03:59:43.316Z Compiling rustls-pki-types v1.14.1
4932026-05-20T03:59:43.370Z Compiling form_urlencoded v1.2.2
4942026-05-20T03:59:43.382Z Compiling semver v1.0.28
4952026-05-20T03:59:43.448Z Compiling serde_derive v1.0.228
4962026-05-20T03:59:43.634Z Compiling tokio-macros v2.7.0
4972026-05-20T03:59:43.634Z Compiling futures-macro v0.3.32
4982026-05-20T03:59:43.657Z Compiling tracing-attributes v0.1.31
4992026-05-20T03:59:43.923Z Compiling getrandom v0.2.17
5002026-05-20T03:59:44.044Z Compiling thiserror v2.0.18
5012026-05-20T03:59:44.113Z Compiling signal-hook v0.3.18
5022026-05-20T03:59:44.200Z Compiling fnv v1.0.7
5032026-05-20T03:59:44.317Z Compiling untrusted v0.9.0
5042026-05-20T03:59:44.346Z Compiling gimli v0.32.3
5052026-05-20T03:59:44.402Z Compiling httparse v1.10.1
5062026-05-20T03:59:44.410Z Compiling tokio v1.52.3
5072026-05-20T03:59:44.443Z Compiling utf8_iter v1.0.4
5082026-05-20T03:59:44.473Z Compiling futures-util v0.3.32
5092026-05-20T03:59:44.592Z Compiling owo-colors v4.3.0
5102026-05-20T03:59:44.747Z Compiling guppy-workspace-hack v0.1.0
5112026-05-20T03:59:44.882Z Compiling tracing v0.1.44
5122026-05-20T03:59:44.916Z Compiling idna_adapter v1.0.0
5132026-05-20T03:59:45.012Z Compiling idna v1.1.0
5142026-05-20T03:59:45.237Z Compiling thiserror-impl v2.0.18
5152026-05-20T03:59:46.431Z Compiling addr2line v0.25.1
5162026-05-20T03:59:46.849Z Compiling generic-array v0.14.7
5172026-05-20T03:59:46.860Z Compiling atomic-waker v1.1.2
5182026-05-20T03:59:46.983Z Compiling typeid v1.0.3
5192026-05-20T03:59:47.005Z Compiling fastrand v2.4.1
5202026-05-20T03:59:47.089Z Compiling rustc-demangle v0.1.27
5212026-05-20T03:59:47.110Z Compiling tower-service v0.3.3
5222026-05-20T03:59:47.207Z Compiling pkg-config v0.3.33
5232026-05-20T03:59:47.313Z Compiling try-lock v0.2.5
5242026-05-20T03:59:47.361Z Compiling rustls v0.23.40
5252026-05-20T03:59:47.425Z Compiling thiserror v1.0.69
5262026-05-20T03:59:47.585Z Compiling target-spec v3.6.0
5272026-05-20T03:59:47.642Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5282026-05-20T03:59:47.888Z Compiling want v0.3.1
5292026-05-20T03:59:47.962Z Compiling tempfile v3.27.0
5302026-05-20T03:59:48.069Z Compiling cfg-expr v0.20.7
5312026-05-20T03:59:48.097Z Compiling url v2.5.8
5322026-05-20T03:59:48.649Z Compiling tokio-util v0.7.18
5332026-05-20T03:59:49.349Z Compiling h2 v0.4.14
5342026-05-20T03:59:49.746Z Compiling backtrace v0.3.76
5352026-05-20T03:59:49.855Z Compiling thiserror-impl v1.0.69
5362026-05-20T03:59:49.886Z Compiling terminal_size v0.4.4
5372026-05-20T03:59:49.944Z Compiling aho-corasick v1.1.4
5382026-05-20T03:59:50.038Z Compiling winnow v0.7.15
5392026-05-20T03:59:50.575Z Compiling erased-serde v0.4.10
5402026-05-20T03:59:50.884Z Compiling rustls-webpki v0.103.13
5412026-05-20T03:59:51.007Z Compiling typenum v1.20.0
5422026-05-20T03:59:51.674Z Compiling regex-syntax v0.8.10
5432026-05-20T03:59:51.952Z Compiling subtle v2.6.1
5442026-05-20T03:59:53.488Z Compiling regex-automata v0.4.14
5452026-05-20T03:59:53.708Z Compiling hyper v1.9.0
5462026-05-20T03:59:55.548Z Compiling toml_datetime v0.6.11
5472026-05-20T03:59:55.913Z Compiling serde_spanned v0.6.9
5482026-05-20T03:59:56.078Z Compiling ahash v0.8.12
5492026-05-20T03:59:56.343Z Compiling sync_wrapper v1.0.2
5502026-05-20T03:59:56.456Z Compiling either v1.15.0
5512026-05-20T03:59:56.680Z Compiling portable-atomic v1.13.1
5522026-05-20T03:59:57.143Z Compiling toml_write v0.1.2
5532026-05-20T03:59:57.355Z Compiling nextest-workspace-hack v0.1.0
5542026-05-20T03:59:57.367Z Compiling lazy_static v1.5.0
5552026-05-20T03:59:57.388Z Compiling base64 v0.22.1
5562026-05-20T03:59:57.471Z Compiling is_ci v1.2.0
5572026-05-20T03:59:57.585Z Compiling unicode-linebreak v0.1.5
5582026-05-20T03:59:57.636Z Compiling ipnet v2.12.0
5592026-05-20T03:59:57.847Z Compiling unicode-segmentation v1.13.2
5602026-05-20T03:59:57.892Z Compiling tower-layer v0.3.3
5612026-05-20T03:59:58.086Z Compiling foldhash v0.1.5
5622026-05-20T03:59:58.234Z Compiling parking_lot_core v0.9.12
5632026-05-20T03:59:58.310Z Compiling crc32fast v1.5.0
5642026-05-20T03:59:58.540Z Compiling hashbrown v0.15.5
5652026-05-20T03:59:58.659Z Compiling convert_case v0.10.0
5662026-05-20T03:59:58.709Z Compiling tower v0.5.3
5672026-05-20T03:59:58.835Z Compiling hyper-util v0.1.20
5682026-05-20T03:59:58.885Z Compiling textwrap v0.16.2
5692026-05-20T03:59:58.941Z Compiling supports-color v3.0.2
5702026-05-20T03:59:59.172Z Compiling sharded-slab v0.1.7
5712026-05-20T03:59:59.227Z Compiling toml_edit v0.22.27
5722026-05-20T03:59:59.803Z Compiling tokio-rustls v0.26.4
5732026-05-20T03:59:59.964Z Compiling backtrace-ext v0.2.1
5742026-05-20T04:00:00.083Z Compiling ordered-float v2.10.1
5752026-05-20T04:00:00.222Z Compiling webpki-roots v1.0.7
5762026-05-20T04:00:00.282Z Compiling miette-derive v7.6.0
5772026-05-20T04:00:00.335Z Compiling pathdiff v0.2.3
5782026-05-20T04:00:00.351Z Compiling console v0.15.11
5792026-05-20T04:00:00.459Z Compiling cargo-platform v0.3.3
5802026-05-20T04:00:01.048Z Compiling tracing-log v0.2.0
5812026-05-20T04:00:01.397Z Compiling os_pipe v1.2.3
5822026-05-20T04:00:01.400Z Compiling thread_local v1.1.9
5832026-05-20T04:00:01.476Z Compiling cfg_aliases v0.2.1
5842026-05-20T04:00:01.549Z Compiling ryu v1.0.23
5852026-05-20T04:00:01.566Z Compiling rustix v0.38.44
5862026-05-20T04:00:01.686Z Compiling pulldown-cmark v0.13.3
5872026-05-20T04:00:01.764Z Compiling fixedbitset v0.5.7
5882026-05-20T04:00:01.909Z Compiling supports-unicode v3.0.0
5892026-05-20T04:00:01.921Z Compiling unicode-width v0.1.14
5902026-05-20T04:00:02.079Z Compiling zstd-safe v7.2.4
5912026-05-20T04:00:02.174Z Compiling supports-hyperlinks v3.2.0
5922026-05-20T04:00:02.216Z Compiling debug-ignore v1.0.5
5932026-05-20T04:00:02.276Z Compiling winnow v1.0.3
5942026-05-20T04:00:02.324Z Compiling scopeguard v1.2.0
5952026-05-20T04:00:02.335Z Compiling utf8parse v0.2.2
5962026-05-20T04:00:02.387Z Compiling miette v7.6.0
5972026-05-20T04:00:02.425Z Compiling anstyle-parse v1.0.0
5982026-05-20T04:00:02.440Z Compiling lock_api v0.4.14
5992026-05-20T04:00:02.684Z Compiling petgraph v0.8.3
6002026-05-20T04:00:02.795Z Compiling serde_urlencoded v0.7.1
6012026-05-20T04:00:03.078Z Compiling tracing-subscriber v0.3.23
6022026-05-20T04:00:03.715Z Compiling toml_parser v1.1.2+spec-1.1.0
6032026-05-20T04:00:04.605Z Compiling nix v0.30.1
6042026-05-20T04:00:04.685Z Compiling sigchld v0.2.4
6052026-05-20T04:00:04.878Z Compiling toml v0.8.23
6062026-05-20T04:00:04.995Z Compiling cargo_metadata v0.23.1
6072026-05-20T04:00:05.045Z Compiling hyper-rustls v0.27.9
6082026-05-20T04:00:05.714Z Compiling serde-value v0.7.0
6092026-05-20T04:00:06.327Z Compiling serde-untagged v0.1.9
6102026-05-20T04:00:06.689Z Compiling tower-http v0.6.11
6112026-05-20T04:00:06.797Z Compiling derive_more-impl v2.1.1
6122026-05-20T04:00:07.443Z Compiling itertools v0.14.0
6132026-05-20T04:00:07.618Z Compiling regex v1.12.3
6142026-05-20T04:00:07.733Z Compiling crypto-common v0.1.7
6152026-05-20T04:00:07.755Z Compiling block-buffer v0.10.4
6162026-05-20T04:00:07.870Z Compiling ppv-lite86 v0.2.21
6172026-05-20T04:00:07.907Z Compiling rand_core v0.9.5
6182026-05-20T04:00:08.153Z Compiling futures-executor v0.3.32
6192026-05-20T04:00:08.196Z Compiling pin-project-internal v1.1.13
6202026-05-20T04:00:08.621Z Compiling http-body-util v0.1.3
6212026-05-20T04:00:08.682Z Compiling uuid v1.23.1
6222026-05-20T04:00:08.897Z Compiling smol_str v0.3.6
6232026-05-20T04:00:08.923Z Compiling toml_datetime v1.1.1+spec-1.1.0
6242026-05-20T04:00:09.029Z Compiling serde_spanned v1.1.1
6252026-05-20T04:00:09.178Z Compiling filetime v0.2.29
6262026-05-20T04:00:09.236Z Compiling vte v0.14.1
6272026-05-20T04:00:09.240Z Compiling bstr v1.12.1
6282026-05-20T04:00:09.341Z Compiling iana-time-zone v0.1.65
6292026-05-20T04:00:09.394Z Compiling tinyvec_macros v0.1.1
6302026-05-20T04:00:09.452Z Compiling eyre v0.6.12
6312026-05-20T04:00:09.463Z Compiling colorchoice v1.0.5
6322026-05-20T04:00:09.584Z Compiling self_update v0.42.0
6332026-05-20T04:00:09.690Z Compiling nested v0.1.1
6342026-05-20T04:00:09.774Z Compiling anstyle v1.0.14
6352026-05-20T04:00:09.801Z Compiling anstyle-query v1.1.5
6362026-05-20T04:00:09.835Z Compiling xattr v1.6.1
6372026-05-20T04:00:09.881Z Compiling static_assertions v1.1.0
6382026-05-20T04:00:09.903Z Compiling number_prefix v0.4.0
6392026-05-20T04:00:09.932Z Compiling unicase v2.9.0
6402026-05-20T04:00:09.953Z Compiling color-spantrace v0.3.0
6412026-05-20T04:00:10.016Z Compiling litrs v1.0.0
6422026-05-20T04:00:10.042Z Compiling is_terminal_polyfill v1.70.2
6432026-05-20T04:00:10.054Z Compiling unicode-xid v0.2.6
6442026-05-20T04:00:10.134Z Compiling cargo-util-schemas v0.2.0
6452026-05-20T04:00:10.179Z Compiling anstream v1.0.0
6462026-05-20T04:00:10.190Z Compiling indicatif v0.17.11
6472026-05-20T04:00:10.308Z Compiling tar v0.4.46
6482026-05-20T04:00:10.459Z Compiling document-features v0.2.12
6492026-05-20T04:00:10.675Z Compiling guppy v0.17.25
6502026-05-20T04:00:11.348Z Compiling globset v0.4.18
6512026-05-20T04:00:11.443Z Compiling chrono v0.4.44
6522026-05-20T04:00:11.466Z Compiling tinyvec v1.11.0
6532026-05-20T04:00:11.896Z Compiling strip-ansi-escapes v0.2.1
6542026-05-20T04:00:12.380Z Compiling pin-project v1.1.13
6552026-05-20T04:00:12.484Z Compiling toml v1.1.2+spec-1.1.0
6562026-05-20T04:00:12.569Z Compiling nextest-metadata v0.12.2
6572026-05-20T04:00:12.832Z Compiling newtype-uuid v1.3.2
6582026-05-20T04:00:13.018Z Compiling reqwest v0.12.28
6592026-05-20T04:00:13.308Z Compiling futures v0.3.32
6602026-05-20T04:00:13.393Z Compiling rand_chacha v0.9.0
6612026-05-20T04:00:13.952Z Compiling digest v0.10.7
6622026-05-20T04:00:14.170Z Compiling derive_more v2.1.1
6632026-05-20T04:00:14.252Z Compiling parking_lot v0.12.5
6642026-05-20T04:00:14.548Z Compiling flate2 v1.1.9
6652026-05-20T04:00:14.861Z Compiling shared_child v1.1.1
6662026-05-20T04:00:15.101Z Compiling tracing-error v0.2.1
6672026-05-20T04:00:15.332Z Compiling signal-hook-mio v0.2.5
6682026-05-20T04:00:15.465Z Compiling self-replace v1.5.0
6692026-05-20T04:00:15.518Z Compiling cargo-platform v0.2.0
6702026-05-20T04:00:15.648Z Compiling quick-xml v0.37.5
6712026-05-20T04:00:15.751Z Compiling quick-xml v0.38.4
6722026-05-20T04:00:16.078Z Compiling recursion v0.5.4
6732026-05-20T04:00:16.221Z Compiling heck v0.5.0
6742026-05-20T04:00:16.435Z Compiling clap_lex v1.1.0
6752026-05-20T04:00:16.639Z Compiling indenter v0.3.4
6762026-05-20T04:00:16.770Z Compiling strsim v0.11.1
6772026-05-20T04:00:16.803Z Compiling urlencoding v2.1.3
6782026-05-20T04:00:17.177Z Compiling shell-words v1.1.1
6792026-05-20T04:00:17.300Z Compiling cpufeatures v0.2.17
6802026-05-20T04:00:17.376Z Compiling humantime v2.3.0
6812026-05-20T04:00:17.397Z Compiling sha2 v0.10.9
6822026-05-20T04:00:17.429Z Compiling clap_builder v4.6.0
6832026-05-20T04:00:17.591Z Compiling humantime-serde v1.1.1
6842026-05-20T04:00:17.798Z Compiling clap_derive v4.6.1
6852026-05-20T04:00:18.258Z Compiling quick-junit v0.5.2
6862026-05-20T04:00:18.619Z Compiling nextest-filtering v0.15.0
6872026-05-20T04:00:19.581Z Compiling atomicwrites v0.4.4
6882026-05-20T04:00:19.868Z Compiling cargo_metadata v0.20.0
6892026-05-20T04:00:21.375Z Compiling cargo-nextest v0.9.97
6902026-05-20T04:00:21.702Z Compiling crossterm v0.29.0
6912026-05-20T04:00:22.970Z Compiling duct v0.13.7
6922026-05-20T04:00:24.477Z Compiling rand v0.9.4
6932026-05-20T04:00:24.669Z Compiling async-scoped v0.9.0
6942026-05-20T04:00:24.885Z Compiling config v0.15.23
6952026-05-20T04:00:24.938Z Compiling unicode-normalization v0.1.25
6962026-05-20T04:00:25.010Z Compiling target-spec-miette v0.4.6
6972026-05-20T04:00:25.101Z Compiling zstd v0.13.3
6982026-05-20T04:00:25.140Z Compiling future-queue v0.4.0
6992026-05-20T04:00:25.219Z Compiling mukti-metadata v0.3.0
7002026-05-20T04:00:25.412Z Compiling tokio-stream v0.1.18
7012026-05-20T04:00:25.424Z Compiling camino-tempfile v1.4.1
7022026-05-20T04:00:25.502Z Compiling derive-where v1.6.1
7032026-05-20T04:00:25.518Z Compiling serde_ignored v0.1.14
7042026-05-20T04:00:25.710Z Compiling serde_path_to_error v0.1.20
7052026-05-20T04:00:25.734Z Compiling indent_write v2.2.0
7062026-05-20T04:00:25.856Z Compiling swrite v0.1.0
7072026-05-20T04:00:25.885Z Compiling hex v0.4.3
7082026-05-20T04:00:25.959Z Compiling xxhash-rust v0.8.15
7092026-05-20T04:00:26.058Z Compiling home v0.5.12
7102026-05-20T04:00:26.138Z Compiling color-eyre v0.6.5
7112026-05-20T04:00:26.173Z Compiling clap v4.6.1
7122026-05-20T04:00:26.186Z Compiling dialoguer v0.11.0
7132026-05-20T04:00:26.223Z Compiling enable-ansi-support v0.2.1
7142026-05-20T04:00:26.753Z Compiling nextest-runner v0.80.0
7152026-05-20T04:00:44.799Z Finished `release` profile [optimized] target(s) in 1m 10s
7162026-05-20T04:00:44.984Z Installing /home/build/.cargo/bin/cargo-nextest
7172026-05-20T04:00:44.987Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7182026-05-20T04:00:45.100Z+ source .github/buildomat/test-common.sh
7192026-05-20T04:00:45.103Z++ NEXTEST_VERSION=0.9.97
7202026-05-20T04:00:45.103Z++ PLATFORM=illumos
7212026-05-20T04:00:45.103Z++ banner install
7222026-05-20T04:00:45.103Z
7232026-05-20T04:00:45.103Z # # # #### ##### ## # #
7242026-05-20T04:00:45.103Z # ## # # # # # # #
7252026-05-20T04:00:45.103Z # # # # #### # # # # #
7262026-05-20T04:00:45.103Z # # # # # # ###### # #
7272026-05-20T04:00:45.103Z # # ## # # # # # # #
7282026-05-20T04:00:45.103Z # # # #### # # # ###### ######
7292026-05-20T04:00:45.103Z
7302026-05-20T04:00:45.103Z++ set +o errexit
7312026-05-20T04:00:45.106Z++ pkg info clang-15
7322026-05-20T04:00:45.106Z++ grep -qi installed
7332026-05-20T04:00:46.339Zpkg: info: no packages matching the following patterns you specified are
7342026-05-20T04:00:46.339Zinstalled on the system. Try querying remotely instead:
7352026-05-20T04:00:46.339Z
7362026-05-20T04:00:46.339Z clang-15
7372026-05-20T04:00:46.378Z++ [[ 1 != 0 ]]
7382026-05-20T04:00:46.378Z++ set -o errexit
7392026-05-20T04:00:46.383Z++ pfexec pkg install clang-15
7402026-05-20T04:00:59.602Z Startup: Refreshing catalog 'helios-dev' ... Done
7412026-05-20T04:01:07.394Z Startup: Caching catalogs ... Done
7422026-05-20T04:01:14.713ZPlanning: Solver setup ... Done
7432026-05-20T04:01:14.755ZPlanning: Running solver ... Done
7442026-05-20T04:01:14.905ZPlanning: Finding local manifests ... Done
7452026-05-20T04:01:14.935ZPlanning: Fetching manifests: 0/2 0% complete
7462026-05-20T04:01:17.856ZPlanning: Fetching manifests: 2/2 100% complete
7472026-05-20T04:01:17.885ZPlanning: Package planning ... Done
7482026-05-20T04:01:17.911ZPlanning: Merging actions ... Done
7492026-05-20T04:01:18.047ZPlanning: Checking for conflicting actions ... Done
7502026-05-20T04:01:18.054ZPlanning: Consolidating action changes ... Done
7512026-05-20T04:01:18.697ZPlanning: Evaluating mediators ... Done
7522026-05-20T04:01:18.702ZPlanning: Planning completed in 11.14 seconds
7532026-05-20T04:01:18.713Z Packages to install: 2
7542026-05-20T04:01:18.713Z Mediators to change: 2
7552026-05-20T04:01:18.715Z Services to change: 1
7562026-05-20T04:01:18.715Z Create boot environment: No
7572026-05-20T04:01:18.715ZCreate backup boot environment: No
7582026-05-20T04:01:18.758Z
7592026-05-20T04:01:18.759ZDownload: 0/3076 items 0.0/211.3MB 0% complete
7602026-05-20T04:01:23.767ZDownload: 500/3076 items 16.7/211.3MB 7% complete (3.5M/s)
7612026-05-20T04:01:28.768ZDownload: 947/3076 items 74.0/211.3MB 35% complete (7.5M/s)
7622026-05-20T04:01:33.888ZDownload: 981/3076 items 82.1/211.3MB 38% complete (6.7M/s)
7632026-05-20T04:01:41.139ZDownload: 983/3076 items 82.1/211.3MB 38% complete (6.6M/s)
7642026-05-20T04:01:48.831ZDownload: 984/3076 items 82.1/211.3MB 38% complete
7652026-05-20T04:01:53.832ZDownload: 1270/3076 items 115.0/211.3MB 54% complete (7.3M/s)
7662026-05-20T04:01:58.842ZDownload: 1493/3076 items 116.6/211.3MB 55% complete (3.6M/s)
7672026-05-20T04:02:03.876ZDownload: 1731/3076 items 117.2/211.3MB 55% complete (231k/s)
7682026-05-20T04:02:09.320ZDownload: 2003/3076 items 117.7/211.3MB 55% complete (129k/s)
7692026-05-20T04:02:14.400ZDownload: 2005/3076 items 117.7/211.3MB 55% complete (126k/s)
7702026-05-20T04:02:22.211ZDownload: 2007/3076 items 117.7/211.3MB 55% complete
7712026-05-20T04:02:32.667ZDownload: 2010/3076 items 117.8/211.3MB 55% complete (1.4k/s)
7722026-05-20T04:02:38.736ZDownload: 3033/3076 items 201.8/211.3MB 95% complete (9.1M/s)
7732026-05-20T04:02:39.353ZDownload: Completed 211.31 MB in 80.59 seconds (2.6M/s)
7742026-05-20T04:02:39.976Z Actions: 1/3418 actions (Installing new actions)
7752026-05-20T04:02:43.203Z Actions: Completed 3418 actions in 3.23 seconds.
7762026-05-20T04:02:43.861Z Done
7772026-05-20T04:02:43.861Z Done
7782026-05-20T04:02:44.611Z Done
7792026-05-20T04:02:48.034Z Done
7802026-05-20T04:02:48.114Z Done
7812026-05-20T04:02:48.117Z Done
7822026-05-20T04:02:48.542Z Done
7832026-05-20T04:02:49.231Z++ set -o errexit
7842026-05-20T04:02:49.231Z++ cargo --version
7852026-05-20T04:02:49.243Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
7862026-05-20T04:02:49.246Z++ rustc --version
7872026-05-20T04:02:49.262Zrustc 1.95.0 (59807616e 2026-04-14)
7882026-05-20T04:02:49.265Z++ cargo install cargo-nextest --version 0.9.97
7892026-05-20T04:02:49.318Z Ignored package `cargo-nextest v0.9.97` is already installed, use --force to override
7902026-05-20T04:02:49.320Z+ pushd rdb
7912026-05-20T04:02:49.320Z+ PROPTEST_CASES=1000000
7922026-05-20T04:02:49.320Z/work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite
7932026-05-20T04:02:49.321Z+ cargo nextest run --lib proptest
7942026-05-20T04:02:49.482Z Updating git repository `https://github.com/oxidecomputer/falcon`
7952026-05-20T04:02:50.039ZFrom https://github.com/oxidecomputer/falcon
7962026-05-20T04:02:50.039Z * [new ref] 2dcfe294f6ba3fb11fa0e23dd4a03a98eb55af24 -> refs/commit/2dcfe294f6ba3fb11fa0e23dd4a03a98eb55af24
7972026-05-20T04:02:50.116Z Updating crates.io index
7982026-05-20T04:02:50.119Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7992026-05-20T04:02:50.828ZFrom https://github.com/oxidecomputer/dendrite
8002026-05-20T04:02:50.828Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
8012026-05-20T04:02:50.893Z Updating git repository `https://github.com/oxidecomputer/ispf`
8022026-05-20T04:02:51.145ZFrom https://github.com/oxidecomputer/ispf
8032026-05-20T04:02:51.145Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
8042026-05-20T04:02:51.199Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8052026-05-20T04:02:51.538ZFrom https://github.com/oxidecomputer/netadm-sys
8062026-05-20T04:02:51.538Z * [new ref] 53f86457e19bf5065ed286c621fb4c7a91891529 -> refs/commit/53f86457e19bf5065ed286c621fb4c7a91891529
8072026-05-20T04:02:51.547Z Updating git repository `https://github.com/oxidecomputer/omicron`
8082026-05-20T04:02:59.473ZFrom https://github.com/oxidecomputer/omicron
8092026-05-20T04:02:59.473Z * [new ref] 02147419d0a5868095160d390caa664278ea37c7 -> refs/commit/02147419d0a5868095160d390caa664278ea37c7
8102026-05-20T04:02:59.880Z Updating git repository `https://github.com/oxidecomputer/opte`
8112026-05-20T04:03:00.480ZFrom https://github.com/oxidecomputer/opte
8122026-05-20T04:03:00.481Z * [new ref] 5470aa15eaa06e5183c374c1f61e5e5ddd5e0350 -> refs/commit/5470aa15eaa06e5183c374c1f61e5e5ddd5e0350
8132026-05-20T04:03:00.508Z Updating git repository `https://github.com/illumos/smf-rs`
8142026-05-20T04:03:00.793ZFrom https://github.com/illumos/smf-rs
8152026-05-20T04:03:00.793Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8162026-05-20T04:03:00.924Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8172026-05-20T04:03:01.176ZFrom https://github.com/oxidecomputer/network-interface
8182026-05-20T04:03:01.176Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8192026-05-20T04:03:01.260Z Updating git repository `https://github.com/oxidecomputer/zone`
8202026-05-20T04:03:01.487ZFrom https://github.com/oxidecomputer/zone
8212026-05-20T04:03:01.487Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8222026-05-20T04:03:01.494Z Updating git repository `https://github.com/oxidecomputer/propolis`
8232026-05-20T04:03:02.073ZFrom https://github.com/oxidecomputer/propolis
8242026-05-20T04:03:02.073Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8252026-05-20T04:03:02.177Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8262026-05-20T04:03:02.651ZFrom https://github.com/oxidecomputer/transceiver-control
8272026-05-20T04:03:02.651Z * [new ref] 81167659157860d6587713b3362b7bc791dfb530 -> refs/commit/81167659157860d6587713b3362b7bc791dfb530
8282026-05-20T04:03:02.697Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8292026-05-20T04:03:02.943ZFrom https://github.com/oxidecomputer/dlpi-sys
8302026-05-20T04:03:02.943Z * [new ref] a611f32a2374579d25e628b395a9cb251f753388 -> refs/commit/a611f32a2374579d25e628b395a9cb251f753388
8312026-05-20T04:03:02.952Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8322026-05-20T04:03:03.228ZFrom https://github.com/jmesmon/rust-libzfs
8332026-05-20T04:03:03.228Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8342026-05-20T04:03:03.239Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8352026-05-20T04:03:03.491ZFrom https://github.com/oxidecomputer/rusty-doors
8362026-05-20T04:03:03.491Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8372026-05-20T04:03:03.499Z Updating git repository `https://github.com/oxidecomputer/lldp`
8382026-05-20T04:03:03.849ZFrom https://github.com/oxidecomputer/lldp
8392026-05-20T04:03:03.849Z * [new ref] ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d -> refs/commit/ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d
8402026-05-20T04:03:03.851Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8412026-05-20T04:03:04.102ZFrom https://github.com/oxidecomputer/slog-error-chain
8422026-05-20T04:03:04.102Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8432026-05-20T04:03:04.151Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8442026-05-20T04:03:04.431ZFrom https://github.com/oxidecomputer/tufaceous
8452026-05-20T04:03:04.431Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8462026-05-20T04:03:04.459Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8472026-05-20T04:03:04.892ZFrom https://github.com/oxidecomputer/management-gateway-service
8482026-05-20T04:03:04.892Z * [new ref] 0d7a8992f914ad6a5947409048779969bbe80e3d -> refs/commit/0d7a8992f914ad6a5947409048779969bbe80e3d
8492026-05-20T04:03:04.961Z Updating git repository `https://github.com/oxidecomputer/crucible`
8502026-05-20T04:03:05.737ZFrom https://github.com/oxidecomputer/crucible
8512026-05-20T04:03:05.737Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8522026-05-20T04:03:05.798Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8532026-05-20T04:03:06.080ZFrom https://github.com/oxidecomputer/serde_human_bytes
8542026-05-20T04:03:06.080Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8552026-05-20T04:03:06.188Z Updating git repository `https://github.com/oxidecomputer/propolis`
8562026-05-20T04:03:06.526ZFrom https://github.com/oxidecomputer/propolis
8572026-05-20T04:03:06.526Z * [new ref] bc489ddf0f38f75e0c194b86cf6f0de377f68845 -> refs/commit/bc489ddf0f38f75e0c194b86cf6f0de377f68845
8582026-05-20T04:03:06.928Z Updating git repository `https://github.com/oxidecomputer/tofino`
8592026-05-20T04:03:07.260ZFrom https://github.com/oxidecomputer/tofino
8602026-05-20T04:03:07.260Z * [new ref] e25e52991785039e967fd8fe7d86554d976e6d4b -> refs/commit/e25e52991785039e967fd8fe7d86554d976e6d4b
8612026-05-20T04:03:07.283Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8622026-05-20T04:03:08.335ZFrom https://github.com/oxidecomputer/maghemite
8632026-05-20T04:03:08.335Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8642026-05-20T04:03:08.403Z Updating git repository `https://github.com/oxidecomputer/clickward`
8652026-05-20T04:03:08.919ZFrom https://github.com/oxidecomputer/clickward
8662026-05-20T04:03:08.919Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8672026-05-20T04:03:08.936Z Updating git repository `https://github.com/oxidecomputer/crucible`
8682026-05-20T04:03:09.285ZFrom https://github.com/oxidecomputer/crucible
8692026-05-20T04:03:09.285Z * [new ref] ae1da83e66c648574827298f4bc444632bf4d047 -> refs/commit/ae1da83e66c648574827298f4bc444632bf4d047
8702026-05-20T04:03:09.428Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8712026-05-20T04:03:09.676ZFrom https://github.com/oxidecomputer/illumos-devinfo
8722026-05-20T04:03:09.676Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8732026-05-20T04:03:10.565Z Downloading crates ...
8742026-05-20T04:03:10.681Z Downloaded crossbeam-utils v0.8.21
8752026-05-20T04:03:10.684Z Downloaded constant_time_eq v0.4.2
8762026-05-20T04:03:10.688Z Downloaded cargo_toml v0.22.3
8772026-05-20T04:03:10.690Z Downloaded bitflags v1.3.2
8782026-05-20T04:03:10.691Z Downloaded cpufeatures v0.3.0
8792026-05-20T04:03:10.695Z Downloaded fixedbitset v0.4.2
8802026-05-20T04:03:10.699Z Downloaded chacha20poly1305 v0.10.1
8812026-05-20T04:03:10.699Z Downloaded backon v1.6.0
8822026-05-20T04:03:10.703Z Downloaded hostname v0.3.1
8832026-05-20T04:03:10.706Z Downloaded blake3 v1.8.5
8842026-05-20T04:03:10.709Z Downloaded git-stub-vcs v0.1.0
8852026-05-20T04:03:10.711Z Downloaded libsw-core v0.3.2
8862026-05-20T04:03:10.714Z Downloaded expectorate v1.2.0
8872026-05-20T04:03:10.717Z Downloaded dof v0.4.0
8882026-05-20T04:03:10.717Z Downloaded natord v1.0.9
8892026-05-20T04:03:10.719Z Downloaded num-complex v0.4.6
8902026-05-20T04:03:10.724Z Downloaded crunchy v0.2.4
8912026-05-20T04:03:10.724Z Downloaded managed v0.8.0
8922026-05-20T04:03:10.727Z Downloaded crucible-workspace-hack v0.1.0
8932026-05-20T04:03:10.727Z Downloaded newline-converter v0.3.0
8942026-05-20T04:03:10.727Z Downloaded newtype_derive v0.1.6
8952026-05-20T04:03:10.729Z Downloaded crossbeam-deque v0.8.6
8962026-05-20T04:03:10.729Z Downloaded macaddr v1.0.1
8972026-05-20T04:03:10.732Z Downloaded num v0.4.3
8982026-05-20T04:03:10.732Z Downloaded memmap2 v0.9.10
8992026-05-20T04:03:10.738Z Downloaded deranged v0.5.8
9002026-05-20T04:03:10.738Z Downloaded num-rational v0.4.2
9012026-05-20T04:03:10.743Z Downloaded cipher v0.4.4
9022026-05-20T04:03:10.743Z Downloaded foreign-types-shared v0.3.1
9032026-05-20T04:03:10.743Z Downloaded dropshot-api-manager-types v0.7.1
9042026-05-20T04:03:10.746Z Downloaded enum-as-inner v0.6.1
9052026-05-20T04:03:10.746Z Downloaded papergrid v0.11.0
9062026-05-20T04:03:10.748Z Downloaded foldhash v0.2.0
9072026-05-20T04:03:10.752Z Downloaded bit-set v0.8.0
9082026-05-20T04:03:10.752Z Downloaded darling_macro v0.23.0
9092026-05-20T04:03:10.754Z Downloaded libscf-sys v1.2.0
9102026-05-20T04:03:10.754Z Downloaded heck v0.4.1
9112026-05-20T04:03:10.757Z Downloaded httpdate v1.0.3
9122026-05-20T04:03:10.757Z Downloaded fs_extra v1.3.0
9132026-05-20T04:03:10.760Z Downloaded float-ord v0.3.2
9142026-05-20T04:03:10.760Z Downloaded async-stream-impl v0.3.6
9152026-05-20T04:03:10.763Z Downloaded num-derive v0.4.2
9162026-05-20T04:03:10.763Z Downloaded no-std-compat v0.4.1
9172026-05-20T04:03:10.767Z Downloaded dyn-clone v1.0.20
9182026-05-20T04:03:10.767Z Downloaded memoffset v0.9.1
9192026-05-20T04:03:10.773Z Downloaded embedded-io v0.4.0
9202026-05-20T04:03:10.773Z Downloaded cstr-argument v0.1.2
9212026-05-20T04:03:10.776Z Downloaded ff v0.13.1
9222026-05-20T04:03:10.776Z Downloaded base16ct v1.0.0
9232026-05-20T04:03:10.776Z Downloaded async-recursion v1.1.1
9242026-05-20T04:03:10.778Z Downloaded ciborium-ll v0.2.2
9252026-05-20T04:03:10.778Z Downloaded erased-serde v0.3.31
9262026-05-20T04:03:10.782Z Downloaded linked-hash-map v0.5.6
9272026-05-20T04:03:10.782Z Downloaded keccak v0.1.6
9282026-05-20T04:03:10.784Z Downloaded num_threads v0.1.7
9292026-05-20T04:03:10.784Z Downloaded dof v0.3.0
9302026-05-20T04:03:10.787Z Downloaded memmap v0.7.0
9312026-05-20T04:03:10.790Z Downloaded is-terminal v0.4.17
9322026-05-20T04:03:10.790Z Downloaded cobs v0.3.0
9332026-05-20T04:03:10.790Z Downloaded git-stub v1.0.0
9342026-05-20T04:03:10.793Z Downloaded dtrace-parser v0.3.0
9352026-05-20T04:03:10.793Z Downloaded const_format v0.2.36
9362026-05-20T04:03:10.796Z Downloaded olpc-cjson v0.1.4
9372026-05-20T04:03:10.800Z Downloaded match_cfg v0.1.0
9382026-05-20T04:03:10.800Z Downloaded blake2 v0.10.6
9392026-05-20T04:03:10.802Z Downloaded opaque-debug v0.3.1
9402026-05-20T04:03:10.803Z Downloaded omicron-workspace-hack v0.1.0
9412026-05-20T04:03:10.806Z Downloaded hubpack v0.1.2
9422026-05-20T04:03:10.806Z Downloaded parse-display v0.10.0
9432026-05-20T04:03:10.809Z Downloaded defmt-parser v1.0.0
9442026-05-20T04:03:10.809Z Downloaded num-conv v0.2.1
9452026-05-20T04:03:10.809Z Downloaded internet-checksum v0.2.1
9462026-05-20T04:03:10.809Z Downloaded hubpack_derive v0.1.1
9472026-05-20T04:03:10.828Z Downloaded hostname v0.4.2
9482026-05-20T04:03:10.829Z Downloaded foreign-types v0.5.0
9492026-05-20T04:03:10.829Z Downloaded newtype-uuid-macros v0.1.0
9502026-05-20T04:03:10.829Z Downloaded compression-codecs v0.4.38
9512026-05-20T04:03:10.829Z Downloaded dtrace-parser v0.2.0
9522026-05-20T04:03:10.829Z Downloaded inout v0.1.4
9532026-05-20T04:03:10.829Z Downloaded foreign-types-macros v0.2.3
9542026-05-20T04:03:10.840Z Downloaded konst_macro_rules v0.2.19
9552026-05-20T04:03:10.840Z Downloaded bytecount v0.6.9
9562026-05-20T04:03:10.840Z Downloaded aead v0.5.2
9572026-05-20T04:03:10.841Z Downloaded compression-core v0.4.32
9582026-05-20T04:03:10.841Z Downloaded instant v0.1.13
9592026-05-20T04:03:10.841Z Downloaded num_enum_derive v0.5.11
9602026-05-20T04:03:10.841Z Downloaded num-integer v0.1.46
9612026-05-20T04:03:10.841Z Downloaded ingot v0.1.1
9622026-05-20T04:03:10.845Z Downloaded idna_adapter v1.2.2
9632026-05-20T04:03:10.845Z Downloaded backoff v0.4.0
9642026-05-20T04:03:10.845Z Downloaded proc-macro-crate v1.3.1
9652026-05-20T04:03:10.845Z Downloaded allocator-api2 v0.2.21
9662026-05-20T04:03:10.845Z Downloaded num-iter v0.1.45
9672026-05-20T04:03:10.845Z Downloaded powerfmt v0.2.0
9682026-05-20T04:03:10.845Z Downloaded progenitor-client v0.11.2
9692026-05-20T04:03:10.845Z Downloaded pretty-hex v0.4.2
9702026-05-20T04:03:10.846Z Downloaded litemap v0.8.2
9712026-05-20T04:03:10.848Z Downloaded ipnetwork v0.21.1
9722026-05-20T04:03:10.848Z Downloaded progenitor-macro v0.11.2
9732026-05-20T04:03:10.853Z Downloaded plain v0.2.3
9742026-05-20T04:03:10.853Z Downloaded progenitor-client v0.10.0
9752026-05-20T04:03:10.853Z Downloaded proc-macro-error-attr v1.0.4
9762026-05-20T04:03:10.856Z Downloaded phf_shared v0.12.1
9772026-05-20T04:03:10.856Z Downloaded proc-macro-error-attr2 v2.0.0
9782026-05-20T04:03:10.856Z Downloaded potential_utf v0.1.5
9792026-05-20T04:03:10.856Z Downloaded progenitor-macro v0.10.0
9802026-05-20T04:03:10.859Z Downloaded quick-error v1.2.3
9812026-05-20T04:03:10.859Z Downloaded displaydoc v0.2.5
9822026-05-20T04:03:10.861Z Downloaded daft-derive v0.1.7
9832026-05-20T04:03:10.864Z Downloaded rand_chacha v0.3.1
9842026-05-20T04:03:10.864Z Downloaded oxnet v0.1.5
9852026-05-20T04:03:10.869Z Downloaded fs-err v3.3.0
9862026-05-20T04:03:10.874Z Downloaded parking_lot_core v0.8.6
9872026-05-20T04:03:10.874Z Downloaded num_enum_derive v0.7.6
9882026-05-20T04:03:10.874Z Downloaded ingot-types v0.1.2
9892026-05-20T04:03:10.874Z Downloaded pem v3.0.6
9902026-05-20T04:03:10.878Z Downloaded rand_xorshift v0.4.0
9912026-05-20T04:03:10.878Z Downloaded num_enum v0.5.11
9922026-05-20T04:03:10.887Z Downloaded derive-ex v0.1.8
9932026-05-20T04:03:10.887Z Downloaded rustc_version v0.1.7
9942026-05-20T04:03:10.887Z Downloaded crypto-bigint v0.5.5
9952026-05-20T04:03:10.893Z Downloaded ref-cast-impl v1.0.25
9962026-05-20T04:03:10.893Z Downloaded ref-cast v1.0.25
9972026-05-20T04:03:10.893Z Downloaded parse-display-derive v0.10.0
9982026-05-20T04:03:10.893Z Downloaded anyhow v1.0.102
9992026-05-20T04:03:10.896Z Downloaded darling v0.21.3
10002026-05-20T04:03:10.896Z Downloaded serde_plain v1.0.2
10012026-05-20T04:03:10.899Z Downloaded icu_collections v2.2.0
10022026-05-20T04:03:10.902Z Downloaded serde_repr v0.1.20
10032026-05-20T04:03:10.905Z Downloaded scroll_derive v0.12.1
10042026-05-20T04:03:10.905Z Downloaded progenitor v0.10.0
10052026-05-20T04:03:10.905Z Downloaded serial_test v3.4.0
10062026-05-20T04:03:10.909Z Downloaded proc-macro-error2 v2.0.1
10072026-05-20T04:03:10.909Z Downloaded slog-envlogger v2.2.0
10082026-05-20T04:03:10.911Z Downloaded poly1305 v0.8.0
10092026-05-20T04:03:10.911Z Downloaded ciborium v0.2.2
10102026-05-20T04:03:10.915Z Downloaded progenitor-macro v0.14.0
10112026-05-20T04:03:10.915Z Downloaded progenitor-client v0.13.0
10122026-05-20T04:03:10.918Z Downloaded progenitor v0.14.0
10132026-05-20T04:03:10.918Z Downloaded progenitor v0.13.0
10142026-05-20T04:03:10.918Z Downloaded sigpipe v0.1.3
10152026-05-20T04:03:10.921Z Downloaded serial_test_derive v3.4.0
10162026-05-20T04:03:10.921Z Downloaded slog-bunyan v2.5.0
10172026-05-20T04:03:10.921Z Downloaded chacha20 v0.10.0
10182026-05-20T04:03:10.924Z Downloaded highway v1.3.0
10192026-05-20T04:03:10.924Z Downloaded omicron-zone-package v0.12.2
10202026-05-20T04:03:10.927Z Downloaded arrayvec v0.7.6
10212026-05-20T04:03:10.933Z Downloaded parking_lot v0.11.2
10222026-05-20T04:03:10.934Z Downloaded daft v0.1.7
10232026-05-20T04:03:10.942Z Downloaded colored v3.1.1
10242026-05-20T04:03:10.942Z Downloaded bit-vec v0.8.0
10252026-05-20T04:03:10.942Z Downloaded darling v0.23.0
10262026-05-20T04:03:10.945Z Downloaded pest_generator v2.8.6
10272026-05-20T04:03:10.945Z Downloaded derive_more v0.99.20
10282026-05-20T04:03:10.945Z Downloaded secrecy v0.10.3
10292026-05-20T04:03:10.945Z Downloaded rustls-pemfile v2.2.0
10302026-05-20T04:03:10.945Z Downloaded structmeta v0.3.0
10312026-05-20T04:03:10.948Z Downloaded stable_deref_trait v1.2.1
10322026-05-20T04:03:10.948Z Downloaded smawk v0.3.2
10332026-05-20T04:03:10.948Z Downloaded rand_core v0.10.1
10342026-05-20T04:03:10.951Z Downloaded rustls-native-certs v0.8.3
10352026-05-20T04:03:10.951Z Downloaded paste v1.0.15
10362026-05-20T04:03:10.953Z Downloaded num_enum v0.7.6
10372026-05-20T04:03:10.957Z Downloaded scroll v0.13.0
10382026-05-20T04:03:10.961Z Downloaded sdd v3.0.10
10392026-05-20T04:03:10.961Z Downloaded schemars_derive v0.8.22
10402026-05-20T04:03:10.961Z Downloaded serde-big-array v0.5.1
10412026-05-20T04:03:10.965Z Downloaded rustversion v1.0.22
10422026-05-20T04:03:10.965Z Downloaded strum v0.27.2
10432026-05-20T04:03:10.965Z Downloaded termtree v0.5.1
10442026-05-20T04:03:10.965Z Downloaded strum v0.26.3
10452026-05-20T04:03:10.970Z Downloaded structmeta-derive v0.3.0
10462026-05-20T04:03:10.970Z Downloaded proc-macro-error v1.0.4
10472026-05-20T04:03:10.970Z Downloaded serde_tokenstream v0.2.3
10482026-05-20T04:03:10.973Z Downloaded thread-id v4.2.2
10492026-05-20T04:03:10.973Z Downloaded slog-json v2.6.1
10502026-05-20T04:03:10.973Z Downloaded spin v0.5.2
10512026-05-20T04:03:10.973Z Downloaded scroll v0.12.0
10522026-05-20T04:03:10.975Z Downloaded defmt v1.1.0
10532026-05-20T04:03:10.978Z Downloaded testing_table v0.3.0
10542026-05-20T04:03:10.978Z Downloaded elliptic-curve v0.13.8
10552026-05-20T04:03:10.981Z Downloaded minimal-lexical v0.2.1
10562026-05-20T04:03:10.984Z Downloaded slog-scope v4.4.1
10572026-05-20T04:03:10.984Z Downloaded serde_derive_internals v0.29.1
10582026-05-20T04:03:10.987Z Downloaded progenitor v0.11.2
10592026-05-20T04:03:10.987Z Downloaded dropshot_endpoint v0.17.0
10602026-05-20T04:03:10.990Z Downloaded tabled_derive v0.7.0
10612026-05-20T04:03:10.990Z Downloaded darling_core v0.21.3
10622026-05-20T04:03:10.993Z Downloaded topological-sort v0.2.2
10632026-05-20T04:03:10.993Z Downloaded time-core v0.1.8
10642026-05-20T04:03:10.996Z Downloaded thread-id v5.1.0
10652026-05-20T04:03:10.996Z Downloaded diff v0.1.13
10662026-05-20T04:03:11.000Z Downloaded take_mut v0.2.2
10672026-05-20T04:03:11.000Z Downloaded tagptr v0.2.0
10682026-05-20T04:03:11.000Z Downloaded tabwriter v1.4.1
10692026-05-20T04:03:11.000Z Downloaded tabled_derive v0.11.0
10702026-05-20T04:03:11.003Z Downloaded slog-dtrace v0.3.0
10712026-05-20T04:03:11.003Z Downloaded drift v0.1.4
10722026-05-20T04:03:11.006Z Downloaded icu_properties v2.2.0
10732026-05-20T04:03:11.010Z Downloaded progenitor-extras v0.2.0
10742026-05-20T04:03:11.012Z Downloaded unit-prefix v0.5.2
10752026-05-20T04:03:11.012Z Downloaded unarray v0.1.4
10762026-05-20T04:03:11.012Z Downloaded usdt v0.6.0
10772026-05-20T04:03:11.012Z Downloaded typify-macro v0.6.2
10782026-05-20T04:03:11.016Z Downloaded resolv-conf v0.7.6
10792026-05-20T04:03:11.016Z Downloaded hmac v0.12.1
10802026-05-20T04:03:11.016Z Downloaded pest_derive v2.8.6
10812026-05-20T04:03:11.018Z Downloaded usdt-attr-macro v0.5.0
10822026-05-20T04:03:11.018Z Downloaded strum_macros v0.27.2
10832026-05-20T04:03:11.021Z Downloaded slog-term v2.9.2
10842026-05-20T04:03:11.021Z Downloaded slog-stdlog v4.1.1
10852026-05-20T04:03:11.022Z Downloaded smf v0.2.3
10862026-05-20T04:03:11.024Z Downloaded postcard v1.1.3
10872026-05-20T04:03:11.024Z Downloaded icu_provider v2.2.0
10882026-05-20T04:03:11.027Z Downloaded half v2.7.1
10892026-05-20T04:03:11.030Z Downloaded wait-timeout v0.2.1
10902026-05-20T04:03:11.031Z Downloaded usdt-attr-macro v0.6.0
10912026-05-20T04:03:11.031Z Downloaded utf-8 v0.7.6
10922026-05-20T04:03:11.031Z Downloaded usdt-macro v0.6.0
10932026-05-20T04:03:11.033Z Downloaded waitgroup v0.1.2
10942026-05-20T04:03:11.033Z Downloaded usdt-macro v0.5.0
10952026-05-20T04:03:11.033Z Downloaded universal-hash v0.5.1
10962026-05-20T04:03:11.033Z Downloaded usdt v0.5.0
10972026-05-20T04:03:11.033Z Downloaded untrusted v0.7.1
10982026-05-20T04:03:11.038Z Downloaded strum_macros v0.26.4
10992026-05-20T04:03:11.038Z Downloaded rusty-fork v0.3.1
11002026-05-20T04:03:11.038Z Downloaded smartstring v1.0.1
11012026-05-20T04:03:11.041Z Downloaded thiserror-no-std v2.0.2
11022026-05-20T04:03:11.041Z Downloaded thiserror-impl-no-std v2.0.2
11032026-05-20T04:03:11.041Z Downloaded zone_cfg_derive v0.3.1
11042026-05-20T04:03:11.044Z Downloaded zeroize_derive v1.4.3
11052026-05-20T04:03:11.044Z Downloaded synstructure v0.13.2
11062026-05-20T04:03:11.044Z Downloaded darling_core v0.23.0
11072026-05-20T04:03:11.046Z Downloaded papergrid v0.17.0
11082026-05-20T04:03:11.054Z Downloaded slog-async v2.8.0
11092026-05-20T04:03:11.056Z Downloaded progenitor-impl v0.13.0
11102026-05-20T04:03:11.056Z Downloaded zerofrom-derive v0.1.7
11112026-05-20T04:03:11.056Z Downloaded typify-macro v0.4.3
11122026-05-20T04:03:11.056Z Downloaded tokio-rustls v0.25.0
11132026-05-20T04:03:11.057Z Downloaded zone v0.3.1
11142026-05-20T04:03:11.057Z Downloaded tokio-dtrace v0.1.1
11152026-05-20T04:03:11.057Z Downloaded tinystr v0.8.3
11162026-05-20T04:03:11.060Z Downloaded tiny-keccak v2.0.2
11172026-05-20T04:03:11.060Z Downloaded rhai_codegen v3.1.0
11182026-05-20T04:03:11.064Z Downloaded zerofrom v0.1.8
11192026-05-20T04:03:11.067Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11202026-05-20T04:03:11.067Z Downloaded spin v0.9.8
11212026-05-20T04:03:11.070Z Downloaded tokio-tungstenite v0.21.0
11222026-05-20T04:03:11.070Z Downloaded rustls-platform-verifier v0.7.0
11232026-05-20T04:03:11.073Z Downloaded heapless v0.8.0
11242026-05-20T04:03:11.075Z Downloaded indicatif v0.18.4
11252026-05-20T04:03:11.078Z Downloaded arc-swap v1.9.1
11262026-05-20T04:03:11.081Z Downloaded usdt-impl v0.6.0
11272026-05-20T04:03:11.081Z Downloaded schemars v0.8.22
11282026-05-20T04:03:11.087Z Downloaded yoke-derive v0.8.2
11292026-05-20T04:03:11.090Z Downloaded snafu-derive v0.8.9
11302026-05-20T04:03:11.090Z Downloaded thin-vec v0.2.18
11312026-05-20T04:03:11.093Z Downloaded progenitor-impl v0.10.0
11322026-05-20T04:03:11.094Z Downloaded crossbeam-channel v0.5.15
11332026-05-20T04:03:11.098Z Downloaded progenitor-impl v0.14.0
11342026-05-20T04:03:11.098Z Downloaded xz2 v0.1.7
11352026-05-20T04:03:11.102Z Downloaded progenitor-impl v0.11.2
11362026-05-20T04:03:11.102Z Downloaded pretty_assertions v1.4.1
11372026-05-20T04:03:11.102Z Downloaded writeable v0.6.3
11382026-05-20T04:03:11.102Z Downloaded time-macros v0.2.27
11392026-05-20T04:03:11.105Z Downloaded similar v2.7.0
11402026-05-20T04:03:11.105Z Downloaded zerovec-derive v0.11.3
11412026-05-20T04:03:11.107Z Downloaded rayon-core v1.13.0
11422026-05-20T04:03:11.110Z Downloaded jiff-static v0.2.24
11432026-05-20T04:03:11.110Z Downloaded serde_yaml v0.9.34+deprecated
11442026-05-20T04:03:11.115Z Downloaded serde_with_macros v3.20.0
11452026-05-20T04:03:11.117Z Downloaded icu_normalizer_data v2.2.0
11462026-05-20T04:03:11.117Z Downloaded hickory-resolver v0.25.2
11472026-05-20T04:03:11.117Z Downloaded whoami v1.6.1
11482026-05-20T04:03:11.120Z Downloaded schemars v0.9.0
11492026-05-20T04:03:11.126Z Downloaded ucd-trie v0.1.7
11502026-05-20T04:03:11.133Z Downloaded nom v8.0.0
11512026-05-20T04:03:11.136Z Downloaded term v1.2.1
11522026-05-20T04:03:11.136Z Downloaded yoke v0.8.2
11532026-05-20T04:03:11.136Z Downloaded pest_meta v2.8.6
11542026-05-20T04:03:11.136Z Downloaded nom v7.1.3
11552026-05-20T04:03:11.139Z Downloaded toml v0.9.12+spec-1.1.0
11562026-05-20T04:03:11.144Z Downloaded rand v0.8.6
11572026-05-20T04:03:11.144Z Downloaded snafu v0.8.9
11582026-05-20T04:03:11.148Z Downloaded icu_locale_core v2.2.0
11592026-05-20T04:03:11.151Z Downloaded typify v0.6.2
11602026-05-20T04:03:11.154Z Downloaded toml v0.7.8
11612026-05-20T04:03:11.158Z Downloaded schemars v1.2.1
11622026-05-20T04:03:11.163Z Downloaded tungstenite v0.21.0
11632026-05-20T04:03:11.166Z Downloaded zerocopy-derive v0.7.35
11642026-05-20T04:03:11.168Z Downloaded prettyplease v0.2.37
11652026-05-20T04:03:11.171Z Downloaded unsafe-libyaml v0.2.11
11662026-05-20T04:03:11.174Z Downloaded toml_edit v0.25.11+spec-1.1.0
11672026-05-20T04:03:11.177Z Downloaded tar v0.4.45
11682026-05-20T04:03:11.177Z Downloaded rand v0.10.1
11692026-05-20T04:03:11.183Z Downloaded steno v0.4.1
11702026-05-20T04:03:11.187Z Downloaded yansi v1.0.1
11712026-05-20T04:03:11.187Z Downloaded typify v0.4.3
11722026-05-20T04:03:11.187Z Downloaded iddqd v0.3.18
11732026-05-20T04:03:11.192Z Downloaded qorb v0.4.1
11742026-05-20T04:03:11.199Z Downloaded async-compression v0.4.42
11752026-05-20T04:03:11.202Z Downloaded hickory-resolver v0.24.4
11762026-05-20T04:03:11.202Z Downloaded toml_edit v0.19.15
11772026-05-20T04:03:11.209Z Downloaded zerocopy-derive v0.8.48
11782026-05-20T04:03:11.214Z Downloaded itertools v0.12.1
11792026-05-20T04:03:11.221Z Downloaded zerotrie v0.2.4
11802026-05-20T04:03:11.224Z Downloaded hashbrown v0.16.1
11812026-05-20T04:03:11.224Z Downloaded hashbrown v0.12.3
11822026-05-20T04:03:11.228Z Downloaded test-strategy v0.4.5
11832026-05-20T04:03:11.230Z Downloaded walkdir v2.5.0
11842026-05-20T04:03:11.230Z Downloaded vsss-rs v3.3.4
11852026-05-20T04:03:11.234Z Downloaded pest v2.8.6
11862026-05-20T04:03:11.239Z Downloaded usdt-impl v0.5.0
11872026-05-20T04:03:11.239Z Downloaded slog v2.8.2
11882026-05-20T04:03:11.241Z Downloaded dropshot-api-manager v0.7.1
11892026-05-20T04:03:11.241Z Downloaded cookie v0.18.1
11902026-05-20T04:03:11.241Z Downloaded bcs v0.1.6
11912026-05-20T04:03:11.244Z Downloaded siphasher v1.0.3
11922026-05-20T04:03:11.244Z Downloaded sha1 v0.10.6
11932026-05-20T04:03:11.244Z Downloaded semver v0.1.20
11942026-05-20T04:03:11.249Z Downloaded phf v0.12.1
11952026-05-20T04:03:11.250Z Downloaded indexmap v1.9.3
11962026-05-20T04:03:11.250Z Downloaded hkdf v0.12.4
11972026-05-20T04:03:11.254Z Downloaded scroll_derive v0.13.1
11982026-05-20T04:03:11.254Z Downloaded same-file v1.0.6
11992026-05-20T04:03:11.254Z Downloaded password-hash v0.5.0
12002026-05-20T04:03:11.254Z Downloaded cancel-safe-futures v0.1.5
12012026-05-20T04:03:11.254Z Downloaded scc v2.4.0
12022026-05-20T04:03:11.257Z Downloaded libm v0.2.16
12032026-05-20T04:03:11.261Z Downloaded data-encoding v2.11.0
12042026-05-20T04:03:11.265Z Downloaded icu_properties_data v2.2.0
12052026-05-20T04:03:11.268Z Downloaded typed-path v0.9.3
12062026-05-20T04:03:11.274Z Downloaded reqwest v0.13.3
12072026-05-20T04:03:11.279Z Downloaded async-stream v0.3.6
12082026-05-20T04:03:11.279Z Downloaded crossbeam-epoch v0.9.18
12092026-05-20T04:03:11.284Z Downloaded base64 v0.21.7
12102026-05-20T04:03:11.284Z Downloaded oxide-tokio-rt v0.1.6
12112026-05-20T04:03:11.284Z Downloaded glob v0.3.3
12122026-05-20T04:03:11.288Z Downloaded bs58 v0.5.1
12132026-05-20T04:03:11.288Z Downloaded csv-core v0.1.13
12142026-05-20T04:03:11.288Z Downloaded tough v0.22.0
12152026-05-20T04:03:11.291Z Downloaded goblin v0.8.2
12162026-05-20T04:03:11.294Z Downloaded progenitor-macro v0.13.0
12172026-05-20T04:03:11.294Z Downloaded progenitor-client v0.14.0
12182026-05-20T04:03:11.298Z Downloaded proc-macro-crate v3.5.0
12192026-05-20T04:03:11.298Z Downloaded gethostname v0.5.0
12202026-05-20T04:03:11.298Z Downloaded cmake v0.1.58
12212026-05-20T04:03:11.298Z Downloaded async-trait v0.1.89
12222026-05-20T04:03:11.301Z Downloaded rayon v1.12.0
12232026-05-20T04:03:11.304Z Downloaded defmt-macros v1.1.0
12242026-05-20T04:03:11.307Z Downloaded tower-http v0.6.10
12252026-05-20T04:03:11.310Z Downloaded zerocopy v0.7.35
12262026-05-20T04:03:11.319Z Downloaded zerovec v0.11.6
12272026-05-20T04:03:11.323Z Downloaded serde_with v3.20.0
12282026-05-20T04:03:11.328Z Downloaded aws-lc-rs v1.17.0
12292026-05-20T04:03:11.334Z Downloaded rustls-webpki v0.102.8
12302026-05-20T04:03:11.344Z Downloaded moka v0.12.15
12312026-05-20T04:03:11.348Z Downloaded proptest v1.11.0
12322026-05-20T04:03:11.353Z Downloaded tabled v0.15.0
12332026-05-20T04:03:11.362Z Downloaded time v0.3.47
12342026-05-20T04:03:11.368Z Downloaded tabled v0.20.0
12352026-05-20T04:03:11.377Z Downloaded dropshot v0.17.0
12362026-05-20T04:03:11.391Z Downloaded syn v1.0.109
12372026-05-20T04:03:11.395Z Downloaded goblin v0.10.5
12382026-05-20T04:03:11.399Z Downloaded smoltcp v0.11.0
12392026-05-20T04:03:11.405Z Downloaded nix v0.31.3
12402026-05-20T04:03:11.412Z Downloaded rhai v1.24.0
12412026-05-20T04:03:11.417Z Downloaded regress v0.10.5
12422026-05-20T04:03:11.424Z Downloaded openapiv3 v2.2.0
12432026-05-20T04:03:11.429Z Downloaded hickory-proto v0.24.4
12442026-05-20T04:03:11.438Z Downloaded rustls v0.22.4
12452026-05-20T04:03:11.443Z Downloaded typify-impl v0.6.2
12462026-05-20T04:03:11.449Z Downloaded regress v0.11.1
12472026-05-20T04:03:11.454Z Downloaded hickory-proto v0.25.2
12482026-05-20T04:03:11.462Z Downloaded winnow v0.5.40
12492026-05-20T04:03:11.467Z Downloaded byteorder v1.5.0
12502026-05-20T04:03:11.470Z Downloaded byte-wrapper v0.1.0
12512026-05-20T04:03:11.470Z Downloaded argon2 v0.5.3
12522026-05-20T04:03:11.473Z Downloaded const-random-macro v0.1.16
12532026-05-20T04:03:11.473Z Downloaded dunce v1.0.5
12542026-05-20T04:03:11.473Z Downloaded mime v0.3.17
12552026-05-20T04:03:11.473Z Downloaded ident_case v1.0.1
12562026-05-20T04:03:11.473Z Downloaded fxhash v0.2.1
12572026-05-20T04:03:11.473Z Downloaded embedded-io v0.6.1
12582026-05-20T04:03:11.477Z Downloaded convert_case v0.4.0
12592026-05-20T04:03:11.477Z Downloaded hash32 v0.3.1
12602026-05-20T04:03:11.477Z Downloaded darling_macro v0.21.3
12612026-05-20T04:03:11.477Z Downloaded lru-cache v0.1.2
12622026-05-20T04:03:11.477Z Downloaded const_format_proc_macros v0.2.34
12632026-05-20T04:03:11.481Z Downloaded console v0.16.3
12642026-05-20T04:03:11.481Z Downloaded libsw v3.5.0
12652026-05-20T04:03:11.481Z Downloaded icu_normalizer v2.2.0
12662026-05-20T04:03:11.481Z Downloaded multer v3.1.0
12672026-05-20T04:03:11.486Z Downloaded linear-map v1.2.0
12682026-05-20T04:03:11.486Z Downloaded group v0.13.0
12692026-05-20T04:03:11.486Z Downloaded const-random v0.1.18
12702026-05-20T04:03:11.486Z Downloaded konst v0.2.20
12712026-05-20T04:03:11.489Z Downloaded ciborium-io v0.2.2
12722026-05-20T04:03:11.489Z Downloaded chacha20 v0.9.1
12732026-05-20T04:03:11.489Z Downloaded crc8 v0.1.1
12742026-05-20T04:03:11.489Z Downloaded ingot-macros v0.1.1
12752026-05-20T04:03:11.489Z Downloaded defmt v0.3.100
12762026-05-20T04:03:11.489Z Downloaded critical-section v1.2.0
12772026-05-20T04:03:11.491Z Downloaded arrayref v0.3.9
12782026-05-20T04:03:11.491Z Downloaded base16ct v0.2.0
12792026-05-20T04:03:11.491Z Downloaded sled v0.34.7
12802026-05-20T04:03:11.496Z Downloaded lzma-sys v0.1.20
12812026-05-20T04:03:11.512Z Downloaded jiff v0.2.24
12822026-05-20T04:03:11.529Z Downloaded typify-impl v0.4.3
12832026-05-20T04:03:11.570Z Downloaded petgraph v0.6.5
12842026-05-20T04:03:11.596Z Downloaded chrono-tz v0.10.4
12852026-05-20T04:03:11.622Z Downloaded csv v1.4.0
12862026-05-20T04:03:11.633Z Downloaded sha3 v0.10.9
12872026-05-20T04:03:11.674Z Downloaded encoding_rs v0.8.35
12882026-05-20T04:03:12.210Z Downloaded aws-lc-sys v0.41.0
12892026-05-20T04:03:13.113Z Compiling proc-macro2 v1.0.106
12902026-05-20T04:03:13.113Z Compiling unicode-ident v1.0.24
12912026-05-20T04:03:13.113Z Compiling quote v1.0.45
12922026-05-20T04:03:13.113Z Compiling serde_core v1.0.228
12932026-05-20T04:03:13.120Z Compiling cfg-if v1.0.4
12942026-05-20T04:03:13.120Z Compiling serde v1.0.228
12952026-05-20T04:03:13.121Z Compiling libc v0.2.186
12962026-05-20T04:03:13.121Z Compiling memchr v2.8.0
12972026-05-20T04:03:13.325Z Compiling itoa v1.0.18
12982026-05-20T04:03:13.531Z Compiling smallvec v1.15.1
12992026-05-20T04:03:13.622Z Compiling zmij v1.0.21
13002026-05-20T04:03:13.637Z Compiling autocfg v1.5.0
13012026-05-20T04:03:13.752Z Compiling libm v0.2.16
13022026-05-20T04:03:13.983Z Compiling stable_deref_trait v1.2.1
13032026-05-20T04:03:13.989Z Compiling version_check v0.9.5
13042026-05-20T04:03:14.053Z Compiling litemap v0.8.2
13052026-05-20T04:03:14.084Z Compiling percent-encoding v2.3.2
13062026-05-20T04:03:14.218Z Compiling writeable v0.6.3
13072026-05-20T04:03:14.244Z Compiling icu_properties_data v2.2.0
13082026-05-20T04:03:14.268Z Compiling icu_normalizer_data v2.2.0
13092026-05-20T04:03:14.286Z Compiling utf8_iter v1.0.4
13102026-05-20T04:03:14.289Z Compiling pin-project-lite v0.2.17
13112026-05-20T04:03:14.427Z Compiling equivalent v1.0.2
13122026-05-20T04:03:14.441Z Compiling iana-time-zone v0.1.65
13132026-05-20T04:03:14.510Z Compiling form_urlencoded v1.2.2
13142026-05-20T04:03:14.612Z Compiling syn v2.0.117
13152026-05-20T04:03:14.638Z Compiling scopeguard v1.2.0
13162026-05-20T04:03:14.666Z Compiling parking_lot_core v0.9.12
13172026-05-20T04:03:14.690Z Compiling serde_json v1.0.149
13182026-05-20T04:03:14.702Z Compiling dyn-clone v1.0.20
13192026-05-20T04:03:14.712Z Compiling num-traits v0.2.19
13202026-05-20T04:03:14.740Z Compiling lock_api v0.4.14
13212026-05-20T04:03:14.842Z Compiling log v0.4.29
13222026-05-20T04:03:14.970Z Compiling hashbrown v0.17.1
13232026-05-20T04:03:14.982Z Compiling thiserror v2.0.18
13242026-05-20T04:03:14.986Z Compiling rand_core v0.10.1
13252026-05-20T04:03:15.034Z Compiling getrandom v0.4.2
13262026-05-20T04:03:15.143Z Compiling errno v0.3.14
13272026-05-20T04:03:15.300Z Compiling jobserver v0.1.34
13282026-05-20T04:03:15.339Z Compiling shlex v1.3.0
13292026-05-20T04:03:15.361Z Compiling find-msvc-tools v0.1.9
13302026-05-20T04:03:15.526Z Compiling semver v1.0.28
13312026-05-20T04:03:15.554Z Compiling indexmap v2.14.0
13322026-05-20T04:03:15.606Z Compiling cc v1.2.62
13332026-05-20T04:03:15.628Z Compiling futures-core v0.3.32
13342026-05-20T04:03:15.778Z Compiling heck v0.5.0
13352026-05-20T04:03:15.793Z Compiling zerocopy v0.8.48
13362026-05-20T04:03:15.875Z Compiling futures-sink v0.3.32
13372026-05-20T04:03:15.978Z Compiling uuid v1.23.1
13382026-05-20T04:03:16.034Z Compiling slab v0.4.12
13392026-05-20T04:03:16.197Z Compiling fnv v1.0.7
13402026-05-20T04:03:16.207Z Compiling schemars v0.8.22
13412026-05-20T04:03:16.229Z Compiling futures-channel v0.3.32
13422026-05-20T04:03:16.289Z Compiling rustversion v1.0.22
13432026-05-20T04:03:16.452Z Compiling socket2 v0.6.3
13442026-05-20T04:03:16.479Z Compiling futures-task v0.3.32
13452026-05-20T04:03:17.067Z Compiling futures-io v0.3.32
13462026-05-20T04:03:17.077Z Compiling parking_lot v0.12.5
13472026-05-20T04:03:17.077Z Compiling signal-hook-registry v1.4.8
13482026-05-20T04:03:17.077Z Compiling mio v1.2.0
13492026-05-20T04:03:17.077Z Compiling portable-atomic v1.13.1
13502026-05-20T04:03:17.077Z Compiling bitflags v2.11.1
13512026-05-20T04:03:17.077Z Compiling getrandom v0.2.17
13522026-05-20T04:03:17.077Z Compiling typenum v1.20.0
13532026-05-20T04:03:17.083Z Compiling subtle v2.6.1
13542026-05-20T04:03:17.130Z Compiling base64 v0.22.1
13552026-05-20T04:03:17.130Z Compiling untrusted v0.9.0
13562026-05-20T04:03:17.241Z Compiling critical-section v1.2.0
13572026-05-20T04:03:17.259Z Compiling byteorder v1.5.0
13582026-05-20T04:03:17.283Z Compiling rand_core v0.6.4
13592026-05-20T04:03:17.308Z Compiling regex-syntax v0.8.10
13602026-05-20T04:03:17.343Z Compiling cmake v0.1.58
13612026-05-20T04:03:17.465Z Compiling synstructure v0.13.2
13622026-05-20T04:03:17.486Z Compiling serde_derive_internals v0.29.1
13632026-05-20T04:03:17.498Z Compiling fs_extra v1.3.0
13642026-05-20T04:03:17.658Z Compiling dunce v1.0.5
13652026-05-20T04:03:17.683Z Compiling slog v2.8.2
13662026-05-20T04:03:17.742Z Compiling ipnet v2.12.0
13672026-05-20T04:03:17.754Z Compiling once_cell v1.21.4
13682026-05-20T04:03:17.863Z Compiling aws-lc-sys v0.41.0
13692026-05-20T04:03:17.920Z Compiling strsim v0.11.1
13702026-05-20T04:03:17.963Z Compiling atomic-waker v1.1.2
13712026-05-20T04:03:17.965Z Compiling httparse v1.10.1
13722026-05-20T04:03:18.090Z Compiling rustix v1.1.4
13732026-05-20T04:03:18.231Z Compiling tower-layer v0.3.3
13742026-05-20T04:03:18.267Z Compiling tower-service v0.3.3
13752026-05-20T04:03:18.308Z Compiling generic-array v0.14.7
13762026-05-20T04:03:18.356Z Compiling thiserror v1.0.69
13772026-05-20T04:03:18.390Z Compiling ryu v1.0.23
13782026-05-20T04:03:18.598Z Compiling try-lock v0.2.5
13792026-05-20T04:03:18.612Z Compiling ucd-trie v0.1.7
13802026-05-20T04:03:18.680Z Compiling want v0.3.1
13812026-05-20T04:03:18.726Z Compiling serde_derive v1.0.228
13822026-05-20T04:03:18.726Z Compiling zerofrom-derive v0.1.7
13832026-05-20T04:03:18.758Z Compiling yoke-derive v0.8.2
13842026-05-20T04:03:18.786Z Compiling zerovec-derive v0.11.3
13852026-05-20T04:03:18.850Z Compiling displaydoc v0.2.5
13862026-05-20T04:03:18.879Z Compiling schemars_derive v0.8.22
13872026-05-20T04:03:18.930Z Compiling tokio-macros v2.7.0
13882026-05-20T04:03:19.638Z Compiling thiserror-impl v2.0.18
13892026-05-20T04:03:19.700Z Compiling zerocopy-derive v0.8.48
13902026-05-20T04:03:19.880Z Compiling zeroize_derive v1.4.3
13912026-05-20T04:03:19.926Z Compiling futures-macro v0.3.32
13922026-05-20T04:03:19.954Z Compiling zerofrom v0.1.8
13932026-05-20T04:03:20.055Z Compiling yoke v0.8.2
13942026-05-20T04:03:20.119Z Compiling pest v2.8.6
13952026-05-20T04:03:20.240Z Compiling zerovec v0.11.6
13962026-05-20T04:03:20.571Z Compiling zerotrie v0.2.4
13972026-05-20T04:03:20.773Z Compiling tinystr v0.8.3
13982026-05-20T04:03:20.784Z Compiling potential_utf v0.1.5
13992026-05-20T04:03:20.870Z Compiling zeroize v1.8.2
14002026-05-20T04:03:20.890Z Compiling icu_collections v2.2.0
14012026-05-20T04:03:20.938Z Compiling icu_locale_core v2.2.0
14022026-05-20T04:03:21.059Z Compiling futures-util v0.3.32
14032026-05-20T04:03:21.071Z Compiling thiserror-impl v1.0.69
14042026-05-20T04:03:21.373Z Compiling httpdate v1.0.3
14052026-05-20T04:03:21.816Z Compiling pest_meta v2.8.6
14062026-05-20T04:03:21.819Z Compiling icu_provider v2.2.0
14072026-05-20T04:03:21.929Z Compiling bytes v1.11.1
14082026-05-20T04:03:21.965Z Compiling icu_properties v2.2.0
14092026-05-20T04:03:22.004Z Compiling icu_normalizer v2.2.0
14102026-05-20T04:03:22.237Z Compiling chrono v0.4.44
14112026-05-20T04:03:22.565Z Compiling http v1.4.0
14122026-05-20T04:03:22.583Z Compiling tokio v1.52.3
14132026-05-20T04:03:22.673Z Compiling serde_tokenstream v0.2.3
14142026-05-20T04:03:22.961Z Compiling idna_adapter v1.2.2
14152026-05-20T04:03:23.097Z Compiling idna v1.1.0
14162026-05-20T04:03:23.136Z Compiling erased-serde v0.3.31
14172026-05-20T04:03:23.336Z Compiling http-body v1.0.1
14182026-05-20T04:03:23.564Z Compiling url v2.5.8
14192026-05-20T04:03:23.814Z Compiling getrandom v0.3.4
14202026-05-20T04:03:23.952Z Compiling ppv-lite86 v0.2.21
14212026-05-20T04:03:23.983Z Compiling pest_generator v2.8.6
14222026-05-20T04:03:24.179Z Compiling pretty-hex v0.4.2
14232026-05-20T04:03:24.251Z Compiling plain v0.2.3
14242026-05-20T04:03:24.270Z Compiling allocator-api2 v0.2.21
14252026-05-20T04:03:24.309Z Compiling foldhash v0.2.0
14262026-05-20T04:03:24.360Z Compiling paste v1.0.15
14272026-05-20T04:03:24.456Z Compiling crypto-common v0.1.7
14282026-05-20T04:03:24.540Z Compiling tracing-attributes v0.1.31
14292026-05-20T04:03:24.586Z Compiling hashbrown v0.16.1
14302026-05-20T04:03:24.597Z Compiling tracing-core v0.1.36
14312026-05-20T04:03:24.608Z Compiling pest_derive v2.8.6
14322026-05-20T04:03:24.702Z Compiling ident_case v1.0.1
14332026-05-20T04:03:24.820Z Compiling omicron-workspace-hack v0.1.0
14342026-05-20T04:03:25.045Z Compiling ipnetwork v0.21.1
14352026-05-20T04:03:25.199Z Compiling http-body-util v0.1.3
14362026-05-20T04:03:25.211Z Compiling serde_urlencoded v0.7.1
14372026-05-20T04:03:25.438Z Compiling aho-corasick v1.1.4
14382026-05-20T04:03:25.480Z Compiling sync_wrapper v1.0.2
14392026-05-20T04:03:25.512Z Compiling winnow v1.0.3
14402026-05-20T04:03:25.577Z Compiling rustls-pki-types v1.14.1
14412026-05-20T04:03:25.591Z Compiling daft-derive v0.1.7
14422026-05-20T04:03:25.767Z Compiling tracing v0.1.44
14432026-05-20T04:03:25.917Z Compiling fastrand v2.4.1
14442026-05-20T04:03:26.064Z Compiling oxnet v0.1.5
14452026-05-20T04:03:26.177Z Compiling scroll_derive v0.13.1
14462026-05-20T04:03:26.347Z Compiling regex-automata v0.4.14
14472026-05-20T04:03:26.493Z Compiling tokio-util v0.7.18
14482026-05-20T04:03:26.601Z Compiling async-trait v0.1.89
14492026-05-20T04:03:26.769Z Compiling ring v0.17.14
14502026-05-20T04:03:27.024Z Compiling num-conv v0.2.1
14512026-05-20T04:03:27.171Z Compiling time-core v0.1.8
14522026-05-20T04:03:27.240Z Compiling cpufeatures v0.2.17
14532026-05-20T04:03:27.289Z Compiling anyhow v1.0.102
14542026-05-20T04:03:27.308Z Compiling powerfmt v0.2.0
14552026-05-20T04:03:27.308Z Compiling time-macros v0.2.27
14562026-05-20T04:03:27.518Z Compiling deranged v0.5.8
14572026-05-20T04:03:27.818Z Compiling scroll v0.13.0
14582026-05-20T04:03:28.082Z Compiling regex v1.12.3
14592026-05-20T04:03:28.294Z Compiling block-buffer v0.10.4
14602026-05-20T04:03:28.443Z Compiling num_threads v0.1.7
14612026-05-20T04:03:28.560Z Compiling hex v0.4.3
14622026-05-20T04:03:28.569Z Compiling openssl-probe v0.2.1
14632026-05-20T04:03:28.580Z Compiling digest v0.10.7
14642026-05-20T04:03:28.755Z Compiling goblin v0.10.5
14652026-05-20T04:03:29.169Z Compiling camino v1.2.2
14662026-05-20T04:03:29.211Z Compiling usdt-impl v0.6.0
14672026-05-20T04:03:29.222Z Compiling crc32fast v1.5.0
14682026-05-20T04:03:29.567Z Compiling h2 v0.4.14
14692026-05-20T04:03:29.634Z Compiling dtrace-parser v0.3.0
14702026-05-20T04:03:29.962Z Compiling aws-lc-rs v1.17.0
14712026-05-20T04:03:30.011Z Compiling crossbeam-utils v0.8.21
14722026-05-20T04:03:30.864Z Compiling futures-executor v0.3.32
14732026-05-20T04:03:30.868Z Compiling structmeta-derive v0.3.0
14742026-05-20T04:03:30.868Z Compiling thread-id v5.1.0
14752026-05-20T04:03:30.868Z Compiling simd-adler32 v0.3.9
14762026-05-20T04:03:30.868Z Compiling adler2 v2.0.1
14772026-05-20T04:03:30.874Z Compiling rustls v0.22.4
14782026-05-20T04:03:30.928Z Compiling miniz_oxide v0.8.9
14792026-05-20T04:03:31.095Z Compiling futures v0.3.32
14802026-05-20T04:03:31.174Z Compiling rand_core v0.9.5
14812026-05-20T04:03:31.384Z Compiling darling_core v0.23.0
14822026-05-20T04:03:31.518Z Compiling dof v0.4.0
14832026-05-20T04:03:31.546Z Compiling hyper v1.9.0
14842026-05-20T04:03:31.573Z Compiling structmeta v0.3.0
14852026-05-20T04:03:31.771Z Compiling newtype-uuid-macros v0.1.0
14862026-05-20T04:03:31.848Z Compiling thread_local v1.1.9
14872026-05-20T04:03:32.122Z Compiling untrusted v0.7.1
14882026-05-20T04:03:32.584Z Compiling match_cfg v0.1.0
14892026-05-20T04:03:32.599Z Compiling hyper-util v0.1.20
14902026-05-20T04:03:32.654Z Compiling flate2 v1.1.9
14912026-05-20T04:03:33.364Z Compiling newtype-uuid v1.3.2
14922026-05-20T04:03:33.368Z Compiling ref-cast v1.0.25
14932026-05-20T04:03:33.368Z Compiling rustls v0.23.40
14942026-05-20T04:03:33.368Z Compiling compression-core v0.4.32
14952026-05-20T04:03:33.406Z Compiling slog-async v2.8.0
14962026-05-20T04:03:33.484Z Compiling quick-error v1.2.3
14972026-05-20T04:03:33.540Z Compiling darling_macro v0.23.0
14982026-05-20T04:03:33.584Z Compiling compression-codecs v0.4.38
14992026-05-20T04:03:33.669Z Compiling usdt-attr-macro v0.6.0
15002026-05-20T04:03:33.792Z Compiling usdt-macro v0.6.0
15012026-05-20T04:03:33.846Z Compiling daft v0.1.7
15022026-05-20T04:03:33.877Z Compiling rand_chacha v0.9.0
15032026-05-20T04:03:34.153Z Compiling darling v0.23.0
15042026-05-20T04:03:34.232Z Compiling ref-cast-impl v1.0.25
15052026-05-20T04:03:34.325Z Compiling strum_macros v0.26.4
15062026-05-20T04:03:34.361Z Compiling serde_spanned v1.1.1
15072026-05-20T04:03:34.406Z Compiling multer v3.1.0
15082026-05-20T04:03:34.512Z Compiling term v1.2.1
15092026-05-20T04:03:34.548Z Compiling toml_writer v1.1.1+spec-1.1.0
15102026-05-20T04:03:34.648Z Compiling debug-ignore v1.0.5
15112026-05-20T04:03:34.767Z Compiling take_mut v0.2.2
15122026-05-20T04:03:34.856Z Compiling bit-vec v0.8.0
15132026-05-20T04:03:34.939Z Compiling serde_with_macros v3.20.0
15142026-05-20T04:03:34.950Z Compiling rand v0.9.4
15152026-05-20T04:03:34.963Z Compiling async-stream-impl v0.3.6
15162026-05-20T04:03:35.086Z Compiling bit-set v0.8.0
15172026-05-20T04:03:35.231Z Compiling dropshot v0.17.0
15182026-05-20T04:03:35.245Z Compiling encoding_rs v0.8.35
15192026-05-20T04:03:35.473Z Compiling mime v0.3.17
15202026-05-20T04:03:35.549Z Compiling spin v0.9.8
15212026-05-20T04:03:35.608Z Compiling unarray v0.1.4
15222026-05-20T04:03:36.064Z Compiling syn v1.0.109
15232026-05-20T04:03:36.068Z Compiling async-stream v0.3.6
15242026-05-20T04:03:36.068Z Compiling derive-ex v0.1.8
15252026-05-20T04:03:36.068Z Compiling tower v0.5.3
15262026-05-20T04:03:36.068Z Compiling strum v0.26.3
15272026-05-20T04:03:36.068Z Compiling dropshot_endpoint v0.17.0
15282026-05-20T04:03:36.068Z Compiling macaddr v1.0.1
15292026-05-20T04:03:36.068Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15302026-05-20T04:03:36.094Z Compiling waitgroup v0.1.2
15312026-05-20T04:03:36.252Z Compiling serde_path_to_error v0.1.20
15322026-05-20T04:03:36.955Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15332026-05-20T04:03:36.959Z Compiling tower-http v0.6.10
15342026-05-20T04:03:36.960Z Compiling tempfile v3.27.0
15352026-05-20T04:03:36.960Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15362026-05-20T04:03:37.016Z Compiling openapiv3 v2.2.0
15372026-05-20T04:03:37.494Z Compiling strum_macros v0.27.2
15382026-05-20T04:03:37.497Z Compiling test-strategy v0.4.5
15392026-05-20T04:03:37.671Z Compiling instant v0.1.13
15402026-05-20T04:03:37.782Z Compiling rustls-native-certs v0.8.3
15412026-05-20T04:03:38.124Z Compiling time v0.3.47
15422026-05-20T04:03:38.383Z Compiling rustc-hash v2.1.2
15432026-05-20T04:03:38.566Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
15442026-05-20T04:03:38.663Z Compiling crossbeam-channel v0.5.15
15452026-05-20T04:03:38.921Z Compiling strum v0.27.2
15462026-05-20T04:03:39.205Z Compiling parse-display-derive v0.10.0
15472026-05-20T04:03:39.930Z Compiling backon v1.6.0
15482026-05-20T04:03:40.095Z Compiling rustls-webpki v0.102.8
15492026-05-20T04:03:40.105Z Compiling rand_chacha v0.3.1
15502026-05-20T04:03:40.880Z Compiling rand v0.8.6
15512026-05-20T04:03:40.964Z Compiling slog-json v2.6.1
15522026-05-20T04:03:41.011Z Compiling hostname v0.3.1
15532026-05-20T04:03:41.011Z Compiling toml_parser v1.1.2+spec-1.1.0
15542026-05-20T04:03:41.152Z Compiling toml_datetime v1.1.1+spec-1.1.0
15552026-05-20T04:03:41.171Z Compiling wait-timeout v0.2.1
15562026-05-20T04:03:41.444Z Compiling memmap2 v0.9.10
15572026-05-20T04:03:41.465Z Compiling is-terminal v0.4.17
15582026-05-20T04:03:41.473Z Compiling either v1.15.0
15592026-05-20T04:03:41.517Z Compiling toml v1.1.2+spec-1.1.0
15602026-05-20T04:03:41.557Z Compiling slog-term v2.9.2
15612026-05-20T04:03:41.662Z Compiling usdt v0.6.0
15622026-05-20T04:03:41.679Z Compiling rusty-fork v0.3.1
15632026-05-20T04:03:41.721Z Compiling slog-bunyan v2.5.0
15642026-05-20T04:03:41.938Z Compiling serde_with v3.20.0
15652026-05-20T04:03:42.032Z Compiling async-compression v0.4.42
15662026-05-20T04:03:42.166Z Compiling rand_xorshift v0.4.0
15672026-05-20T04:03:42.317Z Compiling sha1 v0.10.6
15682026-05-20T04:03:42.347Z Compiling rustls-pemfile v2.2.0
15692026-05-20T04:03:42.421Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
15702026-05-20T04:03:42.546Z Compiling tokio-rustls v0.25.0
15712026-05-20T04:03:42.546Z Compiling regress v0.10.5
15722026-05-20T04:03:42.777Z Compiling hostname v0.4.2
15732026-05-20T04:03:42.931Z Compiling proptest v1.11.0
15742026-05-20T04:03:43.691Z Compiling iddqd v0.3.18
15752026-05-20T04:03:43.984Z Compiling reqwest v0.12.28
15762026-05-20T04:03:44.788Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
15772026-05-20T04:03:44.843Z Compiling itertools v0.14.0
15782026-05-20T04:03:45.044Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15792026-05-20T04:03:45.637Z Compiling progenitor-client v0.10.0
15802026-05-20T04:03:46.324Z Compiling backoff v0.4.0
15812026-05-20T04:03:46.327Z Compiling parse-display v0.10.0
15822026-05-20T04:03:46.327Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
15832026-05-20T04:03:47.358Z Compiling regress v0.11.1
15842026-05-20T04:03:47.426Z Compiling utf8parse v0.2.2
15852026-05-20T04:03:47.549Z Compiling anstyle-parse v1.0.0
15862026-05-20T04:03:47.585Z Compiling anstyle v1.0.14
15872026-05-20T04:03:47.746Z Compiling is_terminal_polyfill v1.70.2
15882026-05-20T04:03:47.811Z Compiling anstyle-query v1.1.5
15892026-05-20T04:03:47.922Z Compiling colorchoice v1.0.5
15902026-05-20T04:03:48.040Z Compiling anstream v1.0.0
15912026-05-20T04:03:48.771Z Compiling toml_datetime v0.6.11
15922026-05-20T04:03:48.951Z Compiling typify-impl v0.6.2
15932026-05-20T04:03:49.039Z Compiling zerocopy-derive v0.7.35
15942026-05-20T04:03:49.284Z Compiling clap_lex v1.1.0
15952026-05-20T04:03:49.305Z Compiling convert_case v0.4.0
15962026-05-20T04:03:49.611Z Compiling derive_more v0.99.20
15972026-05-20T04:03:49.921Z Compiling zerocopy v0.7.35
15982026-05-20T04:03:50.661Z Compiling unicode-width v0.2.2
15992026-05-20T04:03:51.300Z Compiling secrecy v0.10.3
16002026-05-20T04:03:51.416Z Compiling clap_derive v4.6.1
16012026-05-20T04:03:51.864Z Compiling crucible-workspace-hack v0.1.0
16022026-05-20T04:03:51.867Z Compiling float-ord v0.3.2
16032026-05-20T04:03:51.867Z Compiling tinyvec_macros v0.1.1
16042026-05-20T04:03:51.867Z Compiling tinyvec v1.11.0
16052026-05-20T04:03:52.201Z Compiling terminal_size v0.4.4
16062026-05-20T04:03:52.364Z Compiling dtrace-parser v0.2.0
16072026-05-20T04:03:52.784Z Compiling scroll_derive v0.12.1
16082026-05-20T04:03:52.787Z Compiling rustc_version v0.4.1
16092026-05-20T04:03:52.787Z Compiling num-integer v0.1.46
16102026-05-20T04:03:53.030Z Compiling usdt-impl v0.5.0
16112026-05-20T04:03:53.104Z Compiling scroll v0.12.0
16122026-05-20T04:03:53.232Z Compiling curve25519-dalek v4.1.3
16132026-05-20T04:03:53.649Z Compiling dof v0.3.0
16142026-05-20T04:03:53.898Z Compiling hmac v0.12.1
16152026-05-20T04:03:54.012Z Compiling darling_core v0.21.3
16162026-05-20T04:03:54.041Z Compiling inout v0.1.4
16172026-05-20T04:03:54.073Z Compiling ff v0.13.1
16182026-05-20T04:03:54.083Z Compiling thread-id v4.2.2
16192026-05-20T04:03:54.162Z Compiling cipher v0.4.4
16202026-05-20T04:03:54.173Z Compiling group v0.13.0
16212026-05-20T04:03:54.384Z Compiling hkdf v0.12.4
16222026-05-20T04:03:54.755Z Compiling goblin v0.8.2
16232026-05-20T04:03:55.023Z Compiling num-iter v0.1.45
16242026-05-20T04:03:55.023Z Compiling num-rational v0.4.2
16252026-05-20T04:03:55.064Z Compiling clap_builder v4.6.0
16262026-05-20T04:03:55.293Z Compiling toml_edit v0.25.11+spec-1.1.0
16272026-05-20T04:03:55.319Z Compiling typify-macro v0.6.2
16282026-05-20T04:03:55.653Z Compiling thiserror-impl-no-std v2.0.2
16292026-05-20T04:03:56.132Z Compiling darling_macro v0.21.3
16302026-05-20T04:03:56.182Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16312026-05-20T04:03:56.669Z Compiling crossbeam-epoch v0.9.18
16322026-05-20T04:03:56.750Z Compiling universal-hash v0.5.1
16332026-05-20T04:03:56.883Z Compiling crypto-bigint v0.5.5
16342026-05-20T04:03:57.025Z Compiling half v2.7.1
16352026-05-20T04:03:57.063Z Compiling curve25519-dalek-derive v0.1.1
16362026-05-20T04:03:57.326Z Compiling num-complex v0.4.6
16372026-05-20T04:03:57.407Z Compiling typify v0.6.2
16382026-05-20T04:03:57.772Z Compiling opaque-debug v0.3.1
16392026-05-20T04:03:57.813Z Compiling ciborium-io v0.2.2
16402026-05-20T04:03:57.840Z Compiling base16ct v0.2.0
16412026-05-20T04:03:57.903Z Compiling base64ct v1.8.3
16422026-05-20T04:03:57.981Z Compiling elliptic-curve v0.13.8
16432026-05-20T04:03:58.013Z Compiling ciborium-ll v0.2.2
16442026-05-20T04:03:58.200Z Compiling password-hash v0.5.0
16452026-05-20T04:03:58.224Z Compiling poly1305 v0.8.0
16462026-05-20T04:03:58.718Z Compiling num v0.4.3
16472026-05-20T04:03:58.718Z Compiling thiserror-no-std v2.0.2
16482026-05-20T04:03:58.718Z Compiling darling v0.21.3
16492026-05-20T04:03:58.735Z Compiling clap v4.6.1
16502026-05-20T04:03:58.792Z Compiling proc-macro-crate v3.5.0
16512026-05-20T04:03:59.153Z Compiling chacha20 v0.9.1
16522026-05-20T04:03:59.205Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
16532026-05-20T04:03:59.814Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16542026-05-20T04:03:59.817Z Compiling byte-wrapper v0.1.0
16552026-05-20T04:03:59.896Z Compiling blake2 v0.10.6
16562026-05-20T04:03:59.967Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16572026-05-20T04:04:00.175Z Compiling aead v0.5.2
16582026-05-20T04:04:00.291Z Compiling proc-macro-error-attr v1.0.4
16592026-05-20T04:04:00.422Z Compiling unsafe-libyaml v0.2.11
16602026-05-20T04:04:00.491Z Compiling heapless v0.8.0
16612026-05-20T04:04:00.934Z Compiling prettyplease v0.2.37
16622026-05-20T04:04:00.937Z Compiling rustix v0.38.44
16632026-05-20T04:04:00.937Z Compiling keccak v0.1.6
16642026-05-20T04:04:01.055Z Compiling sha3 v0.10.9
16652026-05-20T04:04:01.092Z Compiling serde_yaml v0.9.34+deprecated
16662026-05-20T04:04:01.841Z Compiling chacha20poly1305 v0.10.1
16672026-05-20T04:04:02.095Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16682026-05-20T04:04:02.250Z Compiling argon2 v0.5.3
16692026-05-20T04:04:02.344Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16702026-05-20T04:04:02.710Z Compiling num_enum_derive v0.7.6
16712026-05-20T04:04:02.783Z Compiling vsss-rs v3.3.4
16722026-05-20T04:04:02.858Z Compiling ingot-macros v0.1.1
16732026-05-20T04:04:03.811Z Compiling ciborium v0.2.2
16742026-05-20T04:04:04.571Z Compiling rustls-webpki v0.103.13
16752026-05-20T04:04:04.815Z Compiling usdt-attr-macro v0.5.0
16762026-05-20T04:04:04.928Z Compiling usdt-macro v0.5.0
16772026-05-20T04:04:06.257Z Compiling serde_spanned v0.6.9
16782026-05-20T04:04:06.814Z Compiling enum-as-inner v0.6.1
16792026-05-20T04:04:06.817Z Compiling hash32 v0.3.1
16802026-05-20T04:04:06.817Z Compiling proc-macro-error v1.0.4
16812026-05-20T04:04:07.225Z Compiling memmap v0.7.0
16822026-05-20T04:04:07.228Z Compiling toml_write v0.1.2
16832026-05-20T04:04:07.228Z Compiling winnow v0.7.15
16842026-05-20T04:04:07.228Z Compiling smoltcp v0.11.0
16852026-05-20T04:04:07.228Z Compiling winnow v0.5.40
16862026-05-20T04:04:07.228Z Compiling data-encoding v2.11.0
16872026-05-20T04:04:07.228Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16882026-05-20T04:04:07.383Z Compiling indent_write v2.2.0
16892026-05-20T04:04:07.521Z Compiling usdt v0.5.0
16902026-05-20T04:04:07.880Z Compiling ingot-types v0.1.2
16912026-05-20T04:04:07.960Z Compiling tokio-rustls v0.26.4
16922026-05-20T04:04:07.986Z Compiling rustls-platform-verifier v0.7.0
16932026-05-20T04:04:08.128Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16942026-05-20T04:04:08.227Z Compiling hyper-rustls v0.27.9
16952026-05-20T04:04:08.237Z Compiling num_enum v0.7.6
16962026-05-20T04:04:08.283Z Compiling toml_edit v0.22.27
16972026-05-20T04:04:08.354Z Compiling toml_edit v0.19.15
16982026-05-20T04:04:08.494Z Compiling reqwest v0.13.3
16992026-05-20T04:04:08.842Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
17002026-05-20T04:04:09.011Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17012026-05-20T04:04:09.746Z Compiling progenitor-client v0.14.0
17022026-05-20T04:04:10.028Z Compiling progenitor-extras v0.2.0
17032026-05-20T04:04:10.276Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17042026-05-20T04:04:10.985Z Compiling tabwriter v1.4.1
17052026-05-20T04:04:11.338Z Compiling cobs v0.3.0
17062026-05-20T04:04:11.392Z Compiling serde_repr v0.1.20
17072026-05-20T04:04:11.953Z Compiling memoffset v0.9.1
17082026-05-20T04:04:11.960Z Compiling cfg_aliases v0.2.1
17092026-05-20T04:04:11.960Z Compiling vcpkg v0.2.15
17102026-05-20T04:04:11.960Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
17112026-05-20T04:04:12.022Z Compiling bitflags v1.3.2
17122026-05-20T04:04:12.051Z Compiling managed v0.8.0
17132026-05-20T04:04:12.099Z Compiling pkg-config v0.3.33
17142026-05-20T04:04:12.280Z Compiling nix v0.31.3
17152026-05-20T04:04:12.370Z Compiling postcard v1.1.3
17162026-05-20T04:04:12.563Z Compiling openssl-sys v0.9.116
17172026-05-20T04:04:12.789Z Compiling toml v0.8.23
17182026-05-20T04:04:12.992Z Compiling proc-macro-crate v1.3.1
17192026-05-20T04:04:13.121Z Compiling ingot v0.1.1
17202026-05-20T04:04:13.238Z Compiling hubpack_derive v0.1.1
17212026-05-20T04:04:13.326Z Compiling foreign-types-macros v0.2.3
17222026-05-20T04:04:13.500Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17232026-05-20T04:04:13.820Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17242026-05-20T04:04:13.831Z Compiling foreign-types-shared v0.3.1
17252026-05-20T04:04:13.920Z Compiling swrite v0.1.0
17262026-05-20T04:04:14.020Z Compiling resolv-conf v0.7.6
17272026-05-20T04:04:14.062Z Compiling heck v0.4.1
17282026-05-20T04:04:14.073Z Compiling rayon-core v1.13.0
17292026-05-20T04:04:14.205Z Compiling static_assertions v1.1.0
17302026-05-20T04:04:14.270Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17312026-05-20T04:04:14.283Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17322026-05-20T04:04:14.321Z Compiling colored v3.1.1
17332026-05-20T04:04:14.417Z Compiling unicode-segmentation v1.13.2
17342026-05-20T04:04:14.731Z Compiling cpufeatures v0.3.0
17352026-05-20T04:04:14.812Z Compiling linked-hash-map v0.5.6
17362026-05-20T04:04:14.854Z Compiling semver v0.1.20
17372026-05-20T04:04:15.473Z Compiling rustc_version v0.1.7
17382026-05-20T04:04:15.480Z Compiling lru-cache v0.1.2
17392026-05-20T04:04:15.480Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17402026-05-20T04:04:15.480Z Compiling chacha20 v0.10.0
17412026-05-20T04:04:15.480Z Compiling newline-converter v0.3.0
17422026-05-20T04:04:15.516Z Compiling foreign-types v0.5.0
17432026-05-20T04:04:15.554Z Compiling hubpack v0.1.2
17442026-05-20T04:04:15.600Z Compiling num_enum_derive v0.5.11
17452026-05-20T04:04:16.086Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17462026-05-20T04:04:16.296Z Compiling atomicwrites v0.4.4
17472026-05-20T04:04:16.438Z Compiling hickory-proto v0.24.4
17482026-05-20T04:04:16.511Z Compiling progenitor-impl v0.13.0
17492026-05-20T04:04:16.659Z Compiling crossbeam-deque v0.8.6
17502026-05-20T04:04:17.065Z Compiling console v0.15.11
17512026-05-20T04:04:17.101Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17522026-05-20T04:04:17.328Z Compiling camino-tempfile v1.4.1
17532026-05-20T04:04:17.584Z Compiling serde-big-array v0.5.1
17542026-05-20T04:04:17.631Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17552026-05-20T04:04:18.134Z Compiling derive-where v1.6.1
17562026-05-20T04:04:18.138Z Compiling pin-project-internal v1.1.13
17572026-05-20T04:04:18.138Z Compiling num-derive v0.4.2
17582026-05-20T04:04:18.138Z Compiling cstr-argument v0.1.2
17592026-05-20T04:04:18.169Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#53f86457)
17602026-05-20T04:04:18.190Z Compiling similar v2.7.0
17612026-05-20T04:04:18.414Z Compiling siphasher v1.0.3
17622026-05-20T04:04:18.680Z Compiling minimal-lexical v0.2.1
17632026-05-20T04:04:18.861Z Compiling pin-project v1.1.13
17642026-05-20T04:04:18.908Z Compiling nom v7.1.3
17652026-05-20T04:04:19.365Z Compiling phf_shared v0.12.1
17662026-05-20T04:04:19.369Z Compiling expectorate v1.2.0
17672026-05-20T04:04:19.369Z Compiling hickory-resolver v0.24.4
17682026-05-20T04:04:19.369Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17692026-05-20T04:04:19.369Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17702026-05-20T04:04:19.406Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17712026-05-20T04:04:19.531Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17722026-05-20T04:04:19.832Z Compiling num_enum v0.5.11
17732026-05-20T04:04:19.955Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
17742026-05-20T04:04:20.204Z Compiling progenitor-macro v0.13.0
17752026-05-20T04:04:20.289Z Compiling rand v0.10.1
17762026-05-20T04:04:20.385Z Compiling newtype_derive v0.1.6
17772026-05-20T04:04:20.632Z Compiling progenitor-client v0.13.0
17782026-05-20T04:04:21.212Z Compiling progenitor-impl v0.14.0
17792026-05-20T04:04:21.654Z Compiling unicode-normalization v0.1.25
17802026-05-20T04:04:21.708Z Compiling tokio-stream v0.1.18
17812026-05-20T04:04:22.118Z Compiling snafu-derive v0.8.9
17822026-05-20T04:04:22.134Z Compiling async-recursion v1.1.1
17832026-05-20T04:04:22.585Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
17842026-05-20T04:04:22.588Z Compiling slog-dtrace v0.3.0
17852026-05-20T04:04:22.588Z Compiling bstr v1.12.1
17862026-05-20T04:04:22.605Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17872026-05-20T04:04:22.845Z Compiling csv-core v0.1.13
17882026-05-20T04:04:22.998Z Compiling foreign-types-shared v0.1.1
17892026-05-20T04:04:23.504Z Compiling chrono-tz v0.10.4
17902026-05-20T04:04:23.507Z Compiling openssl v0.10.80
17912026-05-20T04:04:23.507Z Compiling cancel-safe-futures v0.1.5
17922026-05-20T04:04:23.507Z Compiling same-file v1.0.6
17932026-05-20T04:04:23.647Z Compiling highway v1.3.0
17942026-05-20T04:04:23.659Z Compiling unicode-width v0.1.14
17952026-05-20T04:04:23.878Z Compiling owo-colors v4.3.0
17962026-05-20T04:04:23.948Z Compiling foldhash v0.1.5
17972026-05-20T04:04:24.056Z Compiling konst_macro_rules v0.2.19
17982026-05-20T04:04:24.137Z Compiling unicode-xid v0.2.6
17992026-05-20T04:04:24.240Z Compiling konst v0.2.20
18002026-05-20T04:04:24.265Z Compiling const_format_proc_macros v0.2.34
18012026-05-20T04:04:24.288Z Compiling hashbrown v0.15.5
18022026-05-20T04:04:24.497Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18032026-05-20T04:04:24.565Z Compiling snafu v0.8.9
18042026-05-20T04:04:24.802Z Compiling progenitor-macro v0.14.0
18052026-05-20T04:04:24.859Z Compiling walkdir v2.5.0
18062026-05-20T04:04:24.998Z Compiling foreign-types v0.3.2
18072026-05-20T04:04:25.077Z Compiling csv v1.4.0
18082026-05-20T04:04:25.106Z Compiling globset v0.4.18
18092026-05-20T04:04:25.232Z Compiling qorb v0.4.1
18102026-05-20T04:04:25.282Z Compiling olpc-cjson v0.1.4
18112026-05-20T04:04:25.397Z Compiling progenitor v0.13.0
18122026-05-20T04:04:25.446Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18132026-05-20T04:04:25.636Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18142026-05-20T04:04:26.460Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18152026-05-20T04:04:27.029Z Compiling rayon v1.12.0
18162026-05-20T04:04:27.245Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18172026-05-20T04:04:27.415Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18182026-05-20T04:04:27.435Z Compiling phf v0.12.1
18192026-05-20T04:04:27.587Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18202026-05-20T04:04:27.698Z Compiling zone_cfg_derive v0.3.1
18212026-05-20T04:04:27.898Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18222026-05-20T04:04:27.985Z Compiling tokio-dtrace v0.1.1
18232026-05-20T04:04:28.414Z Compiling itertools v0.12.1
18242026-05-20T04:04:28.856Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
18252026-05-20T04:04:28.867Z Compiling libsw-core v0.3.2
18262026-05-20T04:04:28.897Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18272026-05-20T04:04:29.039Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18282026-05-20T04:04:29.062Z Compiling serde_plain v1.0.2
18292026-05-20T04:04:29.279Z Compiling openssl-macros v0.1.1
18302026-05-20T04:04:29.290Z Compiling pem v3.0.6
18312026-05-20T04:04:29.662Z Compiling cookie v0.18.1
18322026-05-20T04:04:29.679Z Compiling sigpipe v0.1.3
18332026-05-20T04:04:29.694Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18342026-05-20T04:04:29.771Z Compiling fixedbitset v0.4.2
18352026-05-20T04:04:29.791Z Compiling bytecount v0.6.9
18362026-05-20T04:04:29.909Z Compiling typed-path v0.9.3
18372026-05-20T04:04:29.923Z Compiling jiff v0.2.24
18382026-05-20T04:04:29.936Z Compiling fixedbitset v0.5.7
18392026-05-20T04:04:29.941Z Compiling glob v0.3.3
18402026-05-20T04:04:29.956Z Compiling progenitor v0.14.0
18412026-05-20T04:04:30.025Z Compiling petgraph v0.6.5
18422026-05-20T04:04:30.133Z Compiling petgraph v0.8.3
18432026-05-20T04:04:30.272Z Compiling papergrid v0.11.0
18442026-05-20T04:04:31.260Z Compiling tough v0.22.0
18452026-05-20T04:04:31.527Z Compiling zone v0.3.1
18462026-05-20T04:04:31.965Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18472026-05-20T04:04:31.977Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
18482026-05-20T04:04:32.053Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18492026-05-20T04:04:32.228Z Compiling libsw v3.5.0
18502026-05-20T04:04:32.254Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18512026-05-20T04:04:32.335Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18522026-05-20T04:04:32.403Z Compiling oxide-tokio-rt v0.1.6
18532026-05-20T04:04:32.715Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18542026-05-20T04:04:33.554Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18552026-05-20T04:04:33.663Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18562026-05-20T04:04:33.782Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18572026-05-20T04:04:33.843Z Compiling const_format v0.2.36
18582026-05-20T04:04:34.184Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
18592026-05-20T04:04:34.213Z Compiling tabled_derive v0.7.0
18602026-05-20T04:04:34.620Z Compiling gethostname v0.5.0
18612026-05-20T04:04:34.703Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18622026-05-20T04:04:34.736Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18632026-05-20T04:04:34.794Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18642026-05-20T04:04:34.824Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18652026-05-20T04:04:34.909Z Compiling smf v0.2.3
18662026-05-20T04:04:34.921Z Compiling bcs v0.1.6
18672026-05-20T04:04:35.200Z Compiling tagptr v0.2.0
18682026-05-20T04:04:35.246Z Compiling lazy_static v1.5.0
18692026-05-20T04:04:35.355Z Compiling whoami v1.6.1
18702026-05-20T04:04:35.355Z Compiling smawk v0.3.2
18712026-05-20T04:04:35.410Z Compiling unicode-linebreak v0.1.5
18722026-05-20T04:04:35.509Z Compiling termtree v0.5.1
18732026-05-20T04:04:35.530Z Compiling linear-map v1.2.0
18742026-05-20T04:04:35.668Z Compiling textwrap v0.16.2
18752026-05-20T04:04:35.684Z Compiling steno v0.4.1
18762026-05-20T04:04:35.722Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18772026-05-20T04:04:35.864Z Compiling moka v0.12.15
18782026-05-20T04:04:36.208Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18792026-05-20T04:04:36.208Z Compiling tabled v0.15.0
18802026-05-20T04:04:36.652Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18812026-05-20T04:04:37.352Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18822026-05-20T04:04:37.410Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18832026-05-20T04:04:38.225Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18842026-05-20T04:04:38.941Z Compiling hickory-proto v0.25.2
18852026-05-20T04:04:38.966Z Compiling humantime v2.3.0
18862026-05-20T04:04:39.257Z Compiling parking_lot_core v0.8.6
18872026-05-20T04:04:39.265Z Compiling libscf-sys v1.2.0
18882026-05-20T04:04:39.415Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18892026-05-20T04:04:39.973Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18902026-05-20T04:04:39.976Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18912026-05-20T04:04:40.199Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
18922026-05-20T04:04:40.211Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18932026-05-20T04:04:40.286Z Compiling nom v8.0.0
18942026-05-20T04:04:40.303Z Compiling parking_lot v0.11.2
18952026-05-20T04:04:40.547Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18962026-05-20T04:04:40.597Z Compiling fxhash v0.2.1
18972026-05-20T04:04:40.722Z Compiling internet-checksum v0.2.1
18982026-05-20T04:04:41.143Z Compiling sled v0.34.7
18992026-05-20T04:04:41.147Z Compiling hickory-resolver v0.25.2
19002026-05-20T04:04:42.134Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19012026-05-20T04:04:42.383Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
19022026-05-20T04:04:46.071Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19032026-05-20T04:04:46.641Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19042026-05-20T04:04:53.901Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19052026-05-20T04:04:55.504Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19062026-05-20T04:04:56.519Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19072026-05-20T04:04:57.587Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19082026-05-20T04:04:58.653Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19092026-05-20T04:05:22.089Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 09s
19102026-05-20T04:05:22.272Z────────────
19112026-05-20T04:05:22.272Z Nextest run ID 1fed069b-bd1c-41f6-a45e-986956b46226 with nextest profile: default
19122026-05-20T04:05:22.272Z Starting 15 tests across 1 binary (28 tests skipped)
19132026-05-20T04:05:39.279Z PASS [ 16.990s] rdb proptest::prop_ipv4_default_contains_all
19142026-05-20T04:05:39.293Z PASS [ 16.996s] rdb proptest::prop_ipv4_within_self
19152026-05-20T04:05:39.293Z PASS [ 16.996s] rdb proptest::prop_ipv6_host_bits_always_unset
19162026-05-20T04:05:39.309Z PASS [ 17.011s] rdb proptest::prop_ipv4_host_bits_always_unset
19172026-05-20T04:05:39.341Z PASS [ 17.059s] rdb proptest::prop_ipv6_default_contains_all
19182026-05-20T04:05:39.428Z PASS [ 17.153s] rdb proptest::prop_ipv6_unset_host_bits_idempotent
19192026-05-20T04:05:39.437Z PASS [ 17.157s] rdb proptest::prop_ipv4_unset_host_bits_idempotent
19202026-05-20T04:05:56.188Z PASS [ 16.922s] rdb proptest::prop_ipv6_within_self
19212026-05-20T04:06:05.431Z PASS [ 26.157s] rdb proptest::prop_static_route_key_deduplication
19222026-05-20T04:06:15.766Z PASS [ 36.458s] rdb proptest::prop_static_route_key_normalization_preserves_fields
19232026-05-20T04:06:15.810Z PASS [ 36.533s] rdb proptest::prop_static_route_key_normalization_idempotent
19242026-05-20T04:06:15.831Z PASS [ 36.476s] rdb proptest::prop_static_route_key_normalization_preserves_length
19252026-05-20T04:06:16.044Z PASS [ 36.576s] rdb proptest::prop_static_route_key_normalized_has_no_host_bits
19262026-05-20T04:06:22.283Z SLOW [> 60.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19272026-05-20T04:06:32.206Z PASS [ 52.689s] rdb proptest::prop_static_route_key_ord_consistency
19282026-05-20T04:07:22.287Z SLOW [>120.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19292026-05-20T04:08:22.292Z SLOW [>180.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19302026-05-20T04:09:22.391Z SLOW [>240.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19312026-05-20T04:09:39.794Z PASS [ 257.500s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19322026-05-20T04:09:39.794Z────────────
19332026-05-20T04:09:39.794Z Summary [ 257.501s] 15 tests run: 15 passed (1 slow), 28 skipped
19342026-05-20T04:09:39.805Z+ cp '*.log' /work/
19352026-05-20T04:09:39.808Z+ true
19362026-05-20T04:09:39.808Z+ '[' -d proptest-regressions ']'
19372026-05-20T04:09:39.808Z+ cp -r proptest-regressions /work/rdb-proptest-regressions
19382026-05-20T04:09:39.811Z+ popd
19392026-05-20T04:09:39.811Z+ pushd bgp
19402026-05-20T04:09:39.812Z/work/oxidecomputer/maghemite
19412026-05-20T04:09:39.812Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
19422026-05-20T04:09:39.812Z+ PROPTEST_CASES=1000000
19432026-05-20T04:09:39.812Z+ cargo nextest run --lib proptest
19442026-05-20T04:09:40.985Z Compiling smallvec v1.15.1
19452026-05-20T04:09:41.145Z Compiling crunchy v0.2.4
19462026-05-20T04:09:41.165Z Compiling tiny-keccak v2.0.2
19472026-05-20T04:09:41.177Z Compiling smartstring v1.0.1
19482026-05-20T04:09:41.184Z Compiling ahash v0.8.12
19492026-05-20T04:09:41.192Z Compiling sdd v3.0.10
19502026-05-20T04:09:41.197Z Compiling thin-vec v0.2.18
19512026-05-20T04:09:41.287Z Compiling icu_normalizer v2.2.0
19522026-05-20T04:09:41.298Z Compiling parking_lot_core v0.9.12
19532026-05-20T04:09:41.460Z Compiling parking_lot_core v0.8.6
19542026-05-20T04:09:41.509Z Compiling parking_lot v0.12.5
19552026-05-20T04:09:41.690Z Compiling idna_adapter v1.2.2
19562026-05-20T04:09:41.730Z Compiling tokio v1.52.3
19572026-05-20T04:09:41.810Z Compiling idna v1.1.0
19582026-05-20T04:09:41.911Z Compiling moka v0.12.15
19592026-05-20T04:09:41.921Z Compiling const-random-macro v0.1.16
19602026-05-20T04:09:42.068Z Compiling parking_lot v0.11.2
19612026-05-20T04:09:42.280Z Compiling url v2.5.8
19622026-05-20T04:09:42.416Z Compiling const-random v0.1.18
19632026-05-20T04:09:42.838Z Compiling sled v0.34.7
19642026-05-20T04:09:42.843Z Compiling scc v2.4.0
19652026-05-20T04:09:42.843Z Compiling serial_test_derive v3.4.0
19662026-05-20T04:09:42.843Z Compiling rhai_codegen v3.1.0
19672026-05-20T04:09:42.986Z Compiling schemars v0.8.22
19682026-05-20T04:09:43.179Z Compiling diff v0.1.13
19692026-05-20T04:09:43.415Z Compiling yansi v1.0.1
19702026-05-20T04:09:43.614Z Compiling serial_test v3.4.0
19712026-05-20T04:09:43.734Z Compiling pretty_assertions v1.4.1
19722026-05-20T04:09:44.177Z Compiling ipnetwork v0.21.1
19732026-05-20T04:09:44.182Z Compiling newtype-uuid v1.3.2
19742026-05-20T04:09:44.182Z Compiling oxnet v0.1.5
19752026-05-20T04:09:44.182Z Compiling serde_with v3.20.0
19762026-05-20T04:09:44.225Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
19772026-05-20T04:09:44.263Z Compiling daft v0.1.7
19782026-05-20T04:09:44.455Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
19792026-05-20T04:09:44.498Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19802026-05-20T04:09:44.533Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
19812026-05-20T04:09:44.777Z Compiling iddqd v0.3.18
19822026-05-20T04:09:45.116Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19832026-05-20T04:09:45.120Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
19842026-05-20T04:09:45.245Z Compiling byte-wrapper v0.1.0
19852026-05-20T04:09:45.477Z Compiling tokio-util v0.7.18
19862026-05-20T04:09:45.611Z Compiling tower v0.5.3
19872026-05-20T04:09:45.615Z Compiling tokio-rustls v0.26.4
19882026-05-20T04:09:45.874Z Compiling tokio-rustls v0.25.0
19892026-05-20T04:09:45.886Z Compiling async-compression v0.4.42
19902026-05-20T04:09:45.917Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19912026-05-20T04:09:46.073Z Compiling h2 v0.4.14
19922026-05-20T04:09:46.106Z Compiling tower-http v0.6.10
19932026-05-20T04:09:46.176Z Compiling backoff v0.4.0
19942026-05-20T04:09:46.766Z Compiling typify-impl v0.6.2
19952026-05-20T04:09:47.076Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19962026-05-20T04:09:47.330Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19972026-05-20T04:09:47.330Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
19982026-05-20T04:09:47.498Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19992026-05-20T04:09:48.204Z Compiling hyper v1.9.0
20002026-05-20T04:09:48.336Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20012026-05-20T04:09:48.532Z Compiling typify v0.6.2
20022026-05-20T04:09:48.636Z Compiling hickory-proto v0.24.4
20032026-05-20T04:09:48.653Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20042026-05-20T04:09:49.772Z Compiling hyper-util v0.1.20
20052026-05-20T04:09:49.841Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
20062026-05-20T04:09:49.942Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20072026-05-20T04:09:50.009Z Compiling progenitor-impl v0.13.0
20082026-05-20T04:09:50.025Z Compiling tokio-stream v0.1.18
20092026-05-20T04:09:50.493Z Compiling hickory-resolver v0.24.4
20102026-05-20T04:09:50.951Z Compiling hyper-rustls v0.27.9
20112026-05-20T04:09:51.291Z Compiling reqwest v0.13.3
20122026-05-20T04:09:51.485Z Compiling dropshot v0.17.0
20132026-05-20T04:09:51.499Z Compiling reqwest v0.12.28
20142026-05-20T04:09:53.171Z Compiling progenitor-client v0.14.0
20152026-05-20T04:09:53.222Z Compiling progenitor-client v0.10.0
20162026-05-20T04:09:53.405Z Compiling progenitor-extras v0.2.0
20172026-05-20T04:09:54.981Z Compiling progenitor-client v0.13.0
20182026-05-20T04:09:55.113Z Compiling qorb v0.4.1
20192026-05-20T04:09:55.113Z Compiling progenitor v0.13.0
20202026-05-20T04:09:55.114Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20212026-05-20T04:09:55.114Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20222026-05-20T04:09:55.923Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20232026-05-20T04:09:55.995Z Compiling progenitor-impl v0.14.0
20242026-05-20T04:09:55.995Z Compiling libsw-core v0.3.2
20252026-05-20T04:09:55.995Z Compiling tokio-dtrace v0.1.1
20262026-05-20T04:09:56.434Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20272026-05-20T04:09:56.528Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#53f86457)
20282026-05-20T04:09:56.982Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20292026-05-20T04:09:57.735Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20302026-05-20T04:09:57.836Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20312026-05-20T04:09:57.894Z Compiling progenitor v0.14.0
20322026-05-20T04:09:58.111Z Compiling oxide-tokio-rt v0.1.6
20332026-05-20T04:09:59.050Z Compiling libsw v3.5.0
20342026-05-20T04:09:59.122Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20352026-05-20T04:09:59.122Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20362026-05-20T04:09:59.122Z Compiling tough v0.22.0
20372026-05-20T04:09:59.122Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20382026-05-20T04:09:59.122Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20392026-05-20T04:09:59.230Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20402026-05-20T04:10:00.195Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20412026-05-20T04:10:01.124Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20422026-05-20T04:10:01.810Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20432026-05-20T04:10:02.018Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20442026-05-20T04:10:02.095Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20452026-05-20T04:10:03.997Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20462026-05-20T04:10:04.076Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
20472026-05-20T04:10:04.076Z Compiling zone v0.3.1
20482026-05-20T04:10:04.076Z Compiling cancel-safe-futures v0.1.5
20492026-05-20T04:10:05.257Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20502026-05-20T04:10:05.257Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20512026-05-20T04:10:05.257Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20522026-05-20T04:10:05.257Z Compiling steno v0.4.1
20532026-05-20T04:10:05.258Z Compiling hickory-proto v0.25.2
20542026-05-20T04:10:05.740Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20552026-05-20T04:10:05.740Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20562026-05-20T04:10:05.740Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20572026-05-20T04:10:05.741Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
20582026-05-20T04:10:05.741Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
20592026-05-20T04:10:05.741Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
20602026-05-20T04:10:05.741Z Compiling rhai v1.24.0
20612026-05-20T04:10:05.902Z Compiling hickory-resolver v0.25.2
20622026-05-20T04:10:07.234Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20632026-05-20T04:10:07.425Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20642026-05-20T04:10:07.425Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20652026-05-20T04:10:08.380Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20662026-05-20T04:10:08.948Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20672026-05-20T04:10:09.447Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20682026-05-20T04:10:09.900Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
20692026-05-20T04:10:11.993Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20702026-05-20T04:10:12.172Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20712026-05-20T04:10:17.205Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20722026-05-20T04:10:24.861Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20732026-05-20T04:10:26.443Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20742026-05-20T04:10:27.448Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
20752026-05-20T04:10:28.532Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
20762026-05-20T04:10:29.330Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
20772026-05-20T04:10:31.276Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
20782026-05-20T04:11:02.800Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 22s
20792026-05-20T04:11:02.941Z────────────
20802026-05-20T04:11:02.942Z Nextest run ID c9317c3d-a66c-43ad-b527-e9a8bf0e3782 with nextest profile: default
20812026-05-20T04:11:02.942Z Starting 17 tests across 1 binary (133 tests skipped)
20822026-05-20T04:11:20.443Z PASS [ 17.156s] bgp proptest::prop_ipv4_wire_format_roundtrip
20832026-05-20T04:11:21.932Z PASS [ 19.025s] bgp proptest::prop_ipv4_withdrawn_roundtrip
20842026-05-20T04:11:21.974Z PASS [ 19.067s] bgp proptest::prop_ipv4_prefixes_roundtrip
20852026-05-20T04:11:23.170Z PASS [ 20.263s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
20862026-05-20T04:11:23.676Z PASS [ 20.769s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
20872026-05-20T04:11:23.850Z PASS [ 20.941s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
20882026-05-20T04:11:31.900Z PASS [ 28.992s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
20892026-05-20T04:11:37.219Z PASS [ 17.154s] bgp proptest::prop_ipv6_wire_format_roundtrip
20902026-05-20T04:11:42.201Z PASS [ 19.030s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
20912026-05-20T04:11:42.285Z PASS [ 20.352s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
20922026-05-20T04:11:42.963Z PASS [ 19.113s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
20932026-05-20T04:11:43.379Z PASS [ 19.701s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
20942026-05-20T04:12:03.321Z SLOW [> 60.000s] bgp proptest::prop_encode_decode_semantic_equivalence
20952026-05-20T04:12:06.351Z PASS [ 29.129s] bgp proptest::prop_update_mp_unreach_roundtrip
20962026-05-20T04:12:11.228Z PASS [ 68.315s] bgp proptest::prop_encode_decode_semantic_equivalence
20972026-05-20T04:12:21.985Z SLOW [> 60.000s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20982026-05-20T04:12:32.005Z SLOW [> 60.000s] bgp proptest::prop_update_mp_reach_roundtrip
20992026-05-20T04:12:32.890Z PASS [ 70.885s] bgp proptest::prop_mp_bgp_attrs_encoded_first
21002026-05-20T04:12:42.222Z SLOW [> 60.000s] bgp proptest::prop_update_traditional_roundtrip
21012026-05-20T04:12:44.761Z PASS [ 62.548s] bgp proptest::prop_update_traditional_roundtrip
21022026-05-20T04:12:46.475Z PASS [ 74.569s] bgp proptest::prop_update_mp_reach_roundtrip
21032026-05-20T04:12:46.480Z────────────
21042026-05-20T04:12:46.480Z Summary [ 103.561s] 17 tests run: 17 passed (4 slow), 133 skipped
21052026-05-20T04:12:46.488Z+ cp '*.log' /work/
21062026-05-20T04:12:46.493Z+ true
21072026-05-20T04:12:46.493Z+ '[' -d proptest-regressions ']'
21082026-05-20T04:12:46.493Z+ cp -r proptest-regressions /work/bgp-proptest-regressions
21092026-05-20T04:12:46.493Z+ popd
21102026-05-20T04:12:46.493Z/work/oxidecomputer/maghemite
21112026-05-20T04:12:46.499Zprocess exited: duration 806879 ms, exit code 0
 
21122026-05-20T04:12:46.510Zfound 0 output files