01KZF95XNPJSA8HTH8FVRG4JEV: 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: 01KZF96CPYEPCM2196Y5AGPCR7

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-07T23:34:49.789Zjob assigned to worker 01KZF971W0Z3YW7W49SBXVCTGV [factory aws, i-0f2f7364d925ee5dd] (queued for 1 m 13 s)
 
22026-08-07T23:34:56.921Zstarting task 0: "setup"
32026-08-07T23:34:56.927Z++ uname -s
42026-08-07T23:34:56.930Z+ kern=SunOS
52026-08-07T23:34:56.930Z+ build_user=build
62026-08-07T23:34:56.930Z+ build_uid=12345
72026-08-07T23:34:56.930Z+ work_dir=/work
82026-08-07T23:34:56.930Z+ input_dir=/input
92026-08-07T23:34:56.930Z+ [[ 0 == 12345 ]]
102026-08-07T23:34:56.930Z+ case "$kern" in
112026-08-07T23:34:56.930Z+ groupadd -g 12345 build
122026-08-07T23:34:56.933Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-07T23:34:58.928Z+ zfs create -o mountpoint=/work rpool/work
142026-08-07T23:34:58.996Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-07T23:34:58.999Z+ home_fs=zfs
162026-08-07T23:34:58.999Z+ [[ zfs == autofs ]]
172026-08-07T23:34:58.999Z+ mkdir -p /home/build
182026-08-07T23:34:58.999Z+ chown build:build /home/build /work
192026-08-07T23:35:00.992Z+ chmod 0700 /home/build /work
202026-08-07T23:35:00.995Zprocess exited: duration 4088 ms, exit code 0
 
212026-08-07T23:35:01.001Zstarting task 1: "rust-toolchain"
222026-08-07T23:35:01.005Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-08-07T23:35:01.005Z * rust toolchain channel = "stable"
242026-08-07T23:35:01.005Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-07T23:35:01.005Z * rust toolchain profile = "default"
262026-08-07T23:35:01.005Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-07T23:35:01.005Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-07T23:35:01.008Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-07T23:35:01.008Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-08-07T23:35:01.080Zinfo: downloading installer
312026-08-07T23:35:02.339Zwarn: It looks like you have an existing installation of Rust at:
322026-08-07T23:35:02.339Zwarn: /opt/ooce/bin
332026-08-07T23:35:02.339Zwarn: It is recommended that rustup be the primary Rust installation.
342026-08-07T23:35:02.339Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-08-07T23:35:02.339Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-08-07T23:35:02.339Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-08-07T23:35:02.339Zwarn: or pass `-y' to ignore all ignorable checks.
382026-08-07T23:35:02.339Zerror: cannot install while Rust is installed
392026-08-07T23:35:02.339Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-08-07T23:35:02.342Zwarn: It looks like you have an existing rustup settings file at:
412026-08-07T23:35:02.342Zwarn: /home/build/.rustup/settings.toml
422026-08-07T23:35:02.342Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-08-07T23:35:02.342Zwarn: instead of the one inferred from the default host triple.
442026-08-07T23:35:02.352Zinfo: profile set to default
452026-08-07T23:35:02.352Zinfo: default host triple is x86_64-unknown-illumos
462026-08-07T23:35:02.355Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-08-07T23:35:02.475Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
482026-08-07T23:35:02.478Zinfo: downloading 6 components
492026-08-07T23:35:17.161Z
502026-08-07T23:35:17.161Zinfo: default toolchain set to stable-x86_64-unknown-illumos
512026-08-07T23:35:17.189Z stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
522026-08-07T23:35:17.189Z
532026-08-07T23:35:17.189Z
542026-08-07T23:35:17.189ZRust is installed now. Great!
552026-08-07T23:35:17.189Z
562026-08-07T23:35:17.189ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-08-07T23:35:17.189Zenvironment variable. This has not been done automatically.
582026-08-07T23:35:17.189Z
592026-08-07T23:35:17.189ZTo configure your current shell, you need to source
602026-08-07T23:35:17.189Zthe corresponding env file under $HOME/.cargo.
612026-08-07T23:35:17.189Z
622026-08-07T23:35:17.189ZThis is usually done by running one of the following (note the leading DOT):
632026-08-07T23:35:17.189Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-08-07T23:35:17.189Zsource "$HOME/.cargo/env.fish" # For fish
652026-08-07T23:35:17.189Zsource "~/.cargo/env.nu" # For nushell
662026-08-07T23:35:17.189Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-08-07T23:35:17.189Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-08-07T23:35:17.189Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-08-07T23:35:17.192Zwarn: no default linker (`cc`) was found in your PATH
702026-08-07T23:35:17.192Zwarn: many Rust crates require a system C toolchain to build
712026-08-07T23:35:17.289Z+ rustup --version
722026-08-07T23:35:17.298Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-08-07T23:35:17.301Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-08-07T23:35:17.324Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
752026-08-07T23:35:17.327Z+ cargo --version
762026-08-07T23:35:17.341Zcargo 1.97.1 (c980f4866 2026-06-30)
772026-08-07T23:35:17.345Z+ rustc --version
782026-08-07T23:35:17.363Zrustc 1.97.1 (8bab26f4f 2026-07-14)
792026-08-07T23:35:17.367Zprocess exited: duration 16429 ms, exit code 0
 
802026-08-07T23:35:17.373Zstarting task 2: "authentication"
812026-08-07T23:35:17.389Zprocess exited: duration 16 ms, exit code 0
 
822026-08-07T23:35:17.395Zstarting task 3: "clone repository"
832026-08-07T23:35:17.398Z+ mkdir -p /work/oxidecomputer/maghemite
842026-08-07T23:35:17.401Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-08-07T23:35:17.431ZCloning into '/work/oxidecomputer/maghemite'...
862026-08-07T23:35:19.067Z+ cd /work/oxidecomputer/maghemite
872026-08-07T23:35:19.067Z+ git fetch origin d26d216c80e319295cf5de1ec6ad73827caa5dcc
882026-08-07T23:35:19.359ZFrom https://github.com/oxidecomputer/maghemite
892026-08-07T23:35:19.359Z * branch d26d216c80e319295cf5de1ec6ad73827caa5dcc -> FETCH_HEAD
902026-08-07T23:35:19.365Z+ [[ -n trey/md5-auth-key ]]
912026-08-07T23:35:19.368Z++ git branch --show-current
922026-08-07T23:35:19.368Z+ current=main
932026-08-07T23:35:19.368Z+ [[ main != trey/md5-auth-key ]]
942026-08-07T23:35:19.368Z+ git branch -f trey/md5-auth-key d26d216c80e319295cf5de1ec6ad73827caa5dcc
952026-08-07T23:35:19.371Z+ git checkout -f trey/md5-auth-key
962026-08-07T23:35:19.390ZSwitched to branch 'trey/md5-auth-key'
972026-08-07T23:35:19.393Z+ git reset --hard d26d216c80e319295cf5de1ec6ad73827caa5dcc
982026-08-07T23:35:19.399ZHEAD is now at d26d216 Merge branch 'main' into trey/md5-auth-key
992026-08-07T23:35:19.402Zprocess exited: duration 2013 ms, exit code 0
 
1002026-08-07T23:35:19.408Zstarting task 4: "build"
1012026-08-07T23:35:19.413Z+ set -e
1022026-08-07T23:35:19.413Z+ NEXTEST_VERSION=0.9.97
1032026-08-07T23:35:19.413Z+ PLATFORM=illumos
1042026-08-07T23:35:19.413Z+ cargo --version
1052026-08-07T23:35:19.418Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
1062026-08-07T23:35:19.554Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
1072026-08-07T23:35:19.557Zinfo: downloading 6 components
1082026-08-07T23:35:34.352Zcargo 1.97.1 (c980f4866 2026-06-30)
1092026-08-07T23:35:34.355Z+ rustc --version
1102026-08-07T23:35:34.382Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1112026-08-07T23:35:34.385Z+ cargo install cargo-nextest --version 0.9.97
1122026-08-07T23:35:34.428Z Updating crates.io index
1132026-08-07T23:35:34.529Z Downloading crates ...
1142026-08-07T23:35:34.581Z Downloaded cargo-nextest v0.9.97
1152026-08-07T23:35:34.638Z Installing cargo-nextest v0.9.97
1162026-08-07T23:35:34.641Zwarning: default toolchain implicitly overridden with `1.97.1-x86_64-unknown-illumos` by rustup toolchain file
1172026-08-07T23:35:34.641Z |
1182026-08-07T23:35:34.641Z = help: use `cargo +stable install` if you meant to use the stable toolchain
1192026-08-07T23:35:34.641Z = note: rustup selects the toolchain based on the parent environment and not the environment of the package being installed
1202026-08-07T23:35:34.678Z Updating crates.io index
1212026-08-07T23:35:36.806Z Locking 396 packages to latest compatible versions
1222026-08-07T23:35:36.810Z Adding dialoguer v0.11.0 (available: v0.12.0)
1232026-08-07T23:35:36.813Z Adding duct v0.13.7 (available: v1.1.1)
1242026-08-07T23:35:36.813Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1252026-08-07T23:35:36.813Z Adding generic-array v0.14.7 (available: v0.14.9)
1262026-08-07T23:35:36.816Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1272026-08-07T23:35:36.816Z Adding itertools v0.14.0 (available: v0.15.0)
1282026-08-07T23:35:36.816Z Adding nextest-filtering v0.15.0 (available: v0.22.0)
1292026-08-07T23:35:36.816Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1302026-08-07T23:35:36.819Z Adding nextest-runner v0.80.0 (available: v0.122.1)
1312026-08-07T23:35:36.822Z Adding quick-junit v0.5.2 (available: v0.7.0)
1322026-08-07T23:35:36.848Z Downloading crates ...
1332026-08-07T23:35:36.867Z Downloaded addr2line v0.25.1
1342026-08-07T23:35:36.870Z Downloaded cargo_metadata v0.20.0
1352026-08-07T23:35:36.874Z Downloaded globset v0.4.20
1362026-08-07T23:35:36.878Z Downloaded anstyle-query v1.1.5
1372026-08-07T23:35:36.881Z Downloaded atomicwrites v0.4.4
1382026-08-07T23:35:36.881Z Downloaded bitflags v2.13.1
1392026-08-07T23:35:36.884Z Downloaded ahash v0.8.12
1402026-08-07T23:35:36.884Z Downloaded backtrace-ext v0.2.1
1412026-08-07T23:35:36.887Z Downloaded adler2 v2.0.1
1422026-08-07T23:35:36.887Z Downloaded anstyle-parse v1.0.0
1432026-08-07T23:35:36.889Z Downloaded clap_lex v1.1.0
1442026-08-07T23:35:36.893Z Downloaded async-scoped v0.9.0
1452026-08-07T23:35:36.895Z Downloaded cfg_aliases v0.2.2
1462026-08-07T23:35:36.898Z Downloaded rand_core v0.9.5
1472026-08-07T23:35:36.901Z Downloaded quinn-udp v0.5.15
1482026-08-07T23:35:36.904Z Downloaded duct v0.13.7
1492026-08-07T23:35:36.904Z Downloaded serde_core v1.0.229
1502026-08-07T23:35:36.907Z Downloaded anstyle v1.0.14
1512026-08-07T23:35:36.907Z Downloaded block-buffer v0.10.4
1522026-08-07T23:35:36.907Z Downloaded serde_ignored v0.1.14
1532026-08-07T23:35:36.907Z Downloaded target-spec-miette v0.4.8
1542026-08-07T23:35:36.910Z Downloaded cargo-platform v0.2.0
1552026-08-07T23:35:36.910Z Downloaded heck v0.5.0
1562026-08-07T23:35:36.912Z Downloaded camino-tempfile v1.4.1
1572026-08-07T23:35:36.915Z Downloaded color-spantrace v0.3.0
1582026-08-07T23:35:36.919Z Downloaded debug-ignore v1.0.5
1592026-08-07T23:35:36.921Z Downloaded document-features v0.2.12
1602026-08-07T23:35:36.925Z Downloaded clap v4.6.6
1612026-08-07T23:35:36.927Z Downloaded rustc_version v0.4.1
1622026-08-07T23:35:36.927Z Downloaded base64ct v1.8.3
1632026-08-07T23:35:36.931Z Downloaded base64 v0.22.1
1642026-08-07T23:35:36.935Z Downloaded semver v1.0.28
1652026-08-07T23:35:36.935Z Downloaded rand_core v0.10.1
1662026-08-07T23:35:36.935Z Downloaded atomic-waker v1.1.2
1672026-08-07T23:35:36.938Z Downloaded cargo-platform v0.3.3
1682026-08-07T23:35:36.938Z Downloaded crypto-common v0.1.7
1692026-08-07T23:35:36.941Z Downloaded rand_pcg v0.10.2
1702026-08-07T23:35:36.941Z Downloaded autocfg v1.5.1
1712026-08-07T23:35:36.944Z Downloaded rustls-webpki v0.103.13
1722026-08-07T23:35:36.947Z Downloaded cfg-if v1.0.4
1732026-08-07T23:35:36.952Z Downloaded signal-hook-mio v0.2.5
1742026-08-07T23:35:36.952Z Downloaded supports-unicode v3.0.0
1752026-08-07T23:35:36.952Z Downloaded rustc-hash v2.1.3
1762026-08-07T23:35:36.955Z Downloaded pathdiff v0.2.3
1772026-08-07T23:35:36.955Z Downloaded rand_core v0.6.4
1782026-08-07T23:35:36.958Z Downloaded tokio-macros v2.7.2
1792026-08-07T23:35:36.958Z Downloaded foreign-types-shared v0.1.1
1802026-08-07T23:35:36.958Z Downloaded self-replace v1.5.0
1812026-08-07T23:35:36.961Z Downloaded cpufeatures v0.3.0
1822026-08-07T23:35:36.961Z Downloaded curve25519-dalek-derive v0.1.1
1832026-08-07T23:35:36.971Z Downloaded serde-untagged v0.1.9
1842026-08-07T23:35:36.974Z Downloaded enable-ansi-support v0.2.1
1852026-08-07T23:35:36.978Z Downloaded equivalent v1.0.2
1862026-08-07T23:35:36.978Z Downloaded futures-sink v0.3.33
1872026-08-07T23:35:36.978Z Downloaded strip-ansi-escapes v0.2.1
1882026-08-07T23:35:36.978Z Downloaded futures-io v0.3.33
1892026-08-07T23:35:36.982Z Downloaded swrite v0.1.0
1902026-08-07T23:35:36.985Z Downloaded foreign-types v0.3.2
1912026-08-07T23:35:36.985Z Downloaded generic-array v0.14.7
1922026-08-07T23:35:36.985Z Downloaded fnv v1.0.7
1932026-08-07T23:35:36.988Z Downloaded futures-task v0.3.33
1942026-08-07T23:35:36.988Z Downloaded openssl-macros v0.1.1
1952026-08-07T23:35:36.988Z Downloaded guppy-workspace-hack v0.1.0
1962026-08-07T23:35:36.988Z Downloaded scopeguard v1.2.0
1972026-08-07T23:35:36.988Z Downloaded shared_child v1.1.1
1982026-08-07T23:35:36.992Z Downloaded shell-words v1.1.1
1992026-08-07T23:35:36.992Z Downloaded signature v2.2.0
2002026-08-07T23:35:36.994Z Downloaded errno v0.3.14
2012026-08-07T23:35:36.994Z Downloaded form_urlencoded v1.2.2
2022026-08-07T23:35:36.995Z Downloaded os_pipe v1.2.3
2032026-08-07T23:35:36.998Z Downloaded serde-value v0.7.0
2042026-08-07T23:35:36.998Z Downloaded tracing-error v0.2.1
2052026-08-07T23:35:36.998Z Downloaded strsim v0.11.1
2062026-08-07T23:35:37.001Z Downloaded serde_spanned v0.6.9
2072026-08-07T23:35:37.001Z Downloaded tinyvec_macros v0.1.1
2082026-08-07T23:35:37.001Z Downloaded toml_write v0.1.2
2092026-08-07T23:35:37.005Z Downloaded find-msvc-tools v0.1.10
2102026-08-07T23:35:37.005Z Downloaded futures-channel v0.3.33
2112026-08-07T23:35:37.008Z Downloaded serde_spanned v1.1.1
2122026-08-07T23:35:37.008Z Downloaded bytes v1.12.1
2132026-08-07T23:35:37.008Z Downloaded either v1.17.0
2142026-08-07T23:35:37.011Z Downloaded terminal_size v0.4.4
2152026-08-07T23:35:37.011Z Downloaded thread_local v1.1.10
2162026-08-07T23:35:37.016Z Downloaded signal-hook v0.3.18
2172026-08-07T23:35:37.019Z Downloaded futures-macro v0.3.33
2182026-08-07T23:35:37.019Z Downloaded serde_urlencoded v0.7.1
2192026-08-07T23:35:37.019Z Downloaded untrusted v0.9.0
2202026-08-07T23:35:37.022Z Downloaded anstream v1.0.0
2212026-08-07T23:35:37.022Z Downloaded cpufeatures v0.2.17
2222026-08-07T23:35:37.025Z Downloaded supports-color v3.0.2
2232026-08-07T23:35:37.028Z Downloaded supports-hyperlinks v3.2.0
2242026-08-07T23:35:37.028Z Downloaded dialoguer v0.11.0
2252026-08-07T23:35:37.028Z Downloaded fastrand v2.5.0
2262026-08-07T23:35:37.032Z Downloaded sigchld v0.2.4
2272026-08-07T23:35:37.032Z Downloaded digest v0.10.7
2282026-08-07T23:35:37.032Z Downloaded futures-executor v0.3.33
2292026-08-07T23:35:37.032Z Downloaded utf8parse v0.2.2
2302026-08-07T23:35:37.035Z Downloaded xattr v1.6.1
2312026-08-07T23:35:37.037Z Downloaded rustc-demangle v0.1.28
2322026-08-07T23:35:37.037Z Downloaded lru-slab v0.1.2
2332026-08-07T23:35:37.041Z Downloaded nested v0.1.1
2342026-08-07T23:35:37.041Z Downloaded openssl-probe v0.2.1
2352026-08-07T23:35:37.041Z Downloaded tower-service v0.3.3
2362026-08-07T23:35:37.043Z Downloaded try-lock v0.2.5
2372026-08-07T23:35:37.044Z Downloaded chacha20 v0.10.1
2382026-08-07T23:35:37.046Z Downloaded utf8_iter v1.0.4
2392026-08-07T23:35:37.046Z Downloaded http-body v1.1.0
2402026-08-07T23:35:37.046Z Downloaded ed25519 v2.2.3
2412026-08-07T23:35:37.049Z Downloaded indent_write v2.2.0
2422026-08-07T23:35:37.049Z Downloaded filetime v0.2.29
2432026-08-07T23:35:37.049Z Downloaded fixedbitset v0.5.7
2442026-08-07T23:35:37.052Z Downloaded cargo_metadata v0.23.1
2452026-08-07T23:35:37.055Z Downloaded pin-project-lite v0.2.17
2462026-08-07T23:35:37.058Z Downloaded thiserror-impl v1.0.69
2472026-08-07T23:35:37.058Z Downloaded colorchoice v1.0.5
2482026-08-07T23:35:37.061Z Downloaded subtle v2.6.1
2492026-08-07T23:35:37.061Z Downloaded tokio-native-tls v0.3.1
2502026-08-07T23:35:37.061Z Downloaded futures-core v0.3.33
2512026-08-07T23:35:37.064Z Downloaded owo-colors v4.3.0
2522026-08-07T23:35:37.064Z Downloaded pkg-config v0.3.33
2532026-08-07T23:35:37.067Z Downloaded rand_chacha v0.9.0
2542026-08-07T23:35:37.067Z Downloaded spki v0.7.3
2552026-08-07T23:35:37.067Z Downloaded quote v1.0.47
2562026-08-07T23:35:37.067Z Downloaded serde_path_to_error v0.1.20
2572026-08-07T23:35:37.070Z Downloaded erased-serde v0.4.10
2582026-08-07T23:35:37.070Z Downloaded sha2 v0.10.9
2592026-08-07T23:35:37.073Z Downloaded thiserror-impl v2.0.19
2602026-08-07T23:35:37.073Z Downloaded slab v0.4.12
2612026-08-07T23:35:37.073Z Downloaded sync_wrapper v1.0.2
2622026-08-07T23:35:37.073Z Downloaded target-lexicon v0.13.5
2632026-08-07T23:35:37.073Z Downloaded thiserror v1.0.69
2642026-08-07T23:35:37.078Z Downloaded want v0.3.1
2652026-08-07T23:35:37.078Z Downloaded cfg-expr v0.20.8
2662026-08-07T23:35:37.081Z Downloaded future-queue v0.4.0
2672026-08-07T23:35:37.081Z Downloaded signal-hook-registry v1.4.8
2682026-08-07T23:35:37.081Z Downloaded idna_adapter v1.0.0
2692026-08-07T23:35:37.081Z Downloaded clap_derive v4.6.4
2702026-08-07T23:35:37.081Z Downloaded foldhash v0.1.5
2712026-08-07T23:35:37.085Z Downloaded ppv-lite86 v0.2.21
2722026-08-07T23:35:37.085Z Downloaded thiserror v2.0.19
2732026-08-07T23:35:37.088Z Downloaded static_assertions v1.1.0
2742026-08-07T23:35:37.088Z Downloaded number_prefix v0.4.0
2752026-08-07T23:35:37.088Z Downloaded pkcs8 v0.10.2
2762026-08-07T23:35:37.091Z Downloaded simd-adler32 v0.3.10
2772026-08-07T23:35:37.097Z Downloaded lazy_static v1.5.0
2782026-08-07T23:35:37.101Z Downloaded const-oid v0.9.6
2792026-08-07T23:35:37.101Z Downloaded cargo-util-schemas v0.2.0
2802026-08-07T23:35:37.101Z Downloaded console v0.15.11
2812026-08-07T23:35:37.104Z Downloaded convert_case v0.10.0
2822026-08-07T23:35:37.104Z Downloaded unicode-linebreak v0.1.5
2832026-08-07T23:35:37.104Z Downloaded hyper-rustls v0.27.9
2842026-08-07T23:35:37.107Z Downloaded smol_str v0.3.6
2852026-08-07T23:35:37.110Z Downloaded humantime v2.4.0
2862026-08-07T23:35:37.110Z Downloaded rustls-pki-types v1.15.1
2872026-08-07T23:35:37.110Z Downloaded toml_writer v1.1.2+spec-1.1.0
2882026-08-07T23:35:37.113Z Downloaded hex v0.4.3
2892026-08-07T23:35:37.113Z Downloaded home v0.5.12
2902026-08-07T23:35:37.116Z Downloaded tower-layer v0.3.3
2912026-08-07T23:35:37.118Z Downloaded unicode-xid v0.2.6
2922026-08-07T23:35:37.118Z Downloaded toml_datetime v0.6.11
2932026-08-07T23:35:37.121Z Downloaded urlencoding v2.1.3
2942026-08-07T23:35:37.121Z Downloaded is_ci v1.2.0
2952026-08-07T23:35:37.121Z Downloaded zeroize v1.9.0
2962026-08-07T23:35:37.121Z Downloaded self_update v0.42.0
2972026-08-07T23:35:37.124Z Downloaded hyper-tls v0.6.0
2982026-08-07T23:35:37.127Z Downloaded smallvec v1.15.2
2992026-08-07T23:35:37.127Z Downloaded pin-project-internal v1.1.13
3002026-08-07T23:35:37.130Z Downloaded backtrace v0.3.76
3012026-08-07T23:35:37.130Z Downloaded camino v1.2.5
3022026-08-07T23:35:37.133Z Downloaded getrandom v0.2.17
3032026-08-07T23:35:37.136Z Downloaded crc32fast v1.5.0
3042026-08-07T23:35:37.139Z Downloaded eyre v0.6.12
3052026-08-07T23:35:37.142Z Downloaded tokio-rustls v0.26.4
3062026-08-07T23:35:37.142Z Downloaded toml_parser v1.1.3+spec-1.1.0
3072026-08-07T23:35:37.146Z Downloaded tracing-attributes v0.1.31
3082026-08-07T23:35:37.148Z Downloaded indenter v0.3.4
3092026-08-07T23:35:37.148Z Downloaded mukti-metadata v0.3.0
3102026-08-07T23:35:37.148Z Downloaded nextest-workspace-hack v0.1.0
3112026-08-07T23:35:37.148Z Downloaded jobserver v0.1.35
3122026-08-07T23:35:37.152Z Downloaded percent-encoding v2.3.2
3132026-08-07T23:35:37.155Z Downloaded tempfile v3.27.0
3142026-08-07T23:35:37.155Z Downloaded tokio-stream v0.1.19
3152026-08-07T23:35:37.158Z Downloaded is_terminal_polyfill v1.70.2
3162026-08-07T23:35:37.158Z Downloaded target-spec v3.6.0
3172026-08-07T23:35:37.161Z Downloaded itoa v1.0.18
3182026-08-07T23:35:37.161Z Downloaded shlex v2.0.1
3192026-08-07T23:35:37.164Z Downloaded borsh v1.8.0
3202026-08-07T23:35:37.167Z Downloaded newtype-uuid v1.4.0
3212026-08-07T23:35:37.167Z Downloaded nextest-metadata v0.12.2
3222026-08-07T23:35:37.169Z Downloaded ordered-float v2.10.1
3232026-08-07T23:35:37.170Z Downloaded proc-macro2 v1.0.107
3242026-08-07T23:35:37.173Z Downloaded quick-junit v0.5.2
3252026-08-07T23:35:37.173Z Downloaded typeid v1.0.3
3262026-08-07T23:35:37.181Z Downloaded ryu v1.0.23
3272026-08-07T23:35:37.184Z Downloaded cc v1.4.1
3282026-08-07T23:35:37.187Z Downloaded getrandom v0.3.4
3292026-08-07T23:35:37.187Z Downloaded zstd-safe v7.2.4
3302026-08-07T23:35:37.187Z Downloaded tinyvec v1.12.0
3312026-08-07T23:35:37.190Z Downloaded textwrap v0.16.2
3322026-08-07T23:35:37.190Z Downloaded ipnet v2.12.1
3332026-08-07T23:35:37.193Z Downloaded socket2 v0.6.5
3342026-08-07T23:35:37.193Z Downloaded vte v0.14.1
3352026-08-07T23:35:37.193Z Downloaded http-body-util v0.1.4
3362026-08-07T23:35:37.196Z Downloaded tracing-log v0.2.0
3372026-08-07T23:35:37.196Z Downloaded lock_api v0.4.14
3382026-08-07T23:35:37.196Z Downloaded miette-derive v7.6.0
3392026-08-07T23:35:37.196Z Downloaded syn v2.0.119
3402026-08-07T23:35:37.202Z Downloaded getrandom v0.4.3
3412026-08-07T23:35:37.204Z Downloaded toml v0.8.23
3422026-08-07T23:35:37.207Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3432026-08-07T23:35:37.207Z Downloaded xxhash-rust v0.8.18
3442026-08-07T23:35:37.207Z Downloaded zipsign-api v0.1.5
3452026-08-07T23:35:37.207Z Downloaded serde_derive v1.0.229
3462026-08-07T23:35:37.210Z Downloaded config v0.15.25
3472026-08-07T23:35:37.213Z Downloaded derive-where v1.6.1
3482026-08-07T23:35:37.213Z Downloaded sharded-slab v0.1.7
3492026-08-07T23:35:37.216Z Downloaded humantime-serde v1.1.1
3502026-08-07T23:35:37.216Z Downloaded native-tls v0.2.18
3512026-08-07T23:35:37.219Z Downloaded toml v1.1.4+spec-1.1.0
3522026-08-07T23:35:37.219Z Downloaded nextest-filtering v0.15.0
3532026-08-07T23:35:37.222Z Downloaded parking_lot_core v0.9.12
3542026-08-07T23:35:37.222Z Downloaded unicode-ident v1.0.24
3552026-08-07T23:35:37.222Z Downloaded serde v1.0.229
3562026-08-07T23:35:37.225Z Downloaded futures v0.3.33
3572026-08-07T23:35:37.228Z Downloaded tar v0.4.46
3582026-08-07T23:35:37.231Z Downloaded parking_lot v0.12.5
3592026-08-07T23:35:37.234Z Downloaded rand v0.10.2
3602026-08-07T23:35:37.236Z Downloaded version_check v0.9.5
3612026-08-07T23:35:37.239Z Downloaded unicase v2.9.0
3622026-08-07T23:35:37.239Z Downloaded once_cell v1.21.4
3632026-08-07T23:35:37.243Z Downloaded indicatif v0.17.11
3642026-08-07T23:35:37.246Z Downloaded num-traits v0.2.19
3652026-08-07T23:35:37.250Z Downloaded zstd v0.13.3
3662026-08-07T23:35:37.264Z Downloaded litrs v1.0.0
3672026-08-07T23:35:37.271Z Downloaded log v0.4.33
3682026-08-07T23:35:37.274Z Downloaded httparse v1.10.1
3692026-08-07T23:35:37.276Z Downloaded rand v0.9.5
3702026-08-07T23:35:37.282Z Downloaded zmij v1.0.23
3712026-08-07T23:35:37.285Z Downloaded tracing-core v0.1.36
3722026-08-07T23:35:37.290Z Downloaded quinn v0.11.11
3732026-08-07T23:35:37.294Z Downloaded iana-time-zone v0.1.65
3742026-08-07T23:35:37.301Z Downloaded uuid v1.24.0
3752026-08-07T23:35:37.309Z Downloaded der v0.7.10
3762026-08-07T23:35:37.312Z Downloaded derive_more v2.1.1
3772026-08-07T23:35:37.319Z Downloaded ron v0.12.2
3782026-08-07T23:35:37.324Z Downloaded http v1.5.0
3792026-08-07T23:35:37.327Z Downloaded flate2 v1.1.9
3802026-08-07T23:35:37.330Z Downloaded openssl-sys v0.9.117
3812026-08-07T23:35:37.341Z Downloaded url v2.5.8
3822026-08-07T23:35:37.344Z Downloaded miette v7.6.0
3832026-08-07T23:35:37.347Z Downloaded hyper-util v0.1.20
3842026-08-07T23:35:37.350Z Downloaded regex v1.13.1
3852026-08-07T23:35:37.353Z Downloaded pin-project v1.1.13
3862026-08-07T23:35:37.357Z Downloaded toml_edit v0.22.27
3872026-08-07T23:35:37.360Z Downloaded miniz_oxide v0.8.9
3882026-08-07T23:35:37.362Z Downloaded derive_more-impl v2.1.1
3892026-08-07T23:35:37.365Z Downloaded reqwest v0.12.28
3902026-08-07T23:35:37.368Z Downloaded ed25519-dalek v2.2.0
3912026-08-07T23:35:37.371Z Downloaded unicode-segmentation v1.13.3
3922026-08-07T23:35:37.371Z Downloaded tokio-util v0.7.19
3932026-08-07T23:35:37.375Z Downloaded memchr v2.8.3
3942026-08-07T23:35:37.380Z Downloaded quick-xml v0.37.5
3952026-08-07T23:35:37.383Z Downloaded serde_json v1.0.151
3962026-08-07T23:35:37.406Z Downloaded tower-http v0.6.11
3972026-08-07T23:35:37.413Z Downloaded portable-atomic v1.14.0
3982026-08-07T23:35:37.417Z Downloaded quick-xml v0.38.4
3992026-08-07T23:35:37.425Z Downloaded typenum v1.20.1
4002026-08-07T23:35:37.427Z Downloaded pulldown-cmark v0.13.4
4012026-08-07T23:35:37.430Z Downloaded mio v1.2.2
4022026-08-07T23:35:37.433Z Downloaded tower v0.5.3
4032026-08-07T23:35:37.438Z Downloaded crossterm v0.29.0
4042026-08-07T23:35:37.441Z Downloaded aho-corasick v1.1.5
4052026-08-07T23:35:37.445Z Downloaded winnow v0.7.15
4062026-08-07T23:35:37.454Z Downloaded indexmap v2.14.0
4072026-08-07T23:35:37.458Z Downloaded idna v1.1.0
4082026-08-07T23:35:37.465Z Downloaded quinn-proto v0.11.16
4092026-08-07T23:35:37.476Z Downloaded hashbrown v0.15.5
4102026-08-07T23:35:37.480Z Downloaded unicode-normalization v0.1.25
4112026-08-07T23:35:37.484Z Downloaded itertools v0.14.0
4122026-08-07T23:35:37.488Z Downloaded guppy v0.17.26
4132026-08-07T23:35:37.497Z Downloaded futures-util v0.3.33
4142026-08-07T23:35:37.504Z Downloaded h2 v0.4.15
4152026-08-07T23:35:37.507Z Downloaded nextest-runner v0.80.0
4162026-08-07T23:35:37.514Z Downloaded clap_builder v4.6.6
4172026-08-07T23:35:37.518Z Downloaded hyper v1.11.0
4182026-08-07T23:35:37.522Z Downloaded unicode-width v0.1.14
4192026-08-07T23:35:37.525Z Downloaded hashbrown v0.17.1
4202026-08-07T23:35:37.528Z Downloaded zerocopy v0.8.56
4212026-08-07T23:35:37.539Z Downloaded syn v3.0.3
4222026-08-07T23:35:37.546Z Downloaded winnow v1.0.4
4232026-08-07T23:35:37.551Z Downloaded regex-syntax v0.8.11
4242026-08-07T23:35:37.554Z Downloaded nix v0.30.1
4252026-08-07T23:35:37.561Z Downloaded chrono v0.4.45
4262026-08-07T23:35:37.564Z Downloaded rustls v0.23.43
4272026-08-07T23:35:37.571Z Downloaded rustix v0.38.44
4282026-08-07T23:35:37.583Z Downloaded tracing-subscriber v0.3.23
4292026-08-07T23:35:37.587Z Downloaded webpki-roots v1.0.9
4302026-08-07T23:35:37.590Z Downloaded rustix v1.1.4
4312026-08-07T23:35:37.602Z Downloaded vcpkg v0.2.15
4322026-08-07T23:35:37.623Z Downloaded gimli v0.32.3
4332026-08-07T23:35:37.627Z Downloaded regex-automata v0.4.18
4342026-08-07T23:35:37.636Z Downloaded curve25519-dalek v4.1.3
4352026-08-07T23:35:37.641Z Downloaded unicode-width v0.2.2
4362026-08-07T23:35:37.644Z Downloaded bstr v1.13.0
4372026-08-07T23:35:37.648Z Downloaded openssl v0.10.81
4382026-08-07T23:35:37.653Z Downloaded object v0.37.3
4392026-08-07T23:35:37.684Z Downloaded tokio v1.53.1
4402026-08-07T23:35:37.706Z Downloaded tracing v0.1.44
4412026-08-07T23:35:37.715Z Downloaded color-eyre v0.6.5
4422026-08-07T23:35:37.733Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4432026-08-07T23:35:37.745Z Downloaded recursion v0.5.4
4442026-08-07T23:35:37.751Z Downloaded petgraph v0.8.3
4452026-08-07T23:35:37.762Z Downloaded ring v0.17.14
4462026-08-07T23:35:37.785Z Downloaded libc v0.2.189
4472026-08-07T23:35:37.842Z Compiling proc-macro2 v1.0.107
4482026-08-07T23:35:37.845Z Compiling quote v1.0.47
4492026-08-07T23:35:37.845Z Compiling unicode-ident v1.0.24
4502026-08-07T23:35:37.845Z Compiling libc v0.2.189
4512026-08-07T23:35:37.845Z Compiling serde_core v1.0.229
4522026-08-07T23:35:37.845Z Compiling cfg-if v1.0.4
4532026-08-07T23:35:37.979Z Compiling memchr v2.8.3
4542026-08-07T23:35:37.983Z Compiling once_cell v1.21.4
4552026-08-07T23:35:38.071Z Compiling log v0.4.33
4562026-08-07T23:35:38.095Z Compiling pin-project-lite v0.2.17
4572026-08-07T23:35:38.192Z Compiling itoa v1.0.18
4582026-08-07T23:35:38.240Z Compiling serde v1.0.229
4592026-08-07T23:35:38.358Z Compiling smallvec v1.15.2
4602026-08-07T23:35:38.456Z Compiling futures-core v0.3.33
4612026-08-07T23:35:38.584Z Compiling bitflags v2.13.1
4622026-08-07T23:35:38.613Z Compiling hashbrown v0.17.1
4632026-08-07T23:35:38.628Z Compiling find-msvc-tools v0.1.10
4642026-08-07T23:35:38.862Z Compiling equivalent v1.0.2
4652026-08-07T23:35:38.951Z Compiling errno v0.3.14
4662026-08-07T23:35:38.977Z Compiling shlex v2.0.1
4672026-08-07T23:35:38.989Z Compiling bytes v1.12.1
4682026-08-07T23:35:39.116Z Compiling signal-hook-registry v1.4.8
4692026-08-07T23:35:39.156Z Compiling jobserver v0.1.35
4702026-08-07T23:35:39.156Z Compiling mio v1.2.2
4712026-08-07T23:35:39.190Z Compiling futures-sink v0.3.33
4722026-08-07T23:35:39.292Z Compiling syn v3.0.3
4732026-08-07T23:35:39.302Z Compiling syn v2.0.119
4742026-08-07T23:35:39.330Z Compiling rustix v1.1.4
4752026-08-07T23:35:39.479Z Compiling cc v1.4.1
4762026-08-07T23:35:39.563Z Compiling socket2 v0.6.5
4772026-08-07T23:35:39.803Z Compiling zmij v1.0.23
4782026-08-07T23:35:39.866Z Compiling slab v0.4.12
4792026-08-07T23:35:40.085Z Compiling futures-channel v0.3.33
4802026-08-07T23:35:40.141Z Compiling tracing-core v0.1.36
4812026-08-07T23:35:40.315Z Compiling indexmap v2.14.0
4822026-08-07T23:35:40.356Z Compiling version_check v0.9.5
4832026-08-07T23:35:40.427Z Compiling serde_json v1.0.151
4842026-08-07T23:35:40.672Z Compiling futures-io v0.3.33
4852026-08-07T23:35:40.739Z Compiling futures-task v0.3.33
4862026-08-07T23:35:40.869Z Compiling getrandom v0.4.3
4872026-08-07T23:35:40.950Z Compiling percent-encoding v2.3.2
4882026-08-07T23:35:41.127Z Compiling unicode-width v0.2.2
4892026-08-07T23:35:41.155Z Compiling camino v1.2.5
4902026-08-07T23:35:41.224Z Compiling ring v0.17.14
4912026-08-07T23:35:41.366Z Compiling http v1.5.0
4922026-08-07T23:35:41.444Z Compiling simd-adler32 v0.3.10
4932026-08-07T23:35:41.519Z Compiling adler2 v2.0.1
4942026-08-07T23:35:41.689Z Compiling autocfg v1.5.1
4952026-08-07T23:35:41.751Z Compiling zeroize v1.9.0
4962026-08-07T23:35:41.989Z Compiling miniz_oxide v0.8.9
4972026-08-07T23:35:42.088Z Compiling num-traits v0.2.19
4982026-08-07T23:35:42.134Z Compiling serde_derive v1.0.229
4992026-08-07T23:35:42.328Z Compiling tokio-macros v2.7.2
5002026-08-07T23:35:42.961Z Compiling futures-macro v0.3.33
5012026-08-07T23:35:43.003Z Compiling tracing-attributes v0.1.31
5022026-08-07T23:35:43.084Z Compiling tokio v1.53.1
5032026-08-07T23:35:43.390Z Compiling zerocopy v0.8.56
5042026-08-07T23:35:43.471Z Compiling target-lexicon v0.13.5
5052026-08-07T23:35:43.602Z Compiling object v0.37.3
5062026-08-07T23:35:43.769Z Compiling getrandom v0.3.4
5072026-08-07T23:35:43.805Z Compiling futures-util v0.3.33
5082026-08-07T23:35:43.977Z Compiling http-body v1.1.0
5092026-08-07T23:35:44.106Z Compiling rustls-pki-types v1.15.1
5102026-08-07T23:35:44.129Z Compiling form_urlencoded v1.2.2
5112026-08-07T23:35:44.141Z Compiling semver v1.0.28
5122026-08-07T23:35:44.199Z Compiling tracing v0.1.44
5132026-08-07T23:35:44.390Z Compiling getrandom v0.2.17
5142026-08-07T23:35:44.539Z Compiling utf8_iter v1.0.4
5152026-08-07T23:35:44.589Z Compiling untrusted v0.9.0
5162026-08-07T23:35:44.707Z Compiling owo-colors v4.3.0
5172026-08-07T23:35:44.722Z Compiling signal-hook v0.3.18
5182026-08-07T23:35:44.770Z Compiling gimli v0.32.3
5192026-08-07T23:35:44.931Z Compiling thiserror v2.0.19
5202026-08-07T23:35:44.945Z Compiling fnv v1.0.7
5212026-08-07T23:35:45.023Z Compiling guppy-workspace-hack v0.1.0
5222026-08-07T23:35:45.048Z Compiling idna_adapter v1.0.0
5232026-08-07T23:35:45.151Z Compiling httparse v1.10.1
5242026-08-07T23:35:45.245Z Compiling idna v1.1.0
5252026-08-07T23:35:46.200Z Compiling thiserror-impl v2.0.19
5262026-08-07T23:35:46.400Z Compiling generic-array v0.14.7
5272026-08-07T23:35:46.630Z Compiling atomic-waker v1.1.2
5282026-08-07T23:35:46.769Z Compiling addr2line v0.25.1
5292026-08-07T23:35:46.895Z Compiling rustc-demangle v0.1.28
5302026-08-07T23:35:47.210Z Compiling tokio-util v0.7.19
5312026-08-07T23:35:47.388Z Compiling tower-service v0.3.3
5322026-08-07T23:35:47.482Z Compiling typeid v1.0.3
5332026-08-07T23:35:47.494Z Compiling fastrand v2.5.0
5342026-08-07T23:35:47.767Z Compiling thiserror v1.0.69
5352026-08-07T23:35:47.829Z Compiling target-spec v3.6.0
5362026-08-07T23:35:47.892Z Compiling try-lock v0.2.5
5372026-08-07T23:35:48.010Z Compiling rustls v0.23.43
5382026-08-07T23:35:48.066Z Compiling pkg-config v0.3.33
5392026-08-07T23:35:48.225Z Compiling want v0.3.1
5402026-08-07T23:35:48.321Z Compiling h2 v0.4.15
5412026-08-07T23:35:48.343Z Compiling tempfile v3.27.0
5422026-08-07T23:35:48.499Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5432026-08-07T23:35:48.564Z Compiling cfg-expr v0.20.8
5442026-08-07T23:35:48.910Z Compiling backtrace v0.3.76
5452026-08-07T23:35:49.162Z Compiling url v2.5.8
5462026-08-07T23:35:49.610Z Compiling thiserror-impl v1.0.69
5472026-08-07T23:35:49.850Z Compiling terminal_size v0.4.4
5482026-08-07T23:35:50.009Z Compiling aho-corasick v1.1.5
5492026-08-07T23:35:50.058Z Compiling erased-serde v0.4.10
5502026-08-07T23:35:50.352Z Compiling typenum v1.20.1
5512026-08-07T23:35:50.758Z Compiling regex-syntax v0.8.11
5522026-08-07T23:35:51.076Z Compiling rustls-webpki v0.103.13
5532026-08-07T23:35:51.584Z Compiling winnow v0.7.15
5542026-08-07T23:35:53.531Z Compiling subtle v2.6.1
5552026-08-07T23:35:53.587Z Compiling regex-automata v0.4.18
5562026-08-07T23:35:53.948Z Compiling hyper v1.11.0
5572026-08-07T23:35:55.528Z Compiling toml_datetime v0.6.11
5582026-08-07T23:35:55.933Z Compiling serde_spanned v0.6.9
5592026-08-07T23:35:56.095Z Compiling ahash v0.8.12
5602026-08-07T23:35:56.287Z Compiling sync_wrapper v1.0.2
5612026-08-07T23:35:56.362Z Compiling base64 v0.22.1
5622026-08-07T23:35:56.400Z Compiling crc32fast v1.5.0
5632026-08-07T23:35:56.692Z Compiling portable-atomic v1.14.0
5642026-08-07T23:35:56.867Z Compiling parking_lot_core v0.9.12
5652026-08-07T23:35:57.132Z Compiling unicode-segmentation v1.13.3
5662026-08-07T23:35:57.144Z Compiling unicode-linebreak v0.1.5
5672026-08-07T23:35:57.421Z Compiling either v1.17.0
5682026-08-07T23:35:57.534Z Compiling is_ci v1.2.0
5692026-08-07T23:35:57.661Z Compiling ipnet v2.12.1
5702026-08-07T23:35:57.704Z Compiling tower-layer v0.3.3
5712026-08-07T23:35:57.716Z Compiling nextest-workspace-hack v0.1.0
5722026-08-07T23:35:57.905Z Compiling lazy_static v1.5.0
5732026-08-07T23:35:57.930Z Compiling toml_write v0.1.2
5742026-08-07T23:35:58.012Z Compiling foldhash v0.1.5
5752026-08-07T23:35:58.069Z Compiling sharded-slab v0.1.7
5762026-08-07T23:35:58.178Z Compiling hashbrown v0.15.5
5772026-08-07T23:35:58.239Z Compiling toml_edit v0.22.27
5782026-08-07T23:35:58.271Z Compiling hyper-util v0.1.20
5792026-08-07T23:35:58.683Z Compiling tower v0.5.3
5802026-08-07T23:35:58.809Z Compiling supports-color v3.0.2
5812026-08-07T23:35:58.824Z Compiling convert_case v0.10.0
5822026-08-07T23:35:59.041Z Compiling textwrap v0.16.2
5832026-08-07T23:35:59.136Z Compiling tokio-rustls v0.26.4
5842026-08-07T23:35:59.432Z Compiling backtrace-ext v0.2.1
5852026-08-07T23:35:59.691Z Compiling ordered-float v2.10.1
5862026-08-07T23:35:59.930Z Compiling webpki-roots v1.0.9
5872026-08-07T23:35:59.971Z Compiling miette-derive v7.6.0
5882026-08-07T23:36:00.050Z Compiling pathdiff v0.2.3
5892026-08-07T23:36:00.179Z Compiling console v0.15.11
5902026-08-07T23:36:00.406Z Compiling tracing-log v0.2.0
5912026-08-07T23:36:00.759Z Compiling cargo-platform v0.3.3
5922026-08-07T23:36:00.925Z Compiling os_pipe v1.2.3
5932026-08-07T23:36:01.101Z Compiling thread_local v1.1.10
5942026-08-07T23:36:01.125Z Compiling rustix v0.38.44
5952026-08-07T23:36:01.309Z Compiling cfg_aliases v0.2.2
5962026-08-07T23:36:01.382Z Compiling zstd-safe v7.2.4
5972026-08-07T23:36:01.438Z Compiling ryu v1.0.23
5982026-08-07T23:36:01.472Z Compiling supports-hyperlinks v3.2.0
5992026-08-07T23:36:01.512Z Compiling winnow v1.0.4
6002026-08-07T23:36:01.624Z Compiling fixedbitset v0.5.7
6012026-08-07T23:36:01.698Z Compiling debug-ignore v1.0.5
6022026-08-07T23:36:01.734Z Compiling supports-unicode v3.0.0
6032026-08-07T23:36:01.810Z Compiling scopeguard v1.2.0
6042026-08-07T23:36:01.906Z Compiling pulldown-cmark v0.13.4
6052026-08-07T23:36:01.918Z Compiling unicode-width v0.1.14
6062026-08-07T23:36:02.141Z Compiling utf8parse v0.2.2
6072026-08-07T23:36:02.237Z Compiling anstyle-parse v1.0.0
6082026-08-07T23:36:02.253Z Compiling miette v7.6.0
6092026-08-07T23:36:02.461Z Compiling lock_api v0.4.14
6102026-08-07T23:36:02.558Z Compiling petgraph v0.8.3
6112026-08-07T23:36:02.702Z Compiling toml_parser v1.1.3+spec-1.1.0
6122026-08-07T23:36:02.977Z Compiling serde_urlencoded v0.7.1
6132026-08-07T23:36:03.360Z Compiling nix v0.30.1
6142026-08-07T23:36:03.745Z Compiling tracing-subscriber v0.3.23
6152026-08-07T23:36:04.017Z Compiling sigchld v0.2.4
6162026-08-07T23:36:04.235Z Compiling cargo_metadata v0.23.1
6172026-08-07T23:36:04.471Z Compiling hyper-rustls v0.27.9
6182026-08-07T23:36:05.146Z Compiling serde-value v0.7.0
6192026-08-07T23:36:05.180Z Compiling toml v0.8.23
6202026-08-07T23:36:05.814Z Compiling serde-untagged v0.1.9
6212026-08-07T23:36:06.576Z Compiling tower-http v0.6.11
6222026-08-07T23:36:07.147Z Compiling derive_more-impl v2.1.1
6232026-08-07T23:36:07.215Z Compiling itertools v0.14.0
6242026-08-07T23:36:07.251Z Compiling regex v1.13.1
6252026-08-07T23:36:07.749Z Compiling crypto-common v0.1.7
6262026-08-07T23:36:07.880Z Compiling block-buffer v0.10.4
6272026-08-07T23:36:07.893Z Compiling ppv-lite86 v0.2.21
6282026-08-07T23:36:07.944Z Compiling futures-executor v0.3.33
6292026-08-07T23:36:08.030Z Compiling rand_core v0.9.5
6302026-08-07T23:36:08.209Z Compiling http-body-util v0.1.4
6312026-08-07T23:36:08.281Z Compiling pin-project-internal v1.1.13
6322026-08-07T23:36:08.433Z Compiling uuid v1.24.0
6332026-08-07T23:36:08.506Z Compiling toml_datetime v1.1.1+spec-1.1.0
6342026-08-07T23:36:08.674Z Compiling smol_str v0.3.6
6352026-08-07T23:36:08.717Z Compiling serde_spanned v1.1.1
6362026-08-07T23:36:08.866Z Compiling filetime v0.2.29
6372026-08-07T23:36:08.922Z Compiling vte v0.14.1
6382026-08-07T23:36:08.976Z Compiling bstr v1.13.0
6392026-08-07T23:36:09.017Z Compiling anstyle v1.0.14
6402026-08-07T23:36:09.072Z Compiling number_prefix v0.4.0
6412026-08-07T23:36:09.142Z Compiling nested v0.1.1
6422026-08-07T23:36:09.228Z Compiling xattr v1.6.1
6432026-08-07T23:36:09.283Z Compiling anstyle-query v1.1.5
6442026-08-07T23:36:09.339Z Compiling is_terminal_polyfill v1.70.2
6452026-08-07T23:36:09.351Z Compiling tinyvec_macros v0.1.1
6462026-08-07T23:36:09.390Z Compiling litrs v1.0.0
6472026-08-07T23:36:09.430Z Compiling unicase v2.9.0
6482026-08-07T23:36:09.440Z Compiling static_assertions v1.1.0
6492026-08-07T23:36:09.513Z Compiling colorchoice v1.0.5
6502026-08-07T23:36:09.604Z Compiling iana-time-zone v0.1.65
6512026-08-07T23:36:09.617Z Compiling unicode-xid v0.2.6
6522026-08-07T23:36:09.662Z Compiling eyre v0.6.12
6532026-08-07T23:36:09.754Z Compiling self_update v0.42.0
6542026-08-07T23:36:09.820Z Compiling color-spantrace v0.3.0
6552026-08-07T23:36:09.832Z Compiling document-features v0.2.12
6562026-08-07T23:36:09.963Z Compiling chrono v0.4.45
6572026-08-07T23:36:10.024Z Compiling cargo-util-schemas v0.2.0
6582026-08-07T23:36:10.184Z Compiling anstream v1.0.0
6592026-08-07T23:36:10.251Z Compiling guppy v0.17.26
6602026-08-07T23:36:10.398Z Compiling tinyvec v1.12.0
6612026-08-07T23:36:10.677Z Compiling globset v0.4.20
6622026-08-07T23:36:10.833Z Compiling pin-project v1.1.13
6632026-08-07T23:36:10.938Z Compiling tar v0.4.46
6642026-08-07T23:36:11.064Z Compiling indicatif v0.17.11
6652026-08-07T23:36:12.468Z Compiling strip-ansi-escapes v0.2.1
6662026-08-07T23:36:12.952Z Compiling nextest-metadata v0.12.2
6672026-08-07T23:36:12.966Z Compiling toml v1.1.4+spec-1.1.0
6682026-08-07T23:36:13.254Z Compiling newtype-uuid v1.4.0
6692026-08-07T23:36:13.439Z Compiling reqwest v0.12.28
6702026-08-07T23:36:13.451Z Compiling rand_chacha v0.9.0
6712026-08-07T23:36:13.944Z Compiling futures v0.3.33
6722026-08-07T23:36:14.013Z Compiling digest v0.10.7
6732026-08-07T23:36:14.032Z Compiling derive_more v2.1.1
6742026-08-07T23:36:14.114Z Compiling parking_lot v0.12.5
6752026-08-07T23:36:14.148Z Compiling flate2 v1.1.9
6762026-08-07T23:36:14.239Z Compiling tracing-error v0.2.1
6772026-08-07T23:36:14.474Z Compiling shared_child v1.1.1
6782026-08-07T23:36:15.008Z Compiling signal-hook-mio v0.2.5
6792026-08-07T23:36:15.123Z Compiling self-replace v1.5.0
6802026-08-07T23:36:15.141Z Compiling cargo-platform v0.2.0
6812026-08-07T23:36:15.393Z Compiling quick-xml v0.37.5
6822026-08-07T23:36:15.691Z Compiling quick-xml v0.38.4
6832026-08-07T23:36:15.996Z Compiling cpufeatures v0.2.17
6842026-08-07T23:36:16.050Z Compiling shell-words v1.1.1
6852026-08-07T23:36:16.069Z Compiling clap_lex v1.1.0
6862026-08-07T23:36:16.298Z Compiling urlencoding v2.1.3
6872026-08-07T23:36:16.426Z Compiling humantime v2.4.0
6882026-08-07T23:36:16.565Z Compiling recursion v0.5.4
6892026-08-07T23:36:16.712Z Compiling indenter v0.3.4
6902026-08-07T23:36:16.939Z Compiling strsim v0.11.1
6912026-08-07T23:36:17.055Z Compiling heck v0.5.0
6922026-08-07T23:36:17.255Z Compiling clap_derive v4.6.4
6932026-08-07T23:36:17.289Z Compiling clap_builder v4.6.6
6942026-08-07T23:36:17.590Z Compiling nextest-filtering v0.15.0
6952026-08-07T23:36:17.749Z Compiling humantime-serde v1.1.1
6962026-08-07T23:36:18.057Z Compiling quick-junit v0.5.2
6972026-08-07T23:36:18.993Z Compiling sha2 v0.10.9
6982026-08-07T23:36:20.272Z Compiling atomicwrites v0.4.4
6992026-08-07T23:36:20.566Z Compiling cargo_metadata v0.20.0
7002026-08-07T23:36:21.111Z Compiling cargo-nextest v0.9.97
7012026-08-07T23:36:21.416Z Compiling crossterm v0.29.0
7022026-08-07T23:36:22.267Z Compiling duct v0.13.7
7032026-08-07T23:36:24.276Z Compiling zstd v0.13.3
7042026-08-07T23:36:24.296Z Compiling async-scoped v0.9.0
7052026-08-07T23:36:24.381Z Compiling rand v0.9.5
7062026-08-07T23:36:24.486Z Compiling config v0.15.25
7072026-08-07T23:36:24.499Z Compiling unicode-normalization v0.1.25
7082026-08-07T23:36:24.693Z Compiling target-spec-miette v0.4.8
7092026-08-07T23:36:24.706Z Compiling future-queue v0.4.0
7102026-08-07T23:36:24.984Z Compiling mukti-metadata v0.3.0
7112026-08-07T23:36:25.067Z Compiling camino-tempfile v1.4.1
7122026-08-07T23:36:25.094Z Compiling tokio-stream v0.1.19
7132026-08-07T23:36:25.108Z Compiling derive-where v1.6.1
7142026-08-07T23:36:25.470Z Compiling serde_path_to_error v0.1.20
7152026-08-07T23:36:25.484Z Compiling serde_ignored v0.1.14
7162026-08-07T23:36:25.650Z Compiling xxhash-rust v0.8.18
7172026-08-07T23:36:25.703Z Compiling home v0.5.12
7182026-08-07T23:36:25.769Z Compiling swrite v0.1.0
7192026-08-07T23:36:25.832Z Compiling hex v0.4.3
7202026-08-07T23:36:25.881Z Compiling indent_write v2.2.0
7212026-08-07T23:36:25.920Z Compiling color-eyre v0.6.5
7222026-08-07T23:36:26.005Z Compiling clap v4.6.6
7232026-08-07T23:36:26.027Z Compiling dialoguer v0.11.0
7242026-08-07T23:36:26.090Z Compiling enable-ansi-support v0.2.1
7252026-08-07T23:36:26.315Z Compiling nextest-runner v0.80.0
7262026-08-07T23:36:45.029Z Finished `release` profile [optimized] target(s) in 1m 10s
7272026-08-07T23:36:45.209Z Installing /home/build/.cargo/bin/cargo-nextest
7282026-08-07T23:36:45.213Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7292026-08-07T23:36:45.337Z+ source .github/buildomat/test-common.sh
7302026-08-07T23:36:45.340Z++ NEXTEST_VERSION=0.9.97
7312026-08-07T23:36:45.340Z++ PLATFORM=illumos
7322026-08-07T23:36:45.340Z++ banner install
7332026-08-07T23:36:45.340Z
7342026-08-07T23:36:45.340Z # # # #### ##### ## # #
7352026-08-07T23:36:45.340Z # ## # # # # # # #
7362026-08-07T23:36:45.340Z # # # # #### # # # # #
7372026-08-07T23:36:45.340Z # # # # # # ###### # #
7382026-08-07T23:36:45.340Z # # ## # # # # # # #
7392026-08-07T23:36:45.340Z # # # #### # # # ###### ######
7402026-08-07T23:36:45.340Z
7412026-08-07T23:36:45.340Z++ set +o errexit
7422026-08-07T23:36:45.340Z++ pkg info clang-15
7432026-08-07T23:36:45.340Z++ grep -qi installed
7442026-08-07T23:36:46.529Zpkg: info: no packages matching the following patterns you specified are
7452026-08-07T23:36:46.529Zinstalled on the system. Try querying remotely instead:
7462026-08-07T23:36:46.529Z
7472026-08-07T23:36:46.529Z clang-15
7482026-08-07T23:36:46.569Z++ [[ 1 != 0 ]]
7492026-08-07T23:36:46.569Z++ set -o errexit
7502026-08-07T23:36:46.569Z++ pfexec pkg install clang-15
7512026-08-07T23:36:53.305Z Startup: Refreshing catalog 'helios-dev' ... Done
7522026-08-07T23:37:01.121Z Startup: Caching catalogs ... Done
7532026-08-07T23:37:08.396ZPlanning: Solver setup ... Done
7542026-08-07T23:37:08.437ZPlanning: Running solver ... Done
7552026-08-07T23:37:08.582ZPlanning: Finding local manifests ... Done
7562026-08-07T23:37:08.603ZPlanning: Fetching manifests: 0/2 0% complete
7572026-08-07T23:37:08.700ZPlanning: Fetching manifests: 2/2 100% complete
7582026-08-07T23:37:08.730ZPlanning: Package planning ... Done
7592026-08-07T23:37:08.756ZPlanning: Merging actions ... Done
7602026-08-07T23:37:08.860ZPlanning: Checking for conflicting actions ... Done
7612026-08-07T23:37:08.867ZPlanning: Consolidating action changes ... Done
7622026-08-07T23:37:09.639ZPlanning: Evaluating mediators ... Done
7632026-08-07T23:37:09.644ZPlanning: Planning completed in 8.38 seconds
7642026-08-07T23:37:09.656Z Packages to install: 2
7652026-08-07T23:37:09.656Z Mediators to change: 2
7662026-08-07T23:37:09.659Z Services to change: 1
7672026-08-07T23:37:09.659Z Create boot environment: No
7682026-08-07T23:37:09.659ZCreate backup boot environment: No
7692026-08-07T23:37:09.698Z
7702026-08-07T23:37:09.698ZDownload: 0/3076 items 0.0/211.3MB 0% complete
7712026-08-07T23:37:14.679ZDownload: 2601/3076 items 119.5/211.3MB 56% complete (24.2M/s)
7722026-08-07T23:37:17.704ZDownload: Completed 211.31 MB in 8.04 seconds (26.3M/s)
7732026-08-07T23:37:18.084Z Actions: 1/3418 actions (Installing new actions)
7742026-08-07T23:37:21.265Z Actions: Completed 3418 actions in 3.19 seconds.
7752026-08-07T23:37:21.944Z Done
7762026-08-07T23:37:21.944Z Done
7772026-08-07T23:37:22.695Z Done
7782026-08-07T23:37:26.148Z Done
7792026-08-07T23:37:26.220Z Done
7802026-08-07T23:37:26.223Z Done
7812026-08-07T23:37:26.494Z Done
7822026-08-07T23:37:27.211Z++ set -o errexit
7832026-08-07T23:37:27.212Z++ cargo --version
7842026-08-07T23:37:27.221Zcargo 1.97.1 (c980f4866 2026-06-30)
7852026-08-07T23:37:27.223Z++ rustc --version
7862026-08-07T23:37:27.244Zrustc 1.97.1 (8bab26f4f 2026-07-14)
7872026-08-07T23:37:27.247Z++ cargo install cargo-nextest --version 0.9.97
7882026-08-07T23:37:27.299Z Ignored package `cargo-nextest v0.9.97` is already installed, use --force to override
7892026-08-07T23:37:27.302Z+ pushd mg-api-types/versions
7902026-08-07T23:37:27.302Z+ PROPTEST_CASES=1000000
7912026-08-07T23:37:27.302Z/work/oxidecomputer/maghemite/mg-api-types/versions /work/oxidecomputer/maghemite
7922026-08-07T23:37:27.302Z+ cargo nextest run --lib proptest
7932026-08-07T23:37:27.462Z Updating git repository `https://github.com/oxidecomputer/falcon`
7942026-08-07T23:37:29.591ZFrom https://github.com/oxidecomputer/falcon
7952026-08-07T23:37:29.591Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
7962026-08-07T23:37:29.686Z Updating crates.io index
7972026-08-07T23:37:29.689Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7982026-08-07T23:37:30.794ZFrom https://github.com/oxidecomputer/dendrite
7992026-08-07T23:37:30.795Z * [new ref] 04a52a3240a26c58f03e1cf40353d67ff69d76b6 -> refs/commit/04a52a3240a26c58f03e1cf40353d67ff69d76b6
8002026-08-07T23:37:30.833Z Updating git repository `https://github.com/oxidecomputer/ispf`
8012026-08-07T23:37:31.343ZFrom https://github.com/oxidecomputer/ispf
8022026-08-07T23:37:31.343Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
8032026-08-07T23:37:31.349Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8042026-08-07T23:37:32.099ZFrom https://github.com/oxidecomputer/netadm-sys
8052026-08-07T23:37:32.099Z * [new ref] 33fd10c84c2ccc8b8a22edca1756a519fd458e43 -> refs/commit/33fd10c84c2ccc8b8a22edca1756a519fd458e43
8062026-08-07T23:37:32.106Z Updating git repository `https://github.com/oxidecomputer/omicron`
8072026-08-07T23:37:59.021ZFrom https://github.com/oxidecomputer/omicron
8082026-08-07T23:37:59.021Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
8092026-08-07T23:37:59.493Z Updating git repository `https://github.com/oxidecomputer/opte`
8102026-08-07T23:38:00.508ZFrom https://github.com/oxidecomputer/opte
8112026-08-07T23:38:00.508Z * [new ref] aa4714289cbf28010a821c49d9b73ec94074fb91 -> refs/commit/aa4714289cbf28010a821c49d9b73ec94074fb91
8122026-08-07T23:38:00.541Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8132026-08-07T23:38:00.834ZFrom https://github.com/oxidecomputer/slog-error-chain
8142026-08-07T23:38:00.834Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8152026-08-07T23:38:00.844Z Updating git repository `https://github.com/illumos/smf-rs`
8162026-08-07T23:38:01.125ZFrom https://github.com/illumos/smf-rs
8172026-08-07T23:38:01.125Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8182026-08-07T23:38:01.133Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8192026-08-07T23:38:01.439ZFrom https://github.com/oxidecomputer/network-interface
8202026-08-07T23:38:01.439Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8212026-08-07T23:38:01.446Z Updating git repository `https://github.com/oxidecomputer/zone`
8222026-08-07T23:38:01.784ZFrom https://github.com/oxidecomputer/zone
8232026-08-07T23:38:01.784Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8242026-08-07T23:38:01.794Z Updating git repository `https://github.com/oxidecomputer/propolis`
8252026-08-07T23:38:02.690ZFrom https://github.com/oxidecomputer/propolis
8262026-08-07T23:38:02.690Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8272026-08-07T23:38:02.738Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8282026-08-07T23:38:03.290ZFrom https://github.com/oxidecomputer/transceiver-control
8292026-08-07T23:38:03.290Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8302026-08-07T23:38:03.301Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8312026-08-07T23:38:03.610ZFrom https://github.com/oxidecomputer/dlpi-sys
8322026-08-07T23:38:03.610Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8332026-08-07T23:38:03.616Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8342026-08-07T23:38:03.946ZFrom https://github.com/jmesmon/rust-libzfs
8352026-08-07T23:38:03.946Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8362026-08-07T23:38:03.954Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8372026-08-07T23:38:04.251ZFrom https://github.com/oxidecomputer/rusty-doors
8382026-08-07T23:38:04.251Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8392026-08-07T23:38:04.257Z Updating git repository `https://github.com/oxidecomputer/lldp`
8402026-08-07T23:38:04.626ZFrom https://github.com/oxidecomputer/lldp
8412026-08-07T23:38:04.626Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8422026-08-07T23:38:04.639Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8432026-08-07T23:38:04.981ZFrom https://github.com/oxidecomputer/tufaceous
8442026-08-07T23:38:04.981Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8452026-08-07T23:38:05.001Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8462026-08-07T23:38:05.620ZFrom https://github.com/oxidecomputer/management-gateway-service
8472026-08-07T23:38:05.620Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8482026-08-07T23:38:05.635Z Updating git repository `https://github.com/oxidecomputer/crucible`
8492026-08-07T23:38:06.964ZFrom https://github.com/oxidecomputer/crucible
8502026-08-07T23:38:06.964Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8512026-08-07T23:38:07.012Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8522026-08-07T23:38:07.297ZFrom https://github.com/oxidecomputer/serde_human_bytes
8532026-08-07T23:38:07.297Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8542026-08-07T23:38:07.311Z Updating git repository `https://github.com/oxidecomputer/propolis`
8552026-08-07T23:38:07.753ZFrom https://github.com/oxidecomputer/propolis
8562026-08-07T23:38:07.753Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8572026-08-07T23:38:07.803Z Updating git repository `https://github.com/oxidecomputer/crucible`
8582026-08-07T23:38:08.317ZFrom https://github.com/oxidecomputer/crucible
8592026-08-07T23:38:08.317Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8602026-08-07T23:38:08.391Z Updating git repository `https://github.com/oxidecomputer/tofino`
8612026-08-07T23:38:08.779ZFrom https://github.com/oxidecomputer/tofino
8622026-08-07T23:38:08.779Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8632026-08-07T23:38:08.791Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8642026-08-07T23:38:09.610ZFrom https://github.com/oxidecomputer/maghemite
8652026-08-07T23:38:09.610Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8662026-08-07T23:38:09.645Z Updating git repository `https://github.com/oxidecomputer/clickward`
8672026-08-07T23:38:09.944ZFrom https://github.com/oxidecomputer/clickward
8682026-08-07T23:38:09.945Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8692026-08-07T23:38:09.953Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8702026-08-07T23:38:10.234ZFrom https://github.com/oxidecomputer/illumos-devinfo
8712026-08-07T23:38:10.234Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8722026-08-07T23:38:10.865Z Downloading crates ...
8732026-08-07T23:38:10.926Z Downloaded linked-hash-map v0.5.6
8742026-08-07T23:38:10.929Z Downloaded internet-checksum v0.2.1
8752026-08-07T23:38:10.933Z Downloaded konst_macro_rules v0.2.19
8762026-08-07T23:38:10.936Z Downloaded inout v0.1.4
8772026-08-07T23:38:10.939Z Downloaded icu_normalizer v2.2.0
8782026-08-07T23:38:10.944Z Downloaded no-std-compat v0.4.1
8792026-08-07T23:38:10.948Z Downloaded hubpack v0.1.2
8802026-08-07T23:38:10.950Z Downloaded aead v0.5.2
8812026-08-07T23:38:10.953Z Downloaded libscf-sys v1.2.0
8822026-08-07T23:38:10.953Z Downloaded tagptr v0.2.0
8832026-08-07T23:38:10.953Z Downloaded httpdate v1.0.3
8842026-08-07T23:38:10.956Z Downloaded idna_adapter v1.2.2
8852026-08-07T23:38:10.959Z Downloaded paste v1.0.15
8862026-08-07T23:38:10.962Z Downloaded hubpack_derive v0.1.1
8872026-08-07T23:38:10.962Z Downloaded ingot v0.1.1
8882026-08-07T23:38:10.962Z Downloaded thread_local v1.1.9
8892026-08-07T23:38:10.965Z Downloaded spin v0.5.2
8902026-08-07T23:38:10.965Z Downloaded testing_table v0.3.0
8912026-08-07T23:38:10.965Z Downloaded is-terminal v0.4.17
8922026-08-07T23:38:10.967Z Downloaded waitgroup v0.1.2
8932026-08-07T23:38:10.967Z Downloaded http-body v1.0.1
8942026-08-07T23:38:10.970Z Downloaded thiserror-impl-no-std v2.0.2
8952026-08-07T23:38:10.970Z Downloaded tabled_derive v0.7.0
8962026-08-07T23:38:10.970Z Downloaded instant v0.1.13
8972026-08-07T23:38:10.970Z Downloaded slog-term v2.9.2
8982026-08-07T23:38:10.974Z Downloaded snafu-derive v0.8.9
8992026-08-07T23:38:10.976Z Downloaded strum v0.26.3
9002026-08-07T23:38:10.976Z Downloaded thread-id v4.2.2
9012026-08-07T23:38:10.977Z Downloaded libsw-core v0.3.2
9022026-08-07T23:38:10.979Z Downloaded ingot-macros v0.1.1
9032026-08-07T23:38:10.979Z Downloaded ingot-types v0.1.2
9042026-08-07T23:38:10.979Z Downloaded ingot-types v0.2.0
9052026-08-07T23:38:10.979Z Downloaded parking_lot v0.11.2
9062026-08-07T23:38:10.982Z Downloaded lru-cache v0.1.2
9072026-08-07T23:38:10.982Z Downloaded hostname v0.4.2
9082026-08-07T23:38:10.982Z Downloaded take_mut v0.2.2
9092026-08-07T23:38:10.985Z Downloaded tabwriter v1.4.1
9102026-08-07T23:38:10.985Z Downloaded ident_case v1.0.1
9112026-08-07T23:38:10.985Z Downloaded slog-bunyan v2.5.0
9122026-08-07T23:38:10.988Z Downloaded keccak v0.1.6
9132026-08-07T23:38:10.991Z Downloaded mime v0.3.17
9142026-08-07T23:38:10.991Z Downloaded humantime v2.3.0
9152026-08-07T23:38:10.994Z Downloaded linear-map v1.2.0
9162026-08-07T23:38:10.994Z Downloaded smawk v0.3.2
9172026-08-07T23:38:10.994Z Downloaded stable_deref_trait v1.2.1
9182026-08-07T23:38:10.997Z Downloaded tinystr v0.8.3
9192026-08-07T23:38:11.000Z Downloaded time-core v0.1.8
9202026-08-07T23:38:11.003Z Downloaded olpc-cjson v0.1.4
9212026-08-07T23:38:11.006Z Downloaded structmeta v0.3.0
9222026-08-07T23:38:11.006Z Downloaded slog-envlogger v2.2.0
9232026-08-07T23:38:11.006Z Downloaded termtree v0.5.1
9242026-08-07T23:38:11.009Z Downloaded tokio-macros v2.7.0
9252026-08-07T23:38:11.012Z Downloaded structmeta-derive v0.3.0
9262026-08-07T23:38:11.012Z Downloaded tabled_derive v0.11.0
9272026-08-07T23:38:11.012Z Downloaded utf-8 v0.7.6
9282026-08-07T23:38:11.012Z Downloaded num-derive v0.4.2
9292026-08-07T23:38:11.015Z Downloaded slog-stdlog v4.1.1
9302026-08-07T23:38:11.015Z Downloaded smartstring v1.0.1
9312026-08-07T23:38:11.018Z Downloaded slog-json v2.6.1
9322026-08-07T23:38:11.020Z Downloaded slog-dtrace v0.3.0
9332026-08-07T23:38:11.020Z Downloaded smf v0.2.3
9342026-08-07T23:38:11.021Z Downloaded strum v0.27.2
9352026-08-07T23:38:11.024Z Downloaded tiny-keccak v2.0.2
9362026-08-07T23:38:11.024Z Downloaded universal-hash v0.5.1
9372026-08-07T23:38:11.024Z Downloaded libsw v3.5.0
9382026-08-07T23:38:11.029Z Downloaded ipnet v2.12.0
9392026-08-07T23:38:11.029Z Downloaded jobserver v0.1.34
9402026-08-07T23:38:11.031Z Downloaded usdt v0.6.0
9412026-08-07T23:38:11.031Z Downloaded macaddr v1.0.1
9422026-08-07T23:38:11.031Z Downloaded num_threads v0.1.7
9432026-08-07T23:38:11.031Z Downloaded parse-display v0.10.0
9442026-08-07T23:38:11.031Z Downloaded untrusted v0.7.1
9452026-08-07T23:38:11.032Z Downloaded natord v1.0.9
9462026-08-07T23:38:11.034Z Downloaded unarray v0.1.4
9472026-08-07T23:38:11.035Z Downloaded usdt-macro v0.5.0
9482026-08-07T23:38:11.039Z Downloaded strum_macros v0.26.4
9492026-08-07T23:38:11.042Z Downloaded slog-scope v4.4.1
9502026-08-07T23:38:11.044Z Downloaded thiserror-no-std v2.0.2
9512026-08-07T23:38:11.044Z Downloaded thread-id v5.1.0
9522026-08-07T23:38:11.044Z Downloaded usdt-attr-macro v0.6.0
9532026-08-07T23:38:11.047Z Downloaded log v0.4.32
9542026-08-07T23:38:11.047Z Downloaded unit-prefix v0.5.2
9552026-08-07T23:38:11.047Z Downloaded num v0.4.3
9562026-08-07T23:38:11.050Z Downloaded num_enum_derive v0.5.11
9572026-08-07T23:38:11.050Z Downloaded match_cfg v0.1.0
9582026-08-07T23:38:11.050Z Downloaded newtype-uuid-macros v0.1.0
9592026-08-07T23:38:11.050Z Downloaded num-conv v0.2.2
9602026-08-07T23:38:11.051Z Downloaded typify-macro v0.6.2
9612026-08-07T23:38:11.051Z Downloaded topological-sort v0.2.2
9622026-08-07T23:38:11.051Z Downloaded dropshot-api-manager-types v0.7.2
9632026-08-07T23:38:11.055Z Downloaded memmap v0.7.0
9642026-08-07T23:38:11.057Z Downloaded memoffset v0.9.1
9652026-08-07T23:38:11.057Z Downloaded newline-converter v0.3.0
9662026-08-07T23:38:11.057Z Downloaded usdt v0.5.0
9672026-08-07T23:38:11.060Z Downloaded newtype_derive v0.1.6
9682026-08-07T23:38:11.060Z Downloaded ipnetwork v0.21.1
9692026-08-07T23:38:11.063Z Downloaded wait-timeout v0.2.1
9702026-08-07T23:38:11.063Z Downloaded oxnet v0.1.6
9712026-08-07T23:38:11.063Z Downloaded usdt-macro v0.6.0
9722026-08-07T23:38:11.066Z Downloaded smallvec v1.15.1
9732026-08-07T23:38:11.069Z Downloaded typify v0.4.3
9742026-08-07T23:38:11.069Z Downloaded omicron-workspace-hack v0.1.0
9752026-08-07T23:38:11.076Z Downloaded usdt-attr-macro v0.5.0
9762026-08-07T23:38:11.079Z Downloaded defmt-parser v1.0.0
9772026-08-07T23:38:11.079Z Downloaded typify-macro v0.4.3
9782026-08-07T23:38:11.084Z Downloaded managed v0.8.0
9792026-08-07T23:38:11.084Z Downloaded dunce v1.0.5
9802026-08-07T23:38:11.084Z Downloaded num-iter v0.1.45
9812026-08-07T23:38:11.089Z Downloaded dof v0.4.0
9822026-08-07T23:38:11.090Z Downloaded opaque-debug v0.3.1
9832026-08-07T23:38:11.090Z Downloaded embedded-io v0.4.0
9842026-08-07T23:38:11.090Z Downloaded futures-task v0.3.32
9852026-08-07T23:38:11.093Z Downloaded potential_utf v0.1.5
9862026-08-07T23:38:11.096Z Downloaded usdt-impl v0.5.0
9872026-08-07T23:38:11.096Z Downloaded synstructure v0.13.2
9882026-08-07T23:38:11.096Z Downloaded walkdir v2.5.0
9892026-08-07T23:38:11.096Z Downloaded ingot-macros v0.2.0
9902026-08-07T23:38:11.099Z Downloaded litemap v0.8.2
9912026-08-07T23:38:11.100Z Downloaded password-hash v0.5.0
9922026-08-07T23:38:11.102Z Downloaded icu_provider v2.2.0
9932026-08-07T23:38:11.105Z Downloaded progenitor-macro v0.10.0
9942026-08-07T23:38:11.108Z Downloaded icu_properties v2.2.0
9952026-08-07T23:38:11.111Z Downloaded hybrid-array v0.4.12
9962026-08-07T23:38:11.111Z Downloaded indexmap v1.9.3
9972026-08-07T23:38:11.111Z Downloaded secrecy v0.10.3
9982026-08-07T23:38:11.114Z Downloaded indicatif v0.18.4
9992026-08-07T23:38:11.118Z Downloaded num_enum v0.5.11
10002026-08-07T23:38:11.118Z Downloaded rand_xorshift v0.4.0
10012026-08-07T23:38:11.121Z Downloaded async-recursion v1.1.1
10022026-08-07T23:38:11.121Z Downloaded num-integer v0.1.46
10032026-08-07T23:38:11.121Z Downloaded num_enum v0.7.6
10042026-08-07T23:38:11.124Z Downloaded term v1.2.1
10052026-08-07T23:38:11.124Z Downloaded proc-macro-error-attr v1.0.4
10062026-08-07T23:38:11.127Z Downloaded time-macros v0.2.27
10072026-08-07T23:38:11.130Z Downloaded tokio-dtrace v0.1.1
10082026-08-07T23:38:11.130Z Downloaded toml_writer v1.1.1+spec-1.1.0
10092026-08-07T23:38:11.133Z Downloaded multer v3.1.0
10102026-08-07T23:38:11.133Z Downloaded num_enum_derive v0.7.6
10112026-08-07T23:38:11.136Z Downloaded oxide-tokio-rt v0.1.6
10122026-08-07T23:38:11.139Z Downloaded num-complex v0.4.6
10132026-08-07T23:38:11.142Z Downloaded num-rational v0.4.2
10142026-08-07T23:38:11.144Z Downloaded cfg_aliases v0.2.1
10152026-08-07T23:38:11.144Z Downloaded bit-set v0.8.0
10162026-08-07T23:38:11.144Z Downloaded rand_chacha v0.3.1
10172026-08-07T23:38:11.144Z Downloaded erased-serde v0.3.31
10182026-08-07T23:38:11.151Z Downloaded sha1 v0.11.0
10192026-08-07T23:38:11.158Z Downloaded diff v0.1.13
10202026-08-07T23:38:11.158Z Downloaded ingot v0.2.1
10212026-08-07T23:38:11.158Z Downloaded find-msvc-tools v0.1.9
10222026-08-07T23:38:11.158Z Downloaded defmt v0.3.100
10232026-08-07T23:38:11.158Z Downloaded ciborium-ll v0.2.2
10242026-08-07T23:38:11.158Z Downloaded cobs v0.3.0
10252026-08-07T23:38:11.158Z Downloaded enum-as-inner v0.6.1
10262026-08-07T23:38:11.161Z Downloaded foreign-types-shared v0.3.1
10272026-08-07T23:38:11.161Z Downloaded icu_locale_core v2.2.0
10282026-08-07T23:38:11.164Z Downloaded konst v0.2.20
10292026-08-07T23:38:11.167Z Downloaded foldhash v0.2.0
10302026-08-07T23:38:11.167Z Downloaded crucible-workspace-hack v0.1.0
10312026-08-07T23:38:11.167Z Downloaded vsss-rs v3.3.4
10322026-08-07T23:38:11.167Z Downloaded xz2 v0.1.7
10332026-08-07T23:38:11.170Z Downloaded tokio-tungstenite v0.21.0
10342026-08-07T23:38:11.170Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10352026-08-07T23:38:11.170Z Downloaded pem v3.0.6
10362026-08-07T23:38:11.173Z Downloaded serde_tokenstream v0.2.3
10372026-08-07T23:38:11.173Z Downloaded poly1305 v0.8.0
10382026-08-07T23:38:11.173Z Downloaded fs_extra v1.3.0
10392026-08-07T23:38:11.173Z Downloaded progenitor v0.10.0
10402026-08-07T23:38:11.176Z Downloaded parse-display-derive v0.10.0
10412026-08-07T23:38:11.176Z Downloaded futures-core v0.3.32
10422026-08-07T23:38:11.179Z Downloaded globset v0.4.18
10432026-08-07T23:38:11.179Z Downloaded rustls-native-certs v0.8.4
10442026-08-07T23:38:11.179Z Downloaded futures-sink v0.3.32
10452026-08-07T23:38:11.179Z Downloaded futures-io v0.3.32
10462026-08-07T23:38:11.182Z Downloaded semver v0.1.20
10472026-08-07T23:38:11.182Z Downloaded toml_parser v1.1.2+spec-1.1.0
10482026-08-07T23:38:11.185Z Downloaded arrayref v0.3.9
10492026-08-07T23:38:11.188Z Downloaded whoami v1.6.1
10502026-08-07T23:38:11.191Z Downloaded byteorder v1.5.0
10512026-08-07T23:38:11.194Z Downloaded zerofrom-derive v0.1.7
10522026-08-07T23:38:11.194Z Downloaded progenitor-client v0.13.0
10532026-08-07T23:38:11.194Z Downloaded rustversion v1.0.22
10542026-08-07T23:38:11.199Z Downloaded newtype-uuid v1.3.2
10552026-08-07T23:38:11.203Z Downloaded parking_lot_core v0.8.6
10562026-08-07T23:38:11.203Z Downloaded sha1 v0.10.6
10572026-08-07T23:38:11.204Z Downloaded serial_test_derive v4.0.1
10582026-08-07T23:38:11.207Z Downloaded tinyvec v1.11.0
10592026-08-07T23:38:11.210Z Downloaded thin-vec v0.2.18
10602026-08-07T23:38:11.210Z Downloaded ucd-trie v0.1.7
10612026-08-07T23:38:11.216Z Downloaded strum_macros v0.27.2
10622026-08-07T23:38:11.220Z Downloaded writeable v0.6.3
10632026-08-07T23:38:11.220Z Downloaded serde_repr v0.1.21
10642026-08-07T23:38:11.220Z Downloaded tokio-stream v0.1.18
10652026-08-07T23:38:11.223Z Downloaded zone_cfg_derive v0.3.1
10662026-08-07T23:38:11.223Z Downloaded darling_macro v0.21.3
10672026-08-07T23:38:11.223Z Downloaded dtrace-parser v0.3.0
10682026-08-07T23:38:11.223Z Downloaded const-random-macro v0.1.16
10692026-08-07T23:38:11.223Z Downloaded defmt-macros v1.1.0
10702026-08-07T23:38:11.226Z Downloaded toml v1.1.2+spec-1.1.0
10712026-08-07T23:38:11.229Z Downloaded either v1.16.0
10722026-08-07T23:38:11.232Z Downloaded bcs v0.1.6
10732026-08-07T23:38:11.232Z Downloaded bit-vec v0.8.0
10742026-08-07T23:38:11.232Z Downloaded cmake v0.1.58
10752026-08-07T23:38:11.235Z Downloaded crypto-common v0.2.2
10762026-08-07T23:38:11.235Z Downloaded compression-codecs v0.4.38
10772026-08-07T23:38:11.237Z Downloaded compression-core v0.4.32
10782026-08-07T23:38:11.238Z Downloaded dtrace-parser v0.2.0
10792026-08-07T23:38:11.238Z Downloaded const-random v0.1.18
10802026-08-07T23:38:11.238Z Downloaded fixedbitset v0.4.2
10812026-08-07T23:38:11.238Z Downloaded phf_shared v0.12.1
10822026-08-07T23:38:11.247Z Downloaded usdt-impl v0.6.0
10832026-08-07T23:38:11.250Z Downloaded port-file v0.1.0
10842026-08-07T23:38:11.252Z Downloaded futures-executor v0.3.32
10852026-08-07T23:38:11.252Z Downloaded futures-macro v0.3.32
10862026-08-07T23:38:11.255Z Downloaded proc-macro-error-attr2 v2.0.0
10872026-08-07T23:38:11.255Z Downloaded progenitor-client v0.10.0
10882026-08-07T23:38:11.258Z Downloaded rusty-fork v0.3.1
10892026-08-07T23:38:11.258Z Downloaded ref-cast v1.0.25
10902026-08-07T23:38:11.258Z Downloaded same-file v1.0.6
10912026-08-07T23:38:11.261Z Downloaded progenitor-client v0.14.0
10922026-08-07T23:38:11.261Z Downloaded scroll_derive v0.12.1
10932026-08-07T23:38:11.261Z Downloaded test-strategy v0.4.5
10942026-08-07T23:38:11.264Z Downloaded sigpipe v0.1.3
10952026-08-07T23:38:11.264Z Downloaded siphasher v1.0.3
10962026-08-07T23:38:11.264Z Downloaded memmap2 v0.9.10
10972026-08-07T23:38:11.264Z Downloaded omicron-zone-package v0.12.3
10982026-08-07T23:38:11.267Z Downloaded bytecount v0.6.9
10992026-08-07T23:38:11.270Z Downloaded progenitor v0.14.0
11002026-08-07T23:38:11.273Z Downloaded scroll v0.12.0
11012026-08-07T23:38:11.273Z Downloaded block-buffer v0.12.0
11022026-08-07T23:38:11.273Z Downloaded serde_plain v1.0.2
11032026-08-07T23:38:11.273Z Downloaded papergrid v0.11.0
11042026-08-07T23:38:11.276Z Downloaded papergrid v0.18.0
11052026-08-07T23:38:11.279Z Downloaded rustc_version v0.1.7
11062026-08-07T23:38:11.279Z Downloaded snafu v0.8.9
11072026-08-07T23:38:11.282Z Downloaded spin v0.9.8
11082026-08-07T23:38:11.287Z Downloaded typify v0.6.2
11092026-08-07T23:38:11.287Z Downloaded async-stream v0.3.6
11102026-08-07T23:38:11.287Z Downloaded foreign-types-macros v0.2.3
11112026-08-07T23:38:11.291Z Downloaded icu_normalizer_data v2.2.0
11122026-08-07T23:38:11.291Z Downloaded toml v0.9.12+spec-1.1.0
11132026-08-07T23:38:11.291Z Downloaded crossbeam-deque v0.8.6
11142026-08-07T23:38:11.291Z Downloaded daft v0.1.7
11152026-08-07T23:38:11.294Z Downloaded darling_macro v0.23.0
11162026-08-07T23:38:11.294Z Downloaded icu_collections v2.2.0
11172026-08-07T23:38:11.298Z Downloaded crunchy v0.2.4
11182026-08-07T23:38:11.298Z Downloaded plain v0.2.3
11192026-08-07T23:38:11.298Z Downloaded foreign-types v0.5.0
11202026-08-07T23:38:11.301Z Downloaded proc-macro-crate v1.3.1
11212026-08-07T23:38:11.304Z Downloaded http v1.4.2
11222026-08-07T23:38:11.304Z Downloaded ciborium-io v0.2.2
11232026-08-07T23:38:11.307Z Downloaded hostname v0.3.1
11242026-08-07T23:38:11.310Z Downloaded daft-derive v0.1.7
11252026-08-07T23:38:11.313Z Downloaded defmt v1.1.0
11262026-08-07T23:38:11.316Z Downloaded colored v3.1.1
11272026-08-07T23:38:11.316Z Downloaded phf v0.12.1
11282026-08-07T23:38:11.316Z Downloaded displaydoc v0.2.6
11292026-08-07T23:38:11.319Z Downloaded derive-ex v0.1.8
11302026-08-07T23:38:11.319Z Downloaded async-trait v0.1.89
11312026-08-07T23:38:11.319Z Downloaded fs-err v3.3.0
11322026-08-07T23:38:11.322Z Downloaded highway v1.3.0
11332026-08-07T23:38:11.322Z Downloaded toml v0.7.8
11342026-08-07T23:38:11.322Z Downloaded getrandom v0.4.2
11352026-08-07T23:38:11.325Z Downloaded postcard v1.1.3
11362026-08-07T23:38:11.328Z Downloaded zeroize_derive v1.4.3
11372026-08-07T23:38:11.331Z Downloaded crc8 v0.1.1
11382026-08-07T23:38:11.335Z Downloaded tungstenite v0.21.0
11392026-08-07T23:38:11.335Z Downloaded yoke v0.8.3
11402026-08-07T23:38:11.335Z Downloaded yoke-derive v0.8.2
11412026-08-07T23:38:11.338Z Downloaded float-ord v0.3.2
11422026-08-07T23:38:11.338Z Downloaded hash32 v0.3.1
11432026-08-07T23:38:11.338Z Downloaded progenitor-impl v0.14.0
11442026-08-07T23:38:11.338Z Downloaded blake2 v0.10.6
11452026-08-07T23:38:11.341Z Downloaded minimal-lexical v0.2.1
11462026-08-07T23:38:11.346Z Downloaded zerovec-derive v0.11.3
11472026-08-07T23:38:11.350Z Downloaded async-stream-impl v0.3.6
11482026-08-07T23:38:11.350Z Downloaded base16ct v1.0.0
11492026-08-07T23:38:11.350Z Downloaded dof v0.3.0
11502026-08-07T23:38:11.350Z Downloaded git-stub v1.0.0
11512026-08-07T23:38:11.353Z Downloaded bs58 v0.5.1
11522026-08-07T23:38:11.353Z Downloaded heck v0.4.1
11532026-08-07T23:38:11.353Z Downloaded rustc-hash v2.1.2
11542026-08-07T23:38:11.353Z Downloaded progenitor-macro v0.14.0
11552026-08-07T23:38:11.357Z Downloaded yansi v1.0.1
11562026-08-07T23:38:11.360Z Downloaded crossbeam-epoch v0.9.18
11572026-08-07T23:38:11.362Z Downloaded digest v0.11.3
11582026-08-07T23:38:11.365Z Downloaded memchr v2.8.1
11592026-08-07T23:38:11.368Z Downloaded scroll_derive v0.13.1
11602026-08-07T23:38:11.371Z Downloaded cstr-argument v0.1.2
11612026-08-07T23:38:11.374Z Downloaded quote v1.0.45
11622026-08-07T23:38:11.377Z Downloaded chacha20 v0.10.0
11632026-08-07T23:38:11.377Z Downloaded progenitor v0.13.0
11642026-08-07T23:38:11.377Z Downloaded rustls-pemfile v2.2.0
11652026-08-07T23:38:11.380Z Downloaded futures-channel v0.3.32
11662026-08-07T23:38:11.383Z Downloaded schemars_derive v0.8.22
11672026-08-07T23:38:11.389Z Downloaded fxhash v0.2.1
11682026-08-07T23:38:11.392Z Downloaded unsafe-libyaml v0.2.11
11692026-08-07T23:38:11.395Z Downloaded simd-adler32 v0.3.9
11702026-08-07T23:38:11.395Z Downloaded toml_edit v0.25.12+spec-1.1.0
11712026-08-07T23:38:11.398Z Downloaded serde_derive_internals v0.29.1
11722026-08-07T23:38:11.398Z Downloaded drift v0.2.0
11732026-08-07T23:38:11.405Z Downloaded argon2 v0.5.3
11742026-08-07T23:38:11.408Z Downloaded cipher v0.4.4
11752026-08-07T23:38:11.408Z Downloaded serde-big-array v0.5.1
11762026-08-07T23:38:11.408Z Downloaded dyn-clone v1.0.20
11772026-08-07T23:38:11.408Z Downloaded embedded-io v0.6.1
11782026-08-07T23:38:11.420Z Downloaded progenitor-impl v0.10.0
11792026-08-07T23:38:11.422Z Downloaded openssl-sys v0.9.116
11802026-08-07T23:38:11.444Z Downloaded csv-core v0.1.13
11812026-08-07T23:38:11.444Z Downloaded zeroize v1.8.2
11822026-08-07T23:38:11.444Z Downloaded zone v0.3.1
11832026-08-07T23:38:11.444Z Downloaded serial_test v4.0.1
11842026-08-07T23:38:11.444Z Downloaded proc-macro-crate v3.5.0
11852026-08-07T23:38:11.444Z Downloaded ref-cast-impl v1.0.25
11862026-08-07T23:38:11.444Z Downloaded pretty-hex v0.4.2
11872026-08-07T23:38:11.444Z Downloaded quick-error v1.2.3
11882026-08-07T23:38:11.444Z Downloaded bitflags v2.12.1
11892026-08-07T23:38:11.444Z Downloaded proc-macro-error2 v2.0.1
11902026-08-07T23:38:11.444Z Downloaded schemars v0.9.0
11912026-08-07T23:38:11.449Z Downloaded git-stub-vcs v0.1.0
11922026-08-07T23:38:11.449Z Downloaded zerofrom v0.1.8
11932026-08-07T23:38:11.452Z Downloaded jiff-static v0.2.28
11942026-08-07T23:38:11.455Z Downloaded convert_case v0.4.0
11952026-08-07T23:38:11.455Z Downloaded steno v0.4.1
11962026-08-07T23:38:11.455Z Downloaded cookie v0.18.1
11972026-08-07T23:38:11.460Z Downloaded allocator-api2 v0.2.21
11982026-08-07T23:38:11.463Z Downloaded futures v0.3.32
11992026-08-07T23:38:11.466Z Downloaded resolv-conf v0.7.6
12002026-08-07T23:38:11.472Z Downloaded base16ct v0.2.0
12012026-08-07T23:38:11.475Z Downloaded gethostname v0.5.0
12022026-08-07T23:38:11.475Z Downloaded progenitor-macro v0.13.0
12032026-08-07T23:38:11.475Z Downloaded half v2.7.1
12042026-08-07T23:38:11.478Z Downloaded prettyplease v0.2.37
12052026-08-07T23:38:11.478Z Downloaded backoff v0.4.0
12062026-08-07T23:38:11.481Z Downloaded progenitor-extras v0.2.0
12072026-08-07T23:38:11.484Z Downloaded slog-async v2.8.0
12082026-08-07T23:38:11.484Z Downloaded anyhow v1.0.104
12092026-08-07T23:38:11.489Z Downloaded console v0.16.3
12102026-08-07T23:38:11.489Z Downloaded typed-path v0.9.3
12112026-08-07T23:38:11.494Z Downloaded hickory-resolver v0.24.4
12122026-08-07T23:38:11.494Z Downloaded arrayvec v0.7.6
12132026-08-07T23:38:11.494Z Downloaded rayon-core v1.13.0
12142026-08-07T23:38:11.497Z Downloaded powerfmt v0.2.0
12152026-08-07T23:38:11.497Z Downloaded const_format_proc_macros v0.2.34
12162026-08-07T23:38:11.500Z Downloaded rand v0.8.6
12172026-08-07T23:38:11.503Z Downloaded toml_edit v0.19.15
12182026-08-07T23:38:11.510Z Downloaded zmij v1.0.21
12192026-08-07T23:38:11.513Z Downloaded constant_time_eq v0.4.2
12202026-08-07T23:38:11.513Z Downloaded dropshot_endpoint v0.17.1
12212026-08-07T23:38:11.516Z Downloaded scroll v0.13.0
12222026-08-07T23:38:11.516Z Downloaded proc-macro-error v1.0.4
12232026-08-07T23:38:11.519Z Downloaded fastrand v2.4.1
12242026-08-07T23:38:11.519Z Downloaded ff v0.13.1
12252026-08-07T23:38:11.522Z Downloaded progenitor-impl v0.13.0
12262026-08-07T23:38:11.522Z Downloaded tough v0.22.0
12272026-08-07T23:38:11.526Z Downloaded bitflags v1.3.2
12282026-08-07T23:38:11.529Z Downloaded data-encoding v2.11.0
12292026-08-07T23:38:11.529Z Downloaded crossbeam-channel v0.5.15
12302026-08-07T23:38:11.532Z Downloaded byte-wrapper v0.1.0
12312026-08-07T23:38:11.536Z Downloaded pretty_assertions v1.4.1
12322026-08-07T23:38:11.539Z Downloaded quinn-udp v0.5.14
12332026-08-07T23:38:11.539Z Downloaded ciborium v0.2.2
12342026-08-07T23:38:11.542Z Downloaded darling v0.23.0
12352026-08-07T23:38:11.542Z Downloaded darling_core v0.23.0
12362026-08-07T23:38:11.545Z Downloaded critical-section v1.2.0
12372026-08-07T23:38:11.548Z Downloaded serde_with_macros v3.21.0
12382026-08-07T23:38:11.548Z Downloaded schemars v1.2.1
12392026-08-07T23:38:11.554Z Downloaded group v0.13.0
12402026-08-07T23:38:11.557Z Downloaded rhai_codegen v3.2.0
12412026-08-07T23:38:11.560Z Downloaded heapless v0.8.0
12422026-08-07T23:38:11.564Z Downloaded glob v0.3.3
12432026-08-07T23:38:11.564Z Downloaded zerotrie v0.2.4
12442026-08-07T23:38:11.567Z Downloaded zerocopy-derive v0.7.35
12452026-08-07T23:38:11.567Z Downloaded schemars v0.8.22
12462026-08-07T23:38:11.573Z Downloaded clap v4.6.5
12472026-08-07T23:38:11.578Z Downloaded arc-swap v1.9.1
12482026-08-07T23:38:11.581Z Downloaded nom v7.1.3
12492026-08-07T23:38:11.584Z Downloaded cc v1.2.63
12502026-08-07T23:38:11.586Z Downloaded syn v1.0.109
12512026-08-07T23:38:11.589Z Downloaded deranged v0.5.8
12522026-08-07T23:38:11.592Z Downloaded pest_derive v2.8.6
12532026-08-07T23:38:11.592Z Downloaded hmac v0.12.1
12542026-08-07T23:38:11.595Z Downloaded cancel-safe-futures v0.1.5
12552026-08-07T23:38:11.595Z Downloaded expectorate v1.2.0
12562026-08-07T23:38:11.595Z Downloaded hickory-resolver v0.25.2
12572026-08-07T23:38:11.598Z Downloaded cargo_toml v0.22.3
12582026-08-07T23:38:11.598Z Downloaded elliptic-curve v0.13.8
12592026-08-07T23:38:11.601Z Downloaded libm v0.2.16
12602026-08-07T23:38:11.605Z Downloaded rustls-pki-types v1.14.1
12612026-08-07T23:38:11.608Z Downloaded slog v2.8.2
12622026-08-07T23:38:11.608Z Downloaded proc-macro2 v1.0.106
12632026-08-07T23:38:11.611Z Downloaded mio v1.2.1
12642026-08-07T23:38:11.614Z Downloaded pest_generator v2.8.6
12652026-08-07T23:38:11.614Z Downloaded backon v1.6.0
12662026-08-07T23:38:11.616Z Downloaded chacha20poly1305 v0.10.1
12672026-08-07T23:38:11.616Z Downloaded darling v0.21.3
12682026-08-07T23:38:11.619Z Downloaded derive_more v0.99.20
12692026-08-07T23:38:11.622Z Downloaded qorb v0.4.1
12702026-08-07T23:38:11.625Z Downloaded async-compression v0.4.42
12712026-08-07T23:38:11.628Z Downloaded crossbeam-utils v0.8.21
12722026-08-07T23:38:11.628Z Downloaded similar v2.7.0
12732026-08-07T23:38:11.634Z Downloaded const_format v0.2.36
12742026-08-07T23:38:11.637Z Downloaded crypto-bigint v0.5.5
12752026-08-07T23:38:11.637Z Downloaded rand v0.9.4
12762026-08-07T23:38:11.640Z Downloaded zerovec v0.11.6
12772026-08-07T23:38:11.643Z Downloaded itertools v0.12.1
12782026-08-07T23:38:11.646Z Downloaded itertools v0.15.0
12792026-08-07T23:38:11.649Z Downloaded chacha20 v0.9.1
12802026-08-07T23:38:11.652Z Downloaded zerocopy-derive v0.8.50
12812026-08-07T23:38:11.655Z Downloaded const-oid v0.10.2
12822026-08-07T23:38:11.658Z Downloaded base64 v0.21.7
12832026-08-07T23:38:11.660Z Downloaded rustls-platform-verifier v0.7.0
12842026-08-07T23:38:11.663Z Downloaded pest_meta v2.8.6
12852026-08-07T23:38:11.663Z Downloaded nom v8.0.0
12862026-08-07T23:38:11.666Z Downloaded bytes v1.11.1
12872026-08-07T23:38:11.670Z Downloaded serde_yaml v0.9.34+deprecated
12882026-08-07T23:38:11.670Z Downloaded darling_core v0.21.3
12892026-08-07T23:38:11.673Z Downloaded pest v2.8.6
12902026-08-07T23:38:11.676Z Downloaded hashbrown v0.12.3
12912026-08-07T23:38:11.682Z Downloaded hashbrown v0.16.1
12922026-08-07T23:38:11.684Z Downloaded icu_properties_data v2.2.0
12932026-08-07T23:38:11.688Z Downloaded ron v0.12.1
12942026-08-07T23:38:11.693Z Downloaded quinn v0.11.9
12952026-08-07T23:38:11.697Z Downloaded tokio-util v0.7.18
12962026-08-07T23:38:11.705Z Downloaded winnow v0.5.40
12972026-08-07T23:38:11.715Z Downloaded iddqd v0.4.6
12982026-08-07T23:38:11.726Z Downloaded dropshot-api-manager v0.7.2
12992026-08-07T23:38:11.729Z Downloaded tabled v0.15.0
13002026-08-07T23:38:11.734Z Downloaded winnow v1.0.3
13012026-08-07T23:38:11.740Z Downloaded goblin v0.8.2
13022026-08-07T23:38:11.757Z Downloaded portable-atomic v1.13.1
13032026-08-07T23:38:11.760Z Downloaded reqwest v0.13.4
13042026-08-07T23:38:11.763Z Downloaded time v0.3.47
13052026-08-07T23:38:11.770Z Downloaded rayon v1.12.0
13062026-08-07T23:38:11.775Z Downloaded aho-corasick v1.1.4
13072026-08-07T23:38:11.778Z Downloaded regex v1.12.3
13082026-08-07T23:38:11.781Z Downloaded webpki-roots v1.0.7
13092026-08-07T23:38:11.784Z Downloaded zerocopy v0.7.35
13102026-08-07T23:38:11.792Z Downloaded tabled v0.21.0
13112026-08-07T23:38:11.801Z Downloaded h2 v0.4.14
13122026-08-07T23:38:11.805Z Downloaded moka v0.12.15
13132026-08-07T23:38:11.808Z Downloaded futures-util v0.3.32
13142026-08-07T23:38:11.815Z Downloaded serde_with v3.21.0
13152026-08-07T23:38:11.821Z Downloaded clap_builder v4.6.5
13162026-08-07T23:38:11.825Z Downloaded proptest v1.11.0
13172026-08-07T23:38:11.830Z Downloaded hkdf v0.12.4
13182026-08-07T23:38:11.833Z Downloaded blake3 v1.8.5
13192026-08-07T23:38:11.836Z Downloaded aws-lc-rs v1.17.0
13202026-08-07T23:38:11.844Z Downloaded syn v2.0.117
13212026-08-07T23:38:11.850Z Downloaded smoltcp v0.11.0
13222026-08-07T23:38:11.856Z Downloaded openssl v0.10.80
13232026-08-07T23:38:11.866Z Downloaded goblin v0.10.7
13242026-08-07T23:38:11.870Z Downloaded zerocopy v0.8.50
13252026-08-07T23:38:11.882Z Downloaded nix v0.31.3
13262026-08-07T23:38:11.889Z Downloaded rhai v1.25.1
13272026-08-07T23:38:11.895Z Downloaded openapiv3 v2.2.0
13282026-08-07T23:38:11.901Z Downloaded bstr v1.12.1
13292026-08-07T23:38:11.906Z Downloaded regex-syntax v0.8.10
13302026-08-07T23:38:11.910Z Downloaded hickory-proto v0.24.4
13312026-08-07T23:38:11.971Z Downloaded lzma-sys v0.1.20
13322026-08-07T23:38:11.988Z Downloaded jiff v0.2.28
13332026-08-07T23:38:11.998Z Downloaded hickory-proto v0.25.2
13342026-08-07T23:38:12.006Z Downloaded regress v0.10.5
13352026-08-07T23:38:12.011Z Downloaded regress v0.11.1
13362026-08-07T23:38:12.016Z Downloaded sha3 v0.10.9
13372026-08-07T23:38:12.018Z Downloaded typify-impl v0.6.2
13382026-08-07T23:38:12.025Z Downloaded dropshot v0.17.1
13392026-08-07T23:38:12.039Z Downloaded rustls v0.23.40
13402026-08-07T23:38:12.045Z Downloaded sled v0.34.7
13412026-08-07T23:38:12.049Z Downloaded typify-impl v0.4.3
13422026-08-07T23:38:12.101Z Downloaded regex-automata v0.4.14
13432026-08-07T23:38:12.120Z Downloaded petgraph v0.6.5
13442026-08-07T23:38:12.144Z Downloaded chrono-tz v0.10.4
13452026-08-07T23:38:12.172Z Downloaded csv v1.4.0
13462026-08-07T23:38:12.253Z Downloaded encoding_rs v0.8.35
13472026-08-07T23:38:12.819Z Downloaded aws-lc-sys v0.41.0
13482026-08-07T23:38:13.488Z Compiling proc-macro2 v1.0.106
13492026-08-07T23:38:13.488Z Compiling libc v0.2.189
13502026-08-07T23:38:13.488Z Compiling unicode-ident v1.0.24
13512026-08-07T23:38:13.488Z Compiling quote v1.0.45
13522026-08-07T23:38:13.493Z Compiling cfg-if v1.0.4
13532026-08-07T23:38:13.493Z Compiling serde_core v1.0.229
13542026-08-07T23:38:13.493Z Compiling getrandom v0.4.2
13552026-08-07T23:38:13.493Z Compiling autocfg v1.5.1
13562026-08-07T23:38:13.606Z Compiling getrandom v0.3.4
13572026-08-07T23:38:13.638Z Compiling serde v1.0.229
13582026-08-07T23:38:13.795Z Compiling rustversion v1.0.22
13592026-08-07T23:38:13.845Z Compiling rustix v1.1.4
13602026-08-07T23:38:13.874Z Compiling num-traits v0.2.19
13612026-08-07T23:38:13.918Z Compiling zmij v1.0.21
13622026-08-07T23:38:13.972Z Compiling zerocopy v0.8.50
13632026-08-07T23:38:14.164Z Compiling equivalent v1.0.2
13642026-08-07T23:38:14.176Z Compiling winnow v1.0.3
13652026-08-07T23:38:14.184Z Compiling hashbrown v0.17.1
13662026-08-07T23:38:14.363Z Compiling rand_core v0.9.5
13672026-08-07T23:38:14.376Z Compiling errno v0.3.14
13682026-08-07T23:38:14.616Z Compiling serde_json v1.0.151
13692026-08-07T23:38:14.658Z Compiling toml_datetime v1.1.1+spec-1.1.0
13702026-08-07T23:38:14.721Z Compiling syn v3.0.3
13712026-08-07T23:38:14.739Z Compiling syn v2.0.117
13722026-08-07T23:38:14.829Z Compiling indexmap v2.14.0
13732026-08-07T23:38:14.864Z Compiling bitflags v2.12.1
13742026-08-07T23:38:14.877Z Compiling memchr v2.8.1
13752026-08-07T23:38:15.091Z Compiling toml_parser v1.1.2+spec-1.1.0
13762026-08-07T23:38:15.434Z Compiling toml_edit v0.25.12+spec-1.1.0
13772026-08-07T23:38:15.545Z Compiling schemars v0.8.22
13782026-08-07T23:38:15.627Z Compiling fastrand v2.4.1
13792026-08-07T23:38:15.716Z Compiling once_cell v1.21.4
13802026-08-07T23:38:15.778Z Compiling iana-time-zone v0.1.65
13812026-08-07T23:38:15.879Z Compiling itoa v1.0.18
13822026-08-07T23:38:15.921Z Compiling tempfile v3.27.0
13832026-08-07T23:38:15.988Z Compiling proc-macro-crate v3.5.0
13842026-08-07T23:38:16.069Z Compiling uuid v1.24.0
13852026-08-07T23:38:16.366Z Compiling serde_derive_internals v0.29.1
13862026-08-07T23:38:16.415Z Compiling slog v2.8.2
13872026-08-07T23:38:16.491Z Compiling wait-timeout v0.2.1
13882026-08-07T23:38:16.601Z Compiling bit-vec v0.8.0
13892026-08-07T23:38:16.637Z Compiling serde_derive v1.0.229
13902026-08-07T23:38:16.645Z Compiling dyn-clone v1.0.20
13912026-08-07T23:38:16.779Z Compiling quick-error v1.2.3
13922026-08-07T23:38:16.795Z Compiling fnv v1.0.7
13932026-08-07T23:38:16.829Z Compiling thiserror v2.0.19
13942026-08-07T23:38:16.874Z Compiling rusty-fork v0.3.1
13952026-08-07T23:38:16.881Z Compiling bit-set v0.8.0
13962026-08-07T23:38:17.022Z Compiling num_enum_derive v0.7.6
13972026-08-07T23:38:17.049Z Compiling thiserror-impl v2.0.19
13982026-08-07T23:38:17.112Z Compiling schemars_derive v0.8.22
13992026-08-07T23:38:17.216Z Compiling rand v0.9.4
14002026-08-07T23:38:17.262Z Compiling rand_xorshift v0.4.0
14012026-08-07T23:38:17.363Z Compiling unarray v0.1.4
14022026-08-07T23:38:17.407Z Compiling regex-syntax v0.8.10
14032026-08-07T23:38:17.469Z Compiling nom v8.0.0
14042026-08-07T23:38:18.015Z Compiling num_enum v0.7.6
14052026-08-07T23:38:18.253Z Compiling ppv-lite86 v0.2.21
14062026-08-07T23:38:18.517Z Compiling rand_chacha v0.9.0
14072026-08-07T23:38:18.812Z Compiling proptest v1.11.0
14082026-08-07T23:38:19.167Z Compiling chrono v0.4.45
14092026-08-07T23:38:19.167Z Compiling erased-serde v0.3.31
14102026-08-07T23:38:20.643Z Compiling oxnet v0.1.6
14112026-08-07T23:38:21.282Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
14122026-08-07T23:38:27.669Z Finished `test` profile [unoptimized + debuginfo] target(s) in 14.58s
14132026-08-07T23:38:27.765Z────────────
14142026-08-07T23:38:27.765Z Nextest run ID faa82e3c-1e9b-4be8-a145-7ce1bccedee0 with nextest profile: default
14152026-08-07T23:38:27.765Z Starting 9 tests across 1 binary (4 tests skipped)
14162026-08-07T23:38:27.770Z PASS [ 0.005s] mg-api-types-versions v13::bgp::config::proptests::debug_redacts_inner_string
14172026-08-07T23:38:27.772Z PASS [ 0.006s] mg-api-types-versions v13::bgp::config::proptests::json_schema_matches_md5_auth_string_invariants
14182026-08-07T23:38:27.772Z PASS [ 0.005s] mg-api-types-versions v13::bgp::config::proptests::v11_conversion_rejects_invalid_md5_auth_key
14192026-08-07T23:38:27.773Z PASS [ 0.006s] mg-api-types-versions v13::bgp::config::proptests::v11_neighbor_conversions_round_trip
14202026-08-07T23:38:27.773Z PASS [ 0.006s] mg-api-types-versions v13::bgp::config::proptests::v11_apply_request_conversion_preserves_peer_maps
14212026-08-07T23:38:59.393Z PASS [ 31.755s] mg-api-types-versions v13::bgp::config::proptests::constructor_accepts_exactly_nonempty_printable_ascii_up_to_80_bytes
14222026-08-07T23:39:02.843Z PASS [ 35.214s] mg-api-types-versions v13::bgp::config::proptests::valid_md5_auth_string_json_round_trips
14232026-08-07T23:39:27.527Z SLOW [> 60.000s] mg-api-types-versions v13::bgp::config::proptests::serde_round_trip_matches_constructor_invariants
14242026-08-07T23:39:27.530Z SLOW [> 60.000s] mg-api-types-versions v13::bgp::config::proptests::constructor_rejects_all_other_strings
14252026-08-07T23:39:34.662Z PASS [ 67.165s] mg-api-types-versions v13::bgp::config::proptests::constructor_rejects_all_other_strings
14262026-08-07T23:40:08.022Z PASS [ 100.658s] mg-api-types-versions v13::bgp::config::proptests::serde_round_trip_matches_constructor_invariants
14272026-08-07T23:40:08.022Z────────────
14282026-08-07T23:40:08.022Z Summary [ 100.659s] 9 tests run: 9 passed (2 slow), 4 skipped
14292026-08-07T23:40:08.034Z+ [[ -d proptest-regressions ]]
14302026-08-07T23:40:08.034Z+ popd
14312026-08-07T23:40:08.034Z/work/oxidecomputer/maghemite
14322026-08-07T23:40:08.039Z/work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite
14332026-08-07T23:40:08.039Z+ pushd rdb
14342026-08-07T23:40:08.039Z+ PROPTEST_CASES=1000000
14352026-08-07T23:40:08.039Z+ cargo nextest run --lib proptest
14362026-08-07T23:40:09.219Z Compiling proc-macro2 v1.0.106
14372026-08-07T23:40:09.219Z Compiling unicode-ident v1.0.24
14382026-08-07T23:40:09.219Z Compiling serde_core v1.0.229
14392026-08-07T23:40:09.223Z Compiling serde v1.0.229
14402026-08-07T23:40:09.223Z Compiling libc v0.2.189
14412026-08-07T23:40:09.223Z Compiling memchr v2.8.1
14422026-08-07T23:40:09.223Z Compiling quote v1.0.45
14432026-08-07T23:40:09.386Z Compiling smallvec v1.15.1
14442026-08-07T23:40:09.440Z Compiling libm v0.2.16
14452026-08-07T23:40:09.583Z Compiling stable_deref_trait v1.2.1
14462026-08-07T23:40:09.648Z Compiling percent-encoding v2.3.2
14472026-08-07T23:40:09.658Z Compiling litemap v0.8.2
14482026-08-07T23:40:09.742Z Compiling writeable v0.6.3
14492026-08-07T23:40:09.830Z Compiling utf8_iter v1.0.4
14502026-08-07T23:40:09.846Z Compiling icu_properties_data v2.2.0
14512026-08-07T23:40:09.926Z Compiling icu_normalizer_data v2.2.0
14522026-08-07T23:40:10.014Z Compiling equivalent v1.0.2
14532026-08-07T23:40:10.089Z Compiling form_urlencoded v1.2.2
14542026-08-07T23:40:10.149Z Compiling syn v2.0.117
14552026-08-07T23:40:10.191Z Compiling syn v3.0.3
14562026-08-07T23:40:10.275Z Compiling allocator-api2 v0.2.21
14572026-08-07T23:40:10.307Z Compiling version_check v0.9.5
14582026-08-07T23:40:10.313Z Compiling pin-project-lite v0.2.17
14592026-08-07T23:40:10.322Z Compiling serde_json v1.0.151
14602026-08-07T23:40:10.400Z Compiling scopeguard v1.2.0
14612026-08-07T23:40:10.515Z Compiling parking_lot_core v0.9.12
14622026-08-07T23:40:10.561Z Compiling lock_api v0.4.14
14632026-08-07T23:40:10.574Z Compiling hashbrown v0.17.1
14642026-08-07T23:40:10.595Z Compiling num-traits v0.2.19
14652026-08-07T23:40:10.799Z Compiling getrandom v0.4.2
14662026-08-07T23:40:10.811Z Compiling log v0.4.32
14672026-08-07T23:40:10.935Z Compiling rand_core v0.10.1
14682026-08-07T23:40:11.015Z Compiling errno v0.3.14
14692026-08-07T23:40:11.100Z Compiling futures-core v0.3.32
14702026-08-07T23:40:11.143Z Compiling heck v0.5.0
14712026-08-07T23:40:11.175Z Compiling zerocopy v0.8.50
14722026-08-07T23:40:11.244Z Compiling futures-sink v0.3.32
14732026-08-07T23:40:11.270Z Compiling slab v0.4.12
14742026-08-07T23:40:11.346Z Compiling jobserver v0.1.34
14752026-08-07T23:40:11.404Z Compiling semver v1.0.28
14762026-08-07T23:40:11.546Z Compiling indexmap v2.14.0
14772026-08-07T23:40:11.640Z Compiling uuid v1.24.0
14782026-08-07T23:40:11.652Z Compiling shlex v2.0.1
14792026-08-07T23:40:11.740Z Compiling find-msvc-tools v0.1.9
14802026-08-07T23:40:11.825Z Compiling schemars v0.8.22
14812026-08-07T23:40:11.968Z Compiling cc v1.2.63
14822026-08-07T23:40:12.071Z Compiling futures-channel v0.3.32
14832026-08-07T23:40:12.085Z Compiling futures-io v0.3.32
14842026-08-07T23:40:12.171Z Compiling futures-task v0.3.32
14852026-08-07T23:40:12.291Z Compiling socket2 v0.6.5
14862026-08-07T23:40:12.341Z Compiling bitflags v2.12.1
14872026-08-07T23:40:12.466Z Compiling parking_lot v0.12.5
14882026-08-07T23:40:12.539Z Compiling signal-hook-registry v1.4.8
14892026-08-07T23:40:12.542Z Compiling mio v1.2.1
14902026-08-07T23:40:12.578Z Compiling portable-atomic v1.13.1
14912026-08-07T23:40:12.735Z Compiling cmake v0.1.58
14922026-08-07T23:40:12.841Z Compiling typenum v1.20.1
14932026-08-07T23:40:12.873Z Compiling synstructure v0.13.2
14942026-08-07T23:40:13.007Z Compiling serde_derive_internals v0.29.1
14952026-08-07T23:40:13.022Z Compiling serde_derive v1.0.229
14962026-08-07T23:40:13.049Z Compiling thiserror-impl v2.0.19
14972026-08-07T23:40:13.208Z Compiling dunce v1.0.5
14982026-08-07T23:40:13.301Z Compiling fs_extra v1.3.0
14992026-08-07T23:40:13.366Z Compiling base64 v0.22.1
15002026-08-07T23:40:13.554Z Compiling aws-lc-sys v0.41.0
15012026-08-07T23:40:13.612Z Compiling critical-section v1.2.0
15022026-08-07T23:40:13.630Z Compiling subtle v2.6.1
15032026-08-07T23:40:13.698Z Compiling once_cell v1.21.4
15042026-08-07T23:40:13.717Z Compiling byteorder v1.5.0
15052026-08-07T23:40:13.729Z Compiling slog v2.8.2
15062026-08-07T23:40:13.791Z Compiling ipnet v2.12.0
15072026-08-07T23:40:13.909Z Compiling httparse v1.10.1
15082026-08-07T23:40:13.938Z Compiling atomic-waker v1.1.2
15092026-08-07T23:40:13.950Z Compiling rustix v1.1.4
15102026-08-07T23:40:14.064Z Compiling strsim v0.11.1
15112026-08-07T23:40:14.090Z Compiling zerofrom-derive v0.1.7
15122026-08-07T23:40:14.254Z Compiling yoke-derive v0.8.2
15132026-08-07T23:40:14.266Z Compiling zerovec-derive v0.11.3
15142026-08-07T23:40:14.296Z Compiling displaydoc v0.2.6
15152026-08-07T23:40:14.320Z Compiling schemars_derive v0.8.22
15162026-08-07T23:40:14.428Z Compiling tokio-macros v2.7.0
15172026-08-07T23:40:14.455Z Compiling thiserror v2.0.19
15182026-08-07T23:40:14.559Z Compiling zerocopy-derive v0.8.50
15192026-08-07T23:40:15.087Z Compiling zeroize_derive v1.4.3
15202026-08-07T23:40:15.164Z Compiling futures-macro v0.3.32
15212026-08-07T23:40:15.309Z Compiling zerofrom v0.1.8
15222026-08-07T23:40:15.428Z Compiling yoke v0.8.3
15232026-08-07T23:40:15.557Z Compiling tower-service v0.3.3
15242026-08-07T23:40:15.560Z Compiling tower-layer v0.3.3
15252026-08-07T23:40:15.609Z Compiling zerovec v0.11.6
15262026-08-07T23:40:15.644Z Compiling zerotrie v0.2.4
15272026-08-07T23:40:15.781Z Compiling zeroize v1.8.2
15282026-08-07T23:40:15.976Z Compiling getrandom v0.2.17
15292026-08-07T23:40:15.979Z Compiling ryu v1.0.23
15302026-08-07T23:40:16.072Z Compiling futures-util v0.3.32
15312026-08-07T23:40:16.072Z Compiling try-lock v0.2.5
15322026-08-07T23:40:16.155Z Compiling bytes v1.11.1
15332026-08-07T23:40:16.167Z Compiling tinystr v0.8.3
15342026-08-07T23:40:16.171Z Compiling potential_utf v0.1.5
15352026-08-07T23:40:16.188Z Compiling chrono v0.4.45
15362026-08-07T23:40:16.199Z Compiling serde_tokenstream v0.2.3
15372026-08-07T23:40:16.322Z Compiling icu_collections v2.2.0
15382026-08-07T23:40:16.374Z Compiling icu_locale_core v2.2.0
15392026-08-07T23:40:16.473Z Compiling erased-serde v0.3.31
15402026-08-07T23:40:16.786Z Compiling http v1.4.2
15412026-08-07T23:40:16.838Z Compiling tokio v1.53.1
15422026-08-07T23:40:17.368Z Compiling icu_provider v2.2.0
15432026-08-07T23:40:17.450Z Compiling http-body v1.0.1
15442026-08-07T23:40:17.600Z Compiling icu_normalizer v2.2.0
15452026-08-07T23:40:17.662Z Compiling icu_properties v2.2.0
15462026-08-07T23:40:17.684Z Compiling ucd-trie v0.1.7
15472026-08-07T23:40:17.764Z Compiling thiserror v1.0.69
15482026-08-07T23:40:17.975Z Compiling untrusted v0.9.0
15492026-08-07T23:40:18.096Z Compiling pest v2.8.6
15502026-08-07T23:40:18.177Z Compiling want v0.3.1
15512026-08-07T23:40:18.241Z Compiling rand_core v0.6.4
15522026-08-07T23:40:18.341Z Compiling thiserror-impl v1.0.69
15532026-08-07T23:40:18.374Z Compiling httpdate v1.0.3
15542026-08-07T23:40:18.458Z Compiling pretty-hex v0.4.2
15552026-08-07T23:40:18.592Z Compiling idna_adapter v1.2.2
15562026-08-07T23:40:18.612Z Compiling plain v0.2.3
15572026-08-07T23:40:18.718Z Compiling idna v1.1.0
15582026-08-07T23:40:18.729Z Compiling foldhash v0.2.0
15592026-08-07T23:40:18.848Z Compiling ppv-lite86 v0.2.21
15602026-08-07T23:40:18.938Z Compiling paste v1.0.15
15612026-08-07T23:40:18.954Z Compiling tracing-attributes v0.1.31
15622026-08-07T23:40:19.160Z Compiling url v2.5.8
15632026-08-07T23:40:19.216Z Compiling pest_meta v2.8.6
15642026-08-07T23:40:19.384Z Compiling tracing-core v0.1.36
15652026-08-07T23:40:19.478Z Compiling omicron-workspace-hack v0.1.0
15662026-08-07T23:40:19.585Z Compiling ident_case v1.0.1
15672026-08-07T23:40:19.974Z Compiling pest_generator v2.8.6
15682026-08-07T23:40:20.008Z Compiling http-body-util v0.1.4
15692026-08-07T23:40:20.148Z Compiling tracing v0.1.44
15702026-08-07T23:40:20.197Z Compiling serde_urlencoded v0.7.1
15712026-08-07T23:40:20.262Z Compiling aho-corasick v1.1.4
15722026-08-07T23:40:20.437Z Compiling ipnetwork v0.21.1
15732026-08-07T23:40:20.455Z Compiling sync_wrapper v1.0.2
15742026-08-07T23:40:20.486Z Compiling winnow v1.0.3
15752026-08-07T23:40:20.555Z Compiling daft-derive v0.1.7
15762026-08-07T23:40:20.571Z Compiling pest_derive v2.8.6
15772026-08-07T23:40:20.879Z Compiling oxnet v0.1.6
15782026-08-07T23:40:21.165Z Compiling regex-automata v0.4.14
15792026-08-07T23:40:21.342Z Compiling hashbrown v0.16.1
15802026-08-07T23:40:21.354Z Compiling tokio-util v0.7.18
15812026-08-07T23:40:21.622Z Compiling scroll_derive v0.13.1
15822026-08-07T23:40:21.704Z Compiling async-trait v0.1.89
15832026-08-07T23:40:22.104Z Compiling powerfmt v0.2.0
15842026-08-07T23:40:22.165Z Compiling aws-lc-rs v1.17.0
15852026-08-07T23:40:22.311Z Compiling num-conv v0.2.2
15862026-08-07T23:40:22.443Z Compiling time-core v0.1.8
15872026-08-07T23:40:22.460Z Compiling anyhow v1.0.104
15882026-08-07T23:40:22.471Z Compiling scroll v0.13.0
15892026-08-07T23:40:22.583Z Compiling time-macros v0.2.27
15902026-08-07T23:40:22.675Z Compiling deranged v0.5.8
15912026-08-07T23:40:22.735Z Compiling rustls-pki-types v1.14.1
15922026-08-07T23:40:22.981Z Compiling regex v1.12.3
15932026-08-07T23:40:23.215Z Compiling hex v0.4.3
15942026-08-07T23:40:23.440Z Compiling num_threads v0.1.7
15952026-08-07T23:40:23.468Z Compiling openssl-probe v0.2.1
15962026-08-07T23:40:23.531Z Compiling goblin v0.10.7
15972026-08-07T23:40:23.641Z Compiling camino v1.2.5
15982026-08-07T23:40:23.652Z Compiling untrusted v0.7.1
15992026-08-07T23:40:23.699Z Compiling crc32fast v1.5.0
16002026-08-07T23:40:23.766Z Compiling usdt-impl v0.6.0
16012026-08-07T23:40:23.854Z Compiling rustls v0.23.40
16022026-08-07T23:40:24.034Z Compiling h2 v0.4.14
16032026-08-07T23:40:24.060Z Compiling dtrace-parser v0.3.0
16042026-08-07T23:40:24.159Z Compiling crossbeam-utils v0.8.21
16052026-08-07T23:40:24.473Z Compiling getrandom v0.3.4
16062026-08-07T23:40:24.587Z Compiling futures-executor v0.3.32
16072026-08-07T23:40:24.654Z Compiling structmeta-derive v0.3.0
16082026-08-07T23:40:24.810Z Compiling thread-id v5.1.0
16092026-08-07T23:40:24.867Z Compiling simd-adler32 v0.3.9
16102026-08-07T23:40:24.890Z Compiling cpufeatures v0.3.0
16112026-08-07T23:40:24.914Z Compiling adler2 v2.0.1
16122026-08-07T23:40:24.962Z Compiling futures v0.3.32
16132026-08-07T23:40:25.039Z Compiling miniz_oxide v0.8.9
16142026-08-07T23:40:25.051Z Compiling rand_core v0.9.5
16152026-08-07T23:40:25.262Z Compiling darling_core v0.23.0
16162026-08-07T23:40:25.585Z Compiling newtype-uuid-macros v0.1.0
16172026-08-07T23:40:25.687Z Compiling structmeta v0.3.0
16182026-08-07T23:40:25.691Z Compiling hybrid-array v0.4.12
16192026-08-07T23:40:26.060Z Compiling thread_local v1.1.9
16202026-08-07T23:40:26.141Z Compiling match_cfg v0.1.0
16212026-08-07T23:40:26.212Z Compiling hyper v1.11.0
16222026-08-07T23:40:26.335Z Compiling flate2 v1.1.9
16232026-08-07T23:40:26.438Z Compiling dof v0.4.0
16242026-08-07T23:40:26.755Z Compiling newtype-uuid v1.3.2
16252026-08-07T23:40:27.104Z Compiling slog-async v2.8.0
16262026-08-07T23:40:27.387Z Compiling hyper-util v0.1.20
16272026-08-07T23:40:27.415Z Compiling darling_macro v0.23.0
16282026-08-07T23:40:27.919Z Compiling ref-cast v1.0.25
16292026-08-07T23:40:27.980Z Compiling compression-core v0.4.32
16302026-08-07T23:40:28.013Z Compiling darling v0.23.0
16312026-08-07T23:40:28.053Z Compiling daft v0.1.7
16322026-08-07T23:40:28.084Z Compiling compression-codecs v0.4.38
16332026-08-07T23:40:28.095Z Compiling crypto-common v0.2.2
16342026-08-07T23:40:28.133Z Compiling block-buffer v0.12.0
16352026-08-07T23:40:28.263Z Compiling rand_chacha v0.9.0
16362026-08-07T23:40:28.305Z Compiling ref-cast-impl v1.0.25
16372026-08-07T23:40:28.332Z Compiling strum_macros v0.26.4
16382026-08-07T23:40:28.571Z Compiling usdt-attr-macro v0.6.0
16392026-08-07T23:40:28.697Z Compiling usdt-macro v0.6.0
16402026-08-07T23:40:28.709Z Compiling serde_spanned v1.1.1
16412026-08-07T23:40:28.854Z Compiling generic-array v0.14.7
16422026-08-07T23:40:28.901Z Compiling multer v3.1.0
16432026-08-07T23:40:29.071Z Compiling term v1.2.1
16442026-08-07T23:40:29.083Z Compiling toml_writer v1.1.1+spec-1.1.0
16452026-08-07T23:40:29.118Z Compiling const-oid v0.10.2
16462026-08-07T23:40:29.248Z Compiling take_mut v0.2.2
16472026-08-07T23:40:29.285Z Compiling debug-ignore v1.0.5
16482026-08-07T23:40:29.325Z Compiling digest v0.11.3
16492026-08-07T23:40:29.491Z Compiling rand v0.9.4
16502026-08-07T23:40:29.491Z Compiling serde_with_macros v3.21.0
16512026-08-07T23:40:29.749Z Compiling async-stream-impl v0.3.6
16522026-08-07T23:40:29.761Z Compiling dropshot v0.17.1
16532026-08-07T23:40:29.835Z Compiling encoding_rs v0.8.35
16542026-08-07T23:40:29.953Z Compiling strum v0.26.3
16552026-08-07T23:40:29.983Z Compiling spin v0.9.8
16562026-08-07T23:40:30.076Z Compiling mime v0.3.17
16572026-08-07T23:40:30.088Z Compiling syn v1.0.109
16582026-08-07T23:40:30.142Z Compiling sha1 v0.11.0
16592026-08-07T23:40:30.387Z Compiling async-stream v0.3.6
16602026-08-07T23:40:30.390Z Compiling derive-ex v0.1.8
16612026-08-07T23:40:30.453Z Compiling tower v0.5.3
16622026-08-07T23:40:30.524Z Compiling dropshot_endpoint v0.17.1
16632026-08-07T23:40:30.557Z Compiling macaddr v1.0.1
16642026-08-07T23:40:30.628Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
16652026-08-07T23:40:30.866Z Compiling waitgroup v0.1.2
16662026-08-07T23:40:31.002Z Compiling serde_path_to_error v0.1.20
16672026-08-07T23:40:31.180Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
16682026-08-07T23:40:31.314Z Compiling tower-http v0.6.11
16692026-08-07T23:40:31.373Z Compiling tempfile v3.27.0
16702026-08-07T23:40:31.495Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
16712026-08-07T23:40:31.676Z Compiling openapiv3 v2.2.0
16722026-08-07T23:40:31.729Z Compiling strum_macros v0.27.2
16732026-08-07T23:40:31.786Z Compiling instant v0.1.13
16742026-08-07T23:40:32.014Z Compiling test-strategy v0.4.5
16752026-08-07T23:40:32.297Z Compiling rustls-native-certs v0.8.4
16762026-08-07T23:40:32.640Z Compiling time v0.3.47
16772026-08-07T23:40:33.058Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16782026-08-07T23:40:33.275Z Compiling crossbeam-channel v0.5.15
16792026-08-07T23:40:33.363Z Compiling crypto-common v0.1.7
16802026-08-07T23:40:33.560Z Compiling strum v0.27.2
16812026-08-07T23:40:33.686Z Compiling parse-display-derive v0.10.0
16822026-08-07T23:40:33.760Z Compiling backon v1.6.0
16832026-08-07T23:40:33.969Z Compiling rand_chacha v0.3.1
16842026-08-07T23:40:34.408Z Compiling either v1.16.0
16852026-08-07T23:40:34.616Z Compiling rand v0.8.6
16862026-08-07T23:40:34.708Z Compiling slog-json v2.6.1
16872026-08-07T23:40:34.855Z Compiling hostname v0.3.1
16882026-08-07T23:40:34.910Z Compiling toml_parser v1.1.2+spec-1.1.0
16892026-08-07T23:40:34.991Z Compiling toml_datetime v1.1.1+spec-1.1.0
16902026-08-07T23:40:35.136Z Compiling is-terminal v0.4.17
16912026-08-07T23:40:35.167Z Compiling memmap2 v0.9.10
16922026-08-07T23:40:35.233Z Compiling wait-timeout v0.2.1
16932026-08-07T23:40:35.318Z Compiling usdt v0.6.0
16942026-08-07T23:40:35.341Z Compiling toml v1.1.2+spec-1.1.0
16952026-08-07T23:40:35.384Z Compiling rusty-fork v0.3.1
16962026-08-07T23:40:35.531Z Compiling slog-term v2.9.2
16972026-08-07T23:40:35.606Z Compiling slog-bunyan v2.5.0
16982026-08-07T23:40:35.763Z Compiling serde_with v3.21.0
16992026-08-07T23:40:35.775Z Compiling async-compression v0.4.42
17002026-08-07T23:40:35.855Z Compiling rand_xorshift v0.4.0
17012026-08-07T23:40:36.001Z Compiling rustls-pemfile v2.2.0
17022026-08-07T23:40:36.086Z Compiling regress v0.10.5
17032026-08-07T23:40:36.197Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17042026-08-07T23:40:36.206Z Compiling hostname v0.4.2
17052026-08-07T23:40:36.349Z Compiling humantime v2.3.0
17062026-08-07T23:40:36.357Z Compiling proptest v1.11.0
17072026-08-07T23:40:36.578Z Compiling iddqd v0.4.6
17082026-08-07T23:40:36.861Z Compiling reqwest v0.12.28
17092026-08-07T23:40:36.900Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17102026-08-07T23:40:37.141Z Compiling block-buffer v0.10.4
17112026-08-07T23:40:37.456Z Compiling digest v0.10.7
17122026-08-07T23:40:37.567Z Compiling parse-display v0.10.0
17132026-08-07T23:40:37.673Z Compiling backoff v0.4.0
17142026-08-07T23:40:37.832Z Compiling progenitor-client v0.10.0
17152026-08-07T23:40:37.882Z Compiling itertools v0.14.0
17162026-08-07T23:40:37.893Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
17172026-08-07T23:40:38.656Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
17182026-08-07T23:40:39.914Z Compiling regress v0.11.1
17192026-08-07T23:40:40.181Z Compiling utf8parse v0.2.2
17202026-08-07T23:40:40.259Z Compiling is_terminal_polyfill v1.70.2
17212026-08-07T23:40:40.293Z Compiling anstyle-parse v1.0.0
17222026-08-07T23:40:40.466Z Compiling anstyle v1.0.14
17232026-08-07T23:40:40.497Z Compiling colorchoice v1.0.5
17242026-08-07T23:40:40.611Z Compiling anstyle-query v1.1.5
17252026-08-07T23:40:40.752Z Compiling anstream v1.0.0
17262026-08-07T23:40:41.484Z Compiling toml_datetime v0.6.11
17272026-08-07T23:40:41.630Z Compiling typify-impl v0.6.2
17282026-08-07T23:40:41.687Z Compiling zerocopy-derive v0.7.35
17292026-08-07T23:40:41.759Z Compiling clap_lex v1.1.0
17302026-08-07T23:40:42.000Z Compiling convert_case v0.4.0
17312026-08-07T23:40:42.230Z Compiling cpufeatures v0.2.17
17322026-08-07T23:40:42.297Z Compiling derive_more v0.99.20
17332026-08-07T23:40:42.541Z Compiling zerocopy v0.7.35
17342026-08-07T23:40:43.162Z Compiling unicode-width v0.2.2
17352026-08-07T23:40:43.738Z Compiling secrecy v0.10.3
17362026-08-07T23:40:43.864Z Compiling clap_derive v4.6.4
17372026-08-07T23:40:43.893Z Compiling float-ord v0.3.2
17382026-08-07T23:40:43.965Z Compiling tinyvec_macros v0.1.1
17392026-08-07T23:40:44.034Z Compiling crucible-workspace-hack v0.1.0
17402026-08-07T23:40:44.083Z Compiling tinyvec v1.11.0
17412026-08-07T23:40:44.541Z Compiling terminal_size v0.4.4
17422026-08-07T23:40:44.680Z Compiling dtrace-parser v0.2.0
17432026-08-07T23:40:44.708Z Compiling scroll_derive v0.12.1
17442026-08-07T23:40:44.750Z Compiling rustc_version v0.4.1
17452026-08-07T23:40:44.754Z Compiling num-integer v0.1.46
17462026-08-07T23:40:45.026Z Compiling usdt-impl v0.5.0
17472026-08-07T23:40:45.373Z Compiling curve25519-dalek v4.1.3
17482026-08-07T23:40:45.413Z Compiling scroll v0.12.0
17492026-08-07T23:40:45.701Z Compiling dof v0.3.0
17502026-08-07T23:40:45.733Z Compiling hmac v0.12.1
17512026-08-07T23:40:45.760Z Compiling inout v0.1.4
17522026-08-07T23:40:45.866Z Compiling darling_core v0.21.3
17532026-08-07T23:40:45.904Z Compiling ff v0.13.1
17542026-08-07T23:40:46.031Z Compiling thread-id v4.2.2
17552026-08-07T23:40:46.044Z Compiling group v0.13.0
17562026-08-07T23:40:46.148Z Compiling cipher v0.4.4
17572026-08-07T23:40:46.299Z Compiling hkdf v0.12.4
17582026-08-07T23:40:46.514Z Compiling goblin v0.8.2
17592026-08-07T23:40:46.611Z Compiling num-rational v0.4.2
17602026-08-07T23:40:46.731Z Compiling num-iter v0.1.45
17612026-08-07T23:40:46.850Z Compiling clap_builder v4.6.5
17622026-08-07T23:40:47.041Z Compiling toml_edit v0.25.12+spec-1.1.0
17632026-08-07T23:40:47.118Z Compiling thiserror-impl-no-std v2.0.2
17642026-08-07T23:40:47.228Z Compiling universal-hash v0.5.1
17652026-08-07T23:40:47.356Z Compiling crypto-bigint v0.5.5
17662026-08-07T23:40:47.924Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17672026-08-07T23:40:47.968Z Compiling typify-macro v0.6.2
17682026-08-07T23:40:47.975Z Compiling darling_macro v0.21.3
17692026-08-07T23:40:48.256Z Compiling crossbeam-epoch v0.9.18
17702026-08-07T23:40:48.507Z Compiling half v2.7.1
17712026-08-07T23:40:48.568Z Compiling curve25519-dalek-derive v0.1.1
17722026-08-07T23:40:48.597Z Compiling num-complex v0.4.6
17732026-08-07T23:40:48.894Z Compiling ciborium-io v0.2.2
17742026-08-07T23:40:48.977Z Compiling opaque-debug v0.3.1
17752026-08-07T23:40:48.990Z Compiling base16ct v0.2.0
17762026-08-07T23:40:49.047Z Compiling base64ct v1.8.3
17772026-08-07T23:40:49.093Z Compiling elliptic-curve v0.13.8
17782026-08-07T23:40:49.146Z Compiling poly1305 v0.8.0
17792026-08-07T23:40:49.342Z Compiling password-hash v0.5.0
17802026-08-07T23:40:49.559Z Compiling ciborium-ll v0.2.2
17812026-08-07T23:40:49.645Z Compiling num v0.4.3
17822026-08-07T23:40:49.813Z Compiling darling v0.21.3
17832026-08-07T23:40:49.895Z Compiling clap v4.6.5
17842026-08-07T23:40:50.116Z Compiling thiserror-no-std v2.0.2
17852026-08-07T23:40:50.129Z Compiling typify v0.6.2
17862026-08-07T23:40:50.205Z Compiling proc-macro-crate v3.5.0
17872026-08-07T23:40:50.451Z Compiling chacha20 v0.9.1
17882026-08-07T23:40:50.480Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
17892026-08-07T23:40:50.687Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17902026-08-07T23:40:51.188Z Compiling blake2 v0.10.6
17912026-08-07T23:40:51.237Z Compiling aead v0.5.2
17922026-08-07T23:40:51.357Z Compiling byte-wrapper v0.1.0
17932026-08-07T23:40:51.397Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17942026-08-07T23:40:51.655Z Compiling proc-macro-error-attr v1.0.4
17952026-08-07T23:40:51.805Z Compiling unsafe-libyaml v0.2.11
17962026-08-07T23:40:51.872Z Compiling rustix v0.38.44
17972026-08-07T23:40:51.885Z Compiling prettyplease v0.2.37
17982026-08-07T23:40:52.115Z Compiling heapless v0.8.0
17992026-08-07T23:40:52.221Z Compiling keccak v0.1.6
18002026-08-07T23:40:52.478Z Compiling sha3 v0.10.9
18012026-08-07T23:40:52.557Z Compiling serde_yaml v0.9.34+deprecated
18022026-08-07T23:40:52.775Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18032026-08-07T23:40:53.418Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18042026-08-07T23:40:53.440Z Compiling argon2 v0.5.3
18052026-08-07T23:40:53.801Z Compiling chacha20poly1305 v0.10.1
18062026-08-07T23:40:53.951Z Compiling num_enum_derive v0.7.6
18072026-08-07T23:40:54.066Z Compiling vsss-rs v3.3.4
18082026-08-07T23:40:54.117Z Compiling ingot-macros v0.1.1
18092026-08-07T23:40:54.140Z Compiling ciborium v0.2.2
18102026-08-07T23:40:54.834Z Compiling usdt-attr-macro v0.5.0
18112026-08-07T23:40:54.979Z Compiling usdt-macro v0.5.0
18122026-08-07T23:40:55.982Z Compiling serde_spanned v0.6.9
18132026-08-07T23:40:56.128Z Compiling enum-as-inner v0.6.1
18142026-08-07T23:40:56.218Z Compiling hash32 v0.3.1
18152026-08-07T23:40:56.370Z Compiling proc-macro-error v1.0.4
18162026-08-07T23:40:56.599Z Compiling memmap v0.7.0
18172026-08-07T23:40:56.636Z Compiling memoffset v0.9.1
18182026-08-07T23:40:56.705Z Compiling indent_write v2.2.0
18192026-08-07T23:40:56.726Z Compiling cfg_aliases v0.2.1
18202026-08-07T23:40:56.782Z Compiling smoltcp v0.11.0
18212026-08-07T23:40:56.796Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18222026-08-07T23:40:56.836Z Compiling winnow v0.5.40
18232026-08-07T23:40:56.864Z Compiling toml_write v0.1.2
18242026-08-07T23:40:56.907Z Compiling winnow v0.7.15
18252026-08-07T23:40:56.910Z Compiling data-encoding v2.11.0
18262026-08-07T23:40:57.043Z Compiling ingot-types v0.1.2
18272026-08-07T23:40:57.054Z Compiling nix v0.31.3
18282026-08-07T23:40:57.121Z Compiling usdt v0.5.0
18292026-08-07T23:40:57.417Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18302026-08-07T23:40:57.435Z Compiling num_enum v0.7.6
18312026-08-07T23:40:57.451Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18322026-08-07T23:40:57.544Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18332026-08-07T23:40:57.740Z Compiling tabwriter v1.4.1
18342026-08-07T23:40:57.984Z Compiling cobs v0.3.0
18352026-08-07T23:40:57.995Z Compiling serde_repr v0.1.21
18362026-08-07T23:40:58.024Z Compiling pkg-config v0.3.33
18372026-08-07T23:40:58.191Z Compiling toml_edit v0.19.15
18382026-08-07T23:40:58.207Z Compiling toml_edit v0.22.27
18392026-08-07T23:40:58.509Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
18402026-08-07T23:40:58.553Z Compiling vcpkg v0.2.15
18412026-08-07T23:40:58.580Z Compiling managed v0.8.0
18422026-08-07T23:40:58.720Z Compiling bitflags v1.3.2
18432026-08-07T23:40:58.819Z Compiling postcard v1.1.3
18442026-08-07T23:40:59.084Z Compiling openssl-sys v0.9.116
18452026-08-07T23:40:59.430Z Compiling rustls-webpki v0.103.13
18462026-08-07T23:40:59.655Z Compiling toml v0.8.23
18472026-08-07T23:41:00.350Z Compiling proc-macro-crate v1.3.1
18482026-08-07T23:41:00.697Z Compiling ingot v0.1.1
18492026-08-07T23:41:00.771Z Compiling hubpack_derive v0.1.1
18502026-08-07T23:41:00.828Z Compiling foreign-types-macros v0.2.3
18512026-08-07T23:41:01.308Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18522026-08-07T23:41:01.463Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18532026-08-07T23:41:01.478Z Compiling static_assertions v1.1.0
18542026-08-07T23:41:01.494Z Compiling resolv-conf v0.7.6
18552026-08-07T23:41:01.549Z Compiling linked-hash-map v0.5.6
18562026-08-07T23:41:01.621Z Compiling foreign-types-shared v0.3.1
18572026-08-07T23:41:01.702Z Compiling unicode-segmentation v1.13.3
18582026-08-07T23:41:01.711Z Compiling rayon-core v1.13.0
18592026-08-07T23:41:01.733Z Compiling semver v0.1.20
18602026-08-07T23:41:01.875Z Compiling swrite v0.1.0
18612026-08-07T23:41:01.930Z Compiling colored v3.1.1
18622026-08-07T23:41:01.969Z Compiling heck v0.4.1
18632026-08-07T23:41:02.008Z Compiling newline-converter v0.3.0
18642026-08-07T23:41:02.115Z Compiling rustc_version v0.1.7
18652026-08-07T23:41:02.166Z Compiling lru-cache v0.1.2
18662026-08-07T23:41:02.251Z Compiling foreign-types v0.5.0
18672026-08-07T23:41:02.291Z Compiling hubpack v0.1.2
18682026-08-07T23:41:02.327Z Compiling num_enum_derive v0.5.11
18692026-08-07T23:41:02.398Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18702026-08-07T23:41:02.596Z Compiling atomicwrites v0.4.4
18712026-08-07T23:41:02.624Z Compiling hickory-proto v0.24.4
18722026-08-07T23:41:02.904Z Compiling tokio-rustls v0.26.4
18732026-08-07T23:41:03.086Z Compiling rustls-platform-verifier v0.7.0
18742026-08-07T23:41:03.172Z Compiling hyper-rustls v0.27.9
18752026-08-07T23:41:03.366Z Compiling reqwest v0.13.4
18762026-08-07T23:41:04.766Z Compiling progenitor-client v0.14.0
18772026-08-07T23:41:05.079Z Compiling progenitor-extras v0.2.0
18782026-08-07T23:41:05.443Z Compiling progenitor-impl v0.13.0
18792026-08-07T23:41:05.907Z Compiling crossbeam-deque v0.8.6
18802026-08-07T23:41:05.940Z Compiling console v0.15.11
18812026-08-07T23:41:06.106Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
18822026-08-07T23:41:06.232Z Compiling camino-tempfile v1.4.1
18832026-08-07T23:41:06.484Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18842026-08-07T23:41:06.620Z Compiling chacha20 v0.10.0
18852026-08-07T23:41:06.632Z Compiling serde-big-array v0.5.1
18862026-08-07T23:41:06.885Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18872026-08-07T23:41:07.421Z Compiling num-derive v0.4.2
18882026-08-07T23:41:07.760Z Compiling derive-where v1.6.1
18892026-08-07T23:41:08.390Z Compiling pin-project-internal v1.1.13
18902026-08-07T23:41:08.424Z Compiling cstr-argument v0.1.2
18912026-08-07T23:41:08.586Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#33fd10c8)
18922026-08-07T23:41:08.807Z Compiling minimal-lexical v0.2.1
18932026-08-07T23:41:09.050Z Compiling siphasher v1.0.3
18942026-08-07T23:41:09.075Z Compiling similar v2.7.0
18952026-08-07T23:41:09.088Z Compiling progenitor-macro v0.13.0
18962026-08-07T23:41:09.251Z Compiling phf_shared v0.12.1
18972026-08-07T23:41:09.430Z Compiling nom v7.1.3
18982026-08-07T23:41:09.473Z Compiling pin-project v1.1.13
18992026-08-07T23:41:09.576Z Compiling expectorate v1.2.0
19002026-08-07T23:41:09.752Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19012026-08-07T23:41:10.030Z Compiling rand v0.10.2
19022026-08-07T23:41:10.317Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
19032026-08-07T23:41:10.534Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19042026-08-07T23:41:10.750Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19052026-08-07T23:41:10.848Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19062026-08-07T23:41:11.738Z Compiling progenitor-client v0.13.0
19072026-08-07T23:41:12.057Z Compiling hickory-resolver v0.24.4
19082026-08-07T23:41:12.683Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19092026-08-07T23:41:12.968Z Compiling num_enum v0.5.11
19102026-08-07T23:41:13.087Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
19112026-08-07T23:41:13.226Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19122026-08-07T23:41:13.282Z Compiling newtype_derive v0.1.6
19132026-08-07T23:41:13.618Z Compiling progenitor-impl v0.14.0
19142026-08-07T23:41:13.840Z Compiling unicode-normalization v0.1.25
19152026-08-07T23:41:14.325Z Compiling tokio-stream v0.1.18
19162026-08-07T23:41:14.436Z Compiling snafu-derive v0.8.9
19172026-08-07T23:41:14.727Z Compiling async-recursion v1.1.1
19182026-08-07T23:41:14.739Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
19192026-08-07T23:41:14.795Z Compiling slog-dtrace v0.3.0
19202026-08-07T23:41:14.892Z Compiling bstr v1.12.1
19212026-08-07T23:41:15.026Z Compiling csv-core v0.1.13
19222026-08-07T23:41:15.039Z Compiling owo-colors v4.3.0
19232026-08-07T23:41:15.290Z Compiling konst_macro_rules v0.2.19
19242026-08-07T23:41:15.368Z Compiling unicode-width v0.1.14
19252026-08-07T23:41:15.392Z Compiling chrono-tz v0.10.4
19262026-08-07T23:41:15.416Z Compiling highway v1.3.0
19272026-08-07T23:41:15.468Z Compiling foreign-types-shared v0.1.1
19282026-08-07T23:41:15.609Z Compiling cancel-safe-futures v0.1.5
19292026-08-07T23:41:15.681Z Compiling openssl v0.10.80
19302026-08-07T23:41:15.693Z Compiling same-file v1.0.6
19312026-08-07T23:41:15.852Z Compiling unicode-xid v0.2.6
19322026-08-07T23:41:15.864Z Compiling foldhash v0.1.5
19332026-08-07T23:41:15.892Z Compiling walkdir v2.5.0
19342026-08-07T23:41:15.966Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19352026-08-07T23:41:15.979Z Compiling const_format_proc_macros v0.2.34
19362026-08-07T23:41:16.047Z Compiling hashbrown v0.15.5
19372026-08-07T23:41:16.227Z Compiling snafu v0.8.9
19382026-08-07T23:41:16.272Z Compiling foreign-types v0.3.2
19392026-08-07T23:41:16.346Z Compiling konst v0.2.20
19402026-08-07T23:41:16.587Z Compiling globset v0.4.18
19412026-08-07T23:41:16.619Z Compiling csv v1.4.0
19422026-08-07T23:41:16.744Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19432026-08-07T23:41:16.800Z Compiling qorb v0.4.1
19442026-08-07T23:41:17.158Z Compiling progenitor v0.13.0
19452026-08-07T23:41:17.200Z Compiling olpc-cjson v0.1.4
19462026-08-07T23:41:17.294Z Compiling progenitor-macro v0.14.0
19472026-08-07T23:41:17.435Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19482026-08-07T23:41:17.779Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19492026-08-07T23:41:17.869Z Compiling rayon v1.12.0
19502026-08-07T23:41:18.886Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19512026-08-07T23:41:18.913Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19522026-08-07T23:41:18.956Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19532026-08-07T23:41:19.422Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19542026-08-07T23:41:19.641Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19552026-08-07T23:41:19.853Z Compiling phf v0.12.1
19562026-08-07T23:41:20.008Z Compiling zone_cfg_derive v0.3.1
19572026-08-07T23:41:20.427Z Compiling tokio-dtrace v0.1.1
19582026-08-07T23:41:20.750Z Compiling itertools v0.12.1
19592026-08-07T23:41:21.081Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19602026-08-07T23:41:21.293Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
19612026-08-07T23:41:21.696Z Compiling libsw-core v0.3.2
19622026-08-07T23:41:21.713Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19632026-08-07T23:41:21.870Z Compiling serde_plain v1.0.2
19642026-08-07T23:41:22.031Z Compiling openssl-macros v0.1.1
19652026-08-07T23:41:22.058Z Compiling pem v3.0.6
19662026-08-07T23:41:22.085Z Compiling cookie v0.18.1
19672026-08-07T23:41:22.315Z Compiling sigpipe v0.1.3
19682026-08-07T23:41:22.328Z Compiling typed-path v0.9.3
19692026-08-07T23:41:22.406Z Compiling jiff v0.2.28
19702026-08-07T23:41:22.439Z Compiling bytecount v0.6.9
19712026-08-07T23:41:22.518Z Compiling fixedbitset v0.5.7
19722026-08-07T23:41:22.582Z Compiling fixedbitset v0.4.2
19732026-08-07T23:41:22.660Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19742026-08-07T23:41:22.821Z Compiling glob v0.3.3
19752026-08-07T23:41:22.860Z Compiling petgraph v0.6.5
19762026-08-07T23:41:22.909Z Compiling petgraph v0.8.3
19772026-08-07T23:41:23.278Z Compiling tough v0.22.0
19782026-08-07T23:41:23.659Z Compiling progenitor v0.14.0
19792026-08-07T23:41:23.809Z Compiling papergrid v0.11.0
19802026-08-07T23:41:24.417Z Compiling zone v0.3.1
19812026-08-07T23:41:24.428Z Compiling libsw v3.5.0
19822026-08-07T23:41:24.546Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19832026-08-07T23:41:24.597Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
19842026-08-07T23:41:24.691Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19852026-08-07T23:41:24.776Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19862026-08-07T23:41:24.940Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19872026-08-07T23:41:25.141Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19882026-08-07T23:41:25.222Z Compiling oxide-tokio-rt v0.1.6
19892026-08-07T23:41:25.640Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19902026-08-07T23:41:25.995Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19912026-08-07T23:41:26.259Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19922026-08-07T23:41:26.369Z Compiling const_format v0.2.36
19932026-08-07T23:41:27.152Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
19942026-08-07T23:41:27.284Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19952026-08-07T23:41:27.351Z Compiling tabled_derive v0.7.0
19962026-08-07T23:41:27.563Z Compiling gethostname v0.5.0
19972026-08-07T23:41:27.618Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19982026-08-07T23:41:27.676Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
19992026-08-07T23:41:27.688Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20002026-08-07T23:41:27.745Z Compiling bcs v0.1.6
20012026-08-07T23:41:27.806Z Compiling smf v0.2.3
20022026-08-07T23:41:27.854Z Compiling tagptr v0.2.0
20032026-08-07T23:41:27.871Z Compiling smawk v0.3.2
20042026-08-07T23:41:28.003Z Compiling termtree v0.5.1
20052026-08-07T23:41:28.012Z Compiling linear-map v1.2.0
20062026-08-07T23:41:28.063Z Compiling lazy_static v1.5.0
20072026-08-07T23:41:28.148Z Compiling unicode-linebreak v0.1.5
20082026-08-07T23:41:28.168Z Compiling whoami v1.6.1
20092026-08-07T23:41:28.193Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20102026-08-07T23:41:28.309Z Compiling tabled v0.15.0
20112026-08-07T23:41:28.408Z Compiling textwrap v0.16.2
20122026-08-07T23:41:28.479Z Compiling steno v0.4.1
20132026-08-07T23:41:28.936Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20142026-08-07T23:41:29.098Z Compiling moka v0.12.15
20152026-08-07T23:41:29.899Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20162026-08-07T23:41:30.050Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20172026-08-07T23:41:30.187Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20182026-08-07T23:41:31.010Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20192026-08-07T23:41:31.058Z Compiling hickory-proto v0.25.2
20202026-08-07T23:41:31.757Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
20212026-08-07T23:41:31.981Z Compiling parking_lot_core v0.8.6
20222026-08-07T23:41:32.281Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
20232026-08-07T23:41:32.777Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20242026-08-07T23:41:32.806Z Compiling libscf-sys v1.2.0
20252026-08-07T23:41:32.850Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
20262026-08-07T23:41:32.951Z Compiling hickory-resolver v0.25.2
20272026-08-07T23:41:33.056Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
20282026-08-07T23:41:33.087Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
20292026-08-07T23:41:33.390Z Compiling nom v8.0.0
20302026-08-07T23:41:33.445Z Compiling parking_lot v0.11.2
20312026-08-07T23:41:33.624Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
20322026-08-07T23:41:33.842Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20332026-08-07T23:41:33.857Z Compiling fxhash v0.2.1
20342026-08-07T23:41:33.871Z Compiling internet-checksum v0.2.1
20352026-08-07T23:41:33.990Z Compiling sled v0.34.7
20362026-08-07T23:41:34.008Z Compiling itertools v0.15.0
20372026-08-07T23:41:34.612Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
20382026-08-07T23:41:35.525Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
20392026-08-07T23:41:38.821Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20402026-08-07T23:41:41.092Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
20412026-08-07T23:41:46.740Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20422026-08-07T23:41:48.382Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20432026-08-07T23:41:49.449Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
20442026-08-07T23:41:50.400Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
20452026-08-07T23:41:51.467Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
20462026-08-07T23:42:16.997Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 08s
20472026-08-07T23:42:17.181Z────────────
20482026-08-07T23:42:17.181Z Nextest run ID d37efe06-e362-4f14-82ff-fbfc79980269 with nextest profile: default
20492026-08-07T23:42:17.181Z Starting 13 tests across 1 binary (28 tests skipped)
20502026-08-07T23:42:34.270Z PASS [ 17.158s] rdb proptest::prop_ipv4_normalized_is_network_address
20512026-08-07T23:42:34.388Z PASS [ 17.276s] rdb proptest::prop_ipv6_normalized_is_network_address
20522026-08-07T23:42:34.423Z PASS [ 17.310s] rdb proptest::prop_ipv4_subnet_of_self
20532026-08-07T23:42:34.442Z PASS [ 17.330s] rdb proptest::prop_ipv4_default_contains_all
20542026-08-07T23:42:34.578Z PASS [ 17.467s] rdb proptest::prop_ipv6_default_contains_all
20552026-08-07T23:42:34.634Z PASS [ 17.523s] rdb proptest::prop_ipv6_subnet_of_self
20562026-08-07T23:42:43.652Z PASS [ 26.577s] rdb proptest::prop_static_route_key_deduplication
20572026-08-07T23:43:11.094Z PASS [ 36.818s] rdb proptest::prop_static_route_key_normalization_preserves_length
20582026-08-07T23:43:11.153Z PASS [ 36.913s] rdb proptest::prop_static_route_key_normalization_preserves_fields
20592026-08-07T23:43:11.166Z PASS [ 36.872s] rdb proptest::prop_static_route_key_normalized_is_network_address
20602026-08-07T23:43:11.258Z PASS [ 37.136s] rdb proptest::prop_static_route_key_normalization_idempotent
20612026-08-07T23:43:16.943Z SLOW [> 60.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
20622026-08-07T23:43:27.623Z PASS [ 53.256s] rdb proptest::prop_static_route_key_ord_consistency
20632026-08-07T23:44:16.706Z SLOW [>120.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
20642026-08-07T23:45:16.467Z SLOW [>180.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
20652026-08-07T23:46:16.229Z SLOW [>240.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
20662026-08-07T23:46:37.482Z PASS [ 261.343s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
20672026-08-07T23:46:37.482Z────────────
20682026-08-07T23:46:37.483Z Summary [ 261.344s] 13 tests run: 13 passed (1 slow), 28 skipped
20692026-08-07T23:46:37.495Z+ cp './*.log' /work/
20702026-08-07T23:46:37.498Z+ true
20712026-08-07T23:46:37.499Z+ [[ -d proptest-regressions ]]
20722026-08-07T23:46:37.499Z+ cp -r proptest-regressions /work/rdb-proptest-regressions
20732026-08-07T23:46:37.502Z+ popd
20742026-08-07T23:46:37.502Z+ pushd bgp
20752026-08-07T23:46:37.502Z/work/oxidecomputer/maghemite
20762026-08-07T23:46:37.502Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
20772026-08-07T23:46:37.502Z+ PROPTEST_CASES=1000000
20782026-08-07T23:46:37.502Z+ cargo nextest run --lib proptest
20792026-08-07T23:46:38.664Z Compiling smallvec v1.15.1
20802026-08-07T23:46:38.830Z Compiling crunchy v0.2.4
20812026-08-07T23:46:38.851Z Compiling tiny-keccak v2.0.2
20822026-08-07T23:46:38.860Z Compiling smartstring v1.0.1
20832026-08-07T23:46:38.864Z Compiling ahash v0.8.12
20842026-08-07T23:46:38.879Z Compiling thin-vec v0.2.18
20852026-08-07T23:46:38.879Z Compiling rhai_codegen v3.2.0
20862026-08-07T23:46:38.964Z Compiling icu_normalizer v2.2.0
20872026-08-07T23:46:38.981Z Compiling parking_lot_core v0.9.12
20882026-08-07T23:46:39.124Z Compiling parking_lot_core v0.8.6
20892026-08-07T23:46:39.217Z Compiling parking_lot v0.12.5
20902026-08-07T23:46:39.364Z Compiling idna_adapter v1.2.2
20912026-08-07T23:46:39.432Z Compiling tokio v1.53.1
20922026-08-07T23:46:39.513Z Compiling idna v1.1.0
20932026-08-07T23:46:39.631Z Compiling moka v0.12.15
20942026-08-07T23:46:39.709Z Compiling parking_lot v0.11.2
20952026-08-07T23:46:39.888Z Compiling url v2.5.8
20962026-08-07T23:46:40.114Z Compiling const-random-macro v0.1.16
20972026-08-07T23:46:40.168Z Compiling sled v0.34.7
20982026-08-07T23:46:40.427Z Compiling schemars v0.8.22
20992026-08-07T23:46:40.491Z Compiling const-random v0.1.18
21002026-08-07T23:46:40.569Z Compiling serial_test_derive v4.0.1
21012026-08-07T23:46:40.751Z Compiling diff v0.1.13
21022026-08-07T23:46:40.751Z Compiling yansi v1.0.1
21032026-08-07T23:46:40.788Z Compiling rhai v1.25.1
21042026-08-07T23:46:41.036Z Compiling pretty_assertions v1.4.1
21052026-08-07T23:46:41.189Z Compiling ipnetwork v0.21.1
21062026-08-07T23:46:41.292Z Compiling newtype-uuid v1.3.2
21072026-08-07T23:46:41.304Z Compiling serde_with v3.21.0
21082026-08-07T23:46:41.624Z Compiling oxnet v0.1.6
21092026-08-07T23:46:41.638Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
21102026-08-07T23:46:41.920Z Compiling daft v0.1.7
21112026-08-07T23:46:42.099Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21122026-08-07T23:46:42.193Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21132026-08-07T23:46:42.515Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
21142026-08-07T23:46:42.628Z Compiling iddqd v0.4.6
21152026-08-07T23:46:42.810Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21162026-08-07T23:46:43.098Z Compiling typify-impl v0.6.2
21172026-08-07T23:46:43.101Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21182026-08-07T23:46:43.164Z Compiling tokio-util v0.7.18
21192026-08-07T23:46:43.438Z Compiling tokio-rustls v0.26.4
21202026-08-07T23:46:43.712Z Compiling h2 v0.4.14
21212026-08-07T23:46:43.912Z Compiling tower v0.5.3
21222026-08-07T23:46:43.925Z Compiling async-compression v0.4.42
21232026-08-07T23:46:44.292Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21242026-08-07T23:46:44.422Z Compiling tower-http v0.6.11
21252026-08-07T23:46:44.557Z Compiling backoff v0.4.0
21262026-08-07T23:46:45.513Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
21272026-08-07T23:46:45.793Z Compiling byte-wrapper v0.1.0
21282026-08-07T23:46:46.048Z Compiling hyper v1.11.0
21292026-08-07T23:46:46.168Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21302026-08-07T23:46:46.183Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21312026-08-07T23:46:46.237Z Compiling typify v0.6.2
21322026-08-07T23:46:46.836Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21332026-08-07T23:46:46.885Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21342026-08-07T23:46:47.144Z Compiling hickory-proto v0.24.4
21352026-08-07T23:46:47.574Z Compiling hyper-util v0.1.20
21362026-08-07T23:46:48.471Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21372026-08-07T23:46:48.579Z Compiling hyper-rustls v0.27.9
21382026-08-07T23:46:48.817Z Compiling reqwest v0.13.4
21392026-08-07T23:46:48.891Z Compiling dropshot v0.17.1
21402026-08-07T23:46:49.090Z Compiling reqwest v0.12.28
21412026-08-07T23:46:49.667Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21422026-08-07T23:46:50.500Z Compiling progenitor-client v0.14.0
21432026-08-07T23:46:50.818Z Compiling progenitor-extras v0.2.0
21442026-08-07T23:46:50.827Z Compiling progenitor-client v0.10.0
21452026-08-07T23:46:51.283Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21462026-08-07T23:46:51.802Z Compiling progenitor-client v0.13.0
21472026-08-07T23:46:52.118Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21482026-08-07T23:46:53.275Z Compiling hickory-resolver v0.24.4
21492026-08-07T23:46:55.438Z Compiling progenitor-impl v0.13.0
21502026-08-07T23:46:55.491Z Compiling tokio-stream v0.1.18
21512026-08-07T23:46:55.926Z Compiling qorb v0.4.1
21522026-08-07T23:46:55.961Z Compiling progenitor v0.13.0
21532026-08-07T23:46:55.968Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21542026-08-07T23:46:56.107Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21552026-08-07T23:46:57.123Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21562026-08-07T23:46:57.500Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21572026-08-07T23:46:58.077Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21582026-08-07T23:46:58.215Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21592026-08-07T23:46:58.220Z Compiling progenitor-impl v0.14.0
21602026-08-07T23:46:58.345Z Compiling tokio-dtrace v0.1.1
21612026-08-07T23:46:59.184Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21622026-08-07T23:46:59.520Z Compiling libsw-core v0.3.2
21632026-08-07T23:46:59.589Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21642026-08-07T23:46:59.612Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21652026-08-07T23:47:00.274Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21662026-08-07T23:47:00.822Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#33fd10c8)
21672026-08-07T23:47:00.915Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21682026-08-07T23:47:01.180Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21692026-08-07T23:47:01.827Z Compiling libsw v3.5.0
21702026-08-07T23:47:01.852Z Compiling progenitor v0.14.0
21712026-08-07T23:47:01.852Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21722026-08-07T23:47:01.852Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21732026-08-07T23:47:01.852Z Compiling oxide-tokio-rt v0.1.6
21742026-08-07T23:47:01.932Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21752026-08-07T23:47:02.980Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21762026-08-07T23:47:02.993Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21772026-08-07T23:47:02.993Z Compiling tough v0.22.0
21782026-08-07T23:47:02.993Z Compiling cancel-safe-futures v0.1.5
21792026-08-07T23:47:02.993Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21802026-08-07T23:47:02.993Z Compiling zone v0.3.1
21812026-08-07T23:47:02.993Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
21822026-08-07T23:47:02.993Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21832026-08-07T23:47:02.993Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21842026-08-07T23:47:03.417Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21852026-08-07T23:47:03.630Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21862026-08-07T23:47:03.681Z Compiling hickory-proto v0.25.2
21872026-08-07T23:47:04.105Z Compiling steno v0.4.1
21882026-08-07T23:47:04.504Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
21892026-08-07T23:47:05.514Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
21902026-08-07T23:47:06.045Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21912026-08-07T23:47:06.252Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21922026-08-07T23:47:06.586Z Compiling hickory-resolver v0.25.2
21932026-08-07T23:47:06.834Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21942026-08-07T23:47:07.225Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21952026-08-07T23:47:07.355Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21962026-08-07T23:47:07.643Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21972026-08-07T23:47:08.608Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21982026-08-07T23:47:08.635Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
21992026-08-07T23:47:08.787Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
22002026-08-07T23:47:08.966Z Compiling serial_test v4.0.1
22012026-08-07T23:47:10.720Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22022026-08-07T23:47:10.762Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22032026-08-07T23:47:14.614Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
22042026-08-07T23:47:15.952Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22052026-08-07T23:47:23.649Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22062026-08-07T23:47:25.301Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22072026-08-07T23:47:26.356Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
22082026-08-07T23:47:27.339Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
22092026-08-07T23:47:30.347Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
22102026-08-07T23:47:30.380Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
22112026-08-07T23:48:03.473Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 25s
22122026-08-07T23:48:03.651Z────────────
22132026-08-07T23:48:03.651Z Nextest run ID 54999add-9685-4b09-9342-eb4999fdc425 with nextest profile: default
22142026-08-07T23:48:03.651Z Starting 17 tests across 1 binary (134 tests skipped)
22152026-08-07T23:48:21.004Z PASS [ 17.427s] bgp proptest::prop_ipv4_wire_format_roundtrip
22162026-08-07T23:48:22.854Z PASS [ 19.284s] bgp proptest::prop_ipv4_withdrawn_roundtrip
22172026-08-07T23:48:23.084Z PASS [ 19.514s] bgp proptest::prop_ipv4_prefixes_roundtrip
22182026-08-07T23:48:24.129Z PASS [ 20.564s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
22192026-08-07T23:48:24.684Z PASS [ 21.121s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
22202026-08-07T23:48:24.728Z PASS [ 21.164s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
22212026-08-07T23:48:32.678Z PASS [ 29.148s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
22222026-08-07T23:48:38.366Z PASS [ 17.431s] bgp proptest::prop_ipv6_wire_format_roundtrip
22232026-08-07T23:48:43.334Z PASS [ 20.562s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
22242026-08-07T23:48:43.367Z PASS [ 19.316s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
22252026-08-07T23:48:44.141Z PASS [ 19.492s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
22262026-08-07T23:48:44.664Z PASS [ 20.061s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
22272026-08-07T23:49:03.410Z SLOW [> 60.000s] bgp proptest::prop_encode_decode_semantic_equivalence
22282026-08-07T23:49:07.944Z PASS [ 29.696s] bgp proptest::prop_update_mp_unreach_roundtrip
22292026-08-07T23:49:12.181Z PASS [ 68.808s] bgp proptest::prop_encode_decode_semantic_equivalence
22302026-08-07T23:49:22.846Z SLOW [> 60.000s] bgp proptest::prop_mp_bgp_attrs_encoded_first
22312026-08-07T23:49:32.441Z SLOW [> 60.000s] bgp proptest::prop_update_mp_reach_roundtrip
22322026-08-07T23:49:34.652Z PASS [ 71.855s] bgp proptest::prop_mp_bgp_attrs_encoded_first
22332026-08-07T23:49:43.098Z SLOW [> 60.000s] bgp proptest::prop_update_traditional_roundtrip
22342026-08-07T23:49:46.564Z PASS [ 63.483s] bgp proptest::prop_update_traditional_roundtrip
22352026-08-07T23:49:48.293Z PASS [ 75.917s] bgp proptest::prop_update_mp_reach_roundtrip
22362026-08-07T23:49:48.297Z────────────
22372026-08-07T23:49:48.297Z Summary [ 105.065s] 17 tests run: 17 passed (4 slow), 134 skipped
22382026-08-07T23:49:48.305Z+ cp './*.log' /work/
22392026-08-07T23:49:48.309Z+ true
22402026-08-07T23:49:48.309Z+ [[ -d proptest-regressions ]]
22412026-08-07T23:49:48.309Z+ cp -r proptest-regressions /work/bgp-proptest-regressions
22422026-08-07T23:49:48.309Z+ popd
22432026-08-07T23:49:48.309Z/work/oxidecomputer/maghemite
22442026-08-07T23:49:48.338Zprocess exited: duration 872375 ms, exit code 0
 
22452026-08-07T23:49:48.345Zfound 0 output files