01KMP5MS3YV8DG8GP4GT91B9AT: 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: 01KMP5NJ8A7XJRVXG5J8M1MDCJ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-26T22:55:06.033Zjob assigned to worker 01KMP5NZ5PH1AF23TYWC4EBHN1 [factory aws, i-08859ec89c8036bf0] (queued for 1 m 5 s)
 
22026-03-26T22:55:12.737Zstarting task 0: "setup"
32026-03-26T22:55:12.744Z++ uname -s
42026-03-26T22:55:12.747Z+ kern=SunOS
52026-03-26T22:55:12.747Z+ build_user=build
62026-03-26T22:55:12.747Z+ build_uid=12345
72026-03-26T22:55:12.747Z+ work_dir=/work
82026-03-26T22:55:12.747Z+ input_dir=/input
92026-03-26T22:55:12.747Z+ [[ 0 == 12345 ]]
102026-03-26T22:55:12.747Z+ case "$kern" in
112026-03-26T22:55:12.747Z+ groupadd -g 12345 build
122026-03-26T22:55:12.747Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-26T22:55:14.753Z+ zfs create -o mountpoint=/work rpool/work
142026-03-26T22:55:14.874Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-26T22:55:14.878Z+ home_fs=zfs
162026-03-26T22:55:14.878Z+ [[ zfs == autofs ]]
172026-03-26T22:55:14.878Z+ mkdir -p /home/build
182026-03-26T22:55:14.878Z+ chown build:build /home/build /work
192026-03-26T22:55:16.879Z+ chmod 0700 /home/build /work
202026-03-26T22:55:16.883Zprocess exited: duration 4143 ms, exit code 0
 
212026-03-26T22:55:16.889Zstarting task 1: "rust-toolchain"
222026-03-26T22:55:16.895Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-03-26T22:55:16.895Z * rust toolchain channel = "stable"
242026-03-26T22:55:16.895Z * rust toolchain profile = "default"
252026-03-26T22:55:16.895Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-26T22:55:16.895Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-26T22:55:16.895Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-26T22:55:16.898Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-26T22:55:16.898Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-03-26T22:55:17.005Zinfo: downloading installer
312026-03-26T22:55:18.385Zwarn: It looks like you have an existing installation of Rust at:
322026-03-26T22:55:18.386Zwarn: /opt/ooce/bin
332026-03-26T22:55:18.386Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-26T22:55:18.386Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-26T22:55:18.386Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-26T22:55:18.386Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-26T22:55:18.386Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-26T22:55:18.386Zerror: cannot install while Rust is installed
392026-03-26T22:55:18.386Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-26T22:55:18.386Zwarn: It looks like you have an existing rustup settings file at:
412026-03-26T22:55:18.386Zwarn: /home/build/.rustup/settings.toml
422026-03-26T22:55:18.386Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-26T22:55:18.389Zwarn: instead of the one inferred from the default host triple.
442026-03-26T22:55:18.400Zinfo: profile set to default
452026-03-26T22:55:18.401Zinfo: default host triple is x86_64-unknown-illumos
462026-03-26T22:55:18.404Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-03-26T22:55:18.550Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-03-26T22:55:18.552Zinfo: downloading 6 components
492026-03-26T22:55:32.974Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-03-26T22:55:32.974Z
512026-03-26T22:55:33.006Z stable-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-03-26T22:55:33.006Z
532026-03-26T22:55:33.006Z
542026-03-26T22:55:33.006ZRust is installed now. Great!
552026-03-26T22:55:33.006Z
562026-03-26T22:55:33.010ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-26T22:55:33.010Zenvironment variable. This has not been done automatically.
582026-03-26T22:55:33.010Z
592026-03-26T22:55:33.010ZTo configure your current shell, you need to source
602026-03-26T22:55:33.010Zthe corresponding env file under $HOME/.cargo.
612026-03-26T22:55:33.010Z
622026-03-26T22:55:33.010ZThis is usually done by running one of the following (note the leading DOT):
632026-03-26T22:55:33.010Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-26T22:55:33.010Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-26T22:55:33.010Zsource "~/.cargo/env.nu" # For nushell
662026-03-26T22:55:33.010Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-26T22:55:33.010Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-26T22:55:33.010Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-26T22:55:33.010Zwarn: no default linker (`cc`) was found in your PATH
702026-03-26T22:55:33.010Zwarn: many Rust crates require a system C toolchain to build
712026-03-26T22:55:33.113Z+ rustup --version
722026-03-26T22:55:33.120Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-26T22:55:33.123Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-26T22:55:33.142Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-03-26T22:55:33.145Z+ cargo --version
762026-03-26T22:55:33.157Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-03-26T22:55:33.160Z+ rustc --version
782026-03-26T22:55:33.181Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-03-26T22:55:33.185Zprocess exited: duration 16292 ms, exit code 0
 
802026-03-26T22:55:33.192Zstarting task 2: "authentication"
812026-03-26T22:55:33.208Zprocess exited: duration 16 ms, exit code 0
 
822026-03-26T22:55:33.217Zstarting task 3: "clone repository"
832026-03-26T22:55:33.221Z+ mkdir -p /work/oxidecomputer/maghemite
842026-03-26T22:55:33.221Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-03-26T22:55:33.355ZCloning into '/work/oxidecomputer/maghemite'...
862026-03-26T22:55:34.153Z+ cd /work/oxidecomputer/maghemite
872026-03-26T22:55:34.153Z+ git fetch origin 315d5b4cbc9bbc9ebd55df335d3dd7862a63f486
882026-03-26T22:55:34.382ZFrom https://github.com/oxidecomputer/maghemite
892026-03-26T22:55:34.382Z * branch 315d5b4cbc9bbc9ebd55df335d3dd7862a63f486 -> FETCH_HEAD
902026-03-26T22:55:34.387Z+ [[ -n renovate/opte-ioctl-digest ]]
912026-03-26T22:55:34.390Z++ git branch --show-current
922026-03-26T22:55:34.390Z+ current=main
932026-03-26T22:55:34.390Z+ [[ main != renovate/opte-ioctl-digest ]]
942026-03-26T22:55:34.390Z+ git branch -f renovate/opte-ioctl-digest 315d5b4cbc9bbc9ebd55df335d3dd7862a63f486
952026-03-26T22:55:34.393Z+ git checkout -f renovate/opte-ioctl-digest
962026-03-26T22:55:34.409ZSwitched to branch 'renovate/opte-ioctl-digest'
972026-03-26T22:55:34.412Z+ git reset --hard 315d5b4cbc9bbc9ebd55df335d3dd7862a63f486
982026-03-26T22:55:34.427ZHEAD is now at 315d5b4 Update opte-ioctl digest to 04c3d5d
992026-03-26T22:55:34.430Zprocess exited: duration 1212 ms, exit code 0
 
1002026-03-26T22:55:34.436Zstarting task 4: "build"
1012026-03-26T22:55:34.439Z+ set -e
1022026-03-26T22:55:34.442Z+ NEXTEST_VERSION=0.9.97
1032026-03-26T22:55:34.442Z+ PLATFORM=illumos
1042026-03-26T22:55:34.442Z+ cargo --version
1052026-03-26T22:55:34.445Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
1062026-03-26T22:55:34.594Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
1072026-03-26T22:55:34.597Zinfo: downloading 6 components
1082026-03-26T22:55:50.536Zcargo 1.94.0 (85eff7c80 2026-01-15)
1092026-03-26T22:55:50.540Z+ rustc --version
1102026-03-26T22:55:50.568Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1112026-03-26T22:55:50.572Z+ cargo install cargo-nextest --version 0.9.97
1122026-03-26T22:55:50.615Z Updating crates.io index
1132026-03-26T22:55:50.725Z Downloading crates ...
1142026-03-26T22:55:50.792Z Downloaded cargo-nextest v0.9.97
1152026-03-26T22:55:50.858Z Installing cargo-nextest v0.9.97
1162026-03-26T22:55:50.902Z Updating crates.io index
1172026-03-26T22:55:53.409Z Locking 408 packages to latest compatible versions
1182026-03-26T22:55:53.413Z Adding dialoguer v0.11.0 (available: v0.12.0)
1192026-03-26T22:55:53.417Z Adding duct v0.13.7 (available: v1.1.1)
1202026-03-26T22:55:53.417Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1212026-03-26T22:55:53.417Z Adding generic-array v0.14.7 (available: v0.14.9)
1222026-03-26T22:55:53.420Z Adding idna_adapter v1.0.0 (available: v1.2.1)
1232026-03-26T22:55:53.420Z Adding nextest-filtering v0.15.0 (available: v0.20.0)
1242026-03-26T22:55:53.420Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1252026-03-26T22:55:53.423Z Adding nextest-runner v0.80.0 (available: v0.113.0)
1262026-03-26T22:55:53.426Z Adding quick-junit v0.5.2 (available: v0.6.0)
1272026-03-26T22:55:53.444Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1282026-03-26T22:55:53.453Z Downloading crates ...
1292026-03-26T22:55:53.522Z Downloaded anstyle-query v1.1.5
1302026-03-26T22:55:53.534Z Downloaded atomic-waker v1.1.2
1312026-03-26T22:55:53.539Z Downloaded hyper-tls v0.6.0
1322026-03-26T22:55:53.540Z Downloaded adler2 v2.0.1
1332026-03-26T22:55:53.547Z Downloaded futures-io v0.3.32
1342026-03-26T22:55:53.551Z Downloaded nextest-metadata v0.12.2
1352026-03-26T22:55:53.551Z Downloaded generic-array v0.14.7
1362026-03-26T22:55:53.551Z Downloaded backtrace-ext v0.2.1
1372026-03-26T22:55:53.554Z Downloaded block-buffer v0.10.4
1382026-03-26T22:55:53.554Z Downloaded atomicwrites v0.4.4
1392026-03-26T22:55:53.557Z Downloaded openssl-probe v0.2.1
1402026-03-26T22:55:53.557Z Downloaded cargo_metadata v0.23.1
1412026-03-26T22:55:53.560Z Downloaded async-scoped v0.9.0
1422026-03-26T22:55:53.562Z Downloaded home v0.5.12
1432026-03-26T22:55:53.568Z Downloaded rand_chacha v0.9.0
1442026-03-26T22:55:53.571Z Downloaded digest v0.10.7
1452026-03-26T22:55:53.571Z Downloaded memchr v2.8.0
1462026-03-26T22:55:53.576Z Downloaded base64ct v1.8.3
1472026-03-26T22:55:53.579Z Downloaded future-queue v0.4.0
1482026-03-26T22:55:53.579Z Downloaded hyper-util v0.1.20
1492026-03-26T22:55:53.582Z Downloaded ryu v1.0.23
1502026-03-26T22:55:53.585Z Downloaded lazy_static v1.5.0
1512026-03-26T22:55:53.587Z Downloaded bitflags v2.11.0
1522026-03-26T22:55:53.590Z Downloaded document-features v0.2.12
1532026-03-26T22:55:53.590Z Downloaded nested v0.1.1
1542026-03-26T22:55:53.590Z Downloaded lru-slab v0.1.2
1552026-03-26T22:55:53.593Z Downloaded nextest-filtering v0.15.0
1562026-03-26T22:55:53.593Z Downloaded miette-derive v7.6.0
1572026-03-26T22:55:53.596Z Downloaded idna v1.1.0
1582026-03-26T22:55:53.599Z Downloaded foreign-types-shared v0.1.1
1592026-03-26T22:55:53.599Z Downloaded mukti-metadata v0.3.0
1602026-03-26T22:55:53.599Z Downloaded color-spantrace v0.3.0
1612026-03-26T22:55:53.602Z Downloaded clap_lex v1.1.0
1622026-03-26T22:55:53.602Z Downloaded crypto-common v0.1.7
1632026-03-26T22:55:53.602Z Downloaded cargo-platform v0.3.2
1642026-03-26T22:55:53.605Z Downloaded humantime-serde v1.1.1
1652026-03-26T22:55:53.605Z Downloaded humantime v2.3.0
1662026-03-26T22:55:53.605Z Downloaded anstyle-parse v1.0.0
1672026-03-26T22:55:53.608Z Downloaded anstream v1.0.0
1682026-03-26T22:55:53.608Z Downloaded pin-project v1.1.11
1692026-03-26T22:55:53.616Z Downloaded openssl-macros v0.1.1
1702026-03-26T22:55:53.620Z Downloaded addr2line v0.25.1
1712026-03-26T22:55:53.620Z Downloaded ordered-float v2.10.1
1722026-03-26T22:55:53.621Z Downloaded os_pipe v1.2.3
1732026-03-26T22:55:53.625Z Downloaded number_prefix v0.4.0
1742026-03-26T22:55:53.625Z Downloaded indenter v0.3.4
1752026-03-26T22:55:53.625Z Downloaded http-body v1.0.1
1762026-03-26T22:55:53.625Z Downloaded hex v0.4.3
1772026-03-26T22:55:53.625Z Downloaded hyper-rustls v0.27.7
1782026-03-26T22:55:53.628Z Downloaded newtype-uuid v1.3.2
1792026-03-26T22:55:53.628Z Downloaded http-body-util v0.1.3
1802026-03-26T22:55:53.628Z Downloaded errno v0.3.14
1812026-03-26T22:55:53.631Z Downloaded cfg-if v1.0.4
1822026-03-26T22:55:53.631Z Downloaded cpufeatures v0.2.17
1832026-03-26T22:55:53.631Z Downloaded pin-utils v0.1.0
1842026-03-26T22:55:53.634Z Downloaded rustc_version v0.4.1
1852026-03-26T22:55:53.634Z Downloaded futures-core v0.3.32
1862026-03-26T22:55:53.634Z Downloaded itoa v1.0.18
1872026-03-26T22:55:53.637Z Downloaded is_ci v1.2.0
1882026-03-26T22:55:53.637Z Downloaded enable-ansi-support v0.2.1
1892026-03-26T22:55:53.640Z Downloaded console v0.15.11
1902026-03-26T22:55:53.640Z Downloaded percent-encoding v2.3.2
1912026-03-26T22:55:53.643Z Downloaded nextest-workspace-hack v0.1.0
1922026-03-26T22:55:53.643Z Downloaded indent_write v2.2.0
1932026-03-26T22:55:53.643Z Downloaded idna_adapter v1.0.0
1942026-03-26T22:55:53.643Z Downloaded fastrand v2.3.0
1952026-03-26T22:55:53.645Z Downloaded serde_ignored v0.1.14
1962026-03-26T22:55:53.645Z Downloaded foreign-types v0.3.2
1972026-03-26T22:55:53.646Z Downloaded pathdiff v0.2.3
1982026-03-26T22:55:53.650Z Downloaded colorchoice v1.0.5
1992026-03-26T22:55:53.650Z Downloaded camino v1.2.2
2002026-03-26T22:55:53.652Z Downloaded rustc-hash v2.1.1
2012026-03-26T22:55:53.652Z Downloaded futures-task v0.3.32
2022026-03-26T22:55:53.652Z Downloaded heck v0.5.0
2032026-03-26T22:55:53.652Z Downloaded fixedbitset v0.5.7
2042026-03-26T22:55:53.655Z Downloaded is_terminal_polyfill v1.70.2
2052026-03-26T22:55:53.655Z Downloaded guppy-workspace-hack v0.1.0
2062026-03-26T22:55:53.655Z Downloaded cargo-platform v0.2.0
2072026-03-26T22:55:53.658Z Downloaded borsh v1.6.1
2082026-03-26T22:55:53.661Z Downloaded pkg-config v0.3.32
2092026-03-26T22:55:53.661Z Downloaded either v1.15.0
2102026-03-26T22:55:53.666Z Downloaded scopeguard v1.2.0
2112026-03-26T22:55:53.666Z Downloaded curve25519-dalek-derive v0.1.1
2122026-03-26T22:55:53.669Z Downloaded futures-macro v0.3.32
2132026-03-26T22:55:53.673Z Downloaded jobserver v0.1.34
2142026-03-26T22:55:53.676Z Downloaded futures-sink v0.3.32
2152026-03-26T22:55:53.677Z Downloaded equivalent v1.0.2
2162026-03-26T22:55:53.677Z Downloaded form_urlencoded v1.2.2
2172026-03-26T22:55:53.680Z Downloaded serde-value v0.7.0
2182026-03-26T22:55:53.683Z Downloaded fnv v1.0.7
2192026-03-26T22:55:53.683Z Downloaded serde_spanned v0.6.9
2202026-03-26T22:55:53.686Z Downloaded shell-words v1.1.1
2212026-03-26T22:55:53.686Z Downloaded shared_child v1.1.1
2222026-03-26T22:55:53.686Z Downloaded futures-executor v0.3.32
2232026-03-26T22:55:53.689Z Downloaded duct v0.13.7
2242026-03-26T22:55:53.689Z Downloaded dialoguer v0.11.0
2252026-03-26T22:55:53.693Z Downloaded quick-junit v0.5.2
2262026-03-26T22:55:53.695Z Downloaded rand_core v0.9.5
2272026-03-26T22:55:53.695Z Downloaded backtrace v0.3.76
2282026-03-26T22:55:53.698Z Downloaded litrs v1.0.0
2292026-03-26T22:55:53.701Z Downloaded supports-unicode v3.0.0
2302026-03-26T22:55:53.701Z Downloaded signature v2.2.0
2312026-03-26T22:55:53.704Z Downloaded signal-hook-mio v0.2.5
2322026-03-26T22:55:53.704Z Downloaded supports-hyperlinks v3.2.0
2332026-03-26T22:55:53.704Z Downloaded swrite v0.1.0
2342026-03-26T22:55:53.707Z Downloaded sigchld v0.2.4
2352026-03-26T22:55:53.707Z Downloaded serde_urlencoded v0.7.1
2362026-03-26T22:55:53.707Z Downloaded subtle v2.6.1
2372026-03-26T22:55:53.710Z Downloaded serde_spanned v1.1.0
2382026-03-26T22:55:53.710Z Downloaded supports-color v3.0.2
2392026-03-26T22:55:53.710Z Downloaded strsim v0.11.1
2402026-03-26T22:55:53.713Z Downloaded strip-ansi-escapes v0.2.1
2412026-03-26T22:55:53.713Z Downloaded ppv-lite86 v0.2.21
2422026-03-26T22:55:53.713Z Downloaded native-tls v0.2.18
2432026-03-26T22:55:53.715Z Downloaded cargo-util-schemas v0.2.0
2442026-03-26T22:55:53.715Z Downloaded bytes v1.11.1
2452026-03-26T22:55:53.718Z Downloaded cargo_metadata v0.20.0
2462026-03-26T22:55:53.721Z Downloaded debug-ignore v1.0.5
2472026-03-26T22:55:53.721Z Downloaded ipnet v2.12.0
2482026-03-26T22:55:53.724Z Downloaded cfg_aliases v0.2.1
2492026-03-26T22:55:53.724Z Downloaded owo-colors v4.3.0
2502026-03-26T22:55:53.727Z Downloaded filetime v0.2.27
2512026-03-26T22:55:53.727Z Downloaded self-replace v1.5.0
2522026-03-26T22:55:53.727Z Downloaded autocfg v1.5.0
2532026-03-26T22:55:53.731Z Downloaded rustc-demangle v0.1.27
2542026-03-26T22:55:53.735Z Downloaded semver v1.0.27
2552026-03-26T22:55:53.735Z Downloaded camino-tempfile v1.4.1
2562026-03-26T22:55:53.735Z Downloaded tinyvec_macros v0.1.1
2572026-03-26T22:55:53.740Z Downloaded ed25519 v2.2.3
2582026-03-26T22:55:53.744Z Downloaded convert_case v0.10.0
2592026-03-26T22:55:53.744Z Downloaded anstyle v1.0.14
2602026-03-26T22:55:53.748Z Downloaded pkcs8 v0.10.2
2612026-03-26T22:55:53.748Z Downloaded rand_core v0.6.4
2622026-03-26T22:55:53.748Z Downloaded foldhash v0.1.5
2632026-03-26T22:55:53.751Z Downloaded serde-untagged v0.1.9
2642026-03-26T22:55:53.751Z Downloaded target-spec-miette v0.4.5
2652026-03-26T22:55:53.754Z Downloaded once_cell v1.21.4
2662026-03-26T22:55:53.754Z Downloaded lock_api v0.4.14
2672026-03-26T22:55:53.758Z Downloaded globset v0.4.18
2682026-03-26T22:55:53.760Z Downloaded tower-service v0.3.3
2692026-03-26T22:55:53.761Z Downloaded tower-layer v0.3.3
2702026-03-26T22:55:53.761Z Downloaded clap_derive v4.6.0
2712026-03-26T22:55:53.764Z Downloaded tracing-error v0.2.1
2722026-03-26T22:55:53.769Z Downloaded toml_datetime v0.6.11
2732026-03-26T22:55:53.772Z Downloaded toml_write v0.1.2
2742026-03-26T22:55:53.772Z Downloaded simd-adler32 v0.3.8
2752026-03-26T22:55:53.772Z Downloaded serde_path_to_error v0.1.20
2762026-03-26T22:55:53.774Z Downloaded sync_wrapper v1.0.2
2772026-03-26T22:55:53.774Z Downloaded static_assertions v1.1.0
2782026-03-26T22:55:53.780Z Downloaded target-lexicon v0.13.3
2792026-03-26T22:55:53.780Z Downloaded shlex v1.3.0
2802026-03-26T22:55:53.780Z Downloaded terminal_size v0.4.4
2812026-03-26T22:55:53.783Z Downloaded spki v0.7.3
2822026-03-26T22:55:53.783Z Downloaded slab v0.4.12
2832026-03-26T22:55:53.783Z Downloaded smol_str v0.3.6
2842026-03-26T22:55:53.783Z Downloaded unicode-linebreak v0.1.5
2852026-03-26T22:55:53.783Z Downloaded try-lock v0.2.5
2862026-03-26T22:55:53.786Z Downloaded utf8_iter v1.0.4
2872026-03-26T22:55:53.786Z Downloaded typeid v1.0.3
2882026-03-26T22:55:53.789Z Downloaded httparse v1.10.1
2892026-03-26T22:55:53.789Z Downloaded unicode-xid v0.2.6
2902026-03-26T22:55:53.793Z Downloaded parking_lot v0.12.5
2912026-03-26T22:55:53.797Z Downloaded thiserror v1.0.69
2922026-03-26T22:55:53.800Z Downloaded pin-project-lite v0.2.17
2932026-03-26T22:55:53.805Z Downloaded eyre v0.6.12
2942026-03-26T22:55:53.805Z Downloaded rustls-pki-types v1.14.0
2952026-03-26T22:55:53.811Z Downloaded crc32fast v1.5.0
2962026-03-26T22:55:53.811Z Downloaded tokio-macros v2.6.1
2972026-03-26T22:55:53.811Z Downloaded thread_local v1.1.9
2982026-03-26T22:55:53.811Z Downloaded thiserror-impl v1.0.69
2992026-03-26T22:55:53.811Z Downloaded ahash v0.8.12
3002026-03-26T22:55:53.814Z Downloaded find-msvc-tools v0.1.9
3012026-03-26T22:55:53.814Z Downloaded erased-serde v0.4.10
3022026-03-26T22:55:53.820Z Downloaded target-spec v3.5.7
3032026-03-26T22:55:53.823Z Downloaded toml_datetime v1.1.0+spec-1.1.0
3042026-03-26T22:55:53.827Z Downloaded version_check v0.9.5
3052026-03-26T22:55:53.830Z Downloaded getrandom v0.2.17
3062026-03-26T22:55:53.830Z Downloaded der v0.7.10
3072026-03-26T22:55:53.833Z Downloaded quinn-udp v0.5.14
3082026-03-26T22:55:53.836Z Downloaded futures-channel v0.3.32
3092026-03-26T22:55:53.836Z Downloaded parking_lot_core v0.9.12
3102026-03-26T22:55:53.842Z Downloaded sha2 v0.10.9
3112026-03-26T22:55:53.842Z Downloaded getrandom v0.4.2
3122026-03-26T22:55:53.844Z Downloaded tokio-native-tls v0.3.1
3132026-03-26T22:55:53.845Z Downloaded urlencoding v2.1.3
3142026-03-26T22:55:53.845Z Downloaded want v0.3.1
3152026-03-26T22:55:53.848Z Downloaded self_update v0.42.0
3162026-03-26T22:55:53.851Z Downloaded smallvec v1.15.1
3172026-03-26T22:55:53.853Z Downloaded signal-hook-registry v1.4.8
3182026-03-26T22:55:53.856Z Downloaded unicase v2.9.0
3192026-03-26T22:55:53.859Z Downloaded utf8parse v0.2.2
3202026-03-26T22:55:53.862Z Downloaded untrusted v0.9.0
3212026-03-26T22:55:53.865Z Downloaded quote v1.0.45
3222026-03-26T22:55:53.868Z Downloaded log v0.4.29
3232026-03-26T22:55:53.868Z Downloaded pin-project-internal v1.1.11
3242026-03-26T22:55:53.868Z Downloaded futures v0.3.32
3252026-03-26T22:55:53.871Z Downloaded iana-time-zone v0.1.65
3262026-03-26T22:55:53.874Z Downloaded proc-macro2 v1.0.106
3272026-03-26T22:55:53.877Z Downloaded xattr v1.6.1
3282026-03-26T22:55:53.877Z Downloaded toml v0.8.23
3292026-03-26T22:55:53.881Z Downloaded getrandom v0.3.4
3302026-03-26T22:55:53.886Z Downloaded zmij v1.0.21
3312026-03-26T22:55:53.886Z Downloaded zipsign-api v0.1.5
3322026-03-26T22:55:53.886Z Downloaded clap v4.6.0
3332026-03-26T22:55:53.889Z Downloaded tempfile v3.27.0
3342026-03-26T22:55:53.892Z Downloaded tokio-stream v0.1.18
3352026-03-26T22:55:53.895Z Downloaded thiserror-impl v2.0.18
3362026-03-26T22:55:53.895Z Downloaded indicatif v0.17.11
3372026-03-26T22:55:53.898Z Downloaded serde_derive v1.0.228
3382026-03-26T22:55:53.900Z Downloaded signal-hook v0.3.18
3392026-03-26T22:55:53.900Z Downloaded num-traits v0.2.19
3402026-03-26T22:55:53.904Z Downloaded zstd v0.13.3
3412026-03-26T22:55:53.904Z Downloaded zeroize v1.8.2
3422026-03-26T22:55:53.907Z Downloaded serde_core v1.0.228
3432026-03-26T22:55:53.907Z Downloaded toml_parser v1.1.0+spec-1.1.0
3442026-03-26T22:55:53.910Z Downloaded toml_writer v1.1.0+spec-1.1.0
3452026-03-26T22:55:53.910Z Downloaded sharded-slab v0.1.7
3462026-03-26T22:55:53.914Z Downloaded xxhash-rust v0.8.15
3472026-03-26T22:55:53.914Z Downloaded textwrap v0.16.2
3482026-03-26T22:55:53.917Z Downloaded tracing-attributes v0.1.31
3492026-03-26T22:55:53.917Z Downloaded tokio-rustls v0.26.4
3502026-03-26T22:55:53.917Z Downloaded derive-where v1.6.1
3512026-03-26T22:55:53.920Z Downloaded tracing-log v0.2.0
3522026-03-26T22:55:53.923Z Downloaded miniz_oxide v0.8.9
3532026-03-26T22:55:53.923Z Downloaded config v0.15.22
3542026-03-26T22:55:53.926Z Downloaded tinyvec v1.11.0
3552026-03-26T22:55:53.931Z Downloaded thiserror v2.0.18
3562026-03-26T22:55:53.934Z Downloaded const-oid v0.9.6
3572026-03-26T22:55:53.934Z Downloaded cfg-expr v0.20.7
3582026-03-26T22:55:53.934Z Downloaded openssl-sys v0.9.112
3592026-03-26T22:55:53.946Z Downloaded zstd-safe v7.2.4
3602026-03-26T22:55:53.952Z Downloaded tracing-core v0.1.36
3612026-03-26T22:55:53.955Z Downloaded uuid v1.22.0
3622026-03-26T22:55:53.958Z Downloaded unicode-ident v1.0.24
3632026-03-26T22:55:53.958Z Downloaded derive_more v2.1.1
3642026-03-26T22:55:53.965Z Downloaded tar v0.4.45
3652026-03-26T22:55:53.967Z Downloaded toml_edit v0.22.27
3662026-03-26T22:55:53.971Z Downloaded base64 v0.22.1
3672026-03-26T22:55:53.974Z Downloaded flate2 v1.1.9
3682026-03-26T22:55:53.977Z Downloaded vte v0.14.1
3692026-03-26T22:55:53.977Z Downloaded serde v1.0.228
3702026-03-26T22:55:53.980Z Downloaded ed25519-dalek v2.2.0
3712026-03-26T22:55:53.983Z Downloaded rustls-webpki v0.103.10
3722026-03-26T22:55:53.983Z Downloaded quinn v0.11.9
3732026-03-26T22:55:53.986Z Downloaded socket2 v0.6.3
3742026-03-26T22:55:53.989Z Downloaded regex v1.12.3
3752026-03-26T22:55:53.992Z Downloaded toml v1.1.0+spec-1.1.0
3762026-03-26T22:55:53.995Z Downloaded http v1.4.0
3772026-03-26T22:55:53.997Z Downloaded cc v1.2.57
3782026-03-26T22:55:53.997Z Downloaded indexmap v2.13.0
3792026-03-26T22:55:54.005Z Downloaded mio v1.1.1
3802026-03-26T22:55:54.012Z Downloaded typenum v1.19.0
3812026-03-26T22:55:54.021Z Downloaded url v2.5.8
3822026-03-26T22:55:54.024Z Downloaded rand v0.9.2
3832026-03-26T22:55:54.027Z Downloaded derive_more-impl v2.1.1
3842026-03-26T22:55:54.029Z Downloaded miette v7.6.0
3852026-03-26T22:55:54.043Z Downloaded tower v0.5.3
3862026-03-26T22:55:54.056Z Downloaded hashbrown v0.16.1
3872026-03-26T22:55:54.059Z Downloaded crossterm v0.29.0
3882026-03-26T22:55:54.065Z Downloaded hashbrown v0.15.5
3892026-03-26T22:55:54.068Z Downloaded guppy v0.17.25
3902026-03-26T22:55:54.072Z Downloaded unicode-segmentation v1.13.2
3912026-03-26T22:55:54.079Z Downloaded ron v0.12.0
3922026-03-26T22:55:54.089Z Downloaded serde_json v1.0.149
3932026-03-26T22:55:54.097Z Downloaded unicode-normalization v0.1.25
3942026-03-26T22:55:54.100Z Downloaded clap_builder v4.6.0
3952026-03-26T22:55:54.103Z Downloaded reqwest v0.12.28
3962026-03-26T22:55:54.108Z Downloaded itertools v0.14.0
3972026-03-26T22:55:54.112Z Downloaded h2 v0.4.13
3982026-03-26T22:55:54.115Z Downloaded futures-util v0.3.32
3992026-03-26T22:55:54.123Z Downloaded tokio-util v0.7.18
4002026-03-26T22:55:54.128Z Downloaded iri-string v0.7.11
4012026-03-26T22:55:54.132Z Downloaded tower-http v0.6.8
4022026-03-26T22:55:54.137Z Downloaded winnow v1.0.0
4032026-03-26T22:55:54.143Z Downloaded pulldown-cmark v0.13.3
4042026-03-26T22:55:54.146Z Downloaded hyper v1.8.1
4052026-03-26T22:55:54.150Z Downloaded portable-atomic v1.13.1
4062026-03-26T22:55:54.156Z Downloaded gimli v0.32.3
4072026-03-26T22:55:54.160Z Downloaded aho-corasick v1.1.4
4082026-03-26T22:55:54.163Z Downloaded chrono v0.4.44
4092026-03-26T22:55:54.168Z Downloaded quick-xml v0.37.5
4102026-03-26T22:55:54.172Z Downloaded vcpkg v0.2.15
4112026-03-26T22:55:54.198Z Downloaded zerocopy v0.8.47
4122026-03-26T22:55:54.206Z Downloaded quick-xml v0.38.4
4132026-03-26T22:55:54.210Z Downloaded unicode-width v0.1.14
4142026-03-26T22:55:54.213Z Downloaded winnow v0.7.15
4152026-03-26T22:55:54.219Z Downloaded bstr v1.12.1
4162026-03-26T22:55:54.224Z Downloaded tracing-subscriber v0.3.23
4172026-03-26T22:55:54.229Z Downloaded curve25519-dalek v4.1.3
4182026-03-26T22:55:54.235Z Downloaded tracing v0.1.44
4192026-03-26T22:55:54.249Z Downloaded color-eyre v0.6.5
4202026-03-26T22:55:54.257Z Downloaded quinn-proto v0.11.14
4212026-03-26T22:55:54.285Z Downloaded webpki-roots v1.0.6
4222026-03-26T22:55:54.292Z Downloaded nextest-runner v0.80.0
4232026-03-26T22:55:54.298Z Downloaded openssl v0.10.76
4242026-03-26T22:55:54.312Z Downloaded unicode-width v0.2.2
4252026-03-26T22:55:54.326Z Downloaded nix v0.30.1
4262026-03-26T22:55:54.335Z Downloaded syn v2.0.117
4272026-03-26T22:55:54.341Z Downloaded object v0.37.3
4282026-03-26T22:55:54.350Z Downloaded rustls v0.23.37
4292026-03-26T22:55:54.355Z Downloaded rustix v0.38.44
4302026-03-26T22:55:54.367Z Downloaded regex-syntax v0.8.10
4312026-03-26T22:55:54.383Z Downloaded rustix v1.1.4
4322026-03-26T22:55:54.476Z Downloaded regex-automata v0.4.14
4332026-03-26T22:55:54.508Z Downloaded petgraph v0.8.3
4342026-03-26T22:55:54.520Z Downloaded libc v0.2.183
4352026-03-26T22:55:54.539Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4362026-03-26T22:55:54.562Z Downloaded tokio v1.50.0
4372026-03-26T22:55:54.626Z Downloaded recursion v0.5.4
4382026-03-26T22:55:54.632Z Downloaded ring v0.17.14
4392026-03-26T22:55:54.691Z Compiling proc-macro2 v1.0.106
4402026-03-26T22:55:54.691Z Compiling libc v0.2.183
4412026-03-26T22:55:54.694Z Compiling unicode-ident v1.0.24
4422026-03-26T22:55:54.694Z Compiling quote v1.0.45
4432026-03-26T22:55:54.694Z Compiling serde_core v1.0.228
4442026-03-26T22:55:54.695Z Compiling cfg-if v1.0.4
4452026-03-26T22:55:54.695Z Compiling memchr v2.8.0
4462026-03-26T22:55:54.695Z Compiling once_cell v1.21.4
4472026-03-26T22:55:54.913Z Compiling log v0.4.29
4482026-03-26T22:55:54.939Z Compiling pin-project-lite v0.2.17
4492026-03-26T22:55:55.029Z Compiling itoa v1.0.18
4502026-03-26T22:55:55.072Z Compiling serde v1.0.228
4512026-03-26T22:55:55.257Z Compiling futures-core v0.3.32
4522026-03-26T22:55:55.405Z Compiling smallvec v1.15.1
4532026-03-26T22:55:55.567Z Compiling bitflags v2.11.0
4542026-03-26T22:55:55.589Z Compiling shlex v1.3.0
4552026-03-26T22:55:55.655Z Compiling find-msvc-tools v0.1.9
4562026-03-26T22:55:55.770Z Compiling hashbrown v0.16.1
4572026-03-26T22:55:55.880Z Compiling equivalent v1.0.2
4582026-03-26T22:55:55.942Z Compiling jobserver v0.1.34
4592026-03-26T22:55:55.946Z Compiling bytes v1.11.1
4602026-03-26T22:55:55.958Z Compiling rustix v1.1.4
4612026-03-26T22:55:55.969Z Compiling futures-sink v0.3.32
4622026-03-26T22:55:56.072Z Compiling errno v0.3.14
4632026-03-26T22:55:56.127Z Compiling mio v1.1.1
4642026-03-26T22:55:56.265Z Compiling signal-hook-registry v1.4.8
4652026-03-26T22:55:56.294Z Compiling cc v1.2.57
4662026-03-26T22:55:56.435Z Compiling syn v2.0.117
4672026-03-26T22:55:56.487Z Compiling socket2 v0.6.3
4682026-03-26T22:55:56.792Z Compiling slab v0.4.12
4692026-03-26T22:55:56.835Z Compiling zmij v1.0.21
4702026-03-26T22:55:56.849Z Compiling futures-channel v0.3.32
4712026-03-26T22:55:57.002Z Compiling tracing-core v0.1.36
4722026-03-26T22:55:57.112Z Compiling version_check v0.9.5
4732026-03-26T22:55:57.167Z Compiling serde_json v1.0.149
4742026-03-26T22:55:57.376Z Compiling futures-io v0.3.32
4752026-03-26T22:55:57.410Z Compiling getrandom v0.4.2
4762026-03-26T22:55:57.566Z Compiling indexmap v2.13.0
4772026-03-26T22:55:57.586Z Compiling futures-task v0.3.32
4782026-03-26T22:55:57.646Z Compiling unicode-width v0.2.2
4792026-03-26T22:55:57.683Z Compiling camino v1.2.2
4802026-03-26T22:55:57.918Z Compiling ring v0.17.14
4812026-03-26T22:55:57.950Z Compiling http v1.4.0
4822026-03-26T22:55:58.051Z Compiling percent-encoding v2.3.2
4832026-03-26T22:55:58.068Z Compiling autocfg v1.5.0
4842026-03-26T22:55:58.321Z Compiling simd-adler32 v0.3.8
4852026-03-26T22:55:58.429Z Compiling zeroize v1.8.2
4862026-03-26T22:55:58.433Z Compiling adler2 v2.0.1
4872026-03-26T22:55:58.461Z Compiling num-traits v0.2.19
4882026-03-26T22:55:58.558Z Compiling miniz_oxide v0.8.9
4892026-03-26T22:55:58.678Z Compiling object v0.37.3
4902026-03-26T22:55:58.951Z Compiling getrandom v0.3.4
4912026-03-26T22:55:59.131Z Compiling target-lexicon v0.13.3
4922026-03-26T22:55:59.147Z Compiling zerocopy v0.8.47
4932026-03-26T22:55:59.489Z Compiling http-body v1.0.1
4942026-03-26T22:55:59.566Z Compiling rustls-pki-types v1.14.0
4952026-03-26T22:55:59.641Z Compiling semver v1.0.27
4962026-03-26T22:55:59.651Z Compiling getrandom v0.2.17
4972026-03-26T22:55:59.745Z Compiling guppy-workspace-hack v0.1.0
4982026-03-26T22:55:59.844Z Compiling untrusted v0.9.0
4992026-03-26T22:55:59.960Z Compiling owo-colors v4.3.0
5002026-03-26T22:55:59.979Z Compiling httparse v1.10.1
5012026-03-26T22:55:59.979Z Compiling thiserror v2.0.18
5022026-03-26T22:56:00.082Z Compiling serde_derive v1.0.228
5032026-03-26T22:56:00.134Z Compiling tokio-macros v2.6.1
5042026-03-26T22:56:00.273Z Compiling futures-macro v0.3.32
5052026-03-26T22:56:00.307Z Compiling tracing-attributes v0.1.31
5062026-03-26T22:56:00.310Z Compiling signal-hook v0.3.18
5072026-03-26T22:56:00.310Z Compiling fnv v1.0.7
5082026-03-26T22:56:00.406Z Compiling typenum v1.19.0
5092026-03-26T22:56:00.440Z Compiling gimli v0.32.3
5102026-03-26T22:56:00.794Z Compiling thiserror-impl v2.0.18
5112026-03-26T22:56:00.887Z Compiling tokio v1.50.0
5122026-03-26T22:56:01.080Z Compiling futures-util v0.3.32
5132026-03-26T22:56:01.515Z Compiling tracing v0.1.44
5142026-03-26T22:56:02.597Z Compiling addr2line v0.25.1
5152026-03-26T22:56:03.073Z Compiling form_urlencoded v1.2.2
5162026-03-26T22:56:03.210Z Compiling generic-array v0.14.7
5172026-03-26T22:56:03.298Z Compiling rustc-demangle v0.1.27
5182026-03-26T22:56:03.335Z Compiling thiserror v1.0.69
5192026-03-26T22:56:03.430Z Compiling tower-service v0.3.3
5202026-03-26T22:56:03.527Z Compiling rustls v0.23.37
5212026-03-26T22:56:03.639Z Compiling atomic-waker v1.1.2
5222026-03-26T22:56:03.698Z Compiling idna_adapter v1.0.0
5232026-03-26T22:56:03.727Z Compiling target-spec v3.5.7
5242026-03-26T22:56:03.766Z Compiling typeid v1.0.3
5252026-03-26T22:56:03.796Z Compiling pkg-config v0.3.32
5262026-03-26T22:56:03.999Z Compiling try-lock v0.2.5
5272026-03-26T22:56:04.043Z Compiling fastrand v2.3.0
5282026-03-26T22:56:04.113Z Compiling utf8_iter v1.0.4
5292026-03-26T22:56:04.225Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5302026-03-26T22:56:04.275Z Compiling tempfile v3.27.0
5312026-03-26T22:56:04.278Z Compiling idna v1.1.0
5322026-03-26T22:56:04.403Z Compiling want v0.3.1
5332026-03-26T22:56:04.653Z Compiling cfg-expr v0.20.7
5342026-03-26T22:56:04.734Z Compiling tokio-util v0.7.18
5352026-03-26T22:56:05.170Z Compiling backtrace v0.3.76
5362026-03-26T22:56:05.303Z Compiling h2 v0.4.13
5372026-03-26T22:56:05.907Z Compiling thiserror-impl v1.0.69
5382026-03-26T22:56:06.089Z Compiling terminal_size v0.4.4
5392026-03-26T22:56:06.211Z Compiling aho-corasick v1.1.4
5402026-03-26T22:56:06.239Z Compiling pin-utils v0.1.0
5412026-03-26T22:56:06.284Z Compiling subtle v2.6.1
5422026-03-26T22:56:06.310Z Compiling regex-syntax v0.8.10
5432026-03-26T22:56:06.439Z Compiling erased-serde v0.4.10
5442026-03-26T22:56:06.717Z Compiling winnow v0.7.15
5452026-03-26T22:56:07.734Z Compiling hyper v1.8.1
5462026-03-26T22:56:08.576Z Compiling rustls-webpki v0.103.10
5472026-03-26T22:56:11.150Z Compiling regex-automata v0.4.14
5482026-03-26T22:56:11.440Z Compiling url v2.5.8
5492026-03-26T22:56:11.718Z Compiling toml_datetime v0.6.11
5502026-03-26T22:56:12.090Z Compiling serde_spanned v0.6.9
5512026-03-26T22:56:12.248Z Compiling ahash v0.8.12
5522026-03-26T22:56:12.487Z Compiling sync_wrapper v1.0.2
5532026-03-26T22:56:12.598Z Compiling is_ci v1.2.0
5542026-03-26T22:56:12.765Z Compiling nextest-workspace-hack v0.1.0
5552026-03-26T22:56:12.976Z Compiling either v1.15.0
5562026-03-26T22:56:13.203Z Compiling ipnet v2.12.0
5572026-03-26T22:56:13.585Z Compiling crc32fast v1.5.0
5582026-03-26T22:56:13.733Z Compiling lazy_static v1.5.0
5592026-03-26T22:56:13.842Z Compiling tower-layer v0.3.3
5602026-03-26T22:56:13.863Z Compiling parking_lot_core v0.9.12
5612026-03-26T22:56:13.866Z Compiling unicode-segmentation v1.13.2
5622026-03-26T22:56:14.040Z Compiling toml_write v0.1.2
5632026-03-26T22:56:14.124Z Compiling unicode-linebreak v0.1.5
5642026-03-26T22:56:14.268Z Compiling foldhash v0.1.5
5652026-03-26T22:56:14.282Z Compiling base64 v0.22.1
5662026-03-26T22:56:14.385Z Compiling portable-atomic v1.13.1
5672026-03-26T22:56:14.398Z Compiling hashbrown v0.15.5
5682026-03-26T22:56:14.490Z Compiling textwrap v0.16.2
5692026-03-26T22:56:14.490Z Compiling toml_edit v0.22.27
5702026-03-26T22:56:14.768Z Compiling hyper-util v0.1.20
5712026-03-26T22:56:14.875Z Compiling convert_case v0.10.0
5722026-03-26T22:56:15.057Z Compiling tower v0.5.3
5732026-03-26T22:56:15.178Z Compiling sharded-slab v0.1.7
5742026-03-26T22:56:15.639Z Compiling tokio-rustls v0.26.4
5752026-03-26T22:56:15.791Z Compiling supports-color v3.0.2
5762026-03-26T22:56:15.938Z Compiling backtrace-ext v0.2.1
5772026-03-26T22:56:16.019Z Compiling ordered-float v2.10.1
5782026-03-26T22:56:16.188Z Compiling miette-derive v7.6.0
5792026-03-26T22:56:16.285Z Compiling webpki-roots v1.0.6
5802026-03-26T22:56:16.402Z Compiling pathdiff v0.2.3
5812026-03-26T22:56:16.500Z Compiling console v0.15.11
5822026-03-26T22:56:16.523Z Compiling cargo-platform v0.3.2
5832026-03-26T22:56:17.075Z Compiling tracing-log v0.2.0
5842026-03-26T22:56:17.313Z Compiling os_pipe v1.2.3
5852026-03-26T22:56:17.397Z Compiling thread_local v1.1.9
5862026-03-26T22:56:17.436Z Compiling fixedbitset v0.5.7
5872026-03-26T22:56:17.480Z Compiling iri-string v0.7.11
5882026-03-26T22:56:17.750Z Compiling zstd-safe v7.2.4
5892026-03-26T22:56:17.813Z Compiling rustix v0.38.44
5902026-03-26T22:56:17.946Z Compiling supports-hyperlinks v3.2.0
5912026-03-26T22:56:17.978Z Compiling winnow v1.0.0
5922026-03-26T22:56:18.153Z Compiling unicode-width v0.1.14
5932026-03-26T22:56:18.166Z Compiling ryu v1.0.23
5942026-03-26T22:56:18.454Z Compiling pulldown-cmark v0.13.3
5952026-03-26T22:56:18.666Z Compiling cfg_aliases v0.2.1
5962026-03-26T22:56:18.740Z Compiling utf8parse v0.2.2
5972026-03-26T22:56:18.783Z Compiling supports-unicode v3.0.0
5982026-03-26T22:56:18.852Z Compiling scopeguard v1.2.0
5992026-03-26T22:56:18.950Z Compiling debug-ignore v1.0.5
6002026-03-26T22:56:18.962Z Compiling lock_api v0.4.14
6012026-03-26T22:56:19.060Z Compiling toml_parser v1.1.0+spec-1.1.0
6022026-03-26T22:56:19.193Z Compiling tower-http v0.6.8
6032026-03-26T22:56:19.394Z Compiling miette v7.6.0
6042026-03-26T22:56:20.089Z Compiling anstyle-parse v1.0.0
6052026-03-26T22:56:20.194Z Compiling nix v0.30.1
6062026-03-26T22:56:20.327Z Compiling serde_urlencoded v0.7.1
6072026-03-26T22:56:20.458Z Compiling petgraph v0.8.3
6082026-03-26T22:56:20.564Z Compiling tracing-subscriber v0.3.23
6092026-03-26T22:56:20.598Z Compiling sigchld v0.2.4
6102026-03-26T22:56:20.787Z Compiling cargo_metadata v0.23.1
6112026-03-26T22:56:22.348Z Compiling hyper-rustls v0.27.7
6122026-03-26T22:56:22.365Z Compiling serde-untagged v0.1.9
6132026-03-26T22:56:22.730Z Compiling serde-value v0.7.0
6142026-03-26T22:56:23.016Z Compiling toml v0.8.23
6152026-03-26T22:56:23.716Z Compiling derive_more-impl v2.1.1
6162026-03-26T22:56:23.950Z Compiling itertools v0.14.0
6172026-03-26T22:56:24.218Z Compiling regex v1.12.3
6182026-03-26T22:56:24.510Z Compiling block-buffer v0.10.4
6192026-03-26T22:56:24.565Z Compiling crypto-common v0.1.7
6202026-03-26T22:56:24.661Z Compiling ppv-lite86 v0.2.21
6212026-03-26T22:56:24.701Z Compiling futures-executor v0.3.32
6222026-03-26T22:56:24.996Z Compiling rand_core v0.9.5
6232026-03-26T22:56:25.241Z Compiling pin-project-internal v1.1.11
6242026-03-26T22:56:25.254Z Compiling http-body-util v0.1.3
6252026-03-26T22:56:25.452Z Compiling uuid v1.22.0
6262026-03-26T22:56:25.537Z Compiling toml_datetime v1.1.0+spec-1.1.0
6272026-03-26T22:56:25.646Z Compiling serde_spanned v1.1.0
6282026-03-26T22:56:25.805Z Compiling smol_str v0.3.6
6292026-03-26T22:56:25.908Z Compiling filetime v0.2.27
6302026-03-26T22:56:25.954Z Compiling bstr v1.12.1
6312026-03-26T22:56:25.993Z Compiling vte v0.14.1
6322026-03-26T22:56:26.016Z Compiling anstyle-query v1.1.5
6332026-03-26T22:56:26.108Z Compiling unicase v2.9.0
6342026-03-26T22:56:26.122Z Compiling color-spantrace v0.3.0
6352026-03-26T22:56:26.145Z Compiling tinyvec_macros v0.1.1
6362026-03-26T22:56:26.208Z Compiling iana-time-zone v0.1.65
6372026-03-26T22:56:26.220Z Compiling number_prefix v0.4.0
6382026-03-26T22:56:26.286Z Compiling nested v0.1.1
6392026-03-26T22:56:26.290Z Compiling is_terminal_polyfill v1.70.2
6402026-03-26T22:56:26.367Z Compiling xattr v1.6.1
6412026-03-26T22:56:26.381Z Compiling self_update v0.42.0
6422026-03-26T22:56:26.407Z Compiling litrs v1.0.0
6432026-03-26T22:56:26.536Z Compiling anstyle v1.0.14
6442026-03-26T22:56:26.547Z Compiling unicode-xid v0.2.6
6452026-03-26T22:56:26.602Z Compiling eyre v0.6.12
6462026-03-26T22:56:26.614Z Compiling colorchoice v1.0.5
6472026-03-26T22:56:26.662Z Compiling static_assertions v1.1.0
6482026-03-26T22:56:26.726Z Compiling guppy v0.17.25
6492026-03-26T22:56:26.739Z Compiling anstream v1.0.0
6502026-03-26T22:56:26.791Z Compiling cargo-util-schemas v0.2.0
6512026-03-26T22:56:26.839Z Compiling document-features v0.2.12
6522026-03-26T22:56:27.224Z Compiling tar v0.4.45
6532026-03-26T22:56:27.278Z Compiling globset v0.4.18
6542026-03-26T22:56:27.374Z Compiling indicatif v0.17.11
6552026-03-26T22:56:28.316Z Compiling chrono v0.4.44
6562026-03-26T22:56:29.122Z Compiling pin-project v1.1.11
6572026-03-26T22:56:29.204Z Compiling tinyvec v1.11.0
6582026-03-26T22:56:29.226Z Compiling strip-ansi-escapes v0.2.1
6592026-03-26T22:56:29.629Z Compiling nextest-metadata v0.12.2
6602026-03-26T22:56:29.742Z Compiling toml v1.1.0+spec-1.1.0
6612026-03-26T22:56:29.820Z Compiling newtype-uuid v1.3.2
6622026-03-26T22:56:30.020Z Compiling reqwest v0.12.28
6632026-03-26T22:56:30.512Z Compiling rand_chacha v0.9.0
6642026-03-26T22:56:30.523Z Compiling futures v0.3.32
6652026-03-26T22:56:30.605Z Compiling digest v0.10.7
6662026-03-26T22:56:30.828Z Compiling derive_more v2.1.1
6672026-03-26T22:56:30.908Z Compiling parking_lot v0.12.5
6682026-03-26T22:56:31.066Z Compiling flate2 v1.1.9
6692026-03-26T22:56:31.624Z Compiling tracing-error v0.2.1
6702026-03-26T22:56:31.699Z Compiling shared_child v1.1.1
6712026-03-26T22:56:32.031Z Compiling signal-hook-mio v0.2.5
6722026-03-26T22:56:32.159Z Compiling self-replace v1.5.0
6732026-03-26T22:56:32.178Z Compiling cargo-platform v0.2.0
6742026-03-26T22:56:32.452Z Compiling quick-xml v0.37.5
6752026-03-26T22:56:32.735Z Compiling quick-xml v0.38.4
6762026-03-26T22:56:33.115Z Compiling humantime v2.3.0
6772026-03-26T22:56:33.449Z Compiling recursion v0.5.4
6782026-03-26T22:56:33.536Z Compiling clap_lex v1.1.0
6792026-03-26T22:56:33.588Z Compiling urlencoding v2.1.3
6802026-03-26T22:56:33.831Z Compiling cpufeatures v0.2.17
6812026-03-26T22:56:33.906Z Compiling indenter v0.3.4
6822026-03-26T22:56:33.909Z Compiling heck v0.5.0
6832026-03-26T22:56:33.995Z Compiling shell-words v1.1.1
6842026-03-26T22:56:34.034Z Compiling strsim v0.11.1
6852026-03-26T22:56:34.114Z Compiling clap_derive v4.6.0
6862026-03-26T22:56:34.250Z Compiling clap_builder v4.6.0
6872026-03-26T22:56:34.799Z Compiling sha2 v0.10.9
6882026-03-26T22:56:34.884Z Compiling nextest-filtering v0.15.0
6892026-03-26T22:56:35.905Z Compiling quick-junit v0.5.2
6902026-03-26T22:56:36.006Z Compiling humantime-serde v1.1.1
6912026-03-26T22:56:36.162Z Compiling atomicwrites v0.4.4
6922026-03-26T22:56:36.448Z Compiling cargo_metadata v0.20.0
6932026-03-26T22:56:38.779Z Compiling cargo-nextest v0.9.97
6942026-03-26T22:56:39.009Z Compiling crossterm v0.29.0
6952026-03-26T22:56:39.912Z Compiling duct v0.13.7
6962026-03-26T22:56:40.051Z Compiling zstd v0.13.3
6972026-03-26T22:56:40.475Z Compiling rand v0.9.2
6982026-03-26T22:56:40.825Z Compiling async-scoped v0.9.0
6992026-03-26T22:56:41.021Z Compiling config v0.15.22
7002026-03-26T22:56:41.230Z Compiling unicode-normalization v0.1.25
7012026-03-26T22:56:41.440Z Compiling target-spec-miette v0.4.5
7022026-03-26T22:56:41.583Z Compiling future-queue v0.4.0
7032026-03-26T22:56:41.687Z Compiling mukti-metadata v0.3.0
7042026-03-26T22:56:41.811Z Compiling tokio-stream v0.1.18
7052026-03-26T22:56:41.841Z Compiling camino-tempfile v1.4.1
7062026-03-26T22:56:41.859Z Compiling derive-where v1.6.1
7072026-03-26T22:56:42.190Z Compiling serde_ignored v0.1.14
7082026-03-26T22:56:42.220Z Compiling serde_path_to_error v0.1.20
7092026-03-26T22:56:42.286Z Compiling swrite v0.1.0
7102026-03-26T22:56:42.333Z Compiling xxhash-rust v0.8.15
7112026-03-26T22:56:42.391Z Compiling hex v0.4.3
7122026-03-26T22:56:42.413Z Compiling indent_write v2.2.0
7132026-03-26T22:56:42.514Z Compiling home v0.5.12
7142026-03-26T22:56:42.661Z Compiling color-eyre v0.6.5
7152026-03-26T22:56:42.673Z Compiling clap v4.6.0
7162026-03-26T22:56:42.695Z Compiling dialoguer v0.11.0
7172026-03-26T22:56:42.708Z Compiling enable-ansi-support v0.2.1
7182026-03-26T22:56:43.096Z Compiling nextest-runner v0.80.0
7192026-03-26T22:57:01.422Z Finished `release` profile [optimized] target(s) in 1m 10s
7202026-03-26T22:57:01.596Z Installing /home/build/.cargo/bin/cargo-nextest
7212026-03-26T22:57:01.599Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7222026-03-26T22:57:01.716Z+ source .github/buildomat/test-common.sh
7232026-03-26T22:57:01.719Z++ NEXTEST_VERSION=0.9.97
7242026-03-26T22:57:01.720Z++ PLATFORM=illumos
7252026-03-26T22:57:01.720Z++ banner install
7262026-03-26T22:57:01.720Z
7272026-03-26T22:57:01.720Z # # # #### ##### ## # #
7282026-03-26T22:57:01.720Z # ## # # # # # # #
7292026-03-26T22:57:01.720Z # # # # #### # # # # #
7302026-03-26T22:57:01.720Z # # # # # # ###### # #
7312026-03-26T22:57:01.720Z # # ## # # # # # # #
7322026-03-26T22:57:01.720Z # # # #### # # # ###### ######
7332026-03-26T22:57:01.720Z
7342026-03-26T22:57:01.720Z++ set +o errexit
7352026-03-26T22:57:01.720Z++ pkg info clang-15
7362026-03-26T22:57:01.720Z++ grep -qi installed
7372026-03-26T22:57:04.182Zpkg: info: no packages matching the following patterns you specified are
7382026-03-26T22:57:04.182Zinstalled on the system. Try querying remotely instead:
7392026-03-26T22:57:04.182Z
7402026-03-26T22:57:04.182Z clang-15
7412026-03-26T22:57:04.222Z++ [[ 1 != 0 ]]
7422026-03-26T22:57:04.222Z++ set -o errexit
7432026-03-26T22:57:04.222Z++ pfexec pkg install clang-15
7442026-03-26T22:57:11.009Z Startup: Refreshing catalog 'helios-dev' ... Done
7452026-03-26T22:57:17.901Z Startup: Caching catalogs ... Done
7462026-03-26T22:57:21.814ZPlanning: Solver setup ... Done
7472026-03-26T22:57:21.829ZPlanning: Running solver ... Done
7482026-03-26T22:57:21.953ZPlanning: Finding local manifests ... Done
7492026-03-26T22:57:21.964ZPlanning: Fetching manifests: 0/2 0% complete
7502026-03-26T22:57:22.066ZPlanning: Fetching manifests: 2/2 100% complete
7512026-03-26T22:57:22.077ZPlanning: Package planning ... Done
7522026-03-26T22:57:22.104ZPlanning: Merging actions ... Done
7532026-03-26T22:57:22.280ZPlanning: Checking for conflicting actions ... Done
7542026-03-26T22:57:22.287ZPlanning: Consolidating action changes ... Done
7552026-03-26T22:57:24.518ZPlanning: Evaluating mediators ... Done
7562026-03-26T22:57:24.524ZPlanning: Planning completed in 6.47 seconds
7572026-03-26T22:57:24.535Z Packages to install: 2
7582026-03-26T22:57:24.538Z Mediators to change: 2
7592026-03-26T22:57:24.538Z Services to change: 1
7602026-03-26T22:57:24.538Z Create boot environment: No
7612026-03-26T22:57:24.538ZCreate backup boot environment: No
7622026-03-26T22:57:24.604Z
7632026-03-26T22:57:24.604ZDownload: 0/3076 items 0.0/211.3MB 0% complete
7642026-03-26T22:57:29.603ZDownload: 2488/3076 items 119.5/211.3MB 56% complete (24.1M/s)
7652026-03-26T22:57:32.478ZDownload: Completed 211.31 MB in 7.87 seconds (26.8M/s)
7662026-03-26T22:57:32.906Z Actions: 1/3418 actions (Installing new actions)
7672026-03-26T22:57:36.105Z Actions: Completed 3418 actions in 3.20 seconds.
7682026-03-26T22:57:36.760Z Done
7692026-03-26T22:57:36.760Z Done
7702026-03-26T22:57:37.466Z Done
7712026-03-26T22:57:40.710Z Done
7722026-03-26T22:57:40.783Z Done
7732026-03-26T22:57:40.787Z Done
7742026-03-26T22:57:40.948Z Done
7752026-03-26T22:57:41.596Z++ set -o errexit
7762026-03-26T22:57:41.596Z++ cargo --version
7772026-03-26T22:57:41.606Zcargo 1.94.0 (85eff7c80 2026-01-15)
7782026-03-26T22:57:41.610Z++ rustc --version
7792026-03-26T22:57:41.630Zrustc 1.94.0 (4a4ef493e 2026-03-02)
7802026-03-26T22:57:41.634Z++ cargo install cargo-nextest --version 0.9.97
7812026-03-26T22:57:41.689Z Ignored package `cargo-nextest v0.9.97` is already installed, use --force to override
7822026-03-26T22:57:41.697Z+ pushd rdb
7832026-03-26T22:57:41.697Z+ PROPTEST_CASES=1000000
7842026-03-26T22:57:41.697Z/work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite
7852026-03-26T22:57:41.698Z+ cargo nextest run --lib proptest
7862026-03-26T22:57:41.852Z Updating git repository `https://github.com/oxidecomputer/falcon`
7872026-03-26T22:57:42.528ZFrom https://github.com/oxidecomputer/falcon
7882026-03-26T22:57:42.528Z * [new ref] 9167ac10b0deaaf5b0498bfdb57eab9f221087b7 -> refs/commit/9167ac10b0deaaf5b0498bfdb57eab9f221087b7
7892026-03-26T22:57:42.608Z Updating crates.io index
7902026-03-26T22:57:42.645Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7912026-03-26T22:57:43.390ZFrom https://github.com/oxidecomputer/dendrite
7922026-03-26T22:57:43.390Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7932026-03-26T22:57:43.488Z Updating git repository `https://github.com/oxidecomputer/ispf`
7942026-03-26T22:57:43.755ZFrom https://github.com/oxidecomputer/ispf
7952026-03-26T22:57:43.755Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7962026-03-26T22:57:43.760Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7972026-03-26T22:57:44.112ZFrom https://github.com/oxidecomputer/netadm-sys
7982026-03-26T22:57:44.112Z * [new ref] e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1 -> refs/commit/e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1
7992026-03-26T22:57:44.122Z Updating git repository `https://github.com/oxidecomputer/omicron`
8002026-03-26T22:57:51.357ZFrom https://github.com/oxidecomputer/omicron
8012026-03-26T22:57:51.357Z * [new ref] 48dd241a32e3d1bf92fb5b79bc5a38baa0fe3166 -> refs/commit/48dd241a32e3d1bf92fb5b79bc5a38baa0fe3166
8022026-03-26T22:57:51.784Z Updating git repository `https://github.com/oxidecomputer/opte`
8032026-03-26T22:57:52.353ZFrom https://github.com/oxidecomputer/opte
8042026-03-26T22:57:52.353Z * [new ref] 04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8 -> refs/commit/04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8
8052026-03-26T22:57:52.563Z Updating git repository `https://github.com/illumos/smf-rs`
8062026-03-26T22:57:52.840ZFrom https://github.com/illumos/smf-rs
8072026-03-26T22:57:52.840Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8082026-03-26T22:57:52.969Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8092026-03-26T22:57:53.232ZFrom https://github.com/oxidecomputer/network-interface
8102026-03-26T22:57:53.232Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8112026-03-26T22:57:53.259Z Updating git repository `https://github.com/oxidecomputer/zone`
8122026-03-26T22:57:53.534ZFrom https://github.com/oxidecomputer/zone
8132026-03-26T22:57:53.534Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8142026-03-26T22:57:53.556Z Updating git repository `https://github.com/oxidecomputer/propolis`
8152026-03-26T22:57:54.727ZFrom https://github.com/oxidecomputer/propolis
8162026-03-26T22:57:54.727Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8172026-03-26T22:57:54.851Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8182026-03-26T22:57:55.345ZFrom https://github.com/oxidecomputer/transceiver-control
8192026-03-26T22:57:55.345Z * [new ref] 4bfd6375796ef21a4c8c1f46e639cc663c2f95f8 -> refs/commit/4bfd6375796ef21a4c8c1f46e639cc663c2f95f8
8202026-03-26T22:57:55.368Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8212026-03-26T22:57:55.636ZFrom https://github.com/oxidecomputer/dlpi-sys
8222026-03-26T22:57:55.636Z * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc
8232026-03-26T22:57:55.642Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8242026-03-26T22:57:55.935ZFrom https://github.com/jmesmon/rust-libzfs
8252026-03-26T22:57:55.935Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8262026-03-26T22:57:55.944Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8272026-03-26T22:57:56.234ZFrom https://github.com/oxidecomputer/rusty-doors
8282026-03-26T22:57:56.234Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8292026-03-26T22:57:56.279Z Updating git repository `https://github.com/oxidecomputer/lldp`
8302026-03-26T22:57:56.601ZFrom https://github.com/oxidecomputer/lldp
8312026-03-26T22:57:56.601Z * [new ref] c3305fd1a7ea7aba31f3834757a6b931e4f59fe6 -> refs/commit/c3305fd1a7ea7aba31f3834757a6b931e4f59fe6
8322026-03-26T22:57:56.684Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8332026-03-26T22:57:56.951ZFrom https://github.com/oxidecomputer/slog-error-chain
8342026-03-26T22:57:56.951Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8352026-03-26T22:57:56.973Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8362026-03-26T22:57:57.248ZFrom https://github.com/oxidecomputer/tufaceous
8372026-03-26T22:57:57.248Z * [new ref] 1eacfcf0cade44f77d433f31744dbee4abb96465 -> refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465
8382026-03-26T22:57:57.330Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8392026-03-26T22:57:57.778ZFrom https://github.com/oxidecomputer/management-gateway-service
8402026-03-26T22:57:57.778Z * [new ref] ea2f39ccdea124b5affcad0ca17bc5dacf65823a -> refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a
8412026-03-26T22:57:57.819Z Updating git repository `https://github.com/oxidecomputer/crucible`
8422026-03-26T22:57:58.603ZFrom https://github.com/oxidecomputer/crucible
8432026-03-26T22:57:58.603Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8442026-03-26T22:57:58.808Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8452026-03-26T22:57:59.064ZFrom https://github.com/oxidecomputer/serde_human_bytes
8462026-03-26T22:57:59.064Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8472026-03-26T22:57:59.348Z Updating git repository `https://github.com/oxidecomputer/propolis`
8482026-03-26T22:57:59.755ZFrom https://github.com/oxidecomputer/propolis
8492026-03-26T22:57:59.755Z * [new ref] 368a2225b79328514ce0ea9181d8f874019edaa2 -> refs/commit/368a2225b79328514ce0ea9181d8f874019edaa2
8502026-03-26T22:57:59.809Z Updating git repository `https://github.com/oxidecomputer/tofino`
8512026-03-26T22:58:00.097ZFrom https://github.com/oxidecomputer/tofino
8522026-03-26T22:58:00.097Z * [new ref] 7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 -> refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33
8532026-03-26T22:58:00.122Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8542026-03-26T22:58:00.680ZFrom https://github.com/oxidecomputer/maghemite
8552026-03-26T22:58:00.680Z * [new ref] b603c9f3dccefcf1d3e941c04505ff6bdd1826b6 -> refs/commit/b603c9f3dccefcf1d3e941c04505ff6bdd1826b6
8562026-03-26T22:58:00.753Z Updating git repository `https://github.com/oxidecomputer/clickward`
8572026-03-26T22:58:01.030ZFrom https://github.com/oxidecomputer/clickward
8582026-03-26T22:58:01.030Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8592026-03-26T22:58:01.259Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8602026-03-26T22:58:01.567ZFrom https://github.com/oxidecomputer/illumos-devinfo
8612026-03-26T22:58:01.567Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8622026-03-26T22:58:01.726Z Updating git repository `https://github.com/oxidecomputer/crucible`
8632026-03-26T22:58:02.060ZFrom https://github.com/oxidecomputer/crucible
8642026-03-26T22:58:02.060Z * [new ref] a945a32ba9e1f2098ce3a8963765f1894f37110b -> refs/commit/a945a32ba9e1f2098ce3a8963765f1894f37110b
8652026-03-26T22:58:03.067Z Downloading crates ...
8662026-03-26T22:58:03.165Z Downloaded async-stream-impl v0.3.6
8672026-03-26T22:58:03.171Z Downloaded aead v0.5.2
8682026-03-26T22:58:03.174Z Downloaded async-trait v0.1.89
8692026-03-26T22:58:03.175Z Downloaded cstr-argument v0.1.2
8702026-03-26T22:58:03.178Z Downloaded ciborium v0.2.2
8712026-03-26T22:58:03.181Z Downloaded bcs v0.1.6
8722026-03-26T22:58:03.197Z Downloaded keccak v0.1.6
8732026-03-26T22:58:03.199Z Downloaded aws-lc-rs v1.16.2
8742026-03-26T22:58:03.203Z Downloaded oxide-tokio-rt v0.1.3
8752026-03-26T22:58:03.207Z Downloaded linear-map v1.2.0
8762026-03-26T22:58:03.210Z Downloaded blake3 v1.8.3
8772026-03-26T22:58:03.215Z Downloaded cargo_toml v0.22.3
8782026-03-26T22:58:03.218Z Downloaded bitflags v1.3.2
8792026-03-26T22:58:03.220Z Downloaded bytecount v0.6.9
8802026-03-26T22:58:03.221Z Downloaded backon v1.6.0
8812026-03-26T22:58:03.226Z Downloaded hickory-proto v0.25.2
8822026-03-26T22:58:03.234Z Downloaded group v0.13.0
8832026-03-26T22:58:03.237Z Downloaded expectorate v1.2.0
8842026-03-26T22:58:03.237Z Downloaded data-encoding v2.10.0
8852026-03-26T22:58:03.240Z Downloaded const-random v0.1.18
8862026-03-26T22:58:03.240Z Downloaded dof v0.4.0
8872026-03-26T22:58:03.240Z Downloaded crucible-workspace-hack v0.1.0
8882026-03-26T22:58:03.243Z Downloaded hash32 v0.3.1
8892026-03-26T22:58:03.243Z Downloaded ciborium-io v0.2.2
8902026-03-26T22:58:03.243Z Downloaded byte-wrapper v0.1.0
8912026-03-26T22:58:03.246Z Downloaded base16ct v0.2.0
8922026-03-26T22:58:03.246Z Downloaded bit-set v0.8.0
8932026-03-26T22:58:03.246Z Downloaded arrayref v0.3.9
8942026-03-26T22:58:03.249Z Downloaded half v2.7.1
8952026-03-26T22:58:03.249Z Downloaded foldhash v0.2.0
8962026-03-26T22:58:03.251Z Downloaded defmt v1.0.1
8972026-03-26T22:58:03.254Z Downloaded crunchy v0.2.4
8982026-03-26T22:58:03.254Z Downloaded heck v0.4.1
8992026-03-26T22:58:03.257Z Downloaded foreign-types-macros v0.2.3
9002026-03-26T22:58:03.257Z Downloaded base16ct v1.0.0
9012026-03-26T22:58:03.257Z Downloaded dtrace-parser v0.2.0
9022026-03-26T22:58:03.260Z Downloaded darling_macro v0.23.0
9032026-03-26T22:58:03.260Z Downloaded git-stub v1.0.0
9042026-03-26T22:58:03.260Z Downloaded fixedbitset v0.4.2
9052026-03-26T22:58:03.268Z Downloaded async-stream v0.3.6
9062026-03-26T22:58:03.268Z Downloaded dof v0.3.0
9072026-03-26T22:58:03.268Z Downloaded crc8 v0.1.1
9082026-03-26T22:58:03.276Z Downloaded bit-vec v0.8.0
9092026-03-26T22:58:03.276Z Downloaded internet-checksum v0.2.1
9102026-03-26T22:58:03.276Z Downloaded defmt-macros v1.0.1
9112026-03-26T22:58:03.276Z Downloaded icu_properties v2.1.2
9122026-03-26T22:58:03.276Z Downloaded ingot-macros v0.1.1
9132026-03-26T22:58:03.276Z Downloaded chacha20 v0.10.0
9142026-03-26T22:58:03.279Z Downloaded backoff v0.4.0
9152026-03-26T22:58:03.279Z Downloaded foreign-types-shared v0.3.1
9162026-03-26T22:58:03.280Z Downloaded embedded-io v0.6.1
9172026-03-26T22:58:03.280Z Downloaded float-ord v0.3.2
9182026-03-26T22:58:03.280Z Downloaded idna_adapter v1.2.1
9192026-03-26T22:58:03.280Z Downloaded const-random-macro v0.1.16
9202026-03-26T22:58:03.280Z Downloaded const_format_proc_macros v0.2.34
9212026-03-26T22:58:03.280Z Downloaded cobs v0.3.0
9222026-03-26T22:58:03.283Z Downloaded icu_normalizer v2.1.1
9232026-03-26T22:58:03.286Z Downloaded hostname v0.3.1
9242026-03-26T22:58:03.287Z Downloaded is-terminal v0.4.17
9252026-03-26T22:58:03.291Z Downloaded enum-as-inner v0.6.1
9262026-03-26T22:58:03.291Z Downloaded memmap v0.7.0
9272026-03-26T22:58:03.291Z Downloaded fxhash v0.2.1
9282026-03-26T22:58:03.295Z Downloaded foreign-types v0.5.0
9292026-03-26T22:58:03.295Z Downloaded opaque-debug v0.3.1
9302026-03-26T22:58:03.295Z Downloaded instant v0.1.13
9312026-03-26T22:58:03.295Z Downloaded embedded-io v0.4.0
9322026-03-26T22:58:03.295Z Downloaded ciborium-ll v0.2.2
9332026-03-26T22:58:03.299Z Downloaded hickory-resolver v0.25.2
9342026-03-26T22:58:03.299Z Downloaded heapless v0.8.0
9352026-03-26T22:58:03.302Z Downloaded newtype_derive v0.1.6
9362026-03-26T22:58:03.302Z Downloaded natord v1.0.9
9372026-03-26T22:58:03.302Z Downloaded num-derive v0.4.2
9382026-03-26T22:58:03.305Z Downloaded dyn-clone v1.0.20
9392026-03-26T22:58:03.305Z Downloaded dunce v1.0.5
9402026-03-26T22:58:03.305Z Downloaded darling_macro v0.21.3
9412026-03-26T22:58:03.305Z Downloaded async-recursion v1.1.1
9422026-03-26T22:58:03.308Z Downloaded macaddr v1.0.1
9432026-03-26T22:58:03.308Z Downloaded dtrace-parser v0.3.0
9442026-03-26T22:58:03.308Z Downloaded displaydoc v0.2.5
9452026-03-26T22:58:03.311Z Downloaded drift v0.1.3
9462026-03-26T22:58:03.314Z Downloaded memmap2 v0.9.10
9472026-03-26T22:58:03.317Z Downloaded daft-derive v0.1.5
9482026-03-26T22:58:03.317Z Downloaded crossbeam-deque v0.8.6
9492026-03-26T22:58:03.320Z Downloaded chacha20poly1305 v0.10.1
9502026-03-26T22:58:03.320Z Downloaded anyhow v1.0.102
9512026-03-26T22:58:03.322Z Downloaded constant_time_eq v0.4.2
9522026-03-26T22:58:03.322Z Downloaded dropshot-api-manager-types v0.5.2
9532026-03-26T22:58:03.325Z Downloaded defmt v0.3.100
9542026-03-26T22:58:03.325Z Downloaded cpufeatures v0.3.0
9552026-03-26T22:58:03.325Z Downloaded convert_case v0.4.0
9562026-03-26T22:58:03.328Z Downloaded num_enum_derive v0.5.11
9572026-03-26T22:58:03.328Z Downloaded num-conv v0.2.0
9582026-03-26T22:58:03.328Z Downloaded managed v0.8.0
9592026-03-26T22:58:03.328Z Downloaded num v0.4.3
9602026-03-26T22:58:03.331Z Downloaded olpc-cjson v0.1.4
9612026-03-26T22:58:03.332Z Downloaded memoffset v0.9.1
9622026-03-26T22:58:03.332Z Downloaded httpdate v1.0.3
9632026-03-26T22:58:03.332Z Downloaded defmt-parser v1.0.0
9642026-03-26T22:58:03.335Z Downloaded potential_utf v0.1.4
9652026-03-26T22:58:03.337Z Downloaded powerfmt v0.2.0
9662026-03-26T22:58:03.337Z Downloaded parse-display v0.10.0
9672026-03-26T22:58:03.337Z Downloaded newline-converter v0.3.0
9682026-03-26T22:58:03.337Z Downloaded phf_shared v0.12.1
9692026-03-26T22:58:03.341Z Downloaded proc-macro-crate v1.3.1
9702026-03-26T22:58:03.341Z Downloaded num-derive v0.3.3
9712026-03-26T22:58:03.344Z Downloaded git-stub-vcs v0.1.0
9722026-03-26T22:58:03.344Z Downloaded proc-macro-crate v3.5.0
9732026-03-26T22:58:03.344Z Downloaded pretty-hex v0.4.2
9742026-03-26T22:58:03.346Z Downloaded proc-macro-error-attr2 v2.0.0
9752026-03-26T22:58:03.346Z Downloaded libsw v3.5.0
9762026-03-26T22:58:03.346Z Downloaded ipnetwork v0.21.1
9772026-03-26T22:58:03.349Z Downloaded glob v0.3.3
9782026-03-26T22:58:03.349Z Downloaded ingot v0.1.1
9792026-03-26T22:58:03.349Z Downloaded derive-ex v0.1.8
9802026-03-26T22:58:03.352Z Downloaded cipher v0.4.4
9812026-03-26T22:58:03.352Z Downloaded deranged v0.5.8
9822026-03-26T22:58:03.360Z Downloaded argon2 v0.5.3
9832026-03-26T22:58:03.363Z Downloaded ff v0.13.1
9842026-03-26T22:58:03.363Z Downloaded num_enum_derive v0.7.6
9852026-03-26T22:58:03.363Z Downloaded erased-serde v0.3.31
9862026-03-26T22:58:03.366Z Downloaded chacha20 v0.9.1
9872026-03-26T22:58:03.366Z Downloaded progenitor-macro v0.10.0
9882026-03-26T22:58:03.366Z Downloaded libsw-core v0.3.2
9892026-03-26T22:58:03.369Z Downloaded crypto-bigint v0.5.5
9902026-03-26T22:58:03.375Z Downloaded progenitor-macro v0.11.2
9912026-03-26T22:58:03.375Z Downloaded elliptic-curve v0.13.8
9922026-03-26T22:58:03.378Z Downloaded quick-error v1.2.3
9932026-03-26T22:58:03.378Z Downloaded progenitor-client v0.11.2
9942026-03-26T22:58:03.378Z Downloaded proc-macro-error v1.0.4
9952026-03-26T22:58:03.378Z Downloaded paste v1.0.15
9962026-03-26T22:58:03.381Z Downloaded num_enum v0.5.11
9972026-03-26T22:58:03.383Z Downloaded ref-cast v1.0.25
9982026-03-26T22:58:03.383Z Downloaded ingot-types v0.1.2
9992026-03-26T22:58:03.386Z Downloaded crossbeam-epoch v0.9.18
10002026-03-26T22:58:03.387Z Downloaded byteorder v1.5.0
10012026-03-26T22:58:03.390Z Downloaded icu_collections v2.1.1
10022026-03-26T22:58:03.390Z Downloaded rustc_version v0.1.7
10032026-03-26T22:58:03.393Z Downloaded ref-cast-impl v1.0.25
10042026-03-26T22:58:03.393Z Downloaded pem v3.0.6
10052026-03-26T22:58:03.393Z Downloaded hashbrown v0.12.3
10062026-03-26T22:58:03.396Z Downloaded password-hash v0.5.0
10072026-03-26T22:58:03.399Z Downloaded progenitor-client v0.10.0
10082026-03-26T22:58:03.399Z Downloaded progenitor v0.11.2
10092026-03-26T22:58:03.399Z Downloaded poly1305 v0.8.0
10102026-03-26T22:58:03.403Z Downloaded phf v0.12.1
10112026-03-26T22:58:03.403Z Downloaded parse-display-derive v0.10.0
10122026-03-26T22:58:03.403Z Downloaded parking_lot_core v0.8.6
10132026-03-26T22:58:03.407Z Downloaded progenitor-macro v0.13.0
10142026-03-26T22:58:03.407Z Downloaded progenitor-client v0.13.0
10152026-03-26T22:58:03.407Z Downloaded progenitor v0.10.0
10162026-03-26T22:58:03.409Z Downloaded proc-macro-error2 v2.0.1
10172026-03-26T22:58:03.412Z Downloaded lru-cache v0.1.2
10182026-03-26T22:58:03.412Z Downloaded omicron-workspace-hack v0.1.0
10192026-03-26T22:58:03.412Z Downloaded serde_plain v1.0.2
10202026-03-26T22:58:03.412Z Downloaded serde-big-array v0.5.1
10212026-03-26T22:58:03.412Z Downloaded console v0.16.3
10222026-03-26T22:58:03.412Z Downloaded scroll_derive v0.12.1
10232026-03-26T22:58:03.415Z Downloaded no-std-compat v0.4.1
10242026-03-26T22:58:03.415Z Downloaded match_cfg v0.1.0
10252026-03-26T22:58:03.415Z Downloaded hubpack_derive v0.1.1
10262026-03-26T22:58:03.415Z Downloaded hubpack v0.1.2
10272026-03-26T22:58:03.415Z Downloaded blake2 v0.10.6
10282026-03-26T22:58:03.418Z Downloaded progenitor v0.13.0
10292026-03-26T22:58:03.418Z Downloaded num-integer v0.1.46
10302026-03-26T22:58:03.421Z Downloaded icu_provider v2.1.1
10312026-03-26T22:58:03.421Z Downloaded csv-core v0.1.13
10322026-03-26T22:58:03.424Z Downloaded cookie v0.18.1
10332026-03-26T22:58:03.424Z Downloaded arrayvec v0.7.6
10342026-03-26T22:58:03.427Z Downloaded newtype-uuid-macros v0.1.0
10352026-03-26T22:58:03.427Z Downloaded linked-hash-map v0.5.6
10362026-03-26T22:58:03.427Z Downloaded secrecy v0.10.3
10372026-03-26T22:58:03.427Z Downloaded daft v0.1.5
10382026-03-26T22:58:03.432Z Downloaded serde_repr v0.1.20
10392026-03-26T22:58:03.432Z Downloaded ident_case v1.0.1
10402026-03-26T22:58:03.432Z Downloaded hostname v0.4.2
10412026-03-26T22:58:03.435Z Downloaded critical-section v1.2.0
10422026-03-26T22:58:03.435Z Downloaded omicron-zone-package v0.12.2
10432026-03-26T22:58:03.435Z Downloaded rand_core v0.10.0
10442026-03-26T22:58:03.438Z Downloaded rand_xorshift v0.4.0
10452026-03-26T22:58:03.438Z Downloaded cmake v0.1.57
10462026-03-26T22:58:03.438Z Downloaded indicatif v0.18.4
10472026-03-26T22:58:03.441Z Downloaded gethostname v0.5.0
10482026-03-26T22:58:03.441Z Downloaded slog-envlogger v2.2.0
10492026-03-26T22:58:03.444Z Downloaded mime v0.3.17
10502026-03-26T22:58:03.444Z Downloaded libscf-sys v1.1.0
10512026-03-26T22:58:03.450Z Downloaded smawk v0.3.2
10522026-03-26T22:58:03.453Z Downloaded spin v0.5.2
10532026-03-26T22:58:03.453Z Downloaded num-iter v0.1.45
10542026-03-26T22:58:03.453Z Downloaded inout v0.1.4
10552026-03-26T22:58:03.453Z Downloaded structmeta-derive v0.3.0
10562026-03-26T22:58:03.453Z Downloaded stable_deref_trait v1.2.1
10572026-03-26T22:58:03.453Z Downloaded resolv-conf v0.7.6
10582026-03-26T22:58:03.453Z Downloaded oxnet v0.1.4
10592026-03-26T22:58:03.456Z Downloaded base64 v0.21.7
10602026-03-26T22:58:03.460Z Downloaded rand_chacha v0.3.1
10612026-03-26T22:58:03.460Z Downloaded siphasher v1.0.2
10622026-03-26T22:58:03.460Z Downloaded parking_lot v0.11.2
10632026-03-26T22:58:03.460Z Downloaded plain v0.2.3
10642026-03-26T22:58:03.462Z Downloaded postcard v1.1.3
10652026-03-26T22:58:03.462Z Downloaded pest_derive v2.8.6
10662026-03-26T22:58:03.465Z Downloaded colored v3.1.1
10672026-03-26T22:58:03.465Z Downloaded proc-macro-error-attr v1.0.4
10682026-03-26T22:58:03.468Z Downloaded rustversion v1.0.22
10692026-03-26T22:58:03.468Z Downloaded strum v0.27.2
10702026-03-26T22:58:03.468Z Downloaded semver v0.1.20
10712026-03-26T22:58:03.471Z Downloaded rustls-native-certs v0.8.3
10722026-03-26T22:58:03.471Z Downloaded sdd v3.0.10
10732026-03-26T22:58:03.472Z Downloaded scroll v0.13.0
10742026-03-26T22:58:03.474Z Downloaded scroll v0.12.0
10752026-03-26T22:58:03.474Z Downloaded sigpipe v0.1.3
10762026-03-26T22:58:03.474Z Downloaded same-file v1.0.6
10772026-03-26T22:58:03.477Z Downloaded darling v0.23.0
10782026-03-26T22:58:03.480Z Downloaded derive_more v0.99.20
10792026-03-26T22:58:03.483Z Downloaded dropshot_endpoint v0.16.7
10802026-03-26T22:58:03.483Z Downloaded crossbeam-utils v0.8.21
10812026-03-26T22:58:03.485Z Downloaded darling v0.21.3
10822026-03-26T22:58:03.488Z Downloaded termtree v0.5.1
10832026-03-26T22:58:03.488Z Downloaded tabled_derive v0.11.0
10842026-03-26T22:58:03.488Z Downloaded serde_tokenstream v0.2.3
10852026-03-26T22:58:03.491Z Downloaded fs-err v3.3.0
10862026-03-26T22:58:03.491Z Downloaded serial_test_derive v3.4.0
10872026-03-26T22:58:03.491Z Downloaded tabled_derive v0.7.0
10882026-03-26T22:58:03.494Z Downloaded scroll_derive v0.13.1
10892026-03-26T22:58:03.494Z Downloaded cancel-safe-futures v0.1.5
10902026-03-26T22:58:03.494Z Downloaded thread-id v5.1.0
10912026-03-26T22:58:03.497Z Downloaded tagptr v0.2.0
10922026-03-26T22:58:03.497Z Downloaded sha1 v0.10.6
10932026-03-26T22:58:03.497Z Downloaded highway v1.3.0
10942026-03-26T22:58:03.501Z Downloaded testing_table v0.3.0
10952026-03-26T22:58:03.501Z Downloaded serial_test v3.4.0
10962026-03-26T22:58:03.501Z Downloaded progenitor-extras v0.1.1
10972026-03-26T22:58:03.504Z Downloaded fs_extra v1.3.0
10982026-03-26T22:58:03.504Z Downloaded rhai_codegen v3.1.0
10992026-03-26T22:58:03.507Z Downloaded num_threads v0.1.7
11002026-03-26T22:58:03.507Z Downloaded slog-term v2.9.2
11012026-03-26T22:58:03.510Z Downloaded num_enum v0.7.6
11022026-03-26T22:58:03.513Z Downloaded typify-macro v0.6.1
11032026-03-26T22:58:03.513Z Downloaded thread-id v4.2.2
11042026-03-26T22:58:03.513Z Downloaded take_mut v0.2.2
11052026-03-26T22:58:03.514Z Downloaded num-complex v0.4.6
11062026-03-26T22:58:03.518Z Downloaded schemars_derive v0.8.22
11072026-03-26T22:58:03.518Z Downloaded unarray v0.1.4
11082026-03-26T22:58:03.518Z Downloaded slog-json v2.6.1
11092026-03-26T22:58:03.518Z Downloaded diff v0.1.13
11102026-03-26T22:58:03.521Z Downloaded smartstring v1.0.1
11112026-03-26T22:58:03.521Z Downloaded multer v3.1.0
11122026-03-26T22:58:03.521Z Downloaded num-rational v0.4.2
11132026-03-26T22:58:03.524Z Downloaded typify-macro v0.4.3
11142026-03-26T22:58:03.524Z Downloaded papergrid v0.17.0
11152026-03-26T22:58:03.527Z Downloaded rusty-fork v0.3.1
11162026-03-26T22:58:03.527Z Downloaded pest_generator v2.8.6
11172026-03-26T22:58:03.530Z Downloaded strum v0.26.3
11182026-03-26T22:58:03.530Z Downloaded slog-bunyan v2.5.0
11192026-03-26T22:58:03.533Z Downloaded structmeta v0.3.0
11202026-03-26T22:58:03.536Z Downloaded usdt-attr-macro v0.5.0
11212026-03-26T22:58:03.536Z Downloaded darling_core v0.21.3
11222026-03-26T22:58:03.539Z Downloaded darling_core v0.23.0
11232026-03-26T22:58:03.542Z Downloaded papergrid v0.11.0
11242026-03-26T22:58:03.546Z Downloaded strum_macros v0.26.4
11252026-03-26T22:58:03.546Z Downloaded slog-async v2.8.0
11262026-03-26T22:58:03.547Z Downloaded thiserror-impl-no-std v2.0.2
11272026-03-26T22:58:03.551Z Downloaded tabwriter v1.4.1
11282026-03-26T22:58:03.552Z Downloaded usdt-macro v0.6.0
11292026-03-26T22:58:03.552Z Downloaded strum_macros v0.27.2
11302026-03-26T22:58:03.552Z Downloaded wait-timeout v0.2.1
11312026-03-26T22:58:03.552Z Downloaded usdt-macro v0.5.0
11322026-03-26T22:58:03.552Z Downloaded const_format v0.2.35
11332026-03-26T22:58:03.555Z Downloaded yoke-derive v0.8.1
11342026-03-26T22:58:03.555Z Downloaded thiserror-no-std v2.0.2
11352026-03-26T22:58:03.556Z Downloaded jiff-static v0.2.23
11362026-03-26T22:58:03.559Z Downloaded indexmap v1.9.3
11372026-03-26T22:58:03.559Z Downloaded slog-scope v4.4.1
11382026-03-26T22:58:03.561Z Downloaded unit-prefix v0.5.2
11392026-03-26T22:58:03.561Z Downloaded progenitor-impl v0.10.0
11402026-03-26T22:58:03.561Z Downloaded serde_with_macros v3.18.0
11412026-03-26T22:58:03.566Z Downloaded topological-sort v0.2.2
11422026-03-26T22:58:03.566Z Downloaded rustls-pemfile v2.2.0
11432026-03-26T22:58:03.569Z Downloaded usdt-attr-macro v0.6.0
11442026-03-26T22:58:03.569Z Downloaded time-core v0.1.8
11452026-03-26T22:58:03.569Z Downloaded progenitor-impl v0.11.2
11462026-03-26T22:58:03.569Z Downloaded usdt v0.5.0
11472026-03-26T22:58:03.569Z Downloaded untrusted v0.7.1
11482026-03-26T22:58:03.569Z Downloaded tokio-dtrace v0.1.1
11492026-03-26T22:58:03.572Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11502026-03-26T22:58:03.572Z Downloaded universal-hash v0.5.1
11512026-03-26T22:58:03.572Z Downloaded tokio-tungstenite v0.21.0
11522026-03-26T22:58:03.572Z Downloaded tokio-rustls v0.25.0
11532026-03-26T22:58:03.575Z Downloaded snafu-derive v0.8.9
11542026-03-26T22:58:03.575Z Downloaded zerofrom-derive v0.1.6
11552026-03-26T22:58:03.575Z Downloaded serde_derive_internals v0.29.1
11562026-03-26T22:58:03.575Z Downloaded tinystr v0.8.2
11572026-03-26T22:58:03.578Z Downloaded zeroize_derive v1.4.3
11582026-03-26T22:58:03.578Z Downloaded slog-stdlog v4.1.1
11592026-03-26T22:58:03.578Z Downloaded zone_cfg_derive v0.3.1
11602026-03-26T22:58:03.581Z Downloaded zone v0.3.1
11612026-03-26T22:58:03.581Z Downloaded spin v0.9.8
11622026-03-26T22:58:03.584Z Downloaded pretty_assertions v1.4.1
11632026-03-26T22:58:03.584Z Downloaded pest_meta v2.8.6
11642026-03-26T22:58:03.589Z Downloaded utf-8 v0.7.6
11652026-03-26T22:58:03.594Z Downloaded waitgroup v0.1.2
11662026-03-26T22:58:03.598Z Downloaded crossbeam-channel v0.5.15
11672026-03-26T22:58:03.598Z Downloaded arc-swap v1.9.0
11682026-03-26T22:58:03.598Z Downloaded usdt v0.6.0
11692026-03-26T22:58:03.598Z Downloaded allocator-api2 v0.2.21
11702026-03-26T22:58:03.602Z Downloaded minimal-lexical v0.2.1
11712026-03-26T22:58:03.602Z Downloaded synstructure v0.13.2
11722026-03-26T22:58:03.604Z Downloaded term v1.2.1
11732026-03-26T22:58:03.604Z Downloaded tiny-keccak v2.0.2
11742026-03-26T22:58:03.605Z Downloaded yoke v0.8.1
11752026-03-26T22:58:03.607Z Downloaded progenitor-impl v0.13.0
11762026-03-26T22:58:03.612Z Downloaded zerofrom v0.1.6
11772026-03-26T22:58:03.615Z Downloaded zerovec-derive v0.11.2
11782026-03-26T22:58:03.615Z Downloaded prettyplease v0.2.37
11792026-03-26T22:58:03.618Z Downloaded rayon-core v1.13.0
11802026-03-26T22:58:03.623Z Downloaded schemars v0.8.22
11812026-03-26T22:58:03.629Z Downloaded hmac v0.12.1
11822026-03-26T22:58:03.632Z Downloaded dropshot-api-manager v0.5.2
11832026-03-26T22:58:03.635Z Downloaded whoami v1.6.1
11842026-03-26T22:58:03.635Z Downloaded slog-dtrace v0.3.0
11852026-03-26T22:58:03.635Z Downloaded rand v0.8.5
11862026-03-26T22:58:03.638Z Downloaded qorb v0.4.1
11872026-03-26T22:58:03.641Z Downloaded zerocopy-derive v0.7.35
11882026-03-26T22:58:03.641Z Downloaded toml v0.7.8
11892026-03-26T22:58:03.645Z Downloaded usdt-impl v0.6.0
11902026-03-26T22:58:03.649Z Downloaded rustls-platform-verifier v0.6.2
11912026-03-26T22:58:03.653Z Downloaded serde_yaml v0.9.34+deprecated
11922026-03-26T22:58:03.660Z Downloaded usdt-impl v0.5.0
11932026-03-26T22:58:03.664Z Downloaded xz2 v0.1.7
11942026-03-26T22:58:03.667Z Downloaded vsss-rs v3.3.4
11952026-03-26T22:58:03.673Z Downloaded time-macros v0.2.27
11962026-03-26T22:58:03.673Z Downloaded litemap v0.8.1
11972026-03-26T22:58:03.673Z Downloaded writeable v0.6.2
11982026-03-26T22:58:03.678Z Downloaded steno v0.4.1
11992026-03-26T22:58:03.680Z Downloaded smf v0.2.3
12002026-03-26T22:58:03.680Z Downloaded yansi v1.0.1
12012026-03-26T22:58:03.680Z Downloaded toml_edit v0.19.15
12022026-03-26T22:58:03.689Z Downloaded thin-vec v0.2.14
12032026-03-26T22:58:03.691Z Downloaded slog v2.8.2
12042026-03-26T22:58:03.691Z Downloaded pest v2.8.6
12052026-03-26T22:58:03.702Z Downloaded ucd-trie v0.1.7
12062026-03-26T22:58:03.705Z Downloaded similar v2.7.0
12072026-03-26T22:58:03.708Z Downloaded icu_normalizer_data v2.1.1
12082026-03-26T22:58:03.715Z Downloaded unicode-segmentation v1.13.1
12092026-03-26T22:58:03.718Z Downloaded toml v0.9.12+spec-1.1.0
12102026-03-26T22:58:03.721Z Downloaded icu_locale_core v2.1.1
12112026-03-26T22:58:03.724Z Downloaded walkdir v2.5.0
12122026-03-26T22:58:03.730Z Downloaded libm v0.2.16
12132026-03-26T22:58:03.734Z Downloaded typify v0.6.1
12142026-03-26T22:58:03.737Z Downloaded hickory-resolver v0.24.4
12152026-03-26T22:58:03.740Z Downloaded unsafe-libyaml v0.2.11
12162026-03-26T22:58:03.740Z Downloaded typify v0.4.3
12172026-03-26T22:58:03.743Z Downloaded test-strategy v0.4.5
12182026-03-26T22:58:03.746Z Downloaded schemars v0.9.0
12192026-03-26T22:58:03.753Z Downloaded zerovec v0.11.5
12202026-03-26T22:58:03.761Z Downloaded toml_edit v0.25.8+spec-1.1.0
12212026-03-26T22:58:03.776Z Downloaded snafu v0.8.9
12222026-03-26T22:58:03.776Z Downloaded nom v8.0.0
12232026-03-26T22:58:03.787Z Downloaded winnow v0.5.40
12242026-03-26T22:58:03.791Z Downloaded zerocopy v0.7.35
12252026-03-26T22:58:03.800Z Downloaded zerotrie v0.2.3
12262026-03-26T22:58:03.803Z Downloaded rustls-webpki v0.102.8
12272026-03-26T22:58:03.811Z Downloaded tungstenite v0.21.0
12282026-03-26T22:58:03.814Z Downloaded nom v7.1.3
12292026-03-26T22:58:03.817Z Downloaded proptest v1.11.0
12302026-03-26T22:58:03.820Z Downloaded zerocopy-derive v0.8.47
12312026-03-26T22:58:03.825Z Downloaded goblin v0.8.2
12322026-03-26T22:58:03.828Z Downloaded typed-path v0.9.3
12332026-03-26T22:58:03.831Z Downloaded schemars v1.2.1
12342026-03-26T22:58:03.838Z Downloaded tabled v0.20.0
12352026-03-26T22:58:03.847Z Downloaded tabled v0.15.0
12362026-03-26T22:58:03.855Z Downloaded reqwest v0.13.2
12372026-03-26T22:58:03.858Z Downloaded itertools v0.12.1
12382026-03-26T22:58:03.863Z Downloaded iddqd v0.3.17
12392026-03-26T22:58:03.868Z Downloaded rayon v1.11.0
12402026-03-26T22:58:03.872Z Downloaded scc v2.4.0
12412026-03-26T22:58:03.876Z Downloaded hkdf v0.12.4
12422026-03-26T22:58:03.876Z Downloaded syn v1.0.109
12432026-03-26T22:58:03.879Z Downloaded icu_properties_data v2.1.2
12442026-03-26T22:58:03.883Z Downloaded dropshot v0.16.7
12452026-03-26T22:58:03.895Z Downloaded serde_with v3.18.0
12462026-03-26T22:58:03.901Z Downloaded tough v0.20.0
12472026-03-26T22:58:03.905Z Downloaded moka v0.12.15
12482026-03-26T22:58:03.909Z Downloaded rhai v1.24.0
12492026-03-26T22:58:03.915Z Downloaded rand v0.10.0
12502026-03-26T22:58:03.940Z Downloaded sled v0.34.7
12512026-03-26T22:58:03.955Z Downloaded goblin v0.10.5
12522026-03-26T22:58:03.959Z Downloaded typify-impl v0.6.1
12532026-03-26T22:58:03.967Z Downloaded typify-impl v0.4.3
12542026-03-26T22:58:03.989Z Downloaded hickory-proto v0.24.4
12552026-03-26T22:58:04.007Z Downloaded time v0.3.47
12562026-03-26T22:58:04.027Z Downloaded nix v0.31.2
12572026-03-26T22:58:04.033Z Downloaded smoltcp v0.11.0
12582026-03-26T22:58:04.039Z Downloaded chrono-tz v0.10.4
12592026-03-26T22:58:04.047Z Downloaded regress v0.10.5
12602026-03-26T22:58:04.052Z Downloaded rustls v0.22.4
12612026-03-26T22:58:04.059Z Downloaded openapiv3 v2.2.0
12622026-03-26T22:58:04.064Z Downloaded csv v1.4.0
12632026-03-26T22:58:04.124Z Downloaded encoding_rs v0.8.35
12642026-03-26T22:58:04.158Z Downloaded petgraph v0.6.5
12652026-03-26T22:58:04.167Z Downloaded lzma-sys v0.1.20
12662026-03-26T22:58:04.183Z Downloaded jiff v0.2.23
12672026-03-26T22:58:04.192Z Downloaded sha3 v0.10.8
12682026-03-26T22:58:04.674Z Downloaded aws-lc-sys v0.39.0
12692026-03-26T22:58:05.539Z Compiling proc-macro2 v1.0.106
12702026-03-26T22:58:05.539Z Compiling unicode-ident v1.0.24
12712026-03-26T22:58:05.539Z Compiling quote v1.0.45
12722026-03-26T22:58:05.539Z Compiling serde_core v1.0.228
12732026-03-26T22:58:05.543Z Compiling cfg-if v1.0.4
12742026-03-26T22:58:05.544Z Compiling serde v1.0.228
12752026-03-26T22:58:05.544Z Compiling libc v0.2.183
12762026-03-26T22:58:05.633Z Compiling memchr v2.8.0
12772026-03-26T22:58:05.754Z Compiling itoa v1.0.18
12782026-03-26T22:58:05.996Z Compiling smallvec v1.15.1
12792026-03-26T22:58:06.015Z Compiling zmij v1.0.21
12802026-03-26T22:58:06.047Z Compiling serde_json v1.0.149
12812026-03-26T22:58:06.211Z Compiling autocfg v1.5.0
12822026-03-26T22:58:06.291Z Compiling libm v0.2.16
12832026-03-26T22:58:06.392Z Compiling version_check v0.9.5
12842026-03-26T22:58:06.516Z Compiling stable_deref_trait v1.2.1
12852026-03-26T22:58:06.566Z Compiling pin-project-lite v0.2.17
12862026-03-26T22:58:06.586Z Compiling percent-encoding v2.3.2
12872026-03-26T22:58:06.597Z Compiling writeable v0.6.2
12882026-03-26T22:58:06.634Z Compiling litemap v0.8.1
12892026-03-26T22:58:06.672Z Compiling icu_normalizer_data v2.1.1
12902026-03-26T22:58:06.788Z Compiling icu_properties_data v2.1.2
12912026-03-26T22:58:06.798Z Compiling iana-time-zone v0.1.65
12922026-03-26T22:58:06.822Z Compiling parking_lot_core v0.9.12
12932026-03-26T22:58:06.900Z Compiling syn v2.0.117
12942026-03-26T22:58:07.031Z Compiling scopeguard v1.2.0
12952026-03-26T22:58:07.049Z Compiling equivalent v1.0.2
12962026-03-26T22:58:07.061Z Compiling form_urlencoded v1.2.2
12972026-03-26T22:58:07.100Z Compiling allocator-api2 v0.2.21
12982026-03-26T22:58:07.130Z Compiling lock_api v0.4.14
12992026-03-26T22:58:07.133Z Compiling foldhash v0.2.0
13002026-03-26T22:58:07.151Z Compiling utf8_iter v1.0.4
13012026-03-26T22:58:07.242Z Compiling dyn-clone v1.0.20
13022026-03-26T22:58:07.295Z Compiling num-traits v0.2.19
13032026-03-26T22:58:07.364Z Compiling jobserver v0.1.34
13042026-03-26T22:58:07.376Z Compiling shlex v1.3.0
13052026-03-26T22:58:07.387Z Compiling find-msvc-tools v0.1.9
13062026-03-26T22:58:07.436Z Compiling hashbrown v0.16.1
13072026-03-26T22:58:07.573Z Compiling log v0.4.29
13082026-03-26T22:58:07.680Z Compiling cc v1.2.57
13092026-03-26T22:58:07.699Z Compiling errno v0.3.14
13102026-03-26T22:58:07.757Z Compiling futures-core v0.3.32
13112026-03-26T22:58:07.863Z Compiling semver v1.0.27
13122026-03-26T22:58:07.908Z Compiling rand_core v0.10.0
13132026-03-26T22:58:08.027Z Compiling getrandom v0.4.2
13142026-03-26T22:58:08.063Z Compiling thiserror v2.0.18
13152026-03-26T22:58:08.066Z Compiling indexmap v2.13.0
13162026-03-26T22:58:08.202Z Compiling zerocopy v0.8.47
13172026-03-26T22:58:08.337Z Compiling heck v0.5.0
13182026-03-26T22:58:08.487Z Compiling futures-sink v0.3.32
13192026-03-26T22:58:08.588Z Compiling slab v0.4.12
13202026-03-26T22:58:08.598Z Compiling fnv v1.0.7
13212026-03-26T22:58:08.601Z Compiling uuid v1.22.0
13222026-03-26T22:58:08.620Z Compiling futures-channel v0.3.32
13232026-03-26T22:58:08.690Z Compiling rustversion v1.0.22
13242026-03-26T22:58:08.710Z Compiling futures-task v0.3.32
13252026-03-26T22:58:08.761Z Compiling schemars v0.8.22
13262026-03-26T22:58:08.843Z Compiling futures-io v0.3.32
13272026-03-26T22:58:08.878Z Compiling typenum v1.19.0
13282026-03-26T22:58:08.964Z Compiling socket2 v0.6.3
13292026-03-26T22:58:09.001Z Compiling getrandom v0.2.17
13302026-03-26T22:58:09.014Z Compiling portable-atomic v1.13.1
13312026-03-26T22:58:09.026Z Compiling signal-hook-registry v1.4.8
13322026-03-26T22:58:09.177Z Compiling parking_lot v0.12.5
13332026-03-26T22:58:09.239Z Compiling mio v1.1.1
13342026-03-26T22:58:09.321Z Compiling bitflags v2.11.0
13352026-03-26T22:58:09.408Z Compiling subtle v2.6.1
13362026-03-26T22:58:09.558Z Compiling critical-section v1.2.0
13372026-03-26T22:58:09.571Z Compiling untrusted v0.9.0
13382026-03-26T22:58:09.585Z Compiling byteorder v1.5.0
13392026-03-26T22:58:09.620Z Compiling base64 v0.22.1
13402026-03-26T22:58:09.660Z Compiling rand_core v0.6.4
13412026-03-26T22:58:09.684Z Compiling cmake v0.1.57
13422026-03-26T22:58:09.741Z Compiling synstructure v0.13.2
13432026-03-26T22:58:09.806Z Compiling serde_derive_internals v0.29.1
13442026-03-26T22:58:09.818Z Compiling dunce v1.0.5
13452026-03-26T22:58:09.883Z Compiling once_cell v1.21.4
13462026-03-26T22:58:09.906Z Compiling fs_extra v1.3.0
13472026-03-26T22:58:09.949Z Compiling regex-syntax v0.8.10
13482026-03-26T22:58:09.992Z Compiling strsim v0.11.1
13492026-03-26T22:58:10.020Z Compiling atomic-waker v1.1.2
13502026-03-26T22:58:10.096Z Compiling rustix v1.1.4
13512026-03-26T22:58:10.142Z Compiling ipnet v2.12.0
13522026-03-26T22:58:10.153Z Compiling aws-lc-sys v0.39.0
13532026-03-26T22:58:10.247Z Compiling httparse v1.10.1
13542026-03-26T22:58:10.389Z Compiling slog v2.8.2
13552026-03-26T22:58:10.557Z Compiling generic-array v0.14.7
13562026-03-26T22:58:10.604Z Compiling ucd-trie v0.1.7
13572026-03-26T22:58:10.629Z Compiling thiserror v1.0.69
13582026-03-26T22:58:10.646Z Compiling tower-service v0.3.3
13592026-03-26T22:58:10.667Z Compiling tower-layer v0.3.3
13602026-03-26T22:58:10.738Z Compiling pest v2.8.6
13612026-03-26T22:58:10.844Z Compiling try-lock v0.2.5
13622026-03-26T22:58:10.963Z Compiling want v0.3.1
13632026-03-26T22:58:10.974Z Compiling ryu v1.0.23
13642026-03-26T22:58:11.005Z Compiling serde_derive v1.0.228
13652026-03-26T22:58:11.034Z Compiling zerofrom-derive v0.1.6
13662026-03-26T22:58:11.128Z Compiling yoke-derive v0.8.1
13672026-03-26T22:58:11.151Z Compiling zerovec-derive v0.11.2
13682026-03-26T22:58:11.163Z Compiling displaydoc v0.2.5
13692026-03-26T22:58:11.166Z Compiling tokio-macros v2.6.1
13702026-03-26T22:58:11.916Z Compiling schemars_derive v0.8.22
13712026-03-26T22:58:11.948Z Compiling thiserror-impl v2.0.18
13722026-03-26T22:58:12.098Z Compiling zerocopy-derive v0.8.47
13732026-03-26T22:58:12.168Z Compiling zeroize_derive v1.4.3
13742026-03-26T22:58:12.260Z Compiling zerofrom v0.1.6
13752026-03-26T22:58:12.273Z Compiling futures-macro v0.3.32
13762026-03-26T22:58:12.384Z Compiling yoke v0.8.1
13772026-03-26T22:58:12.565Z Compiling zerovec v0.11.5
13782026-03-26T22:58:12.651Z Compiling zerotrie v0.2.3
13792026-03-26T22:58:12.848Z Compiling zeroize v1.8.2
13802026-03-26T22:58:13.048Z Compiling tinystr v0.8.2
13812026-03-26T22:58:13.070Z Compiling potential_utf v0.1.4
13822026-03-26T22:58:13.089Z Compiling futures-util v0.3.32
13832026-03-26T22:58:13.137Z Compiling thiserror-impl v1.0.69
13842026-03-26T22:58:13.184Z Compiling icu_collections v2.1.1
13852026-03-26T22:58:13.225Z Compiling icu_locale_core v2.1.1
13862026-03-26T22:58:13.695Z Compiling pest_meta v2.8.6
13872026-03-26T22:58:13.824Z Compiling icu_provider v2.1.1
13882026-03-26T22:58:14.123Z Compiling bytes v1.11.1
13892026-03-26T22:58:14.156Z Compiling icu_properties v2.1.2
13902026-03-26T22:58:14.216Z Compiling icu_normalizer v2.1.1
13912026-03-26T22:58:14.284Z Compiling chrono v0.4.44
13922026-03-26T22:58:14.747Z Compiling http v1.4.0
13932026-03-26T22:58:14.795Z Compiling tokio v1.50.0
13942026-03-26T22:58:14.959Z Compiling serde_tokenstream v0.2.3
13952026-03-26T22:58:15.247Z Compiling idna_adapter v1.2.1
13962026-03-26T22:58:15.311Z Compiling erased-serde v0.3.31
13972026-03-26T22:58:15.353Z Compiling idna v1.1.0
13982026-03-26T22:58:15.378Z Compiling http-body v1.0.1
13992026-03-26T22:58:15.628Z Compiling url v2.5.8
14002026-03-26T22:58:15.787Z Compiling pin-utils v0.1.0
14012026-03-26T22:58:15.796Z Compiling httpdate v1.0.3
14022026-03-26T22:58:15.851Z Compiling getrandom v0.3.4
14032026-03-26T22:58:16.074Z Compiling pest_generator v2.8.6
14042026-03-26T22:58:16.172Z Compiling pretty-hex v0.4.2
14052026-03-26T22:58:16.209Z Compiling paste v1.0.15
14062026-03-26T22:58:16.314Z Compiling ppv-lite86 v0.2.21
14072026-03-26T22:58:16.489Z Compiling plain v0.2.3
14082026-03-26T22:58:16.547Z Compiling crypto-common v0.1.7
14092026-03-26T22:58:16.557Z Compiling omicron-workspace-hack v0.1.0
14102026-03-26T22:58:16.590Z Compiling ident_case v1.0.1
14112026-03-26T22:58:16.671Z Compiling tracing-attributes v0.1.31
14122026-03-26T22:58:16.682Z Compiling pest_derive v2.8.6
14132026-03-26T22:58:16.705Z Compiling tracing-core v0.1.36
14142026-03-26T22:58:16.841Z Compiling http-body-util v0.1.3
14152026-03-26T22:58:17.080Z Compiling serde_urlencoded v0.7.1
14162026-03-26T22:58:17.114Z Compiling ipnetwork v0.21.1
14172026-03-26T22:58:17.223Z Compiling daft-derive v0.1.5
14182026-03-26T22:58:17.312Z Compiling sync_wrapper v1.0.2
14192026-03-26T22:58:17.323Z Compiling fastrand v2.3.0
14202026-03-26T22:58:17.417Z Compiling aho-corasick v1.1.4
14212026-03-26T22:58:17.554Z Compiling winnow v1.0.0
14222026-03-26T22:58:17.590Z Compiling rustls-pki-types v1.14.0
14232026-03-26T22:58:17.689Z Compiling async-trait v0.1.89
14242026-03-26T22:58:17.901Z Compiling tracing v0.1.44
14252026-03-26T22:58:17.959Z Compiling ring v0.17.14
14262026-03-26T22:58:18.130Z Compiling powerfmt v0.2.0
14272026-03-26T22:58:18.277Z Compiling regex-automata v0.4.14
14282026-03-26T22:58:18.343Z Compiling cpufeatures v0.2.17
14292026-03-26T22:58:18.412Z Compiling num-conv v0.2.0
14302026-03-26T22:58:18.461Z Compiling time-core v0.1.8
14312026-03-26T22:58:18.543Z Compiling iri-string v0.7.11
14322026-03-26T22:58:18.602Z Compiling anyhow v1.0.102
14332026-03-26T22:58:18.613Z Compiling time-macros v0.2.27
14342026-03-26T22:58:18.960Z Compiling deranged v0.5.8
14352026-03-26T22:58:19.116Z Compiling block-buffer v0.10.4
14362026-03-26T22:58:19.263Z Compiling scroll_derive v0.13.1
14372026-03-26T22:58:19.560Z Compiling num_threads v0.1.7
14382026-03-26T22:58:19.653Z Compiling hex v0.4.3
14392026-03-26T22:58:19.900Z Compiling regex v1.12.3
14402026-03-26T22:58:19.911Z Compiling digest v0.10.7
14412026-03-26T22:58:20.059Z Compiling scroll v0.13.0
14422026-03-26T22:58:20.321Z Compiling tokio-util v0.7.18
14432026-03-26T22:58:20.363Z Compiling oxnet v0.1.4
14442026-03-26T22:58:20.742Z Compiling camino v1.2.2
14452026-03-26T22:58:20.788Z Compiling goblin v0.10.5
14462026-03-26T22:58:21.104Z Compiling openssl-probe v0.2.1
14472026-03-26T22:58:21.166Z Compiling usdt-impl v0.6.0
14482026-03-26T22:58:21.356Z Compiling dtrace-parser v0.3.0
14492026-03-26T22:58:21.700Z Compiling crossbeam-utils v0.8.21
14502026-03-26T22:58:21.834Z Compiling h2 v0.4.13
14512026-03-26T22:58:22.190Z Compiling futures-executor v0.3.32
14522026-03-26T22:58:22.193Z Compiling openapiv3 v2.2.0
14532026-03-26T22:58:22.233Z Compiling structmeta-derive v0.3.0
14542026-03-26T22:58:22.468Z Compiling regress v0.10.5
14552026-03-26T22:58:22.606Z Compiling thread-id v5.1.0
14562026-03-26T22:58:22.690Z Compiling syn v1.0.109
14572026-03-26T22:58:22.995Z Compiling rustls v0.22.4
14582026-03-26T22:58:23.262Z Compiling futures v0.3.32
14592026-03-26T22:58:23.272Z Compiling structmeta v0.3.0
14602026-03-26T22:58:23.338Z Compiling rand_core v0.9.5
14612026-03-26T22:58:23.556Z Compiling dof v0.4.0
14622026-03-26T22:58:23.928Z Compiling hyper v1.8.1
14632026-03-26T22:58:23.984Z Compiling darling_core v0.23.0
14642026-03-26T22:58:24.922Z Compiling newtype-uuid-macros v0.1.0
14652026-03-26T22:58:25.078Z Compiling thread_local v1.1.9
14662026-03-26T22:58:25.354Z Compiling match_cfg v0.1.0
14672026-03-26T22:58:25.423Z Compiling aws-lc-rs v1.16.2
14682026-03-26T22:58:25.609Z Compiling winnow v0.7.15
14692026-03-26T22:58:25.681Z Compiling hyper-util v0.1.20
14702026-03-26T22:58:25.723Z Compiling newtype-uuid v1.3.2
14712026-03-26T22:58:25.733Z Compiling slog-async v2.8.0
14722026-03-26T22:58:26.052Z Compiling quick-error v1.2.3
14732026-03-26T22:58:26.106Z Compiling ref-cast v1.0.25
14742026-03-26T22:58:26.112Z Compiling darling_macro v0.23.0
14752026-03-26T22:58:26.198Z Compiling daft v0.1.5
14762026-03-26T22:58:26.337Z Compiling usdt-attr-macro v0.6.0
14772026-03-26T22:58:26.456Z Compiling usdt-macro v0.6.0
14782026-03-26T22:58:26.466Z Compiling rand_chacha v0.9.0
14792026-03-26T22:58:26.680Z Compiling darling v0.23.0
14802026-03-26T22:58:26.760Z Compiling ref-cast-impl v1.0.25
14812026-03-26T22:58:26.904Z Compiling strum_macros v0.26.4
14822026-03-26T22:58:27.169Z Compiling toml_datetime v0.7.5+spec-1.1.0
14832026-03-26T22:58:27.362Z Compiling serde_spanned v1.1.0
14842026-03-26T22:58:27.435Z Compiling multer v3.1.0
14852026-03-26T22:58:27.470Z Compiling take_mut v0.2.2
14862026-03-26T22:58:27.506Z Compiling bit-vec v0.8.0
14872026-03-26T22:58:27.536Z Compiling debug-ignore v1.0.5
14882026-03-26T22:58:27.573Z Compiling toml_writer v1.1.0+spec-1.1.0
14892026-03-26T22:58:27.607Z Compiling term v1.2.1
14902026-03-26T22:58:27.632Z Compiling untrusted v0.7.1
14912026-03-26T22:58:27.692Z Compiling bit-set v0.8.0
14922026-03-26T22:58:27.751Z Compiling serde_with_macros v3.18.0
14932026-03-26T22:58:27.781Z Compiling rand v0.9.2
14942026-03-26T22:58:27.846Z Compiling async-stream-impl v0.3.6
14952026-03-26T22:58:28.309Z Compiling dropshot v0.16.7
14962026-03-26T22:58:28.378Z Compiling encoding_rs v0.8.35
14972026-03-26T22:58:28.466Z Compiling rustls v0.23.37
14982026-03-26T22:58:28.510Z Compiling strum v0.26.3
14992026-03-26T22:58:28.531Z Compiling mime v0.3.17
15002026-03-26T22:58:28.636Z Compiling spin v0.9.8
15012026-03-26T22:58:28.748Z Compiling unarray v0.1.4
15022026-03-26T22:58:28.843Z Compiling async-stream v0.3.6
15032026-03-26T22:58:28.866Z Compiling derive-ex v0.1.8
15042026-03-26T22:58:28.916Z Compiling dropshot_endpoint v0.16.7
15052026-03-26T22:58:29.015Z Compiling macaddr v1.0.1
15062026-03-26T22:58:29.117Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15072026-03-26T22:58:29.233Z Compiling waitgroup v0.1.2
15082026-03-26T22:58:29.263Z Compiling serde_path_to_error v0.1.20
15092026-03-26T22:58:29.577Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15102026-03-26T22:58:29.610Z Compiling tempfile v3.27.0
15112026-03-26T22:58:29.701Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15122026-03-26T22:58:29.870Z Compiling tower v0.5.3
15132026-03-26T22:58:29.880Z Compiling strum_macros v0.27.2
15142026-03-26T22:58:30.029Z Compiling instant v0.1.13
15152026-03-26T22:58:30.045Z Compiling time v0.3.47
15162026-03-26T22:58:30.346Z Compiling tower-http v0.6.8
15172026-03-26T22:58:30.409Z Compiling test-strategy v0.4.5
15182026-03-26T22:58:30.502Z Compiling rustc-hash v2.1.1
15192026-03-26T22:58:30.621Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
15202026-03-26T22:58:30.768Z Compiling crossbeam-channel v0.5.15
15212026-03-26T22:58:31.728Z Compiling strum v0.27.2
15222026-03-26T22:58:31.784Z Compiling parse-display-derive v0.10.0
15232026-03-26T22:58:31.851Z Compiling rustls-native-certs v0.8.3
15242026-03-26T22:58:31.864Z Compiling backon v1.6.0
15252026-03-26T22:58:32.197Z Compiling rand_chacha v0.3.1
15262026-03-26T22:58:32.266Z Compiling rustls-webpki v0.102.8
15272026-03-26T22:58:32.657Z Compiling rand v0.8.5
15282026-03-26T22:58:33.154Z Compiling slog-json v2.6.1
15292026-03-26T22:58:33.307Z Compiling hostname v0.3.1
15302026-03-26T22:58:33.356Z Compiling toml_parser v1.1.0+spec-1.1.0
15312026-03-26T22:58:33.372Z Compiling is-terminal v0.4.17
15322026-03-26T22:58:33.409Z Compiling wait-timeout v0.2.1
15332026-03-26T22:58:33.436Z Compiling memmap2 v0.9.10
15342026-03-26T22:58:33.456Z Compiling either v1.15.0
15352026-03-26T22:58:33.666Z Compiling usdt v0.6.0
15362026-03-26T22:58:33.705Z Compiling toml v0.9.12+spec-1.1.0
15372026-03-26T22:58:33.812Z Compiling rusty-fork v0.3.1
15382026-03-26T22:58:33.931Z Compiling slog-term v2.9.2
15392026-03-26T22:58:34.037Z Compiling slog-bunyan v2.5.0
15402026-03-26T22:58:34.540Z Compiling serde_with v3.18.0
15412026-03-26T22:58:34.653Z Compiling rand_xorshift v0.4.0
15422026-03-26T22:58:34.719Z Compiling sha1 v0.10.6
15432026-03-26T22:58:34.807Z Compiling rustls-pemfile v2.2.0
15442026-03-26T22:58:34.952Z Compiling tokio-rustls v0.25.0
15452026-03-26T22:58:35.007Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
15462026-03-26T22:58:35.019Z Compiling hostname v0.4.2
15472026-03-26T22:58:35.168Z Compiling proptest v1.11.0
15482026-03-26T22:58:36.046Z Compiling reqwest v0.12.28
15492026-03-26T22:58:36.153Z Compiling itertools v0.14.0
15502026-03-26T22:58:36.365Z Compiling iddqd v0.3.17
15512026-03-26T22:58:37.170Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
15522026-03-26T22:58:37.413Z Compiling utf8parse v0.2.2
15532026-03-26T22:58:37.505Z Compiling anstyle-parse v1.0.0
15542026-03-26T22:58:37.521Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
15552026-03-26T22:58:37.763Z Compiling toml_datetime v0.6.11
15562026-03-26T22:58:37.774Z Compiling anstyle v1.0.14
15572026-03-26T22:58:37.993Z Compiling anstyle-query v1.1.5
15582026-03-26T22:58:38.100Z Compiling colorchoice v1.0.5
15592026-03-26T22:58:38.215Z Compiling is_terminal_polyfill v1.70.2
15602026-03-26T22:58:38.307Z Compiling anstream v1.0.0
15612026-03-26T22:58:38.324Z Compiling progenitor-client v0.10.0
15622026-03-26T22:58:38.599Z Compiling parse-display v0.10.0
15632026-03-26T22:58:38.636Z Compiling backoff v0.4.0
15642026-03-26T22:58:38.844Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
15652026-03-26T22:58:39.029Z Compiling clap_lex v1.1.0
15662026-03-26T22:58:39.267Z Compiling clap_derive v4.6.0
15672026-03-26T22:58:39.400Z Compiling unicode-width v0.2.2
15682026-03-26T22:58:39.680Z Compiling terminal_size v0.4.4
15692026-03-26T22:58:39.819Z Compiling darling_core v0.21.3
15702026-03-26T22:58:39.822Z Compiling zerocopy-derive v0.7.35
15712026-03-26T22:58:40.607Z Compiling crossbeam-epoch v0.9.18
15722026-03-26T22:58:40.672Z Compiling zerocopy v0.7.35
15732026-03-26T22:58:41.425Z Compiling clap_builder v4.6.0
15742026-03-26T22:58:41.855Z Compiling proc-macro-error-attr v1.0.4
15752026-03-26T22:58:41.977Z Compiling darling_macro v0.21.3
15762026-03-26T22:58:42.082Z Compiling tinyvec_macros v0.1.1
15772026-03-26T22:58:42.150Z Compiling toml_datetime v1.1.0+spec-1.1.0
15782026-03-26T22:58:42.163Z Compiling heapless v0.8.0
15792026-03-26T22:58:42.163Z Compiling convert_case v0.4.0
15802026-03-26T22:58:42.374Z Compiling toml_edit v0.25.8+spec-1.1.0
15812026-03-26T22:58:42.472Z Compiling derive_more v0.99.20
15822026-03-26T22:58:42.548Z Compiling darling v0.21.3
15832026-03-26T22:58:42.619Z Compiling tinyvec v1.11.0
15842026-03-26T22:58:42.631Z Compiling ingot-macros v0.1.1
15852026-03-26T22:58:43.283Z Compiling clap v4.6.0
15862026-03-26T22:58:43.701Z Compiling dtrace-parser v0.2.0
15872026-03-26T22:58:43.956Z Compiling secrecy v0.10.3
15882026-03-26T22:58:44.111Z Compiling scroll_derive v0.12.1
15892026-03-26T22:58:44.572Z Compiling hash32 v0.3.1
15902026-03-26T22:58:44.702Z Compiling usdt-impl v0.5.0
15912026-03-26T22:58:44.725Z Compiling proc-macro-error v1.0.4
15922026-03-26T22:58:44.737Z Compiling winnow v0.5.40
15932026-03-26T22:58:44.804Z Compiling crucible-workspace-hack v0.1.0
15942026-03-26T22:58:44.942Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15952026-03-26T22:58:44.946Z Compiling smoltcp v0.11.0
15962026-03-26T22:58:45.081Z Compiling scroll v0.12.0
15972026-03-26T22:58:45.343Z Compiling proc-macro-crate v3.5.0
15982026-03-26T22:58:45.377Z Compiling ingot-types v0.1.2
15992026-03-26T22:58:45.715Z Compiling dof v0.3.0
16002026-03-26T22:58:45.866Z Compiling typify-impl v0.6.1
16012026-03-26T22:58:46.049Z Compiling serde_spanned v0.6.9
16022026-03-26T22:58:46.063Z Compiling toml_edit v0.19.15
16032026-03-26T22:58:46.093Z Compiling cobs v0.3.0
16042026-03-26T22:58:46.186Z Compiling memoffset v0.9.1
16052026-03-26T22:58:46.209Z Compiling thread-id v4.2.2
16062026-03-26T22:58:46.268Z Compiling managed v0.8.0
16072026-03-26T22:58:46.283Z Compiling toml_write v0.1.2
16082026-03-26T22:58:46.286Z Compiling bitflags v1.3.2
16092026-03-26T22:58:46.364Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
16102026-03-26T22:58:46.406Z Compiling cfg_aliases v0.2.1
16112026-03-26T22:58:46.476Z Compiling nix v0.31.2
16122026-03-26T22:58:46.479Z Compiling toml_edit v0.22.27
16132026-03-26T22:58:46.855Z Compiling postcard v1.1.3
16142026-03-26T22:58:47.190Z Compiling proc-macro-crate v1.3.1
16152026-03-26T22:58:47.641Z Compiling num_enum_derive v0.7.6
16162026-03-26T22:58:47.735Z Compiling ingot v0.1.1
16172026-03-26T22:58:48.275Z Compiling goblin v0.8.2
16182026-03-26T22:58:48.670Z Compiling tabwriter v1.4.1
16192026-03-26T22:58:48.906Z Compiling foreign-types-macros v0.2.3
16202026-03-26T22:58:48.946Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16212026-03-26T22:58:49.239Z Compiling num-integer v0.1.46
16222026-03-26T22:58:49.538Z Compiling rustc_version v0.4.1
16232026-03-26T22:58:49.563Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16242026-03-26T22:58:49.804Z Compiling float-ord v0.3.2
16252026-03-26T22:58:49.831Z Compiling rayon-core v1.13.0
16262026-03-26T22:58:49.834Z Compiling cpufeatures v0.3.0
16272026-03-26T22:58:49.909Z Compiling heck v0.4.1
16282026-03-26T22:58:49.921Z Compiling foreign-types-shared v0.3.1
16292026-03-26T22:58:49.992Z Compiling foreign-types v0.5.0
16302026-03-26T22:58:50.056Z Compiling chacha20 v0.10.0
16312026-03-26T22:58:50.281Z Compiling curve25519-dalek v4.1.3
16322026-03-26T22:58:50.355Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16332026-03-26T22:58:50.714Z Compiling num_enum v0.7.6
16342026-03-26T22:58:50.831Z Compiling num_enum_derive v0.5.11
16352026-03-26T22:58:51.419Z Compiling toml v0.8.23
16362026-03-26T22:58:52.212Z Compiling typify-macro v0.6.1
16372026-03-26T22:58:52.237Z Compiling crossbeam-deque v0.8.6
16382026-03-26T22:58:52.416Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
16392026-03-26T22:58:52.744Z Compiling hmac v0.12.1
16402026-03-26T22:58:52.776Z Compiling inout v0.1.4
16412026-03-26T22:58:52.880Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16422026-03-26T22:58:52.899Z Compiling ff v0.13.1
16432026-03-26T22:58:53.022Z Compiling cstr-argument v0.1.2
16442026-03-26T22:58:53.136Z Compiling rustix v0.38.44
16452026-03-26T22:58:53.167Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
16462026-03-26T22:58:53.380Z Compiling colored v3.1.1
16472026-03-26T22:58:53.383Z Compiling prettyplease v0.2.37
16482026-03-26T22:58:53.734Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16492026-03-26T22:58:53.995Z Compiling group v0.13.0
16502026-03-26T22:58:54.219Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
16512026-03-26T22:58:54.292Z Compiling cipher v0.4.4
16522026-03-26T22:58:54.337Z Compiling hkdf v0.12.4
16532026-03-26T22:58:54.668Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
16542026-03-26T22:58:54.864Z Compiling num_enum v0.5.11
16552026-03-26T22:58:55.031Z Compiling rustls-webpki v0.103.10
16562026-03-26T22:58:55.268Z Compiling rand v0.10.0
16572026-03-26T22:58:55.306Z Compiling num-iter v0.1.45
16582026-03-26T22:58:55.426Z Compiling num-rational v0.4.2
16592026-03-26T22:58:55.986Z Compiling usdt-attr-macro v0.5.0
16602026-03-26T22:58:56.092Z Compiling usdt-macro v0.5.0
16612026-03-26T22:58:56.826Z Compiling camino-tempfile v1.4.1
16622026-03-26T22:58:56.883Z Compiling thiserror-impl-no-std v2.0.2
16632026-03-26T22:58:57.071Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
16642026-03-26T22:58:57.269Z Compiling universal-hash v0.5.1
16652026-03-26T22:58:57.403Z Compiling half v2.7.1
16662026-03-26T22:58:57.426Z Compiling crypto-bigint v0.5.5
16672026-03-26T22:58:57.649Z Compiling enum-as-inner v0.6.1
16682026-03-26T22:58:57.710Z Compiling curve25519-dalek-derive v0.1.1
16692026-03-26T22:58:57.992Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
16702026-03-26T22:58:58.202Z Compiling num-complex v0.4.6
16712026-03-26T22:58:58.226Z Compiling memmap v0.7.0
16722026-03-26T22:58:58.277Z Compiling ciborium-io v0.2.2
16732026-03-26T22:58:58.371Z Compiling opaque-debug v0.3.1
16742026-03-26T22:58:58.398Z Compiling data-encoding v2.10.0
16752026-03-26T22:58:58.416Z Compiling base16ct v0.2.0
16762026-03-26T22:58:58.439Z Compiling tokio-rustls v0.26.4
16772026-03-26T22:58:58.586Z Compiling rustls-platform-verifier v0.6.2
16782026-03-26T22:58:58.708Z Compiling hyper-rustls v0.27.7
16792026-03-26T22:58:58.833Z Compiling base64ct v1.8.3
16802026-03-26T22:58:58.844Z Compiling num v0.4.3
16812026-03-26T22:58:58.917Z Compiling reqwest v0.13.2
16822026-03-26T22:58:58.996Z Compiling elliptic-curve v0.13.8
16832026-03-26T22:58:59.131Z Compiling password-hash v0.5.0
16842026-03-26T22:58:59.230Z Compiling poly1305 v0.8.0
16852026-03-26T22:58:59.572Z Compiling usdt v0.5.0
16862026-03-26T22:58:59.653Z Compiling ciborium-ll v0.2.2
16872026-03-26T22:58:59.868Z Compiling thiserror-no-std v2.0.2
16882026-03-26T22:58:59.960Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16892026-03-26T22:59:00.012Z Compiling rayon v1.11.0
16902026-03-26T22:59:00.299Z Compiling progenitor-client v0.13.0
16912026-03-26T22:59:00.405Z Compiling chacha20 v0.9.1
16922026-03-26T22:59:00.601Z Compiling progenitor-extras v0.1.1
16932026-03-26T22:59:00.655Z Compiling typify v0.6.1
16942026-03-26T22:59:00.748Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16952026-03-26T22:59:00.838Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
16962026-03-26T22:59:02.014Z Compiling zone_cfg_derive v0.3.1
16972026-03-26T22:59:02.138Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
16982026-03-26T22:59:02.332Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
16992026-03-26T22:59:02.629Z Compiling itertools v0.12.1
17002026-03-26T22:59:02.640Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17012026-03-26T22:59:02.835Z Compiling blake2 v0.10.6
17022026-03-26T22:59:03.130Z Compiling byte-wrapper v0.1.0
17032026-03-26T22:59:03.252Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17042026-03-26T22:59:03.295Z Compiling aead v0.5.2
17052026-03-26T22:59:03.452Z Compiling num-derive v0.4.2
17062026-03-26T22:59:03.464Z Compiling sigpipe v0.1.3
17072026-03-26T22:59:03.499Z Compiling unsafe-libyaml v0.2.11
17082026-03-26T22:59:03.547Z Compiling pkg-config v0.3.32
17092026-03-26T22:59:03.574Z Compiling vcpkg v0.2.15
17102026-03-26T22:59:03.825Z Compiling glob v0.3.3
17112026-03-26T22:59:04.001Z Compiling jiff v0.2.23
17122026-03-26T22:59:04.135Z Compiling keccak v0.1.6
17132026-03-26T22:59:04.164Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17142026-03-26T22:59:04.277Z Compiling openssl-sys v0.9.112
17152026-03-26T22:59:04.380Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
17162026-03-26T22:59:04.414Z Compiling sha3 v0.10.8
17172026-03-26T22:59:04.507Z Compiling serde_yaml v0.9.34+deprecated
17182026-03-26T22:59:04.710Z Compiling zone v0.3.1
17192026-03-26T22:59:04.792Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17202026-03-26T22:59:04.804Z Compiling chacha20poly1305 v0.10.1
17212026-03-26T22:59:04.931Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17222026-03-26T22:59:05.516Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17232026-03-26T22:59:06.087Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17242026-03-26T22:59:06.246Z Compiling argon2 v0.5.3
17252026-03-26T22:59:06.328Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17262026-03-26T22:59:06.768Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17272026-03-26T22:59:07.485Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17282026-03-26T22:59:07.532Z Compiling progenitor-impl v0.13.0
17292026-03-26T22:59:08.088Z Compiling vsss-rs v3.3.4
17302026-03-26T22:59:08.341Z Compiling ciborium v0.2.2
17312026-03-26T22:59:08.594Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17322026-03-26T22:59:08.717Z Compiling hubpack_derive v0.1.1
17332026-03-26T22:59:08.839Z Compiling smf v0.2.3
17342026-03-26T22:59:08.921Z Compiling linked-hash-map v0.5.6
17352026-03-26T22:59:08.937Z Compiling whoami v1.6.1
17362026-03-26T22:59:09.003Z Compiling static_assertions v1.1.0
17372026-03-26T22:59:09.077Z Compiling resolv-conf v0.7.6
17382026-03-26T22:59:09.100Z Compiling indent_write v2.2.0
17392026-03-26T22:59:09.124Z Compiling semver v0.1.20
17402026-03-26T22:59:09.230Z Compiling hubpack v0.1.2
17412026-03-26T22:59:09.242Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17422026-03-26T22:59:09.371Z Compiling rustc_version v0.1.7
17432026-03-26T22:59:09.383Z Compiling lru-cache v0.1.2
17442026-03-26T22:59:09.451Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17452026-03-26T22:59:09.465Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17462026-03-26T22:59:09.568Z Compiling hickory-proto v0.24.4
17472026-03-26T22:59:09.701Z Compiling serde-big-array v0.5.1
17482026-03-26T22:59:09.848Z Compiling pin-project-internal v1.1.11
17492026-03-26T22:59:10.976Z Compiling derive-where v1.6.1
17502026-03-26T22:59:11.047Z Compiling serde_repr v0.1.20
17512026-03-26T22:59:11.202Z Compiling progenitor-macro v0.13.0
17522026-03-26T22:59:11.642Z Compiling minimal-lexical v0.2.1
17532026-03-26T22:59:11.916Z Compiling unicode-segmentation v1.13.1
17542026-03-26T22:59:12.253Z Compiling siphasher v1.0.2
17552026-03-26T22:59:12.332Z Compiling swrite v0.1.0
17562026-03-26T22:59:12.345Z Compiling newline-converter v0.3.0
17572026-03-26T22:59:12.430Z Compiling phf_shared v0.12.1
17582026-03-26T22:59:12.447Z Compiling nom v7.1.3
17592026-03-26T22:59:12.460Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17602026-03-26T22:59:12.607Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17612026-03-26T22:59:12.898Z Compiling hickory-resolver v0.24.4
17622026-03-26T22:59:13.198Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17632026-03-26T22:59:13.293Z Compiling pin-project v1.1.11
17642026-03-26T22:59:13.394Z Compiling newtype_derive v0.1.6
17652026-03-26T22:59:13.621Z Compiling atomicwrites v0.4.4
17662026-03-26T22:59:13.827Z Compiling unicode-normalization v0.1.25
17672026-03-26T22:59:14.103Z Compiling console v0.15.11
17682026-03-26T22:59:14.297Z Compiling tokio-stream v0.1.18
17692026-03-26T22:59:14.770Z Compiling async-recursion v1.1.1
17702026-03-26T22:59:14.780Z Compiling snafu-derive v0.8.9
17712026-03-26T22:59:14.894Z Compiling slog-dtrace v0.3.0
17722026-03-26T22:59:15.124Z Compiling csv-core v0.1.13
17732026-03-26T22:59:15.219Z Compiling bstr v1.12.1
17742026-03-26T22:59:15.293Z Compiling similar v2.7.0
17752026-03-26T22:59:15.390Z Compiling unicode-xid v0.2.6
17762026-03-26T22:59:15.451Z Compiling cancel-safe-futures v0.1.5
17772026-03-26T22:59:15.513Z Compiling unicode-width v0.1.14
17782026-03-26T22:59:15.525Z Compiling chrono-tz v0.10.4
17792026-03-26T22:59:15.690Z Compiling highway v1.3.0
17802026-03-26T22:59:15.713Z Compiling openssl v0.10.76
17812026-03-26T22:59:15.735Z Compiling owo-colors v4.3.0
17822026-03-26T22:59:15.789Z Compiling same-file v1.0.6
17832026-03-26T22:59:16.012Z Compiling foreign-types-shared v0.1.1
17842026-03-26T22:59:16.056Z Compiling foldhash v0.1.5
17852026-03-26T22:59:16.102Z Compiling foreign-types v0.3.2
17862026-03-26T22:59:16.153Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17872026-03-26T22:59:16.166Z Compiling walkdir v2.5.0
17882026-03-26T22:59:16.176Z Compiling hashbrown v0.15.5
17892026-03-26T22:59:16.269Z Compiling expectorate v1.2.0
17902026-03-26T22:59:16.290Z Compiling globset v0.4.18
17912026-03-26T22:59:16.418Z Compiling const_format_proc_macros v0.2.34
17922026-03-26T22:59:16.463Z Compiling progenitor v0.13.0
17932026-03-26T22:59:16.529Z Compiling csv v1.4.0
17942026-03-26T22:59:16.545Z Compiling snafu v0.8.9
17952026-03-26T22:59:16.639Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17962026-03-26T22:59:16.713Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17972026-03-26T22:59:16.932Z Compiling qorb v0.4.1
17982026-03-26T22:59:17.150Z Compiling olpc-cjson v0.1.4
17992026-03-26T22:59:17.221Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18002026-03-26T22:59:17.366Z Compiling phf v0.12.1
18012026-03-26T22:59:17.760Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18022026-03-26T22:59:18.033Z Compiling tokio-dtrace v0.1.1
18032026-03-26T22:59:18.082Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18042026-03-26T22:59:18.306Z Compiling libsw-core v0.3.2
18052026-03-26T22:59:18.456Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18062026-03-26T22:59:18.476Z Compiling serde_plain v1.0.2
18072026-03-26T22:59:18.695Z Compiling openssl-macros v0.1.1
18082026-03-26T22:59:18.706Z Compiling pem v3.0.6
18092026-03-26T22:59:18.826Z Compiling cookie v0.18.1
18102026-03-26T22:59:18.874Z Compiling fixedbitset v0.4.2
18112026-03-26T22:59:19.040Z Compiling typed-path v0.9.3
18122026-03-26T22:59:19.054Z Compiling bytecount v0.6.9
18132026-03-26T22:59:19.073Z Compiling fixedbitset v0.5.7
18142026-03-26T22:59:19.152Z Compiling papergrid v0.11.0
18152026-03-26T22:59:19.164Z Compiling petgraph v0.6.5
18162026-03-26T22:59:19.192Z Compiling libsw v3.5.0
18172026-03-26T22:59:19.366Z Compiling petgraph v0.8.3
18182026-03-26T22:59:19.400Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18192026-03-26T22:59:20.392Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18202026-03-26T22:59:20.630Z Compiling tough v0.20.0
18212026-03-26T22:59:20.643Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18222026-03-26T22:59:20.899Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18232026-03-26T22:59:21.076Z Compiling oxide-tokio-rt v0.1.3
18242026-03-26T22:59:21.482Z Compiling const_format v0.2.35
18252026-03-26T22:59:21.822Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18262026-03-26T22:59:22.742Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18272026-03-26T22:59:23.817Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18282026-03-26T22:59:23.947Z Compiling gethostname v0.5.0
18292026-03-26T22:59:24.073Z Compiling tabled_derive v0.7.0
18302026-03-26T22:59:24.432Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18312026-03-26T22:59:24.457Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18322026-03-26T22:59:24.697Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18332026-03-26T22:59:24.814Z Compiling bcs v0.1.6
18342026-03-26T22:59:24.871Z Compiling tagptr v0.2.0
18352026-03-26T22:59:25.018Z Compiling termtree v0.5.1
18362026-03-26T22:59:25.021Z Compiling unicode-linebreak v0.1.5
18372026-03-26T22:59:25.133Z Compiling smawk v0.3.2
18382026-03-26T22:59:25.178Z Compiling linear-map v1.2.0
18392026-03-26T22:59:25.260Z Compiling lazy_static v1.5.0
18402026-03-26T22:59:25.271Z Compiling textwrap v0.16.2
18412026-03-26T22:59:25.274Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18422026-03-26T22:59:25.361Z Compiling steno v0.4.1
18432026-03-26T22:59:25.364Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18442026-03-26T22:59:25.770Z Compiling tabled v0.15.0
18452026-03-26T22:59:25.812Z Compiling moka v0.12.15
18462026-03-26T22:59:25.877Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18472026-03-26T22:59:26.150Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18482026-03-26T22:59:26.367Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18492026-03-26T22:59:26.610Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18502026-03-26T22:59:27.104Z Compiling hickory-proto v0.25.2
18512026-03-26T22:59:27.432Z Compiling humantime v2.3.0
18522026-03-26T22:59:27.725Z Compiling num-derive v0.3.3
18532026-03-26T22:59:28.389Z Compiling parking_lot_core v0.8.6
18542026-03-26T22:59:28.597Z Compiling crc32fast v1.5.0
18552026-03-26T22:59:28.669Z Compiling libscf-sys v1.1.0
18562026-03-26T22:59:28.689Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18572026-03-26T22:59:28.819Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18582026-03-26T22:59:29.013Z Compiling hickory-resolver v0.25.2
18592026-03-26T22:59:29.136Z Compiling parking_lot v0.11.2
18602026-03-26T22:59:29.211Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18612026-03-26T22:59:29.249Z Compiling fxhash v0.2.1
18622026-03-26T22:59:29.387Z Compiling internet-checksum v0.2.1
18632026-03-26T22:59:29.433Z Compiling sled v0.34.7
18642026-03-26T22:59:29.446Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
18652026-03-26T22:59:29.945Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18662026-03-26T22:59:35.039Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18672026-03-26T22:59:42.163Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18682026-03-26T22:59:43.767Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18692026-03-26T22:59:44.857Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
18702026-03-26T22:59:46.006Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
18712026-03-26T22:59:46.995Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
18722026-03-26T23:00:09.977Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 04s
18732026-03-26T23:00:10.145Z────────────
18742026-03-26T23:00:10.145Z Nextest run ID a9f66fe9-3324-4bc7-b3b9-d0916530916d with nextest profile: default
18752026-03-26T23:00:10.146Z Starting 18 tests across 1 binary (27 tests skipped)
18762026-03-26T23:00:26.445Z PASS [ 16.297s] rdb proptest::prop_ipv6_host_bits_always_unset
18772026-03-26T23:00:26.558Z PASS [ 16.410s] rdb proptest::prop_ipv6_default_contains_all
18782026-03-26T23:00:26.605Z PASS [ 16.457s] rdb proptest::prop_ipv4_within_self
18792026-03-26T23:00:26.627Z PASS [ 16.480s] rdb proptest::prop_ipv4_default_contains_all
18802026-03-26T23:00:26.645Z PASS [ 16.498s] rdb proptest::prop_ipv4_length_in_bounds
18812026-03-26T23:00:26.649Z PASS [ 16.501s] rdb proptest::prop_ipv4_host_bits_always_unset
18822026-03-26T23:00:26.678Z PASS [ 16.531s] rdb proptest::prop_ipv4_unset_host_bits_idempotent
18832026-03-26T23:00:42.663Z PASS [ 16.217s] rdb proptest::prop_ipv6_length_in_bounds
18842026-03-26T23:00:42.800Z PASS [ 16.241s] rdb proptest::prop_ipv6_unset_host_bits_idempotent
18852026-03-26T23:00:42.827Z PASS [ 16.221s] rdb proptest::prop_ipv6_within_self
18862026-03-26T23:00:43.160Z PASS [ 16.532s] rdb proptest::prop_prefix_enum_no_cross_family
18872026-03-26T23:00:51.668Z PASS [ 25.021s] rdb proptest::prop_static_route_key_deduplication
18882026-03-26T23:01:01.843Z PASS [ 35.162s] rdb proptest::prop_static_route_key_normalization_preserves_fields
18892026-03-26T23:01:02.012Z PASS [ 35.360s] rdb proptest::prop_static_route_key_normalization_idempotent
18902026-03-26T23:01:10.153Z SLOW [> 60.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
18912026-03-26T23:01:17.792Z PASS [ 35.127s] rdb proptest::prop_static_route_key_normalization_preserves_length
18922026-03-26T23:01:17.918Z PASS [ 35.116s] rdb proptest::prop_static_route_key_normalized_has_no_host_bits
18932026-03-26T23:01:33.976Z PASS [ 51.146s] rdb proptest::prop_static_route_key_ord_consistency
18942026-03-26T23:02:10.157Z SLOW [>120.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
18952026-03-26T23:03:10.162Z SLOW [>180.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
18962026-03-26T23:04:10.168Z SLOW [>240.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
18972026-03-26T23:04:23.462Z PASS [ 253.300s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
18982026-03-26T23:04:23.465Z────────────
18992026-03-26T23:04:23.465Z Summary [ 253.301s] 18 tests run: 18 passed (1 slow), 27 skipped
19002026-03-26T23:04:23.476Z+ cp '*.log' /work/
19012026-03-26T23:04:23.478Z+ true
19022026-03-26T23:04:23.478Z+ '[' -d proptest-regressions ']'
19032026-03-26T23:04:23.478Z+ cp -r proptest-regressions /work/rdb-proptest-regressions
19042026-03-26T23:04:23.481Z+ popd
19052026-03-26T23:04:23.481Z/work/oxidecomputer/maghemite
19062026-03-26T23:04:23.481Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
19072026-03-26T23:04:23.481Z+ pushd bgp
19082026-03-26T23:04:23.481Z+ PROPTEST_CASES=1000000
19092026-03-26T23:04:23.481Z+ cargo nextest run --lib proptest
19102026-03-26T23:04:24.621Z Compiling smallvec v1.15.1
19112026-03-26T23:04:24.625Z Compiling serde_json v1.0.149
19122026-03-26T23:04:24.806Z Compiling crunchy v0.2.4
19132026-03-26T23:04:24.826Z Compiling tiny-keccak v2.0.2
19142026-03-26T23:04:24.837Z Compiling ahash v0.8.12
19152026-03-26T23:04:24.839Z Compiling smartstring v1.0.1
19162026-03-26T23:04:24.930Z Compiling icu_normalizer v2.1.1
19172026-03-26T23:04:24.959Z Compiling parking_lot_core v0.9.12
19182026-03-26T23:04:25.094Z Compiling parking_lot_core v0.8.6
19192026-03-26T23:04:25.177Z Compiling parking_lot v0.12.5
19202026-03-26T23:04:25.270Z Compiling idna_adapter v1.2.1
19212026-03-26T23:04:25.394Z Compiling idna v1.1.0
19222026-03-26T23:04:25.422Z Compiling tokio v1.50.0
19232026-03-26T23:04:25.514Z Compiling dof v0.4.0
19242026-03-26T23:04:25.584Z Compiling schemars v0.8.22
19252026-03-26T23:04:25.641Z Compiling openapiv3 v2.2.0
19262026-03-26T23:04:25.749Z Compiling url v2.5.8
19272026-03-26T23:04:26.194Z Compiling slog-json v2.6.1
19282026-03-26T23:04:26.671Z Compiling usdt-impl v0.6.0
19292026-03-26T23:04:26.903Z Compiling slog-bunyan v2.5.0
19302026-03-26T23:04:27.205Z Compiling ipnetwork v0.21.1
19312026-03-26T23:04:27.297Z Compiling newtype-uuid v1.3.2
19322026-03-26T23:04:27.400Z Compiling usdt-macro v0.6.0
19332026-03-26T23:04:27.482Z Compiling oxnet v0.1.4
19342026-03-26T23:04:27.656Z Compiling usdt-attr-macro v0.6.0
19352026-03-26T23:04:27.659Z Compiling serde_with v3.18.0
19362026-03-26T23:04:27.919Z Compiling daft v0.1.5
19372026-03-26T23:04:27.931Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
19382026-03-26T23:04:28.185Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19392026-03-26T23:04:28.514Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
19402026-03-26T23:04:28.637Z Compiling iddqd v0.3.17
19412026-03-26T23:04:28.837Z Compiling usdt v0.6.0
19422026-03-26T23:04:29.105Z Compiling tokio-util v0.7.18
19432026-03-26T23:04:29.123Z Compiling tower v0.5.3
19442026-03-26T23:04:29.305Z Compiling tokio-rustls v0.26.4
19452026-03-26T23:04:29.349Z Compiling tokio-rustls v0.25.0
19462026-03-26T23:04:29.398Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19472026-03-26T23:04:29.583Z Compiling tower-http v0.6.8
19482026-03-26T23:04:29.592Z Compiling backoff v0.4.0
19492026-03-26T23:04:29.674Z Compiling h2 v0.4.13
19502026-03-26T23:04:30.426Z Compiling typify-impl v0.6.1
19512026-03-26T23:04:30.453Z Compiling dof v0.3.0
19522026-03-26T23:04:30.725Z Compiling usdt-impl v0.5.0
19532026-03-26T23:04:31.050Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
19542026-03-26T23:04:31.311Z Compiling usdt-macro v0.5.0
19552026-03-26T23:04:31.975Z Compiling hyper v1.8.1
19562026-03-26T23:04:32.081Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
19572026-03-26T23:04:32.239Z Compiling usdt-attr-macro v0.5.0
19582026-03-26T23:04:33.037Z Compiling hyper-util v0.1.20
19592026-03-26T23:04:33.461Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19602026-03-26T23:04:33.739Z Compiling usdt v0.5.0
19612026-03-26T23:04:33.819Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
19622026-03-26T23:04:33.963Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
19632026-03-26T23:04:34.338Z Compiling hyper-rustls v0.27.7
19642026-03-26T23:04:34.504Z Compiling dropshot v0.16.7
19652026-03-26T23:04:34.644Z Compiling reqwest v0.13.2
19662026-03-26T23:04:34.772Z Compiling reqwest v0.12.28
19672026-03-26T23:04:36.858Z Compiling progenitor-client v0.13.0
19682026-03-26T23:04:37.182Z Compiling progenitor-extras v0.1.1
19692026-03-26T23:04:37.441Z Compiling progenitor-client v0.10.0
19702026-03-26T23:04:37.736Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19712026-03-26T23:04:38.232Z Compiling typify-macro v0.6.1
19722026-03-26T23:04:39.258Z Compiling byte-wrapper v0.1.0
19732026-03-26T23:04:39.631Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
19742026-03-26T23:04:39.639Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19752026-03-26T23:04:39.968Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
19762026-03-26T23:04:40.068Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19772026-03-26T23:04:40.324Z Compiling typify v0.6.1
19782026-03-26T23:04:40.426Z Compiling progenitor-impl v0.13.0
19792026-03-26T23:04:40.471Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
19802026-03-26T23:04:40.514Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
19812026-03-26T23:04:41.171Z Compiling zone v0.3.1
19822026-03-26T23:04:41.687Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19832026-03-26T23:04:41.993Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19842026-03-26T23:04:42.142Z Compiling hickory-proto v0.24.4
19852026-03-26T23:04:42.259Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
19862026-03-26T23:04:42.364Z Compiling tokio-stream v0.1.18
19872026-03-26T23:04:42.846Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19882026-03-26T23:04:43.248Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19892026-03-26T23:04:43.397Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19902026-03-26T23:04:44.088Z Compiling progenitor-macro v0.13.0
19912026-03-26T23:04:45.012Z Compiling hickory-resolver v0.24.4
19922026-03-26T23:04:45.530Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19932026-03-26T23:04:45.722Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19942026-03-26T23:04:46.274Z Compiling qorb v0.4.1
19952026-03-26T23:04:46.672Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19962026-03-26T23:04:47.716Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19972026-03-26T23:04:48.126Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19982026-03-26T23:04:48.340Z Compiling tokio-dtrace v0.1.1
19992026-03-26T23:04:48.406Z Compiling libsw-core v0.3.2
20002026-03-26T23:04:48.536Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
20012026-03-26T23:04:48.579Z Compiling olpc-cjson v0.1.4
20022026-03-26T23:04:48.618Z Compiling libsw v3.5.0
20032026-03-26T23:04:48.669Z Compiling oxide-tokio-rt v0.1.3
20042026-03-26T23:04:48.749Z Compiling tough v0.20.0
20052026-03-26T23:04:48.796Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20062026-03-26T23:04:48.914Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20072026-03-26T23:04:48.982Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20082026-03-26T23:04:49.110Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20092026-03-26T23:04:49.280Z Compiling progenitor v0.13.0
20102026-03-26T23:04:49.424Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
20112026-03-26T23:04:49.427Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20122026-03-26T23:04:49.691Z Compiling slog-dtrace v0.3.0
20132026-03-26T23:04:50.022Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20142026-03-26T23:04:50.033Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
20152026-03-26T23:04:50.203Z Compiling cancel-safe-futures v0.1.5
20162026-03-26T23:04:50.356Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20172026-03-26T23:04:50.511Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20182026-03-26T23:04:50.953Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20192026-03-26T23:04:51.153Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20202026-03-26T23:04:51.315Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20212026-03-26T23:04:51.482Z Compiling hickory-proto v0.25.2
20222026-03-26T23:04:51.531Z Compiling steno v0.4.1
20232026-03-26T23:04:52.238Z Compiling moka v0.12.15
20242026-03-26T23:04:53.025Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20252026-03-26T23:04:53.423Z Compiling hickory-resolver v0.25.2
20262026-03-26T23:04:54.203Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20272026-03-26T23:04:54.735Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20282026-03-26T23:04:54.756Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20292026-03-26T23:04:55.211Z Compiling const-random-macro v0.1.16
20302026-03-26T23:04:55.620Z Compiling const-random v0.1.18
20312026-03-26T23:04:55.700Z Compiling parking_lot v0.11.2
20322026-03-26T23:04:56.134Z Compiling sdd v3.0.10
20332026-03-26T23:04:56.169Z Compiling sled v0.34.7
20342026-03-26T23:04:56.497Z Compiling scc v2.4.0
20352026-03-26T23:04:57.065Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20362026-03-26T23:04:57.251Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
20372026-03-26T23:04:57.307Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20382026-03-26T23:04:57.320Z Compiling thin-vec v0.2.14
20392026-03-26T23:04:57.461Z Compiling rhai_codegen v3.1.0
20402026-03-26T23:04:57.499Z Compiling serial_test_derive v3.4.0
20412026-03-26T23:04:57.593Z Compiling diff v0.1.13
20422026-03-26T23:04:57.690Z Compiling yansi v1.0.1
20432026-03-26T23:04:57.744Z Compiling nom v8.0.0
20442026-03-26T23:04:57.924Z Compiling pretty_assertions v1.4.1
20452026-03-26T23:04:58.222Z Compiling serial_test v3.4.0
20462026-03-26T23:04:58.620Z Compiling rhai v1.24.0
20472026-03-26T23:05:03.855Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20482026-03-26T23:05:11.485Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20492026-03-26T23:05:13.084Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20502026-03-26T23:05:14.176Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
20512026-03-26T23:05:15.289Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
20522026-03-26T23:05:16.080Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
20532026-03-26T23:05:18.444Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
20542026-03-26T23:05:55.843Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 27s
20552026-03-26T23:05:55.900Z────────────
20562026-03-26T23:05:55.900Z Nextest run ID 88b0a2f6-c200-4d1d-85fc-b384454b80b5 with nextest profile: default
20572026-03-26T23:05:55.900Z Starting 18 tests across 1 binary (132 tests skipped)
20582026-03-26T23:06:08.406Z PASS [ 16.332s] bgp proptest::prop_ipv4_wire_format_roundtrip
20592026-03-26T23:06:10.392Z PASS [ 18.319s] bgp proptest::prop_ipv4_withdrawn_roundtrip
20602026-03-26T23:06:10.500Z PASS [ 18.427s] bgp proptest::prop_ipv4_prefixes_roundtrip
20612026-03-26T23:06:11.706Z PASS [ 19.633s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
20622026-03-26T23:06:12.560Z PASS [ 20.487s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
20632026-03-26T23:06:20.667Z PASS [ 28.593s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
20642026-03-26T23:06:26.806Z PASS [ 16.414s] bgp proptest::prop_ipv6_wire_format_roundtrip
20652026-03-26T23:06:28.672Z PASS [ 20.266s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
20662026-03-26T23:06:30.183Z PASS [ 19.682s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
20672026-03-26T23:06:31.147Z PASS [ 18.586s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
20682026-03-26T23:06:31.945Z PASS [ 39.871s] bgp proptest::prop_duplicate_attrs_deduplicated
20692026-03-26T23:06:39.644Z PASS [ 18.976s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
20702026-03-26T23:06:45.395Z PASS [ 18.588s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
20712026-03-26T23:06:52.077Z SLOW [> 60.000s] bgp proptest::prop_encode_decode_semantic_equivalence
20722026-03-26T23:06:58.372Z PASS [ 28.187s] bgp proptest::prop_update_mp_unreach_roundtrip
20732026-03-26T23:06:58.835Z PASS [ 66.759s] bgp proptest::prop_encode_decode_semantic_equivalence
20742026-03-26T23:07:11.717Z SLOW [> 60.000s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20752026-03-26T23:07:20.378Z PASS [ 68.667s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20762026-03-26T23:07:28.681Z SLOW [> 60.000s] bgp proptest::prop_update_mp_reach_roundtrip
20772026-03-26T23:07:31.164Z SLOW [> 60.000s] bgp proptest::prop_update_traditional_roundtrip
20782026-03-26T23:07:32.175Z PASS [ 61.023s] bgp proptest::prop_update_traditional_roundtrip
20792026-03-26T23:07:41.232Z PASS [ 72.554s] bgp proptest::prop_update_mp_reach_roundtrip
20802026-03-26T23:07:41.235Z────────────
20812026-03-26T23:07:41.235Z Summary [ 109.153s] 18 tests run: 18 passed (4 slow), 132 skipped
20822026-03-26T23:07:41.245Z+ cp '*.log' /work/
20832026-03-26T23:07:41.248Z+ true
20842026-03-26T23:07:41.248Z+ '[' -d proptest-regressions ']'
20852026-03-26T23:07:41.248Z+ cp -r proptest-regressions /work/bgp-proptest-regressions
20862026-03-26T23:07:41.251Z+ popd
20872026-03-26T23:07:41.251Z/work/oxidecomputer/maghemite
20882026-03-26T23:07:41.251Zprocess exited: duration 726768 ms, exit code 0
 
20892026-03-26T23:07:41.258Zfound 0 output files