01KMGRHHM60389ZXP9M6JB45KQ: 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: 01KMGRJ9F7GG9AN8KP1E9SM3T3

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-24T20:30:52.743Zjob assigned to worker 01KMGRJFNGWEM2P0CNA0Y5CA8B [factory aws, i-0e53697481bb26560] (queued for 2 m 3 s)
 
22026-03-24T20:31:00.505Zstarting task 0: "setup"
32026-03-24T20:31:00.509Z++ uname -s
42026-03-24T20:31:00.514Z+ kern=SunOS
52026-03-24T20:31:00.514Z+ build_user=build
62026-03-24T20:31:00.514Z+ build_uid=12345
72026-03-24T20:31:00.514Z+ work_dir=/work
82026-03-24T20:31:00.514Z+ input_dir=/input
92026-03-24T20:31:00.514Z+ [[ 0 == 12345 ]]
102026-03-24T20:31:00.514Z+ case "$kern" in
112026-03-24T20:31:00.514Z+ groupadd -g 12345 build
122026-03-24T20:31:00.517Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-24T20:31:02.521Z+ zfs create -o mountpoint=/work rpool/work
142026-03-24T20:31:02.589Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-24T20:31:02.593Z+ home_fs=zfs
162026-03-24T20:31:02.593Z+ [[ zfs == autofs ]]
172026-03-24T20:31:02.593Z+ mkdir -p /home/build
182026-03-24T20:31:02.593Z+ chown build:build /home/build /work
192026-03-24T20:31:03.595Z+ chmod 0700 /home/build /work
202026-03-24T20:31:03.598Zprocess exited: duration 3093 ms, exit code 0
 
212026-03-24T20:31:03.604Zstarting task 1: "rust-toolchain"
222026-03-24T20:31:03.609Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-03-24T20:31:03.609Z * rust toolchain channel = "stable"
242026-03-24T20:31:03.609Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-24T20:31:03.609Z * rust toolchain profile = "default"
262026-03-24T20:31:03.609Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-24T20:31:03.609Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-24T20:31:03.612Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-24T20:31:03.612Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-03-24T20:31:03.698Zinfo: downloading installer
312026-03-24T20:31:05.423Zwarn: It looks like you have an existing installation of Rust at:
322026-03-24T20:31:05.423Zwarn: /opt/ooce/bin
332026-03-24T20:31:05.423Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-24T20:31:05.423Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-24T20:31:05.423Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-24T20:31:05.423Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-24T20:31:05.423Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-24T20:31:05.423Zerror: cannot install while Rust is installed
392026-03-24T20:31:05.423Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-24T20:31:05.423Zwarn: It looks like you have an existing rustup settings file at:
412026-03-24T20:31:05.423Zwarn: /home/build/.rustup/settings.toml
422026-03-24T20:31:05.423Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-24T20:31:05.423Zwarn: instead of the one inferred from the default host triple.
442026-03-24T20:31:05.434Zinfo: profile set to default
452026-03-24T20:31:05.435Zinfo: default host triple is x86_64-unknown-illumos
462026-03-24T20:31:05.438Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-03-24T20:31:05.597Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-24T20:31:05.601Zinfo: downloading 6 components
492026-03-24T20:31:21.010Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-03-24T20:31:21.010Z
512026-03-24T20:31:21.047Z stable-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-24T20:31:21.047Z
532026-03-24T20:31:21.051Z
542026-03-24T20:31:21.051ZRust is installed now. Great!
552026-03-24T20:31:21.051Z
562026-03-24T20:31:21.051ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-24T20:31:21.051Zenvironment variable. This has not been done automatically.
582026-03-24T20:31:21.051Z
592026-03-24T20:31:21.051ZTo configure your current shell, you need to source
602026-03-24T20:31:21.051Zthe corresponding env file under $HOME/.cargo.
612026-03-24T20:31:21.051Z
622026-03-24T20:31:21.051ZThis is usually done by running one of the following (note the leading DOT):
632026-03-24T20:31:21.051Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-24T20:31:21.051Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-24T20:31:21.051Zsource "~/.cargo/env.nu" # For nushell
662026-03-24T20:31:21.051Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-24T20:31:21.051Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-24T20:31:21.051Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-24T20:31:21.051Zwarn: no default linker (`cc`) was found in your PATH
702026-03-24T20:31:21.051Zwarn: many Rust crates require a system C toolchain to build
712026-03-24T20:31:21.154Z+ rustup --version
722026-03-24T20:31:21.164Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-24T20:31:21.170Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-24T20:31:21.191Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-24T20:31:21.194Z+ cargo --version
762026-03-24T20:31:21.210Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-24T20:31:21.214Z+ rustc --version
782026-03-24T20:31:21.239Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-24T20:31:21.242Zprocess exited: duration 17632 ms, exit code 0
 
802026-03-24T20:31:21.249Zstarting task 2: "authentication"
812026-03-24T20:31:21.268Zprocess exited: duration 19 ms, exit code 0
 
822026-03-24T20:31:21.275Zstarting task 3: "clone repository"
832026-03-24T20:31:21.279Z+ mkdir -p /work/oxidecomputer/maghemite
842026-03-24T20:31:21.282Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-03-24T20:31:21.313ZCloning into '/work/oxidecomputer/maghemite'...
862026-03-24T20:31:22.080Z+ cd /work/oxidecomputer/maghemite
872026-03-24T20:31:22.084Z+ git fetch origin 3a280bfca909c6f57b749556874e16d746167a17
882026-03-24T20:31:22.332ZFrom https://github.com/oxidecomputer/maghemite
892026-03-24T20:31:22.332Z * branch 3a280bfca909c6f57b749556874e16d746167a17 -> FETCH_HEAD
902026-03-24T20:31:22.339Z+ [[ -n renovate/socket2-0.x ]]
912026-03-24T20:31:22.342Z++ git branch --show-current
922026-03-24T20:31:22.342Z+ current=main
932026-03-24T20:31:22.342Z+ [[ main != renovate/socket2-0.x ]]
942026-03-24T20:31:22.342Z+ git branch -f renovate/socket2-0.x 3a280bfca909c6f57b749556874e16d746167a17
952026-03-24T20:31:22.345Z+ git checkout -f renovate/socket2-0.x
962026-03-24T20:31:22.368ZSwitched to branch 'renovate/socket2-0.x'
972026-03-24T20:31:22.371Z+ git reset --hard 3a280bfca909c6f57b749556874e16d746167a17
982026-03-24T20:31:22.390ZHEAD is now at 3a280bf bgp: fix sockaddr_storage on linux for socket2 0.6
992026-03-24T20:31:22.394Zprocess exited: duration 1116 ms, exit code 0
 
1002026-03-24T20:31:22.402Zstarting task 4: "build"
1012026-03-24T20:31:22.406Z+ set -e
1022026-03-24T20:31:22.410Z+ NEXTEST_VERSION=0.9.97
1032026-03-24T20:31:22.410Z+ PLATFORM=illumos
1042026-03-24T20:31:22.410Z+ cargo --version
1052026-03-24T20:31:22.413Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
1062026-03-24T20:31:22.580Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
1072026-03-24T20:31:22.583Zinfo: downloading 6 components
1082026-03-24T20:31:39.279Zcargo 1.94.0 (85eff7c80 2026-01-15)
1092026-03-24T20:31:39.282Z+ rustc --version
1102026-03-24T20:31:39.323Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1112026-03-24T20:31:39.335Z+ cargo install cargo-nextest --version 0.9.97
1122026-03-24T20:31:39.379Z Updating crates.io index
1132026-03-24T20:31:39.479Z Downloading crates ...
1142026-03-24T20:31:39.532Z Downloaded cargo-nextest v0.9.97
1152026-03-24T20:31:39.613Z Installing cargo-nextest v0.9.97
1162026-03-24T20:31:39.669Z Updating crates.io index
1172026-03-24T20:31:42.300Z Locking 408 packages to latest compatible versions
1182026-03-24T20:31:42.306Z Adding dialoguer v0.11.0 (available: v0.12.0)
1192026-03-24T20:31:42.309Z Adding duct v0.13.7 (available: v1.1.1)
1202026-03-24T20:31:42.309Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1212026-03-24T20:31:42.309Z Adding generic-array v0.14.7 (available: v0.14.9)
1222026-03-24T20:31:42.313Z Adding idna_adapter v1.0.0 (available: v1.2.1)
1232026-03-24T20:31:42.313Z Adding nextest-filtering v0.15.0 (available: v0.20.0)
1242026-03-24T20:31:42.313Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1252026-03-24T20:31:42.316Z Adding nextest-runner v0.80.0 (available: v0.113.0)
1262026-03-24T20:31:42.319Z Adding quick-junit v0.5.2 (available: v0.6.0)
1272026-03-24T20:31:42.344Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1282026-03-24T20:31:42.352Z Downloading crates ...
1292026-03-24T20:31:42.438Z Downloaded addr2line v0.25.1
1302026-03-24T20:31:42.445Z Downloaded crypto-common v0.1.7
1312026-03-24T20:31:42.450Z Downloaded colorchoice v1.0.5
1322026-03-24T20:31:42.453Z Downloaded adler2 v2.0.1
1332026-03-24T20:31:42.457Z Downloaded cpufeatures v0.2.17
1342026-03-24T20:31:42.457Z Downloaded clap_lex v1.1.0
1352026-03-24T20:31:42.460Z Downloaded color-spantrace v0.3.0
1362026-03-24T20:31:42.465Z Downloaded anstream v1.0.0
1372026-03-24T20:31:42.470Z Downloaded crc32fast v1.5.0
1382026-03-24T20:31:42.470Z Downloaded convert_case v0.10.0
1392026-03-24T20:31:42.474Z Downloaded either v1.15.0
1402026-03-24T20:31:42.474Z Downloaded clap_derive v4.6.0
1412026-03-24T20:31:42.477Z Downloaded digest v0.10.7
1422026-03-24T20:31:42.481Z Downloaded atomicwrites v0.4.4
1432026-03-24T20:31:42.485Z Downloaded futures-io v0.3.32
1442026-03-24T20:31:42.485Z Downloaded foreign-types v0.3.2
1452026-03-24T20:31:42.485Z Downloaded block-buffer v0.10.4
1462026-03-24T20:31:42.489Z Downloaded cfg_aliases v0.2.1
1472026-03-24T20:31:42.489Z Downloaded humantime-serde v1.1.1
1482026-03-24T20:31:42.492Z Downloaded futures-core v0.3.32
1492026-03-24T20:31:42.492Z Downloaded enable-ansi-support v0.2.1
1502026-03-24T20:31:42.497Z Downloaded futures-macro v0.3.32
1512026-03-24T20:31:42.497Z Downloaded lru-slab v0.1.2
1522026-03-24T20:31:42.497Z Downloaded erased-serde v0.4.10
1532026-03-24T20:31:42.500Z Downloaded openssl-probe v0.2.1
1542026-03-24T20:31:42.500Z Downloaded miette-derive v7.6.0
1552026-03-24T20:31:42.503Z Downloaded indicatif v0.17.11
1562026-03-24T20:31:42.504Z Downloaded humantime v2.3.0
1572026-03-24T20:31:42.507Z Downloaded console v0.15.11
1582026-03-24T20:31:42.510Z Downloaded nextest-workspace-hack v0.1.0
1592026-03-24T20:31:42.510Z Downloaded lazy_static v1.5.0
1602026-03-24T20:31:42.510Z Downloaded is_ci v1.2.0
1612026-03-24T20:31:42.515Z Downloaded form_urlencoded v1.2.2
1622026-03-24T20:31:42.515Z Downloaded backtrace-ext v0.2.1
1632026-03-24T20:31:42.518Z Downloaded guppy-workspace-hack v0.1.0
1642026-03-24T20:31:42.518Z Downloaded fnv v1.0.7
1652026-03-24T20:31:42.518Z Downloaded document-features v0.2.12
1662026-03-24T20:31:42.522Z Downloaded errno v0.3.14
1672026-03-24T20:31:42.526Z Downloaded jobserver v0.1.34
1682026-03-24T20:31:42.526Z Downloaded indent_write v2.2.0
1692026-03-24T20:31:42.526Z Downloaded hyper-util v0.1.20
1702026-03-24T20:31:42.530Z Downloaded httparse v1.10.1
1712026-03-24T20:31:42.533Z Downloaded filetime v0.2.27
1722026-03-24T20:31:42.536Z Downloaded fastrand v2.3.0
1732026-03-24T20:31:42.537Z Downloaded anstyle v1.0.14
1742026-03-24T20:31:42.540Z Downloaded percent-encoding v2.3.2
1752026-03-24T20:31:42.540Z Downloaded config v0.15.22
1762026-03-24T20:31:42.543Z Downloaded generic-array v0.14.7
1772026-03-24T20:31:42.543Z Downloaded cfg-if v1.0.4
1782026-03-24T20:31:42.546Z Downloaded cargo-platform v0.3.2
1792026-03-24T20:31:42.546Z Downloaded number_prefix v0.4.0
1802026-03-24T20:31:42.546Z Downloaded debug-ignore v1.0.5
1812026-03-24T20:31:42.550Z Downloaded async-scoped v0.9.0
1822026-03-24T20:31:42.550Z Downloaded find-msvc-tools v0.1.9
1832026-03-24T20:31:42.554Z Downloaded camino-tempfile v1.4.1
1842026-03-24T20:31:42.554Z Downloaded curve25519-dalek-derive v0.1.1
1852026-03-24T20:31:42.555Z Downloaded ahash v0.8.12
1862026-03-24T20:31:42.558Z Downloaded newtype-uuid v1.3.2
1872026-03-24T20:31:42.558Z Downloaded heck v0.5.0
1882026-03-24T20:31:42.561Z Downloaded hyper-rustls v0.27.7
1892026-03-24T20:31:42.561Z Downloaded futures-task v0.3.32
1902026-03-24T20:31:42.566Z Downloaded cargo-platform v0.2.0
1912026-03-24T20:31:42.566Z Downloaded hex v0.4.3
1922026-03-24T20:31:42.566Z Downloaded futures-sink v0.3.32
1932026-03-24T20:31:42.566Z Downloaded equivalent v1.0.2
1942026-03-24T20:31:42.570Z Downloaded anstyle-query v1.1.5
1952026-03-24T20:31:42.571Z Downloaded foreign-types-shared v0.1.1
1962026-03-24T20:31:42.571Z Downloaded serde-value v0.7.0
1972026-03-24T20:31:42.574Z Downloaded serde_ignored v0.1.14
1982026-03-24T20:31:42.579Z Downloaded scopeguard v1.2.0
1992026-03-24T20:31:42.579Z Downloaded duct v0.13.7
2002026-03-24T20:31:42.585Z Downloaded rustc-hash v2.1.1
2012026-03-24T20:31:42.585Z Downloaded atomic-waker v1.1.2
2022026-03-24T20:31:42.585Z Downloaded home v0.5.12
2032026-03-24T20:31:42.585Z Downloaded dialoguer v0.11.0
2042026-03-24T20:31:42.590Z Downloaded serde_spanned v0.6.9
2052026-03-24T20:31:42.590Z Downloaded is_terminal_polyfill v1.70.2
2062026-03-24T20:31:42.594Z Downloaded mukti-metadata v0.3.0
2072026-03-24T20:31:42.594Z Downloaded indenter v0.3.4
2082026-03-24T20:31:42.594Z Downloaded http-body v1.0.1
2092026-03-24T20:31:42.601Z Downloaded future-queue v0.4.0
2102026-03-24T20:31:42.601Z Downloaded pkcs8 v0.10.2
2112026-03-24T20:31:42.607Z Downloaded serde_urlencoded v0.7.1
2122026-03-24T20:31:42.607Z Downloaded serde_spanned v1.1.0
2132026-03-24T20:31:42.607Z Downloaded shell-words v1.1.1
2142026-03-24T20:31:42.607Z Downloaded base64ct v1.8.3
2152026-03-24T20:31:42.607Z Downloaded signal-hook-mio v0.2.5
2162026-03-24T20:31:42.612Z Downloaded cargo_metadata v0.23.1
2172026-03-24T20:31:42.612Z Downloaded sigchld v0.2.4
2182026-03-24T20:31:42.613Z Downloaded self-replace v1.5.0
2192026-03-24T20:31:42.613Z Downloaded rand_chacha v0.9.0
2202026-03-24T20:31:42.619Z Downloaded signature v2.2.0
2212026-03-24T20:31:42.619Z Downloaded nested v0.1.1
2222026-03-24T20:31:42.619Z Downloaded idna_adapter v1.0.0
2232026-03-24T20:31:42.619Z Downloaded rustc_version v0.4.1
2242026-03-24T20:31:42.619Z Downloaded strip-ansi-escapes v0.2.1
2252026-03-24T20:31:42.623Z Downloaded foldhash v0.1.5
2262026-03-24T20:31:42.624Z Downloaded cargo-util-schemas v0.2.0
2272026-03-24T20:31:42.624Z Downloaded sync_wrapper v1.0.2
2282026-03-24T20:31:42.624Z Downloaded openssl-macros v0.1.1
2292026-03-24T20:31:42.624Z Downloaded autocfg v1.5.0
2302026-03-24T20:31:42.627Z Downloaded supports-unicode v3.0.0
2312026-03-24T20:31:42.627Z Downloaded supports-hyperlinks v3.2.0
2322026-03-24T20:31:42.627Z Downloaded supports-color v3.0.2
2332026-03-24T20:31:42.627Z Downloaded pin-utils v0.1.0
2342026-03-24T20:31:42.631Z Downloaded iana-time-zone v0.1.65
2352026-03-24T20:31:42.631Z Downloaded futures-executor v0.3.32
2362026-03-24T20:31:42.634Z Downloaded ed25519 v2.2.3
2372026-03-24T20:31:42.634Z Downloaded fixedbitset v0.5.7
2382026-03-24T20:31:42.640Z Downloaded swrite v0.1.0
2392026-03-24T20:31:42.640Z Downloaded pin-project-lite v0.2.17
2402026-03-24T20:31:42.643Z Downloaded strsim v0.11.1
2412026-03-24T20:31:42.647Z Downloaded getrandom v0.2.17
2422026-03-24T20:31:42.651Z Downloaded serde-untagged v0.1.9
2432026-03-24T20:31:42.654Z Downloaded os_pipe v1.2.3
2442026-03-24T20:31:42.654Z Downloaded ordered-float v2.10.1
2452026-03-24T20:31:42.654Z Downloaded hyper-tls v0.6.0
2462026-03-24T20:31:42.654Z Downloaded globset v0.4.18
2472026-03-24T20:31:42.658Z Downloaded tinyvec_macros v0.1.1
2482026-03-24T20:31:42.658Z Downloaded pathdiff v0.2.3
2492026-03-24T20:31:42.661Z Downloaded serde_path_to_error v0.1.20
2502026-03-24T20:31:42.661Z Downloaded anstyle-parse v1.0.0
2512026-03-24T20:31:42.664Z Downloaded shared_child v1.1.1
2522026-03-24T20:31:42.667Z Downloaded sha2 v0.10.9
2532026-03-24T20:31:42.667Z Downloaded eyre v0.6.12
2542026-03-24T20:31:42.671Z Downloaded toml_write v0.1.2
2552026-03-24T20:31:42.674Z Downloaded nextest-metadata v0.12.2
2562026-03-24T20:31:42.674Z Downloaded rustc-demangle v0.1.27
2572026-03-24T20:31:42.678Z Downloaded signal-hook-registry v1.4.8
2582026-03-24T20:31:42.681Z Downloaded shlex v1.3.0
2592026-03-24T20:31:42.681Z Downloaded futures-channel v0.3.32
2602026-03-24T20:31:42.684Z Downloaded cargo_metadata v0.20.0
2612026-03-24T20:31:42.684Z Downloaded terminal_size v0.4.4
2622026-03-24T20:31:42.687Z Downloaded subtle v2.6.1
2632026-03-24T20:31:42.687Z Downloaded target-spec-miette v0.4.5
2642026-03-24T20:31:42.693Z Downloaded tracing-error v0.2.1
2652026-03-24T20:31:42.693Z Downloaded tower-service v0.3.3
2662026-03-24T20:31:42.693Z Downloaded spki v0.7.3
2672026-03-24T20:31:42.693Z Downloaded simd-adler32 v0.3.8
2682026-03-24T20:31:42.696Z Downloaded once_cell v1.21.4
2692026-03-24T20:31:42.696Z Downloaded const-oid v0.9.6
2702026-03-24T20:31:42.701Z Downloaded parking_lot v0.12.5
2712026-03-24T20:31:42.701Z Downloaded cfg-expr v0.20.7
2722026-03-24T20:31:42.704Z Downloaded try-lock v0.2.5
2732026-03-24T20:31:42.704Z Downloaded quote v1.0.45
2742026-03-24T20:31:42.707Z Downloaded utf8_iter v1.0.4
2752026-03-24T20:31:42.707Z Downloaded typeid v1.0.3
2762026-03-24T20:31:42.707Z Downloaded tower-layer v0.3.3
2772026-03-24T20:31:42.708Z Downloaded toml_datetime v0.6.11
2782026-03-24T20:31:42.710Z Downloaded http-body-util v0.1.3
2792026-03-24T20:31:42.711Z Downloaded thiserror v2.0.18
2802026-03-24T20:31:42.714Z Downloaded slab v0.4.12
2812026-03-24T20:31:42.717Z Downloaded ppv-lite86 v0.2.21
2822026-03-24T20:31:42.717Z Downloaded pkg-config v0.3.32
2832026-03-24T20:31:42.724Z Downloaded getrandom v0.3.4
2842026-03-24T20:31:42.727Z Downloaded tokio-macros v2.6.1
2852026-03-24T20:31:42.727Z Downloaded pin-project-internal v1.1.11
2862026-03-24T20:31:42.727Z Downloaded thread_local v1.1.9
2872026-03-24T20:31:42.727Z Downloaded unicode-linebreak v0.1.5
2882026-03-24T20:31:42.727Z Downloaded smol_str v0.3.6
2892026-03-24T20:31:42.727Z Downloaded rand_core v0.9.5
2902026-03-24T20:31:42.731Z Downloaded xattr v1.6.1
2912026-03-24T20:31:42.731Z Downloaded itoa v1.0.18
2922026-03-24T20:31:42.731Z Downloaded thiserror-impl v2.0.18
2932026-03-24T20:31:42.735Z Downloaded thiserror v1.0.69
2942026-03-24T20:31:42.738Z Downloaded self_update v0.42.0
2952026-03-24T20:31:42.738Z Downloaded tokio-native-tls v0.3.1
2962026-03-24T20:31:42.741Z Downloaded bitflags v2.11.0
2972026-03-24T20:31:42.744Z Downloaded miniz_oxide v0.8.9
2982026-03-24T20:31:42.744Z Downloaded target-spec v3.5.7
2992026-03-24T20:31:42.747Z Downloaded toml_writer v1.1.0+spec-1.1.0
3002026-03-24T20:31:42.747Z Downloaded toml_datetime v1.1.0+spec-1.1.0
3012026-03-24T20:31:42.751Z Downloaded owo-colors v4.3.0
3022026-03-24T20:31:42.751Z Downloaded want v0.3.1
3032026-03-24T20:31:42.751Z Downloaded target-lexicon v0.13.3
3042026-03-24T20:31:42.754Z Downloaded rand_core v0.6.4
3052026-03-24T20:31:42.754Z Downloaded parking_lot_core v0.9.12
3062026-03-24T20:31:42.757Z Downloaded version_check v0.9.5
3072026-03-24T20:31:42.757Z Downloaded urlencoding v2.1.3
3082026-03-24T20:31:42.757Z Downloaded untrusted v0.9.0
3092026-03-24T20:31:42.761Z Downloaded unicode-xid v0.2.6
3102026-03-24T20:31:42.761Z Downloaded clap v4.6.0
3112026-03-24T20:31:42.765Z Downloaded tracing-log v0.2.0
3122026-03-24T20:31:42.768Z Downloaded static_assertions v1.1.0
3132026-03-24T20:31:42.768Z Downloaded semver v1.0.27
3142026-03-24T20:31:42.771Z Downloaded rustls-pki-types v1.14.0
3152026-03-24T20:31:42.774Z Downloaded native-tls v0.2.18
3162026-03-24T20:31:42.774Z Downloaded serde_core v1.0.228
3172026-03-24T20:31:42.777Z Downloaded serde_derive v1.0.228
3182026-03-24T20:31:42.777Z Downloaded getrandom v0.4.2
3192026-03-24T20:31:42.808Z Downloaded thiserror-impl v1.0.69
3202026-03-24T20:31:42.818Z Downloaded num-traits v0.2.19
3212026-03-24T20:31:42.818Z Downloaded flate2 v1.1.9
3222026-03-24T20:31:42.818Z Downloaded pin-project v1.1.11
3232026-03-24T20:31:42.818Z Downloaded zstd v0.13.3
3242026-03-24T20:31:42.818Z Downloaded zmij v1.0.21
3252026-03-24T20:31:42.818Z Downloaded quick-junit v0.5.2
3262026-03-24T20:31:42.818Z Downloaded base64 v0.22.1
3272026-03-24T20:31:42.818Z Downloaded signal-hook v0.3.18
3282026-03-24T20:31:42.818Z Downloaded toml_parser v1.1.0+spec-1.1.0
3292026-03-24T20:31:42.818Z Downloaded toml v0.8.23
3302026-03-24T20:31:42.818Z Downloaded quinn-udp v0.5.14
3312026-03-24T20:31:42.822Z Downloaded unicase v2.9.0
3322026-03-24T20:31:42.822Z Downloaded zipsign-api v0.1.5
3332026-03-24T20:31:42.822Z Downloaded xxhash-rust v0.8.15
3342026-03-24T20:31:42.822Z Downloaded sharded-slab v0.1.7
3352026-03-24T20:31:42.822Z Downloaded nextest-filtering v0.15.0
3362026-03-24T20:31:42.822Z Downloaded log v0.4.29
3372026-03-24T20:31:42.825Z Downloaded derive-where v1.6.1
3382026-03-24T20:31:42.829Z Downloaded derive_more v2.1.1
3392026-03-24T20:31:42.834Z Downloaded zeroize v1.8.2
3402026-03-24T20:31:42.838Z Downloaded utf8parse v0.2.2
3412026-03-24T20:31:42.838Z Downloaded tinyvec v1.11.0
3422026-03-24T20:31:42.842Z Downloaded mio v1.1.1
3432026-03-24T20:31:42.845Z Downloaded tokio-rustls v0.26.4
3442026-03-24T20:31:42.845Z Downloaded toml v1.1.0+spec-1.1.0
3452026-03-24T20:31:42.849Z Downloaded borsh v1.6.1
3462026-03-24T20:31:42.852Z Downloaded tempfile v3.27.0
3472026-03-24T20:31:42.855Z Downloaded litrs v1.0.0
3482026-03-24T20:31:42.859Z Downloaded tracing-attributes v0.1.31
3492026-03-24T20:31:42.859Z Downloaded smallvec v1.15.1
3502026-03-24T20:31:42.862Z Downloaded textwrap v0.16.2
3512026-03-24T20:31:42.862Z Downloaded proc-macro2 v1.0.106
3522026-03-24T20:31:42.865Z Downloaded futures v0.3.32
3532026-03-24T20:31:42.869Z Downloaded tar v0.4.45
3542026-03-24T20:31:42.872Z Downloaded der v0.7.10
3552026-03-24T20:31:42.876Z Downloaded crossterm v0.29.0
3562026-03-24T20:31:42.880Z Downloaded derive_more-impl v2.1.1
3572026-03-24T20:31:42.883Z Downloaded indexmap v2.13.0
3582026-03-24T20:31:42.887Z Downloaded socket2 v0.6.3
3592026-03-24T20:31:42.887Z Downloaded ed25519-dalek v2.2.0
3602026-03-24T20:31:42.890Z Downloaded tokio-stream v0.1.18
3612026-03-24T20:31:42.893Z Downloaded serde v1.0.228
3622026-03-24T20:31:42.897Z Downloaded uuid v1.22.0
3632026-03-24T20:31:42.908Z Downloaded zstd-safe v7.2.4
3642026-03-24T20:31:42.908Z Downloaded clap_builder v4.6.0
3652026-03-24T20:31:42.908Z Downloaded toml_edit v0.22.27
3662026-03-24T20:31:42.911Z Downloaded quinn v0.11.9
3672026-03-24T20:31:42.911Z Downloaded tracing-core v0.1.36
3682026-03-24T20:31:42.911Z Downloaded openssl-sys v0.9.112
3692026-03-24T20:31:42.915Z Downloaded backtrace v0.3.76
3702026-03-24T20:31:42.919Z Downloaded cc v1.2.57
3712026-03-24T20:31:42.923Z Downloaded ryu v1.0.23
3722026-03-24T20:31:42.927Z Downloaded camino v1.2.2
3732026-03-24T20:31:42.927Z Downloaded lock_api v0.4.14
3742026-03-24T20:31:42.930Z Downloaded unicode-ident v1.0.24
3752026-03-24T20:31:42.930Z Downloaded ipnet v2.12.0
3762026-03-24T20:31:42.930Z Downloaded vte v0.14.1
3772026-03-24T20:31:42.933Z Downloaded bytes v1.11.1
3782026-03-24T20:31:42.937Z Downloaded rustls-webpki v0.103.10
3792026-03-24T20:31:42.941Z Downloaded miette v7.6.0
3802026-03-24T20:31:42.947Z Downloaded guppy v0.17.25
3812026-03-24T20:31:42.951Z Downloaded unicode-segmentation v1.13.0
3822026-03-24T20:31:42.954Z Downloaded tower v0.5.3
3832026-03-24T20:31:42.960Z Downloaded hashbrown v0.16.1
3842026-03-24T20:31:42.964Z Downloaded http v1.4.0
3852026-03-24T20:31:42.968Z Downloaded typenum v1.19.0
3862026-03-24T20:31:42.971Z Downloaded hashbrown v0.15.5
3872026-03-24T20:31:42.974Z Downloaded aho-corasick v1.1.4
3882026-03-24T20:31:42.983Z Downloaded rand v0.9.2
3892026-03-24T20:31:42.986Z Downloaded tower-http v0.6.8
3902026-03-24T20:31:42.992Z Downloaded unicode-normalization v0.1.25
3912026-03-24T20:31:42.995Z Downloaded memchr v2.8.0
3922026-03-24T20:31:42.999Z Downloaded tokio-util v0.7.18
3932026-03-24T20:31:43.003Z Downloaded url v2.5.8
3942026-03-24T20:31:43.006Z Downloaded serde_json v1.0.149
3952026-03-24T20:31:43.010Z Downloaded h2 v0.4.13
3962026-03-24T20:31:43.014Z Downloaded futures-util v0.3.32
3972026-03-24T20:31:43.025Z Downloaded hyper v1.8.1
3982026-03-24T20:31:43.044Z Downloaded itertools v0.14.0
3992026-03-24T20:31:43.049Z Downloaded winnow v1.0.0
4002026-03-24T20:31:43.057Z Downloaded iri-string v0.7.11
4012026-03-24T20:31:43.063Z Downloaded chrono v0.4.44
4022026-03-24T20:31:43.068Z Downloaded ron v0.12.0
4032026-03-24T20:31:43.077Z Downloaded idna v1.1.0
4042026-03-24T20:31:43.080Z Downloaded vcpkg v0.2.15
4052026-03-24T20:31:43.108Z Downloaded regex v1.12.3
4062026-03-24T20:31:43.112Z Downloaded unicode-width v0.1.14
4072026-03-24T20:31:43.117Z Downloaded pulldown-cmark v0.13.3
4082026-03-24T20:31:43.121Z Downloaded syn v2.0.117
4092026-03-24T20:31:43.129Z Downloaded zerocopy v0.8.47
4102026-03-24T20:31:43.142Z Downloaded reqwest v0.12.28
4112026-03-24T20:31:43.146Z Downloaded unicode-width v0.2.2
4122026-03-24T20:31:43.150Z Downloaded quick-xml v0.38.4
4132026-03-24T20:31:43.154Z Downloaded bstr v1.12.1
4142026-03-24T20:31:43.160Z Downloaded gimli v0.32.3
4152026-03-24T20:31:43.165Z Downloaded curve25519-dalek v4.1.3
4162026-03-24T20:31:43.172Z Downloaded quick-xml v0.37.5
4172026-03-24T20:31:43.182Z Downloaded tracing v0.1.44
4182026-03-24T20:31:43.196Z Downloaded winnow v0.7.15
4192026-03-24T20:31:43.203Z Downloaded quinn-proto v0.11.14
4202026-03-24T20:31:43.207Z Downloaded portable-atomic v1.13.1
4212026-03-24T20:31:43.213Z Downloaded color-eyre v0.6.5
4222026-03-24T20:31:43.227Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4232026-03-24T20:31:43.239Z Downloaded tracing-subscriber v0.3.23
4242026-03-24T20:31:43.656Z Downloaded webpki-roots v1.0.6
4252026-03-24T20:31:43.656Z Downloaded nextest-runner v0.80.0
4262026-03-24T20:31:43.656Z Downloaded openssl v0.10.76
4272026-03-24T20:31:43.656Z Downloaded object v0.37.3
4282026-03-24T20:31:43.656Z Downloaded rustix v0.38.44
4292026-03-24T20:31:43.656Z Downloaded rustls v0.23.37
4302026-03-24T20:31:43.656Z Downloaded regex-syntax v0.8.10
4312026-03-24T20:31:43.656Z Downloaded nix v0.30.1
4322026-03-24T20:31:43.656Z Downloaded rustix v1.1.4
4332026-03-24T20:31:43.656Z Downloaded regex-automata v0.4.14
4342026-03-24T20:31:43.656Z Downloaded libc v0.2.183
4352026-03-24T20:31:43.656Z Downloaded petgraph v0.8.3
4362026-03-24T20:31:43.656Z Downloaded tokio v1.50.0
4372026-03-24T20:31:43.662Z Downloaded recursion v0.5.4
4382026-03-24T20:31:43.670Z Downloaded ring v0.17.14
4392026-03-24T20:31:43.747Z Compiling libc v0.2.183
4402026-03-24T20:31:43.750Z Compiling proc-macro2 v1.0.106
4412026-03-24T20:31:43.751Z Compiling quote v1.0.45
4422026-03-24T20:31:43.751Z Compiling unicode-ident v1.0.24
4432026-03-24T20:31:43.751Z Compiling serde_core v1.0.228
4442026-03-24T20:31:43.751Z Compiling cfg-if v1.0.4
4452026-03-24T20:31:43.751Z Compiling memchr v2.8.0
4462026-03-24T20:31:43.751Z Compiling once_cell v1.21.4
4472026-03-24T20:31:44.040Z Compiling log v0.4.29
4482026-03-24T20:31:44.082Z Compiling pin-project-lite v0.2.17
4492026-03-24T20:31:44.190Z Compiling serde v1.0.228
4502026-03-24T20:31:44.284Z Compiling itoa v1.0.18
4512026-03-24T20:31:44.493Z Compiling futures-core v0.3.32
4522026-03-24T20:31:44.575Z Compiling smallvec v1.15.1
4532026-03-24T20:31:44.598Z Compiling bitflags v2.11.0
4542026-03-24T20:31:44.677Z Compiling hashbrown v0.16.1
4552026-03-24T20:31:44.878Z Compiling find-msvc-tools v0.1.9
4562026-03-24T20:31:45.064Z Compiling shlex v1.3.0
4572026-03-24T20:31:45.167Z Compiling errno v0.3.14
4582026-03-24T20:31:45.272Z Compiling jobserver v0.1.34
4592026-03-24T20:31:45.272Z Compiling equivalent v1.0.2
4602026-03-24T20:31:45.358Z Compiling signal-hook-registry v1.4.8
4612026-03-24T20:31:45.390Z Compiling bytes v1.11.1
4622026-03-24T20:31:45.428Z Compiling mio v1.1.1
4632026-03-24T20:31:45.527Z Compiling cc v1.2.57
4642026-03-24T20:31:45.574Z Compiling syn v2.0.117
4652026-03-24T20:31:45.636Z Compiling futures-sink v0.3.32
4662026-03-24T20:31:45.701Z Compiling rustix v1.1.4
4672026-03-24T20:31:45.764Z Compiling socket2 v0.6.3
4682026-03-24T20:31:45.998Z Compiling zmij v1.0.21
4692026-03-24T20:31:46.344Z Compiling slab v0.4.12
4702026-03-24T20:31:46.427Z Compiling futures-channel v0.3.32
4712026-03-24T20:31:46.559Z Compiling tracing-core v0.1.36
4722026-03-24T20:31:46.594Z Compiling version_check v0.9.5
4732026-03-24T20:31:46.755Z Compiling serde_json v1.0.149
4742026-03-24T20:31:47.001Z Compiling futures-task v0.3.32
4752026-03-24T20:31:47.096Z Compiling futures-io v0.3.32
4762026-03-24T20:31:47.236Z Compiling indexmap v2.13.0
4772026-03-24T20:31:47.275Z Compiling getrandom v0.4.2
4782026-03-24T20:31:47.336Z Compiling unicode-width v0.2.2
4792026-03-24T20:31:47.404Z Compiling camino v1.2.2
4802026-03-24T20:31:47.743Z Compiling ring v0.17.14
4812026-03-24T20:31:47.843Z Compiling http v1.4.0
4822026-03-24T20:31:47.861Z Compiling adler2 v2.0.1
4832026-03-24T20:31:48.031Z Compiling percent-encoding v2.3.2
4842026-03-24T20:31:48.073Z Compiling autocfg v1.5.0
4852026-03-24T20:31:48.383Z Compiling simd-adler32 v0.3.8
4862026-03-24T20:31:48.423Z Compiling zeroize v1.8.2
4872026-03-24T20:31:48.555Z Compiling num-traits v0.2.19
4882026-03-24T20:31:48.680Z Compiling miniz_oxide v0.8.9
4892026-03-24T20:31:49.011Z Compiling target-lexicon v0.13.3
4902026-03-24T20:31:49.520Z Compiling getrandom v0.3.4
4912026-03-24T20:31:49.608Z Compiling zerocopy v0.8.47
4922026-03-24T20:31:49.637Z Compiling object v0.37.3
4932026-03-24T20:31:49.983Z Compiling http-body v1.0.1
4942026-03-24T20:31:50.145Z Compiling rustls-pki-types v1.14.0
4952026-03-24T20:31:50.179Z Compiling semver v1.0.27
4962026-03-24T20:31:50.238Z Compiling getrandom v0.2.17
4972026-03-24T20:31:50.256Z Compiling typenum v1.19.0
4982026-03-24T20:31:50.473Z Compiling httparse v1.10.1
4992026-03-24T20:31:50.505Z Compiling fnv v1.0.7
5002026-03-24T20:31:50.586Z Compiling thiserror v2.0.18
5012026-03-24T20:31:50.630Z Compiling signal-hook v0.3.18
5022026-03-24T20:31:50.684Z Compiling gimli v0.32.3
5032026-03-24T20:31:50.885Z Compiling guppy-workspace-hack v0.1.0
5042026-03-24T20:31:50.901Z Compiling owo-colors v4.3.0
5052026-03-24T20:31:50.917Z Compiling serde_derive v1.0.228
5062026-03-24T20:31:51.004Z Compiling tokio-macros v2.6.1
5072026-03-24T20:31:51.004Z Compiling futures-macro v0.3.32
5082026-03-24T20:31:51.130Z Compiling tracing-attributes v0.1.31
5092026-03-24T20:31:51.209Z Compiling untrusted v0.9.0
5102026-03-24T20:31:51.402Z Compiling thiserror-impl v2.0.18
5112026-03-24T20:31:51.987Z Compiling tokio v1.50.0
5122026-03-24T20:31:52.048Z Compiling futures-util v0.3.32
5132026-03-24T20:31:52.739Z Compiling tracing v0.1.44
5142026-03-24T20:31:53.918Z Compiling addr2line v0.25.1
5152026-03-24T20:31:54.452Z Compiling form_urlencoded v1.2.2
5162026-03-24T20:31:54.589Z Compiling generic-array v0.14.7
5172026-03-24T20:31:54.764Z Compiling rustls v0.23.37
5182026-03-24T20:31:54.851Z Compiling tower-service v0.3.3
5192026-03-24T20:31:54.965Z Compiling atomic-waker v1.1.2
5202026-03-24T20:31:55.008Z Compiling rustc-demangle v0.1.27
5212026-03-24T20:31:55.117Z Compiling typeid v1.0.3
5222026-03-24T20:31:55.251Z Compiling idna_adapter v1.0.0
5232026-03-24T20:31:55.372Z Compiling thiserror v1.0.69
5242026-03-24T20:31:55.451Z Compiling fastrand v2.3.0
5252026-03-24T20:31:55.562Z Compiling pkg-config v0.3.32
5262026-03-24T20:31:55.739Z Compiling target-spec v3.5.7
5272026-03-24T20:31:55.870Z Compiling utf8_iter v1.0.4
5282026-03-24T20:31:56.072Z Compiling try-lock v0.2.5
5292026-03-24T20:31:56.107Z Compiling idna v1.1.0
5302026-03-24T20:31:56.146Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5312026-03-24T20:31:56.208Z Compiling want v0.3.1
5322026-03-24T20:31:56.444Z Compiling tempfile v3.27.0
5332026-03-24T20:31:56.589Z Compiling cfg-expr v0.20.7
5342026-03-24T20:31:57.195Z Compiling tokio-util v0.7.18
5352026-03-24T20:31:57.554Z Compiling backtrace v0.3.76
5362026-03-24T20:31:57.944Z Compiling h2 v0.4.13
5372026-03-24T20:31:58.158Z Compiling rustls-webpki v0.103.10
5382026-03-24T20:31:58.197Z Compiling thiserror-impl v1.0.69
5392026-03-24T20:31:58.655Z Compiling terminal_size v0.4.4
5402026-03-24T20:31:58.843Z Compiling aho-corasick v1.1.4
5412026-03-24T20:31:59.424Z Compiling pin-utils v0.1.0
5422026-03-24T20:31:59.516Z Compiling winnow v0.7.15
5432026-03-24T20:31:59.722Z Compiling subtle v2.6.1
5442026-03-24T20:31:59.923Z Compiling erased-serde v0.4.10
5452026-03-24T20:32:00.277Z Compiling regex-syntax v0.8.10
5462026-03-24T20:32:01.373Z Compiling hyper v1.8.1
5472026-03-24T20:32:03.719Z Compiling regex-automata v0.4.14
5482026-03-24T20:32:06.248Z Compiling url v2.5.8
5492026-03-24T20:32:06.305Z Compiling serde_spanned v0.6.9
5502026-03-24T20:32:06.498Z Compiling toml_datetime v0.6.11
5512026-03-24T20:32:06.629Z Compiling ahash v0.8.12
5522026-03-24T20:32:06.926Z Compiling sync_wrapper v1.0.2
5532026-03-24T20:32:06.971Z Compiling toml_write v0.1.2
5542026-03-24T20:32:07.064Z Compiling tower-layer v0.3.3
5552026-03-24T20:32:07.276Z Compiling base64 v0.22.1
5562026-03-24T20:32:07.316Z Compiling foldhash v0.1.5
5572026-03-24T20:32:07.591Z Compiling ipnet v2.12.0
5582026-03-24T20:32:07.887Z Compiling is_ci v1.2.0
5592026-03-24T20:32:08.089Z Compiling nextest-workspace-hack v0.1.0
5602026-03-24T20:32:08.357Z Compiling unicode-segmentation v1.13.0
5612026-03-24T20:32:08.766Z Compiling parking_lot_core v0.9.12
5622026-03-24T20:32:08.867Z Compiling lazy_static v1.5.0
5632026-03-24T20:32:08.995Z Compiling portable-atomic v1.13.1
5642026-03-24T20:32:09.086Z Compiling unicode-linebreak v0.1.5
5652026-03-24T20:32:09.103Z Compiling crc32fast v1.5.0
5662026-03-24T20:32:09.305Z Compiling either v1.15.0
5672026-03-24T20:32:09.436Z Compiling textwrap v0.16.2
5682026-03-24T20:32:09.535Z Compiling sharded-slab v0.1.7
5692026-03-24T20:32:09.590Z Compiling convert_case v0.10.0
5702026-03-24T20:32:09.644Z Compiling supports-color v3.0.2
5712026-03-24T20:32:09.663Z Compiling hyper-util v0.1.20
5722026-03-24T20:32:09.924Z Compiling hashbrown v0.15.5
5732026-03-24T20:32:09.939Z Compiling tower v0.5.3
5742026-03-24T20:32:10.340Z Compiling toml_edit v0.22.27
5752026-03-24T20:32:10.789Z Compiling tokio-rustls v0.26.4
5762026-03-24T20:32:11.150Z Compiling backtrace-ext v0.2.1
5772026-03-24T20:32:11.208Z Compiling ordered-float v2.10.1
5782026-03-24T20:32:11.463Z Compiling miette-derive v7.6.0
5792026-03-24T20:32:11.572Z Compiling webpki-roots v1.0.6
5802026-03-24T20:32:11.589Z Compiling pathdiff v0.2.3
5812026-03-24T20:32:11.724Z Compiling console v0.15.11
5822026-03-24T20:32:11.742Z Compiling cargo-platform v0.3.2
5832026-03-24T20:32:12.458Z Compiling tracing-log v0.2.0
5842026-03-24T20:32:12.895Z Compiling os_pipe v1.2.3
5852026-03-24T20:32:12.931Z Compiling thread_local v1.1.9
5862026-03-24T20:32:13.042Z Compiling supports-unicode v3.0.0
5872026-03-24T20:32:13.117Z Compiling ryu v1.0.23
5882026-03-24T20:32:13.303Z Compiling pulldown-cmark v0.13.3
5892026-03-24T20:32:13.374Z Compiling zstd-safe v7.2.4
5902026-03-24T20:32:13.489Z Compiling winnow v1.0.0
5912026-03-24T20:32:13.548Z Compiling scopeguard v1.2.0
5922026-03-24T20:32:13.658Z Compiling cfg_aliases v0.2.1
5932026-03-24T20:32:13.676Z Compiling iri-string v0.7.11
5942026-03-24T20:32:13.758Z Compiling supports-hyperlinks v3.2.0
5952026-03-24T20:32:13.870Z Compiling unicode-width v0.1.14
5962026-03-24T20:32:14.010Z Compiling debug-ignore v1.0.5
5972026-03-24T20:32:14.149Z Compiling fixedbitset v0.5.7
5982026-03-24T20:32:14.258Z Compiling utf8parse v0.2.2
5992026-03-24T20:32:14.392Z Compiling rustix v0.38.44
6002026-03-24T20:32:14.789Z Compiling petgraph v0.8.3
6012026-03-24T20:32:14.936Z Compiling toml_parser v1.1.0+spec-1.1.0
6022026-03-24T20:32:15.371Z Compiling anstyle-parse v1.0.0
6032026-03-24T20:32:15.638Z Compiling miette v7.6.0
6042026-03-24T20:32:16.596Z Compiling tower-http v0.6.8
6052026-03-24T20:32:17.246Z Compiling nix v0.30.1
6062026-03-24T20:32:17.323Z Compiling lock_api v0.4.14
6072026-03-24T20:32:17.665Z Compiling serde_urlencoded v0.7.1
6082026-03-24T20:32:17.735Z Compiling tracing-subscriber v0.3.23
6092026-03-24T20:32:17.860Z Compiling sigchld v0.2.4
6102026-03-24T20:32:18.114Z Compiling toml v0.8.23
6112026-03-24T20:32:18.134Z Compiling cargo_metadata v0.23.1
6122026-03-24T20:32:18.309Z Compiling hyper-rustls v0.27.7
6132026-03-24T20:32:19.163Z Compiling serde-value v0.7.0
6142026-03-24T20:32:20.050Z Compiling serde-untagged v0.1.9
6152026-03-24T20:32:20.843Z Compiling derive_more-impl v2.1.1
6162026-03-24T20:32:21.729Z Compiling itertools v0.14.0
6172026-03-24T20:32:22.056Z Compiling block-buffer v0.10.4
6182026-03-24T20:32:22.221Z Compiling crypto-common v0.1.7
6192026-03-24T20:32:22.241Z Compiling regex v1.12.3
6202026-03-24T20:32:22.386Z Compiling ppv-lite86 v0.2.21
6212026-03-24T20:32:22.409Z Compiling futures-executor v0.3.32
6222026-03-24T20:32:22.605Z Compiling rand_core v0.9.5
6232026-03-24T20:32:22.838Z Compiling pin-project-internal v1.1.11
6242026-03-24T20:32:22.933Z Compiling http-body-util v0.1.3
6252026-03-24T20:32:23.069Z Compiling uuid v1.22.0
6262026-03-24T20:32:23.292Z Compiling smol_str v0.3.6
6272026-03-24T20:32:23.733Z Compiling serde_spanned v1.1.0
6282026-03-24T20:32:23.743Z Compiling toml_datetime v1.1.0+spec-1.1.0
6292026-03-24T20:32:23.766Z Compiling filetime v0.2.27
6302026-03-24T20:32:23.929Z Compiling bstr v1.12.1
6312026-03-24T20:32:24.009Z Compiling vte v0.14.1
6322026-03-24T20:32:24.111Z Compiling xattr v1.6.1
6332026-03-24T20:32:24.277Z Compiling iana-time-zone v0.1.65
6342026-03-24T20:32:24.295Z Compiling colorchoice v1.0.5
6352026-03-24T20:32:24.300Z Compiling unicode-xid v0.2.6
6362026-03-24T20:32:24.342Z Compiling nested v0.1.1
6372026-03-24T20:32:24.438Z Compiling anstyle-query v1.1.5
6382026-03-24T20:32:24.571Z Compiling litrs v1.0.0
6392026-03-24T20:32:24.590Z Compiling eyre v0.6.12
6402026-03-24T20:32:24.682Z Compiling anstyle v1.0.14
6412026-03-24T20:32:24.812Z Compiling unicase v2.9.0
6422026-03-24T20:32:24.857Z Compiling is_terminal_polyfill v1.70.2
6432026-03-24T20:32:24.954Z Compiling color-spantrace v0.3.0
6442026-03-24T20:32:24.966Z Compiling number_prefix v0.4.0
6452026-03-24T20:32:25.014Z Compiling self_update v0.42.0
6462026-03-24T20:32:25.146Z Compiling static_assertions v1.1.0
6472026-03-24T20:32:25.173Z Compiling tinyvec_macros v0.1.1
6482026-03-24T20:32:25.224Z Compiling guppy v0.17.25
6492026-03-24T20:32:25.240Z Compiling tinyvec v1.11.0
6502026-03-24T20:32:25.272Z Compiling document-features v0.2.12
6512026-03-24T20:32:25.322Z Compiling indicatif v0.17.11
6522026-03-24T20:32:25.736Z Compiling anstream v1.0.0
6532026-03-24T20:32:25.802Z Compiling globset v0.4.18
6542026-03-24T20:32:25.972Z Compiling cargo-util-schemas v0.2.0
6552026-03-24T20:32:26.322Z Compiling chrono v0.4.44
6562026-03-24T20:32:26.768Z Compiling pin-project v1.1.11
6572026-03-24T20:32:26.794Z Compiling tar v0.4.45
6582026-03-24T20:32:26.897Z Compiling strip-ansi-escapes v0.2.1
6592026-03-24T20:32:27.532Z Compiling toml v1.1.0+spec-1.1.0
6602026-03-24T20:32:29.146Z Compiling nextest-metadata v0.12.2
6612026-03-24T20:32:29.298Z Compiling newtype-uuid v1.3.2
6622026-03-24T20:32:29.662Z Compiling reqwest v0.12.28
6632026-03-24T20:32:29.931Z Compiling rand_chacha v0.9.0
6642026-03-24T20:32:30.088Z Compiling futures v0.3.32
6652026-03-24T20:32:30.203Z Compiling digest v0.10.7
6662026-03-24T20:32:30.473Z Compiling parking_lot v0.12.5
6672026-03-24T20:32:30.647Z Compiling flate2 v1.1.9
6682026-03-24T20:32:30.706Z Compiling derive_more v2.1.1
6692026-03-24T20:32:30.798Z Compiling tracing-error v0.2.1
6702026-03-24T20:32:31.080Z Compiling shared_child v1.1.1
6712026-03-24T20:32:31.791Z Compiling signal-hook-mio v0.2.5
6722026-03-24T20:32:31.813Z Compiling self-replace v1.5.0
6732026-03-24T20:32:31.814Z Compiling cargo-platform v0.2.0
6742026-03-24T20:32:31.865Z Compiling quick-xml v0.38.4
6752026-03-24T20:32:32.040Z Compiling quick-xml v0.37.5
6762026-03-24T20:32:32.821Z Compiling indenter v0.3.4
6772026-03-24T20:32:32.973Z Compiling humantime v2.3.0
6782026-03-24T20:32:33.300Z Compiling urlencoding v2.1.3
6792026-03-24T20:32:33.528Z Compiling clap_lex v1.1.0
6802026-03-24T20:32:33.848Z Compiling shell-words v1.1.1
6812026-03-24T20:32:34.000Z Compiling cpufeatures v0.2.17
6822026-03-24T20:32:34.019Z Compiling strsim v0.11.1
6832026-03-24T20:32:34.019Z Compiling heck v0.5.0
6842026-03-24T20:32:34.060Z Compiling recursion v0.5.4
6852026-03-24T20:32:34.236Z Compiling sha2 v0.10.9
6862026-03-24T20:32:34.258Z Compiling nextest-filtering v0.15.0
6872026-03-24T20:32:34.277Z Compiling clap_derive v4.6.0
6882026-03-24T20:32:35.238Z Compiling clap_builder v4.6.0
6892026-03-24T20:32:35.834Z Compiling humantime-serde v1.1.1
6902026-03-24T20:32:36.647Z Compiling quick-junit v0.5.2
6912026-03-24T20:32:36.674Z Compiling atomicwrites v0.4.4
6922026-03-24T20:32:37.024Z Compiling cargo_metadata v0.20.0
6932026-03-24T20:32:39.296Z Compiling cargo-nextest v0.9.97
6942026-03-24T20:32:39.671Z Compiling crossterm v0.29.0
6952026-03-24T20:32:44.072Z Compiling zstd v0.13.3
6962026-03-24T20:32:44.072Z Compiling duct v0.13.7
6972026-03-24T20:32:44.072Z Compiling rand v0.9.2
6982026-03-24T20:32:44.072Z Compiling async-scoped v0.9.0
6992026-03-24T20:32:44.072Z Compiling config v0.15.22
7002026-03-24T20:32:44.072Z Compiling unicode-normalization v0.1.25
7012026-03-24T20:32:44.072Z Compiling target-spec-miette v0.4.5
7022026-03-24T20:32:44.072Z Compiling future-queue v0.4.0
7032026-03-24T20:32:44.115Z Compiling mukti-metadata v0.3.0
7042026-03-24T20:32:44.226Z Compiling tokio-stream v0.1.18
7052026-03-24T20:32:44.280Z Compiling camino-tempfile v1.4.1
7062026-03-24T20:32:44.300Z Compiling derive-where v1.6.1
7072026-03-24T20:32:44.508Z Compiling serde_path_to_error v0.1.20
7082026-03-24T20:32:44.714Z Compiling serde_ignored v0.1.14
7092026-03-24T20:32:44.841Z Compiling indent_write v2.2.0
7102026-03-24T20:32:44.911Z Compiling home v0.5.12
7112026-03-24T20:32:45.026Z Compiling hex v0.4.3
7122026-03-24T20:32:45.107Z Compiling swrite v0.1.0
7132026-03-24T20:32:45.123Z Compiling xxhash-rust v0.8.15
7142026-03-24T20:32:45.152Z Compiling color-eyre v0.6.5
7152026-03-24T20:32:45.255Z Compiling clap v4.6.0
7162026-03-24T20:32:45.419Z Compiling dialoguer v0.11.0
7172026-03-24T20:32:45.433Z Compiling enable-ansi-support v0.2.1
7182026-03-24T20:32:46.005Z Compiling nextest-runner v0.80.0
7192026-03-24T20:33:09.848Z Finished `release` profile [optimized] target(s) in 1m 30s
7202026-03-24T20:33:10.068Z Installing /home/build/.cargo/bin/cargo-nextest
7212026-03-24T20:33:10.071Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7222026-03-24T20:33:10.208Z+ source .github/buildomat/test-common.sh
7232026-03-24T20:33:10.219Z++ NEXTEST_VERSION=0.9.97
7242026-03-24T20:33:10.219Z++ PLATFORM=illumos
7252026-03-24T20:33:10.219Z++ banner install
7262026-03-24T20:33:10.219Z
7272026-03-24T20:33:10.219Z # # # #### ##### ## # #
7282026-03-24T20:33:10.219Z # ## # # # # # # #
7292026-03-24T20:33:10.219Z # # # # #### # # # # #
7302026-03-24T20:33:10.219Z # # # # # # ###### # #
7312026-03-24T20:33:10.220Z # # ## # # # # # # #
7322026-03-24T20:33:10.220Z # # # #### # # # ###### ######
7332026-03-24T20:33:10.220Z
7342026-03-24T20:33:10.220Z++ set +o errexit
7352026-03-24T20:33:10.220Z++ pkg info clang-15
7362026-03-24T20:33:10.220Z++ grep -qi installed
7372026-03-24T20:33:11.500Zpkg: info: no packages matching the following patterns you specified are
7382026-03-24T20:33:11.500Zinstalled on the system. Try querying remotely instead:
7392026-03-24T20:33:11.500Z
7402026-03-24T20:33:11.500Z clang-15
7412026-03-24T20:33:11.553Z++ [[ 1 != 0 ]]
7422026-03-24T20:33:11.553Z++ set -o errexit
7432026-03-24T20:33:11.565Z++ pfexec pkg install clang-15
7442026-03-24T20:33:19.798Z Startup: Refreshing catalog 'helios-dev' ... Done
7452026-03-24T20:33:29.956Z Startup: Caching catalogs ... Done
7462026-03-24T20:33:52.426ZPlanning: Solver setup ... Done
7472026-03-24T20:33:52.521ZPlanning: Running solver ... Done
7482026-03-24T20:33:52.788ZPlanning: Finding local manifests ... Done
7492026-03-24T20:33:52.806ZPlanning: Fetching manifests: 0/2 0% complete
7502026-03-24T20:33:52.834ZPlanning: Fetching manifests: 2/2 100% complete
7512026-03-24T20:33:52.885ZPlanning: Package planning ... Done
7522026-03-24T20:33:52.906ZPlanning: Merging actions ... Done
7532026-03-24T20:33:53.053ZPlanning: Checking for conflicting actions ... Done
7542026-03-24T20:33:53.083ZPlanning: Consolidating action changes ... Done
7552026-03-24T20:33:53.895ZPlanning: Evaluating mediators ... Done
7562026-03-24T20:33:53.911ZPlanning: Planning completed in 23.79 seconds
7572026-03-24T20:33:53.911Z Packages to install: 2
7582026-03-24T20:33:53.911Z Mediators to change: 2
7592026-03-24T20:33:53.911Z Services to change: 1
7602026-03-24T20:33:53.912Z Create boot environment: No
7612026-03-24T20:33:53.912ZCreate backup boot environment: No
7622026-03-24T20:33:53.995Z
7632026-03-24T20:33:53.995ZDownload: 0/3076 items 0.0/211.3MB 0% complete
7642026-03-24T20:34:00.032ZDownload: 981/3076 items 82.2/211.3MB 38% complete (41.8M/s)
7652026-03-24T20:34:06.946ZDownload: 984/3076 items 82.2/211.3MB 38% complete
7662026-03-24T20:34:11.433ZDownload: 3035/3076 items 201.8/211.3MB 95% complete (24.2M/s)
7672026-03-24T20:34:12.813ZDownload: Completed 211.31 MB in 18.89 seconds (11.2M/s)
7682026-03-24T20:34:13.423Z Actions: 1/3418 actions (Installing new actions)
7692026-03-24T20:34:17.525Z Actions: Completed 3418 actions in 4.07 seconds.
7702026-03-24T20:34:18.236Z Done
7712026-03-24T20:34:18.236Z Done
7722026-03-24T20:34:19.279Z Done
7732026-03-24T20:34:23.048Z Done
7742026-03-24T20:34:23.131Z Done
7752026-03-24T20:34:23.135Z Done
7762026-03-24T20:34:23.292Z Done
7772026-03-24T20:34:24.047Z++ set -o errexit
7782026-03-24T20:34:24.047Z++ cargo --version
7792026-03-24T20:34:24.058Zcargo 1.94.0 (85eff7c80 2026-01-15)
7802026-03-24T20:34:24.061Z++ rustc --version
7812026-03-24T20:34:24.086Zrustc 1.94.0 (4a4ef493e 2026-03-02)
7822026-03-24T20:34:24.090Z++ cargo install cargo-nextest --version 0.9.97
7832026-03-24T20:34:24.160Z Ignored package `cargo-nextest v0.9.97` is already installed, use --force to override
7842026-03-24T20:34:24.164Z+ pushd rdb
7852026-03-24T20:34:24.165Z/work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite
7862026-03-24T20:34:24.165Z+ PROPTEST_CASES=1000000
7872026-03-24T20:34:24.165Z+ cargo nextest run --lib proptest
7882026-03-24T20:34:24.382Z Updating git repository `https://github.com/oxidecomputer/falcon`
7892026-03-24T20:34:25.001ZFrom https://github.com/oxidecomputer/falcon
7902026-03-24T20:34:25.002Z * [new ref] 9167ac10b0deaaf5b0498bfdb57eab9f221087b7 -> refs/commit/9167ac10b0deaaf5b0498bfdb57eab9f221087b7
7912026-03-24T20:34:25.101Z Updating crates.io index
7922026-03-24T20:34:25.104Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7932026-03-24T20:34:25.971ZFrom https://github.com/oxidecomputer/dendrite
7942026-03-24T20:34:25.972Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7952026-03-24T20:34:26.044Z Updating git repository `https://github.com/oxidecomputer/ispf`
7962026-03-24T20:34:26.330ZFrom https://github.com/oxidecomputer/ispf
7972026-03-24T20:34:26.330Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7982026-03-24T20:34:26.375Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7992026-03-24T20:34:26.730ZFrom https://github.com/oxidecomputer/netadm-sys
8002026-03-24T20:34:26.730Z * [new ref] e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1 -> refs/commit/e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1
8012026-03-24T20:34:26.739Z Updating git repository `https://github.com/oxidecomputer/omicron`
8022026-03-24T20:34:34.361ZFrom https://github.com/oxidecomputer/omicron
8032026-03-24T20:34:34.361Z * [new ref] 82038be63d7bd8a0f578bb4083d30431f1ad6d43 -> refs/commit/82038be63d7bd8a0f578bb4083d30431f1ad6d43
8042026-03-24T20:34:34.930Z Updating git repository `https://github.com/oxidecomputer/opte`
8052026-03-24T20:34:35.552ZFrom https://github.com/oxidecomputer/opte
8062026-03-24T20:34:35.552Z * [new ref] e547d07b08c3f3d6c821c9eb7a958adcffce6e56 -> refs/commit/e547d07b08c3f3d6c821c9eb7a958adcffce6e56
8072026-03-24T20:34:35.593Z Updating git repository `https://github.com/illumos/smf-rs`
8082026-03-24T20:34:35.854ZFrom https://github.com/illumos/smf-rs
8092026-03-24T20:34:35.854Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8102026-03-24T20:34:35.999Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8112026-03-24T20:34:36.288ZFrom https://github.com/oxidecomputer/network-interface
8122026-03-24T20:34:36.288Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8132026-03-24T20:34:36.415Z Updating git repository `https://github.com/oxidecomputer/zone`
8142026-03-24T20:34:36.782ZFrom https://github.com/oxidecomputer/zone
8152026-03-24T20:34:36.782Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8162026-03-24T20:34:36.790Z Updating git repository `https://github.com/oxidecomputer/propolis`
8172026-03-24T20:34:38.078ZFrom https://github.com/oxidecomputer/propolis
8182026-03-24T20:34:38.078Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8192026-03-24T20:34:38.188Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8202026-03-24T20:34:38.738ZFrom https://github.com/oxidecomputer/transceiver-control
8212026-03-24T20:34:38.738Z * [new ref] 4bfd6375796ef21a4c8c1f46e639cc663c2f95f8 -> refs/commit/4bfd6375796ef21a4c8c1f46e639cc663c2f95f8
8222026-03-24T20:34:38.751Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8232026-03-24T20:34:39.130ZFrom https://github.com/oxidecomputer/dlpi-sys
8242026-03-24T20:34:39.130Z * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc
8252026-03-24T20:34:39.146Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8262026-03-24T20:34:39.465ZFrom https://github.com/jmesmon/rust-libzfs
8272026-03-24T20:34:39.466Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8282026-03-24T20:34:39.476Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8292026-03-24T20:34:39.782ZFrom https://github.com/oxidecomputer/rusty-doors
8302026-03-24T20:34:39.782Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8312026-03-24T20:34:39.821Z Updating git repository `https://github.com/oxidecomputer/lldp`
8322026-03-24T20:34:40.206ZFrom https://github.com/oxidecomputer/lldp
8332026-03-24T20:34:40.206Z * [new ref] c3305fd1a7ea7aba31f3834757a6b931e4f59fe6 -> refs/commit/c3305fd1a7ea7aba31f3834757a6b931e4f59fe6
8342026-03-24T20:34:40.222Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8352026-03-24T20:34:40.505ZFrom https://github.com/oxidecomputer/slog-error-chain
8362026-03-24T20:34:40.505Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8372026-03-24T20:34:40.595Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8382026-03-24T20:34:40.919ZFrom https://github.com/oxidecomputer/tufaceous
8392026-03-24T20:34:40.919Z * [new ref] 1eacfcf0cade44f77d433f31744dbee4abb96465 -> refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465
8402026-03-24T20:34:41.002Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8412026-03-24T20:34:41.492ZFrom https://github.com/oxidecomputer/management-gateway-service
8422026-03-24T20:34:41.493Z * [new ref] ea2f39ccdea124b5affcad0ca17bc5dacf65823a -> refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a
8432026-03-24T20:34:41.517Z Updating git repository `https://github.com/oxidecomputer/crucible`
8442026-03-24T20:34:42.490ZFrom https://github.com/oxidecomputer/crucible
8452026-03-24T20:34:42.490Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8462026-03-24T20:34:42.698Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8472026-03-24T20:34:45.755ZFrom https://github.com/oxidecomputer/serde_human_bytes
8482026-03-24T20:34:45.755Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8492026-03-24T20:34:46.004Z Updating git repository `https://github.com/oxidecomputer/propolis`
8502026-03-24T20:34:46.437ZFrom https://github.com/oxidecomputer/propolis
8512026-03-24T20:34:46.437Z * [new ref] 368a2225b79328514ce0ea9181d8f874019edaa2 -> refs/commit/368a2225b79328514ce0ea9181d8f874019edaa2
8522026-03-24T20:34:46.503Z Updating git repository `https://github.com/oxidecomputer/tofino`
8532026-03-24T20:34:46.803ZFrom https://github.com/oxidecomputer/tofino
8542026-03-24T20:34:46.803Z * [new ref] 7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 -> refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33
8552026-03-24T20:34:46.823Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8562026-03-24T20:34:47.384ZFrom https://github.com/oxidecomputer/maghemite
8572026-03-24T20:34:47.384Z * [new ref] b603c9f3dccefcf1d3e941c04505ff6bdd1826b6 -> refs/commit/b603c9f3dccefcf1d3e941c04505ff6bdd1826b6
8582026-03-24T20:34:47.422Z Updating git repository `https://github.com/oxidecomputer/clickward`
8592026-03-24T20:34:47.701ZFrom https://github.com/oxidecomputer/clickward
8602026-03-24T20:34:47.701Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8612026-03-24T20:34:47.874Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8622026-03-24T20:34:48.126ZFrom https://github.com/oxidecomputer/illumos-devinfo
8632026-03-24T20:34:48.126Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8642026-03-24T20:34:48.135Z Updating git repository `https://github.com/oxidecomputer/crucible`
8652026-03-24T20:34:48.486ZFrom https://github.com/oxidecomputer/crucible
8662026-03-24T20:34:48.486Z * [new ref] a945a32ba9e1f2098ce3a8963765f1894f37110b -> refs/commit/a945a32ba9e1f2098ce3a8963765f1894f37110b
8672026-03-24T20:34:49.479Z Downloading crates ...
8682026-03-24T20:34:49.611Z Downloaded aead v0.5.2
8692026-03-24T20:34:49.630Z Downloaded foreign-types-shared v0.3.1
8702026-03-24T20:34:49.635Z Downloaded anyhow v1.0.102
8712026-03-24T20:34:49.640Z Downloaded arc-swap v1.9.0
8722026-03-24T20:34:49.640Z Downloaded allocator-api2 v0.2.21
8732026-03-24T20:34:49.644Z Downloaded fs-err v3.3.0
8742026-03-24T20:34:49.645Z Downloaded foreign-types-macros v0.2.3
8752026-03-24T20:34:49.645Z Downloaded argon2 v0.5.3
8762026-03-24T20:34:49.649Z Downloaded data-encoding v2.10.0
8772026-03-24T20:34:49.649Z Downloaded foreign-types v0.5.0
8782026-03-24T20:34:49.649Z Downloaded convert_case v0.4.0
8792026-03-24T20:34:49.649Z Downloaded is-terminal v0.4.17
8802026-03-24T20:34:49.654Z Downloaded hostname v0.4.2
8812026-03-24T20:34:49.654Z Downloaded gethostname v0.5.0
8822026-03-24T20:34:49.654Z Downloaded hash32 v0.3.1
8832026-03-24T20:34:49.654Z Downloaded crucible-workspace-hack v0.1.0
8842026-03-24T20:34:49.658Z Downloaded foldhash v0.2.0
8852026-03-24T20:34:49.658Z Downloaded defmt-macros v1.0.1
8862026-03-24T20:34:49.658Z Downloaded critical-section v1.2.0
8872026-03-24T20:34:49.662Z Downloaded fxhash v0.2.1
8882026-03-24T20:34:49.662Z Downloaded idna_adapter v1.2.1
8892026-03-24T20:34:49.662Z Downloaded const-random v0.1.18
8902026-03-24T20:34:49.662Z Downloaded cookie v0.18.1
8912026-03-24T20:34:49.666Z Downloaded crossbeam-deque v0.8.6
8922026-03-24T20:34:49.666Z Downloaded multer v3.1.0
8932026-03-24T20:34:49.669Z Downloaded crc8 v0.1.1
8942026-03-24T20:34:49.670Z Downloaded memoffset v0.9.1
8952026-03-24T20:34:49.670Z Downloaded darling_macro v0.21.3
8962026-03-24T20:34:49.674Z Downloaded async-stream-impl v0.3.6
8972026-03-24T20:34:49.674Z Downloaded arrayref v0.3.9
8982026-03-24T20:34:49.674Z Downloaded byte-wrapper v0.1.0
8992026-03-24T20:34:49.678Z Downloaded group v0.13.0
9002026-03-24T20:34:49.678Z Downloaded hmac v0.12.1
9012026-03-24T20:34:49.678Z Downloaded cpufeatures v0.3.0
9022026-03-24T20:34:49.682Z Downloaded num_threads v0.1.7
9032026-03-24T20:34:49.682Z Downloaded managed v0.8.0
9042026-03-24T20:34:49.682Z Downloaded fixedbitset v0.4.2
9052026-03-24T20:34:49.687Z Downloaded dof v0.4.0
9062026-03-24T20:34:49.687Z Downloaded crunchy v0.2.4
9072026-03-24T20:34:49.687Z Downloaded instant v0.1.13
9082026-03-24T20:34:49.690Z Downloaded float-ord v0.3.2
9092026-03-24T20:34:49.690Z Downloaded darling_macro v0.23.0
9102026-03-24T20:34:49.690Z Downloaded daft-derive v0.1.5
9112026-03-24T20:34:49.695Z Downloaded hostname v0.3.1
9122026-03-24T20:34:49.695Z Downloaded dof v0.3.0
9132026-03-24T20:34:49.696Z Downloaded bitflags v1.3.2
9142026-03-24T20:34:49.699Z Downloaded cstr-argument v0.1.2
9152026-03-24T20:34:49.699Z Downloaded cipher v0.4.4
9162026-03-24T20:34:49.699Z Downloaded hubpack_derive v0.1.1
9172026-03-24T20:34:49.703Z Downloaded bit-vec v0.8.0
9182026-03-24T20:34:49.703Z Downloaded mime v0.3.17
9192026-03-24T20:34:49.703Z Downloaded match_cfg v0.1.0
9202026-03-24T20:34:49.708Z Downloaded deranged v0.5.8
9212026-03-24T20:34:49.708Z Downloaded derive-ex v0.1.8
9222026-03-24T20:34:49.708Z Downloaded fs_extra v1.3.0
9232026-03-24T20:34:49.711Z Downloaded indicatif v0.18.4
9242026-03-24T20:34:49.727Z Downloaded libscf-sys v1.1.0
9252026-03-24T20:34:49.745Z Downloaded git-stub v1.0.0
9262026-03-24T20:34:49.745Z Downloaded linked-hash-map v0.5.6
9272026-03-24T20:34:49.745Z Downloaded olpc-cjson v0.1.4
9282026-03-24T20:34:49.745Z Downloaded heck v0.4.1
9292026-03-24T20:34:49.745Z Downloaded dunce v1.0.5
9302026-03-24T20:34:49.745Z Downloaded num_enum_derive v0.7.6
9312026-03-24T20:34:49.745Z Downloaded num_enum v0.5.11
9322026-03-24T20:34:49.745Z Downloaded newtype-uuid-macros v0.1.0
9332026-03-24T20:34:49.745Z Downloaded dyn-clone v1.0.20
9342026-03-24T20:34:49.745Z Downloaded cobs v0.3.0
9352026-03-24T20:34:49.745Z Downloaded darling v0.23.0
9362026-03-24T20:34:49.745Z Downloaded base16ct v1.0.0
9372026-03-24T20:34:49.745Z Downloaded internet-checksum v0.2.1
9382026-03-24T20:34:49.746Z Downloaded defmt-parser v1.0.0
9392026-03-24T20:34:49.746Z Downloaded async-recursion v1.1.1
9402026-03-24T20:34:49.752Z Downloaded natord v1.0.9
9412026-03-24T20:34:49.752Z Downloaded lru-cache v0.1.2
9422026-03-24T20:34:49.752Z Downloaded keccak v0.1.6
9432026-03-24T20:34:49.752Z Downloaded num-integer v0.1.46
9442026-03-24T20:34:49.752Z Downloaded num-conv v0.2.0
9452026-03-24T20:34:49.756Z Downloaded defmt v0.3.100
9462026-03-24T20:34:49.756Z Downloaded num-complex v0.4.6
9472026-03-24T20:34:49.757Z Downloaded displaydoc v0.2.5
9482026-03-24T20:34:49.757Z Downloaded csv-core v0.1.13
9492026-03-24T20:34:49.762Z Downloaded memmap v0.7.0
9502026-03-24T20:34:49.762Z Downloaded icu_normalizer_data v2.1.1
9512026-03-24T20:34:49.762Z Downloaded icu_normalizer v2.1.1
9522026-03-24T20:34:49.766Z Downloaded num-iter v0.1.45
9532026-03-24T20:34:49.770Z Downloaded no-std-compat v0.4.1
9542026-03-24T20:34:49.770Z Downloaded hubpack v0.1.2
9552026-03-24T20:34:49.770Z Downloaded newline-converter v0.3.0
9562026-03-24T20:34:49.778Z Downloaded base16ct v0.2.0
9572026-03-24T20:34:49.778Z Downloaded newtype_derive v0.1.6
9582026-03-24T20:34:49.778Z Downloaded const-random-macro v0.1.16
9592026-03-24T20:34:49.783Z Downloaded enum-as-inner v0.6.1
9602026-03-24T20:34:49.783Z Downloaded httpdate v1.0.3
9612026-03-24T20:34:49.783Z Downloaded embedded-io v0.4.0
9622026-03-24T20:34:49.783Z Downloaded num v0.4.3
9632026-03-24T20:34:49.783Z Downloaded libsw-core v0.3.2
9642026-03-24T20:34:49.783Z Downloaded inout v0.1.4
9652026-03-24T20:34:49.788Z Downloaded async-stream v0.3.6
9662026-03-24T20:34:49.788Z Downloaded opaque-debug v0.3.1
9672026-03-24T20:34:49.788Z Downloaded bit-set v0.8.0
9682026-03-24T20:34:49.792Z Downloaded const_format_proc_macros v0.2.34
9692026-03-24T20:34:49.792Z Downloaded ciborium-ll v0.2.2
9702026-03-24T20:34:49.792Z Downloaded bcs v0.1.6
9712026-03-24T20:34:49.795Z Downloaded parse-display v0.10.0
9722026-03-24T20:34:49.795Z Downloaded omicron-workspace-hack v0.1.0
9732026-03-24T20:34:49.796Z Downloaded num-derive v0.3.3
9742026-03-24T20:34:49.801Z Downloaded ident_case v1.0.1
9752026-03-24T20:34:49.801Z Downloaded num-derive v0.4.2
9762026-03-24T20:34:49.801Z Downloaded async-trait v0.1.89
9772026-03-24T20:34:49.804Z Downloaded pretty-hex v0.4.2
9782026-03-24T20:34:49.804Z Downloaded dtrace-parser v0.3.0
9792026-03-24T20:34:49.804Z Downloaded console v0.16.3
9802026-03-24T20:34:49.807Z Downloaded dtrace-parser v0.2.0
9812026-03-24T20:34:49.811Z Downloaded dropshot-api-manager-types v0.5.2
9822026-03-24T20:34:49.814Z Downloaded progenitor-client v0.11.2
9832026-03-24T20:34:49.814Z Downloaded libsw v3.5.0
9842026-03-24T20:34:49.814Z Downloaded proc-macro-error-attr v1.0.4
9852026-03-24T20:34:49.817Z Downloaded macaddr v1.0.1
9862026-03-24T20:34:49.817Z Downloaded git-stub-vcs v0.1.0
9872026-03-24T20:34:49.820Z Downloaded highway v1.3.0
9882026-03-24T20:34:49.820Z Downloaded phf_shared v0.12.1
9892026-03-24T20:34:49.823Z Downloaded num_enum_derive v0.5.11
9902026-03-24T20:34:49.823Z Downloaded glob v0.3.3
9912026-03-24T20:34:49.824Z Downloaded ipnetwork v0.21.1
9922026-03-24T20:34:49.828Z Downloaded proc-macro-crate v1.3.1
9932026-03-24T20:34:49.828Z Downloaded ingot v0.1.1
9942026-03-24T20:34:49.831Z Downloaded embedded-io v0.6.1
9952026-03-24T20:34:49.831Z Downloaded base64 v0.21.7
9962026-03-24T20:34:49.834Z Downloaded ingot-macros v0.1.1
9972026-03-24T20:34:49.834Z Downloaded half v2.7.1
9982026-03-24T20:34:49.837Z Downloaded proc-macro-error-attr2 v2.0.0
9992026-03-24T20:34:49.837Z Downloaded plain v0.2.3
10002026-03-24T20:34:49.837Z Downloaded rand_xorshift v0.4.0
10012026-03-24T20:34:49.840Z Downloaded proc-macro-crate v3.5.0
10022026-03-24T20:34:49.840Z Downloaded powerfmt v0.2.0
10032026-03-24T20:34:49.840Z Downloaded constant_time_eq v0.4.2
10042026-03-24T20:34:49.845Z Downloaded progenitor-macro v0.11.2
10052026-03-24T20:34:49.848Z Downloaded progenitor-client v0.10.0
10062026-03-24T20:34:49.848Z Downloaded ref-cast v1.0.25
10072026-03-24T20:34:49.852Z Downloaded quick-error v1.2.3
10082026-03-24T20:34:49.852Z Downloaded rustc_version v0.1.7
10092026-03-24T20:34:49.855Z Downloaded ref-cast-impl v1.0.25
10102026-03-24T20:34:49.855Z Downloaded progenitor-macro v0.10.0
10112026-03-24T20:34:49.855Z Downloaded num-rational v0.4.2
10122026-03-24T20:34:49.855Z Downloaded progenitor-macro v0.13.0
10132026-03-24T20:34:49.862Z Downloaded chacha20 v0.10.0
10142026-03-24T20:34:49.866Z Downloaded crossbeam-epoch v0.9.18
10152026-03-24T20:34:49.866Z Downloaded same-file v1.0.6
10162026-03-24T20:34:49.866Z Downloaded erased-serde v0.3.31
10172026-03-24T20:34:49.866Z Downloaded darling_core v0.23.0
10182026-03-24T20:34:49.871Z Downloaded daft v0.1.5
10192026-03-24T20:34:49.875Z Downloaded num_enum v0.7.6
10202026-03-24T20:34:49.875Z Downloaded rand_chacha v0.3.1
10212026-03-24T20:34:49.879Z Downloaded drift v0.1.3
10222026-03-24T20:34:49.883Z Downloaded proc-macro-error v1.0.4
10232026-03-24T20:34:49.883Z Downloaded progenitor v0.11.2
10242026-03-24T20:34:49.886Z Downloaded arrayvec v0.7.6
10252026-03-24T20:34:49.886Z Downloaded scroll_derive v0.13.1
10262026-03-24T20:34:49.891Z Downloaded ff v0.13.1
10272026-03-24T20:34:49.891Z Downloaded serde-big-array v0.5.1
10282026-03-24T20:34:49.891Z Downloaded scroll_derive v0.12.1
10292026-03-24T20:34:49.895Z Downloaded potential_utf v0.1.4
10302026-03-24T20:34:49.895Z Downloaded bytecount v0.6.9
10312026-03-24T20:34:49.895Z Downloaded byteorder v1.5.0
10322026-03-24T20:34:49.900Z Downloaded cmake v0.1.57
10332026-03-24T20:34:49.900Z Downloaded ciborium-io v0.2.2
10342026-03-24T20:34:49.901Z Downloaded defmt v1.0.1
10352026-03-24T20:34:49.905Z Downloaded secrecy v0.10.3
10362026-03-24T20:34:49.905Z Downloaded omicron-zone-package v0.12.2
10372026-03-24T20:34:49.906Z Downloaded progenitor-extras v0.1.1
10382026-03-24T20:34:49.910Z Downloaded serde_repr v0.1.20
10392026-03-24T20:34:49.910Z Downloaded crossbeam-utils v0.8.21
10402026-03-24T20:34:49.910Z Downloaded colored v3.1.1
10412026-03-24T20:34:49.915Z Downloaded semver v0.1.20
10422026-03-24T20:34:49.915Z Downloaded rand_core v0.10.0
10432026-03-24T20:34:49.916Z Downloaded serde_plain v1.0.2
10442026-03-24T20:34:49.922Z Downloaded password-hash v0.5.0
10452026-03-24T20:34:49.922Z Downloaded slog-bunyan v2.5.0
10462026-03-24T20:34:49.923Z Downloaded siphasher v1.0.2
10472026-03-24T20:34:49.923Z Downloaded sigpipe v0.1.3
10482026-03-24T20:34:49.926Z Downloaded serial_test_derive v3.4.0
10492026-03-24T20:34:49.926Z Downloaded poly1305 v0.8.0
10502026-03-24T20:34:49.926Z Downloaded phf v0.12.1
10512026-03-24T20:34:49.927Z Downloaded parse-display-derive v0.10.0
10522026-03-24T20:34:49.927Z Downloaded pem v3.0.6
10532026-03-24T20:34:49.932Z Downloaded serial_test v3.4.0
10542026-03-24T20:34:49.932Z Downloaded memmap2 v0.9.10
10552026-03-24T20:34:49.932Z Downloaded resolv-conf v0.7.6
10562026-03-24T20:34:49.937Z Downloaded progenitor v0.10.0
10572026-03-24T20:34:49.937Z Downloaded progenitor v0.13.0
10582026-03-24T20:34:49.937Z Downloaded litemap v0.8.1
10592026-03-24T20:34:49.942Z Downloaded sha1 v0.10.6
10602026-03-24T20:34:49.942Z Downloaded rustls-pemfile v2.2.0
10612026-03-24T20:34:49.942Z Downloaded rustls-native-certs v0.8.3
10622026-03-24T20:34:49.946Z Downloaded ingot-types v0.1.2
10632026-03-24T20:34:49.946Z Downloaded stable_deref_trait v1.2.1
10642026-03-24T20:34:49.946Z Downloaded slog-envlogger v2.2.0
10652026-03-24T20:34:49.946Z Downloaded smawk v0.3.2
10662026-03-24T20:34:49.950Z Downloaded strum v0.27.2
10672026-03-24T20:34:49.950Z Downloaded structmeta-derive v0.3.0
10682026-03-24T20:34:49.950Z Downloaded spin v0.5.2
10692026-03-24T20:34:49.950Z Downloaded paste v1.0.15
10702026-03-24T20:34:49.953Z Downloaded oxnet v0.1.4
10712026-03-24T20:34:49.953Z Downloaded icu_provider v2.1.1
10722026-03-24T20:34:49.957Z Downloaded linear-map v1.2.0
10732026-03-24T20:34:49.957Z Downloaded pest_generator v2.8.6
10742026-03-24T20:34:49.962Z Downloaded backon v1.6.0
10752026-03-24T20:34:49.962Z Downloaded parking_lot_core v0.8.6
10762026-03-24T20:34:49.966Z Downloaded diff v0.1.13
10772026-03-24T20:34:49.966Z Downloaded strum v0.26.3
10782026-03-24T20:34:49.966Z Downloaded structmeta v0.3.0
10792026-03-24T20:34:49.969Z Downloaded rusty-fork v0.3.1
10802026-03-24T20:34:49.969Z Downloaded rustversion v1.0.22
10812026-03-24T20:34:49.973Z Downloaded tabled_derive v0.11.0
10822026-03-24T20:34:49.973Z Downloaded ciborium v0.2.2
10832026-03-24T20:34:49.977Z Downloaded termtree v0.5.1
10842026-03-24T20:34:49.977Z Downloaded tabled_derive v0.7.0
10852026-03-24T20:34:49.977Z Downloaded cargo_toml v0.22.3
10862026-03-24T20:34:49.977Z Downloaded blake2 v0.10.6
10872026-03-24T20:34:49.982Z Downloaded scroll v0.12.0
10882026-03-24T20:34:49.982Z Downloaded schemars_derive v0.8.22
10892026-03-24T20:34:49.985Z Downloaded indexmap v1.9.3
10902026-03-24T20:34:49.985Z Downloaded take_mut v0.2.2
10912026-03-24T20:34:49.985Z Downloaded tabwriter v1.4.1
10922026-03-24T20:34:49.986Z Downloaded darling v0.21.3
10932026-03-24T20:34:49.989Z Downloaded oxide-tokio-rt v0.1.3
10942026-03-24T20:34:49.993Z Downloaded serde_tokenstream v0.2.3
10952026-03-24T20:34:49.993Z Downloaded sdd v3.0.10
10962026-03-24T20:34:50.000Z Downloaded parking_lot v0.11.2
10972026-03-24T20:34:50.000Z Downloaded thiserror-impl-no-std v2.0.2
10982026-03-24T20:34:50.000Z Downloaded thread-id v5.1.0
10992026-03-24T20:34:50.005Z Downloaded nom v7.1.3
11002026-03-24T20:34:50.005Z Downloaded testing_table v0.3.0
11012026-03-24T20:34:50.005Z Downloaded scroll v0.13.0
11022026-03-24T20:34:50.005Z Downloaded backoff v0.4.0
11032026-03-24T20:34:50.011Z Downloaded hashbrown v0.12.3
11042026-03-24T20:34:50.011Z Downloaded topological-sort v0.2.2
11052026-03-24T20:34:50.016Z Downloaded chacha20 v0.9.1
11062026-03-24T20:34:50.020Z Downloaded proc-macro-error2 v2.0.1
11072026-03-24T20:34:50.026Z Downloaded slog-json v2.6.1
11082026-03-24T20:34:50.026Z Downloaded postcard v1.1.3
11092026-03-24T20:34:50.029Z Downloaded slog-stdlog v4.1.1
11102026-03-24T20:34:50.029Z Downloaded slog-dtrace v0.3.0
11112026-03-24T20:34:50.030Z Downloaded slog-async v2.8.0
11122026-03-24T20:34:50.030Z Downloaded progenitor-client v0.13.0
11132026-03-24T20:34:50.030Z Downloaded typify-macro v0.4.3
11142026-03-24T20:34:50.035Z Downloaded smartstring v1.0.1
11152026-03-24T20:34:50.035Z Downloaded universal-hash v0.5.1
11162026-03-24T20:34:50.035Z Downloaded untrusted v0.7.1
11172026-03-24T20:34:50.040Z Downloaded usdt v0.5.0
11182026-03-24T20:34:50.040Z Downloaded unit-prefix v0.5.2
11192026-03-24T20:34:50.040Z Downloaded typify-macro v0.6.1
11202026-03-24T20:34:50.040Z Downloaded derive_more v0.99.20
11212026-03-24T20:34:50.045Z Downloaded dropshot_endpoint v0.16.7
11222026-03-24T20:34:50.045Z Downloaded snafu-derive v0.8.9
11232026-03-24T20:34:50.045Z Downloaded cancel-safe-futures v0.1.5
11242026-03-24T20:34:50.050Z Downloaded usdt v0.6.0
11252026-03-24T20:34:50.051Z Downloaded tagptr v0.2.0
11262026-03-24T20:34:50.051Z Downloaded synstructure v0.13.2
11272026-03-24T20:34:50.051Z Downloaded smf v0.2.3
11282026-03-24T20:34:50.051Z Downloaded rhai_codegen v3.1.0
11292026-03-24T20:34:50.055Z Downloaded const_format v0.2.35
11302026-03-24T20:34:50.058Z Downloaded crypto-bigint v0.5.5
11312026-03-24T20:34:50.063Z Downloaded strum_macros v0.27.2
11322026-03-24T20:34:50.068Z Downloaded waitgroup v0.1.2
11332026-03-24T20:34:50.068Z Downloaded utf-8 v0.7.6
11342026-03-24T20:34:50.068Z Downloaded usdt-macro v0.6.0
11352026-03-24T20:34:50.071Z Downloaded usdt-macro v0.5.0
11362026-03-24T20:34:50.071Z Downloaded icu_collections v2.1.1
11372026-03-24T20:34:50.075Z Downloaded yoke-derive v0.8.1
11382026-03-24T20:34:50.075Z Downloaded serde_derive_internals v0.29.1
11392026-03-24T20:34:50.075Z Downloaded heapless v0.8.0
11402026-03-24T20:34:50.078Z Downloaded tiny-keccak v2.0.2
11412026-03-24T20:34:50.079Z Downloaded tinystr v0.8.2
11422026-03-24T20:34:50.082Z Downloaded zerofrom v0.1.6
11432026-03-24T20:34:50.082Z Downloaded thread-id v4.2.2
11442026-03-24T20:34:50.082Z Downloaded progenitor-impl v0.11.2
11452026-03-24T20:34:50.086Z Downloaded zerofrom-derive v0.1.6
11462026-03-24T20:34:50.086Z Downloaded progenitor-impl v0.10.0
11472026-03-24T20:34:50.089Z Downloaded icu_locale_core v2.1.1
11482026-03-24T20:34:50.093Z Downloaded zone v0.3.1
11492026-03-24T20:34:50.093Z Downloaded zeroize_derive v1.4.3
11502026-03-24T20:34:50.093Z Downloaded tokio-dtrace v0.1.1
11512026-03-24T20:34:50.093Z Downloaded thiserror-no-std v2.0.2
11522026-03-24T20:34:50.097Z Downloaded tokio-tungstenite v0.21.0
11532026-03-24T20:34:50.102Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11542026-03-24T20:34:50.102Z Downloaded time-macros v0.2.27
11552026-03-24T20:34:50.102Z Downloaded zone_cfg_derive v0.3.1
11562026-03-24T20:34:50.106Z Downloaded tokio-rustls v0.25.0
11572026-03-24T20:34:50.106Z Downloaded time-core v0.1.8
11582026-03-24T20:34:50.106Z Downloaded darling_core v0.21.3
11592026-03-24T20:34:50.109Z Downloaded chacha20poly1305 v0.10.1
11602026-03-24T20:34:50.109Z Downloaded wait-timeout v0.2.1
11612026-03-24T20:34:50.113Z Downloaded serde_with_macros v3.18.0
11622026-03-24T20:34:50.113Z Downloaded unarray v0.1.4
11632026-03-24T20:34:50.113Z Downloaded papergrid v0.11.0
11642026-03-24T20:34:50.116Z Downloaded usdt-attr-macro v0.6.0
11652026-03-24T20:34:50.116Z Downloaded usdt-attr-macro v0.5.0
11662026-03-24T20:34:50.123Z Downloaded strum_macros v0.26.4
11672026-03-24T20:34:50.123Z Downloaded crossbeam-channel v0.5.15
11682026-03-24T20:34:50.128Z Downloaded slog-term v2.9.2
11692026-03-24T20:34:50.128Z Downloaded slog-scope v4.4.1
11702026-03-24T20:34:50.128Z Downloaded schemars v0.8.22
11712026-03-24T20:34:50.132Z Downloaded writeable v0.6.2
11722026-03-24T20:34:50.137Z Downloaded term v1.2.1
11732026-03-24T20:34:50.141Z Downloaded thin-vec v0.2.14
11742026-03-24T20:34:50.141Z Downloaded prettyplease v0.2.37
11752026-03-24T20:34:50.141Z Downloaded papergrid v0.17.0
11762026-03-24T20:34:50.146Z Downloaded usdt-impl v0.6.0
11772026-03-24T20:34:50.152Z Downloaded usdt-impl v0.5.0
11782026-03-24T20:34:50.153Z Downloaded vsss-rs v3.3.4
11792026-03-24T20:34:50.153Z Downloaded pest_meta v2.8.6
11802026-03-24T20:34:50.153Z Downloaded pretty_assertions v1.4.1
11812026-03-24T20:34:50.157Z Downloaded whoami v1.6.1
11822026-03-24T20:34:50.157Z Downloaded walkdir v2.5.0
11832026-03-24T20:34:50.157Z Downloaded zerovec-derive v0.11.2
11842026-03-24T20:34:50.157Z Downloaded slog v2.8.2
11852026-03-24T20:34:50.161Z Downloaded progenitor-impl v0.13.0
11862026-03-24T20:34:50.161Z Downloaded jiff-static v0.2.23
11872026-03-24T20:34:50.165Z Downloaded pest_derive v2.8.6
11882026-03-24T20:34:50.166Z Downloaded spin v0.9.8
11892026-03-24T20:34:50.169Z Downloaded hickory-resolver v0.24.4
11902026-03-24T20:34:50.169Z Downloaded elliptic-curve v0.13.8
11912026-03-24T20:34:50.173Z Downloaded rayon-core v1.13.0
11922026-03-24T20:34:50.180Z Downloaded similar v2.7.0
11932026-03-24T20:34:50.183Z Downloaded icu_properties v2.1.2
11942026-03-24T20:34:50.183Z Downloaded xz2 v0.1.7
11952026-03-24T20:34:50.188Z Downloaded ucd-trie v0.1.7
11962026-03-24T20:34:50.188Z Downloaded test-strategy v0.4.5
11972026-03-24T20:34:50.191Z Downloaded hickory-resolver v0.25.2
11982026-03-24T20:34:50.195Z Downloaded zerocopy-derive v0.7.35
11992026-03-24T20:34:50.251Z Downloaded rand v0.8.5
12002026-03-24T20:34:50.251Z Downloaded tungstenite v0.21.0
12012026-03-24T20:34:50.251Z Downloaded schemars v0.9.0
12022026-03-24T20:34:50.251Z Downloaded yoke v0.8.1
12032026-03-24T20:34:50.251Z Downloaded serde_yaml v0.9.34+deprecated
12042026-03-24T20:34:50.251Z Downloaded toml v0.9.12+spec-1.1.0
12052026-03-24T20:34:50.252Z Downloaded rustls-platform-verifier v0.6.2
12062026-03-24T20:34:50.252Z Downloaded snafu v0.8.9
12072026-03-24T20:34:50.252Z Downloaded typify v0.6.1
12082026-03-24T20:34:50.252Z Downloaded toml_edit v0.25.8+spec-1.1.0
12092026-03-24T20:34:50.252Z Downloaded typify v0.4.3
12102026-03-24T20:34:50.252Z Downloaded toml v0.7.8
12112026-03-24T20:34:50.252Z Downloaded dropshot-api-manager v0.5.2
12122026-03-24T20:34:50.252Z Downloaded expectorate v1.2.0
12132026-03-24T20:34:50.258Z Downloaded toml_edit v0.19.15
12142026-03-24T20:34:50.263Z Downloaded zerotrie v0.2.3
12152026-03-24T20:34:50.270Z Downloaded zerocopy-derive v0.8.47
12162026-03-24T20:34:50.278Z Downloaded unsafe-libyaml v0.2.11
12172026-03-24T20:34:50.283Z Downloaded steno v0.4.1
12182026-03-24T20:34:50.288Z Downloaded schemars v1.2.1
12192026-03-24T20:34:50.293Z Downloaded minimal-lexical v0.2.1
12202026-03-24T20:34:50.297Z Downloaded qorb v0.4.1
12212026-03-24T20:34:50.301Z Downloaded rand v0.10.0
12222026-03-24T20:34:50.313Z Downloaded scc v2.4.0
12232026-03-24T20:34:50.318Z Downloaded yansi v1.0.1
12242026-03-24T20:34:50.323Z Downloaded pest v2.8.6
12252026-03-24T20:34:50.328Z Downloaded typed-path v0.9.3
12262026-03-24T20:34:50.350Z Downloaded iddqd v0.3.17
12272026-03-24T20:34:50.361Z Downloaded itertools v0.12.1
12282026-03-24T20:34:50.365Z Downloaded libm v0.2.16
12292026-03-24T20:34:50.380Z Downloaded nom v8.0.0
12302026-03-24T20:34:50.385Z Downloaded tough v0.20.0
12312026-03-24T20:34:50.390Z Downloaded blake3 v1.8.3
12322026-03-24T20:34:50.397Z Downloaded rayon v1.11.0
12332026-03-24T20:34:50.401Z Downloaded zerocopy v0.7.35
12342026-03-24T20:34:50.412Z Downloaded rustls-webpki v0.102.8
12352026-03-24T20:34:50.426Z Downloaded reqwest v0.13.2
12362026-03-24T20:34:50.434Z Downloaded proptest v1.11.0
12372026-03-24T20:34:50.438Z Downloaded winnow v0.5.40
12382026-03-24T20:34:50.443Z Downloaded tabled v0.15.0
12392026-03-24T20:34:50.452Z Downloaded zerovec v0.11.5
12402026-03-24T20:34:50.461Z Downloaded goblin v0.8.2
12412026-03-24T20:34:50.465Z Downloaded tabled v0.20.0
12422026-03-24T20:34:50.472Z Downloaded serde_with v3.18.0
12432026-03-24T20:34:50.480Z Downloaded icu_properties_data v2.1.2
12442026-03-24T20:34:50.491Z Downloaded aws-lc-rs v1.16.2
12452026-03-24T20:34:50.500Z Downloaded hkdf v0.12.4
12462026-03-24T20:34:50.518Z Downloaded dropshot v0.16.7
12472026-03-24T20:34:50.533Z Downloaded moka v0.12.15
12482026-03-24T20:34:50.562Z Downloaded goblin v0.10.5
12492026-03-24T20:34:50.568Z Downloaded time v0.3.47
12502026-03-24T20:34:50.595Z Downloaded typify-impl v0.4.3
12512026-03-24T20:34:50.618Z Downloaded syn v1.0.109
12522026-03-24T20:34:50.652Z Downloaded nix v0.31.2
12532026-03-24T20:34:50.661Z Downloaded smoltcp v0.11.0
12542026-03-24T20:34:50.669Z Downloaded rustls v0.22.4
12552026-03-24T20:34:50.679Z Downloaded hickory-proto v0.24.4
12562026-03-24T20:34:50.690Z Downloaded regress v0.10.5
12572026-03-24T20:34:50.695Z Downloaded hickory-proto v0.25.2
12582026-03-24T20:34:50.704Z Downloaded openapiv3 v2.2.0
12592026-03-24T20:34:50.712Z Downloaded rhai v1.24.0
12602026-03-24T20:34:50.724Z Downloaded chrono-tz v0.10.4
12612026-03-24T20:34:50.754Z Downloaded csv v1.4.0
12622026-03-24T20:34:50.768Z Downloaded typify-impl v0.6.1
12632026-03-24T20:34:50.776Z Downloaded sled v0.34.7
12642026-03-24T20:34:50.826Z Downloaded petgraph v0.6.5
12652026-03-24T20:34:50.855Z Downloaded jiff v0.2.23
12662026-03-24T20:34:50.870Z Downloaded lzma-sys v0.1.20
12672026-03-24T20:34:50.888Z Downloaded encoding_rs v0.8.35
12682026-03-24T20:34:50.906Z Downloaded sha3 v0.10.8
12692026-03-24T20:34:51.763Z Downloaded aws-lc-sys v0.39.0
12702026-03-24T20:34:52.895Z Compiling proc-macro2 v1.0.106
12712026-03-24T20:34:52.895Z Compiling unicode-ident v1.0.24
12722026-03-24T20:34:52.899Z Compiling quote v1.0.45
12732026-03-24T20:34:52.899Z Compiling serde_core v1.0.228
12742026-03-24T20:34:52.899Z Compiling cfg-if v1.0.4
12752026-03-24T20:34:52.899Z Compiling serde v1.0.228
12762026-03-24T20:34:52.899Z Compiling libc v0.2.183
12772026-03-24T20:34:52.899Z Compiling memchr v2.8.0
12782026-03-24T20:34:53.153Z Compiling itoa v1.0.18
12792026-03-24T20:34:53.459Z Compiling smallvec v1.15.1
12802026-03-24T20:34:53.487Z Compiling zmij v1.0.21
12812026-03-24T20:34:53.544Z Compiling serde_json v1.0.149
12822026-03-24T20:34:53.735Z Compiling autocfg v1.5.0
12832026-03-24T20:34:53.852Z Compiling libm v0.2.16
12842026-03-24T20:34:54.090Z Compiling version_check v0.9.5
12852026-03-24T20:34:54.189Z Compiling stable_deref_trait v1.2.1
12862026-03-24T20:34:54.219Z Compiling pin-project-lite v0.2.17
12872026-03-24T20:34:54.289Z Compiling litemap v0.8.1
12882026-03-24T20:34:54.312Z Compiling percent-encoding v2.3.2
12892026-03-24T20:34:54.329Z Compiling writeable v0.6.2
12902026-03-24T20:34:54.341Z Compiling icu_normalizer_data v2.1.1
12912026-03-24T20:34:54.530Z Compiling icu_properties_data v2.1.2
12922026-03-24T20:34:54.565Z Compiling iana-time-zone v0.1.65
12932026-03-24T20:34:54.580Z Compiling equivalent v1.0.2
12942026-03-24T20:34:54.682Z Compiling scopeguard v1.2.0
12952026-03-24T20:34:54.731Z Compiling syn v2.0.117
12962026-03-24T20:34:54.815Z Compiling parking_lot_core v0.9.12
12972026-03-24T20:34:54.850Z Compiling lock_api v0.4.14
12982026-03-24T20:34:54.873Z Compiling form_urlencoded v1.2.2
12992026-03-24T20:34:54.939Z Compiling allocator-api2 v0.2.21
13002026-03-24T20:34:55.004Z Compiling foldhash v0.2.0
13012026-03-24T20:34:55.106Z Compiling utf8_iter v1.0.4
13022026-03-24T20:34:55.155Z Compiling dyn-clone v1.0.20
13032026-03-24T20:34:55.170Z Compiling num-traits v0.2.19
13042026-03-24T20:34:55.282Z Compiling jobserver v0.1.34
13052026-03-24T20:34:55.331Z Compiling hashbrown v0.16.1
13062026-03-24T20:34:55.355Z Compiling shlex v1.3.0
13072026-03-24T20:34:55.386Z Compiling find-msvc-tools v0.1.9
13082026-03-24T20:34:56.160Z Compiling cc v1.2.57
13092026-03-24T20:34:56.160Z Compiling log v0.4.29
13102026-03-24T20:34:56.160Z Compiling errno v0.3.14
13112026-03-24T20:34:56.160Z Compiling rand_core v0.10.0
13122026-03-24T20:34:56.160Z Compiling getrandom v0.4.2
13132026-03-24T20:34:56.160Z Compiling futures-core v0.3.32
13142026-03-24T20:34:56.160Z Compiling semver v1.0.27
13152026-03-24T20:34:56.236Z Compiling thiserror v2.0.18
13162026-03-24T20:34:56.259Z Compiling indexmap v2.13.0
13172026-03-24T20:34:56.450Z Compiling zerocopy v0.8.47
13182026-03-24T20:34:56.562Z Compiling heck v0.5.0
13192026-03-24T20:34:56.616Z Compiling futures-sink v0.3.32
13202026-03-24T20:34:56.739Z Compiling slab v0.4.12
13212026-03-24T20:34:56.847Z Compiling fnv v1.0.7
13222026-03-24T20:34:56.902Z Compiling uuid v1.22.0
13232026-03-24T20:34:56.956Z Compiling futures-channel v0.3.32
13242026-03-24T20:34:56.970Z Compiling rustversion v1.0.22
13252026-03-24T20:34:56.985Z Compiling typenum v1.19.0
13262026-03-24T20:34:57.120Z Compiling futures-io v0.3.32
13272026-03-24T20:34:57.241Z Compiling schemars v0.8.22
13282026-03-24T20:34:57.318Z Compiling futures-task v0.3.32
13292026-03-24T20:34:57.446Z Compiling socket2 v0.6.3
13302026-03-24T20:34:57.532Z Compiling getrandom v0.2.17
13312026-03-24T20:34:57.550Z Compiling portable-atomic v1.13.1
13322026-03-24T20:34:57.633Z Compiling parking_lot v0.12.5
13332026-03-24T20:34:57.732Z Compiling signal-hook-registry v1.4.8
13342026-03-24T20:34:57.756Z Compiling mio v1.1.1
13352026-03-24T20:34:58.043Z Compiling bitflags v2.11.0
13362026-03-24T20:34:58.133Z Compiling subtle v2.6.1
13372026-03-24T20:34:58.171Z Compiling critical-section v1.2.0
13382026-03-24T20:34:58.184Z Compiling byteorder v1.5.0
13392026-03-24T20:34:58.270Z Compiling untrusted v0.9.0
13402026-03-24T20:34:58.322Z Compiling base64 v0.22.1
13412026-03-24T20:34:58.375Z Compiling rand_core v0.6.4
13422026-03-24T20:34:58.407Z Compiling cmake v0.1.57
13432026-03-24T20:34:58.420Z Compiling fs_extra v1.3.0
13442026-03-24T20:34:58.473Z Compiling dunce v1.0.5
13452026-03-24T20:34:58.520Z Compiling httparse v1.10.1
13462026-03-24T20:34:58.584Z Compiling regex-syntax v0.8.10
13472026-03-24T20:34:58.666Z Compiling atomic-waker v1.1.2
13482026-03-24T20:34:58.752Z Compiling synstructure v0.13.2
13492026-03-24T20:34:58.768Z Compiling serde_derive_internals v0.29.1
13502026-03-24T20:34:58.819Z Compiling rustix v1.1.4
13512026-03-24T20:34:58.859Z Compiling once_cell v1.21.4
13522026-03-24T20:34:58.954Z Compiling aws-lc-sys v0.39.0
13532026-03-24T20:34:58.969Z Compiling ipnet v2.12.0
13542026-03-24T20:34:59.128Z Compiling strsim v0.11.1
13552026-03-24T20:34:59.512Z Compiling slog v2.8.2
13562026-03-24T20:34:59.526Z Compiling generic-array v0.14.7
13572026-03-24T20:34:59.649Z Compiling tower-layer v0.3.3
13582026-03-24T20:34:59.686Z Compiling thiserror v1.0.69
13592026-03-24T20:34:59.782Z Compiling ucd-trie v0.1.7
13602026-03-24T20:34:59.797Z Compiling tower-service v0.3.3
13612026-03-24T20:34:59.869Z Compiling try-lock v0.2.5
13622026-03-24T20:34:59.902Z Compiling getrandom v0.3.4
13632026-03-24T20:35:00.010Z Compiling pest v2.8.6
13642026-03-24T20:35:00.163Z Compiling want v0.3.1
13652026-03-24T20:35:00.262Z Compiling ryu v1.0.23
13662026-03-24T20:35:00.289Z Compiling httpdate v1.0.3
13672026-03-24T20:35:00.307Z Compiling pin-utils v0.1.0
13682026-03-24T20:35:00.388Z Compiling pretty-hex v0.4.2
13692026-03-24T20:35:00.403Z Compiling plain v0.2.3
13702026-03-24T20:35:00.489Z Compiling paste v1.0.15
13712026-03-24T20:35:00.531Z Compiling ident_case v1.0.1
13722026-03-24T20:35:00.552Z Compiling omicron-workspace-hack v0.1.0
13732026-03-24T20:35:00.589Z Compiling tracing-core v0.1.36
13742026-03-24T20:35:00.616Z Compiling serde_derive v1.0.228
13752026-03-24T20:35:00.668Z Compiling zerofrom-derive v0.1.6
13762026-03-24T20:35:00.797Z Compiling yoke-derive v0.8.1
13772026-03-24T20:35:00.835Z Compiling zerovec-derive v0.11.2
13782026-03-24T20:35:01.406Z Compiling displaydoc v0.2.5
13792026-03-24T20:35:01.741Z Compiling tokio-macros v2.6.1
13802026-03-24T20:35:02.167Z Compiling schemars_derive v0.8.22
13812026-03-24T20:35:02.232Z Compiling thiserror-impl v2.0.18
13822026-03-24T20:35:02.245Z Compiling zerocopy-derive v0.8.47
13832026-03-24T20:35:02.301Z Compiling zerofrom v0.1.6
13842026-03-24T20:35:02.377Z Compiling zeroize_derive v1.4.3
13852026-03-24T20:35:02.451Z Compiling yoke v0.8.1
13862026-03-24T20:35:02.687Z Compiling zerovec v0.11.5
13872026-03-24T20:35:02.754Z Compiling zerotrie v0.2.3
13882026-03-24T20:35:03.124Z Compiling futures-macro v0.3.32
13892026-03-24T20:35:03.196Z Compiling zeroize v1.8.2
13902026-03-24T20:35:03.416Z Compiling tinystr v0.8.2
13912026-03-24T20:35:03.499Z Compiling potential_utf v0.1.4
13922026-03-24T20:35:03.679Z Compiling icu_locale_core v2.1.1
13932026-03-24T20:35:03.708Z Compiling icu_collections v2.1.1
13942026-03-24T20:35:03.772Z Compiling thiserror-impl v1.0.69
13952026-03-24T20:35:04.231Z Compiling futures-util v0.3.32
13962026-03-24T20:35:04.399Z Compiling pest_meta v2.8.6
13972026-03-24T20:35:05.607Z Compiling icu_provider v2.1.1
13982026-03-24T20:35:05.681Z Compiling bytes v1.11.1
13992026-03-24T20:35:05.681Z Compiling icu_normalizer v2.1.1
14002026-03-24T20:35:05.681Z Compiling icu_properties v2.1.2
14012026-03-24T20:35:05.681Z Compiling chrono v0.4.44
14022026-03-24T20:35:05.803Z Compiling tokio v1.50.0
14032026-03-24T20:35:05.866Z Compiling http v1.4.0
14042026-03-24T20:35:06.279Z Compiling idna_adapter v1.2.1
14052026-03-24T20:35:06.447Z Compiling idna v1.1.0
14062026-03-24T20:35:06.678Z Compiling serde_tokenstream v0.2.3
14072026-03-24T20:35:07.048Z Compiling url v2.5.8
14082026-03-24T20:35:07.198Z Compiling http-body v1.0.1
14092026-03-24T20:35:07.337Z Compiling erased-serde v0.3.31
14102026-03-24T20:35:07.390Z Compiling pest_generator v2.8.6
14112026-03-24T20:35:07.483Z Compiling crypto-common v0.1.7
14122026-03-24T20:35:08.172Z Compiling ppv-lite86 v0.2.21
14132026-03-24T20:35:08.201Z Compiling tracing-attributes v0.1.31
14142026-03-24T20:35:08.206Z Compiling pest_derive v2.8.6
14152026-03-24T20:35:08.524Z Compiling http-body-util v0.1.3
14162026-03-24T20:35:08.628Z Compiling serde_urlencoded v0.7.1
14172026-03-24T20:35:08.647Z Compiling daft-derive v0.1.5
14182026-03-24T20:35:08.835Z Compiling ipnetwork v0.21.1
14192026-03-24T20:35:08.907Z Compiling sync_wrapper v1.0.2
14202026-03-24T20:35:08.951Z Compiling fastrand v2.3.0
14212026-03-24T20:35:09.033Z Compiling aho-corasick v1.1.4
14222026-03-24T20:35:09.304Z Compiling winnow v1.0.0
14232026-03-24T20:35:09.415Z Compiling rustls-pki-types v1.14.0
14242026-03-24T20:35:09.612Z Compiling async-trait v0.1.89
14252026-03-24T20:35:09.980Z Compiling ring v0.17.14
14262026-03-24T20:35:10.011Z Compiling tracing v0.1.44
14272026-03-24T20:35:10.222Z Compiling regex-automata v0.4.14
14282026-03-24T20:35:10.326Z Compiling num-conv v0.2.0
14292026-03-24T20:35:10.444Z Compiling powerfmt v0.2.0
14302026-03-24T20:35:10.491Z Compiling iri-string v0.7.11
14312026-03-24T20:35:10.735Z Compiling time-core v0.1.8
14322026-03-24T20:35:10.792Z Compiling anyhow v1.0.102
14332026-03-24T20:35:10.919Z Compiling cpufeatures v0.2.17
14342026-03-24T20:35:10.929Z Compiling time-macros v0.2.27
14352026-03-24T20:35:10.984Z Compiling deranged v0.5.8
14362026-03-24T20:35:12.634Z Compiling block-buffer v0.10.4
14372026-03-24T20:35:12.690Z Compiling scroll_derive v0.13.1
14382026-03-24T20:35:12.690Z Compiling hex v0.4.3
14392026-03-24T20:35:12.691Z Compiling num_threads v0.1.7
14402026-03-24T20:35:12.691Z Compiling digest v0.10.7
14412026-03-24T20:35:12.691Z Compiling regex v1.12.3
14422026-03-24T20:35:12.872Z Compiling scroll v0.13.0
14432026-03-24T20:35:13.176Z Compiling tokio-util v0.7.18
14442026-03-24T20:35:13.268Z Compiling oxnet v0.1.4
14452026-03-24T20:35:13.587Z Compiling camino v1.2.2
14462026-03-24T20:35:13.850Z Compiling goblin v0.10.5
14472026-03-24T20:35:14.079Z Compiling openssl-probe v0.2.1
14482026-03-24T20:35:14.190Z Compiling usdt-impl v0.6.0
14492026-03-24T20:35:14.495Z Compiling dtrace-parser v0.3.0
14502026-03-24T20:35:14.874Z Compiling crossbeam-utils v0.8.21
14512026-03-24T20:35:15.026Z Compiling h2 v0.4.13
14522026-03-24T20:35:15.260Z Compiling futures-executor v0.3.32
14532026-03-24T20:35:15.309Z Compiling openapiv3 v2.2.0
14542026-03-24T20:35:15.629Z Compiling structmeta-derive v0.3.0
14552026-03-24T20:35:15.715Z Compiling regress v0.10.5
14562026-03-24T20:35:15.923Z Compiling thread-id v5.1.0
14572026-03-24T20:35:16.022Z Compiling syn v1.0.109
14582026-03-24T20:35:16.409Z Compiling rustls v0.22.4
14592026-03-24T20:35:16.746Z Compiling rand_core v0.9.5
14602026-03-24T20:35:17.001Z Compiling structmeta v0.3.0
14612026-03-24T20:35:17.021Z Compiling futures v0.3.32
14622026-03-24T20:35:17.291Z Compiling newtype-uuid-macros v0.1.0
14632026-03-24T20:35:17.532Z Compiling dof v0.4.0
14642026-03-24T20:35:17.949Z Compiling hyper v1.8.1
14652026-03-24T20:35:18.341Z Compiling darling_core v0.23.0
14662026-03-24T20:35:19.483Z Compiling thread_local v1.1.9
14672026-03-24T20:35:19.838Z Compiling match_cfg v0.1.0
14682026-03-24T20:35:19.925Z Compiling winnow v0.7.15
14692026-03-24T20:35:19.972Z Compiling aws-lc-rs v1.16.2
14702026-03-24T20:35:20.181Z Compiling hyper-util v0.1.20
14712026-03-24T20:35:20.402Z Compiling newtype-uuid v1.3.2
14722026-03-24T20:35:20.752Z Compiling slog-async v2.8.0
14732026-03-24T20:35:20.848Z Compiling ref-cast v1.0.25
14742026-03-24T20:35:21.013Z Compiling quick-error v1.2.3
14752026-03-24T20:35:21.173Z Compiling usdt-macro v0.6.0
14762026-03-24T20:35:21.179Z Compiling usdt-attr-macro v0.6.0
14772026-03-24T20:35:21.289Z Compiling daft v0.1.5
14782026-03-24T20:35:21.431Z Compiling darling_macro v0.23.0
14792026-03-24T20:35:21.628Z Compiling rand_chacha v0.9.0
14802026-03-24T20:35:21.958Z Compiling ref-cast-impl v1.0.25
14812026-03-24T20:35:22.153Z Compiling darling v0.23.0
14822026-03-24T20:35:22.206Z Compiling strum_macros v0.26.4
14832026-03-24T20:35:22.249Z Compiling serde_spanned v1.1.0
14842026-03-24T20:35:22.437Z Compiling toml_datetime v0.7.5+spec-1.1.0
14852026-03-24T20:35:22.486Z Compiling multer v3.1.0
14862026-03-24T20:35:22.605Z Compiling take_mut v0.2.2
14872026-03-24T20:35:22.663Z Compiling debug-ignore v1.0.5
14882026-03-24T20:35:22.711Z Compiling untrusted v0.7.1
14892026-03-24T20:35:22.728Z Compiling toml_writer v1.1.0+spec-1.1.0
14902026-03-24T20:35:22.750Z Compiling bit-vec v0.8.0
14912026-03-24T20:35:22.784Z Compiling term v1.2.1
14922026-03-24T20:35:22.889Z Compiling serde_with_macros v3.18.0
14932026-03-24T20:35:22.976Z Compiling bit-set v0.8.0
14942026-03-24T20:35:22.992Z Compiling rand v0.9.2
14952026-03-24T20:35:23.174Z Compiling async-stream-impl v0.3.6
14962026-03-24T20:35:23.771Z Compiling dropshot v0.16.7
14972026-03-24T20:35:23.865Z Compiling encoding_rs v0.8.35
14982026-03-24T20:35:24.036Z Compiling unarray v0.1.4
14992026-03-24T20:35:24.166Z Compiling rustls v0.23.37
15002026-03-24T20:35:24.308Z Compiling spin v0.9.8
15012026-03-24T20:35:24.419Z Compiling mime v0.3.17
15022026-03-24T20:35:24.468Z Compiling async-stream v0.3.6
15032026-03-24T20:35:24.488Z Compiling strum v0.26.3
15042026-03-24T20:35:24.549Z Compiling derive-ex v0.1.8
15052026-03-24T20:35:24.685Z Compiling dropshot_endpoint v0.16.7
15062026-03-24T20:35:24.768Z Compiling macaddr v1.0.1
15072026-03-24T20:35:25.050Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15082026-03-24T20:35:25.211Z Compiling waitgroup v0.1.2
15092026-03-24T20:35:25.335Z Compiling serde_path_to_error v0.1.20
15102026-03-24T20:35:25.611Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15112026-03-24T20:35:25.761Z Compiling tempfile v3.27.0
15122026-03-24T20:35:25.797Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15132026-03-24T20:35:25.848Z Compiling tower v0.5.3
15142026-03-24T20:35:26.016Z Compiling strum_macros v0.27.2
15152026-03-24T20:35:26.066Z Compiling instant v0.1.13
15162026-03-24T20:35:26.189Z Compiling time v0.3.47
15172026-03-24T20:35:26.473Z Compiling tower-http v0.6.8
15182026-03-24T20:35:26.623Z Compiling test-strategy v0.4.5
15192026-03-24T20:35:26.939Z Compiling rustc-hash v2.1.1
15202026-03-24T20:35:27.035Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
15212026-03-24T20:35:27.082Z Compiling crossbeam-channel v0.5.15
15222026-03-24T20:35:28.493Z Compiling parse-display-derive v0.10.0
15232026-03-24T20:35:28.581Z Compiling strum v0.27.2
15242026-03-24T20:35:28.741Z Compiling rustls-native-certs v0.8.3
15252026-03-24T20:35:29.095Z Compiling rustls-webpki v0.102.8
15262026-03-24T20:35:29.180Z Compiling backon v1.6.0
15272026-03-24T20:35:29.441Z Compiling rand_chacha v0.3.1
15282026-03-24T20:35:30.033Z Compiling rand v0.8.5
15292026-03-24T20:35:30.304Z Compiling slog-json v2.6.1
15302026-03-24T20:35:30.570Z Compiling hostname v0.3.1
15312026-03-24T20:35:30.663Z Compiling toml_parser v1.1.0+spec-1.1.0
15322026-03-24T20:35:30.723Z Compiling is-terminal v0.4.17
15332026-03-24T20:35:30.835Z Compiling memmap2 v0.9.10
15342026-03-24T20:35:30.899Z Compiling wait-timeout v0.2.1
15352026-03-24T20:35:31.113Z Compiling either v1.15.0
15362026-03-24T20:35:31.294Z Compiling toml v0.9.12+spec-1.1.0
15372026-03-24T20:35:31.377Z Compiling rusty-fork v0.3.1
15382026-03-24T20:35:31.430Z Compiling usdt v0.6.0
15392026-03-24T20:35:31.582Z Compiling slog-term v2.9.2
15402026-03-24T20:35:31.776Z Compiling slog-bunyan v2.5.0
15412026-03-24T20:35:32.384Z Compiling tokio-rustls v0.25.0
15422026-03-24T20:35:32.500Z Compiling serde_with v3.18.0
15432026-03-24T20:35:32.657Z Compiling rand_xorshift v0.4.0
15442026-03-24T20:35:32.681Z Compiling sha1 v0.10.6
15452026-03-24T20:35:32.718Z Compiling rustls-pemfile v2.2.0
15462026-03-24T20:35:32.836Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
15472026-03-24T20:35:32.955Z Compiling hostname v0.4.2
15482026-03-24T20:35:32.970Z Compiling proptest v1.11.0
15492026-03-24T20:35:34.339Z Compiling iddqd v0.3.17
15502026-03-24T20:35:34.473Z Compiling itertools v0.14.0
15512026-03-24T20:35:34.984Z Compiling reqwest v0.12.28
15522026-03-24T20:35:35.158Z Compiling utf8parse v0.2.2
15532026-03-24T20:35:35.294Z Compiling anstyle-parse v1.0.0
15542026-03-24T20:35:35.529Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
15552026-03-24T20:35:35.845Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
15562026-03-24T20:35:36.144Z Compiling toml_datetime v0.6.11
15572026-03-24T20:35:36.509Z Compiling colorchoice v1.0.5
15582026-03-24T20:35:36.608Z Compiling anstyle-query v1.1.5
15592026-03-24T20:35:36.651Z Compiling anstyle v1.0.14
15602026-03-24T20:35:36.738Z Compiling is_terminal_polyfill v1.70.2
15612026-03-24T20:35:36.946Z Compiling anstream v1.0.0
15622026-03-24T20:35:37.095Z Compiling progenitor-client v0.10.0
15632026-03-24T20:35:37.375Z Compiling parse-display v0.10.0
15642026-03-24T20:35:37.819Z Compiling backoff v0.4.0
15652026-03-24T20:35:37.908Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
15662026-03-24T20:35:38.083Z Compiling clap_lex v1.1.0
15672026-03-24T20:35:38.456Z Compiling clap_derive v4.6.0
15682026-03-24T20:35:38.676Z Compiling unicode-width v0.2.2
15692026-03-24T20:35:39.236Z Compiling terminal_size v0.4.4
15702026-03-24T20:35:39.309Z Compiling darling_core v0.21.3
15712026-03-24T20:35:39.413Z Compiling zerocopy-derive v0.7.35
15722026-03-24T20:35:40.522Z Compiling zerocopy v0.7.35
15732026-03-24T20:35:40.555Z Compiling crossbeam-epoch v0.9.18
15742026-03-24T20:35:41.861Z Compiling clap_builder v4.6.0
15752026-03-24T20:35:42.137Z Compiling proc-macro-error-attr v1.0.4
15762026-03-24T20:35:42.175Z Compiling convert_case v0.4.0
15772026-03-24T20:35:42.328Z Compiling darling_macro v0.21.3
15782026-03-24T20:35:42.430Z Compiling toml_datetime v1.1.0+spec-1.1.0
15792026-03-24T20:35:42.671Z Compiling heapless v0.8.0
15802026-03-24T20:35:42.722Z Compiling tinyvec_macros v0.1.1
15812026-03-24T20:35:42.809Z Compiling tinyvec v1.11.0
15822026-03-24T20:35:43.011Z Compiling toml_edit v0.25.8+spec-1.1.0
15832026-03-24T20:35:43.093Z Compiling darling v0.21.3
15842026-03-24T20:35:43.253Z Compiling ingot-macros v0.1.1
15852026-03-24T20:35:43.342Z Compiling derive_more v0.99.20
15862026-03-24T20:35:44.452Z Compiling clap v4.6.0
15872026-03-24T20:35:44.868Z Compiling dtrace-parser v0.2.0
15882026-03-24T20:35:45.026Z Compiling secrecy v0.10.3
15892026-03-24T20:35:45.223Z Compiling scroll_derive v0.12.1
15902026-03-24T20:35:46.013Z Compiling hash32 v0.3.1
15912026-03-24T20:35:46.089Z Compiling proc-macro-error v1.0.4
15922026-03-24T20:35:46.120Z Compiling usdt-impl v0.5.0
15932026-03-24T20:35:46.203Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15942026-03-24T20:35:46.361Z Compiling crucible-workspace-hack v0.1.0
15952026-03-24T20:35:46.412Z Compiling winnow v0.5.40
15962026-03-24T20:35:46.428Z Compiling smoltcp v0.11.0
15972026-03-24T20:35:46.653Z Compiling scroll v0.12.0
15982026-03-24T20:35:47.020Z Compiling proc-macro-crate v3.5.0
15992026-03-24T20:35:47.180Z Compiling ingot-types v0.1.2
16002026-03-24T20:35:47.582Z Compiling dof v0.3.0
16012026-03-24T20:35:47.790Z Compiling typify-impl v0.6.1
16022026-03-24T20:35:47.904Z Compiling serde_spanned v0.6.9
16032026-03-24T20:35:47.992Z Compiling cobs v0.3.0
16042026-03-24T20:35:48.026Z Compiling memoffset v0.9.1
16052026-03-24T20:35:48.094Z Compiling thread-id v4.2.2
16062026-03-24T20:35:48.166Z Compiling toml_edit v0.19.15
16072026-03-24T20:35:48.204Z Compiling managed v0.8.0
16082026-03-24T20:35:48.271Z Compiling toml_write v0.1.2
16092026-03-24T20:35:48.310Z Compiling cfg_aliases v0.2.1
16102026-03-24T20:35:48.333Z Compiling bitflags v1.3.2
16112026-03-24T20:35:48.397Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
16122026-03-24T20:35:48.417Z Compiling nix v0.31.2
16132026-03-24T20:35:48.519Z Compiling toml_edit v0.22.27
16142026-03-24T20:35:48.907Z Compiling postcard v1.1.3
16152026-03-24T20:35:49.742Z Compiling ingot v0.1.1
16162026-03-24T20:35:50.015Z Compiling proc-macro-crate v1.3.1
16172026-03-24T20:35:50.454Z Compiling num_enum_derive v0.7.6
16182026-03-24T20:35:51.100Z Compiling goblin v0.8.2
16192026-03-24T20:35:51.633Z Compiling tabwriter v1.4.1
16202026-03-24T20:35:51.938Z Compiling foreign-types-macros v0.2.3
16212026-03-24T20:35:51.966Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16222026-03-24T20:35:52.321Z Compiling num-integer v0.1.46
16232026-03-24T20:35:52.358Z Compiling rustc_version v0.4.1
16242026-03-24T20:35:52.769Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16252026-03-24T20:35:53.017Z Compiling float-ord v0.3.2
16262026-03-24T20:35:53.049Z Compiling rayon-core v1.13.0
16272026-03-24T20:35:53.054Z Compiling cpufeatures v0.3.0
16282026-03-24T20:35:53.146Z Compiling heck v0.4.1
16292026-03-24T20:35:53.161Z Compiling foreign-types-shared v0.3.1
16302026-03-24T20:35:53.164Z Compiling chacha20 v0.10.0
16312026-03-24T20:35:53.322Z Compiling foreign-types v0.5.0
16322026-03-24T20:35:53.604Z Compiling curve25519-dalek v4.1.3
16332026-03-24T20:35:53.623Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16342026-03-24T20:35:53.946Z Compiling num_enum v0.7.6
16352026-03-24T20:35:54.085Z Compiling num_enum_derive v0.5.11
16362026-03-24T20:35:55.421Z Compiling toml v0.8.23
16372026-03-24T20:35:56.489Z Compiling crossbeam-deque v0.8.6
16382026-03-24T20:35:56.533Z Compiling typify-macro v0.6.1
16392026-03-24T20:35:56.789Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
16402026-03-24T20:35:57.399Z Compiling hmac v0.12.1
16412026-03-24T20:35:57.414Z Compiling inout v0.1.4
16422026-03-24T20:35:57.572Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16432026-03-24T20:35:57.596Z Compiling ff v0.13.1
16442026-03-24T20:35:57.757Z Compiling rustls-webpki v0.103.10
16452026-03-24T20:35:58.545Z Compiling cstr-argument v0.1.2
16462026-03-24T20:35:58.746Z Compiling colored v3.1.1
16472026-03-24T20:35:58.762Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
16482026-03-24T20:35:59.235Z Compiling rustix v0.38.44
16492026-03-24T20:35:59.293Z Compiling prettyplease v0.2.37
16502026-03-24T20:35:59.415Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16512026-03-24T20:35:59.764Z Compiling group v0.13.0
16522026-03-24T20:35:59.901Z Compiling cipher v0.4.4
16532026-03-24T20:36:00.148Z Compiling hkdf v0.12.4
16542026-03-24T20:36:00.182Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
16552026-03-24T20:36:00.325Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
16562026-03-24T20:36:00.851Z Compiling num_enum v0.5.11
16572026-03-24T20:36:00.993Z Compiling rand v0.10.0
16582026-03-24T20:36:01.101Z Compiling num-iter v0.1.45
16592026-03-24T20:36:01.115Z Compiling num-rational v0.4.2
16602026-03-24T20:36:01.249Z Compiling usdt-macro v0.5.0
16612026-03-24T20:36:01.333Z Compiling usdt-attr-macro v0.5.0
16622026-03-24T20:36:02.385Z Compiling tokio-rustls v0.26.4
16632026-03-24T20:36:02.536Z Compiling rustls-platform-verifier v0.6.2
16642026-03-24T20:36:02.687Z Compiling hyper-rustls v0.27.7
16652026-03-24T20:36:03.051Z Compiling reqwest v0.13.2
16662026-03-24T20:36:03.345Z Compiling camino-tempfile v1.4.1
16672026-03-24T20:36:03.507Z Compiling thiserror-impl-no-std v2.0.2
16682026-03-24T20:36:04.461Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
16692026-03-24T20:36:04.910Z Compiling progenitor-client v0.13.0
16702026-03-24T20:36:04.990Z Compiling half v2.7.1
16712026-03-24T20:36:05.204Z Compiling progenitor-extras v0.1.1
16722026-03-24T20:36:05.390Z Compiling universal-hash v0.5.1
16732026-03-24T20:36:05.416Z Compiling crypto-bigint v0.5.5
16742026-03-24T20:36:05.503Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
16752026-03-24T20:36:05.553Z Compiling curve25519-dalek-derive v0.1.1
16762026-03-24T20:36:05.956Z Compiling enum-as-inner v0.6.1
16772026-03-24T20:36:06.449Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
16782026-03-24T20:36:06.683Z Compiling num-complex v0.4.6
16792026-03-24T20:36:06.804Z Compiling memmap v0.7.0
16802026-03-24T20:36:07.048Z Compiling base64ct v1.8.3
16812026-03-24T20:36:07.123Z Compiling ciborium-io v0.2.2
16822026-03-24T20:36:07.139Z Compiling data-encoding v2.10.0
16832026-03-24T20:36:07.230Z Compiling opaque-debug v0.3.1
16842026-03-24T20:36:07.246Z Compiling base16ct v0.2.0
16852026-03-24T20:36:07.319Z Compiling poly1305 v0.8.0
16862026-03-24T20:36:07.441Z Compiling elliptic-curve v0.13.8
16872026-03-24T20:36:07.456Z Compiling password-hash v0.5.0
16882026-03-24T20:36:07.800Z Compiling ciborium-ll v0.2.2
16892026-03-24T20:36:07.880Z Compiling num v0.4.3
16902026-03-24T20:36:07.973Z Compiling usdt v0.5.0
16912026-03-24T20:36:08.310Z Compiling thiserror-no-std v2.0.2
16922026-03-24T20:36:08.426Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16932026-03-24T20:36:08.510Z Compiling rayon v1.11.0
16942026-03-24T20:36:08.877Z Compiling chacha20 v0.9.1
16952026-03-24T20:36:09.017Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16962026-03-24T20:36:09.265Z Compiling typify v0.6.1
16972026-03-24T20:36:09.867Z Compiling zone_cfg_derive v0.3.1
16982026-03-24T20:36:10.262Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
16992026-03-24T20:36:10.347Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
17002026-03-24T20:36:10.586Z Compiling itertools v0.12.1
17012026-03-24T20:36:10.740Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17022026-03-24T20:36:10.913Z Compiling blake2 v0.10.6
17032026-03-24T20:36:10.993Z Compiling byte-wrapper v0.1.0
17042026-03-24T20:36:11.015Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17052026-03-24T20:36:11.411Z Compiling aead v0.5.2
17062026-03-24T20:36:11.451Z Compiling num-derive v0.4.2
17072026-03-24T20:36:11.461Z Compiling sigpipe v0.1.3
17082026-03-24T20:36:11.487Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
17092026-03-24T20:36:11.561Z Compiling pkg-config v0.3.32
17102026-03-24T20:36:11.603Z Compiling keccak v0.1.6
17112026-03-24T20:36:11.759Z Compiling vcpkg v0.2.15
17122026-03-24T20:36:11.912Z Compiling unsafe-libyaml v0.2.11
17132026-03-24T20:36:12.174Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
17142026-03-24T20:36:12.233Z Compiling glob v0.3.3
17152026-03-24T20:36:12.535Z Compiling jiff v0.2.23
17162026-03-24T20:36:12.674Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
17172026-03-24T20:36:12.825Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
17182026-03-24T20:36:12.840Z Compiling serde_yaml v0.9.34+deprecated
17192026-03-24T20:36:12.855Z Compiling openssl-sys v0.9.112
17202026-03-24T20:36:13.373Z Compiling zone v0.3.1
17212026-03-24T20:36:13.585Z Compiling sha3 v0.10.8
17222026-03-24T20:36:14.016Z Compiling chacha20poly1305 v0.10.1
17232026-03-24T20:36:14.278Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17242026-03-24T20:36:14.480Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
17252026-03-24T20:36:15.342Z Compiling argon2 v0.5.3
17262026-03-24T20:36:15.546Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17272026-03-24T20:36:16.018Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17282026-03-24T20:36:16.110Z Compiling progenitor-impl v0.13.0
17292026-03-24T20:36:16.705Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
17302026-03-24T20:36:17.546Z Compiling vsss-rs v3.3.4
17312026-03-24T20:36:17.912Z Compiling ciborium v0.2.2
17322026-03-24T20:36:18.045Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
17332026-03-24T20:36:18.094Z Compiling hubpack_derive v0.1.1
17342026-03-24T20:36:18.189Z Compiling smf v0.2.3
17352026-03-24T20:36:18.759Z Compiling linked-hash-map v0.5.6
17362026-03-24T20:36:18.781Z Compiling whoami v1.6.1
17372026-03-24T20:36:18.999Z Compiling semver v0.1.20
17382026-03-24T20:36:19.035Z Compiling resolv-conf v0.7.6
17392026-03-24T20:36:19.178Z Compiling static_assertions v1.1.0
17402026-03-24T20:36:19.270Z Compiling indent_write v2.2.0
17412026-03-24T20:36:19.325Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
17422026-03-24T20:36:19.339Z Compiling rustc_version v0.1.7
17432026-03-24T20:36:19.488Z Compiling lru-cache v0.1.2
17442026-03-24T20:36:19.504Z Compiling hubpack v0.1.2
17452026-03-24T20:36:19.534Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17462026-03-24T20:36:19.594Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
17472026-03-24T20:36:19.710Z Compiling hickory-proto v0.24.4
17482026-03-24T20:36:19.910Z Compiling serde-big-array v0.5.1
17492026-03-24T20:36:20.092Z Compiling serde_repr v0.1.20
17502026-03-24T20:36:20.834Z Compiling pin-project-internal v1.1.11
17512026-03-24T20:36:21.008Z Compiling progenitor-macro v0.13.0
17522026-03-24T20:36:21.718Z Compiling derive-where v1.6.1
17532026-03-24T20:36:22.294Z Compiling siphasher v1.0.2
17542026-03-24T20:36:22.551Z Compiling swrite v0.1.0
17552026-03-24T20:36:22.669Z Compiling minimal-lexical v0.2.1
17562026-03-24T20:36:23.014Z Compiling unicode-segmentation v1.13.0
17572026-03-24T20:36:23.420Z Compiling nom v7.1.3
17582026-03-24T20:36:23.435Z Compiling phf_shared v0.12.1
17592026-03-24T20:36:23.641Z Compiling newline-converter v0.3.0
17602026-03-24T20:36:23.673Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
17612026-03-24T20:36:23.785Z Compiling pin-project v1.1.11
17622026-03-24T20:36:23.910Z Compiling hickory-resolver v0.24.4
17632026-03-24T20:36:24.160Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
17642026-03-24T20:36:24.605Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17652026-03-24T20:36:24.879Z Compiling newtype_derive v0.1.6
17662026-03-24T20:36:25.154Z Compiling atomicwrites v0.4.4
17672026-03-24T20:36:25.408Z Compiling unicode-normalization v0.1.25
17682026-03-24T20:36:26.026Z Compiling console v0.15.11
17692026-03-24T20:36:26.110Z Compiling tokio-stream v0.1.18
17702026-03-24T20:36:26.471Z Compiling async-recursion v1.1.1
17712026-03-24T20:36:26.721Z Compiling snafu-derive v0.8.9
17722026-03-24T20:36:26.923Z Compiling slog-dtrace v0.3.0
17732026-03-24T20:36:27.217Z Compiling bstr v1.12.1
17742026-03-24T20:36:27.264Z Compiling csv-core v0.1.13
17752026-03-24T20:36:27.395Z Compiling chrono-tz v0.10.4
17762026-03-24T20:36:27.492Z Compiling unicode-xid v0.2.6
17772026-03-24T20:36:27.611Z Compiling foreign-types-shared v0.1.1
17782026-03-24T20:36:27.644Z Compiling unicode-width v0.1.14
17792026-03-24T20:36:27.659Z Compiling foldhash v0.1.5
17802026-03-24T20:36:27.719Z Compiling cancel-safe-futures v0.1.5
17812026-03-24T20:36:27.886Z Compiling owo-colors v4.3.0
17822026-03-24T20:36:27.902Z Compiling openssl v0.10.76
17832026-03-24T20:36:28.009Z Compiling same-file v1.0.6
17842026-03-24T20:36:28.024Z Compiling highway v1.3.0
17852026-03-24T20:36:28.229Z Compiling similar v2.7.0
17862026-03-24T20:36:28.330Z Compiling walkdir v2.5.0
17872026-03-24T20:36:28.361Z Compiling progenitor v0.13.0
17882026-03-24T20:36:28.399Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
17892026-03-24T20:36:28.541Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
17902026-03-24T20:36:28.560Z Compiling hashbrown v0.15.5
17912026-03-24T20:36:28.576Z Compiling globset v0.4.18
17922026-03-24T20:36:28.802Z Compiling foreign-types v0.3.2
17932026-03-24T20:36:28.894Z Compiling expectorate v1.2.0
17942026-03-24T20:36:29.109Z Compiling const_format_proc_macros v0.2.34
17952026-03-24T20:36:29.217Z Compiling snafu v0.8.9
17962026-03-24T20:36:29.279Z Compiling csv v1.4.0
17972026-03-24T20:36:29.669Z Compiling qorb v0.4.1
17982026-03-24T20:36:29.728Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
17992026-03-24T20:36:30.065Z Compiling olpc-cjson v0.1.4
18002026-03-24T20:36:30.182Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
18012026-03-24T20:36:30.330Z Compiling phf v0.12.1
18022026-03-24T20:36:30.865Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
18032026-03-24T20:36:31.014Z Compiling tokio-dtrace v0.1.1
18042026-03-24T20:36:31.207Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18052026-03-24T20:36:31.359Z Compiling libsw-core v0.3.2
18062026-03-24T20:36:31.573Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
18072026-03-24T20:36:31.588Z Compiling serde_plain v1.0.2
18082026-03-24T20:36:31.699Z Compiling openssl-macros v0.1.1
18092026-03-24T20:36:31.859Z Compiling pem v3.0.6
18102026-03-24T20:36:32.041Z Compiling cookie v0.18.1
18112026-03-24T20:36:32.104Z Compiling fixedbitset v0.5.7
18122026-03-24T20:36:32.289Z Compiling bytecount v0.6.9
18132026-03-24T20:36:32.310Z Compiling fixedbitset v0.4.2
18142026-03-24T20:36:32.325Z Compiling typed-path v0.9.3
18152026-03-24T20:36:32.425Z Compiling papergrid v0.11.0
18162026-03-24T20:36:32.464Z Compiling petgraph v0.8.3
18172026-03-24T20:36:32.561Z Compiling petgraph v0.6.5
18182026-03-24T20:36:32.636Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
18192026-03-24T20:36:34.261Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
18202026-03-24T20:36:34.265Z Compiling tough v0.20.0
18212026-03-24T20:36:34.627Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18222026-03-24T20:36:34.934Z Compiling libsw v3.5.0
18232026-03-24T20:36:35.006Z Compiling oxide-tokio-rt v0.1.3
18242026-03-24T20:36:35.173Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
18252026-03-24T20:36:35.505Z Compiling const_format v0.2.35
18262026-03-24T20:36:35.953Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
18272026-03-24T20:36:37.232Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
18282026-03-24T20:36:39.069Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
18292026-03-24T20:36:39.226Z Compiling gethostname v0.5.0
18302026-03-24T20:36:39.380Z Compiling tabled_derive v0.7.0
18312026-03-24T20:36:39.530Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
18322026-03-24T20:36:39.825Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18332026-03-24T20:36:39.844Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
18342026-03-24T20:36:40.013Z Compiling bcs v0.1.6
18352026-03-24T20:36:40.428Z Compiling smawk v0.3.2
18362026-03-24T20:36:40.461Z Compiling unicode-linebreak v0.1.5
18372026-03-24T20:36:40.574Z Compiling linear-map v1.2.0
18382026-03-24T20:36:40.596Z Compiling tagptr v0.2.0
18392026-03-24T20:36:40.649Z Compiling termtree v0.5.1
18402026-03-24T20:36:40.727Z Compiling lazy_static v1.5.0
18412026-03-24T20:36:40.778Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
18422026-03-24T20:36:40.794Z Compiling moka v0.12.15
18432026-03-24T20:36:40.815Z Compiling textwrap v0.16.2
18442026-03-24T20:36:40.832Z Compiling steno v0.4.1
18452026-03-24T20:36:40.846Z Compiling tabled v0.15.0
18462026-03-24T20:36:41.573Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
18472026-03-24T20:36:41.799Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
18482026-03-24T20:36:41.829Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
18492026-03-24T20:36:41.865Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
18502026-03-24T20:36:42.097Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
18512026-03-24T20:36:42.969Z Compiling hickory-proto v0.25.2
18522026-03-24T20:36:43.150Z Compiling humantime v2.3.0
18532026-03-24T20:36:43.586Z Compiling num-derive v0.3.3
18542026-03-24T20:36:44.730Z Compiling parking_lot_core v0.8.6
18552026-03-24T20:36:44.801Z Compiling libscf-sys v1.1.0
18562026-03-24T20:36:44.981Z Compiling crc32fast v1.5.0
18572026-03-24T20:36:45.097Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18582026-03-24T20:36:45.404Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18592026-03-24T20:36:45.668Z Compiling hickory-resolver v0.25.2
18602026-03-24T20:36:45.785Z Compiling parking_lot v0.11.2
18612026-03-24T20:36:45.922Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18622026-03-24T20:36:46.079Z Compiling fxhash v0.2.1
18632026-03-24T20:36:46.215Z Compiling internet-checksum v0.2.1
18642026-03-24T20:36:46.234Z Compiling sled v0.34.7
18652026-03-24T20:36:46.248Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
18662026-03-24T20:36:46.878Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
18672026-03-24T20:36:54.357Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
18682026-03-24T20:37:04.455Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
18692026-03-24T20:37:06.602Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
18702026-03-24T20:37:07.965Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
18712026-03-24T20:37:09.444Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
18722026-03-24T20:37:10.793Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
18732026-03-24T20:37:40.801Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 48s
18742026-03-24T20:37:41.010Z────────────
18752026-03-24T20:37:41.010Z Nextest run ID c211a4b6-5c71-40d3-8054-711a02d1931a with nextest profile: default
18762026-03-24T20:37:41.010Z Starting 18 tests across 1 binary (27 tests skipped)
18772026-03-24T20:38:07.757Z PASS [ 26.737s] rdb proptest::prop_ipv4_host_bits_always_unset
18782026-03-24T20:38:07.813Z PASS [ 26.768s] rdb proptest::prop_ipv4_unset_host_bits_idempotent
18792026-03-24T20:38:07.816Z PASS [ 26.770s] rdb proptest::prop_ipv4_within_self
18802026-03-24T20:38:07.827Z PASS [ 26.806s] rdb proptest::prop_ipv6_host_bits_always_unset
18812026-03-24T20:38:07.840Z PASS [ 26.821s] rdb proptest::prop_ipv6_default_contains_all
18822026-03-24T20:38:07.880Z PASS [ 26.859s] rdb proptest::prop_ipv4_default_contains_all
18832026-03-24T20:38:07.978Z PASS [ 26.958s] rdb proptest::prop_ipv4_length_in_bounds
18842026-03-24T20:38:34.424Z PASS [ 26.657s] rdb proptest::prop_ipv6_length_in_bounds
18852026-03-24T20:38:34.538Z PASS [ 26.741s] rdb proptest::prop_ipv6_unset_host_bits_idempotent
18862026-03-24T20:38:34.760Z PASS [ 26.960s] rdb proptest::prop_ipv6_within_self
18872026-03-24T20:38:34.932Z PASS [ 27.096s] rdb proptest::prop_prefix_enum_no_cross_family
18882026-03-24T20:38:41.034Z SLOW [> 60.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
18892026-03-24T20:38:49.039Z PASS [ 41.183s] rdb proptest::prop_static_route_key_deduplication
18902026-03-24T20:39:05.441Z PASS [ 57.543s] rdb proptest::prop_static_route_key_normalization_idempotent
18912026-03-24T20:39:05.665Z PASS [ 57.665s] rdb proptest::prop_static_route_key_normalization_preserves_fields
18922026-03-24T20:39:32.030Z PASS [ 57.470s] rdb proptest::prop_static_route_key_normalized_has_no_host_bits
18932026-03-24T20:39:32.038Z PASS [ 57.594s] rdb proptest::prop_static_route_key_normalization_preserves_length
18942026-03-24T20:39:34.782Z SLOW [> 60.000s] rdb proptest::prop_static_route_key_ord_consistency
18952026-03-24T20:39:41.055Z SLOW [>120.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
18962026-03-24T20:39:57.673Z PASS [ 82.877s] rdb proptest::prop_static_route_key_ord_consistency
18972026-03-24T20:40:41.076Z SLOW [>180.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
18982026-03-24T20:41:41.097Z SLOW [>240.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
18992026-03-24T20:42:41.121Z SLOW [>300.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19002026-03-24T20:43:41.141Z SLOW [>360.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19012026-03-24T20:44:41.159Z SLOW [>420.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19022026-03-24T20:44:55.526Z PASS [ 434.369s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19032026-03-24T20:44:55.526Z────────────
19042026-03-24T20:44:55.526Z Summary [ 434.370s] 18 tests run: 18 passed (2 slow), 27 skipped
19052026-03-24T20:44:55.542Z+ cp '*.log' /work/
19062026-03-24T20:44:55.545Z+ true
19072026-03-24T20:44:55.545Z+ '[' -d proptest-regressions ']'
19082026-03-24T20:44:55.545Z+ cp -r proptest-regressions /work/rdb-proptest-regressions
19092026-03-24T20:44:55.548Z+ popd
19102026-03-24T20:44:55.548Z+ pushd bgp
19112026-03-24T20:44:55.548Z/work/oxidecomputer/maghemite
19122026-03-24T20:44:55.548Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
19132026-03-24T20:44:55.548Z+ PROPTEST_CASES=1000000
19142026-03-24T20:44:55.548Z+ cargo nextest run --lib proptest
19152026-03-24T20:44:57.094Z Compiling smallvec v1.15.1
19162026-03-24T20:44:57.202Z Compiling serde_json v1.0.149
19172026-03-24T20:44:57.324Z Compiling crunchy v0.2.4
19182026-03-24T20:44:57.348Z Compiling tiny-keccak v2.0.2
19192026-03-24T20:44:57.363Z Compiling smartstring v1.0.1
19202026-03-24T20:44:57.366Z Compiling ahash v0.8.12
19212026-03-24T20:44:57.482Z Compiling icu_normalizer v2.1.1
19222026-03-24T20:44:57.526Z Compiling parking_lot_core v0.9.12
19232026-03-24T20:44:57.690Z Compiling parking_lot_core v0.8.6
19242026-03-24T20:44:57.794Z Compiling parking_lot v0.12.5
19252026-03-24T20:44:57.927Z Compiling idna_adapter v1.2.1
19262026-03-24T20:44:58.090Z Compiling idna v1.1.0
19272026-03-24T20:44:58.110Z Compiling tokio v1.50.0
19282026-03-24T20:44:58.284Z Compiling dof v0.4.0
19292026-03-24T20:44:58.345Z Compiling schemars v0.8.22
19302026-03-24T20:44:58.522Z Compiling url v2.5.8
19312026-03-24T20:44:58.545Z Compiling openapiv3 v2.2.0
19322026-03-24T20:44:59.695Z Compiling usdt-impl v0.6.0
19332026-03-24T20:44:59.940Z Compiling slog-json v2.6.1
19342026-03-24T20:45:00.206Z Compiling slog-bunyan v2.5.0
19352026-03-24T20:45:00.388Z Compiling ipnetwork v0.21.1
19362026-03-24T20:45:00.645Z Compiling newtype-uuid v1.3.2
19372026-03-24T20:45:00.811Z Compiling oxnet v0.1.4
19382026-03-24T20:45:00.972Z Compiling usdt-attr-macro v0.6.0
19392026-03-24T20:45:00.996Z Compiling usdt-macro v0.6.0
19402026-03-24T20:45:01.105Z Compiling serde_with v3.18.0
19412026-03-24T20:45:01.161Z Compiling daft v0.1.5
19422026-03-24T20:45:01.245Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
19432026-03-24T20:45:01.520Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
19442026-03-24T20:45:02.322Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
19452026-03-24T20:45:02.433Z Compiling iddqd v0.3.17
19462026-03-24T20:45:02.470Z Compiling usdt v0.6.0
19472026-03-24T20:45:03.385Z Compiling tokio-util v0.7.18
19482026-03-24T20:45:03.547Z Compiling tower v0.5.3
19492026-03-24T20:45:03.563Z Compiling tokio-rustls v0.26.4
19502026-03-24T20:45:03.566Z Compiling tokio-rustls v0.25.0
19512026-03-24T20:45:03.649Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
19522026-03-24T20:45:03.910Z Compiling backoff v0.4.0
19532026-03-24T20:45:04.191Z Compiling h2 v0.4.13
19542026-03-24T20:45:04.227Z Compiling tower-http v0.6.8
19552026-03-24T20:45:04.791Z Compiling typify-impl v0.6.1
19562026-03-24T20:45:04.923Z Compiling dof v0.3.0
19572026-03-24T20:45:05.321Z Compiling usdt-impl v0.5.0
19582026-03-24T20:45:05.853Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
19592026-03-24T20:45:06.213Z Compiling usdt-attr-macro v0.5.0
19602026-03-24T20:45:07.218Z Compiling hyper v1.8.1
19612026-03-24T20:45:07.246Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
19622026-03-24T20:45:07.749Z Compiling usdt-macro v0.5.0
19632026-03-24T20:45:08.745Z Compiling hyper-util v0.1.20
19642026-03-24T20:45:09.221Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
19652026-03-24T20:45:09.648Z Compiling usdt v0.5.0
19662026-03-24T20:45:09.671Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
19672026-03-24T20:45:09.938Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
19682026-03-24T20:45:10.005Z Compiling byte-wrapper v0.1.0
19692026-03-24T20:45:10.022Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
19702026-03-24T20:45:10.489Z Compiling hyper-rustls v0.27.7
19712026-03-24T20:45:10.674Z Compiling dropshot v0.16.7
19722026-03-24T20:45:10.714Z Compiling reqwest v0.12.28
19732026-03-24T20:45:10.882Z Compiling reqwest v0.13.2
19742026-03-24T20:45:11.964Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
19752026-03-24T20:45:12.517Z Compiling progenitor-client v0.10.0
19762026-03-24T20:45:12.902Z Compiling progenitor-client v0.13.0
19772026-03-24T20:45:13.312Z Compiling progenitor-extras v0.1.1
19782026-03-24T20:45:13.756Z Compiling typify-macro v0.6.1
19792026-03-24T20:45:14.766Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
19802026-03-24T20:45:16.068Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
19812026-03-24T20:45:16.590Z Compiling typify v0.6.1
19822026-03-24T20:45:16.708Z Compiling progenitor-impl v0.13.0
19832026-03-24T20:45:16.956Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
19842026-03-24T20:45:17.444Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
19852026-03-24T20:45:19.286Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
19862026-03-24T20:45:19.996Z Compiling zone v0.3.1
19872026-03-24T20:45:20.811Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
19882026-03-24T20:45:20.832Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
19892026-03-24T20:45:20.939Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
19902026-03-24T20:45:21.101Z Compiling hickory-proto v0.24.4
19912026-03-24T20:45:21.272Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
19922026-03-24T20:45:21.700Z Compiling progenitor-macro v0.13.0
19932026-03-24T20:45:22.689Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
19942026-03-24T20:45:25.488Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
19952026-03-24T20:45:25.547Z Compiling hickory-resolver v0.24.4
19962026-03-24T20:45:25.573Z Compiling tokio-stream v0.1.18
19972026-03-24T20:45:25.726Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
19982026-03-24T20:45:26.197Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
19992026-03-24T20:45:26.454Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
20002026-03-24T20:45:26.629Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
20012026-03-24T20:45:28.311Z Compiling qorb v0.4.1
20022026-03-24T20:45:28.621Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
20032026-03-24T20:45:28.749Z Compiling tokio-dtrace v0.1.1
20042026-03-24T20:45:29.074Z Compiling progenitor v0.13.0
20052026-03-24T20:45:29.105Z Compiling libsw-core v0.3.2
20062026-03-24T20:45:29.180Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
20072026-03-24T20:45:29.247Z Compiling olpc-cjson v0.1.4
20082026-03-24T20:45:29.321Z Compiling libsw v3.5.0
20092026-03-24T20:45:29.462Z Compiling tough v0.20.0
20102026-03-24T20:45:29.554Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
20112026-03-24T20:45:29.682Z Compiling oxide-tokio-rt v0.1.3
20122026-03-24T20:45:29.687Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
20132026-03-24T20:45:29.917Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
20142026-03-24T20:45:30.076Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
20152026-03-24T20:45:30.136Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
20162026-03-24T20:45:31.413Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
20172026-03-24T20:45:31.570Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
20182026-03-24T20:45:31.587Z Compiling slog-dtrace v0.3.0
20192026-03-24T20:45:32.007Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
20202026-03-24T20:45:32.251Z Compiling cancel-safe-futures v0.1.5
20212026-03-24T20:45:32.332Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
20222026-03-24T20:45:33.682Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
20232026-03-24T20:45:33.696Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
20242026-03-24T20:45:33.696Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
20252026-03-24T20:45:33.817Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
20262026-03-24T20:45:34.021Z Compiling steno v0.4.1
20272026-03-24T20:45:34.083Z Compiling hickory-proto v0.25.2
20282026-03-24T20:45:34.870Z Compiling moka v0.12.15
20292026-03-24T20:45:36.055Z Compiling parking_lot v0.11.2
20302026-03-24T20:45:36.213Z Compiling const-random-macro v0.1.16
20312026-03-24T20:45:36.630Z Compiling hickory-resolver v0.25.2
20322026-03-24T20:45:36.723Z Compiling const-random v0.1.18
20332026-03-24T20:45:36.876Z Compiling sdd v3.0.10
20342026-03-24T20:45:36.991Z Compiling sled v0.34.7
20352026-03-24T20:45:37.308Z Compiling scc v2.4.0
20362026-03-24T20:45:37.835Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
20372026-03-24T20:45:38.450Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
20382026-03-24T20:45:38.922Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
20392026-03-24T20:45:38.940Z Compiling thin-vec v0.2.14
20402026-03-24T20:45:39.147Z Compiling serial_test_derive v3.4.0
20412026-03-24T20:45:39.324Z Compiling rhai_codegen v3.1.0
20422026-03-24T20:45:39.843Z Compiling yansi v1.0.1
20432026-03-24T20:45:40.093Z Compiling diff v0.1.13
20442026-03-24T20:45:40.294Z Compiling pretty_assertions v1.4.1
20452026-03-24T20:45:40.310Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
20462026-03-24T20:45:40.490Z Compiling serial_test v3.4.0
20472026-03-24T20:45:40.608Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
20482026-03-24T20:45:40.659Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
20492026-03-24T20:45:40.963Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
20502026-03-24T20:45:40.986Z Compiling rhai v1.24.0
20512026-03-24T20:45:41.178Z Compiling nom v8.0.0
20522026-03-24T20:45:53.010Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
20532026-03-24T20:46:03.467Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
20542026-03-24T20:46:05.662Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#82038be6)
20552026-03-24T20:46:07.096Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
20562026-03-24T20:46:08.612Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
20572026-03-24T20:46:09.713Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
20582026-03-24T20:46:13.068Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
20592026-03-24T20:46:57.470Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 01s
20602026-03-24T20:46:57.672Z────────────
20612026-03-24T20:46:57.672Z Nextest run ID de240220-b670-4d66-a1e0-766bc2e05512 with nextest profile: default
20622026-03-24T20:46:57.672Z Starting 18 tests across 1 binary (132 tests skipped)
20632026-03-24T20:47:24.616Z PASS [ 26.933s] bgp proptest::prop_ipv4_wire_format_roundtrip
20642026-03-24T20:47:27.420Z PASS [ 29.737s] bgp proptest::prop_ipv4_withdrawn_roundtrip
20652026-03-24T20:47:27.624Z PASS [ 29.942s] bgp proptest::prop_ipv4_prefixes_roundtrip
20662026-03-24T20:47:29.406Z PASS [ 31.723s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
20672026-03-24T20:47:29.913Z PASS [ 32.208s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
20682026-03-24T20:47:40.676Z PASS [ 42.988s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
20692026-03-24T20:47:54.356Z PASS [ 26.926s] bgp proptest::prop_ipv6_wire_format_roundtrip
20702026-03-24T20:47:56.780Z PASS [ 32.153s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
20712026-03-24T20:47:57.695Z SLOW [> 60.000s] bgp proptest::prop_encode_decode_semantic_equivalence
20722026-03-24T20:47:57.695Z SLOW [> 60.000s] bgp proptest::prop_duplicate_attrs_deduplicated
20732026-03-24T20:47:59.160Z PASS [ 31.525s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
20742026-03-24T20:47:59.776Z PASS [ 29.874s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
20752026-03-24T20:48:02.974Z PASS [ 65.279s] bgp proptest::prop_duplicate_attrs_deduplicated
20762026-03-24T20:48:11.395Z PASS [ 30.701s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
20772026-03-24T20:48:24.310Z PASS [ 29.944s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
20782026-03-24T20:48:29.428Z SLOW [> 60.000s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20792026-03-24T20:48:44.845Z PASS [ 45.669s] bgp proptest::prop_update_mp_unreach_roundtrip
20802026-03-24T20:48:47.332Z PASS [ 109.621s] bgp proptest::prop_encode_decode_semantic_equivalence
20812026-03-24T20:48:56.802Z SLOW [> 60.000s] bgp proptest::prop_update_mp_reach_roundtrip
20822026-03-24T20:48:59.802Z SLOW [> 60.000s] bgp proptest::prop_update_traditional_roundtrip
20832026-03-24T20:49:21.009Z PASS [ 111.565s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20842026-03-24T20:49:37.296Z PASS [ 97.488s] bgp proptest::prop_update_traditional_roundtrip
20852026-03-24T20:49:54.663Z PASS [ 117.844s] bgp proptest::prop_update_mp_reach_roundtrip
20862026-03-24T20:49:54.663Z────────────
20872026-03-24T20:49:54.663Z Summary [ 176.931s] 18 tests run: 18 passed (5 slow), 132 skipped
20882026-03-24T20:49:54.677Z+ cp '*.log' /work/
20892026-03-24T20:49:54.680Z+ true
20902026-03-24T20:49:54.680Z+ '[' -d proptest-regressions ']'
20912026-03-24T20:49:54.680Z+ cp -r proptest-regressions /work/bgp-proptest-regressions
20922026-03-24T20:49:54.684Z+ popd
20932026-03-24T20:49:54.684Z/work/oxidecomputer/maghemite
20942026-03-24T20:49:54.684Zprocess exited: duration 1111908 ms, exit code 0
 
20952026-03-24T20:49:54.691Zfound 0 output files