01KMM48QJEYPQG9CZ7A76KJRQ2: 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: 01KMM49GE7T7GXSE06P5V56EY5

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-26T04:07:48.453Zjob assigned to worker 01KMM55VXD9NCF83232F61EYK1 [factory aws, i-045a4da34e182a4c4] (queued for 16 m 20 s)
 
22026-03-26T04:07:55.776Zstarting task 0: "setup"
32026-03-26T04:07:55.780Z++ uname -s
42026-03-26T04:07:55.783Z+ kern=SunOS
52026-03-26T04:07:55.783Z+ build_user=build
62026-03-26T04:07:55.783Z+ build_uid=12345
72026-03-26T04:07:55.783Z+ work_dir=/work
82026-03-26T04:07:55.784Z+ input_dir=/input
92026-03-26T04:07:55.784Z+ [[ 0 == 12345 ]]
102026-03-26T04:07:55.784Z+ case "$kern" in
112026-03-26T04:07:55.784Z+ groupadd -g 12345 build
122026-03-26T04:07:55.784Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-26T04:07:57.791Z+ zfs create -o mountpoint=/work rpool/work
142026-03-26T04:07:57.921Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-26T04:07:57.924Z+ home_fs=zfs
162026-03-26T04:07:57.924Z+ [[ zfs == autofs ]]
172026-03-26T04:07:57.924Z+ mkdir -p /home/build
182026-03-26T04:07:57.925Z+ chown build:build /home/build /work
192026-03-26T04:07:59.926Z+ chmod 0700 /home/build /work
202026-03-26T04:07:59.929Zprocess exited: duration 4155 ms, exit code 0
 
212026-03-26T04:07:59.936Zstarting task 1: "rust-toolchain"
222026-03-26T04:07:59.940Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-03-26T04:07:59.940Z * rust toolchain channel = "stable"
242026-03-26T04:07:59.940Z * rust toolchain profile = "default"
252026-03-26T04:07:59.940Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-26T04:07:59.941Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-26T04:07:59.945Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-26T04:07:59.945Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-26T04:07:59.945Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-03-26T04:08:00.166Zinfo: downloading installer
312026-03-26T04:08:01.754Zwarn: It looks like you have an existing installation of Rust at:
322026-03-26T04:08:01.754Zwarn: /opt/ooce/bin
332026-03-26T04:08:01.754Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-26T04:08:01.754Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-26T04:08:01.754Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-26T04:08:01.754Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-26T04:08:01.754Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-26T04:08:01.754Zerror: cannot install while Rust is installed
392026-03-26T04:08:01.754Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-26T04:08:01.754Zwarn: It looks like you have an existing rustup settings file at:
412026-03-26T04:08:01.754Zwarn: /home/build/.rustup/settings.toml
422026-03-26T04:08:01.754Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-26T04:08:01.754Zwarn: instead of the one inferred from the default host triple.
442026-03-26T04:08:01.767Zinfo: profile set to default
452026-03-26T04:08:01.767Zinfo: default host triple is x86_64-unknown-illumos
462026-03-26T04:08:01.770Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-03-26T04:08:01.909Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-26T04:08:01.912Zinfo: downloading 6 components
492026-03-26T04:08:17.753Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-03-26T04:08:17.753Z
512026-03-26T04:08:17.783Z stable-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-26T04:08:17.783Z
532026-03-26T04:08:17.783Z
542026-03-26T04:08:17.783ZRust is installed now. Great!
552026-03-26T04:08:17.783Z
562026-03-26T04:08:17.786ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-26T04:08:17.786Zenvironment variable. This has not been done automatically.
582026-03-26T04:08:17.786Z
592026-03-26T04:08:17.786ZTo configure your current shell, you need to source
602026-03-26T04:08:17.786Zthe corresponding env file under $HOME/.cargo.
612026-03-26T04:08:17.786Z
622026-03-26T04:08:17.787ZThis is usually done by running one of the following (note the leading DOT):
632026-03-26T04:08:17.787Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-26T04:08:17.787Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-26T04:08:17.787Zsource "~/.cargo/env.nu" # For nushell
662026-03-26T04:08:17.787Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-26T04:08:17.787Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-26T04:08:17.787Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-26T04:08:17.787Zwarn: no default linker (`cc`) was found in your PATH
702026-03-26T04:08:17.787Zwarn: many Rust crates require a system C toolchain to build
712026-03-26T04:08:17.874Z+ rustup --version
722026-03-26T04:08:17.884Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-26T04:08:17.887Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-26T04:08:17.905Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-26T04:08:17.908Z+ cargo --version
762026-03-26T04:08:17.920Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-26T04:08:17.923Z+ rustc --version
782026-03-26T04:08:17.941Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-26T04:08:17.945Zprocess exited: duration 18004 ms, exit code 0
 
802026-03-26T04:08:17.951Zstarting task 2: "authentication"
812026-03-26T04:08:17.967Zprocess exited: duration 16 ms, exit code 0
 
822026-03-26T04:08:17.974Zstarting task 3: "clone repository"
832026-03-26T04:08:17.977Z+ mkdir -p /work/oxidecomputer/maghemite
842026-03-26T04:08:17.980Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-03-26T04:08:18.012ZCloning into '/work/oxidecomputer/maghemite'...
862026-03-26T04:08:18.700Z+ cd /work/oxidecomputer/maghemite
872026-03-26T04:08:18.700Z+ git fetch origin a1dba7f2c9be3c7727e21fad2946a96decaf2443
882026-03-26T04:08:18.945ZFrom https://github.com/oxidecomputer/maghemite
892026-03-26T04:08:18.945Z * branch a1dba7f2c9be3c7727e21fad2946a96decaf2443 -> FETCH_HEAD
902026-03-26T04:08:18.949Z+ [[ -n renovate/dropshot-0.x ]]
912026-03-26T04:08:18.952Z++ git branch --show-current
922026-03-26T04:08:18.952Z+ current=main
932026-03-26T04:08:18.953Z+ [[ main != renovate/dropshot-0.x ]]
942026-03-26T04:08:18.953Z+ git branch -f renovate/dropshot-0.x a1dba7f2c9be3c7727e21fad2946a96decaf2443
952026-03-26T04:08:18.956Z+ git checkout -f renovate/dropshot-0.x
962026-03-26T04:08:18.971ZSwitched to branch 'renovate/dropshot-0.x'
972026-03-26T04:08:18.974Z+ git reset --hard a1dba7f2c9be3c7727e21fad2946a96decaf2443
982026-03-26T04:08:18.988ZHEAD is now at a1dba7f Update Rust crate dropshot to 0.17.0
992026-03-26T04:08:18.992Zprocess exited: duration 1013 ms, exit code 0
 
1002026-03-26T04:08:18.998Zstarting task 4: "build"
1012026-03-26T04:08:19.002Z+ set -e
1022026-03-26T04:08:19.002Z+ NEXTEST_VERSION=0.9.97
1032026-03-26T04:08:19.002Z+ PLATFORM=illumos
1042026-03-26T04:08:19.002Z+ cargo --version
1052026-03-26T04:08:19.007Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
1062026-03-26T04:08:19.206Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
1072026-03-26T04:08:19.209Zinfo: downloading 6 components
1082026-03-26T04:08:35.976Zcargo 1.94.0 (85eff7c80 2026-01-15)
1092026-03-26T04:08:35.979Z+ rustc --version
1102026-03-26T04:08:36.007Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1112026-03-26T04:08:36.011Z+ cargo install cargo-nextest --version 0.9.97
1122026-03-26T04:08:36.053Z Updating crates.io index
1132026-03-26T04:08:36.155Z Downloading crates ...
1142026-03-26T04:08:36.212Z Downloaded cargo-nextest v0.9.97
1152026-03-26T04:08:36.273Z Installing cargo-nextest v0.9.97
1162026-03-26T04:08:36.318Z Updating crates.io index
1172026-03-26T04:08:39.384Z Locking 408 packages to latest compatible versions
1182026-03-26T04:08:39.388Z Adding dialoguer v0.11.0 (available: v0.12.0)
1192026-03-26T04:08:39.391Z Adding duct v0.13.7 (available: v1.1.1)
1202026-03-26T04:08:39.391Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1212026-03-26T04:08:39.391Z Adding generic-array v0.14.7 (available: v0.14.9)
1222026-03-26T04:08:39.394Z Adding idna_adapter v1.0.0 (available: v1.2.1)
1232026-03-26T04:08:39.394Z Adding nextest-filtering v0.15.0 (available: v0.20.0)
1242026-03-26T04:08:39.394Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1252026-03-26T04:08:39.398Z Adding nextest-runner v0.80.0 (available: v0.113.0)
1262026-03-26T04:08:39.401Z Adding quick-junit v0.5.2 (available: v0.6.0)
1272026-03-26T04:08:39.419Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1282026-03-26T04:08:39.428Z Downloading crates ...
1292026-03-26T04:08:39.526Z Downloaded errno v0.3.14
1302026-03-26T04:08:39.534Z Downloaded cargo-platform v0.3.2
1312026-03-26T04:08:39.537Z Downloaded equivalent v1.0.2
1322026-03-26T04:08:39.537Z Downloaded ipnet v2.12.0
1332026-03-26T04:08:39.540Z Downloaded pkg-config v0.3.32
1342026-03-26T04:08:39.543Z Downloaded hyper-rustls v0.27.7
1352026-03-26T04:08:39.543Z Downloaded async-scoped v0.9.0
1362026-03-26T04:08:39.546Z Downloaded quinn-udp v0.5.14
1372026-03-26T04:08:39.549Z Downloaded rustc-hash v2.1.1
1382026-03-26T04:08:39.549Z Downloaded http-body-util v0.1.3
1392026-03-26T04:08:39.552Z Downloaded enable-ansi-support v0.2.1
1402026-03-26T04:08:39.552Z Downloaded form_urlencoded v1.2.2
1412026-03-26T04:08:39.560Z Downloaded document-features v0.2.12
1422026-03-26T04:08:39.569Z Downloaded duct v0.13.7
1432026-03-26T04:08:39.575Z Downloaded serde_ignored v0.1.14
1442026-03-26T04:08:39.575Z Downloaded home v0.5.12
1452026-03-26T04:08:39.575Z Downloaded fixedbitset v0.5.7
1462026-03-26T04:08:39.578Z Downloaded cargo-platform v0.2.0
1472026-03-26T04:08:39.579Z Downloaded dialoguer v0.11.0
1482026-03-26T04:08:39.579Z Downloaded find-msvc-tools v0.1.9
1492026-03-26T04:08:39.579Z Downloaded indenter v0.3.4
1502026-03-26T04:08:39.582Z Downloaded atomic-waker v1.1.2
1512026-03-26T04:08:39.582Z Downloaded lock_api v0.4.14
1522026-03-26T04:08:39.585Z Downloaded anstyle-query v1.1.5
1532026-03-26T04:08:39.585Z Downloaded cpufeatures v0.2.17
1542026-03-26T04:08:39.590Z Downloaded memchr v2.8.0
1552026-03-26T04:08:39.593Z Downloaded futures-core v0.3.32
1562026-03-26T04:08:39.596Z Downloaded indexmap v2.13.0
1572026-03-26T04:08:39.601Z Downloaded cfg-if v1.0.4
1582026-03-26T04:08:39.601Z Downloaded native-tls v0.2.18
1592026-03-26T04:08:39.601Z Downloaded miette-derive v7.6.0
1602026-03-26T04:08:39.604Z Downloaded crypto-common v0.1.7
1612026-03-26T04:08:39.604Z Downloaded backtrace-ext v0.2.1
1622026-03-26T04:08:39.604Z Downloaded indent_write v2.2.0
1632026-03-26T04:08:39.604Z Downloaded fastrand v2.3.0
1642026-03-26T04:08:39.604Z Downloaded debug-ignore v1.0.5
1652026-03-26T04:08:39.607Z Downloaded atomicwrites v0.4.4
1662026-03-26T04:08:39.607Z Downloaded guppy-workspace-hack v0.1.0
1672026-03-26T04:08:39.607Z Downloaded futures-sink v0.3.32
1682026-03-26T04:08:39.610Z Downloaded futures-channel v0.3.32
1692026-03-26T04:08:39.615Z Downloaded lazy_static v1.5.0
1702026-03-26T04:08:39.619Z Downloaded erased-serde v0.4.10
1712026-03-26T04:08:39.619Z Downloaded lru-slab v0.1.2
1722026-03-26T04:08:39.622Z Downloaded iana-time-zone v0.1.65
1732026-03-26T04:08:39.622Z Downloaded litrs v1.0.0
1742026-03-26T04:08:39.622Z Downloaded http-body v1.0.1
1752026-03-26T04:08:39.622Z Downloaded heck v0.5.0
1762026-03-26T04:08:39.626Z Downloaded adler2 v2.0.1
1772026-03-26T04:08:39.630Z Downloaded newtype-uuid v1.3.2
1782026-03-26T04:08:39.631Z Downloaded foldhash v0.1.5
1792026-03-26T04:08:39.631Z Downloaded mukti-metadata v0.3.0
1802026-03-26T04:08:39.631Z Downloaded itoa v1.0.18
1812026-03-26T04:08:39.635Z Downloaded cfg_aliases v0.2.1
1822026-03-26T04:08:39.635Z Downloaded number_prefix v0.4.0
1832026-03-26T04:08:39.635Z Downloaded futures-task v0.3.32
1842026-03-26T04:08:39.638Z Downloaded futures-io v0.3.32
1852026-03-26T04:08:39.638Z Downloaded foreign-types v0.3.2
1862026-03-26T04:08:39.638Z Downloaded curve25519-dalek-derive v0.1.1
1872026-03-26T04:08:39.641Z Downloaded clap_lex v1.1.0
1882026-03-26T04:08:39.641Z Downloaded openssl-probe v0.2.1
1892026-03-26T04:08:39.641Z Downloaded hyper-tls v0.6.0
1902026-03-26T04:08:39.641Z Downloaded futures-macro v0.3.32
1912026-03-26T04:08:39.644Z Downloaded foreign-types-shared v0.1.1
1922026-03-26T04:08:39.644Z Downloaded block-buffer v0.10.4
1932026-03-26T04:08:39.647Z Downloaded colorchoice v1.0.5
1942026-03-26T04:08:39.647Z Downloaded fnv v1.0.7
1952026-03-26T04:08:39.652Z Downloaded rustc_version v0.4.1
1962026-03-26T04:08:39.655Z Downloaded idna_adapter v1.0.0
1972026-03-26T04:08:39.657Z Downloaded is_ci v1.2.0
1982026-03-26T04:08:39.658Z Downloaded hex v0.4.3
1992026-03-26T04:08:39.661Z Downloaded jobserver v0.1.34
2002026-03-26T04:08:39.667Z Downloaded generic-array v0.14.7
2012026-03-26T04:08:39.671Z Downloaded color-spantrace v0.3.0
2022026-03-26T04:08:39.678Z Downloaded humantime-serde v1.1.1
2032026-03-26T04:08:39.680Z Downloaded futures-executor v0.3.32
2042026-03-26T04:08:39.681Z Downloaded filetime v0.2.27
2052026-03-26T04:08:39.684Z Downloaded anstyle-parse v1.0.0
2062026-03-26T04:08:39.684Z Downloaded camino-tempfile v1.4.1
2072026-03-26T04:08:39.684Z Downloaded future-queue v0.4.0
2082026-03-26T04:08:39.688Z Downloaded derive-where v1.6.1
2092026-03-26T04:08:39.693Z Downloaded ordered-float v2.10.1
2102026-03-26T04:08:39.694Z Downloaded nextest-workspace-hack v0.1.0
2112026-03-26T04:08:39.694Z Downloaded serde_spanned v1.1.0
2122026-03-26T04:08:39.694Z Downloaded nested v0.1.1
2132026-03-26T04:08:39.694Z Downloaded is_terminal_polyfill v1.70.2
2142026-03-26T04:08:39.697Z Downloaded either v1.15.0
2152026-03-26T04:08:39.697Z Downloaded console v0.15.11
2162026-03-26T04:08:39.697Z Downloaded pin-utils v0.1.0
2172026-03-26T04:08:39.697Z Downloaded serde_urlencoded v0.7.1
2182026-03-26T04:08:39.697Z Downloaded serde_spanned v0.6.9
2192026-03-26T04:08:39.700Z Downloaded signal-hook-mio v0.2.5
2202026-03-26T04:08:39.700Z Downloaded pathdiff v0.2.3
2212026-03-26T04:08:39.700Z Downloaded sigchld v0.2.4
2222026-03-26T04:08:39.704Z Downloaded quote v1.0.45
2232026-03-26T04:08:39.708Z Downloaded cargo-util-schemas v0.2.0
2242026-03-26T04:08:39.711Z Downloaded autocfg v1.5.0
2252026-03-26T04:08:39.716Z Downloaded serde-value v0.7.0
2262026-03-26T04:08:39.716Z Downloaded openssl-macros v0.1.1
2272026-03-26T04:08:39.719Z Downloaded ed25519 v2.2.3
2282026-03-26T04:08:39.719Z Downloaded globset v0.4.18
2292026-03-26T04:08:39.719Z Downloaded anstyle v1.0.14
2302026-03-26T04:08:39.722Z Downloaded convert_case v0.10.0
2312026-03-26T04:08:39.722Z Downloaded cargo_metadata v0.20.0
2322026-03-26T04:08:39.727Z Downloaded os_pipe v1.2.3
2332026-03-26T04:08:39.733Z Downloaded anstream v1.0.0
2342026-03-26T04:08:39.736Z Downloaded supports-unicode v3.0.0
2352026-03-26T04:08:39.736Z Downloaded semver v1.0.27
2362026-03-26T04:08:39.740Z Downloaded supports-hyperlinks v3.2.0
2372026-03-26T04:08:39.740Z Downloaded humantime v2.3.0
2382026-03-26T04:08:39.743Z Downloaded supports-color v3.0.2
2392026-03-26T04:08:39.743Z Downloaded strip-ansi-escapes v0.2.1
2402026-03-26T04:08:39.743Z Downloaded shared_child v1.1.1
2412026-03-26T04:08:39.743Z Downloaded terminal_size v0.4.4
2422026-03-26T04:08:39.743Z Downloaded config v0.15.22
2432026-03-26T04:08:39.749Z Downloaded pin-project-internal v1.1.11
2442026-03-26T04:08:39.752Z Downloaded owo-colors v4.3.0
2452026-03-26T04:08:39.752Z Downloaded cfg-expr v0.20.7
2462026-03-26T04:08:39.752Z Downloaded const-oid v0.9.6
2472026-03-26T04:08:39.757Z Downloaded base64ct v1.8.3
2482026-03-26T04:08:39.760Z Downloaded signature v2.2.0
2492026-03-26T04:08:39.764Z Downloaded swrite v0.1.0
2502026-03-26T04:08:39.764Z Downloaded crossterm v0.29.0
2512026-03-26T04:08:39.767Z Downloaded scopeguard v1.2.0
2522026-03-26T04:08:39.770Z Downloaded digest v0.10.7
2532026-03-26T04:08:39.770Z Downloaded subtle v2.6.1
2542026-03-26T04:08:39.770Z Downloaded strsim v0.11.1
2552026-03-26T04:08:39.774Z Downloaded rand_core v0.9.5
2562026-03-26T04:08:39.774Z Downloaded ed25519-dalek v2.2.0
2572026-03-26T04:08:39.777Z Downloaded simd-adler32 v0.3.8
2582026-03-26T04:08:39.777Z Downloaded sha2 v0.10.9
2592026-03-26T04:08:39.778Z Downloaded crc32fast v1.5.0
2602026-03-26T04:08:39.781Z Downloaded percent-encoding v2.3.2
2612026-03-26T04:08:39.781Z Downloaded nextest-metadata v0.12.2
2622026-03-26T04:08:39.781Z Downloaded rand_chacha v0.9.0
2632026-03-26T04:08:39.783Z Downloaded shell-words v1.1.1
2642026-03-26T04:08:39.787Z Downloaded tower-layer v0.3.3
2652026-03-26T04:08:39.790Z Downloaded toml_write v0.1.2
2662026-03-26T04:08:39.790Z Downloaded target-spec-miette v0.4.5
2672026-03-26T04:08:39.793Z Downloaded tinyvec_macros v0.1.1
2682026-03-26T04:08:39.793Z Downloaded spki v0.7.3
2692026-03-26T04:08:39.793Z Downloaded slab v0.4.12
2702026-03-26T04:08:39.793Z Downloaded shlex v1.3.0
2712026-03-26T04:08:39.797Z Downloaded toml_datetime v0.6.11
2722026-03-26T04:08:39.800Z Downloaded once_cell v1.21.4
2732026-03-26T04:08:39.800Z Downloaded quick-junit v0.5.2
2742026-03-26T04:08:39.803Z Downloaded httparse v1.10.1
2752026-03-26T04:08:39.803Z Downloaded getrandom v0.2.17
2762026-03-26T04:08:39.808Z Downloaded self-replace v1.5.0
2772026-03-26T04:08:39.808Z Downloaded clap_derive v4.6.0
2782026-03-26T04:08:39.811Z Downloaded sync_wrapper v1.0.2
2792026-03-26T04:08:39.811Z Downloaded self_update v0.42.0
2802026-03-26T04:08:39.811Z Downloaded ppv-lite86 v0.2.21
2812026-03-26T04:08:39.811Z Downloaded camino v1.2.2
2822026-03-26T04:08:39.814Z Downloaded static_assertions v1.1.0
2832026-03-26T04:08:39.814Z Downloaded pkcs8 v0.10.2
2842026-03-26T04:08:39.814Z Downloaded typeid v1.0.3
2852026-03-26T04:08:39.817Z Downloaded serde_path_to_error v0.1.20
2862026-03-26T04:08:39.817Z Downloaded try-lock v0.2.5
2872026-03-26T04:08:39.817Z Downloaded serde-untagged v0.1.9
2882026-03-26T04:08:39.822Z Downloaded pin-project-lite v0.2.17
2892026-03-26T04:08:39.825Z Downloaded tower-service v0.3.3
2902026-03-26T04:08:39.825Z Downloaded cargo_metadata v0.23.1
2912026-03-26T04:08:39.825Z Downloaded utf8_iter v1.0.4
2922026-03-26T04:08:39.825Z Downloaded rand_core v0.6.4
2932026-03-26T04:08:39.828Z Downloaded getrandom v0.4.2
2942026-03-26T04:08:39.832Z Downloaded bitflags v2.11.0
2952026-03-26T04:08:39.834Z Downloaded target-spec v3.5.7
2962026-03-26T04:08:39.837Z Downloaded getrandom v0.3.4
2972026-03-26T04:08:39.837Z Downloaded log v0.4.29
2982026-03-26T04:08:39.840Z Downloaded version_check v0.9.5
2992026-03-26T04:08:39.840Z Downloaded untrusted v0.9.0
3002026-03-26T04:08:39.843Z Downloaded utf8parse v0.2.2
3012026-03-26T04:08:39.843Z Downloaded urlencoding v2.1.3
3022026-03-26T04:08:39.846Z Downloaded thiserror-impl v2.0.18
3032026-03-26T04:08:39.846Z Downloaded thiserror-impl v1.0.69
3042026-03-26T04:08:39.850Z Downloaded xattr v1.6.1
3052026-03-26T04:08:39.853Z Downloaded want v0.3.1
3062026-03-26T04:08:39.856Z Downloaded unicode-linebreak v0.1.5
3072026-03-26T04:08:39.856Z Downloaded tokio-native-tls v0.3.1
3082026-03-26T04:08:39.859Z Downloaded nextest-filtering v0.15.0
3092026-03-26T04:08:39.859Z Downloaded target-lexicon v0.13.3
3102026-03-26T04:08:39.862Z Downloaded rustc-demangle v0.1.27
3112026-03-26T04:08:39.868Z Downloaded tokio-macros v2.6.1
3122026-03-26T04:08:39.871Z Downloaded parking_lot v0.12.5
3132026-03-26T04:08:39.875Z Downloaded thiserror v2.0.18
3142026-03-26T04:08:39.878Z Downloaded thiserror v1.0.69
3152026-03-26T04:08:39.881Z Downloaded base64 v0.22.1
3162026-03-26T04:08:39.884Z Downloaded ahash v0.8.12
3172026-03-26T04:08:39.884Z Downloaded signal-hook-registry v1.4.8
3182026-03-26T04:08:39.884Z Downloaded addr2line v0.25.1
3192026-03-26T04:08:39.887Z Downloaded toml_writer v1.1.0+spec-1.1.0
3202026-03-26T04:08:39.887Z Downloaded toml_datetime v1.1.0+spec-1.1.0
3212026-03-26T04:08:39.887Z Downloaded futures v0.3.32
3222026-03-26T04:08:39.890Z Downloaded num-traits v0.2.19
3232026-03-26T04:08:39.894Z Downloaded eyre v0.6.12
3242026-03-26T04:08:39.894Z Downloaded clap v4.6.0
3252026-03-26T04:08:39.898Z Downloaded tracing-error v0.2.1
3262026-03-26T04:08:39.909Z Downloaded rustls-pki-types v1.14.0
3272026-03-26T04:08:39.910Z Downloaded derive_more v2.1.1
3282026-03-26T04:08:39.910Z Downloaded ryu v1.0.23
3292026-03-26T04:08:39.913Z Downloaded pin-project v1.1.11
3302026-03-26T04:08:39.916Z Downloaded tracing-log v0.2.0
3312026-03-26T04:08:39.916Z Downloaded smol_str v0.3.6
3322026-03-26T04:08:39.919Z Downloaded derive_more-impl v2.1.1
3332026-03-26T04:08:39.919Z Downloaded iri-string v0.7.11
3342026-03-26T04:08:39.923Z Downloaded unicode-xid v0.2.6
3352026-03-26T04:08:39.926Z Downloaded sharded-slab v0.1.7
3362026-03-26T04:08:39.926Z Downloaded miniz_oxide v0.8.9
3372026-03-26T04:08:39.930Z Downloaded bytes v1.11.1
3382026-03-26T04:08:39.930Z Downloaded xxhash-rust v0.8.15
3392026-03-26T04:08:39.933Z Downloaded tokio-rustls v0.26.4
3402026-03-26T04:08:39.933Z Downloaded parking_lot_core v0.9.12
3412026-03-26T04:08:39.933Z Downloaded tokio-stream v0.1.18
3422026-03-26T04:08:39.936Z Downloaded toml v0.8.23
3432026-03-26T04:08:39.939Z Downloaded smallvec v1.15.1
3442026-03-26T04:08:39.939Z Downloaded zipsign-api v0.1.5
3452026-03-26T04:08:39.939Z Downloaded toml_parser v1.1.0+spec-1.1.0
3462026-03-26T04:08:39.942Z Downloaded zstd-safe v7.2.4
3472026-03-26T04:08:39.942Z Downloaded thread_local v1.1.9
3482026-03-26T04:08:39.942Z Downloaded zstd v0.13.3
3492026-03-26T04:08:39.946Z Downloaded zmij v1.0.21
3502026-03-26T04:08:39.946Z Downloaded zeroize v1.8.2
3512026-03-26T04:08:39.946Z Downloaded cc v1.2.57
3522026-03-26T04:08:39.949Z Downloaded tracing-attributes v0.1.31
3532026-03-26T04:08:39.959Z Downloaded unicase v2.9.0
3542026-03-26T04:08:39.965Z Downloaded serde_core v1.0.228
3552026-03-26T04:08:39.968Z Downloaded borsh v1.6.1
3562026-03-26T04:08:39.971Z Downloaded proc-macro2 v1.0.106
3572026-03-26T04:08:39.975Z Downloaded tempfile v3.27.0
3582026-03-26T04:08:39.975Z Downloaded serde_derive v1.0.228
3592026-03-26T04:08:39.978Z Downloaded mio v1.1.1
3602026-03-26T04:08:39.981Z Downloaded signal-hook v0.3.18
3612026-03-26T04:08:39.985Z Downloaded socket2 v0.6.3
3622026-03-26T04:08:39.988Z Downloaded indicatif v0.17.11
3632026-03-26T04:08:39.991Z Downloaded toml v1.1.0+spec-1.1.0
3642026-03-26T04:08:39.994Z Downloaded flate2 v1.1.9
3652026-03-26T04:08:39.998Z Downloaded tinyvec v1.11.0
3662026-03-26T04:08:40.002Z Downloaded tracing-core v0.1.36
3672026-03-26T04:08:40.005Z Downloaded unicode-ident v1.0.24
3682026-03-26T04:08:40.009Z Downloaded serde v1.0.228
3692026-03-26T04:08:40.009Z Downloaded tar v0.4.45
3702026-03-26T04:08:40.013Z Downloaded openssl-sys v0.9.112
3712026-03-26T04:08:40.021Z Downloaded miette v7.6.0
3722026-03-26T04:08:40.024Z Downloaded toml_edit v0.22.27
3732026-03-26T04:08:40.029Z Downloaded der v0.7.10
3742026-03-26T04:08:40.034Z Downloaded backtrace v0.3.76
3752026-03-26T04:08:40.034Z Downloaded typenum v1.19.0
3762026-03-26T04:08:40.037Z Downloaded uuid v1.22.0
3772026-03-26T04:08:40.043Z Downloaded textwrap v0.16.2
3782026-03-26T04:08:40.047Z Downloaded vte v0.14.1
3792026-03-26T04:08:40.052Z Downloaded rand v0.9.2
3802026-03-26T04:08:40.055Z Downloaded quinn v0.11.9
3812026-03-26T04:08:40.060Z Downloaded url v2.5.8
3822026-03-26T04:08:40.088Z Downloaded hashbrown v0.16.1
3832026-03-26T04:08:40.095Z Downloaded rustls-webpki v0.103.10
3842026-03-26T04:08:40.101Z Downloaded hashbrown v0.15.5
3852026-03-26T04:08:40.104Z Downloaded guppy v0.17.25
3862026-03-26T04:08:40.121Z Downloaded http v1.4.0
3872026-03-26T04:08:40.125Z Downloaded hyper-util v0.1.20
3882026-03-26T04:08:40.129Z Downloaded aho-corasick v1.1.4
3892026-03-26T04:08:40.145Z Downloaded tokio-util v0.7.18
3902026-03-26T04:08:40.152Z Downloaded futures-util v0.3.32
3912026-03-26T04:08:40.163Z Downloaded clap_builder v4.6.0
3922026-03-26T04:08:40.182Z Downloaded ron v0.12.0
3932026-03-26T04:08:40.196Z Downloaded h2 v0.4.13
3942026-03-26T04:08:40.200Z Downloaded idna v1.1.0
3952026-03-26T04:08:40.203Z Downloaded itertools v0.14.0
3962026-03-26T04:08:40.206Z Downloaded winnow v1.0.0
3972026-03-26T04:08:40.211Z Downloaded tower v0.5.3
3982026-03-26T04:08:40.216Z Downloaded tracing-subscriber v0.3.23
3992026-03-26T04:08:40.221Z Downloaded winnow v0.7.15
4002026-03-26T04:08:40.226Z Downloaded unicode-segmentation v1.13.1
4012026-03-26T04:08:40.229Z Downloaded chrono v0.4.44
4022026-03-26T04:08:40.232Z Downloaded hyper v1.8.1
4032026-03-26T04:08:40.236Z Downloaded pulldown-cmark v0.13.3
4042026-03-26T04:08:40.239Z Downloaded tower-http v0.6.8
4052026-03-26T04:08:40.244Z Downloaded serde_json v1.0.149
4062026-03-26T04:08:40.248Z Downloaded reqwest v0.12.28
4072026-03-26T04:08:40.251Z Downloaded unicode-normalization v0.1.25
4082026-03-26T04:08:40.254Z Downloaded curve25519-dalek v4.1.3
4092026-03-26T04:08:40.258Z Downloaded regex v1.12.3
4102026-03-26T04:08:40.261Z Downloaded gimli v0.32.3
4112026-03-26T04:08:40.265Z Downloaded webpki-roots v1.0.6
4122026-03-26T04:08:40.270Z Downloaded syn v2.0.117
4132026-03-26T04:08:40.273Z Downloaded vcpkg v0.2.15
4142026-03-26T04:08:40.295Z Downloaded portable-atomic v1.13.1
4152026-03-26T04:08:40.299Z Downloaded bstr v1.12.1
4162026-03-26T04:08:40.304Z Downloaded unicode-width v0.2.2
4172026-03-26T04:08:40.307Z Downloaded quick-xml v0.37.5
4182026-03-26T04:08:40.320Z Downloaded quick-xml v0.38.4
4192026-03-26T04:08:40.324Z Downloaded tracing v0.1.44
4202026-03-26T04:08:40.355Z Downloaded color-eyre v0.6.5
4212026-03-26T04:08:40.359Z Downloaded quinn-proto v0.11.14
4222026-03-26T04:08:40.365Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4232026-03-26T04:08:40.409Z Downloaded nextest-runner v0.80.0
4242026-03-26T04:08:40.440Z Downloaded unicode-width v0.1.14
4252026-03-26T04:08:40.459Z Downloaded zerocopy v0.8.47
4262026-03-26T04:08:40.469Z Downloaded openssl v0.10.76
4272026-03-26T04:08:40.476Z Downloaded nix v0.30.1
4282026-03-26T04:08:40.485Z Downloaded object v0.37.3
4292026-03-26T04:08:40.500Z Downloaded regex-syntax v0.8.10
4302026-03-26T04:08:40.504Z Downloaded rustls v0.23.37
4312026-03-26T04:08:40.528Z Downloaded rustix v0.38.44
4322026-03-26T04:08:40.545Z Downloaded rustix v1.1.4
4332026-03-26T04:08:40.632Z Downloaded regex-automata v0.4.14
4342026-03-26T04:08:40.725Z Downloaded libc v0.2.183
4352026-03-26T04:08:40.742Z Downloaded petgraph v0.8.3
4362026-03-26T04:08:40.754Z Downloaded tokio v1.50.0
4372026-03-26T04:08:40.846Z Downloaded recursion v0.5.4
4382026-03-26T04:08:40.851Z Downloaded ring v0.17.14
4392026-03-26T04:08:40.909Z Compiling proc-macro2 v1.0.106
4402026-03-26T04:08:40.909Z Compiling libc v0.2.183
4412026-03-26T04:08:40.909Z Compiling unicode-ident v1.0.24
4422026-03-26T04:08:40.909Z Compiling quote v1.0.45
4432026-03-26T04:08:40.912Z Compiling serde_core v1.0.228
4442026-03-26T04:08:40.912Z Compiling cfg-if v1.0.4
4452026-03-26T04:08:40.912Z Compiling memchr v2.8.0
4462026-03-26T04:08:41.036Z Compiling once_cell v1.21.4
4472026-03-26T04:08:41.110Z Compiling log v0.4.29
4482026-03-26T04:08:41.192Z Compiling pin-project-lite v0.2.17
4492026-03-26T04:08:41.282Z Compiling serde v1.0.228
4502026-03-26T04:08:41.304Z Compiling itoa v1.0.18
4512026-03-26T04:08:41.429Z Compiling futures-core v0.3.32
4522026-03-26T04:08:41.536Z Compiling bitflags v2.11.0
4532026-03-26T04:08:41.574Z Compiling smallvec v1.15.1
4542026-03-26T04:08:41.616Z Compiling shlex v1.3.0
4552026-03-26T04:08:41.795Z Compiling equivalent v1.0.2
4562026-03-26T04:08:41.826Z Compiling find-msvc-tools v0.1.9
4572026-03-26T04:08:41.882Z Compiling errno v0.3.14
4582026-03-26T04:08:41.906Z Compiling hashbrown v0.16.1
4592026-03-26T04:08:41.982Z Compiling bytes v1.11.1
4602026-03-26T04:08:42.062Z Compiling signal-hook-registry v1.4.8
4612026-03-26T04:08:42.073Z Compiling jobserver v0.1.34
4622026-03-26T04:08:42.146Z Compiling mio v1.1.1
4632026-03-26T04:08:42.232Z Compiling syn v2.0.117
4642026-03-26T04:08:42.290Z Compiling cc v1.2.57
4652026-03-26T04:08:42.380Z Compiling futures-sink v0.3.32
4662026-03-26T04:08:42.488Z Compiling rustix v1.1.4
4672026-03-26T04:08:42.550Z Compiling socket2 v0.6.3
4682026-03-26T04:08:42.576Z Compiling slab v0.4.12
4692026-03-26T04:08:42.781Z Compiling zmij v1.0.21
4702026-03-26T04:08:42.836Z Compiling futures-channel v0.3.32
4712026-03-26T04:08:42.873Z Compiling tracing-core v0.1.36
4722026-03-26T04:08:43.100Z Compiling serde_json v1.0.149
4732026-03-26T04:08:43.122Z Compiling version_check v0.9.5
4742026-03-26T04:08:43.369Z Compiling indexmap v2.13.0
4752026-03-26T04:08:43.422Z Compiling futures-task v0.3.32
4762026-03-26T04:08:43.433Z Compiling futures-io v0.3.32
4772026-03-26T04:08:43.621Z Compiling getrandom v0.4.2
4782026-03-26T04:08:43.678Z Compiling camino v1.2.2
4792026-03-26T04:08:43.769Z Compiling unicode-width v0.2.2
4802026-03-26T04:08:44.045Z Compiling ring v0.17.14
4812026-03-26T04:08:44.063Z Compiling http v1.4.0
4822026-03-26T04:08:44.078Z Compiling percent-encoding v2.3.2
4832026-03-26T04:08:44.091Z Compiling autocfg v1.5.0
4842026-03-26T04:08:44.288Z Compiling zeroize v1.8.2
4852026-03-26T04:08:44.352Z Compiling simd-adler32 v0.3.8
4862026-03-26T04:08:44.476Z Compiling adler2 v2.0.1
4872026-03-26T04:08:44.492Z Compiling num-traits v0.2.19
4882026-03-26T04:08:44.633Z Compiling miniz_oxide v0.8.9
4892026-03-26T04:08:45.022Z Compiling object v0.37.3
4902026-03-26T04:08:45.196Z Compiling target-lexicon v0.13.3
4912026-03-26T04:08:45.308Z Compiling getrandom v0.3.4
4922026-03-26T04:08:45.319Z Compiling zerocopy v0.8.47
4932026-03-26T04:08:45.685Z Compiling http-body v1.0.1
4942026-03-26T04:08:45.737Z Compiling rustls-pki-types v1.14.0
4952026-03-26T04:08:45.845Z Compiling semver v1.0.27
4962026-03-26T04:08:45.866Z Compiling getrandom v0.2.17
4972026-03-26T04:08:45.878Z Compiling httparse v1.10.1
4982026-03-26T04:08:45.947Z Compiling serde_derive v1.0.228
4992026-03-26T04:08:46.045Z Compiling tokio-macros v2.6.1
5002026-03-26T04:08:46.045Z Compiling futures-macro v0.3.32
5012026-03-26T04:08:46.154Z Compiling tracing-attributes v0.1.31
5022026-03-26T04:08:46.203Z Compiling typenum v1.19.0
5032026-03-26T04:08:46.484Z Compiling gimli v0.32.3
5042026-03-26T04:08:46.534Z Compiling fnv v1.0.7
5052026-03-26T04:08:46.568Z Compiling signal-hook v0.3.18
5062026-03-26T04:08:46.635Z Compiling owo-colors v4.3.0
5072026-03-26T04:08:46.772Z Compiling thiserror v2.0.18
5082026-03-26T04:08:46.803Z Compiling tokio v1.50.0
5092026-03-26T04:08:46.831Z Compiling futures-util v0.3.32
5102026-03-26T04:08:46.949Z Compiling untrusted v0.9.0
5112026-03-26T04:08:47.077Z Compiling guppy-workspace-hack v0.1.0
5122026-03-26T04:08:47.345Z Compiling thiserror-impl v2.0.18
5132026-03-26T04:08:47.356Z Compiling tracing v0.1.44
5142026-03-26T04:08:48.517Z Compiling addr2line v0.25.1
5152026-03-26T04:08:49.094Z Compiling form_urlencoded v1.2.2
5162026-03-26T04:08:49.139Z Compiling generic-array v0.14.7
5172026-03-26T04:08:49.168Z Compiling atomic-waker v1.1.2
5182026-03-26T04:08:49.307Z Compiling try-lock v0.2.5
5192026-03-26T04:08:49.354Z Compiling typeid v1.0.3
5202026-03-26T04:08:49.357Z Compiling utf8_iter v1.0.4
5212026-03-26T04:08:49.409Z Compiling thiserror v1.0.69
5222026-03-26T04:08:49.423Z Compiling rustls v0.23.37
5232026-03-26T04:08:49.523Z Compiling pkg-config v0.3.32
5242026-03-26T04:08:49.618Z Compiling idna_adapter v1.0.0
5252026-03-26T04:08:49.629Z Compiling tower-service v0.3.3
5262026-03-26T04:08:49.706Z Compiling target-spec v3.5.7
5272026-03-26T04:08:49.717Z Compiling rustc-demangle v0.1.27
5282026-03-26T04:08:49.720Z Compiling fastrand v2.3.0
5292026-03-26T04:08:49.947Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5302026-03-26T04:08:49.987Z Compiling tempfile v3.27.0
5312026-03-26T04:08:50.242Z Compiling idna v1.1.0
5322026-03-26T04:08:50.380Z Compiling want v0.3.1
5332026-03-26T04:08:50.604Z Compiling tokio-util v0.7.18
5342026-03-26T04:08:50.681Z Compiling cfg-expr v0.20.7
5352026-03-26T04:08:51.224Z Compiling h2 v0.4.13
5362026-03-26T04:08:51.629Z Compiling backtrace v0.3.76
5372026-03-26T04:08:51.935Z Compiling thiserror-impl v1.0.69
5382026-03-26T04:08:52.033Z Compiling terminal_size v0.4.4
5392026-03-26T04:08:52.155Z Compiling aho-corasick v1.1.4
5402026-03-26T04:08:52.188Z Compiling pin-utils v0.1.0
5412026-03-26T04:08:52.264Z Compiling subtle v2.6.1
5422026-03-26T04:08:52.330Z Compiling regex-syntax v0.8.10
5432026-03-26T04:08:52.421Z Compiling winnow v0.7.15
5442026-03-26T04:08:53.062Z Compiling rustls-webpki v0.103.10
5452026-03-26T04:08:54.269Z Compiling erased-serde v0.4.10
5462026-03-26T04:08:54.597Z Compiling regex-automata v0.4.14
5472026-03-26T04:08:56.042Z Compiling hyper v1.8.1
5482026-03-26T04:08:57.498Z Compiling url v2.5.8
5492026-03-26T04:08:59.424Z Compiling serde_spanned v0.6.9
5502026-03-26T04:08:59.476Z Compiling toml_datetime v0.6.11
5512026-03-26T04:08:59.586Z Compiling ahash v0.8.12
5522026-03-26T04:08:59.637Z Compiling sync_wrapper v1.0.2
5532026-03-26T04:08:59.718Z Compiling portable-atomic v1.13.1
5542026-03-26T04:08:59.748Z Compiling tower-layer v0.3.3
5552026-03-26T04:08:59.819Z Compiling ipnet v2.12.0
5562026-03-26T04:08:59.847Z Compiling crc32fast v1.5.0
5572026-03-26T04:08:59.912Z Compiling base64 v0.22.1
5582026-03-26T04:08:59.947Z Compiling nextest-workspace-hack v0.1.0
5592026-03-26T04:09:00.125Z Compiling unicode-segmentation v1.13.1
5602026-03-26T04:09:00.154Z Compiling foldhash v0.1.5
5612026-03-26T04:09:00.179Z Compiling unicode-linebreak v0.1.5
5622026-03-26T04:09:00.371Z Compiling lazy_static v1.5.0
5632026-03-26T04:09:00.387Z Compiling either v1.15.0
5642026-03-26T04:09:00.448Z Compiling is_ci v1.2.0
5652026-03-26T04:09:00.478Z Compiling parking_lot_core v0.9.12
5662026-03-26T04:09:00.519Z Compiling toml_write v0.1.2
5672026-03-26T04:09:00.604Z Compiling supports-color v3.0.2
5682026-03-26T04:09:00.615Z Compiling sharded-slab v0.1.7
5692026-03-26T04:09:00.759Z Compiling toml_edit v0.22.27
5702026-03-26T04:09:00.770Z Compiling convert_case v0.10.0
5712026-03-26T04:09:00.838Z Compiling textwrap v0.16.2
5722026-03-26T04:09:01.023Z Compiling hashbrown v0.15.5
5732026-03-26T04:09:01.077Z Compiling hyper-util v0.1.20
5742026-03-26T04:09:01.306Z Compiling tower v0.5.3
5752026-03-26T04:09:01.700Z Compiling tokio-rustls v0.26.4
5762026-03-26T04:09:01.979Z Compiling backtrace-ext v0.2.1
5772026-03-26T04:09:02.231Z Compiling ordered-float v2.10.1
5782026-03-26T04:09:02.243Z Compiling webpki-roots v1.0.6
5792026-03-26T04:09:02.362Z Compiling miette-derive v7.6.0
5802026-03-26T04:09:02.466Z Compiling pathdiff v0.2.3
5812026-03-26T04:09:02.502Z Compiling console v0.15.11
5822026-03-26T04:09:02.588Z Compiling tracing-log v0.2.0
5832026-03-26T04:09:02.940Z Compiling cargo-platform v0.3.2
5842026-03-26T04:09:03.461Z Compiling os_pipe v1.2.3
5852026-03-26T04:09:03.505Z Compiling thread_local v1.1.9
5862026-03-26T04:09:03.632Z Compiling debug-ignore v1.0.5
5872026-03-26T04:09:03.676Z Compiling scopeguard v1.2.0
5882026-03-26T04:09:03.746Z Compiling winnow v1.0.0
5892026-03-26T04:09:03.785Z Compiling unicode-width v0.1.14
5902026-03-26T04:09:03.813Z Compiling zstd-safe v7.2.4
5912026-03-26T04:09:03.866Z Compiling ryu v1.0.23
5922026-03-26T04:09:04.082Z Compiling supports-unicode v3.0.0
5932026-03-26T04:09:04.156Z Compiling pulldown-cmark v0.13.3
5942026-03-26T04:09:04.252Z Compiling rustix v0.38.44
5952026-03-26T04:09:04.358Z Compiling utf8parse v0.2.2
5962026-03-26T04:09:04.370Z Compiling fixedbitset v0.5.7
5972026-03-26T04:09:04.466Z Compiling iri-string v0.7.11
5982026-03-26T04:09:04.586Z Compiling supports-hyperlinks v3.2.0
5992026-03-26T04:09:04.805Z Compiling cfg_aliases v0.2.1
6002026-03-26T04:09:04.864Z Compiling toml_parser v1.1.0+spec-1.1.0
6012026-03-26T04:09:04.878Z Compiling nix v0.30.1
6022026-03-26T04:09:05.244Z Compiling miette v7.6.0
6032026-03-26T04:09:05.347Z Compiling petgraph v0.8.3
6042026-03-26T04:09:05.755Z Compiling anstyle-parse v1.0.0
6052026-03-26T04:09:05.970Z Compiling tower-http v0.6.8
6062026-03-26T04:09:06.233Z Compiling serde_urlencoded v0.7.1
6072026-03-26T04:09:06.512Z Compiling lock_api v0.4.14
6082026-03-26T04:09:06.756Z Compiling tracing-subscriber v0.3.23
6092026-03-26T04:09:06.941Z Compiling sigchld v0.2.4
6102026-03-26T04:09:07.050Z Compiling cargo_metadata v0.23.1
6112026-03-26T04:09:07.131Z Compiling serde-value v0.7.0
6122026-03-26T04:09:07.283Z Compiling hyper-rustls v0.27.7
6132026-03-26T04:09:07.853Z Compiling serde-untagged v0.1.9
6142026-03-26T04:09:07.948Z Compiling toml v0.8.23
6152026-03-26T04:09:09.358Z Compiling derive_more-impl v2.1.1
6162026-03-26T04:09:09.905Z Compiling itertools v0.14.0
6172026-03-26T04:09:09.986Z Compiling crypto-common v0.1.7
6182026-03-26T04:09:10.120Z Compiling block-buffer v0.10.4
6192026-03-26T04:09:10.147Z Compiling regex v1.12.3
6202026-03-26T04:09:10.160Z Compiling ppv-lite86 v0.2.21
6212026-03-26T04:09:10.270Z Compiling rand_core v0.9.5
6222026-03-26T04:09:10.480Z Compiling futures-executor v0.3.32
6232026-03-26T04:09:10.526Z Compiling pin-project-internal v1.1.11
6242026-03-26T04:09:10.828Z Compiling http-body-util v0.1.3
6252026-03-26T04:09:11.006Z Compiling uuid v1.22.0
6262026-03-26T04:09:11.091Z Compiling toml_datetime v1.1.0+spec-1.1.0
6272026-03-26T04:09:11.344Z Compiling serde_spanned v1.1.0
6282026-03-26T04:09:11.493Z Compiling smol_str v0.3.6
6292026-03-26T04:09:11.493Z Compiling filetime v0.2.27
6302026-03-26T04:09:11.515Z Compiling vte v0.14.1
6312026-03-26T04:09:11.539Z Compiling bstr v1.12.1
6322026-03-26T04:09:11.556Z Compiling nested v0.1.1
6332026-03-26T04:09:11.697Z Compiling xattr v1.6.1
6342026-03-26T04:09:11.726Z Compiling static_assertions v1.1.0
6352026-03-26T04:09:11.740Z Compiling unicode-xid v0.2.6
6362026-03-26T04:09:11.798Z Compiling anstyle v1.0.14
6372026-03-26T04:09:11.819Z Compiling colorchoice v1.0.5
6382026-03-26T04:09:11.872Z Compiling color-spantrace v0.3.0
6392026-03-26T04:09:11.885Z Compiling iana-time-zone v0.1.65
6402026-03-26T04:09:11.934Z Compiling tinyvec_macros v0.1.1
6412026-03-26T04:09:12.059Z Compiling unicase v2.9.0
6422026-03-26T04:09:12.214Z Compiling litrs v1.0.0
6432026-03-26T04:09:12.214Z Compiling anstyle-query v1.1.5
6442026-03-26T04:09:12.218Z Compiling self_update v0.42.0
6452026-03-26T04:09:12.248Z Compiling number_prefix v0.4.0
6462026-03-26T04:09:12.326Z Compiling eyre v0.6.12
6472026-03-26T04:09:12.342Z Compiling is_terminal_polyfill v1.70.2
6482026-03-26T04:09:12.394Z Compiling indicatif v0.17.11
6492026-03-26T04:09:12.434Z Compiling anstream v1.0.0
6502026-03-26T04:09:12.598Z Compiling chrono v0.4.44
6512026-03-26T04:09:12.650Z Compiling document-features v0.2.12
6522026-03-26T04:09:12.897Z Compiling tinyvec v1.11.0
6532026-03-26T04:09:12.910Z Compiling globset v0.4.18
6542026-03-26T04:09:13.190Z Compiling cargo-util-schemas v0.2.0
6552026-03-26T04:09:13.314Z Compiling tar v0.4.45
6562026-03-26T04:09:13.600Z Compiling guppy v0.17.25
6572026-03-26T04:09:14.632Z Compiling nextest-metadata v0.12.2
6582026-03-26T04:09:15.535Z Compiling strip-ansi-escapes v0.2.1
6592026-03-26T04:09:15.661Z Compiling pin-project v1.1.11
6602026-03-26T04:09:15.767Z Compiling toml v1.1.0+spec-1.1.0
6612026-03-26T04:09:15.865Z Compiling newtype-uuid v1.3.2
6622026-03-26T04:09:15.926Z Compiling reqwest v0.12.28
6632026-03-26T04:09:16.045Z Compiling futures v0.3.32
6642026-03-26T04:09:16.057Z Compiling rand_chacha v0.9.0
6652026-03-26T04:09:16.086Z Compiling digest v0.10.7
6662026-03-26T04:09:16.123Z Compiling derive_more v2.1.1
6672026-03-26T04:09:16.203Z Compiling parking_lot v0.12.5
6682026-03-26T04:09:16.299Z Compiling flate2 v1.1.9
6692026-03-26T04:09:16.602Z Compiling tracing-error v0.2.1
6702026-03-26T04:09:16.834Z Compiling shared_child v1.1.1
6712026-03-26T04:09:17.183Z Compiling signal-hook-mio v0.2.5
6722026-03-26T04:09:17.195Z Compiling self-replace v1.5.0
6732026-03-26T04:09:17.318Z Compiling cargo-platform v0.2.0
6742026-03-26T04:09:17.488Z Compiling quick-xml v0.38.4
6752026-03-26T04:09:17.869Z Compiling quick-xml v0.37.5
6762026-03-26T04:09:18.405Z Compiling strsim v0.11.1
6772026-03-26T04:09:19.111Z Compiling shell-words v1.1.1
6782026-03-26T04:09:19.214Z Compiling cpufeatures v0.2.17
6792026-03-26T04:09:19.285Z Compiling recursion v0.5.4
6802026-03-26T04:09:19.353Z Compiling clap_lex v1.1.0
6812026-03-26T04:09:19.390Z Compiling heck v0.5.0
6822026-03-26T04:09:19.417Z Compiling indenter v0.3.4
6832026-03-26T04:09:19.449Z Compiling urlencoding v2.1.3
6842026-03-26T04:09:19.543Z Compiling humantime v2.3.0
6852026-03-26T04:09:19.583Z Compiling clap_derive v4.6.0
6862026-03-26T04:09:19.731Z Compiling humantime-serde v1.1.1
6872026-03-26T04:09:19.876Z Compiling clap_builder v4.6.0
6882026-03-26T04:09:19.968Z Compiling nextest-filtering v0.15.0
6892026-03-26T04:09:20.216Z Compiling sha2 v0.10.9
6902026-03-26T04:09:21.328Z Compiling quick-junit v0.5.2
6912026-03-26T04:09:21.431Z Compiling atomicwrites v0.4.4
6922026-03-26T04:09:21.722Z Compiling cargo_metadata v0.20.0
6932026-03-26T04:09:23.872Z Compiling crossterm v0.29.0
6942026-03-26T04:09:25.260Z Compiling cargo-nextest v0.9.97
6952026-03-26T04:09:25.562Z Compiling duct v0.13.7
6962026-03-26T04:09:26.597Z Compiling zstd v0.13.3
6972026-03-26T04:09:26.700Z Compiling config v0.15.22
6982026-03-26T04:09:26.785Z Compiling rand v0.9.2
6992026-03-26T04:09:27.017Z Compiling async-scoped v0.9.0
7002026-03-26T04:09:27.047Z Compiling unicode-normalization v0.1.25
7012026-03-26T04:09:27.162Z Compiling target-spec-miette v0.4.5
7022026-03-26T04:09:27.208Z Compiling future-queue v0.4.0
7032026-03-26T04:09:27.310Z Compiling mukti-metadata v0.3.0
7042026-03-26T04:09:27.483Z Compiling tokio-stream v0.1.18
7052026-03-26T04:09:27.523Z Compiling camino-tempfile v1.4.1
7062026-03-26T04:09:27.559Z Compiling derive-where v1.6.1
7072026-03-26T04:09:27.613Z Compiling serde_ignored v0.1.14
7082026-03-26T04:09:27.796Z Compiling serde_path_to_error v0.1.20
7092026-03-26T04:09:27.828Z Compiling home v0.5.12
7102026-03-26T04:09:27.969Z Compiling xxhash-rust v0.8.15
7112026-03-26T04:09:27.994Z Compiling swrite v0.1.0
7122026-03-26T04:09:28.006Z Compiling hex v0.4.3
7132026-03-26T04:09:28.100Z Compiling indent_write v2.2.0
7142026-03-26T04:09:28.249Z Compiling color-eyre v0.6.5
7152026-03-26T04:09:28.271Z Compiling clap v4.6.0
7162026-03-26T04:09:28.284Z Compiling dialoguer v0.11.0
7172026-03-26T04:09:28.296Z Compiling enable-ansi-support v0.2.1
7182026-03-26T04:09:28.801Z Compiling nextest-runner v0.80.0
7192026-03-26T04:09:46.910Z Finished `release` profile [optimized] target(s) in 1m 10s
7202026-03-26T04:09:47.085Z Installing /home/build/.cargo/bin/cargo-nextest
7212026-03-26T04:09:47.088Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7222026-03-26T04:09:47.201Z+ source .github/buildomat/test-common.sh
7232026-03-26T04:09:47.204Z++ NEXTEST_VERSION=0.9.97
7242026-03-26T04:09:47.204Z++ PLATFORM=illumos
7252026-03-26T04:09:47.204Z++ banner install
7262026-03-26T04:09:47.204Z
7272026-03-26T04:09:47.204Z # # # #### ##### ## # #
7282026-03-26T04:09:47.204Z # ## # # # # # # #
7292026-03-26T04:09:47.204Z # # # # #### # # # # #
7302026-03-26T04:09:47.204Z++ set +o errexit
7312026-03-26T04:09:47.204Z # # # # # # ###### # #
7322026-03-26T04:09:47.204Z # # ## # # # # # # #
7332026-03-26T04:09:47.204Z # # # #### # # # ###### ######
7342026-03-26T04:09:47.204Z
7352026-03-26T04:09:47.208Z++ pkg info clang-15
7362026-03-26T04:09:47.208Z++ grep -qi installed
7372026-03-26T04:09:48.414Zpkg: info: no packages matching the following patterns you specified are
7382026-03-26T04:09:48.414Zinstalled on the system. Try querying remotely instead:
7392026-03-26T04:09:48.414Z
7402026-03-26T04:09:48.414Z clang-15
7412026-03-26T04:09:48.452Z++ [[ 1 != 0 ]]
7422026-03-26T04:09:48.452Z++ set -o errexit
7432026-03-26T04:09:48.455Z++ pfexec pkg install clang-15
7442026-03-26T04:09:54.539Z Startup: Refreshing catalog 'helios-dev' ... Done
7452026-03-26T04:10:01.260Z Startup: Caching catalogs ... Done
7462026-03-26T04:10:04.869ZPlanning: Solver setup ... Done
7472026-03-26T04:10:04.883ZPlanning: Running solver ... Done
7482026-03-26T04:10:05.002ZPlanning: Finding local manifests ... Done
7492026-03-26T04:10:05.013ZPlanning: Fetching manifests: 0/2 0% complete
7502026-03-26T04:10:05.100ZPlanning: Fetching manifests: 2/2 100% complete
7512026-03-26T04:10:05.128ZPlanning: Package planning ... Done
7522026-03-26T04:10:05.154ZPlanning: Merging actions ... Done
7532026-03-26T04:10:05.266ZPlanning: Checking for conflicting actions ... Done
7542026-03-26T04:10:05.273ZPlanning: Consolidating action changes ... Done
7552026-03-26T04:10:06.006ZPlanning: Evaluating mediators ... Done
7562026-03-26T04:10:06.012ZPlanning: Planning completed in 4.59 seconds
7572026-03-26T04:10:06.024Z Packages to install: 2
7582026-03-26T04:10:06.024Z Mediators to change: 2
7592026-03-26T04:10:06.024Z Services to change: 1
7602026-03-26T04:10:06.024Z Create boot environment: No
7612026-03-26T04:10:06.024ZCreate backup boot environment: No
7622026-03-26T04:10:06.066Z
7632026-03-26T04:10:06.066ZDownload: 0/3076 items 0.0/211.3MB 0% complete
7642026-03-26T04:10:11.067ZDownload: 3025/3076 items 196.3/211.3MB 92% complete (39.3M/s)
7652026-03-26T04:10:12.352ZDownload: Completed 211.31 MB in 6.28 seconds (33.6M/s)
7662026-03-26T04:10:12.655Z Actions: 1/3418 actions (Installing new actions)
7672026-03-26T04:10:15.788Z Actions: Completed 3418 actions in 3.13 seconds.
7682026-03-26T04:10:16.092Z Done
7692026-03-26T04:10:16.092Z Done
7702026-03-26T04:10:16.781Z Done
7712026-03-26T04:10:20.142Z Done
7722026-03-26T04:10:20.216Z Done
7732026-03-26T04:10:20.219Z Done
7742026-03-26T04:10:20.539Z Done
7752026-03-26T04:10:21.187Z++ set -o errexit
7762026-03-26T04:10:21.187Z++ cargo --version
7772026-03-26T04:10:21.195Zcargo 1.94.0 (85eff7c80 2026-01-15)
7782026-03-26T04:10:21.198Z++ rustc --version
7792026-03-26T04:10:21.218Zrustc 1.94.0 (4a4ef493e 2026-03-02)
7802026-03-26T04:10:21.222Z++ cargo install cargo-nextest --version 0.9.97
7812026-03-26T04:10:21.275Z Ignored package `cargo-nextest v0.9.97` is already installed, use --force to override
7822026-03-26T04:10:21.278Z+ pushd rdb
7832026-03-26T04:10:21.278Z/work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite
7842026-03-26T04:10:21.279Z+ PROPTEST_CASES=1000000
7852026-03-26T04:10:21.279Z+ cargo nextest run --lib proptest
7862026-03-26T04:10:21.440Z Updating git repository `https://github.com/oxidecomputer/falcon`
7872026-03-26T04:10:22.039ZFrom https://github.com/oxidecomputer/falcon
7882026-03-26T04:10:22.039Z * [new ref] 9167ac10b0deaaf5b0498bfdb57eab9f221087b7 -> refs/commit/9167ac10b0deaaf5b0498bfdb57eab9f221087b7
7892026-03-26T04:10:22.116Z Updating crates.io index
7902026-03-26T04:10:22.158Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7912026-03-26T04:10:22.886ZFrom https://github.com/oxidecomputer/dendrite
7922026-03-26T04:10:22.886Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7932026-03-26T04:10:22.984Z Updating git repository `https://github.com/oxidecomputer/ispf`
7942026-03-26T04:10:23.241ZFrom https://github.com/oxidecomputer/ispf
7952026-03-26T04:10:23.241Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7962026-03-26T04:10:23.247Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7972026-03-26T04:10:23.590ZFrom https://github.com/oxidecomputer/netadm-sys
7982026-03-26T04:10:23.590Z * [new ref] e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1 -> refs/commit/e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1
7992026-03-26T04:10:23.596Z Updating git repository `https://github.com/oxidecomputer/omicron`
8002026-03-26T04:10:31.536ZFrom https://github.com/oxidecomputer/omicron
8012026-03-26T04:10:31.536Z * [new ref] 48dd241a32e3d1bf92fb5b79bc5a38baa0fe3166 -> refs/commit/48dd241a32e3d1bf92fb5b79bc5a38baa0fe3166
8022026-03-26T04:10:31.961Z Updating git repository `https://github.com/oxidecomputer/opte`
8032026-03-26T04:10:32.510ZFrom https://github.com/oxidecomputer/opte
8042026-03-26T04:10:32.510Z * [new ref] e547d07b08c3f3d6c821c9eb7a958adcffce6e56 -> refs/commit/e547d07b08c3f3d6c821c9eb7a958adcffce6e56
8052026-03-26T04:10:32.713Z Updating git repository `https://github.com/illumos/smf-rs`
8062026-03-26T04:10:32.955ZFrom https://github.com/illumos/smf-rs
8072026-03-26T04:10:32.955Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8082026-03-26T04:10:32.962Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8092026-03-26T04:10:33.249ZFrom https://github.com/oxidecomputer/network-interface
8102026-03-26T04:10:33.249Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8112026-03-26T04:10:33.429Z Updating git repository `https://github.com/oxidecomputer/zone`
8122026-03-26T04:10:33.703ZFrom https://github.com/oxidecomputer/zone
8132026-03-26T04:10:33.703Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8142026-03-26T04:10:34.964Z Updating git repository `https://github.com/oxidecomputer/propolis`
8152026-03-26T04:10:35.052ZFrom https://github.com/oxidecomputer/propolis
8162026-03-26T04:10:35.052Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8172026-03-26T04:10:35.097Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8182026-03-26T04:10:35.593ZFrom https://github.com/oxidecomputer/transceiver-control
8192026-03-26T04:10:35.594Z * [new ref] 4bfd6375796ef21a4c8c1f46e639cc663c2f95f8 -> refs/commit/4bfd6375796ef21a4c8c1f46e639cc663c2f95f8
8202026-03-26T04:10:35.724Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8212026-03-26T04:10:35.971ZFrom https://github.com/oxidecomputer/dlpi-sys
8222026-03-26T04:10:35.971Z * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc
8232026-03-26T04:10:35.992Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8242026-03-26T04:10:36.277ZFrom https://github.com/jmesmon/rust-libzfs
8252026-03-26T04:10:36.277Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8262026-03-26T04:10:36.285Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8272026-03-26T04:10:36.558ZFrom https://github.com/oxidecomputer/rusty-doors
8282026-03-26T04:10:36.559Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8292026-03-26T04:10:36.567Z Updating git repository `https://github.com/oxidecomputer/lldp`
8302026-03-26T04:10:36.883ZFrom https://github.com/oxidecomputer/lldp
8312026-03-26T04:10:36.883Z * [new ref] c3305fd1a7ea7aba31f3834757a6b931e4f59fe6 -> refs/commit/c3305fd1a7ea7aba31f3834757a6b931e4f59fe6
8322026-03-26T04:10:36.978Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8332026-03-26T04:10:37.255ZFrom https://github.com/oxidecomputer/slog-error-chain
8342026-03-26T04:10:37.255Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8352026-03-26T04:10:37.469Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8362026-03-26T04:10:37.769ZFrom https://github.com/oxidecomputer/tufaceous
8372026-03-26T04:10:37.769Z * [new ref] 1eacfcf0cade44f77d433f31744dbee4abb96465 -> refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465
8382026-03-26T04:10:37.788Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8392026-03-26T04:10:38.233ZFrom https://github.com/oxidecomputer/management-gateway-service
8402026-03-26T04:10:38.233Z * [new ref] ea2f39ccdea124b5affcad0ca17bc5dacf65823a -> refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a
8412026-03-26T04:10:38.367Z Updating git repository `https://github.com/oxidecomputer/crucible`
8422026-03-26T04:10:39.225ZFrom https://github.com/oxidecomputer/crucible
8432026-03-26T04:10:39.225Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8442026-03-26T04:10:39.499Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8452026-03-26T04:10:39.766ZFrom https://github.com/oxidecomputer/serde_human_bytes
8462026-03-26T04:10:39.766Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8472026-03-26T04:10:40.107Z Updating git repository `https://github.com/oxidecomputer/propolis`
8482026-03-26T04:10:40.479ZFrom https://github.com/oxidecomputer/propolis
8492026-03-26T04:10:40.479Z * [new ref] 368a2225b79328514ce0ea9181d8f874019edaa2 -> refs/commit/368a2225b79328514ce0ea9181d8f874019edaa2
8502026-03-26T04:10:40.536Z Updating git repository `https://github.com/oxidecomputer/tofino`
8512026-03-26T04:10:40.775ZFrom https://github.com/oxidecomputer/tofino
8522026-03-26T04:10:40.776Z * [new ref] 7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 -> refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33
8532026-03-26T04:10:40.801Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8542026-03-26T04:10:41.345ZFrom https://github.com/oxidecomputer/maghemite
8552026-03-26T04:10:41.345Z * [new ref] b603c9f3dccefcf1d3e941c04505ff6bdd1826b6 -> refs/commit/b603c9f3dccefcf1d3e941c04505ff6bdd1826b6
8562026-03-26T04:10:41.424Z Updating git repository `https://github.com/oxidecomputer/clickward`
8572026-03-26T04:10:41.711ZFrom https://github.com/oxidecomputer/clickward
8582026-03-26T04:10:41.711Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8592026-03-26T04:10:41.978Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8602026-03-26T04:10:42.236ZFrom https://github.com/oxidecomputer/illumos-devinfo
8612026-03-26T04:10:42.236Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8622026-03-26T04:10:42.372Z Updating git repository `https://github.com/oxidecomputer/crucible`
8632026-03-26T04:10:42.664ZFrom https://github.com/oxidecomputer/crucible
8642026-03-26T04:10:42.664Z * [new ref] a945a32ba9e1f2098ce3a8963765f1894f37110b -> refs/commit/a945a32ba9e1f2098ce3a8963765f1894f37110b
8652026-03-26T04:10:43.678Z Downloading crates ...
8662026-03-26T04:10:43.782Z Downloaded arrayref v0.3.9
8672026-03-26T04:10:43.789Z Downloaded bit-set v0.8.0
8682026-03-26T04:10:43.792Z Downloaded aead v0.5.2
8692026-03-26T04:10:43.795Z Downloaded crunchy v0.2.4
8702026-03-26T04:10:43.798Z Downloaded base16ct v1.0.0
8712026-03-26T04:10:43.798Z Downloaded base16ct v0.2.0
8722026-03-26T04:10:43.798Z Downloaded bit-vec v0.8.0
8732026-03-26T04:10:43.801Z Downloaded bitflags v1.3.2
8742026-03-26T04:10:43.801Z Downloaded bcs v0.1.6
8752026-03-26T04:10:43.804Z Downloaded backon v1.6.0
8762026-03-26T04:10:43.808Z Downloaded libscf-sys v1.1.0
8772026-03-26T04:10:43.811Z Downloaded cpufeatures v0.3.0
8782026-03-26T04:10:43.811Z Downloaded arrayvec v0.7.6
8792026-03-26T04:10:43.814Z Downloaded num v0.4.3
8802026-03-26T04:10:43.817Z Downloaded crc8 v0.1.1
8812026-03-26T04:10:43.817Z Downloaded num_enum_derive v0.5.11
8822026-03-26T04:10:43.820Z Downloaded heck v0.4.1
8832026-03-26T04:10:43.823Z Downloaded cookie v0.18.1
8842026-03-26T04:10:43.826Z Downloaded lru-cache v0.1.2
8852026-03-26T04:10:43.826Z Downloaded num-integer v0.1.46
8862026-03-26T04:10:43.826Z Downloaded gethostname v0.5.0
8872026-03-26T04:10:43.826Z Downloaded base64 v0.21.7
8882026-03-26T04:10:43.832Z Downloaded deranged v0.5.8
8892026-03-26T04:10:43.835Z Downloaded convert_case v0.4.0
8902026-03-26T04:10:43.838Z Downloaded argon2 v0.5.3
8912026-03-26T04:10:43.838Z Downloaded derive_more v0.99.20
8922026-03-26T04:10:43.842Z Downloaded newtype-uuid-macros v0.1.0
8932026-03-26T04:10:43.845Z Downloaded foreign-types v0.5.0
8942026-03-26T04:10:43.845Z Downloaded darling_core v0.21.3
8952026-03-26T04:10:43.848Z Downloaded crypto-bigint v0.5.5
8962026-03-26T04:10:43.852Z Downloaded crossbeam-deque v0.8.6
8972026-03-26T04:10:43.852Z Downloaded defmt v0.3.100
8982026-03-26T04:10:43.852Z Downloaded async-trait v0.1.89
8992026-03-26T04:10:43.855Z Downloaded compression-core v0.4.31
9002026-03-26T04:10:43.855Z Downloaded internet-checksum v0.2.1
9012026-03-26T04:10:43.858Z Downloaded instant v0.1.13
9022026-03-26T04:10:43.858Z Downloaded num-conv v0.2.0
9032026-03-26T04:10:43.858Z Downloaded darling_macro v0.21.3
9042026-03-26T04:10:43.858Z Downloaded cobs v0.3.0
9052026-03-26T04:10:43.862Z Downloaded managed v0.8.0
9062026-03-26T04:10:43.862Z Downloaded dof v0.3.0
9072026-03-26T04:10:43.862Z Downloaded async-recursion v1.1.1
9082026-03-26T04:10:43.865Z Downloaded ident_case v1.0.1
9092026-03-26T04:10:43.865Z Downloaded git-stub v1.0.0
9102026-03-26T04:10:43.865Z Downloaded httpdate v1.0.3
9112026-03-26T04:10:43.868Z Downloaded dyn-clone v1.0.20
9122026-03-26T04:10:43.868Z Downloaded dof v0.4.0
9132026-03-26T04:10:43.868Z Downloaded darling_macro v0.23.0
9142026-03-26T04:10:43.868Z Downloaded cstr-argument v0.1.2
9152026-03-26T04:10:43.871Z Downloaded crucible-workspace-hack v0.1.0
9162026-03-26T04:10:43.871Z Downloaded macaddr v1.0.1
9172026-03-26T04:10:43.871Z Downloaded foreign-types-macros v0.2.3
9182026-03-26T04:10:43.874Z Downloaded fixedbitset v0.4.2
9192026-03-26T04:10:43.874Z Downloaded async-stream v0.3.6
9202026-03-26T04:10:43.878Z Downloaded mime v0.3.17
9212026-03-26T04:10:43.878Z Downloaded match_cfg v0.1.0
9222026-03-26T04:10:43.878Z Downloaded linked-hash-map v0.5.6
9232026-03-26T04:10:43.881Z Downloaded fxhash v0.2.1
9242026-03-26T04:10:43.881Z Downloaded enum-as-inner v0.6.1
9252026-03-26T04:10:43.881Z Downloaded async-stream-impl v0.3.6
9262026-03-26T04:10:43.887Z Downloaded hash32 v0.3.1
9272026-03-26T04:10:43.890Z Downloaded idna_adapter v1.2.1
9282026-03-26T04:10:43.890Z Downloaded dtrace-parser v0.3.0
9292026-03-26T04:10:43.890Z Downloaded ciborium-io v0.2.2
9302026-03-26T04:10:43.890Z Downloaded dropshot-api-manager-types v0.5.2
9312026-03-26T04:10:43.890Z Downloaded const-random-macro v0.1.16
9322026-03-26T04:10:43.894Z Downloaded ciborium-ll v0.2.2
9332026-03-26T04:10:43.894Z Downloaded keccak v0.1.6
9342026-03-26T04:10:43.897Z Downloaded embedded-io v0.4.0
9352026-03-26T04:10:43.900Z Downloaded inout v0.1.4
9362026-03-26T04:10:43.903Z Downloaded memoffset v0.9.1
9372026-03-26T04:10:43.903Z Downloaded olpc-cjson v0.1.4
9382026-03-26T04:10:43.903Z Downloaded embedded-io v0.6.1
9392026-03-26T04:10:43.903Z Downloaded defmt-parser v1.0.0
9402026-03-26T04:10:43.907Z Downloaded hubpack_derive v0.1.1
9412026-03-26T04:10:43.907Z Downloaded parse-display v0.10.0
9422026-03-26T04:10:43.910Z Downloaded num-derive v0.3.3
9432026-03-26T04:10:43.910Z Downloaded natord v1.0.9
9442026-03-26T04:10:43.910Z Downloaded hubpack v0.1.2
9452026-03-26T04:10:43.910Z Downloaded dtrace-parser v0.2.0
9462026-03-26T04:10:43.910Z Downloaded constant_time_eq v0.4.2
9472026-03-26T04:10:43.913Z Downloaded num_threads v0.1.7
9482026-03-26T04:10:43.913Z Downloaded newtype_derive v0.1.6
9492026-03-26T04:10:43.913Z Downloaded newline-converter v0.3.0
9502026-03-26T04:10:43.917Z Downloaded no-std-compat v0.4.1
9512026-03-26T04:10:43.917Z Downloaded hostname v0.4.2
9522026-03-26T04:10:43.917Z Downloaded displaydoc v0.2.5
9532026-03-26T04:10:43.920Z Downloaded foreign-types-shared v0.3.1
9542026-03-26T04:10:43.920Z Downloaded defmt-macros v1.0.1
9552026-03-26T04:10:43.923Z Downloaded memmap v0.7.0
9562026-03-26T04:10:43.923Z Downloaded is-terminal v0.4.17
9572026-03-26T04:10:43.924Z Downloaded const-random v0.1.18
9582026-03-26T04:10:43.927Z Downloaded num-derive v0.4.2
9592026-03-26T04:10:43.927Z Downloaded hostname v0.3.1
9602026-03-26T04:10:43.930Z Downloaded num-iter v0.1.45
9612026-03-26T04:10:43.930Z Downloaded float-ord v0.3.2
9622026-03-26T04:10:43.933Z Downloaded opaque-debug v0.3.1
9632026-03-26T04:10:43.933Z Downloaded git-stub-vcs v0.1.0
9642026-03-26T04:10:43.937Z Downloaded ff v0.13.1
9652026-03-26T04:10:43.940Z Downloaded omicron-workspace-hack v0.1.0
9662026-03-26T04:10:43.940Z Downloaded dunce v1.0.5
9672026-03-26T04:10:43.943Z Downloaded plain v0.2.3
9682026-03-26T04:10:43.946Z Downloaded phf_shared v0.12.1
9692026-03-26T04:10:43.946Z Downloaded proc-macro-error-attr v1.0.4
9702026-03-26T04:10:43.946Z Downloaded proc-macro-crate v1.3.1
9712026-03-26T04:10:43.946Z Downloaded multer v3.1.0
9722026-03-26T04:10:43.950Z Downloaded proc-macro-error-attr2 v2.0.0
9732026-03-26T04:10:43.953Z Downloaded bytecount v0.6.9
9742026-03-26T04:10:43.953Z Downloaded proc-macro-crate v3.5.0
9752026-03-26T04:10:43.956Z Downloaded powerfmt v0.2.0
9762026-03-26T04:10:43.956Z Downloaded potential_utf v0.1.4
9772026-03-26T04:10:43.956Z Downloaded drift v0.1.3
9782026-03-26T04:10:43.959Z Downloaded progenitor-client v0.10.0
9792026-03-26T04:10:43.962Z Downloaded ingot-types v0.1.2
9802026-03-26T04:10:43.962Z Downloaded pretty-hex v0.4.2
9812026-03-26T04:10:43.962Z Downloaded data-encoding v2.10.0
9822026-03-26T04:10:43.962Z Downloaded daft v0.1.5
9832026-03-26T04:10:43.965Z Downloaded csv-core v0.1.13
9842026-03-26T04:10:43.965Z Downloaded backoff v0.4.0
9852026-03-26T04:10:43.969Z Downloaded cmake v0.1.57
9862026-03-26T04:10:43.972Z Downloaded ipnetwork v0.21.1
9872026-03-26T04:10:43.972Z Downloaded libsw-core v0.3.2
9882026-03-26T04:10:43.972Z Downloaded progenitor-client v0.11.2
9892026-03-26T04:10:43.972Z Downloaded darling v0.23.0
9902026-03-26T04:10:43.976Z Downloaded crossbeam-utils v0.8.21
9912026-03-26T04:10:43.979Z Downloaded fs_extra v1.3.0
9922026-03-26T04:10:43.979Z Downloaded phf v0.12.1
9932026-03-26T04:10:43.979Z Downloaded anyhow v1.0.102
9942026-03-26T04:10:43.982Z Downloaded progenitor-macro v0.13.0
9952026-03-26T04:10:43.982Z Downloaded num_enum_derive v0.7.6
9962026-03-26T04:10:43.985Z Downloaded progenitor-macro v0.10.0
9972026-03-26T04:10:43.985Z Downloaded rand_xorshift v0.4.0
9982026-03-26T04:10:43.985Z Downloaded litemap v0.8.1
9992026-03-26T04:10:43.989Z Downloaded progenitor-macro v0.11.2
10002026-03-26T04:10:43.989Z Downloaded num_enum v0.7.6
10012026-03-26T04:10:43.992Z Downloaded linear-map v1.2.0
10022026-03-26T04:10:43.992Z Downloaded num_enum v0.5.11
10032026-03-26T04:10:43.995Z Downloaded ref-cast-impl v1.0.25
10042026-03-26T04:10:43.995Z Downloaded num-rational v0.4.2
10052026-03-26T04:10:43.995Z Downloaded num-complex v0.4.6
10062026-03-26T04:10:43.998Z Downloaded highway v1.3.0
10072026-03-26T04:10:43.999Z Downloaded rand_chacha v0.3.1
10082026-03-26T04:10:43.999Z Downloaded derive-ex v0.1.8
10092026-03-26T04:10:44.005Z Downloaded byte-wrapper v0.1.0
10102026-03-26T04:10:44.005Z Downloaded pem v3.0.6
10112026-03-26T04:10:44.008Z Downloaded libsw v3.5.0
10122026-03-26T04:10:44.008Z Downloaded erased-serde v0.3.31
10132026-03-26T04:10:44.008Z Downloaded quick-error v1.2.3
10142026-03-26T04:10:44.008Z Downloaded progenitor v0.11.2
10152026-03-26T04:10:44.008Z Downloaded paste v1.0.15
10162026-03-26T04:10:44.011Z Downloaded progenitor v0.13.0
10172026-03-26T04:10:44.011Z Downloaded progenitor v0.10.0
10182026-03-26T04:10:44.011Z Downloaded parse-display-derive v0.10.0
10192026-03-26T04:10:44.014Z Downloaded rustc_version v0.1.7
10202026-03-26T04:10:44.014Z Downloaded oxide-tokio-rt v0.1.3
10212026-03-26T04:10:44.014Z Downloaded scroll_derive v0.13.1
10222026-03-26T04:10:44.017Z Downloaded proc-macro-error v1.0.4
10232026-03-26T04:10:44.017Z Downloaded parking_lot_core v0.8.6
10242026-03-26T04:10:44.021Z Downloaded scroll_derive v0.12.1
10252026-03-26T04:10:44.021Z Downloaded same-file v1.0.6
10262026-03-26T04:10:44.021Z Downloaded chacha20 v0.9.1
10272026-03-26T04:10:44.024Z Downloaded defmt v1.0.1
10282026-03-26T04:10:44.027Z Downloaded darling_core v0.23.0
10292026-03-26T04:10:44.030Z Downloaded password-hash v0.5.0
10302026-03-26T04:10:44.030Z Downloaded oxnet v0.1.4
10312026-03-26T04:10:44.033Z Downloaded proc-macro-error2 v2.0.1
10322026-03-26T04:10:44.036Z Downloaded memmap2 v0.9.10
10332026-03-26T04:10:44.036Z Downloaded hmac v0.12.1
10342026-03-26T04:10:44.036Z Downloaded serde_repr v0.1.20
10352026-03-26T04:10:44.039Z Downloaded semver v0.1.20
10362026-03-26T04:10:44.039Z Downloaded sigpipe v0.1.3
10372026-03-26T04:10:44.042Z Downloaded crossbeam-channel v0.5.15
10382026-03-26T04:10:44.045Z Downloaded glob v0.3.3
10392026-03-26T04:10:44.045Z Downloaded allocator-api2 v0.2.21
10402026-03-26T04:10:44.048Z Downloaded sha1 v0.10.6
10412026-03-26T04:10:44.048Z Downloaded serde_plain v1.0.2
10422026-03-26T04:10:44.048Z Downloaded serial_test_derive v3.4.0
10432026-03-26T04:10:44.048Z Downloaded serial_test v3.4.0
10442026-03-26T04:10:44.051Z Downloaded resolv-conf v0.7.6
10452026-03-26T04:10:44.051Z Downloaded progenitor-extras v0.1.1
10462026-03-26T04:10:44.054Z Downloaded progenitor-client v0.13.0
10472026-03-26T04:10:44.054Z Downloaded cancel-safe-futures v0.1.5
10482026-03-26T04:10:44.057Z Downloaded slog-bunyan v2.5.0
10492026-03-26T04:10:44.057Z Downloaded slog-envlogger v2.2.0
10502026-03-26T04:10:44.057Z Downloaded icu_properties v2.1.2
10512026-03-26T04:10:44.061Z Downloaded ref-cast v1.0.25
10522026-03-26T04:10:44.061Z Downloaded rand_core v0.10.0
10532026-03-26T04:10:44.064Z Downloaded spin v0.5.2
10542026-03-26T04:10:44.064Z Downloaded console v0.16.3
10552026-03-26T04:10:44.067Z Downloaded parking_lot v0.11.2
10562026-03-26T04:10:44.067Z Downloaded pest_derive v2.8.6
10572026-03-26T04:10:44.070Z Downloaded omicron-zone-package v0.12.2
10582026-03-26T04:10:44.070Z Downloaded strum v0.26.3
10592026-03-26T04:10:44.070Z Downloaded poly1305 v0.8.0
10602026-03-26T04:10:44.074Z Downloaded stable_deref_trait v1.2.1
10612026-03-26T04:10:44.074Z Downloaded daft-derive v0.1.5
10622026-03-26T04:10:44.077Z Downloaded secrecy v0.10.3
10632026-03-26T04:10:44.077Z Downloaded rusty-fork v0.3.1
10642026-03-26T04:10:44.080Z Downloaded rustls-native-certs v0.8.3
10652026-03-26T04:10:44.080Z Downloaded serde-big-array v0.5.1
10662026-03-26T04:10:44.083Z Downloaded strum v0.27.2
10672026-03-26T04:10:44.083Z Downloaded rustversion v1.0.22
10682026-03-26T04:10:44.083Z Downloaded tabled_derive v0.7.0
10692026-03-26T04:10:44.086Z Downloaded rustls-pemfile v2.2.0
10702026-03-26T04:10:44.086Z Downloaded termtree v0.5.1
10712026-03-26T04:10:44.086Z Downloaded take_mut v0.2.2
10722026-03-26T04:10:44.089Z Downloaded tagptr v0.2.0
10732026-03-26T04:10:44.089Z Downloaded dropshot_endpoint v0.16.7
10742026-03-26T04:10:44.092Z Downloaded byteorder v1.5.0
10752026-03-26T04:10:44.092Z Downloaded tabwriter v1.4.1
10762026-03-26T04:10:44.092Z Downloaded indexmap v1.9.3
10772026-03-26T04:10:44.097Z Downloaded serde_derive_internals v0.29.1
10782026-03-26T04:10:44.097Z Downloaded sdd v3.0.10
10792026-03-26T04:10:44.101Z Downloaded schemars_derive v0.8.22
10802026-03-26T04:10:44.101Z Downloaded elliptic-curve v0.13.8
10812026-03-26T04:10:44.101Z Downloaded testing_table v0.3.0
10822026-03-26T04:10:44.104Z Downloaded diff v0.1.13
10832026-03-26T04:10:44.104Z Downloaded blake2 v0.10.6
10842026-03-26T04:10:44.107Z Downloaded structmeta-derive v0.3.0
10852026-03-26T04:10:44.107Z Downloaded structmeta v0.3.0
10862026-03-26T04:10:44.107Z Downloaded icu_provider v2.1.1
10872026-03-26T04:10:44.110Z Downloaded half v2.7.1
10882026-03-26T04:10:44.110Z Downloaded siphasher v1.0.2
10892026-03-26T04:10:44.113Z Downloaded cargo_toml v0.22.3
10902026-03-26T04:10:44.113Z Downloaded serde_tokenstream v0.2.3
10912026-03-26T04:10:44.114Z Downloaded time-core v0.1.8
10922026-03-26T04:10:44.114Z Downloaded thread-id v4.2.2
10932026-03-26T04:10:44.117Z Downloaded colored v3.1.1
10942026-03-26T04:10:44.117Z Downloaded snafu-derive v0.8.9
10952026-03-26T04:10:44.120Z Downloaded smawk v0.3.2
10962026-03-26T04:10:44.120Z Downloaded smartstring v1.0.1
10972026-03-26T04:10:44.120Z Downloaded slog-async v2.8.0
10982026-03-26T04:10:44.123Z Downloaded slog-stdlog v4.1.1
10992026-03-26T04:10:44.123Z Downloaded slog-dtrace v0.3.0
11002026-03-26T04:10:44.127Z Downloaded ciborium v0.2.2
11012026-03-26T04:10:44.127Z Downloaded icu_normalizer v2.1.1
11022026-03-26T04:10:44.127Z Downloaded chacha20 v0.10.0
11032026-03-26T04:10:44.130Z Downloaded ingot-macros v0.1.1
11042026-03-26T04:10:44.130Z Downloaded dropshot_endpoint v0.17.0
11052026-03-26T04:10:44.134Z Downloaded strum_macros v0.26.4
11062026-03-26T04:10:44.134Z Downloaded postcard v1.1.3
11072026-03-26T04:10:44.137Z Downloaded pest_generator v2.8.6
11082026-03-26T04:10:44.137Z Downloaded papergrid v0.11.0
11092026-03-26T04:10:44.140Z Downloaded usdt v0.5.0
11102026-03-26T04:10:44.140Z Downloaded topological-sort v0.2.2
11112026-03-26T04:10:44.143Z Downloaded strum_macros v0.27.2
11122026-03-26T04:10:44.143Z Downloaded unarray v0.1.4
11132026-03-26T04:10:44.143Z Downloaded usdt-attr-macro v0.6.0
11142026-03-26T04:10:44.146Z Downloaded darling v0.21.3
11152026-03-26T04:10:44.149Z Downloaded usdt-macro v0.6.0
11162026-03-26T04:10:44.149Z Downloaded arc-swap v1.9.0
11172026-03-26T04:10:44.152Z Downloaded slog-json v2.6.1
11182026-03-26T04:10:44.152Z Downloaded smf v0.2.3
11192026-03-26T04:10:44.152Z Downloaded usdt-attr-macro v0.5.0
11202026-03-26T04:10:44.152Z Downloaded scroll v0.12.0
11212026-03-26T04:10:44.156Z Downloaded waitgroup v0.1.2
11222026-03-26T04:10:44.156Z Downloaded wait-timeout v0.2.1
11232026-03-26T04:10:44.156Z Downloaded utf-8 v0.7.6
11242026-03-26T04:10:44.156Z Downloaded usdt-macro v0.5.0
11252026-03-26T04:10:44.159Z Downloaded slog-scope v4.4.1
11262026-03-26T04:10:44.159Z Downloaded tiny-keccak v2.0.2
11272026-03-26T04:10:44.159Z Downloaded tabled_derive v0.11.0
11282026-03-26T04:10:44.162Z Downloaded thread-id v5.1.0
11292026-03-26T04:10:44.162Z Downloaded thiserror-no-std v2.0.2
11302026-03-26T04:10:44.165Z Downloaded scroll v0.13.0
11312026-03-26T04:10:44.165Z Downloaded zeroize_derive v1.4.3
11322026-03-26T04:10:44.165Z Downloaded yoke-derive v0.8.1
11332026-03-26T04:10:44.165Z Downloaded const_format v0.2.35
11342026-03-26T04:10:44.168Z Downloaded zone_cfg_derive v0.3.1
11352026-03-26T04:10:44.168Z Downloaded zerofrom v0.1.6
11362026-03-26T04:10:44.171Z Downloaded zone v0.3.1
11372026-03-26T04:10:44.172Z Downloaded usdt v0.6.0
11382026-03-26T04:10:44.172Z Downloaded universal-hash v0.5.1
11392026-03-26T04:10:44.172Z Downloaded unit-prefix v0.5.2
11402026-03-26T04:10:44.172Z Downloaded progenitor-impl v0.11.2
11412026-03-26T04:10:44.175Z Downloaded tokio-dtrace v0.1.1
11422026-03-26T04:10:44.175Z Downloaded icu_locale_core v2.1.1
11432026-03-26T04:10:44.178Z Downloaded progenitor-impl v0.10.0
11442026-03-26T04:10:44.181Z Downloaded indicatif v0.18.4
11452026-03-26T04:10:44.184Z Downloaded icu_normalizer_data v2.1.1
11462026-03-26T04:10:44.184Z Downloaded heapless v0.8.0
11472026-03-26T04:10:44.187Z Downloaded untrusted v0.7.1
11482026-03-26T04:10:44.187Z Downloaded time-macros v0.2.27
11492026-03-26T04:10:44.187Z Downloaded rhai_codegen v3.1.0
11502026-03-26T04:10:44.192Z Downloaded zerofrom-derive v0.1.6
11512026-03-26T04:10:44.195Z Downloaded serde_with_macros v3.18.0
11522026-03-26T04:10:44.195Z Downloaded prettyplease v0.2.37
11532026-03-26T04:10:44.199Z Downloaded papergrid v0.17.0
11542026-03-26T04:10:44.202Z Downloaded tokio-rustls v0.25.0
11552026-03-26T04:10:44.202Z Downloaded dropshot-api-manager v0.5.2
11562026-03-26T04:10:44.205Z Downloaded thiserror-impl-no-std v2.0.2
11572026-03-26T04:10:44.205Z Downloaded tokio-tungstenite v0.21.0
11582026-03-26T04:10:44.205Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11592026-03-26T04:10:44.208Z Downloaded typify-macro v0.4.3
11602026-03-26T04:10:44.208Z Downloaded synstructure v0.13.2
11612026-03-26T04:10:44.208Z Downloaded chacha20poly1305 v0.10.1
11622026-03-26T04:10:44.208Z Downloaded whoami v1.6.1
11632026-03-26T04:10:44.211Z Downloaded typify-macro v0.6.1
11642026-03-26T04:10:44.211Z Downloaded slog-term v2.9.2
11652026-03-26T04:10:44.215Z Downloaded vsss-rs v3.3.4
11662026-03-26T04:10:44.215Z Downloaded crossbeam-epoch v0.9.18
11672026-03-26T04:10:44.215Z Downloaded slog v2.8.2
11682026-03-26T04:10:44.218Z Downloaded usdt-impl v0.6.0
11692026-03-26T04:10:44.218Z Downloaded progenitor-impl v0.13.0
11702026-03-26T04:10:44.221Z Downloaded schemars v0.8.22
11712026-03-26T04:10:44.226Z Downloaded xz2 v0.1.7
11722026-03-26T04:10:44.229Z Downloaded writeable v0.6.2
11732026-03-26T04:10:44.229Z Downloaded yoke v0.8.1
11742026-03-26T04:10:44.232Z Downloaded ucd-trie v0.1.7
11752026-03-26T04:10:44.232Z Downloaded usdt-impl v0.5.0
11762026-03-26T04:10:44.232Z Downloaded term v1.2.1
11772026-03-26T04:10:44.235Z Downloaded thin-vec v0.2.14
11782026-03-26T04:10:44.235Z Downloaded similar v2.7.0
11792026-03-26T04:10:44.238Z Downloaded rayon-core v1.13.0
11802026-03-26T04:10:44.241Z Downloaded jiff-static v0.2.23
11812026-03-26T04:10:44.241Z Downloaded rustls-platform-verifier v0.6.2
11822026-03-26T04:10:44.245Z Downloaded test-strategy v0.4.5
11832026-03-26T04:10:44.247Z Downloaded async-compression v0.4.41
11842026-03-26T04:10:44.251Z Downloaded walkdir v2.5.0
11852026-03-26T04:10:44.251Z Downloaded pest_meta v2.8.6
11862026-03-26T04:10:44.254Z Downloaded zerovec-derive v0.11.2
11872026-03-26T04:10:44.254Z Downloaded tinystr v0.8.2
11882026-03-26T04:10:44.257Z Downloaded serde_yaml v0.9.34+deprecated
11892026-03-26T04:10:44.257Z Downloaded tungstenite v0.21.0
11902026-03-26T04:10:44.260Z Downloaded pretty_assertions v1.4.1
11912026-03-26T04:10:44.260Z Downloaded minimal-lexical v0.2.1
11922026-03-26T04:10:44.263Z Downloaded expectorate v1.2.0
11932026-03-26T04:10:44.266Z Downloaded toml v0.7.8
11942026-03-26T04:10:44.266Z Downloaded spin v0.9.8
11952026-03-26T04:10:44.269Z Downloaded compression-codecs v0.4.37
11962026-03-26T04:10:44.269Z Downloaded typify v0.6.1
11972026-03-26T04:10:44.272Z Downloaded unsafe-libyaml v0.2.11
11982026-03-26T04:10:44.276Z Downloaded hickory-resolver v0.25.2
11992026-03-26T04:10:44.276Z Downloaded icu_collections v2.1.1
12002026-03-26T04:10:44.279Z Downloaded hickory-resolver v0.24.4
12012026-03-26T04:10:44.282Z Downloaded critical-section v1.2.0
12022026-03-26T04:10:44.282Z Downloaded aws-lc-rs v1.16.2
12032026-03-26T04:10:44.286Z Downloaded const_format_proc_macros v0.2.34
12042026-03-26T04:10:44.289Z Downloaded rand v0.8.5
12052026-03-26T04:10:44.292Z Downloaded toml v0.9.12+spec-1.1.0
12062026-03-26T04:10:44.293Z Downloaded hashbrown v0.12.3
12072026-03-26T04:10:44.296Z Downloaded typify v0.4.3
12082026-03-26T04:10:44.299Z Downloaded qorb v0.4.1
12092026-03-26T04:10:44.299Z Downloaded schemars v1.2.1
12102026-03-26T04:10:44.306Z Downloaded zerocopy-derive v0.7.35
12112026-03-26T04:10:44.309Z Downloaded rand v0.10.0
12122026-03-26T04:10:44.313Z Downloaded zerotrie v0.2.3
12132026-03-26T04:10:44.313Z Downloaded schemars v0.9.0
12142026-03-26T04:10:44.319Z Downloaded toml_edit v0.25.8+spec-1.1.0
12152026-03-26T04:10:44.322Z Downloaded cipher v0.4.4
12162026-03-26T04:10:44.322Z Downloaded group v0.13.0
12172026-03-26T04:10:44.325Z Downloaded snafu v0.8.9
12182026-03-26T04:10:44.329Z Downloaded fs-err v3.3.0
12192026-03-26T04:10:44.329Z Downloaded yansi v1.0.1
12202026-03-26T04:10:44.329Z Downloaded ingot v0.1.1
12212026-03-26T04:10:44.332Z Downloaded nom v7.1.3
12222026-03-26T04:10:44.335Z Downloaded zerocopy-derive v0.8.47
12232026-03-26T04:10:44.338Z Downloaded foldhash v0.2.0
12242026-03-26T04:10:44.342Z Downloaded nom v8.0.0
12252026-03-26T04:10:44.345Z Downloaded steno v0.4.1
12262026-03-26T04:10:44.348Z Downloaded libm v0.2.16
12272026-03-26T04:10:44.353Z Downloaded toml_edit v0.19.15
12282026-03-26T04:10:44.363Z Downloaded goblin v0.10.5
12292026-03-26T04:10:44.367Z Downloaded icu_properties_data v2.1.2
12302026-03-26T04:10:44.373Z Downloaded itertools v0.12.1
12312026-03-26T04:10:44.377Z Downloaded pest v2.8.6
12322026-03-26T04:10:44.380Z Downloaded hkdf v0.12.4
12332026-03-26T04:10:44.383Z Downloaded iddqd v0.3.17
12342026-03-26T04:10:44.387Z Downloaded typed-path v0.9.3
12352026-03-26T04:10:44.390Z Downloaded reqwest v0.13.2
12362026-03-26T04:10:44.393Z Downloaded zerovec v0.11.5
12372026-03-26T04:10:44.402Z Downloaded goblin v0.8.2
12382026-03-26T04:10:44.405Z Downloaded scc v2.4.0
12392026-03-26T04:10:44.409Z Downloaded rayon v1.11.0
12402026-03-26T04:10:44.414Z Downloaded tough v0.20.0
12412026-03-26T04:10:44.418Z Downloaded serde_with v3.18.0
12422026-03-26T04:10:44.432Z Downloaded blake3 v1.8.3
12432026-03-26T04:10:44.442Z Downloaded moka v0.12.15
12442026-03-26T04:10:44.449Z Downloaded zerocopy v0.7.35
12452026-03-26T04:10:44.458Z Downloaded proptest v1.11.0
12462026-03-26T04:10:44.464Z Downloaded winnow v0.5.40
12472026-03-26T04:10:44.476Z Downloaded rustls-webpki v0.102.8
12482026-03-26T04:10:44.487Z Downloaded tabled v0.15.0
12492026-03-26T04:10:44.496Z Downloaded nix v0.31.2
12502026-03-26T04:10:44.503Z Downloaded smoltcp v0.11.0
12512026-03-26T04:10:44.510Z Downloaded hickory-proto v0.24.4
12522026-03-26T04:10:44.518Z Downloaded hickory-proto v0.25.2
12532026-03-26T04:10:44.529Z Downloaded syn v1.0.109
12542026-03-26T04:10:44.535Z Downloaded time v0.3.47
12552026-03-26T04:10:44.541Z Downloaded typify-impl v0.6.1
12562026-03-26T04:10:44.549Z Downloaded tabled v0.20.0
12572026-03-26T04:10:44.581Z Downloaded jiff v0.2.23
12582026-03-26T04:10:44.592Z Downloaded rhai v1.24.0
12592026-03-26T04:10:44.598Z Downloaded rustls v0.22.4
12602026-03-26T04:10:44.605Z Downloaded petgraph v0.6.5
12612026-03-26T04:10:44.615Z Downloaded openapiv3 v2.2.0
12622026-03-26T04:10:44.621Z Downloaded lzma-sys v0.1.20
12632026-03-26T04:10:44.640Z Downloaded regress v0.10.5
12642026-03-26T04:10:44.644Z Downloaded dropshot v0.17.0
12652026-03-26T04:10:44.653Z Downloaded dropshot v0.16.7
12662026-03-26T04:10:44.676Z Downloaded sled v0.34.7
12672026-03-26T04:10:44.683Z Downloaded typify-impl v0.4.3
12682026-03-26T04:10:44.764Z Downloaded csv v1.4.0
12692026-03-26T04:10:44.774Z Downloaded chrono-tz v0.10.4
12702026-03-26T04:10:44.791Z Downloaded sha3 v0.10.8
12712026-03-26T04:10:44.847Z Downloaded encoding_rs v0.8.35
12722026-03-26T04:10:45.361Z Downloaded aws-lc-sys v0.39.0
12732026-03-26T04:10:46.245Z Compiling proc-macro2 v1.0.106
12742026-03-26T04:10:46.245Z Compiling unicode-ident v1.0.24
12752026-03-26T04:10:46.246Z Compiling quote v1.0.45
12762026-03-26T04:10:46.249Z Compiling serde_core v1.0.228
12772026-03-26T04:10:46.249Z Compiling cfg-if v1.0.4
12782026-03-26T04:10:46.249Z Compiling serde v1.0.228
12792026-03-26T04:10:46.249Z Compiling libc v0.2.183
12802026-03-26T04:10:46.249Z Compiling memchr v2.8.0
12812026-03-26T04:10:46.455Z Compiling itoa v1.0.18
12822026-03-26T04:10:46.636Z Compiling smallvec v1.15.1
12832026-03-26T04:10:46.656Z Compiling zmij v1.0.21
12842026-03-26T04:10:46.723Z Compiling serde_json v1.0.149
12852026-03-26T04:10:46.845Z Compiling autocfg v1.5.0
12862026-03-26T04:10:46.962Z Compiling libm v0.2.16
12872026-03-26T04:10:47.081Z Compiling version_check v0.9.5
12882026-03-26T04:10:47.135Z Compiling stable_deref_trait v1.2.1
12892026-03-26T04:10:47.199Z Compiling pin-project-lite v0.2.17
12902026-03-26T04:10:47.210Z Compiling writeable v0.6.2
12912026-03-26T04:10:47.252Z Compiling percent-encoding v2.3.2
12922026-03-26T04:10:47.263Z Compiling litemap v0.8.1
12932026-03-26T04:10:47.288Z Compiling icu_properties_data v2.1.2
12942026-03-26T04:10:47.405Z Compiling icu_normalizer_data v2.1.1
12952026-03-26T04:10:47.448Z Compiling iana-time-zone v0.1.65
12962026-03-26T04:10:47.459Z Compiling parking_lot_core v0.9.12
12972026-03-26T04:10:47.521Z Compiling syn v2.0.117
12982026-03-26T04:10:47.668Z Compiling equivalent v1.0.2
12992026-03-26T04:10:47.711Z Compiling scopeguard v1.2.0
13002026-03-26T04:10:47.732Z Compiling form_urlencoded v1.2.2
13012026-03-26T04:10:47.746Z Compiling utf8_iter v1.0.4
13022026-03-26T04:10:47.756Z Compiling allocator-api2 v0.2.21
13032026-03-26T04:10:47.776Z Compiling foldhash v0.2.0
13042026-03-26T04:10:47.811Z Compiling lock_api v0.4.14
13052026-03-26T04:10:47.885Z Compiling dyn-clone v1.0.20
13062026-03-26T04:10:47.908Z Compiling num-traits v0.2.19
13072026-03-26T04:10:48.008Z Compiling jobserver v0.1.34
13082026-03-26T04:10:48.022Z Compiling shlex v1.3.0
13092026-03-26T04:10:48.033Z Compiling find-msvc-tools v0.1.9
13102026-03-26T04:10:48.073Z Compiling hashbrown v0.16.1
13112026-03-26T04:10:48.204Z Compiling cc v1.2.57
13122026-03-26T04:10:48.271Z Compiling log v0.4.29
13132026-03-26T04:10:48.351Z Compiling errno v0.3.14
13142026-03-26T04:10:48.500Z Compiling semver v1.0.27
13152026-03-26T04:10:48.510Z Compiling futures-core v0.3.32
13162026-03-26T04:10:48.607Z Compiling getrandom v0.4.2
13172026-03-26T04:10:48.655Z Compiling rand_core v0.10.0
13182026-03-26T04:10:48.707Z Compiling thiserror v2.0.18
13192026-03-26T04:10:48.810Z Compiling indexmap v2.13.0
13202026-03-26T04:10:48.838Z Compiling zerocopy v0.8.47
13212026-03-26T04:10:48.955Z Compiling heck v0.5.0
13222026-03-26T04:10:49.060Z Compiling futures-sink v0.3.32
13232026-03-26T04:10:49.167Z Compiling fnv v1.0.7
13242026-03-26T04:10:49.224Z Compiling slab v0.4.12
13252026-03-26T04:10:49.241Z Compiling uuid v1.22.0
13262026-03-26T04:10:49.254Z Compiling futures-channel v0.3.32
13272026-03-26T04:10:49.266Z Compiling rustversion v1.0.22
13282026-03-26T04:10:49.401Z Compiling futures-task v0.3.32
13292026-03-26T04:10:49.455Z Compiling futures-io v0.3.32
13302026-03-26T04:10:49.479Z Compiling typenum v1.19.0
13312026-03-26T04:10:49.523Z Compiling schemars v0.8.22
13322026-03-26T04:10:49.618Z Compiling socket2 v0.6.3
13332026-03-26T04:10:49.628Z Compiling getrandom v0.2.17
13342026-03-26T04:10:49.661Z Compiling portable-atomic v1.13.1
13352026-03-26T04:10:49.775Z Compiling parking_lot v0.12.5
13362026-03-26T04:10:49.813Z Compiling signal-hook-registry v1.4.8
13372026-03-26T04:10:49.889Z Compiling mio v1.1.1
13382026-03-26T04:10:50.071Z Compiling bitflags v2.11.0
13392026-03-26T04:10:50.117Z Compiling subtle v2.6.1
13402026-03-26T04:10:50.190Z Compiling critical-section v1.2.0
13412026-03-26T04:10:50.202Z Compiling byteorder v1.5.0
13422026-03-26T04:10:50.282Z Compiling untrusted v0.9.0
13432026-03-26T04:10:50.297Z Compiling base64 v0.22.1
13442026-03-26T04:10:50.308Z Compiling rand_core v0.6.4
13452026-03-26T04:10:50.398Z Compiling synstructure v0.13.2
13462026-03-26T04:10:50.398Z Compiling serde_derive_internals v0.29.1
13472026-03-26T04:10:50.425Z Compiling cmake v0.1.57
13482026-03-26T04:10:50.492Z Compiling dunce v1.0.5
13492026-03-26T04:10:50.570Z Compiling fs_extra v1.3.0
13502026-03-26T04:10:50.584Z Compiling rustix v1.1.4
13512026-03-26T04:10:50.650Z Compiling once_cell v1.21.4
13522026-03-26T04:10:50.717Z Compiling atomic-waker v1.1.2
13532026-03-26T04:10:50.807Z Compiling httparse v1.10.1
13542026-03-26T04:10:50.823Z Compiling aws-lc-sys v0.39.0
13552026-03-26T04:10:50.841Z Compiling ipnet v2.12.0
13562026-03-26T04:10:50.862Z Compiling regex-syntax v0.8.10
13572026-03-26T04:10:50.925Z Compiling strsim v0.11.1
13582026-03-26T04:10:51.163Z Compiling slog v2.8.2
13592026-03-26T04:10:51.197Z Compiling generic-array v0.14.7
13602026-03-26T04:10:51.215Z Compiling ucd-trie v0.1.7
13612026-03-26T04:10:51.327Z Compiling tower-service v0.3.3
13622026-03-26T04:10:51.382Z Compiling tower-layer v0.3.3
13632026-03-26T04:10:51.393Z Compiling thiserror v1.0.69
13642026-03-26T04:10:51.444Z Compiling pest v2.8.6
13652026-03-26T04:10:51.535Z Compiling try-lock v0.2.5
13662026-03-26T04:10:51.546Z Compiling ryu v1.0.23
13672026-03-26T04:10:51.640Z Compiling want v0.3.1
13682026-03-26T04:10:51.685Z Compiling serde_derive v1.0.228
13692026-03-26T04:10:51.698Z Compiling zerofrom-derive v0.1.6
13702026-03-26T04:10:51.730Z Compiling yoke-derive v0.8.1
13712026-03-26T04:10:51.788Z Compiling zerovec-derive v0.11.2
13722026-03-26T04:10:51.811Z Compiling displaydoc v0.2.5
13732026-03-26T04:10:52.538Z Compiling tokio-macros v2.6.1
13742026-03-26T04:10:52.707Z Compiling schemars_derive v0.8.22
13752026-03-26T04:10:52.737Z Compiling thiserror-impl v2.0.18
13762026-03-26T04:10:52.848Z Compiling zerocopy-derive v0.8.47
13772026-03-26T04:10:52.869Z Compiling zerofrom v0.1.6
13782026-03-26T04:10:52.985Z Compiling yoke v0.8.1
13792026-03-26T04:10:53.164Z Compiling zerovec v0.11.5
13802026-03-26T04:10:53.283Z Compiling zerotrie v0.2.3
13812026-03-26T04:10:53.520Z Compiling zeroize_derive v1.4.3
13822026-03-26T04:10:53.574Z Compiling futures-macro v0.3.32
13832026-03-26T04:10:53.652Z Compiling tinystr v0.8.2
13842026-03-26T04:10:53.847Z Compiling icu_locale_core v2.1.1
13852026-03-26T04:10:53.903Z Compiling potential_utf v0.1.4
13862026-03-26T04:10:54.010Z Compiling icu_collections v2.1.1
13872026-03-26T04:10:54.164Z Compiling zeroize v1.8.2
13882026-03-26T04:10:54.203Z Compiling thiserror-impl v1.0.69
13892026-03-26T04:10:54.381Z Compiling futures-util v0.3.32
13902026-03-26T04:10:54.511Z Compiling icu_provider v2.1.1
13912026-03-26T04:10:54.767Z Compiling bytes v1.11.1
13922026-03-26T04:10:54.795Z Compiling icu_normalizer v2.1.1
13932026-03-26T04:10:54.807Z Compiling icu_properties v2.1.2
13942026-03-26T04:10:54.825Z Compiling chrono v0.4.44
13952026-03-26T04:10:55.326Z Compiling http v1.4.0
13962026-03-26T04:10:55.364Z Compiling tokio v1.50.0
13972026-03-26T04:10:55.377Z Compiling serde_tokenstream v0.2.3
13982026-03-26T04:10:55.697Z Compiling idna_adapter v1.2.1
13992026-03-26T04:10:55.834Z Compiling idna v1.1.0
14002026-03-26T04:10:56.325Z Compiling http-body v1.0.1
14012026-03-26T04:10:56.332Z Compiling url v2.5.8
14022026-03-26T04:10:56.332Z Compiling erased-serde v0.3.31
14032026-03-26T04:10:56.427Z Compiling pest_meta v2.8.6
14042026-03-26T04:10:56.602Z Compiling pin-utils v0.1.0
14052026-03-26T04:10:56.792Z Compiling httpdate v1.0.3
14062026-03-26T04:10:57.082Z Compiling ppv-lite86 v0.2.21
14072026-03-26T04:10:57.090Z Compiling getrandom v0.3.4
14082026-03-26T04:10:57.106Z Compiling pest_generator v2.8.6
14092026-03-26T04:10:57.186Z Compiling pretty-hex v0.4.2
14102026-03-26T04:10:57.317Z Compiling paste v1.0.15
14112026-03-26T04:10:57.329Z Compiling plain v0.2.3
14122026-03-26T04:10:57.358Z Compiling crypto-common v0.1.7
14132026-03-26T04:10:57.429Z Compiling omicron-workspace-hack v0.1.0
14142026-03-26T04:10:57.483Z Compiling ident_case v1.0.1
14152026-03-26T04:10:57.604Z Compiling tracing-attributes v0.1.31
14162026-03-26T04:10:57.655Z Compiling tracing-core v0.1.36
14172026-03-26T04:10:57.700Z Compiling pest_derive v2.8.6
14182026-03-26T04:10:57.765Z Compiling http-body-util v0.1.3
14192026-03-26T04:10:57.997Z Compiling serde_urlencoded v0.7.1
14202026-03-26T04:10:58.112Z Compiling ipnetwork v0.21.1
14212026-03-26T04:10:58.146Z Compiling daft-derive v0.1.5
14222026-03-26T04:10:58.234Z Compiling sync_wrapper v1.0.2
14232026-03-26T04:10:58.237Z Compiling fastrand v2.3.0
14242026-03-26T04:10:58.255Z Compiling aho-corasick v1.1.4
14252026-03-26T04:10:58.335Z Compiling winnow v1.0.0
14262026-03-26T04:10:58.507Z Compiling rustls-pki-types v1.14.0
14272026-03-26T04:10:58.535Z Compiling async-trait v0.1.89
14282026-03-26T04:10:58.800Z Compiling tracing v0.1.44
14292026-03-26T04:10:58.868Z Compiling ring v0.17.14
14302026-03-26T04:10:59.031Z Compiling regex-automata v0.4.14
14312026-03-26T04:10:59.199Z Compiling iri-string v0.7.11
14322026-03-26T04:10:59.362Z Compiling powerfmt v0.2.0
14332026-03-26T04:10:59.393Z Compiling cpufeatures v0.2.17
14342026-03-26T04:10:59.461Z Compiling anyhow v1.0.102
14352026-03-26T04:10:59.489Z Compiling num-conv v0.2.0
14362026-03-26T04:10:59.566Z Compiling time-core v0.1.8
14372026-03-26T04:10:59.616Z Compiling deranged v0.5.8
14382026-03-26T04:10:59.706Z Compiling time-macros v0.2.27
14392026-03-26T04:11:00.138Z Compiling block-buffer v0.10.4
14402026-03-26T04:11:00.275Z Compiling scroll_derive v0.13.1
14412026-03-26T04:11:00.601Z Compiling hex v0.4.3
14422026-03-26T04:11:00.665Z Compiling regex v1.12.3
14432026-03-26T04:11:00.854Z Compiling num_threads v0.1.7
14442026-03-26T04:11:00.865Z Compiling digest v0.10.7
14452026-03-26T04:11:01.127Z Compiling scroll v0.13.0
14462026-03-26T04:11:01.130Z Compiling tokio-util v0.7.18
14472026-03-26T04:11:01.391Z Compiling oxnet v0.1.4
14482026-03-26T04:11:01.563Z Compiling camino v1.2.2
14492026-03-26T04:11:01.733Z Compiling goblin v0.10.5
14502026-03-26T04:11:01.884Z Compiling usdt-impl v0.6.0
14512026-03-26T04:11:01.911Z Compiling openssl-probe v0.2.1
14522026-03-26T04:11:02.092Z Compiling dtrace-parser v0.3.0
14532026-03-26T04:11:02.315Z Compiling crossbeam-utils v0.8.21
14542026-03-26T04:11:02.521Z Compiling h2 v0.4.13
14552026-03-26T04:11:02.787Z Compiling futures-executor v0.3.32
14562026-03-26T04:11:02.948Z Compiling openapiv3 v2.2.0
14572026-03-26T04:11:02.959Z Compiling structmeta-derive v0.3.0
14582026-03-26T04:11:03.061Z Compiling regress v0.10.5
14592026-03-26T04:11:03.546Z Compiling thread-id v5.1.0
14602026-03-26T04:11:03.625Z Compiling syn v1.0.109
14612026-03-26T04:11:03.937Z Compiling rustls v0.22.4
14622026-03-26T04:11:03.955Z Compiling structmeta v0.3.0
14632026-03-26T04:11:04.163Z Compiling futures v0.3.32
14642026-03-26T04:11:04.193Z Compiling rand_core v0.9.5
14652026-03-26T04:11:04.402Z Compiling dof v0.4.0
14662026-03-26T04:11:04.517Z Compiling hyper v1.8.1
14672026-03-26T04:11:04.890Z Compiling darling_core v0.23.0
14682026-03-26T04:11:05.804Z Compiling newtype-uuid-macros v0.1.0
14692026-03-26T04:11:05.900Z Compiling thread_local v1.1.9
14702026-03-26T04:11:06.175Z Compiling match_cfg v0.1.0
14712026-03-26T04:11:06.245Z Compiling winnow v0.7.15
14722026-03-26T04:11:06.282Z Compiling aws-lc-rs v1.16.2
14732026-03-26T04:11:06.337Z Compiling hyper-util v0.1.20
14742026-03-26T04:11:06.581Z Compiling newtype-uuid v1.3.2
14752026-03-26T04:11:06.604Z Compiling quick-error v1.2.3
14762026-03-26T04:11:06.705Z Compiling slog-async v2.8.0
14772026-03-26T04:11:06.912Z Compiling ref-cast v1.0.25
14782026-03-26T04:11:06.923Z Compiling daft v0.1.5
14792026-03-26T04:11:07.023Z Compiling usdt-attr-macro v0.6.0
14802026-03-26T04:11:07.034Z Compiling darling_macro v0.23.0
14812026-03-26T04:11:07.175Z Compiling usdt-macro v0.6.0
14822026-03-26T04:11:07.250Z Compiling rand_chacha v0.9.0
14832026-03-26T04:11:07.601Z Compiling darling v0.23.0
14842026-03-26T04:11:07.675Z Compiling ref-cast-impl v1.0.25
14852026-03-26T04:11:07.687Z Compiling strum_macros v0.26.4
14862026-03-26T04:11:07.724Z Compiling serde_spanned v1.1.0
14872026-03-26T04:11:07.865Z Compiling toml_datetime v0.7.5+spec-1.1.0
14882026-03-26T04:11:08.000Z Compiling multer v3.1.0
14892026-03-26T04:11:08.168Z Compiling untrusted v0.7.1
14902026-03-26T04:11:08.199Z Compiling debug-ignore v1.0.5
14912026-03-26T04:11:08.213Z Compiling bit-vec v0.8.0
14922026-03-26T04:11:08.266Z Compiling toml_writer v1.1.0+spec-1.1.0
14932026-03-26T04:11:08.289Z Compiling take_mut v0.2.2
14942026-03-26T04:11:08.298Z Compiling term v1.2.1
14952026-03-26T04:11:08.385Z Compiling bit-set v0.8.0
14962026-03-26T04:11:08.436Z Compiling serde_with_macros v3.18.0
14972026-03-26T04:11:08.447Z Compiling rand v0.9.2
14982026-03-26T04:11:08.536Z Compiling async-stream-impl v0.3.6
14992026-03-26T04:11:08.985Z Compiling dropshot v0.16.7
15002026-03-26T04:11:09.038Z Compiling encoding_rs v0.8.35
15012026-03-26T04:11:09.202Z Compiling rustls v0.23.37
15022026-03-26T04:11:09.265Z Compiling strum v0.26.3
15032026-03-26T04:11:09.385Z Compiling unarray v0.1.4
15042026-03-26T04:11:09.396Z Compiling spin v0.9.8
15052026-03-26T04:11:09.409Z Compiling mime v0.3.17
15062026-03-26T04:11:09.508Z Compiling async-stream v0.3.6
15072026-03-26T04:11:09.552Z Compiling derive-ex v0.1.8
15082026-03-26T04:11:09.676Z Compiling dropshot_endpoint v0.16.7
15092026-03-26T04:11:09.691Z Compiling macaddr v1.0.1
15102026-03-26T04:11:09.806Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15112026-03-26T04:11:09.908Z Compiling waitgroup v0.1.2
15122026-03-26T04:11:09.942Z Compiling serde_path_to_error v0.1.20
15132026-03-26T04:11:10.269Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15142026-03-26T04:11:10.293Z Compiling tempfile v3.27.0
15152026-03-26T04:11:10.398Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15162026-03-26T04:11:10.590Z Compiling tower v0.5.3
15172026-03-26T04:11:10.659Z Compiling strum_macros v0.27.2
15182026-03-26T04:11:10.701Z Compiling instant v0.1.13
15192026-03-26T04:11:10.778Z Compiling time v0.3.47
15202026-03-26T04:11:11.081Z Compiling tower-http v0.6.8
15212026-03-26T04:11:11.155Z Compiling rustc-hash v2.1.1
15222026-03-26T04:11:11.192Z Compiling test-strategy v0.4.5
15232026-03-26T04:11:11.399Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
15242026-03-26T04:11:11.508Z Compiling crossbeam-channel v0.5.15
15252026-03-26T04:11:12.476Z Compiling strum v0.27.2
15262026-03-26T04:11:12.549Z Compiling parse-display-derive v0.10.0
15272026-03-26T04:11:12.601Z Compiling rustls-native-certs v0.8.3
15282026-03-26T04:11:12.898Z Compiling rustls-webpki v0.102.8
15292026-03-26T04:11:12.938Z Compiling backon v1.6.0
15302026-03-26T04:11:13.134Z Compiling rand_chacha v0.3.1
15312026-03-26T04:11:13.577Z Compiling rand v0.8.5
15322026-03-26T04:11:13.755Z Compiling slog-json v2.6.1
15332026-03-26T04:11:13.925Z Compiling hostname v0.3.1
15342026-03-26T04:11:13.953Z Compiling toml_parser v1.1.0+spec-1.1.0
15352026-03-26T04:11:14.061Z Compiling is-terminal v0.4.17
15362026-03-26T04:11:14.150Z Compiling memmap2 v0.9.10
15372026-03-26T04:11:14.161Z Compiling wait-timeout v0.2.1
15382026-03-26T04:11:14.361Z Compiling either v1.15.0
15392026-03-26T04:11:14.374Z Compiling toml v0.9.12+spec-1.1.0
15402026-03-26T04:11:14.456Z Compiling usdt v0.6.0
15412026-03-26T04:11:14.560Z Compiling rusty-fork v0.3.1
15422026-03-26T04:11:14.634Z Compiling slog-term v2.9.2
15432026-03-26T04:11:14.730Z Compiling slog-bunyan v2.5.0
15442026-03-26T04:11:15.230Z Compiling serde_with v3.18.0
15452026-03-26T04:11:15.320Z Compiling rand_xorshift v0.4.0
15462026-03-26T04:11:15.378Z Compiling sha1 v0.10.6
15472026-03-26T04:11:15.451Z Compiling rustls-pemfile v2.2.0
15482026-03-26T04:11:15.504Z Compiling tokio-rustls v0.25.0
15492026-03-26T04:11:15.635Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
15502026-03-26T04:11:15.678Z Compiling hostname v0.4.2
15512026-03-26T04:11:15.724Z Compiling proptest v1.11.0
15522026-03-26T04:11:16.636Z Compiling reqwest v0.12.28
15532026-03-26T04:11:16.803Z Compiling itertools v0.14.0
15542026-03-26T04:11:17.025Z Compiling iddqd v0.3.17
15552026-03-26T04:11:17.722Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
15562026-03-26T04:11:18.028Z Compiling utf8parse v0.2.2
15572026-03-26T04:11:18.135Z Compiling anstyle-parse v1.0.0
15582026-03-26T04:11:18.148Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
15592026-03-26T04:11:18.319Z Compiling toml_datetime v0.6.11
15602026-03-26T04:11:18.390Z Compiling anstyle-query v1.1.5
15612026-03-26T04:11:18.588Z Compiling is_terminal_polyfill v1.70.2
15622026-03-26T04:11:18.680Z Compiling anstyle v1.0.14
15632026-03-26T04:11:18.792Z Compiling colorchoice v1.0.5
15642026-03-26T04:11:18.897Z Compiling anstream v1.0.0
15652026-03-26T04:11:18.909Z Compiling progenitor-client v0.10.0
15662026-03-26T04:11:19.185Z Compiling parse-display v0.10.0
15672026-03-26T04:11:19.266Z Compiling backoff v0.4.0
15682026-03-26T04:11:19.473Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
15692026-03-26T04:11:19.518Z Compiling clap_lex v1.1.0
15702026-03-26T04:11:19.758Z Compiling clap_derive v4.6.0
15712026-03-26T04:11:19.928Z Compiling unicode-width v0.2.2
15722026-03-26T04:11:20.209Z Compiling terminal_size v0.4.4
15732026-03-26T04:11:20.351Z Compiling darling_core v0.21.3
15742026-03-26T04:11:20.451Z Compiling zerocopy-derive v0.7.35
15752026-03-26T04:11:21.239Z Compiling crossbeam-epoch v0.9.18
15762026-03-26T04:11:21.339Z Compiling zerocopy v0.7.35
15772026-03-26T04:11:22.001Z Compiling clap_builder v4.6.0
15782026-03-26T04:11:22.300Z Compiling proc-macro-error-attr v1.0.4
15792026-03-26T04:11:22.490Z Compiling darling_macro v0.21.3
15802026-03-26T04:11:22.518Z Compiling heapless v0.8.0
15812026-03-26T04:11:22.629Z Compiling tinyvec_macros v0.1.1
15822026-03-26T04:11:22.696Z Compiling toml_datetime v1.1.0+spec-1.1.0
15832026-03-26T04:11:22.753Z Compiling convert_case v0.4.0
15842026-03-26T04:11:22.896Z Compiling toml_edit v0.25.8+spec-1.1.0
15852026-03-26T04:11:22.965Z Compiling tinyvec v1.11.0
15862026-03-26T04:11:23.043Z Compiling darling v0.21.3
15872026-03-26T04:11:23.054Z Compiling derive_more v0.99.20
15882026-03-26T04:11:23.122Z Compiling ingot-macros v0.1.1
15892026-03-26T04:11:23.604Z Compiling clap v4.6.0
15902026-03-26T04:11:24.117Z Compiling dtrace-parser v0.2.0
15912026-03-26T04:11:24.586Z Compiling secrecy v0.10.3
15922026-03-26T04:11:24.742Z Compiling scroll_derive v0.12.1
15932026-03-26T04:11:25.000Z Compiling hash32 v0.3.1
15942026-03-26T04:11:25.063Z Compiling proc-macro-error v1.0.4
15952026-03-26T04:11:25.149Z Compiling usdt-impl v0.5.0
15962026-03-26T04:11:25.237Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15972026-03-26T04:11:25.279Z Compiling crucible-workspace-hack v0.1.0
15982026-03-26T04:11:25.389Z Compiling smoltcp v0.11.0
15992026-03-26T04:11:25.438Z Compiling winnow v0.5.40
16002026-03-26T04:11:25.522Z Compiling scroll v0.12.0
16012026-03-26T04:11:25.790Z Compiling proc-macro-crate v3.5.0
16022026-03-26T04:11:25.900Z Compiling ingot-types v0.1.2
16032026-03-26T04:11:26.210Z Compiling dof v0.3.0
16042026-03-26T04:11:26.402Z Compiling typify-impl v0.6.1
16052026-03-26T04:11:26.550Z Compiling serde_spanned v0.6.9
16062026-03-26T04:11:26.553Z Compiling cobs v0.3.0
16072026-03-26T04:11:26.574Z Compiling memoffset v0.9.1
16082026-03-26T04:11:26.696Z Compiling thread-id v4.2.2
16092026-03-26T04:11:26.723Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
16102026-03-26T04:11:26.742Z Compiling cfg_aliases v0.2.1
16112026-03-26T04:11:26.773Z Compiling toml_edit v0.19.15
16122026-03-26T04:11:26.796Z Compiling managed v0.8.0
16132026-03-26T04:11:26.808Z Compiling toml_write v0.1.2
16142026-03-26T04:11:26.877Z Compiling bitflags v1.3.2
16152026-03-26T04:11:26.945Z Compiling nix v0.31.2
16162026-03-26T04:11:26.956Z Compiling toml_edit v0.22.27
16172026-03-26T04:11:27.303Z Compiling postcard v1.1.3
16182026-03-26T04:11:27.832Z Compiling ingot v0.1.1
16192026-03-26T04:11:28.157Z Compiling proc-macro-crate v1.3.1
16202026-03-26T04:11:28.479Z Compiling num_enum_derive v0.7.6
16212026-03-26T04:11:28.745Z Compiling goblin v0.8.2
16222026-03-26T04:11:29.262Z Compiling tabwriter v1.4.1
16232026-03-26T04:11:29.501Z Compiling foreign-types-macros v0.2.3
16242026-03-26T04:11:29.622Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16252026-03-26T04:11:29.673Z Compiling num-integer v0.1.46
16262026-03-26T04:11:29.915Z Compiling rustc_version v0.4.1
16272026-03-26T04:11:29.991Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16282026-03-26T04:11:30.206Z Compiling rayon-core v1.13.0
16292026-03-26T04:11:30.273Z Compiling cpufeatures v0.3.0
16302026-03-26T04:11:30.344Z Compiling heck v0.4.1
16312026-03-26T04:11:30.360Z Compiling float-ord v0.3.2
16322026-03-26T04:11:30.372Z Compiling foreign-types-shared v0.3.1
16332026-03-26T04:11:30.467Z Compiling foreign-types v0.5.0
16342026-03-26T04:11:30.525Z Compiling chacha20 v0.10.0
16352026-03-26T04:11:30.778Z Compiling curve25519-dalek v4.1.3
16362026-03-26T04:11:30.808Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16372026-03-26T04:11:31.054Z Compiling num_enum v0.7.6
16382026-03-26T04:11:31.182Z Compiling num_enum_derive v0.5.11
16392026-03-26T04:11:31.804Z Compiling toml v0.8.23
16402026-03-26T04:11:32.621Z Compiling crossbeam-deque v0.8.6
16412026-03-26T04:11:32.641Z Compiling typify-macro v0.6.1
16422026-03-26T04:11:32.822Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
16432026-03-26T04:11:33.066Z Compiling hmac v0.12.1
16442026-03-26T04:11:33.306Z Compiling inout v0.1.4
16452026-03-26T04:11:33.317Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16462026-03-26T04:11:33.450Z Compiling ff v0.13.1
16472026-03-26T04:11:33.802Z Compiling cstr-argument v0.1.2
16482026-03-26T04:11:33.824Z Compiling prettyplease v0.2.37
16492026-03-26T04:11:33.951Z Compiling colored v3.1.1
16502026-03-26T04:11:34.056Z Compiling rustix v0.38.44
16512026-03-26T04:11:34.201Z Compiling rustls-webpki v0.103.10
16522026-03-26T04:11:34.402Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
16532026-03-26T04:11:34.563Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16542026-03-26T04:11:35.118Z Compiling group v0.13.0
16552026-03-26T04:11:35.242Z Compiling cipher v0.4.4
16562026-03-26T04:11:35.375Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
16572026-03-26T04:11:35.536Z Compiling hkdf v0.12.4
16582026-03-26T04:11:35.768Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
16592026-03-26T04:11:35.942Z Compiling num_enum v0.5.11
16602026-03-26T04:11:36.036Z Compiling rand v0.10.0
16612026-03-26T04:11:36.056Z Compiling num-rational v0.4.2
16622026-03-26T04:11:36.131Z Compiling num-iter v0.1.45
16632026-03-26T04:11:36.251Z Compiling usdt-macro v0.5.0
16642026-03-26T04:11:36.448Z Compiling usdt-attr-macro v0.5.0
16652026-03-26T04:11:37.285Z Compiling camino-tempfile v1.4.1
16662026-03-26T04:11:37.335Z Compiling thiserror-impl-no-std v2.0.2
16672026-03-26T04:11:37.532Z Compiling tokio-rustls v0.26.4
16682026-03-26T04:11:37.595Z Compiling rustls-platform-verifier v0.6.2
16692026-03-26T04:11:37.803Z Compiling hyper-rustls v0.27.7
16702026-03-26T04:11:38.061Z Compiling reqwest v0.13.2
16712026-03-26T04:11:38.231Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
16722026-03-26T04:11:38.414Z Compiling universal-hash v0.5.1
16732026-03-26T04:11:38.545Z Compiling half v2.7.1
16742026-03-26T04:11:38.580Z Compiling crypto-bigint v0.5.5
16752026-03-26T04:11:38.846Z Compiling curve25519-dalek-derive v0.1.1
16762026-03-26T04:11:39.179Z Compiling enum-as-inner v0.6.1
16772026-03-26T04:11:39.303Z Compiling progenitor-client v0.13.0
16782026-03-26T04:11:39.526Z Compiling progenitor-extras v0.1.1
16792026-03-26T04:11:39.718Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
16802026-03-26T04:11:39.738Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
16812026-03-26T04:11:39.764Z Compiling num-complex v0.4.6
16822026-03-26T04:11:40.020Z Compiling memmap v0.7.0
16832026-03-26T04:11:40.144Z Compiling base64ct v1.8.3
16842026-03-26T04:11:40.155Z Compiling base16ct v0.2.0
16852026-03-26T04:11:40.212Z Compiling ciborium-io v0.2.2
16862026-03-26T04:11:40.312Z Compiling opaque-debug v0.3.1
16872026-03-26T04:11:40.322Z Compiling data-encoding v2.10.0
16882026-03-26T04:11:40.384Z Compiling password-hash v0.5.0
16892026-03-26T04:11:40.452Z Compiling poly1305 v0.8.0
16902026-03-26T04:11:40.861Z Compiling ciborium-ll v0.2.2
16912026-03-26T04:11:40.892Z Compiling elliptic-curve v0.13.8
16922026-03-26T04:11:40.935Z Compiling usdt v0.5.0
16932026-03-26T04:11:41.165Z Compiling num v0.4.3
16942026-03-26T04:11:41.245Z Compiling thiserror-no-std v2.0.2
16952026-03-26T04:11:41.302Z Compiling rayon v1.11.0
16962026-03-26T04:11:41.327Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16972026-03-26T04:11:41.676Z Compiling chacha20 v0.9.1
16982026-03-26T04:11:41.897Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16992026-03-26T04:11:42.368Z Compiling typify v0.6.1
17002026-03-26T04:11:42.711Z Compiling zone_cfg_derive v0.3.1
17012026-03-26T04:11:42.734Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
17022026-03-26T04:11:43.066Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17032026-03-26T04:11:43.158Z Compiling itertools v0.12.1
17042026-03-26T04:11:43.215Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17052026-03-26T04:11:43.372Z Compiling blake2 v0.10.6
17062026-03-26T04:11:43.409Z Compiling byte-wrapper v0.1.0
17072026-03-26T04:11:43.462Z Compiling aead v0.5.2
17082026-03-26T04:11:43.621Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17092026-03-26T04:11:43.633Z Compiling num-derive v0.4.2
17102026-03-26T04:11:43.766Z Compiling sigpipe v0.1.3
17112026-03-26T04:11:43.823Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17122026-03-26T04:11:43.854Z Compiling unsafe-libyaml v0.2.11
17132026-03-26T04:11:43.943Z Compiling jiff v0.2.23
17142026-03-26T04:11:44.038Z Compiling vcpkg v0.2.15
17152026-03-26T04:11:44.355Z Compiling glob v0.3.3
17162026-03-26T04:11:44.520Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17172026-03-26T04:11:44.566Z Compiling keccak v0.1.6
17182026-03-26T04:11:44.593Z Compiling pkg-config v0.3.32
17192026-03-26T04:11:44.802Z Compiling sha3 v0.10.8
17202026-03-26T04:11:44.813Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
17212026-03-26T04:11:45.036Z Compiling openssl-sys v0.9.112
17222026-03-26T04:11:45.048Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17232026-03-26T04:11:45.204Z Compiling serde_yaml v0.9.34+deprecated
17242026-03-26T04:11:45.216Z Compiling zone v0.3.1
17252026-03-26T04:11:45.604Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17262026-03-26T04:11:46.521Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17272026-03-26T04:11:46.626Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17282026-03-26T04:11:46.895Z Compiling chacha20poly1305 v0.10.1
17292026-03-26T04:11:47.029Z Compiling argon2 v0.5.3
17302026-03-26T04:11:47.459Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17312026-03-26T04:11:47.702Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17322026-03-26T04:11:47.714Z Compiling progenitor-impl v0.13.0
17332026-03-26T04:11:47.898Z Compiling vsss-rs v3.3.4
17342026-03-26T04:11:48.261Z Compiling ciborium v0.2.2
17352026-03-26T04:11:48.467Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17362026-03-26T04:11:48.585Z Compiling hubpack_derive v0.1.1
17372026-03-26T04:11:48.758Z Compiling smf v0.2.3
17382026-03-26T04:11:48.787Z Compiling resolv-conf v0.7.6
17392026-03-26T04:11:48.842Z Compiling semver v0.1.20
17402026-03-26T04:11:49.091Z Compiling linked-hash-map v0.5.6
17412026-03-26T04:11:49.102Z Compiling static_assertions v1.1.0
17422026-03-26T04:11:49.152Z Compiling whoami v1.6.1
17432026-03-26T04:11:49.164Z Compiling indent_write v2.2.0
17442026-03-26T04:11:49.252Z Compiling lru-cache v0.1.2
17452026-03-26T04:11:49.274Z Compiling hubpack v0.1.2
17462026-03-26T04:11:49.294Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17472026-03-26T04:11:49.374Z Compiling rustc_version v0.1.7
17482026-03-26T04:11:49.498Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17492026-03-26T04:11:49.524Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17502026-03-26T04:11:49.629Z Compiling hickory-proto v0.24.4
17512026-03-26T04:11:50.050Z Compiling serde-big-array v0.5.1
17522026-03-26T04:11:50.194Z Compiling pin-project-internal v1.1.11
17532026-03-26T04:11:51.166Z Compiling derive-where v1.6.1
17542026-03-26T04:11:51.308Z Compiling progenitor-macro v0.13.0
17552026-03-26T04:11:51.320Z Compiling serde_repr v0.1.20
17562026-03-26T04:11:51.899Z Compiling minimal-lexical v0.2.1
17572026-03-26T04:11:52.159Z Compiling unicode-segmentation v1.13.1
17582026-03-26T04:11:52.284Z Compiling swrite v0.1.0
17592026-03-26T04:11:52.382Z Compiling siphasher v1.0.2
17602026-03-26T04:11:52.420Z Compiling nom v7.1.3
17612026-03-26T04:11:52.578Z Compiling phf_shared v0.12.1
17622026-03-26T04:11:52.589Z Compiling newline-converter v0.3.0
17632026-03-26T04:11:52.703Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17642026-03-26T04:11:52.752Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17652026-03-26T04:11:52.940Z Compiling hickory-resolver v0.24.4
17662026-03-26T04:11:53.197Z Compiling pin-project v1.1.11
17672026-03-26T04:11:53.298Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17682026-03-26T04:11:53.302Z Compiling newtype_derive v0.1.6
17692026-03-26T04:11:53.530Z Compiling atomicwrites v0.4.4
17702026-03-26T04:11:53.786Z Compiling unicode-normalization v0.1.25
17712026-03-26T04:11:54.173Z Compiling console v0.15.11
17722026-03-26T04:11:54.246Z Compiling tokio-stream v0.1.18
17732026-03-26T04:11:54.707Z Compiling snafu-derive v0.8.9
17742026-03-26T04:11:54.839Z Compiling async-recursion v1.1.1
17752026-03-26T04:11:54.973Z Compiling slog-dtrace v0.3.0
17762026-03-26T04:11:55.112Z Compiling bstr v1.12.1
17772026-03-26T04:11:55.202Z Compiling csv-core v0.1.13
17782026-03-26T04:11:55.495Z Compiling foreign-types-shared v0.1.1
17792026-03-26T04:11:55.511Z Compiling cancel-safe-futures v0.1.5
17802026-03-26T04:11:55.579Z Compiling highway v1.3.0
17812026-03-26T04:11:55.590Z Compiling openssl v0.10.76
17822026-03-26T04:11:55.593Z Compiling same-file v1.0.6
17832026-03-26T04:11:55.671Z Compiling similar v2.7.0
17842026-03-26T04:11:55.747Z Compiling owo-colors v4.3.0
17852026-03-26T04:11:55.771Z Compiling unicode-xid v0.2.6
17862026-03-26T04:11:55.856Z Compiling foldhash v0.1.5
17872026-03-26T04:11:55.893Z Compiling chrono-tz v0.10.4
17882026-03-26T04:11:55.967Z Compiling unicode-width v0.1.14
17892026-03-26T04:11:56.038Z Compiling hashbrown v0.15.5
17902026-03-26T04:11:56.121Z Compiling expectorate v1.2.0
17912026-03-26T04:11:56.123Z Compiling const_format_proc_macros v0.2.34
17922026-03-26T04:11:56.264Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17932026-03-26T04:11:56.291Z Compiling walkdir v2.5.0
17942026-03-26T04:11:56.399Z Compiling progenitor v0.13.0
17952026-03-26T04:11:56.498Z Compiling snafu v0.8.9
17962026-03-26T04:11:56.533Z Compiling foreign-types v0.3.2
17972026-03-26T04:11:56.563Z Compiling globset v0.4.18
17982026-03-26T04:11:56.605Z Compiling csv v1.4.0
17992026-03-26T04:11:56.650Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18002026-03-26T04:11:56.673Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18012026-03-26T04:11:56.880Z Compiling qorb v0.4.1
18022026-03-26T04:11:57.161Z Compiling olpc-cjson v0.1.4
18032026-03-26T04:11:57.327Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18042026-03-26T04:11:57.447Z Compiling phf v0.12.1
18052026-03-26T04:11:57.852Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18062026-03-26T04:11:58.122Z Compiling tokio-dtrace v0.1.1
18072026-03-26T04:11:58.135Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18082026-03-26T04:11:58.394Z Compiling libsw-core v0.3.2
18092026-03-26T04:11:58.514Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18102026-03-26T04:11:58.562Z Compiling serde_plain v1.0.2
18112026-03-26T04:11:58.604Z Compiling openssl-macros v0.1.1
18122026-03-26T04:11:58.767Z Compiling pem v3.0.6
18132026-03-26T04:11:58.783Z Compiling cookie v0.18.1
18142026-03-26T04:11:58.827Z Compiling bytecount v0.6.9
18152026-03-26T04:11:58.971Z Compiling fixedbitset v0.5.7
18162026-03-26T04:11:59.003Z Compiling fixedbitset v0.4.2
18172026-03-26T04:11:59.066Z Compiling typed-path v0.9.3
18182026-03-26T04:11:59.120Z Compiling papergrid v0.11.0
18192026-03-26T04:11:59.149Z Compiling libsw v3.5.0
18202026-03-26T04:11:59.228Z Compiling petgraph v0.6.5
18212026-03-26T04:11:59.300Z Compiling petgraph v0.8.3
18222026-03-26T04:11:59.324Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18232026-03-26T04:12:00.363Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18242026-03-26T04:12:00.604Z Compiling tough v0.20.0
18252026-03-26T04:12:00.705Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18262026-03-26T04:12:00.944Z Compiling oxide-tokio-rt v0.1.3
18272026-03-26T04:12:01.096Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18282026-03-26T04:12:01.364Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18292026-03-26T04:12:02.280Z Compiling const_format v0.2.35
18302026-03-26T04:12:02.652Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18312026-03-26T04:12:03.632Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18322026-03-26T04:12:03.762Z Compiling gethostname v0.5.0
18332026-03-26T04:12:03.888Z Compiling tabled_derive v0.7.0
18342026-03-26T04:12:04.302Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18352026-03-26T04:12:04.446Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18362026-03-26T04:12:04.537Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18372026-03-26T04:12:04.684Z Compiling bcs v0.1.6
18382026-03-26T04:12:04.752Z Compiling termtree v0.5.1
18392026-03-26T04:12:04.810Z Compiling lazy_static v1.5.0
18402026-03-26T04:12:04.899Z Compiling smawk v0.3.2
18412026-03-26T04:12:04.914Z Compiling linear-map v1.2.0
18422026-03-26T04:12:04.999Z Compiling tagptr v0.2.0
18432026-03-26T04:12:05.034Z Compiling unicode-linebreak v0.1.5
18442026-03-26T04:12:05.092Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18452026-03-26T04:12:05.103Z Compiling steno v0.4.1
18462026-03-26T04:12:05.145Z Compiling moka v0.12.15
18472026-03-26T04:12:05.280Z Compiling textwrap v0.16.2
18482026-03-26T04:12:05.319Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18492026-03-26T04:12:05.843Z Compiling tabled v0.15.0
18502026-03-26T04:12:05.932Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18512026-03-26T04:12:05.983Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18522026-03-26T04:12:06.007Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18532026-03-26T04:12:06.175Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18542026-03-26T04:12:06.819Z Compiling hickory-proto v0.25.2
18552026-03-26T04:12:06.986Z Compiling humantime v2.3.0
18562026-03-26T04:12:07.271Z Compiling num-derive v0.3.3
18572026-03-26T04:12:08.196Z Compiling parking_lot_core v0.8.6
18582026-03-26T04:12:08.394Z Compiling libscf-sys v1.1.0
18592026-03-26T04:12:08.427Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18602026-03-26T04:12:08.480Z Compiling crc32fast v1.5.0
18612026-03-26T04:12:08.536Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18622026-03-26T04:12:08.770Z Compiling hickory-resolver v0.25.2
18632026-03-26T04:12:08.912Z Compiling parking_lot v0.11.2
18642026-03-26T04:12:08.983Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18652026-03-26T04:12:09.013Z Compiling fxhash v0.2.1
18662026-03-26T04:12:09.109Z Compiling internet-checksum v0.2.1
18672026-03-26T04:12:09.146Z Compiling sled v0.34.7
18682026-03-26T04:12:09.205Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
18692026-03-26T04:12:09.579Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18702026-03-26T04:12:14.874Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18712026-03-26T04:12:21.976Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18722026-03-26T04:12:23.548Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18732026-03-26T04:12:24.610Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
18742026-03-26T04:12:25.715Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
18752026-03-26T04:12:26.698Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
18762026-03-26T04:12:49.101Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 03s
18772026-03-26T04:12:49.274Z────────────
18782026-03-26T04:12:49.274Z Nextest run ID 9d7688e8-35e0-4585-a780-92503bc311e2 with nextest profile: default
18792026-03-26T04:12:49.274Z Starting 18 tests across 1 binary (27 tests skipped)
18802026-03-26T04:13:05.480Z PASS [ 16.202s] rdb proptest::prop_ipv6_host_bits_always_unset
18812026-03-26T04:13:05.543Z PASS [ 16.266s] rdb proptest::prop_ipv6_default_contains_all
18822026-03-26T04:13:05.622Z PASS [ 16.345s] rdb proptest::prop_ipv4_host_bits_always_unset
18832026-03-26T04:13:05.651Z PASS [ 16.374s] rdb proptest::prop_ipv4_default_contains_all
18842026-03-26T04:13:05.691Z PASS [ 16.414s] rdb proptest::prop_ipv4_length_in_bounds
18852026-03-26T04:13:05.778Z PASS [ 16.501s] rdb proptest::prop_ipv4_unset_host_bits_idempotent
18862026-03-26T04:13:05.790Z PASS [ 16.513s] rdb proptest::prop_ipv4_within_self
18872026-03-26T04:13:21.572Z PASS [ 16.090s] rdb proptest::prop_ipv6_length_in_bounds
18882026-03-26T04:13:21.676Z PASS [ 16.131s] rdb proptest::prop_ipv6_unset_host_bits_idempotent
18892026-03-26T04:13:21.811Z PASS [ 16.187s] rdb proptest::prop_ipv6_within_self
18902026-03-26T04:13:22.050Z PASS [ 16.397s] rdb proptest::prop_prefix_enum_no_cross_family
18912026-03-26T04:13:30.512Z PASS [ 24.817s] rdb proptest::prop_static_route_key_deduplication
18922026-03-26T04:13:40.624Z PASS [ 34.841s] rdb proptest::prop_static_route_key_normalization_idempotent
18932026-03-26T04:13:40.636Z PASS [ 34.841s] rdb proptest::prop_static_route_key_normalization_preserves_fields
18942026-03-26T04:13:49.285Z SLOW [> 60.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
18952026-03-26T04:13:56.313Z PASS [ 34.736s] rdb proptest::prop_static_route_key_normalization_preserves_length
18962026-03-26T04:13:56.466Z PASS [ 34.784s] rdb proptest::prop_static_route_key_normalized_has_no_host_bits
18972026-03-26T04:14:12.448Z PASS [ 50.630s] rdb proptest::prop_static_route_key_ord_consistency
18982026-03-26T04:14:49.295Z SLOW [>120.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
18992026-03-26T04:15:49.304Z SLOW [>180.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19002026-03-26T04:16:49.313Z SLOW [>240.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19012026-03-26T04:17:01.570Z PASS [ 252.261s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19022026-03-26T04:17:01.573Z────────────
19032026-03-26T04:17:01.573Z Summary [ 252.262s] 18 tests run: 18 passed (1 slow), 27 skipped
19042026-03-26T04:17:01.584Z+ cp '*.log' /work/
19052026-03-26T04:17:01.586Z+ true
19062026-03-26T04:17:01.587Z+ '[' -d proptest-regressions ']'
19072026-03-26T04:17:01.587Z+ cp -r proptest-regressions /work/rdb-proptest-regressions
19082026-03-26T04:17:01.589Z+ popd
19092026-03-26T04:17:01.589Z/work/oxidecomputer/maghemite
19102026-03-26T04:17:01.589Z+ pushd bgp
19112026-03-26T04:17:01.590Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
19122026-03-26T04:17:01.590Z+ PROPTEST_CASES=1000000
19132026-03-26T04:17:01.590Z+ cargo nextest run --lib proptest
19142026-03-26T04:17:02.717Z Compiling smallvec v1.15.1
19152026-03-26T04:17:02.720Z Compiling serde_json v1.0.149
19162026-03-26T04:17:02.892Z Compiling crunchy v0.2.4
19172026-03-26T04:17:02.912Z Compiling tiny-keccak v2.0.2
19182026-03-26T04:17:02.923Z Compiling smartstring v1.0.1
19192026-03-26T04:17:02.926Z Compiling ahash v0.8.12
19202026-03-26T04:17:03.018Z Compiling icu_normalizer v2.1.1
19212026-03-26T04:17:03.041Z Compiling parking_lot_core v0.9.12
19222026-03-26T04:17:03.181Z Compiling parking_lot_core v0.8.6
19232026-03-26T04:17:03.262Z Compiling parking_lot v0.12.5
19242026-03-26T04:17:03.346Z Compiling idna_adapter v1.2.1
19252026-03-26T04:17:03.482Z Compiling idna v1.1.0
19262026-03-26T04:17:03.493Z Compiling tokio v1.50.0
19272026-03-26T04:17:03.602Z Compiling dof v0.4.0
19282026-03-26T04:17:03.667Z Compiling schemars v0.8.22
19292026-03-26T04:17:03.719Z Compiling openapiv3 v2.2.0
19302026-03-26T04:17:03.817Z Compiling url v2.5.8
19312026-03-26T04:17:04.253Z Compiling slog-json v2.6.1
19322026-03-26T04:17:04.677Z Compiling usdt-impl v0.6.0
19332026-03-26T04:17:04.950Z Compiling slog-bunyan v2.5.0
19342026-03-26T04:17:05.252Z Compiling ipnetwork v0.21.1
19352026-03-26T04:17:05.324Z Compiling newtype-uuid v1.3.2
19362026-03-26T04:17:05.395Z Compiling usdt-macro v0.6.0
19372026-03-26T04:17:05.478Z Compiling oxnet v0.1.4
19382026-03-26T04:17:05.690Z Compiling usdt-attr-macro v0.6.0
19392026-03-26T04:17:05.723Z Compiling serde_with v3.18.0
19402026-03-26T04:17:05.941Z Compiling daft v0.1.5
19412026-03-26T04:17:05.954Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
19422026-03-26T04:17:06.209Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19432026-03-26T04:17:06.523Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
19442026-03-26T04:17:06.727Z Compiling iddqd v0.3.17
19452026-03-26T04:17:06.880Z Compiling usdt v0.6.0
19462026-03-26T04:17:07.159Z Compiling tokio-util v0.7.18
19472026-03-26T04:17:07.296Z Compiling tower v0.5.3
19482026-03-26T04:17:07.346Z Compiling tokio-rustls v0.26.4
19492026-03-26T04:17:07.465Z Compiling tokio-rustls v0.25.0
19502026-03-26T04:17:07.608Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19512026-03-26T04:17:07.693Z Compiling tower-http v0.6.8
19522026-03-26T04:17:07.770Z Compiling h2 v0.4.13
19532026-03-26T04:17:07.783Z Compiling backoff v0.4.0
19542026-03-26T04:17:08.175Z Compiling typify-impl v0.6.1
19552026-03-26T04:17:08.453Z Compiling dof v0.3.0
19562026-03-26T04:17:08.798Z Compiling usdt-impl v0.5.0
19572026-03-26T04:17:09.098Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
19582026-03-26T04:17:09.316Z Compiling usdt-macro v0.5.0
19592026-03-26T04:17:09.982Z Compiling hyper v1.8.1
19602026-03-26T04:17:10.062Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
19612026-03-26T04:17:10.247Z Compiling usdt-attr-macro v0.5.0
19622026-03-26T04:17:11.238Z Compiling hyper-util v0.1.20
19632026-03-26T04:17:11.418Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19642026-03-26T04:17:11.529Z Compiling usdt v0.5.0
19652026-03-26T04:17:11.799Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
19662026-03-26T04:17:11.812Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
19672026-03-26T04:17:12.011Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
19682026-03-26T04:17:12.378Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19692026-03-26T04:17:12.460Z Compiling hyper-rustls v0.27.7
19702026-03-26T04:17:12.502Z Compiling dropshot v0.16.7
19712026-03-26T04:17:12.766Z Compiling reqwest v0.13.2
19722026-03-26T04:17:12.780Z Compiling reqwest v0.12.28
19732026-03-26T04:17:14.500Z Compiling progenitor-client v0.13.0
19742026-03-26T04:17:14.812Z Compiling progenitor-extras v0.1.1
19752026-03-26T04:17:15.060Z Compiling progenitor-client v0.10.0
19762026-03-26T04:17:15.350Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19772026-03-26T04:17:16.177Z Compiling typify-macro v0.6.1
19782026-03-26T04:17:16.994Z Compiling byte-wrapper v0.1.0
19792026-03-26T04:17:17.363Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
19802026-03-26T04:17:17.487Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19812026-03-26T04:17:17.699Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
19822026-03-26T04:17:18.283Z Compiling typify v0.6.1
19832026-03-26T04:17:18.383Z Compiling progenitor-impl v0.13.0
19842026-03-26T04:17:18.821Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
19852026-03-26T04:17:19.040Z Compiling zone v0.3.1
19862026-03-26T04:17:19.746Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
19872026-03-26T04:17:19.840Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19882026-03-26T04:17:19.851Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19892026-03-26T04:17:19.919Z Compiling hickory-proto v0.24.4
19902026-03-26T04:17:20.102Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19912026-03-26T04:17:20.354Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19922026-03-26T04:17:20.659Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19932026-03-26T04:17:22.681Z Compiling progenitor-macro v0.13.0
19942026-03-26T04:17:23.283Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19952026-03-26T04:17:23.457Z Compiling hickory-resolver v0.24.4
19962026-03-26T04:17:23.470Z Compiling tokio-stream v0.1.18
19972026-03-26T04:17:23.872Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19982026-03-26T04:17:23.939Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19992026-03-26T04:17:25.184Z Compiling qorb v0.4.1
20002026-03-26T04:17:25.351Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20012026-03-26T04:17:25.659Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20022026-03-26T04:17:25.776Z Compiling tokio-dtrace v0.1.1
20032026-03-26T04:17:26.061Z Compiling libsw-core v0.3.2
20042026-03-26T04:17:26.086Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
20052026-03-26T04:17:26.232Z Compiling olpc-cjson v0.1.4
20062026-03-26T04:17:26.255Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20072026-03-26T04:17:26.372Z Compiling tough v0.20.0
20082026-03-26T04:17:26.394Z Compiling libsw v3.5.0
20092026-03-26T04:17:26.463Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20102026-03-26T04:17:26.572Z Compiling oxide-tokio-rt v0.1.3
20112026-03-26T04:17:26.884Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20122026-03-26T04:17:27.546Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20132026-03-26T04:17:27.732Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20142026-03-26T04:17:27.744Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20152026-03-26T04:17:27.856Z Compiling slog-dtrace v0.3.0
20162026-03-26T04:17:27.894Z Compiling progenitor v0.13.0
20172026-03-26T04:17:27.914Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
20182026-03-26T04:17:28.051Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
20192026-03-26T04:17:28.172Z Compiling cancel-safe-futures v0.1.5
20202026-03-26T04:17:28.298Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20212026-03-26T04:17:28.478Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20222026-03-26T04:17:28.978Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20232026-03-26T04:17:29.166Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20242026-03-26T04:17:29.169Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20252026-03-26T04:17:29.329Z Compiling hickory-proto v0.25.2
20262026-03-26T04:17:29.372Z Compiling steno v0.4.1
20272026-03-26T04:17:30.115Z Compiling moka v0.12.15
20282026-03-26T04:17:30.964Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20292026-03-26T04:17:31.219Z Compiling hickory-resolver v0.25.2
20302026-03-26T04:17:32.317Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20312026-03-26T04:17:32.633Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20322026-03-26T04:17:32.866Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20332026-03-26T04:17:33.369Z Compiling const-random-macro v0.1.16
20342026-03-26T04:17:33.529Z Compiling parking_lot v0.11.2
20352026-03-26T04:17:33.771Z Compiling const-random v0.1.18
20362026-03-26T04:17:33.888Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20372026-03-26T04:17:33.966Z Compiling sdd v3.0.10
20382026-03-26T04:17:34.139Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20392026-03-26T04:17:34.317Z Compiling scc v2.4.0
20402026-03-26T04:17:34.490Z Compiling sled v0.34.7
20412026-03-26T04:17:35.130Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
20422026-03-26T04:17:35.198Z Compiling thin-vec v0.2.14
20432026-03-26T04:17:35.429Z Compiling serial_test_derive v3.4.0
20442026-03-26T04:17:35.483Z Compiling rhai_codegen v3.1.0
20452026-03-26T04:17:35.637Z Compiling diff v0.1.13
20462026-03-26T04:17:35.732Z Compiling yansi v1.0.1
20472026-03-26T04:17:35.770Z Compiling nom v8.0.0
20482026-03-26T04:17:35.967Z Compiling pretty_assertions v1.4.1
20492026-03-26T04:17:36.203Z Compiling serial_test v3.4.0
20502026-03-26T04:17:36.631Z Compiling rhai v1.24.0
20512026-03-26T04:17:41.593Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20522026-03-26T04:17:49.166Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20532026-03-26T04:17:50.761Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20542026-03-26T04:17:51.828Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
20552026-03-26T04:17:52.934Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
20562026-03-26T04:17:53.713Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
20572026-03-26T04:17:56.076Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
20582026-03-26T04:18:29.144Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 26s
20592026-03-26T04:18:29.314Z────────────
20602026-03-26T04:18:29.314Z Nextest run ID fd8bf376-7c70-4b5e-aee2-b530fb7c904a with nextest profile: default
20612026-03-26T04:18:29.314Z Starting 18 tests across 1 binary (132 tests skipped)
20622026-03-26T04:18:45.620Z PASS [ 16.304s] bgp proptest::prop_ipv4_wire_format_roundtrip
20632026-03-26T04:18:47.655Z PASS [ 18.339s] bgp proptest::prop_ipv4_withdrawn_roundtrip
20642026-03-26T04:18:47.757Z PASS [ 18.441s] bgp proptest::prop_ipv4_prefixes_roundtrip
20652026-03-26T04:18:48.989Z PASS [ 19.673s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
20662026-03-26T04:18:49.673Z PASS [ 20.356s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
20672026-03-26T04:18:57.774Z PASS [ 28.456s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
20682026-03-26T04:19:03.950Z PASS [ 16.292s] bgp proptest::prop_ipv6_wire_format_roundtrip
20692026-03-26T04:19:05.774Z PASS [ 20.151s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
20702026-03-26T04:19:07.377Z PASS [ 19.617s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
20712026-03-26T04:19:08.163Z PASS [ 18.488s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
20722026-03-26T04:19:09.042Z PASS [ 39.723s] bgp proptest::prop_duplicate_attrs_deduplicated
20732026-03-26T04:19:16.712Z PASS [ 18.936s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
20742026-03-26T04:19:22.523Z PASS [ 18.570s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
20752026-03-26T04:19:29.324Z SLOW [> 60.000s] bgp proptest::prop_encode_decode_semantic_equivalence
20762026-03-26T04:19:35.309Z PASS [ 27.927s] bgp proptest::prop_update_mp_unreach_roundtrip
20772026-03-26T04:19:35.655Z PASS [ 66.332s] bgp proptest::prop_encode_decode_semantic_equivalence
20782026-03-26T04:19:49.000Z SLOW [> 60.000s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20792026-03-26T04:19:57.434Z PASS [ 68.435s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20802026-03-26T04:20:05.787Z SLOW [> 60.000s] bgp proptest::prop_update_mp_reach_roundtrip
20812026-03-26T04:20:08.174Z SLOW [> 60.000s] bgp proptest::prop_update_traditional_roundtrip
20822026-03-26T04:20:08.769Z PASS [ 60.597s] bgp proptest::prop_update_traditional_roundtrip
20832026-03-26T04:20:17.691Z PASS [ 71.907s] bgp proptest::prop_update_mp_reach_roundtrip
20842026-03-26T04:20:17.692Z────────────
20852026-03-26T04:20:17.692Z Summary [ 108.363s] 18 tests run: 18 passed (4 slow), 132 skipped
20862026-03-26T04:20:17.704Z+ cp '*.log' /work/
20872026-03-26T04:20:17.707Z+ true
20882026-03-26T04:20:17.707Z+ '[' -d proptest-regressions ']'
20892026-03-26T04:20:17.707Z+ cp -r proptest-regressions /work/bgp-proptest-regressions
20902026-03-26T04:20:17.710Z+ popd
20912026-03-26T04:20:17.710Z/work/oxidecomputer/maghemite
20922026-03-26T04:20:17.710Zprocess exited: duration 718611 ms, exit code 0
 
20932026-03-26T04:20:17.716Zfound 0 output files