01KRPVXE87XWX8JH149W0GJEYE: 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: 01KRPVXY4SDA0B7NVRKZY0272V

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-15T22:26:58.608Zjob assigned to worker 01KRPVYCMRP6E2KXZ3KF6DWB1Q [factory aws, i-06b471b3b3fbe6d41] (queued for 1 m 7 s)
 
22026-05-15T22:27:05.083Zstarting task 0: "setup"
32026-05-15T22:27:05.089Z++ uname -s
42026-05-15T22:27:05.092Z+ kern=SunOS
52026-05-15T22:27:05.092Z+ build_user=build
62026-05-15T22:27:05.092Z+ build_uid=12345
72026-05-15T22:27:05.092Z+ work_dir=/work
82026-05-15T22:27:05.092Z+ input_dir=/input
92026-05-15T22:27:05.092Z+ [[ 0 == 12345 ]]
102026-05-15T22:27:05.092Z+ case "$kern" in
112026-05-15T22:27:05.092Z+ groupadd -g 12345 build
122026-05-15T22:27:05.092Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-15T22:27:07.098Z+ zfs create -o mountpoint=/work rpool/work
142026-05-15T22:27:07.228Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-15T22:27:07.231Z+ home_fs=zfs
162026-05-15T22:27:07.231Z+ [[ zfs == autofs ]]
172026-05-15T22:27:07.231Z+ mkdir -p /home/build
182026-05-15T22:27:07.231Z+ chown build:build /home/build /work
192026-05-15T22:27:09.232Z+ chmod 0700 /home/build /work
202026-05-15T22:27:09.236Zprocess exited: duration 4154 ms, exit code 0
 
212026-05-15T22:27:09.242Zstarting task 1: "rust-toolchain"
222026-05-15T22:27:09.248Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-05-15T22:27:09.248Z * rust toolchain channel = "stable"
242026-05-15T22:27:09.248Z * rust toolchain profile = "default"
252026-05-15T22:27:09.248Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-15T22:27:09.248Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-15T22:27:09.248Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-15T22:27:09.251Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-15T22:27:09.251Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-05-15T22:27:09.323Zinfo: downloading installer
312026-05-15T22:27:10.650Zwarn: It looks like you have an existing installation of Rust at:
322026-05-15T22:27:10.650Zwarn: /opt/ooce/bin
332026-05-15T22:27:10.650Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-15T22:27:10.650Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-15T22:27:10.650Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-15T22:27:10.650Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-15T22:27:10.650Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-15T22:27:10.650Zerror: cannot install while Rust is installed
392026-05-15T22:27:10.650Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-15T22:27:10.650Zwarn: It looks like you have an existing rustup settings file at:
412026-05-15T22:27:10.650Zwarn: /home/build/.rustup/settings.toml
422026-05-15T22:27:10.650Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-15T22:27:10.650Zwarn: instead of the one inferred from the default host triple.
442026-05-15T22:27:10.664Zinfo: profile set to default
452026-05-15T22:27:10.664Zinfo: default host triple is x86_64-unknown-illumos
462026-05-15T22:27:10.670Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-05-15T22:27:10.798Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
482026-05-15T22:27:10.801Zinfo: downloading 6 components
492026-05-15T22:27:25.219Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-05-15T22:27:25.219Z
512026-05-15T22:27:25.262Z stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
522026-05-15T22:27:25.262Z
532026-05-15T22:27:25.262Z
542026-05-15T22:27:25.262ZRust is installed now. Great!
552026-05-15T22:27:25.262Z
562026-05-15T22:27:25.262ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-15T22:27:25.262Zenvironment variable. This has not been done automatically.
582026-05-15T22:27:25.262Z
592026-05-15T22:27:25.262ZTo configure your current shell, you need to source
602026-05-15T22:27:25.262Zthe corresponding env file under $HOME/.cargo.
612026-05-15T22:27:25.262Z
622026-05-15T22:27:25.267ZThis is usually done by running one of the following (note the leading DOT):
632026-05-15T22:27:25.267Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-15T22:27:25.267Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-15T22:27:25.267Zsource "~/.cargo/env.nu" # For nushell
662026-05-15T22:27:25.267Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-15T22:27:25.267Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-15T22:27:25.267Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-15T22:27:25.267Zwarn: no default linker (`cc`) was found in your PATH
702026-05-15T22:27:25.267Zwarn: many Rust crates require a system C toolchain to build
712026-05-15T22:27:25.371Z+ rustup --version
722026-05-15T22:27:25.380Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-15T22:27:25.384Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-15T22:27:25.402Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
752026-05-15T22:27:25.405Z+ cargo --version
762026-05-15T22:27:25.420Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
772026-05-15T22:27:25.423Z+ rustc --version
782026-05-15T22:27:25.441Zrustc 1.95.0 (59807616e 2026-04-14)
792026-05-15T22:27:25.446Zprocess exited: duration 16199 ms, exit code 0
 
802026-05-15T22:27:25.453Zstarting task 2: "authentication"
812026-05-15T22:27:25.468Zprocess exited: duration 16 ms, exit code 0
 
822026-05-15T22:27:25.474Zstarting task 3: "clone repository"
832026-05-15T22:27:25.478Z+ mkdir -p /work/oxidecomputer/maghemite
842026-05-15T22:27:25.481Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-05-15T22:27:25.509ZCloning into '/work/oxidecomputer/maghemite'...
862026-05-15T22:27:26.763Z+ cd /work/oxidecomputer/maghemite
872026-05-15T22:27:26.763Z+ git fetch origin 0c9a04c19f1a83ccce2d95b2863b3fce511012d8
882026-05-15T22:27:27.154ZFrom https://github.com/oxidecomputer/maghemite
892026-05-15T22:27:27.154Z * branch 0c9a04c19f1a83ccce2d95b2863b3fce511012d8 -> FETCH_HEAD
902026-05-15T22:27:27.159Z+ [[ -n trey/rfd_619_wrapup ]]
912026-05-15T22:27:27.162Z++ git branch --show-current
922026-05-15T22:27:27.162Z+ current=main
932026-05-15T22:27:27.162Z+ [[ main != trey/rfd_619_wrapup ]]
942026-05-15T22:27:27.162Z+ git branch -f trey/rfd_619_wrapup 0c9a04c19f1a83ccce2d95b2863b3fce511012d8
952026-05-15T22:27:27.166Z+ git checkout -f trey/rfd_619_wrapup
962026-05-15T22:27:27.185ZSwitched to branch 'trey/rfd_619_wrapup'
972026-05-15T22:27:27.188Z+ git reset --hard 0c9a04c19f1a83ccce2d95b2863b3fce511012d8
982026-05-15T22:27:27.204ZHEAD is now at 0c9a04c mg-api-types: complete strict-RFD-619 alignment
992026-05-15T22:27:27.207Zprocess exited: duration 1730 ms, exit code 0
 
1002026-05-15T22:27:27.213Zstarting task 4: "build"
1012026-05-15T22:27:27.218Z+ set -e
1022026-05-15T22:27:27.218Z+ NEXTEST_VERSION=0.9.97
1032026-05-15T22:27:27.218Z+ PLATFORM=illumos
1042026-05-15T22:27:27.221Z+ cargo --version
1052026-05-15T22:27:27.224Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1062026-05-15T22:27:27.362Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1072026-05-15T22:27:27.365Zinfo: downloading 6 components
1082026-05-15T22:27:43.688Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1092026-05-15T22:27:43.691Z+ rustc --version
1102026-05-15T22:27:43.722Zrustc 1.95.0 (59807616e 2026-04-14)
1112026-05-15T22:27:43.727Z+ cargo install cargo-nextest --version 0.9.97
1122026-05-15T22:27:43.771Z Updating crates.io index
1132026-05-15T22:27:43.865Z Downloading crates ...
1142026-05-15T22:27:43.922Z Downloaded cargo-nextest v0.9.97
1152026-05-15T22:27:43.986Z Installing cargo-nextest v0.9.97
1162026-05-15T22:27:44.034Z Updating crates.io index
1172026-05-15T22:27:46.498Z Locking 404 packages to latest compatible versions
1182026-05-15T22:27:46.503Z Adding dialoguer v0.11.0 (available: v0.12.0)
1192026-05-15T22:27:46.506Z Adding duct v0.13.7 (available: v1.1.1)
1202026-05-15T22:27:46.506Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1212026-05-15T22:27:46.506Z Adding generic-array v0.14.7 (available: v0.14.9)
1222026-05-15T22:27:46.506Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1232026-05-15T22:27:46.509Z Adding nextest-filtering v0.15.0 (available: v0.21.0)
1242026-05-15T22:27:46.509Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1252026-05-15T22:27:46.512Z Adding nextest-runner v0.80.0 (available: v0.116.0)
1262026-05-15T22:27:46.515Z Adding quick-junit v0.5.2 (available: v0.6.0)
1272026-05-15T22:27:46.533Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1282026-05-15T22:27:46.543Z Downloading crates ...
1292026-05-15T22:27:46.610Z Downloaded enable-ansi-support v0.2.1
1302026-05-15T22:27:46.630Z Downloaded addr2line v0.25.1
1312026-05-15T22:27:46.635Z Downloaded async-scoped v0.9.0
1322026-05-15T22:27:46.638Z Downloaded dialoguer v0.11.0
1332026-05-15T22:27:46.641Z Downloaded atomic-waker v1.1.2
1342026-05-15T22:27:46.641Z Downloaded iana-time-zone v0.1.65
1352026-05-15T22:27:46.644Z Downloaded anstyle-query v1.1.5
1362026-05-15T22:27:46.644Z Downloaded document-features v0.2.12
1372026-05-15T22:27:46.647Z Downloaded futures-io v0.3.32
1382026-05-15T22:27:46.647Z Downloaded http v1.4.0
1392026-05-15T22:27:46.649Z Downloaded debug-ignore v1.0.5
1402026-05-15T22:27:46.652Z Downloaded home v0.5.12
1412026-05-15T22:27:46.655Z Downloaded ppv-lite86 v0.2.21
1422026-05-15T22:27:46.655Z Downloaded hyper-tls v0.6.0
1432026-05-15T22:27:46.655Z Downloaded curve25519-dalek-derive v0.1.1
1442026-05-15T22:27:46.659Z Downloaded hyper-rustls v0.27.9
1452026-05-15T22:27:46.659Z Downloaded hyper-util v0.1.20
1462026-05-15T22:27:46.662Z Downloaded jobserver v0.1.34
1472026-05-15T22:27:46.665Z Downloaded futures-core v0.3.32
1482026-05-15T22:27:46.668Z Downloaded colorchoice v1.0.5
1492026-05-15T22:27:46.668Z Downloaded humantime v2.3.0
1502026-05-15T22:27:46.668Z Downloaded cfg_aliases v0.2.1
1512026-05-15T22:27:46.672Z Downloaded anstyle-parse v1.0.0
1522026-05-15T22:27:46.675Z Downloaded ed25519 v2.2.3
1532026-05-15T22:27:46.675Z Downloaded futures-macro v0.3.32
1542026-05-15T22:27:46.675Z Downloaded anstream v1.0.0
1552026-05-15T22:27:46.678Z Downloaded camino-tempfile v1.4.1
1562026-05-15T22:27:46.678Z Downloaded block-buffer v0.10.4
1572026-05-15T22:27:46.681Z Downloaded guppy-workspace-hack v0.1.0
1582026-05-15T22:27:46.681Z Downloaded cargo-platform v0.2.0
1592026-05-15T22:27:46.681Z Downloaded crypto-common v0.1.7
1602026-05-15T22:27:46.681Z Downloaded atomicwrites v0.4.4
1612026-05-15T22:27:46.685Z Downloaded rustc_version v0.4.1
1622026-05-15T22:27:46.685Z Downloaded ordered-float v2.10.1
1632026-05-15T22:27:46.688Z Downloaded cfg-if v1.0.4
1642026-05-15T22:27:46.688Z Downloaded futures-sink v0.3.32
1652026-05-15T22:27:46.688Z Downloaded cargo-platform v0.3.3
1662026-05-15T22:27:46.691Z Downloaded number_prefix v0.4.0
1672026-05-15T22:27:46.691Z Downloaded backtrace-ext v0.2.1
1682026-05-15T22:27:46.691Z Downloaded lazy_static v1.5.0
1692026-05-15T22:27:46.694Z Downloaded errno v0.3.14
1702026-05-15T22:27:46.694Z Downloaded generic-array v0.14.7
1712026-05-15T22:27:46.697Z Downloaded nested v0.1.1
1722026-05-15T22:27:46.697Z Downloaded indenter v0.3.4
1732026-05-15T22:27:46.700Z Downloaded cpufeatures v0.2.17
1742026-05-15T22:27:46.703Z Downloaded foreign-types-shared v0.1.1
1752026-05-15T22:27:46.703Z Downloaded form_urlencoded v1.2.2
1762026-05-15T22:27:46.703Z Downloaded foreign-types v0.3.2
1772026-05-15T22:27:46.703Z Downloaded convert_case v0.10.0
1782026-05-15T22:27:46.706Z Downloaded percent-encoding v2.3.2
1792026-05-15T22:27:46.707Z Downloaded adler2 v2.0.1
1802026-05-15T22:27:46.709Z Downloaded serde-value v0.7.0
1812026-05-15T22:27:46.710Z Downloaded rand_core v0.6.4
1822026-05-15T22:27:46.710Z Downloaded hex v0.4.3
1832026-05-15T22:27:46.712Z Downloaded color-spantrace v0.3.0
1842026-05-15T22:27:46.718Z Downloaded futures-task v0.3.32
1852026-05-15T22:27:46.718Z Downloaded cargo_metadata v0.23.1
1862026-05-15T22:27:46.722Z Downloaded duct v0.13.7
1872026-05-15T22:27:46.722Z Downloaded is_ci v1.2.0
1882026-05-15T22:27:46.722Z Downloaded os_pipe v1.2.3
1892026-05-15T22:27:46.722Z Downloaded nextest-workspace-hack v0.1.0
1902026-05-15T22:27:46.727Z Downloaded idna_adapter v1.0.0
1912026-05-15T22:27:46.727Z Downloaded http-body v1.0.1
1922026-05-15T22:27:46.727Z Downloaded mukti-metadata v0.3.0
1932026-05-15T22:27:46.727Z Downloaded humantime-serde v1.1.1
1942026-05-15T22:27:46.730Z Downloaded is_terminal_polyfill v1.70.2
1952026-05-15T22:27:46.730Z Downloaded ahash v0.8.12
1962026-05-15T22:27:46.730Z Downloaded heck v0.5.0
1972026-05-15T22:27:46.733Z Downloaded openssl-probe v0.2.1
1982026-05-15T22:27:46.736Z Downloaded itoa v1.0.18
1992026-05-15T22:27:46.736Z Downloaded equivalent v1.0.2
2002026-05-15T22:27:46.736Z Downloaded lru-slab v0.1.2
2012026-05-15T22:27:46.744Z Downloaded serde_urlencoded v0.7.1
2022026-05-15T22:27:46.746Z Downloaded serde_spanned v1.1.1
2032026-05-15T22:27:46.749Z Downloaded pathdiff v0.2.3
2042026-05-15T22:27:46.749Z Downloaded cargo-util-schemas v0.2.0
2052026-05-15T22:27:46.749Z Downloaded anstyle v1.0.14
2062026-05-15T22:27:46.752Z Downloaded openssl-macros v0.1.1
2072026-05-15T22:27:46.752Z Downloaded rustc-hash v2.1.2
2082026-05-15T22:27:46.755Z Downloaded pin-project-internal v1.1.13
2092026-05-15T22:27:46.755Z Downloaded quote v1.0.45
2102026-05-15T22:27:46.758Z Downloaded future-queue v0.4.0
2112026-05-15T22:27:46.761Z Downloaded fixedbitset v0.5.7
2122026-05-15T22:27:46.761Z Downloaded scopeguard v1.2.0
2132026-05-15T22:27:46.764Z Downloaded fastrand v2.4.1
2142026-05-15T22:27:46.764Z Downloaded either v1.15.0
2152026-05-15T22:27:46.767Z Downloaded shared_child v1.1.1
2162026-05-15T22:27:46.767Z Downloaded globset v0.4.18
2172026-05-15T22:27:46.767Z Downloaded strip-ansi-escapes v0.2.1
2182026-05-15T22:27:46.769Z Downloaded sigchld v0.2.4
2192026-05-15T22:27:46.770Z Downloaded swrite v0.1.0
2202026-05-15T22:27:46.772Z Downloaded http-body-util v0.1.3
2212026-05-15T22:27:46.772Z Downloaded supports-color v3.0.2
2222026-05-15T22:27:46.772Z Downloaded strsim v0.11.1
2232026-05-15T22:27:46.775Z Downloaded nextest-metadata v0.12.2
2242026-05-15T22:27:46.775Z Downloaded shell-words v1.1.1
2252026-05-15T22:27:46.778Z Downloaded signal-hook-mio v0.2.5
2262026-05-15T22:27:46.778Z Downloaded camino v1.2.2
2272026-05-15T22:27:46.781Z Downloaded const-oid v0.9.6
2282026-05-15T22:27:46.781Z Downloaded clap_derive v4.6.1
2292026-05-15T22:27:46.784Z Downloaded signature v2.2.0
2302026-05-15T22:27:46.784Z Downloaded sync_wrapper v1.0.2
2312026-05-15T22:27:46.787Z Downloaded indent_write v2.2.0
2322026-05-15T22:27:46.787Z Downloaded console v0.15.11
2332026-05-15T22:27:46.791Z Downloaded supports-unicode v3.0.0
2342026-05-15T22:27:46.791Z Downloaded supports-hyperlinks v3.2.0
2352026-05-15T22:27:46.791Z Downloaded terminal_size v0.4.4
2362026-05-15T22:27:46.794Z Downloaded owo-colors v4.3.0
2372026-05-15T22:27:46.794Z Downloaded subtle v2.6.1
2382026-05-15T22:27:46.794Z Downloaded derive-where v1.6.1
2392026-05-15T22:27:46.797Z Downloaded serde_ignored v0.1.14
2402026-05-15T22:27:46.797Z Downloaded rand_core v0.9.5
2412026-05-15T22:27:46.800Z Downloaded pkcs8 v0.10.2
2422026-05-15T22:27:46.800Z Downloaded newtype-uuid v1.3.2
2432026-05-15T22:27:46.805Z Downloaded ipnet v2.12.0
2442026-05-15T22:27:46.808Z Downloaded foldhash v0.1.5
2452026-05-15T22:27:46.808Z Downloaded serde_path_to_error v0.1.20
2462026-05-15T22:27:46.808Z Downloaded serde-untagged v0.1.9
2472026-05-15T22:27:46.808Z Downloaded native-tls v0.2.18
2482026-05-15T22:27:46.808Z Downloaded tokio-macros v2.7.0
2492026-05-15T22:27:46.812Z Downloaded self-replace v1.5.0
2502026-05-15T22:27:46.812Z Downloaded tinyvec_macros v0.1.1
2512026-05-15T22:27:46.812Z Downloaded rand_chacha v0.9.0
2522026-05-15T22:27:46.812Z Downloaded lock_api v0.4.14
2532026-05-15T22:27:46.817Z Downloaded autocfg v1.5.0
2542026-05-15T22:27:46.817Z Downloaded pkg-config v0.3.33
2552026-05-15T22:27:46.820Z Downloaded toml_datetime v0.6.11
2562026-05-15T22:27:46.820Z Downloaded rustc-demangle v0.1.27
2572026-05-15T22:27:46.820Z Downloaded miette-derive v7.6.0
2582026-05-15T22:27:46.820Z Downloaded bitflags v2.11.1
2592026-05-15T22:27:46.823Z Downloaded once_cell v1.21.4
2602026-05-15T22:27:46.827Z Downloaded getrandom v0.2.17
2612026-05-15T22:27:46.830Z Downloaded erased-serde v0.4.10
2622026-05-15T22:27:46.830Z Downloaded slab v0.4.12
2632026-05-15T22:27:46.830Z Downloaded shlex v1.3.0
2642026-05-15T22:27:46.830Z Downloaded futures-channel v0.3.32
2652026-05-15T22:27:46.833Z Downloaded parking_lot v0.12.5
2662026-05-15T22:27:46.833Z Downloaded nextest-filtering v0.15.0
2672026-05-15T22:27:46.836Z Downloaded crc32fast v1.5.0
2682026-05-15T22:27:46.836Z Downloaded static_assertions v1.1.0
2692026-05-15T22:27:46.839Z Downloaded cfg-expr v0.20.7
2702026-05-15T22:27:46.839Z Downloaded toml_write v0.1.2
2712026-05-15T22:27:46.842Z Downloaded serde_spanned v0.6.9
2722026-05-15T22:27:46.842Z Downloaded tower-service v0.3.3
2732026-05-15T22:27:46.842Z Downloaded cargo_metadata v0.20.0
2742026-05-15T22:27:46.845Z Downloaded fnv v1.0.7
2752026-05-15T22:27:46.845Z Downloaded filetime v0.2.29
2762026-05-15T22:27:46.845Z Downloaded smol_str v0.3.6
2772026-05-15T22:27:46.848Z Downloaded futures-executor v0.3.32
2782026-05-15T22:27:46.848Z Downloaded find-msvc-tools v0.1.9
2792026-05-15T22:27:46.848Z Downloaded typeid v1.0.3
2802026-05-15T22:27:46.848Z Downloaded try-lock v0.2.5
2812026-05-15T22:27:46.851Z Downloaded thiserror v2.0.18
2822026-05-15T22:27:46.854Z Downloaded version_check v0.9.5
2832026-05-15T22:27:46.854Z Downloaded unicode-xid v0.2.6
2842026-05-15T22:27:46.854Z Downloaded tracing-error v0.2.1
2852026-05-15T22:27:46.857Z Downloaded target-lexicon v0.13.3
2862026-05-15T22:27:46.857Z Downloaded spki v0.7.3
2872026-05-15T22:27:46.857Z Downloaded simd-adler32 v0.3.9
2882026-05-15T22:27:46.860Z Downloaded untrusted v0.9.0
2892026-05-15T22:27:46.860Z Downloaded target-spec-miette v0.4.6
2902026-05-15T22:27:46.863Z Downloaded unicode-linebreak v0.1.5
2912026-05-15T22:27:46.863Z Downloaded utf8_iter v1.0.4
2922026-05-15T22:27:46.863Z Downloaded urlencoding v2.1.3
2932026-05-15T22:27:46.863Z Downloaded thiserror v1.0.69
2942026-05-15T22:27:46.866Z Downloaded thread_local v1.1.9
2952026-05-15T22:27:46.869Z Downloaded base64ct v1.8.3
2962026-05-15T22:27:46.869Z Downloaded httparse v1.10.1
2972026-05-15T22:27:46.872Z Downloaded self_update v0.42.0
2982026-05-15T22:27:46.873Z Downloaded parking_lot_core v0.9.12
2992026-05-15T22:27:46.875Z Downloaded pin-project-lite v0.2.17
3002026-05-15T22:27:46.875Z Downloaded semver v1.0.28
3012026-05-15T22:27:46.881Z Downloaded tokio-native-tls v0.3.1
3022026-05-15T22:27:46.881Z Downloaded utf8parse v0.2.2
3032026-05-15T22:27:46.881Z Downloaded thiserror-impl v2.0.18
3042026-05-15T22:27:46.885Z Downloaded thiserror-impl v1.0.69
3052026-05-15T22:27:46.885Z Downloaded want v0.3.1
3062026-05-15T22:27:46.885Z Downloaded rustls-pki-types v1.14.1
3072026-05-15T22:27:46.885Z Downloaded signal-hook-registry v1.4.8
3082026-05-15T22:27:46.885Z Downloaded quinn-udp v0.5.14
3092026-05-15T22:27:46.886Z Downloaded xattr v1.6.1
3102026-05-15T22:27:46.888Z Downloaded num-traits v0.2.19
3112026-05-15T22:27:46.888Z Downloaded quick-junit v0.5.2
3122026-05-15T22:27:46.892Z Downloaded digest v0.10.7
3132026-05-15T22:27:46.892Z Downloaded clap_lex v1.1.0
3142026-05-15T22:27:46.896Z Downloaded futures v0.3.32
3152026-05-15T22:27:46.900Z Downloaded getrandom v0.3.4
3162026-05-15T22:27:46.902Z Downloaded tower-layer v0.3.3
3172026-05-15T22:27:46.905Z Downloaded smallvec v1.15.1
3182026-05-15T22:27:46.905Z Downloaded eyre v0.6.12
3192026-05-15T22:27:46.908Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3202026-05-15T22:27:46.908Z Downloaded clap v4.6.1
3212026-05-15T22:27:46.913Z Downloaded toml_writer v1.1.1+spec-1.1.0
3222026-05-15T22:27:46.916Z Downloaded base64 v0.22.1
3232026-05-15T22:27:46.918Z Downloaded bytes v1.11.1
3242026-05-15T22:27:46.923Z Downloaded tempfile v3.27.0
3252026-05-15T22:27:46.923Z Downloaded tracing-log v0.2.0
3262026-05-15T22:27:46.923Z Downloaded target-spec v3.6.0
3272026-05-15T22:27:46.931Z Downloaded sharded-slab v0.1.7
3282026-05-15T22:27:46.934Z Downloaded serde_derive v1.0.228
3292026-05-15T22:27:46.938Z Downloaded sha2 v0.10.9
3302026-05-15T22:27:46.941Z Downloaded zmij v1.0.21
3312026-05-15T22:27:46.943Z Downloaded toml_parser v1.1.2+spec-1.1.0
3322026-05-15T22:27:46.943Z Downloaded xxhash-rust v0.8.15
3332026-05-15T22:27:46.946Z Downloaded toml v0.8.23
3342026-05-15T22:27:46.946Z Downloaded zeroize v1.8.2
3352026-05-15T22:27:46.946Z Downloaded zstd-safe v7.2.4
3362026-05-15T22:27:46.949Z Downloaded tokio-stream v0.1.18
3372026-05-15T22:27:46.952Z Downloaded signal-hook v0.3.18
3382026-05-15T22:27:46.952Z Downloaded socket2 v0.6.3
3392026-05-15T22:27:46.955Z Downloaded config v0.15.23
3402026-05-15T22:27:46.958Z Downloaded miniz_oxide v0.8.9
3412026-05-15T22:27:46.958Z Downloaded der v0.7.10
3422026-05-15T22:27:46.961Z Downloaded litrs v1.0.0
3432026-05-15T22:27:46.963Z Downloaded log v0.4.29
3442026-05-15T22:27:46.963Z Downloaded tokio-rustls v0.26.4
3452026-05-15T22:27:46.966Z Downloaded proc-macro2 v1.0.106
3462026-05-15T22:27:46.969Z Downloaded tracing-attributes v0.1.31
3472026-05-15T22:27:46.972Z Downloaded textwrap v0.16.2
3482026-05-15T22:27:46.972Z Downloaded unicase v2.9.0
3492026-05-15T22:27:46.972Z Downloaded getrandom v0.4.2
3502026-05-15T22:27:46.975Z Downloaded indicatif v0.17.11
3512026-05-15T22:27:46.978Z Downloaded pin-project v1.1.13
3522026-05-15T22:27:46.983Z Downloaded tinyvec v1.11.0
3532026-05-15T22:27:46.986Z Downloaded ryu v1.0.23
3542026-05-15T22:27:46.989Z Downloaded toml v1.1.2+spec-1.1.0
3552026-05-15T22:27:46.989Z Downloaded zstd v0.13.3
3562026-05-15T22:27:46.992Z Downloaded flate2 v1.1.9
3572026-05-15T22:27:46.995Z Downloaded zipsign-api v0.1.5
3582026-05-15T22:27:46.995Z Downloaded borsh v1.6.1
3592026-05-15T22:27:46.998Z Downloaded serde_core v1.0.228
3602026-05-15T22:27:47.006Z Downloaded derive_more-impl v2.1.1
3612026-05-15T22:27:47.009Z Downloaded cc v1.2.62
3622026-05-15T22:27:47.009Z Downloaded unicode-ident v1.0.24
3632026-05-15T22:27:47.012Z Downloaded tracing-core v0.1.36
3642026-05-15T22:27:47.012Z Downloaded serde v1.0.228
3652026-05-15T22:27:47.015Z Downloaded vte v0.14.1
3662026-05-15T22:27:47.015Z Downloaded quinn v0.11.9
3672026-05-15T22:27:47.018Z Downloaded openssl-sys v0.9.115
3682026-05-15T22:27:47.020Z Downloaded rustls-webpki v0.103.13
3692026-05-15T22:27:47.023Z Downloaded derive_more v2.1.1
3702026-05-15T22:27:47.029Z Downloaded ed25519-dalek v2.2.0
3712026-05-15T22:27:47.032Z Downloaded backtrace v0.3.76
3722026-05-15T22:27:47.036Z Downloaded rand v0.9.4
3732026-05-15T22:27:47.043Z Downloaded toml_edit v0.22.27
3742026-05-15T22:27:47.046Z Downloaded uuid v1.23.1
3752026-05-15T22:27:47.057Z Downloaded tar v0.4.45
3762026-05-15T22:27:47.066Z Downloaded memchr v2.8.0
3772026-05-15T22:27:47.075Z Downloaded tower v0.5.3
3782026-05-15T22:27:47.082Z Downloaded url v2.5.8
3792026-05-15T22:27:47.100Z Downloaded guppy v0.17.25
3802026-05-15T22:27:47.106Z Downloaded ron v0.12.1
3812026-05-15T22:27:47.110Z Downloaded indexmap v2.14.0
3822026-05-15T22:27:47.116Z Downloaded miette v7.6.0
3832026-05-15T22:27:47.121Z Downloaded crossterm v0.29.0
3842026-05-15T22:27:47.124Z Downloaded typenum v1.20.0
3852026-05-15T22:27:47.127Z Downloaded unicode-normalization v0.1.25
3862026-05-15T22:27:47.131Z Downloaded hashbrown v0.15.5
3872026-05-15T22:27:47.134Z Downloaded unicode-segmentation v1.13.2
3882026-05-15T22:27:47.134Z Downloaded idna v1.1.0
3892026-05-15T22:27:47.137Z Downloaded tokio-util v0.7.18
3902026-05-15T22:27:47.141Z Downloaded h2 v0.4.14
3912026-05-15T22:27:47.143Z Downloaded aho-corasick v1.1.4
3922026-05-15T22:27:47.146Z Downloaded hashbrown v0.17.1
3932026-05-15T22:27:47.149Z Downloaded serde_json v1.0.149
3942026-05-15T22:27:47.154Z Downloaded mio v1.2.0
3952026-05-15T22:27:47.157Z Downloaded regex v1.12.3
3962026-05-15T22:27:47.160Z Downloaded pulldown-cmark v0.13.3
3972026-05-15T22:27:47.163Z Downloaded futures-util v0.3.32
3982026-05-15T22:27:47.169Z Downloaded clap_builder v4.6.0
3992026-05-15T22:27:47.173Z Downloaded hyper v1.9.0
4002026-05-15T22:27:47.185Z Downloaded reqwest v0.12.28
4012026-05-15T22:27:47.189Z Downloaded itertools v0.14.0
4022026-05-15T22:27:47.192Z Downloaded winnow v1.0.3
4032026-05-15T22:27:47.197Z Downloaded tower-http v0.6.10
4042026-05-15T22:27:47.202Z Downloaded quick-xml v0.37.5
4052026-05-15T22:27:47.205Z Downloaded portable-atomic v1.13.1
4062026-05-15T22:27:47.209Z Downloaded tracing-subscriber v0.3.23
4072026-05-15T22:27:47.215Z Downloaded quick-xml v0.38.4
4082026-05-15T22:27:47.218Z Downloaded vcpkg v0.2.15
4092026-05-15T22:27:47.241Z Downloaded webpki-roots v1.0.7
4102026-05-15T22:27:47.245Z Downloaded gimli v0.32.3
4112026-05-15T22:27:47.249Z Downloaded chrono v0.4.44
4122026-05-15T22:27:47.252Z Downloaded winnow v0.7.15
4132026-05-15T22:27:47.257Z Downloaded unicode-width v0.2.2
4142026-05-15T22:27:47.260Z Downloaded unicode-width v0.1.14
4152026-05-15T22:27:47.263Z Downloaded quinn-proto v0.11.14
4162026-05-15T22:27:47.267Z Downloaded bstr v1.12.1
4172026-05-15T22:27:47.272Z Downloaded curve25519-dalek v4.1.3
4182026-05-15T22:27:47.319Z Downloaded color-eyre v0.6.5
4192026-05-15T22:27:47.324Z Downloaded openssl v0.10.79
4202026-05-15T22:27:47.328Z Downloaded nextest-runner v0.80.0
4212026-05-15T22:27:47.338Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4222026-05-15T22:27:47.348Z Downloaded zerocopy v0.8.48
4232026-05-15T22:27:47.358Z Downloaded syn v2.0.117
4242026-05-15T22:27:47.364Z Downloaded object v0.37.3
4252026-05-15T22:27:47.370Z Downloaded nix v0.30.1
4262026-05-15T22:27:47.377Z Downloaded regex-syntax v0.8.10
4272026-05-15T22:27:47.381Z Downloaded tokio v1.52.3
4282026-05-15T22:27:47.406Z Downloaded rustls v0.23.40
4292026-05-15T22:27:47.415Z Downloaded rustix v0.38.44
4302026-05-15T22:27:47.422Z Downloaded rustix v1.1.4
4312026-05-15T22:27:47.434Z Downloaded libc v0.2.186
4322026-05-15T22:27:47.454Z Downloaded tracing v0.1.44
4332026-05-15T22:27:47.478Z Downloaded regex-automata v0.4.14
4342026-05-15T22:27:47.517Z Downloaded petgraph v0.8.3
4352026-05-15T22:27:47.586Z Downloaded recursion v0.5.4
4362026-05-15T22:27:47.592Z Downloaded ring v0.17.14
4372026-05-15T22:27:47.654Z Compiling libc v0.2.186
4382026-05-15T22:27:47.654Z Compiling proc-macro2 v1.0.106
4392026-05-15T22:27:47.659Z Compiling unicode-ident v1.0.24
4402026-05-15T22:27:47.659Z Compiling quote v1.0.45
4412026-05-15T22:27:47.659Z Compiling serde_core v1.0.228
4422026-05-15T22:27:47.659Z Compiling cfg-if v1.0.4
4432026-05-15T22:27:47.659Z Compiling memchr v2.8.0
4442026-05-15T22:27:47.659Z Compiling once_cell v1.21.4
4452026-05-15T22:27:47.874Z Compiling log v0.4.29
4462026-05-15T22:27:47.906Z Compiling pin-project-lite v0.2.17
4472026-05-15T22:27:48.002Z Compiling serde v1.0.228
4482026-05-15T22:27:48.077Z Compiling itoa v1.0.18
4492026-05-15T22:27:48.196Z Compiling smallvec v1.15.1
4502026-05-15T22:27:48.324Z Compiling futures-core v0.3.32
4512026-05-15T22:27:48.379Z Compiling bitflags v2.11.1
4522026-05-15T22:27:48.449Z Compiling shlex v1.3.0
4532026-05-15T22:27:48.489Z Compiling equivalent v1.0.2
4542026-05-15T22:27:48.577Z Compiling hashbrown v0.17.1
4552026-05-15T22:27:48.669Z Compiling find-msvc-tools v0.1.9
4562026-05-15T22:27:48.791Z Compiling errno v0.3.14
4572026-05-15T22:27:48.806Z Compiling bytes v1.11.1
4582026-05-15T22:27:48.937Z Compiling signal-hook-registry v1.4.8
4592026-05-15T22:27:48.963Z Compiling jobserver v0.1.34
4602026-05-15T22:27:48.963Z Compiling mio v1.2.0
4612026-05-15T22:27:49.088Z Compiling syn v2.0.117
4622026-05-15T22:27:49.158Z Compiling futures-sink v0.3.32
4632026-05-15T22:27:49.274Z Compiling cc v1.2.62
4642026-05-15T22:27:49.291Z Compiling rustix v1.1.4
4652026-05-15T22:27:49.303Z Compiling socket2 v0.6.3
4662026-05-15T22:27:49.513Z Compiling slab v0.4.12
4672026-05-15T22:27:49.706Z Compiling zmij v1.0.21
4682026-05-15T22:27:49.709Z Compiling futures-channel v0.3.32
4692026-05-15T22:27:49.731Z Compiling tracing-core v0.1.36
4702026-05-15T22:27:49.969Z Compiling version_check v0.9.5
4712026-05-15T22:27:50.077Z Compiling serde_json v1.0.149
4722026-05-15T22:27:50.252Z Compiling indexmap v2.14.0
4732026-05-15T22:27:50.346Z Compiling getrandom v0.4.2
4742026-05-15T22:27:50.359Z Compiling futures-task v0.3.32
4752026-05-15T22:27:50.464Z Compiling futures-io v0.3.32
4762026-05-15T22:27:50.579Z Compiling percent-encoding v2.3.2
4772026-05-15T22:27:50.660Z Compiling camino v1.2.2
4782026-05-15T22:27:50.671Z Compiling unicode-width v0.2.2
4792026-05-15T22:27:50.863Z Compiling ring v0.17.14
4802026-05-15T22:27:50.990Z Compiling http v1.4.0
4812026-05-15T22:27:51.021Z Compiling autocfg v1.5.0
4822026-05-15T22:27:51.046Z Compiling adler2 v2.0.1
4832026-05-15T22:27:51.088Z Compiling zeroize v1.8.2
4842026-05-15T22:27:51.233Z Compiling simd-adler32 v0.3.9
4852026-05-15T22:27:51.385Z Compiling num-traits v0.2.19
4862026-05-15T22:27:51.646Z Compiling miniz_oxide v0.8.9
4872026-05-15T22:27:51.816Z Compiling zerocopy v0.8.48
4882026-05-15T22:27:51.944Z Compiling target-lexicon v0.13.3
4892026-05-15T22:27:52.175Z Compiling getrandom v0.3.4
4902026-05-15T22:27:52.258Z Compiling object v0.37.3
4912026-05-15T22:27:52.592Z Compiling http-body v1.0.1
4922026-05-15T22:27:52.665Z Compiling rustls-pki-types v1.14.1
4932026-05-15T22:27:52.773Z Compiling form_urlencoded v1.2.2
4942026-05-15T22:27:52.790Z Compiling semver v1.0.28
4952026-05-15T22:27:52.987Z Compiling serde_derive v1.0.228
4962026-05-15T22:27:53.078Z Compiling tokio-macros v2.7.0
4972026-05-15T22:27:53.106Z Compiling futures-macro v0.3.32
4982026-05-15T22:27:53.244Z Compiling tracing-attributes v0.1.31
4992026-05-15T22:27:53.393Z Compiling getrandom v0.2.17
5002026-05-15T22:27:53.506Z Compiling httparse v1.10.1
5012026-05-15T22:27:53.599Z Compiling utf8_iter v1.0.4
5022026-05-15T22:27:53.651Z Compiling signal-hook v0.3.18
5032026-05-15T22:27:53.775Z Compiling owo-colors v4.3.0
5042026-05-15T22:27:53.880Z Compiling tokio v1.52.3
5052026-05-15T22:27:53.893Z Compiling untrusted v0.9.0
5062026-05-15T22:27:53.896Z Compiling idna_adapter v1.0.0
5072026-05-15T22:27:53.995Z Compiling futures-util v0.3.32
5082026-05-15T22:27:54.009Z Compiling gimli v0.32.3
5092026-05-15T22:27:54.030Z Compiling thiserror v2.0.18
5102026-05-15T22:27:54.135Z Compiling guppy-workspace-hack v0.1.0
5112026-05-15T22:27:54.385Z Compiling fnv v1.0.7
5122026-05-15T22:27:54.562Z Compiling tracing v0.1.44
5132026-05-15T22:27:54.575Z Compiling idna v1.1.0
5142026-05-15T22:27:54.693Z Compiling thiserror-impl v2.0.18
5152026-05-15T22:27:56.192Z Compiling addr2line v0.25.1
5162026-05-15T22:27:56.661Z Compiling generic-array v0.14.7
5172026-05-15T22:27:56.881Z Compiling tower-service v0.3.3
5182026-05-15T22:27:56.897Z Compiling rustc-demangle v0.1.27
5192026-05-15T22:27:56.935Z Compiling fastrand v2.4.1
5202026-05-15T22:27:56.987Z Compiling pkg-config v0.3.33
5212026-05-15T22:27:57.157Z Compiling typeid v1.0.3
5222026-05-15T22:27:57.306Z Compiling atomic-waker v1.1.2
5232026-05-15T22:27:57.454Z Compiling try-lock v0.2.5
5242026-05-15T22:27:57.466Z Compiling rustls v0.23.40
5252026-05-15T22:27:57.486Z Compiling thiserror v1.0.69
5262026-05-15T22:27:57.578Z Compiling target-spec v3.6.0
5272026-05-15T22:27:57.713Z Compiling want v0.3.1
5282026-05-15T22:27:57.936Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5292026-05-15T22:27:57.966Z Compiling tempfile v3.27.0
5302026-05-15T22:27:58.022Z Compiling cfg-expr v0.20.7
5312026-05-15T22:27:58.153Z Compiling tokio-util v0.7.18
5322026-05-15T22:27:58.380Z Compiling url v2.5.8
5332026-05-15T22:27:58.908Z Compiling backtrace v0.3.76
5342026-05-15T22:27:59.027Z Compiling h2 v0.4.14
5352026-05-15T22:27:59.878Z Compiling thiserror-impl v1.0.69
5362026-05-15T22:27:59.891Z Compiling terminal_size v0.4.4
5372026-05-15T22:28:00.061Z Compiling aho-corasick v1.1.4
5382026-05-15T22:28:00.562Z Compiling subtle v2.6.1
5392026-05-15T22:28:00.739Z Compiling rustls-webpki v0.103.13
5402026-05-15T22:28:00.965Z Compiling erased-serde v0.4.10
5412026-05-15T22:28:01.115Z Compiling regex-syntax v0.8.10
5422026-05-15T22:28:01.292Z Compiling typenum v1.20.0
5432026-05-15T22:28:02.056Z Compiling winnow v0.7.15
5442026-05-15T22:28:03.452Z Compiling regex-automata v0.4.14
5452026-05-15T22:28:03.962Z Compiling hyper v1.9.0
5462026-05-15T22:28:05.942Z Compiling toml_datetime v0.6.11
5472026-05-15T22:28:06.351Z Compiling serde_spanned v0.6.9
5482026-05-15T22:28:06.523Z Compiling ahash v0.8.12
5492026-05-15T22:28:06.803Z Compiling sync_wrapper v1.0.2
5502026-05-15T22:28:06.931Z Compiling nextest-workspace-hack v0.1.0
5512026-05-15T22:28:07.180Z Compiling foldhash v0.1.5
5522026-05-15T22:28:07.412Z Compiling lazy_static v1.5.0
5532026-05-15T22:28:07.467Z Compiling unicode-linebreak v0.1.5
5542026-05-15T22:28:07.527Z Compiling parking_lot_core v0.9.12
5552026-05-15T22:28:07.756Z Compiling crc32fast v1.5.0
5562026-05-15T22:28:07.811Z Compiling base64 v0.22.1
5572026-05-15T22:28:07.831Z Compiling tower-layer v0.3.3
5582026-05-15T22:28:08.046Z Compiling either v1.15.0
5592026-05-15T22:28:08.081Z Compiling portable-atomic v1.13.1
5602026-05-15T22:28:08.243Z Compiling unicode-segmentation v1.13.2
5612026-05-15T22:28:08.278Z Compiling toml_write v0.1.2
5622026-05-15T22:28:08.322Z Compiling is_ci v1.2.0
5632026-05-15T22:28:08.509Z Compiling ipnet v2.12.0
5642026-05-15T22:28:08.543Z Compiling toml_edit v0.22.27
5652026-05-15T22:28:08.612Z Compiling convert_case v0.10.0
5662026-05-15T22:28:08.660Z Compiling supports-color v3.0.2
5672026-05-15T22:28:08.738Z Compiling tower v0.5.3
5682026-05-15T22:28:08.883Z Compiling hyper-util v0.1.20
5692026-05-15T22:28:08.923Z Compiling textwrap v0.16.2
5702026-05-15T22:28:09.375Z Compiling sharded-slab v0.1.7
5712026-05-15T22:28:09.756Z Compiling tokio-rustls v0.26.4
5722026-05-15T22:28:10.016Z Compiling hashbrown v0.15.5
5732026-05-15T22:28:10.384Z Compiling backtrace-ext v0.2.1
5742026-05-15T22:28:10.656Z Compiling ordered-float v2.10.1
5752026-05-15T22:28:10.695Z Compiling webpki-roots v1.0.7
5762026-05-15T22:28:10.729Z Compiling miette-derive v7.6.0
5772026-05-15T22:28:10.845Z Compiling pathdiff v0.2.3
5782026-05-15T22:28:10.944Z Compiling console v0.15.11
5792026-05-15T22:28:10.979Z Compiling cargo-platform v0.3.3
5802026-05-15T22:28:11.577Z Compiling tracing-log v0.2.0
5812026-05-15T22:28:11.671Z Compiling os_pipe v1.2.3
5822026-05-15T22:28:11.862Z Compiling thread_local v1.1.9
5832026-05-15T22:28:11.921Z Compiling debug-ignore v1.0.5
5842026-05-15T22:28:11.960Z Compiling zstd-safe v7.2.4
5852026-05-15T22:28:12.044Z Compiling fixedbitset v0.5.7
5862026-05-15T22:28:12.236Z Compiling winnow v1.0.3
5872026-05-15T22:28:12.328Z Compiling rustix v0.38.44
5882026-05-15T22:28:12.585Z Compiling scopeguard v1.2.0
5892026-05-15T22:28:12.609Z Compiling cfg_aliases v0.2.1
5902026-05-15T22:28:12.690Z Compiling unicode-width v0.1.14
5912026-05-15T22:28:12.704Z Compiling supports-hyperlinks v3.2.0
5922026-05-15T22:28:12.729Z Compiling pulldown-cmark v0.13.3
5932026-05-15T22:28:12.958Z Compiling supports-unicode v3.0.0
5942026-05-15T22:28:12.997Z Compiling ryu v1.0.23
5952026-05-15T22:28:13.023Z Compiling utf8parse v0.2.2
5962026-05-15T22:28:13.142Z Compiling serde_urlencoded v0.7.1
5972026-05-15T22:28:13.214Z Compiling anstyle-parse v1.0.0
5982026-05-15T22:28:13.311Z Compiling miette v7.6.0
5992026-05-15T22:28:13.458Z Compiling toml_parser v1.1.2+spec-1.1.0
6002026-05-15T22:28:13.600Z Compiling nix v0.30.1
6012026-05-15T22:28:13.813Z Compiling lock_api v0.4.14
6022026-05-15T22:28:14.081Z Compiling petgraph v0.8.3
6032026-05-15T22:28:14.084Z Compiling tracing-subscriber v0.3.23
6042026-05-15T22:28:14.865Z Compiling sigchld v0.2.4
6052026-05-15T22:28:15.083Z Compiling cargo_metadata v0.23.1
6062026-05-15T22:28:15.251Z Compiling serde-value v0.7.0
6072026-05-15T22:28:16.085Z Compiling hyper-rustls v0.27.9
6082026-05-15T22:28:16.196Z Compiling serde-untagged v0.1.9
6092026-05-15T22:28:16.593Z Compiling toml v0.8.23
6102026-05-15T22:28:17.157Z Compiling tower-http v0.6.10
6112026-05-15T22:28:17.739Z Compiling derive_more-impl v2.1.1
6122026-05-15T22:28:18.138Z Compiling itertools v0.14.0
6132026-05-15T22:28:18.508Z Compiling regex v1.12.3
6142026-05-15T22:28:18.637Z Compiling block-buffer v0.10.4
6152026-05-15T22:28:18.800Z Compiling crypto-common v0.1.7
6162026-05-15T22:28:18.803Z Compiling ppv-lite86 v0.2.21
6172026-05-15T22:28:18.949Z Compiling futures-executor v0.3.32
6182026-05-15T22:28:19.160Z Compiling rand_core v0.9.5
6192026-05-15T22:28:19.442Z Compiling pin-project-internal v1.1.13
6202026-05-15T22:28:19.505Z Compiling http-body-util v0.1.3
6212026-05-15T22:28:19.605Z Compiling uuid v1.23.1
6222026-05-15T22:28:19.769Z Compiling smol_str v0.3.6
6232026-05-15T22:28:19.801Z Compiling serde_spanned v1.1.1
6242026-05-15T22:28:19.962Z Compiling toml_datetime v1.1.1+spec-1.1.0
6252026-05-15T22:28:19.995Z Compiling filetime v0.2.29
6262026-05-15T22:28:20.133Z Compiling bstr v1.12.1
6272026-05-15T22:28:20.168Z Compiling vte v0.14.1
6282026-05-15T22:28:20.214Z Compiling eyre v0.6.12
6292026-05-15T22:28:20.397Z Compiling is_terminal_polyfill v1.70.2
6302026-05-15T22:28:20.412Z Compiling anstyle v1.0.14
6312026-05-15T22:28:20.502Z Compiling anstyle-query v1.1.5
6322026-05-15T22:28:20.560Z Compiling self_update v0.42.0
6332026-05-15T22:28:20.573Z Compiling litrs v1.0.0
6342026-05-15T22:28:20.616Z Compiling static_assertions v1.1.0
6352026-05-15T22:28:20.626Z Compiling number_prefix v0.4.0
6362026-05-15T22:28:20.687Z Compiling nested v0.1.1
6372026-05-15T22:28:20.825Z Compiling iana-time-zone v0.1.65
6382026-05-15T22:28:20.855Z Compiling unicode-xid v0.2.6
6392026-05-15T22:28:20.889Z Compiling colorchoice v1.0.5
6402026-05-15T22:28:20.892Z Compiling color-spantrace v0.3.0
6412026-05-15T22:28:20.996Z Compiling tinyvec_macros v0.1.1
6422026-05-15T22:28:21.015Z Compiling xattr v1.6.1
6432026-05-15T22:28:21.028Z Compiling unicase v2.9.0
6442026-05-15T22:28:21.069Z Compiling tinyvec v1.11.0
6452026-05-15T22:28:21.183Z Compiling tar v0.4.45
6462026-05-15T22:28:21.213Z Compiling document-features v0.2.12
6472026-05-15T22:28:21.281Z Compiling anstream v1.0.0
6482026-05-15T22:28:21.358Z Compiling cargo-util-schemas v0.2.0
6492026-05-15T22:28:21.523Z Compiling chrono v0.4.44
6502026-05-15T22:28:21.826Z Compiling guppy v0.17.25
6512026-05-15T22:28:21.842Z Compiling indicatif v0.17.11
6522026-05-15T22:28:22.752Z Compiling globset v0.4.18
6532026-05-15T22:28:23.811Z Compiling pin-project v1.1.13
6542026-05-15T22:28:23.921Z Compiling strip-ansi-escapes v0.2.1
6552026-05-15T22:28:23.921Z Compiling toml v1.1.2+spec-1.1.0
6562026-05-15T22:28:24.402Z Compiling nextest-metadata v0.12.2
6572026-05-15T22:28:24.420Z Compiling newtype-uuid v1.3.2
6582026-05-15T22:28:24.621Z Compiling reqwest v0.12.28
6592026-05-15T22:28:25.045Z Compiling rand_chacha v0.9.0
6602026-05-15T22:28:25.071Z Compiling futures v0.3.32
6612026-05-15T22:28:25.160Z Compiling digest v0.10.7
6622026-05-15T22:28:25.397Z Compiling derive_more v2.1.1
6632026-05-15T22:28:25.492Z Compiling flate2 v1.1.9
6642026-05-15T22:28:25.617Z Compiling parking_lot v0.12.5
6652026-05-15T22:28:26.031Z Compiling tracing-error v0.2.1
6662026-05-15T22:28:26.049Z Compiling shared_child v1.1.1
6672026-05-15T22:28:26.537Z Compiling signal-hook-mio v0.2.5
6682026-05-15T22:28:26.623Z Compiling self-replace v1.5.0
6692026-05-15T22:28:26.683Z Compiling cargo-platform v0.2.0
6702026-05-15T22:28:26.937Z Compiling quick-xml v0.38.4
6712026-05-15T22:28:27.217Z Compiling quick-xml v0.37.5
6722026-05-15T22:28:27.263Z Compiling heck v0.5.0
6732026-05-15T22:28:27.493Z Compiling strsim v0.11.1
6742026-05-15T22:28:27.750Z Compiling shell-words v1.1.1
6752026-05-15T22:28:28.243Z Compiling humantime v2.3.0
6762026-05-15T22:28:28.346Z Compiling urlencoding v2.1.3
6772026-05-15T22:28:28.635Z Compiling indenter v0.3.4
6782026-05-15T22:28:28.683Z Compiling clap_lex v1.1.0
6792026-05-15T22:28:28.770Z Compiling recursion v0.5.4
6802026-05-15T22:28:28.833Z Compiling cpufeatures v0.2.17
6812026-05-15T22:28:28.879Z Compiling clap_builder v4.6.0
6822026-05-15T22:28:28.910Z Compiling sha2 v0.10.9
6832026-05-15T22:28:28.922Z Compiling nextest-filtering v0.15.0
6842026-05-15T22:28:29.727Z Compiling humantime-serde v1.1.1
6852026-05-15T22:28:29.897Z Compiling clap_derive v4.6.1
6862026-05-15T22:28:30.163Z Compiling quick-junit v0.5.2
6872026-05-15T22:28:31.757Z Compiling atomicwrites v0.4.4
6882026-05-15T22:28:32.064Z Compiling cargo_metadata v0.20.0
6892026-05-15T22:28:32.970Z Compiling crossterm v0.29.0
6902026-05-15T22:28:33.392Z Compiling cargo-nextest v0.9.97
6912026-05-15T22:28:34.642Z Compiling duct v0.13.7
6922026-05-15T22:28:35.800Z Compiling zstd v0.13.3
6932026-05-15T22:28:36.258Z Compiling rand v0.9.4
6942026-05-15T22:28:36.307Z Compiling async-scoped v0.9.0
6952026-05-15T22:28:36.356Z Compiling config v0.15.23
6962026-05-15T22:28:36.446Z Compiling unicode-normalization v0.1.25
6972026-05-15T22:28:36.499Z Compiling target-spec-miette v0.4.6
6982026-05-15T22:28:36.514Z Compiling future-queue v0.4.0
6992026-05-15T22:28:36.812Z Compiling mukti-metadata v0.3.0
7002026-05-15T22:28:36.932Z Compiling camino-tempfile v1.4.1
7012026-05-15T22:28:37.052Z Compiling tokio-stream v0.1.18
7022026-05-15T22:28:37.075Z Compiling derive-where v1.6.1
7032026-05-15T22:28:37.335Z Compiling serde_path_to_error v0.1.20
7042026-05-15T22:28:37.381Z Compiling serde_ignored v0.1.14
7052026-05-15T22:28:37.495Z Compiling xxhash-rust v0.8.15
7062026-05-15T22:28:37.614Z Compiling swrite v0.1.0
7072026-05-15T22:28:37.637Z Compiling home v0.5.12
7082026-05-15T22:28:37.726Z Compiling hex v0.4.3
7092026-05-15T22:28:37.812Z Compiling indent_write v2.2.0
7102026-05-15T22:28:37.812Z Compiling color-eyre v0.6.5
7112026-05-15T22:28:37.853Z Compiling clap v4.6.1
7122026-05-15T22:28:37.946Z Compiling dialoguer v0.11.0
7132026-05-15T22:28:37.973Z Compiling enable-ansi-support v0.2.1
7142026-05-15T22:28:38.399Z Compiling nextest-runner v0.80.0
7152026-05-15T22:28:57.384Z Finished `release` profile [optimized] target(s) in 1m 13s
7162026-05-15T22:28:57.579Z Installing /home/build/.cargo/bin/cargo-nextest
7172026-05-15T22:28:57.582Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7182026-05-15T22:28:57.701Z+ source .github/buildomat/test-common.sh
7192026-05-15T22:28:57.704Z++ NEXTEST_VERSION=0.9.97
7202026-05-15T22:28:57.704Z++ PLATFORM=illumos
7212026-05-15T22:28:57.704Z++ banner install
7222026-05-15T22:28:57.704Z
7232026-05-15T22:28:57.704Z # # # #### ##### ## # #
7242026-05-15T22:28:57.704Z # ## # # # # # # #
7252026-05-15T22:28:57.704Z # # # # #### # # # # #
7262026-05-15T22:28:57.704Z # # # # # # ###### # #
7272026-05-15T22:28:57.704Z # # ## # # # # # # #
7282026-05-15T22:28:57.704Z # # # #### # # # ###### ######
7292026-05-15T22:28:57.704Z
7302026-05-15T22:28:57.704Z++ set +o errexit
7312026-05-15T22:28:57.704Z++ pkg info clang-15
7322026-05-15T22:28:57.707Z++ grep -qi installed
7332026-05-15T22:28:58.912Zpkg: info: no packages matching the following patterns you specified are
7342026-05-15T22:28:58.912Zinstalled on the system. Try querying remotely instead:
7352026-05-15T22:28:58.912Z
7362026-05-15T22:28:58.912Z clang-15
7372026-05-15T22:28:58.955Z++ [[ 1 != 0 ]]
7382026-05-15T22:28:58.958Z++ set -o errexit
7392026-05-15T22:28:58.958Z++ pfexec pkg install clang-15
7402026-05-15T22:29:05.936Z Startup: Refreshing catalog 'helios-dev' ... Done
7412026-05-15T22:29:14.055Z Startup: Caching catalogs ... Done
7422026-05-15T22:29:21.948ZPlanning: Solver setup ... Done
7432026-05-15T22:29:21.991ZPlanning: Running solver ... Done
7442026-05-15T22:29:22.151ZPlanning: Finding local manifests ... Done
7452026-05-15T22:29:22.196ZPlanning: Fetching manifests: 0/2 0% complete
7462026-05-15T22:29:22.281ZPlanning: Fetching manifests: 2/2 100% complete
7472026-05-15T22:29:22.312ZPlanning: Package planning ... Done
7482026-05-15T22:29:22.339ZPlanning: Merging actions ... Done
7492026-05-15T22:29:22.449ZPlanning: Checking for conflicting actions ... Done
7502026-05-15T22:29:22.455ZPlanning: Consolidating action changes ... Done
7512026-05-15T22:29:23.250ZPlanning: Evaluating mediators ... Done
7522026-05-15T22:29:23.257ZPlanning: Planning completed in 9.01 seconds
7532026-05-15T22:29:23.267Z Packages to install: 2
7542026-05-15T22:29:23.271Z Mediators to change: 2
7552026-05-15T22:29:23.271Z Services to change: 1
7562026-05-15T22:29:23.271Z Create boot environment: No
7572026-05-15T22:29:23.271ZCreate backup boot environment: No
7582026-05-15T22:29:23.313Z
7592026-05-15T22:29:23.313ZDownload: 0/3076 items 0.0/211.3MB 0% complete
7602026-05-15T22:29:28.342ZDownload: 3029/3076 items 199.5/211.3MB 94% complete (41.3M/s)
7612026-05-15T22:29:28.993ZDownload: Completed 211.31 MB in 5.68 seconds (37.2M/s)
7622026-05-15T22:29:29.225Z Actions: 1/3418 actions (Installing new actions)
7632026-05-15T22:29:32.474Z Actions: Completed 3418 actions in 3.25 seconds.
7642026-05-15T22:29:33.231Z Done
7652026-05-15T22:29:33.231Z Done
7662026-05-15T22:29:34.002Z Done
7672026-05-15T22:29:37.604Z Done
7682026-05-15T22:29:37.681Z Done
7692026-05-15T22:29:37.684Z Done
7702026-05-15T22:29:37.937Z Done
7712026-05-15T22:29:38.704Z++ set -o errexit
7722026-05-15T22:29:38.704Z++ cargo --version
7732026-05-15T22:29:38.714Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
7742026-05-15T22:29:38.718Z++ rustc --version
7752026-05-15T22:29:38.739Zrustc 1.95.0 (59807616e 2026-04-14)
7762026-05-15T22:29:38.742Z++ cargo install cargo-nextest --version 0.9.97
7772026-05-15T22:29:38.795Z Ignored package `cargo-nextest v0.9.97` is already installed, use --force to override
7782026-05-15T22:29:38.798Z+ pushd rdb
7792026-05-15T22:29:38.798Z/work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite
7802026-05-15T22:29:38.798Z+ PROPTEST_CASES=1000000
7812026-05-15T22:29:38.798Z+ cargo nextest run --lib proptest
7822026-05-15T22:29:38.964Z Updating git repository `https://github.com/oxidecomputer/falcon`
7832026-05-15T22:29:39.785ZFrom https://github.com/oxidecomputer/falcon
7842026-05-15T22:29:39.785Z * [new ref] b2fac281ed8253a2acd8d5e289cd4d0e88b6bef6 -> refs/commit/b2fac281ed8253a2acd8d5e289cd4d0e88b6bef6
7852026-05-15T22:29:39.861Z Updating crates.io index
7862026-05-15T22:29:39.895Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7872026-05-15T22:29:40.608ZFrom https://github.com/oxidecomputer/dendrite
7882026-05-15T22:29:40.608Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7892026-05-15T22:29:40.687Z Updating git repository `https://github.com/oxidecomputer/ispf`
7902026-05-15T22:29:40.938ZFrom https://github.com/oxidecomputer/ispf
7912026-05-15T22:29:40.938Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7922026-05-15T22:29:40.944Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7932026-05-15T22:29:41.331ZFrom https://github.com/oxidecomputer/netadm-sys
7942026-05-15T22:29:41.331Z * [new ref] 180422c1e609a968c93512e0eea1e74bd16414e8 -> refs/commit/180422c1e609a968c93512e0eea1e74bd16414e8
7952026-05-15T22:29:41.339Z Updating git repository `https://github.com/oxidecomputer/omicron`
7962026-05-15T22:29:48.442ZFrom https://github.com/oxidecomputer/omicron
7972026-05-15T22:29:48.442Z * [new ref] e3edc166d225599702b8444c6bfb406bad583d4b -> refs/commit/e3edc166d225599702b8444c6bfb406bad583d4b
7982026-05-15T22:29:48.860Z Updating git repository `https://github.com/oxidecomputer/opte`
7992026-05-15T22:29:49.509ZFrom https://github.com/oxidecomputer/opte
8002026-05-15T22:29:49.509Z * [new ref] 3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8 -> refs/commit/3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8
8012026-05-15T22:29:49.668Z Updating git repository `https://github.com/illumos/smf-rs`
8022026-05-15T22:29:49.935ZFrom https://github.com/illumos/smf-rs
8032026-05-15T22:29:49.935Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8042026-05-15T22:29:49.945Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8052026-05-15T22:29:50.215ZFrom https://github.com/oxidecomputer/network-interface
8062026-05-15T22:29:50.215Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8072026-05-15T22:29:50.304Z Updating git repository `https://github.com/oxidecomputer/zone`
8082026-05-15T22:29:50.556ZFrom https://github.com/oxidecomputer/zone
8092026-05-15T22:29:50.556Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8102026-05-15T22:29:50.563Z Updating git repository `https://github.com/oxidecomputer/propolis`
8112026-05-15T22:29:51.188ZFrom https://github.com/oxidecomputer/propolis
8122026-05-15T22:29:51.188Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8132026-05-15T22:29:51.324Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8142026-05-15T22:29:51.798ZFrom https://github.com/oxidecomputer/transceiver-control
8152026-05-15T22:29:51.798Z * [new ref] 479813cf6f094d3edd9d5c6383797d51fce6d8d6 -> refs/commit/479813cf6f094d3edd9d5c6383797d51fce6d8d6
8162026-05-15T22:29:51.819Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8172026-05-15T22:29:52.089ZFrom https://github.com/oxidecomputer/dlpi-sys
8182026-05-15T22:29:52.089Z * [new ref] a611f32a2374579d25e628b395a9cb251f753388 -> refs/commit/a611f32a2374579d25e628b395a9cb251f753388
8192026-05-15T22:29:52.095Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8202026-05-15T22:29:52.365ZFrom https://github.com/jmesmon/rust-libzfs
8212026-05-15T22:29:52.365Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8222026-05-15T22:29:52.374Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8232026-05-15T22:29:52.624ZFrom https://github.com/oxidecomputer/rusty-doors
8242026-05-15T22:29:52.624Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8252026-05-15T22:29:52.631Z Updating git repository `https://github.com/oxidecomputer/lldp`
8262026-05-15T22:29:52.934ZFrom https://github.com/oxidecomputer/lldp
8272026-05-15T22:29:52.934Z * [new ref] ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d -> refs/commit/ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d
8282026-05-15T22:29:52.970Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8292026-05-15T22:29:53.241ZFrom https://github.com/oxidecomputer/slog-error-chain
8302026-05-15T22:29:53.241Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8312026-05-15T22:29:53.303Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8322026-05-15T22:29:53.595ZFrom https://github.com/oxidecomputer/tufaceous
8332026-05-15T22:29:53.595Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8342026-05-15T22:29:53.676Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8352026-05-15T22:29:54.138ZFrom https://github.com/oxidecomputer/management-gateway-service
8362026-05-15T22:29:54.138Z * [new ref] 0d7a8992f914ad6a5947409048779969bbe80e3d -> refs/commit/0d7a8992f914ad6a5947409048779969bbe80e3d
8372026-05-15T22:29:54.156Z Updating git repository `https://github.com/oxidecomputer/crucible`
8382026-05-15T22:29:54.954ZFrom https://github.com/oxidecomputer/crucible
8392026-05-15T22:29:54.954Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8402026-05-15T22:29:55.012Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8412026-05-15T22:29:55.281ZFrom https://github.com/oxidecomputer/serde_human_bytes
8422026-05-15T22:29:55.281Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8432026-05-15T22:29:55.386Z Updating git repository `https://github.com/oxidecomputer/propolis`
8442026-05-15T22:29:55.742ZFrom https://github.com/oxidecomputer/propolis
8452026-05-15T22:29:55.742Z * [new ref] bc489ddf0f38f75e0c194b86cf6f0de377f68845 -> refs/commit/bc489ddf0f38f75e0c194b86cf6f0de377f68845
8462026-05-15T22:29:56.142Z Updating git repository `https://github.com/oxidecomputer/tofino`
8472026-05-15T22:29:56.467ZFrom https://github.com/oxidecomputer/tofino
8482026-05-15T22:29:56.467Z * [new ref] e25e52991785039e967fd8fe7d86554d976e6d4b -> refs/commit/e25e52991785039e967fd8fe7d86554d976e6d4b
8492026-05-15T22:29:56.479Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8502026-05-15T22:29:57.114ZFrom https://github.com/oxidecomputer/maghemite
8512026-05-15T22:29:57.114Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8522026-05-15T22:29:57.159Z Updating git repository `https://github.com/oxidecomputer/clickward`
8532026-05-15T22:29:57.424ZFrom https://github.com/oxidecomputer/clickward
8542026-05-15T22:29:57.424Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8552026-05-15T22:29:57.532Z Updating git repository `https://github.com/oxidecomputer/crucible`
8562026-05-15T22:29:58.122ZFrom https://github.com/oxidecomputer/crucible
8572026-05-15T22:29:58.122Z * [new ref] ae1da83e66c648574827298f4bc444632bf4d047 -> refs/commit/ae1da83e66c648574827298f4bc444632bf4d047
8582026-05-15T22:29:58.166Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8592026-05-15T22:29:58.568ZFrom https://github.com/oxidecomputer/illumos-devinfo
8602026-05-15T22:29:58.568Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8612026-05-15T22:29:59.451Z Downloading crates ...
8622026-05-15T22:29:59.553Z Downloaded aead v0.5.2
8632026-05-15T22:29:59.560Z Downloaded const-random v0.1.18
8642026-05-15T22:29:59.564Z Downloaded async-recursion v1.1.1
8652026-05-15T22:29:59.568Z Downloaded cmake v0.1.58
8662026-05-15T22:29:59.570Z Downloaded bitflags v1.3.2
8672026-05-15T22:29:59.570Z Downloaded async-trait v0.1.89
8682026-05-15T22:29:59.573Z Downloaded gethostname v0.5.0
8692026-05-15T22:29:59.577Z Downloaded cpufeatures v0.3.0
8702026-05-15T22:29:59.580Z Downloaded defmt v1.0.1
8712026-05-15T22:29:59.584Z Downloaded memoffset v0.9.1
8722026-05-15T22:29:59.584Z Downloaded bit-vec v0.8.0
8732026-05-15T22:29:59.587Z Downloaded base16ct v0.2.0
8742026-05-15T22:29:59.587Z Downloaded bit-set v0.8.0
8752026-05-15T22:29:59.590Z Downloaded icu_provider v2.2.0
8762026-05-15T22:29:59.590Z Downloaded deranged v0.5.8
8772026-05-15T22:29:59.592Z Downloaded base16ct v1.0.0
8782026-05-15T22:29:59.595Z Downloaded backoff v0.4.0
8792026-05-15T22:29:59.598Z Downloaded const-random-macro v0.1.16
8802026-05-15T22:29:59.598Z Downloaded backon v1.6.0
8812026-05-15T22:29:59.600Z Downloaded hostname v0.3.1
8822026-05-15T22:29:59.603Z Downloaded darling v0.23.0
8832026-05-15T22:29:59.606Z Downloaded colored v3.1.1
8842026-05-15T22:29:59.609Z Downloaded chacha20 v0.9.1
8852026-05-15T22:29:59.612Z Downloaded no-std-compat v0.4.1
8862026-05-15T22:29:59.612Z Downloaded bcs v0.1.6
8872026-05-15T22:29:59.615Z Downloaded moka v0.12.15
8882026-05-15T22:29:59.620Z Downloaded ident_case v1.0.1
8892026-05-15T22:29:59.622Z Downloaded hubpack_derive v0.1.1
8902026-05-15T22:29:59.625Z Downloaded defmt-parser v1.0.0
8912026-05-15T22:29:59.625Z Downloaded darling_macro v0.23.0
8922026-05-15T22:29:59.628Z Downloaded compression-codecs v0.4.38
8932026-05-15T22:29:59.628Z Downloaded dtrace-parser v0.3.0
8942026-05-15T22:29:59.631Z Downloaded darling_macro v0.21.3
8952026-05-15T22:29:59.631Z Downloaded bytecount v0.6.9
8962026-05-15T22:29:59.634Z Downloaded itertools v0.12.1
8972026-05-15T22:29:59.638Z Downloaded match_cfg v0.1.0
8982026-05-15T22:29:59.641Z Downloaded num v0.4.3
8992026-05-15T22:29:59.644Z Downloaded bs58 v0.5.1
9002026-05-15T22:29:59.644Z Downloaded linked-hash-map v0.5.6
9012026-05-15T22:29:59.647Z Downloaded defmt v0.3.100
9022026-05-15T22:29:59.647Z Downloaded async-stream-impl v0.3.6
9032026-05-15T22:29:59.650Z Downloaded crucible-workspace-hack v0.1.0
9042026-05-15T22:29:59.650Z Downloaded keccak v0.1.6
9052026-05-15T22:29:59.652Z Downloaded hash32 v0.3.1
9062026-05-15T22:29:59.655Z Downloaded convert_case v0.4.0
9072026-05-15T22:29:59.655Z Downloaded async-stream v0.3.6
9082026-05-15T22:29:59.658Z Downloaded cobs v0.3.0
9092026-05-15T22:29:59.658Z Downloaded macaddr v1.0.1
9102026-05-15T22:29:59.661Z Downloaded inout v0.1.4
9112026-05-15T22:29:59.661Z Downloaded cstr-argument v0.1.2
9122026-05-15T22:29:59.664Z Downloaded arrayref v0.3.9
9132026-05-15T22:29:59.664Z Downloaded embedded-io v0.4.0
9142026-05-15T22:29:59.667Z Downloaded num-iter v0.1.45
9152026-05-15T22:29:59.667Z Downloaded managed v0.8.0
9162026-05-15T22:29:59.670Z Downloaded num_threads v0.1.7
9172026-05-15T22:29:59.670Z Downloaded dunce v1.0.5
9182026-05-15T22:29:59.673Z Downloaded olpc-cjson v0.1.4
9192026-05-15T22:29:59.673Z Downloaded float-ord v0.3.2
9202026-05-15T22:29:59.676Z Downloaded omicron-workspace-hack v0.1.0
9212026-05-15T22:29:59.676Z Downloaded num-conv v0.2.1
9222026-05-15T22:29:59.679Z Downloaded internet-checksum v0.2.1
9232026-05-15T22:29:59.679Z Downloaded is-terminal v0.4.17
9242026-05-15T22:29:59.679Z Downloaded daft v0.1.5
9252026-05-15T22:29:59.681Z Downloaded instant v0.1.13
9262026-05-15T22:29:59.681Z Downloaded httpdate v1.0.3
9272026-05-15T22:29:59.684Z Downloaded linear-map v1.2.0
9282026-05-15T22:29:59.687Z Downloaded foldhash v0.2.0
9292026-05-15T22:29:59.687Z Downloaded dyn-clone v1.0.20
9302026-05-15T22:29:59.691Z Downloaded lru-cache v0.1.2
9312026-05-15T22:29:59.691Z Downloaded konst_macro_rules v0.2.19
9322026-05-15T22:29:59.694Z Downloaded git-stub v1.0.0
9332026-05-15T22:29:59.694Z Downloaded embedded-io v0.6.1
9342026-05-15T22:29:59.694Z Downloaded newline-converter v0.3.0
9352026-05-15T22:29:59.697Z Downloaded hubpack v0.1.2
9362026-05-15T22:29:59.697Z Downloaded natord v1.0.9
9372026-05-15T22:29:59.700Z Downloaded parse-display v0.10.0
9382026-05-15T22:29:59.700Z Downloaded mime v0.3.17
9392026-05-15T22:29:59.703Z Downloaded idna_adapter v1.2.2
9402026-05-15T22:29:59.703Z Downloaded fxhash v0.2.1
9412026-05-15T22:29:59.703Z Downloaded foreign-types v0.5.0
9422026-05-15T22:29:59.706Z Downloaded crossbeam-channel v0.5.15
9432026-05-15T22:29:59.709Z Downloaded memmap v0.7.0
9442026-05-15T22:29:59.709Z Downloaded crossbeam-epoch v0.9.18
9452026-05-15T22:29:59.712Z Downloaded ingot-types v0.1.2
9462026-05-15T22:29:59.715Z Downloaded fixedbitset v0.4.2
9472026-05-15T22:29:59.715Z Downloaded newtype-uuid-macros v0.1.0
9482026-05-15T22:29:59.718Z Downloaded plain v0.2.3
9492026-05-15T22:29:59.718Z Downloaded newtype_derive v0.1.6
9502026-05-15T22:29:59.718Z Downloaded hostname v0.4.2
9512026-05-15T22:29:59.721Z Downloaded dropshot-api-manager-types v0.7.1
9522026-05-15T22:29:59.721Z Downloaded num_enum_derive v0.5.11
9532026-05-15T22:29:59.724Z Downloaded libscf-sys v1.2.0
9542026-05-15T22:29:59.724Z Downloaded heck v0.4.1
9552026-05-15T22:29:59.724Z Downloaded argon2 v0.5.3
9562026-05-15T22:29:59.727Z Downloaded foreign-types-macros v0.2.3
9572026-05-15T22:29:59.727Z Downloaded powerfmt v0.2.0
9582026-05-15T22:29:59.733Z Downloaded potential_utf v0.1.5
9592026-05-15T22:29:59.733Z Downloaded csv-core v0.1.13
9602026-05-15T22:29:59.737Z Downloaded derive-ex v0.1.8
9612026-05-15T22:29:59.737Z Downloaded byte-wrapper v0.1.0
9622026-05-15T22:29:59.737Z Downloaded multer v3.1.0
9632026-05-15T22:29:59.739Z Downloaded displaydoc v0.2.5
9642026-05-15T22:29:59.740Z Downloaded num_enum v0.7.6
9652026-05-15T22:29:59.743Z Downloaded proc-macro-error-attr2 v2.0.0
9662026-05-15T22:29:59.747Z Downloaded progenitor-client v0.10.0
9672026-05-15T22:29:59.747Z Downloaded proc-macro-error-attr v1.0.4
9682026-05-15T22:29:59.750Z Downloaded proc-macro-crate v3.5.0
9692026-05-15T22:29:59.750Z Downloaded pretty-hex v0.4.2
9702026-05-15T22:29:59.750Z Downloaded progenitor-client v0.11.2
9712026-05-15T22:29:59.753Z Downloaded diff v0.1.13
9722026-05-15T22:29:59.753Z Downloaded daft-derive v0.1.5
9732026-05-15T22:29:59.757Z Downloaded opaque-debug v0.3.1
9742026-05-15T22:29:59.769Z Downloaded libsw-core v0.3.2
9752026-05-15T22:29:59.769Z Downloaded crossbeam-deque v0.8.6
9762026-05-15T22:29:59.769Z Downloaded ipnetwork v0.21.1
9772026-05-15T22:29:59.773Z Downloaded allocator-api2 v0.2.21
9782026-05-15T22:29:59.773Z Downloaded progenitor-macro v0.10.0
9792026-05-15T22:29:59.773Z Downloaded expectorate v1.2.0
9802026-05-15T22:29:59.773Z Downloaded progenitor-client v0.14.0
9812026-05-15T22:29:59.773Z Downloaded num-rational v0.4.2
9822026-05-15T22:29:59.773Z Downloaded progenitor-macro v0.11.2
9832026-05-15T22:29:59.773Z Downloaded icu_collections v2.2.0
9842026-05-15T22:29:59.777Z Downloaded progenitor-macro v0.13.0
9852026-05-15T22:29:59.777Z Downloaded quick-error v1.2.3
9862026-05-15T22:29:59.780Z Downloaded progenitor-macro v0.14.0
9872026-05-15T22:29:59.780Z Downloaded rand_chacha v0.3.1
9882026-05-15T22:29:59.780Z Downloaded phf v0.12.1
9892026-05-15T22:29:59.782Z Downloaded pem v3.0.6
9902026-05-15T22:29:59.782Z Downloaded parse-display-derive v0.10.0
9912026-05-15T22:29:59.786Z Downloaded num-integer v0.1.46
9922026-05-15T22:29:59.786Z Downloaded ref-cast-impl v1.0.25
9932026-05-15T22:29:59.786Z Downloaded rand_xorshift v0.4.0
9942026-05-15T22:29:59.789Z Downloaded ref-cast v1.0.25
9952026-05-15T22:29:59.789Z Downloaded same-file v1.0.6
9962026-05-15T22:29:59.792Z Downloaded secrecy v0.10.3
9972026-05-15T22:29:59.792Z Downloaded scroll_derive v0.13.1
9982026-05-15T22:29:59.792Z Downloaded scroll_derive v0.12.1
9992026-05-15T22:29:59.795Z Downloaded poly1305 v0.8.0
10002026-05-15T22:29:59.795Z Downloaded pin-project-internal v1.1.12
10012026-05-15T22:29:59.798Z Downloaded num-derive v0.4.2
10022026-05-15T22:29:59.798Z Downloaded cancel-safe-futures v0.1.5
10032026-05-15T22:29:59.801Z Downloaded blake2 v0.10.6
10042026-05-15T22:29:59.804Z Downloaded proc-macro-crate v1.3.1
10052026-05-15T22:29:59.804Z Downloaded progenitor v0.10.0
10062026-05-15T22:29:59.807Z Downloaded ff v0.13.1
10072026-05-15T22:29:59.807Z Downloaded proc-macro-error2 v2.0.1
10082026-05-15T22:29:59.810Z Downloaded progenitor v0.11.2
10092026-05-15T22:29:59.810Z Downloaded litemap v0.8.2
10102026-05-15T22:29:59.812Z Downloaded progenitor v0.14.0
10112026-05-15T22:29:59.815Z Downloaded proc-macro-error v1.0.4
10122026-05-15T22:29:59.815Z Downloaded num_enum_derive v0.7.6
10132026-05-15T22:29:59.819Z Downloaded siphasher v1.0.3
10142026-05-15T22:29:59.819Z Downloaded serde-big-array v0.5.1
10152026-05-15T22:29:59.822Z Downloaded omicron-zone-package v0.12.2
10162026-05-15T22:29:59.822Z Downloaded progenitor-client v0.13.0
10172026-05-15T22:29:59.825Z Downloaded ingot-macros v0.1.1
10182026-05-15T22:29:59.825Z Downloaded hmac v0.12.1
10192026-05-15T22:29:59.825Z Downloaded num_enum v0.5.11
10202026-05-15T22:29:59.829Z Downloaded serial_test v3.4.0
10212026-05-15T22:29:59.832Z Downloaded sha1 v0.10.6
10222026-05-15T22:29:59.832Z Downloaded pest_derive v2.8.6
10232026-05-15T22:29:59.836Z Downloaded serial_test_derive v3.4.0
10242026-05-15T22:29:59.836Z Downloaded serde_plain v1.0.2
10252026-05-15T22:29:59.839Z Downloaded rand_core v0.10.1
10262026-05-15T22:29:59.839Z Downloaded semver v0.1.20
10272026-05-15T22:29:59.839Z Downloaded paste v1.0.15
10282026-05-15T22:29:59.841Z Downloaded async-compression v0.4.42
10292026-05-15T22:29:59.844Z Downloaded strum v0.27.2
10302026-05-15T22:29:59.844Z Downloaded rustls-pemfile v2.2.0
10312026-05-15T22:29:59.847Z Downloaded spin v0.5.2
10322026-05-15T22:29:59.847Z Downloaded postcard v1.1.3
10332026-05-15T22:29:59.851Z Downloaded drift v0.1.4
10342026-05-15T22:29:59.856Z Downloaded tabled_derive v0.11.0
10352026-05-15T22:29:59.858Z Downloaded tabled_derive v0.7.0
10362026-05-15T22:29:59.858Z Downloaded structmeta-derive v0.3.0
10372026-05-15T22:29:59.858Z Downloaded hashbrown v0.12.3
10382026-05-15T22:29:59.861Z Downloaded indexmap v1.9.3
10392026-05-15T22:29:59.864Z Downloaded fs_extra v1.3.0
10402026-05-15T22:29:59.867Z Downloaded termtree v0.5.1
10412026-05-15T22:29:59.867Z Downloaded take_mut v0.2.2
10422026-05-15T22:29:59.867Z Downloaded elliptic-curve v0.13.8
10432026-05-15T22:29:59.870Z Downloaded dropshot_endpoint v0.17.0
10442026-05-15T22:29:59.872Z Downloaded stable_deref_trait v1.2.1
10452026-05-15T22:29:59.873Z Downloaded progenitor v0.13.0
10462026-05-15T22:29:59.875Z Downloaded icu_properties v2.2.0
10472026-05-15T22:29:59.875Z Downloaded sdd v3.0.10
10482026-05-15T22:29:59.878Z Downloaded progenitor-extras v0.2.0
10492026-05-15T22:29:59.878Z Downloaded papergrid v0.11.0
10502026-05-15T22:29:59.881Z Downloaded testing_table v0.3.0
10512026-05-15T22:29:59.885Z Downloaded tabwriter v1.4.1
10522026-05-15T22:29:59.885Z Downloaded crypto-bigint v0.5.5
10532026-05-15T22:29:59.892Z Downloaded topological-sort v0.2.2
10542026-05-15T22:29:59.892Z Downloaded thiserror-impl-no-std v2.0.2
10552026-05-15T22:29:59.895Z Downloaded icu_normalizer v2.2.0
10562026-05-15T22:29:59.895Z Downloaded parking_lot v0.11.2
10572026-05-15T22:29:59.895Z Downloaded heapless v0.8.0
10582026-05-15T22:29:59.897Z Downloaded slog-json v2.6.1
10592026-05-15T22:29:59.898Z Downloaded untrusted v0.7.1
10602026-05-15T22:29:59.898Z Downloaded slog-dtrace v0.3.0
10612026-05-15T22:29:59.900Z Downloaded rhai_codegen v3.1.0
10622026-05-15T22:29:59.903Z Downloaded usdt v0.5.0
10632026-05-15T22:29:59.906Z Downloaded universal-hash v0.5.1
10642026-05-15T22:29:59.906Z Downloaded thread-id v5.1.0
10652026-05-15T22:29:59.906Z Downloaded sigpipe v0.1.3
10662026-05-15T22:29:59.909Z Downloaded typify-macro v0.4.3
10672026-05-15T22:29:59.909Z Downloaded smartstring v1.0.1
10682026-05-15T22:29:59.909Z Downloaded slog-async v2.8.0
10692026-05-15T22:29:59.912Z Downloaded serde_derive_internals v0.29.1
10702026-05-15T22:29:59.912Z Downloaded pest_generator v2.8.6
10712026-05-15T22:29:59.916Z Downloaded snafu-derive v0.8.9
10722026-05-15T22:29:59.916Z Downloaded slog-envlogger v2.2.0
10732026-05-15T22:29:59.916Z Downloaded usdt-attr-macro v0.6.0
10742026-05-15T22:29:59.916Z Downloaded unit-prefix v0.5.2
10752026-05-15T22:29:59.919Z Downloaded usdt-attr-macro v0.5.0
10762026-05-15T22:29:59.919Z Downloaded usdt v0.6.0
10772026-05-15T22:29:59.919Z Downloaded scroll v0.12.0
10782026-05-15T22:29:59.919Z Downloaded derive_more v0.99.20
10792026-05-15T22:29:59.922Z Downloaded wait-timeout v0.2.1
10802026-05-15T22:29:59.925Z Downloaded base64 v0.21.7
10812026-05-15T22:29:59.925Z Downloaded darling_core v0.23.0
10822026-05-15T22:29:59.928Z Downloaded usdt-macro v0.6.0
10832026-05-15T22:29:59.932Z Downloaded slog-scope v4.4.1
10842026-05-15T22:29:59.933Z Downloaded strum_macros v0.26.4
10852026-05-15T22:29:59.933Z Downloaded typify-macro v0.6.2
10862026-05-15T22:29:59.936Z Downloaded time-core v0.1.8
10872026-05-15T22:29:59.936Z Downloaded smf v0.2.3
10882026-05-15T22:29:59.936Z Downloaded tiny-keccak v2.0.2
10892026-05-15T22:29:59.936Z Downloaded konst v0.2.20
10902026-05-15T22:29:59.939Z Downloaded strum_macros v0.27.2
10912026-05-15T22:29:59.942Z Downloaded serde_repr v0.1.20
10922026-05-15T22:29:59.942Z Downloaded tinystr v0.8.3
10932026-05-15T22:29:59.944Z Downloaded time-macros v0.2.27
10942026-05-15T22:29:59.944Z Downloaded thiserror-no-std v2.0.2
10952026-05-15T22:29:59.947Z Downloaded zeroize_derive v1.4.3
10962026-05-15T22:29:59.947Z Downloaded zerofrom-derive v0.1.7
10972026-05-15T22:29:59.950Z Downloaded memmap2 v0.9.10
10982026-05-15T22:29:59.950Z Downloaded tagptr v0.2.0
10992026-05-15T22:29:59.950Z Downloaded progenitor-impl v0.14.0
11002026-05-15T22:29:59.954Z Downloaded pest_meta v2.8.6
11012026-05-15T22:29:59.954Z Downloaded progenitor-impl v0.11.2
11022026-05-15T22:29:59.956Z Downloaded serde_tokenstream v0.2.3
11032026-05-15T22:29:59.956Z Downloaded progenitor-impl v0.10.0
11042026-05-15T22:29:59.959Z Downloaded yoke-derive v0.8.2
11052026-05-15T22:29:59.959Z Downloaded waitgroup v0.1.2
11062026-05-15T22:29:59.959Z Downloaded thread-id v4.2.2
11072026-05-15T22:29:59.960Z Downloaded hickory-resolver v0.24.4
11082026-05-15T22:29:59.963Z Downloaded icu_normalizer_data v2.2.0
11092026-05-15T22:29:59.966Z Downloaded slog-stdlog v4.1.1
11102026-05-15T22:29:59.966Z Downloaded pin-project v1.1.12
11112026-05-15T22:29:59.971Z Downloaded zone_cfg_derive v0.3.1
11122026-05-15T22:29:59.974Z Downloaded zerofrom v0.1.7
11132026-05-15T22:29:59.974Z Downloaded utf-8 v0.7.6
11142026-05-15T22:29:59.974Z Downloaded vsss-rs v3.3.4
11152026-05-15T22:29:59.977Z Downloaded usdt-macro v0.5.0
11162026-05-15T22:29:59.977Z Downloaded tokio-dtrace v0.1.1
11172026-05-15T22:29:59.977Z Downloaded spin v0.9.8
11182026-05-15T22:29:59.980Z Downloaded prettyplease v0.2.37
11192026-05-15T22:29:59.980Z Downloaded jiff-static v0.2.24
11202026-05-15T22:29:59.983Z Downloaded synstructure v0.13.2
11212026-05-15T22:29:59.983Z Downloaded papergrid v0.17.0
11222026-05-15T22:29:59.986Z Downloaded xz2 v0.1.7
11232026-05-15T22:29:59.989Z Downloaded zone v0.3.1
11242026-05-15T22:29:59.989Z Downloaded thin-vec v0.2.18
11252026-05-15T22:29:59.989Z Downloaded minimal-lexical v0.2.1
11262026-05-15T22:29:59.993Z Downloaded dropshot-api-manager v0.7.1
11272026-05-15T22:29:59.996Z Downloaded writeable v0.6.3
11282026-05-15T22:29:59.996Z Downloaded slog-term v2.9.2
11292026-05-15T22:29:59.999Z Downloaded serde_with_macros v3.20.0
11302026-05-15T22:29:59.999Z Downloaded tokio-rustls v0.25.0
11312026-05-15T22:30:00.002Z Downloaded chacha20poly1305 v0.10.1
11322026-05-15T22:30:00.002Z Downloaded arc-swap v1.9.1
11332026-05-15T22:30:00.005Z Downloaded progenitor-impl v0.13.0
11342026-05-15T22:30:00.005Z Downloaded usdt-impl v0.5.0
11352026-05-15T22:30:00.005Z Downloaded serde_yaml v0.9.34+deprecated
11362026-05-15T22:30:00.008Z Downloaded whoami v1.6.1
11372026-05-15T22:30:00.011Z Downloaded walkdir v2.5.0
11382026-05-15T22:30:00.011Z Downloaded rayon-core v1.13.0
11392026-05-15T22:30:00.014Z Downloaded pretty_assertions v1.4.1
11402026-05-15T22:30:00.014Z Downloaded similar v2.7.0
11412026-05-15T22:30:00.018Z Downloaded indicatif v0.18.4
11422026-05-15T22:30:00.021Z Downloaded slog v2.8.2
11432026-05-15T22:30:00.021Z Downloaded zerovec-derive v0.11.3
11442026-05-15T22:30:00.024Z Downloaded schemars v0.8.22
11452026-05-15T22:30:00.030Z Downloaded term v1.2.1
11462026-05-15T22:30:00.033Z Downloaded toml v0.9.12+spec-1.1.0
11472026-05-15T22:30:00.036Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11482026-05-15T22:30:00.036Z Downloaded toml v0.7.8
11492026-05-15T22:30:00.040Z Downloaded ucd-trie v0.1.7
11502026-05-15T22:30:00.040Z Downloaded tokio-tungstenite v0.21.0
11512026-05-15T22:30:00.043Z Downloaded qorb v0.4.1
11522026-05-15T22:30:00.043Z Downloaded rand v0.8.6
11532026-05-15T22:30:00.046Z Downloaded hickory-resolver v0.25.2
11542026-05-15T22:30:00.049Z Downloaded icu_locale_core v2.2.0
11552026-05-15T22:30:00.052Z Downloaded schemars v1.2.1
11562026-05-15T22:30:00.059Z Downloaded zerocopy-derive v0.7.35
11572026-05-15T22:30:00.062Z Downloaded usdt-impl v0.6.0
11582026-05-15T22:30:00.064Z Downloaded unsafe-libyaml v0.2.11
11592026-05-15T22:30:00.067Z Downloaded test-strategy v0.4.5
11602026-05-15T22:30:00.067Z Downloaded yoke v0.8.2
11612026-05-15T22:30:00.070Z Downloaded tungstenite v0.21.0
11622026-05-15T22:30:00.073Z Downloaded nom v7.1.3
11632026-05-15T22:30:00.076Z Downloaded yansi v1.0.1
11642026-05-15T22:30:00.076Z Downloaded schemars v0.9.0
11652026-05-15T22:30:00.083Z Downloaded typify v0.6.2
11662026-05-15T22:30:00.086Z Downloaded snafu v0.8.9
11672026-05-15T22:30:00.089Z Downloaded typify v0.4.3
11682026-05-15T22:30:00.092Z Downloaded pest v2.8.6
11692026-05-15T22:30:00.095Z Downloaded nom v8.0.0
11702026-05-15T22:30:00.098Z Downloaded rand v0.10.1
11712026-05-15T22:30:00.100Z Downloaded iddqd v0.3.18
11722026-05-15T22:30:00.104Z Downloaded zerotrie v0.2.4
11732026-05-15T22:30:00.111Z Downloaded typed-path v0.9.3
11742026-05-15T22:30:00.114Z Downloaded steno v0.4.1
11752026-05-15T22:30:00.114Z Downloaded toml_edit v0.25.11+spec-1.1.0
11762026-05-15T22:30:00.116Z Downloaded rustls-platform-verifier v0.7.0
11772026-05-15T22:30:00.119Z Downloaded libm v0.2.16
11782026-05-15T22:30:00.124Z Downloaded zerocopy-derive v0.8.48
11792026-05-15T22:30:00.128Z Downloaded hkdf v0.12.4
11802026-05-15T22:30:00.131Z Downloaded darling_core v0.21.3
11812026-05-15T22:30:00.134Z Downloaded unarray v0.1.4
11822026-05-15T22:30:00.134Z Downloaded strum v0.26.3
11832026-05-15T22:30:00.134Z Downloaded half v2.7.1
11842026-05-15T22:30:00.137Z Downloaded structmeta v0.3.0
11852026-05-15T22:30:00.137Z Downloaded slog-bunyan v2.5.0
11862026-05-15T22:30:00.137Z Downloaded scroll v0.13.0
11872026-05-15T22:30:00.140Z Downloaded toml_edit v0.19.15
11882026-05-15T22:30:00.146Z Downloaded tough v0.20.0
11892026-05-15T22:30:00.150Z Downloaded scc v2.4.0
11902026-05-15T22:30:00.153Z Downloaded icu_properties_data v2.2.0
11912026-05-15T22:30:00.158Z Downloaded reqwest v0.13.3
11922026-05-15T22:30:00.162Z Downloaded nix v0.31.3
11932026-05-15T22:30:00.168Z Downloaded zerovec v0.11.6
11942026-05-15T22:30:00.171Z Downloaded blake3 v1.8.5
11952026-05-15T22:30:00.176Z Downloaded goblin v0.8.2
11962026-05-15T22:30:00.179Z Downloaded aws-lc-rs v1.16.3
11972026-05-15T22:30:00.184Z Downloaded hashbrown v0.16.1
11982026-05-15T22:30:00.187Z Downloaded schemars_derive v0.8.22
11992026-05-15T22:30:00.190Z Downloaded rusty-fork v0.3.1
12002026-05-15T22:30:00.191Z Downloaded zerocopy v0.7.35
12012026-05-15T22:30:00.198Z Downloaded rayon v1.12.0
12022026-05-15T22:30:00.203Z Downloaded rustls-native-certs v0.8.3
12032026-05-15T22:30:00.206Z Downloaded rustls-webpki v0.102.8
12042026-05-15T22:30:00.215Z Downloaded winnow v1.0.2
12052026-05-15T22:30:00.219Z Downloaded serde_with v3.20.0
12062026-05-15T22:30:00.227Z Downloaded proptest v1.11.0
12072026-05-15T22:30:00.232Z Downloaded winnow v0.5.40
12082026-05-15T22:30:00.237Z Downloaded goblin v0.10.5
12092026-05-15T22:30:00.241Z Downloaded tabled v0.15.0
12102026-05-15T22:30:00.249Z Downloaded tabled v0.20.0
12112026-05-15T22:30:00.259Z Downloaded crossbeam-utils v0.8.21
12122026-05-15T22:30:00.262Z Downloaded ciborium v0.2.2
12132026-05-15T22:30:00.262Z Downloaded smawk v0.3.2
12142026-05-15T22:30:00.265Z Downloaded resolv-conf v0.7.6
12152026-05-15T22:30:00.265Z Downloaded anyhow v1.0.102
12162026-05-15T22:30:00.268Z Downloaded rustversion v1.0.22
12172026-05-15T22:30:00.268Z Downloaded syn v1.0.109
12182026-05-15T22:30:00.272Z Downloaded time v0.3.47
12192026-05-15T22:30:00.278Z Downloaded darling v0.21.3
12202026-05-15T22:30:00.281Z Downloaded rhai v1.24.0
12212026-05-15T22:30:00.287Z Downloaded regress v0.10.5
12222026-05-15T22:30:00.292Z Downloaded regress v0.11.1
12232026-05-15T22:30:00.296Z Downloaded rustls v0.22.4
12242026-05-15T22:30:00.305Z Downloaded hickory-proto v0.24.4
12252026-05-15T22:30:00.312Z Downloaded hickory-proto v0.25.2
12262026-05-15T22:30:00.321Z Downloaded critical-section v1.2.0
12272026-05-15T22:30:00.325Z Downloaded cookie v0.18.1
12282026-05-15T22:30:00.325Z Downloaded console v0.16.3
12292026-05-15T22:30:00.325Z Downloaded rustc_version v0.1.7
12302026-05-15T22:30:00.328Z Downloaded libsw v3.5.0
12312026-05-15T22:30:00.328Z Downloaded oxnet v0.1.5
12322026-05-15T22:30:00.328Z Downloaded oxide-tokio-rt v0.1.5
12332026-05-15T22:30:00.328Z Downloaded filetime v0.2.28
12342026-05-15T22:30:00.328Z Downloaded password-hash v0.5.0
12352026-05-15T22:30:00.328Z Downloaded group v0.13.0
12362026-05-15T22:30:00.331Z Downloaded git-stub-vcs v0.1.0
12372026-05-15T22:30:00.331Z Downloaded data-encoding v2.11.0
12382026-05-15T22:30:00.331Z Downloaded const_format v0.2.36
12392026-05-15T22:30:00.334Z Downloaded chacha20 v0.10.0
12402026-05-15T22:30:00.334Z Downloaded num-complex v0.4.6
12412026-05-15T22:30:00.340Z Downloaded smoltcp v0.11.0
12422026-05-15T22:30:00.343Z Downloaded dropshot v0.17.0
12432026-05-15T22:30:00.354Z Downloaded openapiv3 v2.2.0
12442026-05-15T22:30:00.359Z Downloaded highway v1.3.0
12452026-05-15T22:30:00.362Z Downloaded fs-err v3.3.0
12462026-05-15T22:30:00.362Z Downloaded defmt-macros v1.0.1
12472026-05-15T22:30:00.365Z Downloaded ingot v0.1.1
12482026-05-15T22:30:00.365Z Downloaded glob v0.3.3
12492026-05-15T22:30:00.365Z Downloaded const_format_proc_macros v0.2.34
12502026-05-15T22:30:00.369Z Downloaded erased-serde v0.3.31
12512026-05-15T22:30:00.370Z Downloaded cipher v0.4.4
12522026-05-15T22:30:00.370Z Downloaded phf_shared v0.12.1
12532026-05-15T22:30:00.370Z Downloaded parking_lot_core v0.8.6
12542026-05-15T22:30:00.370Z Downloaded constant_time_eq v0.4.2
12552026-05-15T22:30:00.373Z Downloaded crc8 v0.1.1
12562026-05-15T22:30:00.373Z Downloaded petgraph v0.6.5
12572026-05-15T22:30:00.380Z Downloaded lzma-sys v0.1.20
12582026-05-15T22:30:00.395Z Downloaded dtrace-parser v0.2.0
12592026-05-15T22:30:00.398Z Downloaded jiff v0.2.24
12602026-05-15T22:30:00.406Z Downloaded dof v0.3.0
12612026-05-15T22:30:00.409Z Downloaded dof v0.4.0
12622026-05-15T22:30:00.409Z Downloaded crunchy v0.2.4
12632026-05-15T22:30:00.409Z Downloaded arrayvec v0.7.6
12642026-05-15T22:30:00.409Z Downloaded enum-as-inner v0.6.1
12652026-05-15T22:30:00.412Z Downloaded ciborium-ll v0.2.2
12662026-05-15T22:30:00.412Z Downloaded foreign-types-shared v0.3.1
12672026-05-15T22:30:00.412Z Downloaded cargo_toml v0.22.3
12682026-05-15T22:30:00.412Z Downloaded byteorder v1.5.0
12692026-05-15T22:30:00.412Z Downloaded compression-core v0.4.32
12702026-05-15T22:30:00.412Z Downloaded ciborium-io v0.2.2
12712026-05-15T22:30:00.417Z Downloaded sled v0.34.7
12722026-05-15T22:30:00.422Z Downloaded typify-impl v0.6.2
12732026-05-15T22:30:00.429Z Downloaded typify-impl v0.4.3
12742026-05-15T22:30:00.484Z Downloaded chrono-tz v0.10.4
12752026-05-15T22:30:00.507Z Downloaded csv v1.4.0
12762026-05-15T22:30:00.519Z Downloaded sha3 v0.10.9
12772026-05-15T22:30:00.578Z Downloaded encoding_rs v0.8.35
12782026-05-15T22:30:01.113Z Downloaded aws-lc-sys v0.40.0
12792026-05-15T22:30:02.026Z Compiling proc-macro2 v1.0.106
12802026-05-15T22:30:02.026Z Compiling quote v1.0.45
12812026-05-15T22:30:02.026Z Compiling unicode-ident v1.0.24
12822026-05-15T22:30:02.026Z Compiling serde_core v1.0.228
12832026-05-15T22:30:02.026Z Compiling cfg-if v1.0.4
12842026-05-15T22:30:02.026Z Compiling serde v1.0.228
12852026-05-15T22:30:02.027Z Compiling libc v0.2.186
12862026-05-15T22:30:02.030Z Compiling memchr v2.8.0
12872026-05-15T22:30:02.274Z Compiling itoa v1.0.18
12882026-05-15T22:30:02.447Z Compiling smallvec v1.15.1
12892026-05-15T22:30:02.470Z Compiling zmij v1.0.21
12902026-05-15T22:30:02.490Z Compiling autocfg v1.5.0
12912026-05-15T22:30:02.652Z Compiling libm v0.2.16
12922026-05-15T22:30:02.876Z Compiling stable_deref_trait v1.2.1
12932026-05-15T22:30:02.911Z Compiling version_check v0.9.5
12942026-05-15T22:30:02.976Z Compiling percent-encoding v2.3.2
12952026-05-15T22:30:03.045Z Compiling litemap v0.8.2
12962026-05-15T22:30:03.104Z Compiling writeable v0.6.3
12972026-05-15T22:30:03.134Z Compiling icu_properties_data v2.2.0
12982026-05-15T22:30:03.182Z Compiling icu_normalizer_data v2.2.0
12992026-05-15T22:30:03.193Z Compiling utf8_iter v1.0.4
13002026-05-15T22:30:03.311Z Compiling equivalent v1.0.2
13012026-05-15T22:30:03.343Z Compiling pin-project-lite v0.2.17
13022026-05-15T22:30:03.409Z Compiling iana-time-zone v0.1.65
13032026-05-15T22:30:03.429Z Compiling syn v2.0.117
13042026-05-15T22:30:03.535Z Compiling form_urlencoded v1.2.2
13052026-05-15T22:30:03.538Z Compiling scopeguard v1.2.0
13062026-05-15T22:30:03.555Z Compiling parking_lot_core v0.9.12
13072026-05-15T22:30:03.618Z Compiling serde_json v1.0.149
13082026-05-15T22:30:03.642Z Compiling dyn-clone v1.0.20
13092026-05-15T22:30:03.684Z Compiling lock_api v0.4.14
13102026-05-15T22:30:03.761Z Compiling num-traits v0.2.19
13112026-05-15T22:30:03.785Z Compiling log v0.4.29
13122026-05-15T22:30:03.897Z Compiling hashbrown v0.17.1
13132026-05-15T22:30:03.909Z Compiling thiserror v2.0.18
13142026-05-15T22:30:03.925Z Compiling rand_core v0.10.1
13152026-05-15T22:30:03.986Z Compiling getrandom v0.4.2
13162026-05-15T22:30:04.086Z Compiling errno v0.3.14
13172026-05-15T22:30:04.246Z Compiling jobserver v0.1.34
13182026-05-15T22:30:04.301Z Compiling find-msvc-tools v0.1.9
13192026-05-15T22:30:04.338Z Compiling shlex v1.3.0
13202026-05-15T22:30:04.476Z Compiling semver v1.0.28
13212026-05-15T22:30:04.535Z Compiling indexmap v2.14.0
13222026-05-15T22:30:04.553Z Compiling cc v1.2.62
13232026-05-15T22:30:04.588Z Compiling futures-core v0.3.32
13242026-05-15T22:30:04.767Z Compiling heck v0.5.0
13252026-05-15T22:30:04.836Z Compiling zerocopy v0.8.48
13262026-05-15T22:30:04.853Z Compiling futures-sink v0.3.32
13272026-05-15T22:30:04.963Z Compiling uuid v1.23.1
13282026-05-15T22:30:05.044Z Compiling fnv v1.0.7
13292026-05-15T22:30:05.148Z Compiling slab v0.4.12
13302026-05-15T22:30:05.213Z Compiling schemars v0.8.22
13312026-05-15T22:30:05.314Z Compiling futures-channel v0.3.32
13322026-05-15T22:30:05.354Z Compiling rustversion v1.0.22
13332026-05-15T22:30:05.501Z Compiling socket2 v0.6.3
13342026-05-15T22:30:05.558Z Compiling futures-task v0.3.32
13352026-05-15T22:30:05.717Z Compiling futures-io v0.3.32
13362026-05-15T22:30:05.731Z Compiling parking_lot v0.12.5
13372026-05-15T22:30:05.731Z Compiling signal-hook-registry v1.4.8
13382026-05-15T22:30:05.870Z Compiling mio v1.2.0
13392026-05-15T22:30:05.883Z Compiling portable-atomic v1.13.1
13402026-05-15T22:30:05.963Z Compiling bitflags v2.11.1
13412026-05-15T22:30:05.998Z Compiling getrandom v0.2.17
13422026-05-15T22:30:06.051Z Compiling typenum v1.20.0
13432026-05-15T22:30:06.140Z Compiling subtle v2.6.1
13442026-05-15T22:30:06.187Z Compiling untrusted v0.9.0
13452026-05-15T22:30:06.202Z Compiling critical-section v1.2.0
13462026-05-15T22:30:06.307Z Compiling base64 v0.22.1
13472026-05-15T22:30:06.307Z Compiling byteorder v1.5.0
13482026-05-15T22:30:06.310Z Compiling rand_core v0.6.4
13492026-05-15T22:30:06.342Z Compiling synstructure v0.13.2
13502026-05-15T22:30:06.365Z Compiling serde_derive_internals v0.29.1
13512026-05-15T22:30:06.535Z Compiling regex-syntax v0.8.10
13522026-05-15T22:30:06.549Z Compiling cmake v0.1.58
13532026-05-15T22:30:06.632Z Compiling dunce v1.0.5
13542026-05-15T22:30:06.722Z Compiling fs_extra v1.3.0
13552026-05-15T22:30:06.734Z Compiling atomic-waker v1.1.2
13562026-05-15T22:30:06.848Z Compiling once_cell v1.21.4
13572026-05-15T22:30:06.863Z Compiling ipnet v2.12.0
13582026-05-15T22:30:06.892Z Compiling httparse v1.10.1
13592026-05-15T22:30:06.928Z Compiling slog v2.8.2
13602026-05-15T22:30:06.980Z Compiling aws-lc-sys v0.40.0
13612026-05-15T22:30:07.064Z Compiling tower-layer v0.3.3
13622026-05-15T22:30:07.097Z Compiling strsim v0.11.1
13632026-05-15T22:30:07.172Z Compiling tower-service v0.3.3
13642026-05-15T22:30:07.229Z Compiling rustix v1.1.4
13652026-05-15T22:30:07.287Z Compiling try-lock v0.2.5
13662026-05-15T22:30:07.399Z Compiling ryu v1.0.23
13672026-05-15T22:30:07.399Z Compiling want v0.3.1
13682026-05-15T22:30:07.508Z Compiling generic-array v0.14.7
13692026-05-15T22:30:07.573Z Compiling serde_derive v1.0.228
13702026-05-15T22:30:07.584Z Compiling zerofrom-derive v0.1.7
13712026-05-15T22:30:07.587Z Compiling yoke-derive v0.8.2
13722026-05-15T22:30:07.606Z Compiling zerovec-derive v0.11.3
13732026-05-15T22:30:07.628Z Compiling displaydoc v0.2.5
13742026-05-15T22:30:07.756Z Compiling schemars_derive v0.8.22
13752026-05-15T22:30:07.924Z Compiling tokio-macros v2.7.0
13762026-05-15T22:30:08.488Z Compiling thiserror-impl v2.0.18
13772026-05-15T22:30:08.744Z Compiling zerocopy-derive v0.8.48
13782026-05-15T22:30:08.747Z Compiling zeroize_derive v1.4.3
13792026-05-15T22:30:08.847Z Compiling futures-macro v0.3.32
13802026-05-15T22:30:08.905Z Compiling zerofrom v0.1.7
13812026-05-15T22:30:09.033Z Compiling yoke v0.8.2
13822026-05-15T22:30:09.232Z Compiling zerovec v0.11.6
13832026-05-15T22:30:09.374Z Compiling zerotrie v0.2.4
13842026-05-15T22:30:09.474Z Compiling zeroize v1.8.2
13852026-05-15T22:30:09.680Z Compiling httpdate v1.0.3
13862026-05-15T22:30:09.725Z Compiling tinystr v0.8.3
13872026-05-15T22:30:09.771Z Compiling potential_utf v0.1.5
13882026-05-15T22:30:09.871Z Compiling futures-util v0.3.32
13892026-05-15T22:30:09.889Z Compiling icu_locale_core v2.2.0
13902026-05-15T22:30:09.925Z Compiling icu_collections v2.2.0
13912026-05-15T22:30:09.937Z Compiling thiserror v1.0.69
13922026-05-15T22:30:09.937Z Compiling ucd-trie v0.1.7
13932026-05-15T22:30:10.259Z Compiling pest v2.8.6
13942026-05-15T22:30:10.483Z Compiling thiserror-impl v1.0.69
13952026-05-15T22:30:11.030Z Compiling bytes v1.11.1
13962026-05-15T22:30:11.043Z Compiling icu_provider v2.2.0
13972026-05-15T22:30:11.061Z Compiling chrono v0.4.44
13982026-05-15T22:30:11.392Z Compiling icu_properties v2.2.0
13992026-05-15T22:30:11.619Z Compiling icu_normalizer v2.2.0
14002026-05-15T22:30:11.711Z Compiling http v1.4.0
14012026-05-15T22:30:11.732Z Compiling tokio v1.52.3
14022026-05-15T22:30:12.229Z Compiling serde_tokenstream v0.2.3
14032026-05-15T22:30:12.377Z Compiling idna_adapter v1.2.2
14042026-05-15T22:30:12.524Z Compiling idna v1.1.0
14052026-05-15T22:30:12.538Z Compiling http-body v1.0.1
14062026-05-15T22:30:12.656Z Compiling erased-serde v0.3.31
14072026-05-15T22:30:12.696Z Compiling pest_meta v2.8.6
14082026-05-15T22:30:12.754Z Compiling getrandom v0.3.4
14092026-05-15T22:30:12.770Z Compiling pretty-hex v0.4.2
14102026-05-15T22:30:12.940Z Compiling url v2.5.8
14112026-05-15T22:30:13.222Z Compiling plain v0.2.3
14122026-05-15T22:30:13.342Z Compiling ppv-lite86 v0.2.21
14132026-05-15T22:30:13.415Z Compiling pest_generator v2.8.6
14142026-05-15T22:30:13.454Z Compiling tracing-attributes v0.1.31
14152026-05-15T22:30:13.678Z Compiling tracing-core v0.1.36
14162026-05-15T22:30:13.886Z Compiling allocator-api2 v0.2.21
14172026-05-15T22:30:14.068Z Compiling foldhash v0.2.0
14182026-05-15T22:30:14.124Z Compiling pest_derive v2.8.6
14192026-05-15T22:30:14.223Z Compiling paste v1.0.15
14202026-05-15T22:30:14.316Z Compiling hashbrown v0.16.1
14212026-05-15T22:30:14.330Z Compiling http-body-util v0.1.3
14222026-05-15T22:30:14.575Z Compiling ipnetwork v0.21.1
14232026-05-15T22:30:14.588Z Compiling crypto-common v0.1.7
14242026-05-15T22:30:14.724Z Compiling serde_urlencoded v0.7.1
14252026-05-15T22:30:14.728Z Compiling omicron-workspace-hack v0.1.0
14262026-05-15T22:30:14.753Z Compiling tracing v0.1.44
14272026-05-15T22:30:14.926Z Compiling ident_case v1.0.1
14282026-05-15T22:30:14.992Z Compiling sync_wrapper v1.0.2
14292026-05-15T22:30:15.004Z Compiling aho-corasick v1.1.4
14302026-05-15T22:30:15.048Z Compiling winnow v1.0.2
14312026-05-15T22:30:15.100Z Compiling rustls-pki-types v1.14.1
14322026-05-15T22:30:15.114Z Compiling daft-derive v0.1.5
14332026-05-15T22:30:15.456Z Compiling fastrand v2.4.1
14342026-05-15T22:30:15.612Z Compiling oxnet v0.1.5
14352026-05-15T22:30:15.729Z Compiling tokio-util v0.7.18
14362026-05-15T22:30:15.903Z Compiling regex-automata v0.4.14
14372026-05-15T22:30:16.069Z Compiling async-trait v0.1.89
14382026-05-15T22:30:16.200Z Compiling scroll_derive v0.13.1
14392026-05-15T22:30:16.318Z Compiling ring v0.17.14
14402026-05-15T22:30:16.506Z Compiling anyhow v1.0.102
14412026-05-15T22:30:16.856Z Compiling powerfmt v0.2.0
14422026-05-15T22:30:16.877Z Compiling time-core v0.1.8
14432026-05-15T22:30:17.028Z Compiling cpufeatures v0.2.17
14442026-05-15T22:30:17.084Z Compiling num-conv v0.2.1
14452026-05-15T22:30:17.096Z Compiling scroll v0.13.0
14462026-05-15T22:30:17.108Z Compiling deranged v0.5.8
14472026-05-15T22:30:17.233Z Compiling time-macros v0.2.27
14482026-05-15T22:30:17.593Z Compiling block-buffer v0.10.4
14492026-05-15T22:30:17.748Z Compiling regex v1.12.3
14502026-05-15T22:30:18.175Z Compiling num_threads v0.1.7
14512026-05-15T22:30:18.282Z Compiling openssl-probe v0.2.1
14522026-05-15T22:30:18.285Z Compiling hex v0.4.3
14532026-05-15T22:30:18.336Z Compiling digest v0.10.7
14542026-05-15T22:30:18.569Z Compiling goblin v0.10.5
14552026-05-15T22:30:18.661Z Compiling camino v1.2.2
14562026-05-15T22:30:18.914Z Compiling h2 v0.4.14
14572026-05-15T22:30:19.085Z Compiling crc32fast v1.5.0
14582026-05-15T22:30:19.100Z Compiling usdt-impl v0.6.0
14592026-05-15T22:30:19.550Z Compiling dtrace-parser v0.3.0
14602026-05-15T22:30:19.885Z Compiling crossbeam-utils v0.8.21
14612026-05-15T22:30:19.898Z Compiling aws-lc-rs v1.16.3
14622026-05-15T22:30:20.420Z Compiling futures-executor v0.3.32
14632026-05-15T22:30:20.442Z Compiling structmeta-derive v0.3.0
14642026-05-15T22:30:20.481Z Compiling thread-id v5.1.0
14652026-05-15T22:30:20.724Z Compiling adler2 v2.0.1
14662026-05-15T22:30:20.737Z Compiling simd-adler32 v0.3.9
14672026-05-15T22:30:20.869Z Compiling rustls v0.22.4
14682026-05-15T22:30:20.951Z Compiling miniz_oxide v0.8.9
14692026-05-15T22:30:21.046Z Compiling futures v0.3.32
14702026-05-15T22:30:21.117Z Compiling hyper v1.9.0
14712026-05-15T22:30:21.155Z Compiling rand_core v0.9.5
14722026-05-15T22:30:21.412Z Compiling darling_core v0.23.0
14732026-05-15T22:30:21.597Z Compiling dof v0.4.0
14742026-05-15T22:30:21.683Z Compiling structmeta v0.3.0
14752026-05-15T22:30:21.905Z Compiling newtype-uuid-macros v0.1.0
14762026-05-15T22:30:21.972Z Compiling thread_local v1.1.9
14772026-05-15T22:30:22.243Z Compiling match_cfg v0.1.0
14782026-05-15T22:30:22.265Z Compiling untrusted v0.7.1
14792026-05-15T22:30:22.320Z Compiling hyper-util v0.1.20
14802026-05-15T22:30:22.808Z Compiling flate2 v1.1.9
14812026-05-15T22:30:23.102Z Compiling newtype-uuid v1.3.2
14822026-05-15T22:30:23.266Z Compiling ref-cast v1.0.25
14832026-05-15T22:30:23.324Z Compiling compression-core v0.4.32
14842026-05-15T22:30:23.481Z Compiling quick-error v1.2.3
14852026-05-15T22:30:23.500Z Compiling rustls v0.23.40
14862026-05-15T22:30:23.626Z Compiling slog-async v2.8.0
14872026-05-15T22:30:23.764Z Compiling darling_macro v0.23.0
14882026-05-15T22:30:23.800Z Compiling compression-codecs v0.4.38
14892026-05-15T22:30:23.895Z Compiling daft v0.1.5
14902026-05-15T22:30:23.908Z Compiling usdt-macro v0.6.0
14912026-05-15T22:30:24.006Z Compiling usdt-attr-macro v0.6.0
14922026-05-15T22:30:24.081Z Compiling rand_chacha v0.9.0
14932026-05-15T22:30:24.233Z Compiling strum_macros v0.26.4
14942026-05-15T22:30:24.424Z Compiling darling v0.23.0
14952026-05-15T22:30:24.514Z Compiling ref-cast-impl v1.0.25
14962026-05-15T22:30:24.564Z Compiling serde_spanned v1.1.1
14972026-05-15T22:30:24.644Z Compiling multer v3.1.0
14982026-05-15T22:30:24.728Z Compiling toml_writer v1.1.1+spec-1.1.0
14992026-05-15T22:30:24.742Z Compiling bit-vec v0.8.0
15002026-05-15T22:30:24.953Z Compiling debug-ignore v1.0.5
15012026-05-15T22:30:24.990Z Compiling take_mut v0.2.2
15022026-05-15T22:30:25.063Z Compiling term v1.2.1
15032026-05-15T22:30:25.104Z Compiling bit-set v0.8.0
15042026-05-15T22:30:25.141Z Compiling serde_with_macros v3.20.0
15052026-05-15T22:30:25.272Z Compiling rand v0.9.4
15062026-05-15T22:30:25.293Z Compiling tower v0.5.3
15072026-05-15T22:30:25.305Z Compiling async-stream-impl v0.3.6
15082026-05-15T22:30:25.807Z Compiling dropshot v0.17.0
15092026-05-15T22:30:25.821Z Compiling encoding_rs v0.8.35
15102026-05-15T22:30:25.917Z Compiling unarray v0.1.4
15112026-05-15T22:30:25.995Z Compiling mime v0.3.17
15122026-05-15T22:30:26.010Z Compiling strum v0.26.3
15132026-05-15T22:30:26.027Z Compiling syn v1.0.109
15142026-05-15T22:30:26.055Z Compiling spin v0.9.8
15152026-05-15T22:30:26.170Z Compiling async-stream v0.3.6
15162026-05-15T22:30:26.184Z Compiling tower-http v0.6.10
15172026-05-15T22:30:26.278Z Compiling derive-ex v0.1.8
15182026-05-15T22:30:26.339Z Compiling dropshot_endpoint v0.17.0
15192026-05-15T22:30:26.351Z Compiling macaddr v1.0.1
15202026-05-15T22:30:26.362Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15212026-05-15T22:30:26.415Z Compiling waitgroup v0.1.2
15222026-05-15T22:30:26.561Z Compiling serde_path_to_error v0.1.20
15232026-05-15T22:30:26.931Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15242026-05-15T22:30:27.067Z Compiling tempfile v3.27.0
15252026-05-15T22:30:27.396Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15262026-05-15T22:30:27.567Z Compiling openapiv3 v2.2.0
15272026-05-15T22:30:27.584Z Compiling strum_macros v0.27.2
15282026-05-15T22:30:27.965Z Compiling test-strategy v0.4.5
15292026-05-15T22:30:28.160Z Compiling instant v0.1.13
15302026-05-15T22:30:28.281Z Compiling rustls-native-certs v0.8.3
15312026-05-15T22:30:28.641Z Compiling time v0.3.47
15322026-05-15T22:30:28.809Z Compiling rustc-hash v2.1.2
15332026-05-15T22:30:28.945Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
15342026-05-15T22:30:29.358Z Compiling crossbeam-channel v0.5.15
15352026-05-15T22:30:29.584Z Compiling strum v0.27.2
15362026-05-15T22:30:29.931Z Compiling parse-display-derive v0.10.0
15372026-05-15T22:30:30.290Z Compiling backon v1.6.0
15382026-05-15T22:30:30.446Z Compiling rand_chacha v0.3.1
15392026-05-15T22:30:30.925Z Compiling rustls-webpki v0.102.8
15402026-05-15T22:30:31.193Z Compiling rand v0.8.6
15412026-05-15T22:30:31.670Z Compiling slog-json v2.6.1
15422026-05-15T22:30:31.673Z Compiling hostname v0.3.1
15432026-05-15T22:30:31.830Z Compiling toml_parser v1.1.2+spec-1.1.0
15442026-05-15T22:30:31.852Z Compiling toml_datetime v1.1.1+spec-1.1.0
15452026-05-15T22:30:31.873Z Compiling is-terminal v0.4.17
15462026-05-15T22:30:31.892Z Compiling memmap2 v0.9.10
15472026-05-15T22:30:31.905Z Compiling wait-timeout v0.2.1
15482026-05-15T22:30:31.969Z Compiling either v1.15.0
15492026-05-15T22:30:32.120Z Compiling usdt v0.6.0
15502026-05-15T22:30:32.173Z Compiling rusty-fork v0.3.1
15512026-05-15T22:30:32.187Z Compiling slog-term v2.9.2
15522026-05-15T22:30:32.219Z Compiling toml v1.1.2+spec-1.1.0
15532026-05-15T22:30:32.416Z Compiling slog-bunyan v2.5.0
15542026-05-15T22:30:32.569Z Compiling serde_with v3.20.0
15552026-05-15T22:30:32.572Z Compiling async-compression v0.4.42
15562026-05-15T22:30:32.813Z Compiling rand_xorshift v0.4.0
15572026-05-15T22:30:32.946Z Compiling sha1 v0.10.6
15582026-05-15T22:30:32.998Z Compiling rustls-pemfile v2.2.0
15592026-05-15T22:30:33.186Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
15602026-05-15T22:30:33.199Z Compiling regress v0.10.5
15612026-05-15T22:30:33.213Z Compiling hostname v0.4.2
15622026-05-15T22:30:33.359Z Compiling proptest v1.11.0
15632026-05-15T22:30:33.725Z Compiling tokio-rustls v0.25.0
15642026-05-15T22:30:34.508Z Compiling iddqd v0.3.18
15652026-05-15T22:30:34.716Z Compiling reqwest v0.12.28
15662026-05-15T22:30:35.749Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15672026-05-15T22:30:36.247Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
15682026-05-15T22:30:36.394Z Compiling progenitor-client v0.10.0
15692026-05-15T22:30:36.522Z Compiling itertools v0.14.0
15702026-05-15T22:30:36.703Z Compiling backoff v0.4.0
15712026-05-15T22:30:36.939Z Compiling parse-display v0.10.0
15722026-05-15T22:30:37.306Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
15732026-05-15T22:30:38.387Z Compiling regress v0.11.1
15742026-05-15T22:30:38.482Z Compiling utf8parse v0.2.2
15752026-05-15T22:30:38.662Z Compiling anstyle-parse v1.0.0
15762026-05-15T22:30:38.864Z Compiling colorchoice v1.0.5
15772026-05-15T22:30:38.945Z Compiling is_terminal_polyfill v1.70.2
15782026-05-15T22:30:38.989Z Compiling anstyle v1.0.14
15792026-05-15T22:30:39.043Z Compiling anstyle-query v1.1.5
15802026-05-15T22:30:39.162Z Compiling anstream v1.0.0
15812026-05-15T22:30:39.930Z Compiling toml_datetime v0.6.11
15822026-05-15T22:30:40.102Z Compiling typify-impl v0.6.2
15832026-05-15T22:30:40.116Z Compiling zerocopy-derive v0.7.35
15842026-05-15T22:30:40.498Z Compiling clap_lex v1.1.0
15852026-05-15T22:30:40.513Z Compiling convert_case v0.4.0
15862026-05-15T22:30:41.080Z Compiling zerocopy v0.7.35
15872026-05-15T22:30:41.266Z Compiling derive_more v0.99.20
15882026-05-15T22:30:41.900Z Compiling unicode-width v0.2.2
15892026-05-15T22:30:42.773Z Compiling secrecy v0.10.3
15902026-05-15T22:30:42.883Z Compiling clap_derive v4.6.1
15912026-05-15T22:30:42.956Z Compiling crucible-workspace-hack v0.1.0
15922026-05-15T22:30:42.991Z Compiling float-ord v0.3.2
15932026-05-15T22:30:43.033Z Compiling tinyvec_macros v0.1.1
15942026-05-15T22:30:43.123Z Compiling tinyvec v1.11.0
15952026-05-15T22:30:43.736Z Compiling terminal_size v0.4.4
15962026-05-15T22:30:43.893Z Compiling dtrace-parser v0.2.0
15972026-05-15T22:30:44.021Z Compiling scroll_derive v0.12.1
15982026-05-15T22:30:44.059Z Compiling num-integer v0.1.46
15992026-05-15T22:30:44.404Z Compiling rustc_version v0.4.1
16002026-05-15T22:30:44.710Z Compiling usdt-impl v0.5.0
16012026-05-15T22:30:44.753Z Compiling curve25519-dalek v4.1.3
16022026-05-15T22:30:44.821Z Compiling scroll v0.12.0
16032026-05-15T22:30:45.277Z Compiling dof v0.3.0
16042026-05-15T22:30:45.651Z Compiling hmac v0.12.1
16052026-05-15T22:30:45.700Z Compiling darling_core v0.21.3
16062026-05-15T22:30:45.740Z Compiling inout v0.1.4
16072026-05-15T22:30:45.794Z Compiling ff v0.13.1
16082026-05-15T22:30:45.807Z Compiling thread-id v4.2.2
16092026-05-15T22:30:45.828Z Compiling hkdf v0.12.4
16102026-05-15T22:30:45.900Z Compiling group v0.13.0
16112026-05-15T22:30:45.924Z Compiling cipher v0.4.4
16122026-05-15T22:30:46.574Z Compiling goblin v0.8.2
16132026-05-15T22:30:46.664Z Compiling num-rational v0.4.2
16142026-05-15T22:30:46.814Z Compiling num-iter v0.1.45
16152026-05-15T22:30:46.828Z Compiling clap_builder v4.6.0
16162026-05-15T22:30:47.099Z Compiling toml_edit v0.25.11+spec-1.1.0
16172026-05-15T22:30:47.129Z Compiling typify-macro v0.6.2
16182026-05-15T22:30:47.332Z Compiling thiserror-impl-no-std v2.0.2
16192026-05-15T22:30:47.927Z Compiling darling_macro v0.21.3
16202026-05-15T22:30:48.067Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
16212026-05-15T22:30:48.538Z Compiling crossbeam-epoch v0.9.18
16222026-05-15T22:30:48.593Z Compiling universal-hash v0.5.1
16232026-05-15T22:30:48.739Z Compiling half v2.7.1
16242026-05-15T22:30:48.911Z Compiling crypto-bigint v0.5.5
16252026-05-15T22:30:48.924Z Compiling curve25519-dalek-derive v0.1.1
16262026-05-15T22:30:49.059Z Compiling num-complex v0.4.6
16272026-05-15T22:30:49.425Z Compiling typify v0.6.2
16282026-05-15T22:30:49.659Z Compiling base64ct v1.8.3
16292026-05-15T22:30:49.736Z Compiling ciborium-io v0.2.2
16302026-05-15T22:30:49.836Z Compiling base16ct v0.2.0
16312026-05-15T22:30:49.851Z Compiling opaque-debug v0.3.1
16322026-05-15T22:30:49.925Z Compiling poly1305 v0.8.0
16332026-05-15T22:30:49.967Z Compiling elliptic-curve v0.13.8
16342026-05-15T22:30:50.002Z Compiling password-hash v0.5.0
16352026-05-15T22:30:50.124Z Compiling ciborium-ll v0.2.2
16362026-05-15T22:30:50.471Z Compiling num v0.4.3
16372026-05-15T22:30:50.561Z Compiling darling v0.21.3
16382026-05-15T22:30:50.648Z Compiling clap v4.6.1
16392026-05-15T22:30:50.714Z Compiling thiserror-no-std v2.0.2
16402026-05-15T22:30:50.807Z Compiling proc-macro-crate v3.5.0
16412026-05-15T22:30:51.122Z Compiling chacha20 v0.9.1
16422026-05-15T22:30:51.259Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
16432026-05-15T22:30:51.461Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
16442026-05-15T22:30:51.917Z Compiling blake2 v0.10.6
16452026-05-15T22:30:52.033Z Compiling byte-wrapper v0.1.0
16462026-05-15T22:30:52.123Z Compiling aead v0.5.2
16472026-05-15T22:30:52.300Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16482026-05-15T22:30:52.407Z Compiling proc-macro-error-attr v1.0.4
16492026-05-15T22:30:52.653Z Compiling rustix v0.38.44
16502026-05-15T22:30:52.665Z Compiling keccak v0.1.6
16512026-05-15T22:30:52.676Z Compiling heapless v0.8.0
16522026-05-15T22:30:52.973Z Compiling prettyplease v0.2.37
16532026-05-15T22:30:53.070Z Compiling unsafe-libyaml v0.2.11
16542026-05-15T22:30:53.290Z Compiling sha3 v0.10.9
16552026-05-15T22:30:53.730Z Compiling serde_yaml v0.9.34+deprecated
16562026-05-15T22:30:53.807Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16572026-05-15T22:30:55.072Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
16582026-05-15T22:30:55.089Z Compiling chacha20poly1305 v0.10.1
16592026-05-15T22:30:55.111Z Compiling argon2 v0.5.3
16602026-05-15T22:30:55.445Z Compiling num_enum_derive v0.7.6
16612026-05-15T22:30:55.656Z Compiling vsss-rs v3.3.4
16622026-05-15T22:30:56.279Z Compiling rustls-webpki v0.103.13
16632026-05-15T22:30:56.525Z Compiling ingot-macros v0.1.1
16642026-05-15T22:30:56.579Z Compiling ciborium v0.2.2
16652026-05-15T22:30:57.329Z Compiling usdt-macro v0.5.0
16662026-05-15T22:30:57.332Z Compiling usdt-attr-macro v0.5.0
16672026-05-15T22:30:58.865Z Compiling serde_spanned v0.6.9
16682026-05-15T22:30:59.023Z Compiling enum-as-inner v0.6.1
16692026-05-15T22:30:59.164Z Compiling hash32 v0.3.1
16702026-05-15T22:30:59.335Z Compiling proc-macro-error v1.0.4
16712026-05-15T22:30:59.497Z Compiling memmap v0.7.0
16722026-05-15T22:30:59.602Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16732026-05-15T22:30:59.616Z Compiling toml_write v0.1.2
16742026-05-15T22:30:59.667Z Compiling winnow v0.7.15
16752026-05-15T22:30:59.703Z Compiling indent_write v2.2.0
16762026-05-15T22:30:59.830Z Compiling winnow v0.5.40
16772026-05-15T22:30:59.843Z Compiling smoltcp v0.11.0
16782026-05-15T22:30:59.857Z Compiling data-encoding v2.11.0
16792026-05-15T22:30:59.896Z Compiling usdt v0.5.0
16802026-05-15T22:31:00.195Z Compiling tokio-rustls v0.26.4
16812026-05-15T22:31:00.227Z Compiling rustls-platform-verifier v0.7.0
16822026-05-15T22:31:00.482Z Compiling hyper-rustls v0.27.9
16832026-05-15T22:31:00.770Z Compiling reqwest v0.13.3
16842026-05-15T22:31:00.830Z Compiling ingot-types v0.1.2
16852026-05-15T22:31:01.261Z Compiling toml_edit v0.19.15
16862026-05-15T22:31:01.319Z Compiling toml_edit v0.22.27
16872026-05-15T22:31:01.392Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
16882026-05-15T22:31:01.428Z Compiling num_enum v0.7.6
16892026-05-15T22:31:01.557Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16902026-05-15T22:31:01.667Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
16912026-05-15T22:31:02.336Z Compiling progenitor-client v0.14.0
16922026-05-15T22:31:02.662Z Compiling progenitor-extras v0.2.0
16932026-05-15T22:31:02.939Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
16942026-05-15T22:31:03.436Z Compiling tabwriter v1.4.1
16952026-05-15T22:31:03.703Z Compiling cobs v0.3.0
16962026-05-15T22:31:03.781Z Compiling serde_repr v0.1.20
16972026-05-15T22:31:03.930Z Compiling memoffset v0.9.1
16982026-05-15T22:31:04.209Z Compiling bitflags v1.3.2
16992026-05-15T22:31:04.297Z Compiling pkg-config v0.3.33
17002026-05-15T22:31:04.441Z Compiling vcpkg v0.2.15
17012026-05-15T22:31:04.781Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
17022026-05-15T22:31:04.807Z Compiling managed v0.8.0
17032026-05-15T22:31:05.024Z Compiling cfg_aliases v0.2.1
17042026-05-15T22:31:05.048Z Compiling openssl-sys v0.9.115
17052026-05-15T22:31:05.106Z Compiling nix v0.31.3
17062026-05-15T22:31:05.462Z Compiling postcard v1.1.3
17072026-05-15T22:31:05.647Z Compiling toml v0.8.23
17082026-05-15T22:31:05.685Z Compiling proc-macro-crate v1.3.1
17092026-05-15T22:31:05.822Z Compiling ingot v0.1.1
17102026-05-15T22:31:06.017Z Compiling hubpack_derive v0.1.1
17112026-05-15T22:31:06.044Z Compiling foreign-types-macros v0.2.3
17122026-05-15T22:31:06.394Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
17132026-05-15T22:31:06.604Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
17142026-05-15T22:31:06.715Z Compiling semver v0.1.20
17152026-05-15T22:31:06.763Z Compiling resolv-conf v0.7.6
17162026-05-15T22:31:06.876Z Compiling foreign-types-shared v0.3.1
17172026-05-15T22:31:06.979Z Compiling cpufeatures v0.3.0
17182026-05-15T22:31:06.998Z Compiling linked-hash-map v0.5.6
17192026-05-15T22:31:07.064Z Compiling rayon-core v1.13.0
17202026-05-15T22:31:07.106Z Compiling heck v0.4.1
17212026-05-15T22:31:07.176Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
17222026-05-15T22:31:07.195Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
17232026-05-15T22:31:07.313Z Compiling swrite v0.1.0
17242026-05-15T22:31:07.316Z Compiling colored v3.1.1
17252026-05-15T22:31:07.418Z Compiling static_assertions v1.1.0
17262026-05-15T22:31:07.501Z Compiling unicode-segmentation v1.13.2
17272026-05-15T22:31:07.836Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
17282026-05-15T22:31:08.018Z Compiling newline-converter v0.3.0
17292026-05-15T22:31:08.210Z Compiling lru-cache v0.1.2
17302026-05-15T22:31:08.264Z Compiling chacha20 v0.10.0
17312026-05-15T22:31:08.356Z Compiling foreign-types v0.5.0
17322026-05-15T22:31:08.451Z Compiling rustc_version v0.1.7
17332026-05-15T22:31:08.606Z Compiling hubpack v0.1.2
17342026-05-15T22:31:08.675Z Compiling num_enum_derive v0.5.11
17352026-05-15T22:31:09.181Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
17362026-05-15T22:31:09.184Z Compiling atomicwrites v0.4.4
17372026-05-15T22:31:09.405Z Compiling hickory-proto v0.24.4
17382026-05-15T22:31:09.584Z Compiling progenitor-impl v0.13.0
17392026-05-15T22:31:10.042Z Compiling crossbeam-deque v0.8.6
17402026-05-15T22:31:10.161Z Compiling console v0.15.11
17412026-05-15T22:31:10.255Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17422026-05-15T22:31:10.514Z Compiling camino-tempfile v1.4.1
17432026-05-15T22:31:10.787Z Compiling serde-big-array v0.5.1
17442026-05-15T22:31:10.820Z Compiling pin-project-internal v1.1.12
17452026-05-15T22:31:10.873Z Compiling num-derive v0.4.2
17462026-05-15T22:31:10.939Z Compiling derive-where v1.6.1
17472026-05-15T22:31:11.040Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
17482026-05-15T22:31:11.120Z Compiling cstr-argument v0.1.2
17492026-05-15T22:31:11.292Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#180422c1)
17502026-05-15T22:31:11.547Z Compiling minimal-lexical v0.2.1
17512026-05-15T22:31:11.612Z Compiling siphasher v1.0.3
17522026-05-15T22:31:11.817Z Compiling similar v2.7.0
17532026-05-15T22:31:11.831Z Compiling phf_shared v0.12.1
17542026-05-15T22:31:11.902Z Compiling nom v7.1.3
17552026-05-15T22:31:11.987Z Compiling pin-project v1.1.12
17562026-05-15T22:31:12.118Z Compiling hickory-resolver v0.24.4
17572026-05-15T22:31:12.278Z Compiling expectorate v1.2.0
17582026-05-15T22:31:12.442Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17592026-05-15T22:31:12.542Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17602026-05-15T22:31:12.721Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17612026-05-15T22:31:12.812Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
17622026-05-15T22:31:12.940Z Compiling num_enum v0.5.11
17632026-05-15T22:31:13.065Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
17642026-05-15T22:31:13.379Z Compiling newtype_derive v0.1.6
17652026-05-15T22:31:13.417Z Compiling progenitor-macro v0.13.0
17662026-05-15T22:31:13.648Z Compiling rand v0.10.1
17672026-05-15T22:31:13.719Z Compiling progenitor-client v0.13.0
17682026-05-15T22:31:14.645Z Compiling progenitor-impl v0.14.0
17692026-05-15T22:31:14.938Z Compiling unicode-normalization v0.1.25
17702026-05-15T22:31:15.006Z Compiling tokio-stream v0.1.18
17712026-05-15T22:31:15.456Z Compiling async-recursion v1.1.1
17722026-05-15T22:31:15.525Z Compiling snafu-derive v0.8.9
17732026-05-15T22:31:15.645Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
17742026-05-15T22:31:15.899Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
17752026-05-15T22:31:15.981Z Compiling slog-dtrace v0.3.0
17762026-05-15T22:31:16.209Z Compiling csv-core v0.1.13
17772026-05-15T22:31:16.251Z Compiling bstr v1.12.1
17782026-05-15T22:31:16.492Z Compiling unicode-width v0.1.14
17792026-05-15T22:31:16.782Z Compiling konst_macro_rules v0.2.19
17802026-05-15T22:31:16.800Z Compiling openssl v0.10.79
17812026-05-15T22:31:16.975Z Compiling cancel-safe-futures v0.1.5
17822026-05-15T22:31:17.104Z Compiling foldhash v0.1.5
17832026-05-15T22:31:17.259Z Compiling foreign-types-shared v0.1.1
17842026-05-15T22:31:17.303Z Compiling highway v1.3.0
17852026-05-15T22:31:17.358Z Compiling same-file v1.0.6
17862026-05-15T22:31:17.372Z Compiling chrono-tz v0.10.4
17872026-05-15T22:31:17.550Z Compiling owo-colors v4.3.0
17882026-05-15T22:31:17.623Z Compiling unicode-xid v0.2.6
17892026-05-15T22:31:17.728Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
17902026-05-15T22:31:17.760Z Compiling const_format_proc_macros v0.2.34
17912026-05-15T22:31:17.815Z Compiling walkdir v2.5.0
17922026-05-15T22:31:18.023Z Compiling snafu v0.8.9
17932026-05-15T22:31:18.266Z Compiling foreign-types v0.3.2
17942026-05-15T22:31:18.375Z Compiling hashbrown v0.15.5
17952026-05-15T22:31:18.466Z Compiling konst v0.2.20
17962026-05-15T22:31:18.479Z Compiling progenitor-macro v0.14.0
17972026-05-15T22:31:18.587Z Compiling globset v0.4.18
17982026-05-15T22:31:18.691Z Compiling csv v1.4.0
17992026-05-15T22:31:18.841Z Compiling qorb v0.4.1
18002026-05-15T22:31:18.877Z Compiling progenitor v0.13.0
18012026-05-15T22:31:18.955Z Compiling olpc-cjson v0.1.4
18022026-05-15T22:31:19.026Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18032026-05-15T22:31:19.311Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18042026-05-15T22:31:19.924Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18052026-05-15T22:31:20.532Z Compiling rayon v1.12.0
18062026-05-15T22:31:20.992Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18072026-05-15T22:31:21.107Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18082026-05-15T22:31:21.252Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
18092026-05-15T22:31:21.367Z Compiling phf v0.12.1
18102026-05-15T22:31:21.467Z Compiling zone_cfg_derive v0.3.1
18112026-05-15T22:31:21.528Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18122026-05-15T22:31:21.858Z Compiling tokio-dtrace v0.1.1
18132026-05-15T22:31:22.225Z Compiling itertools v0.12.1
18142026-05-15T22:31:22.518Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
18152026-05-15T22:31:22.532Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18162026-05-15T22:31:22.735Z Compiling libsw-core v0.3.2
18172026-05-15T22:31:22.739Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18182026-05-15T22:31:22.958Z Compiling serde_plain v1.0.2
18192026-05-15T22:31:22.995Z Compiling openssl-macros v0.1.1
18202026-05-15T22:31:23.187Z Compiling pem v3.0.6
18212026-05-15T22:31:23.505Z Compiling cookie v0.18.1
18222026-05-15T22:31:23.526Z Compiling sigpipe v0.1.3
18232026-05-15T22:31:23.561Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18242026-05-15T22:31:23.575Z Compiling typed-path v0.9.3
18252026-05-15T22:31:23.608Z Compiling bytecount v0.6.9
18262026-05-15T22:31:23.627Z Compiling jiff v0.2.24
18272026-05-15T22:31:23.759Z Compiling fixedbitset v0.4.2
18282026-05-15T22:31:23.774Z Compiling glob v0.3.3
18292026-05-15T22:31:23.818Z Compiling fixedbitset v0.5.7
18302026-05-15T22:31:24.017Z Compiling petgraph v0.6.5
18312026-05-15T22:31:24.049Z Compiling progenitor v0.14.0
18322026-05-15T22:31:24.179Z Compiling petgraph v0.8.3
18332026-05-15T22:31:24.243Z Compiling papergrid v0.11.0
18342026-05-15T22:31:25.065Z Compiling tough v0.20.0
18352026-05-15T22:31:25.688Z Compiling zone v0.3.1
18362026-05-15T22:31:26.174Z Compiling libsw v3.5.0
18372026-05-15T22:31:26.188Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18382026-05-15T22:31:26.199Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
18392026-05-15T22:31:26.362Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18402026-05-15T22:31:26.458Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
18412026-05-15T22:31:26.562Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18422026-05-15T22:31:26.639Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18432026-05-15T22:31:27.374Z Compiling oxide-tokio-rt v0.1.5
18442026-05-15T22:31:27.753Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18452026-05-15T22:31:27.837Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18462026-05-15T22:31:28.062Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18472026-05-15T22:31:28.135Z Compiling const_format v0.2.36
18482026-05-15T22:31:28.481Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
18492026-05-15T22:31:28.494Z Compiling tabled_derive v0.7.0
18502026-05-15T22:31:28.924Z Compiling gethostname v0.5.0
18512026-05-15T22:31:28.938Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18522026-05-15T22:31:29.032Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18532026-05-15T22:31:29.059Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18542026-05-15T22:31:29.069Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18552026-05-15T22:31:29.190Z Compiling smf v0.2.3
18562026-05-15T22:31:29.218Z Compiling bcs v0.1.6
18572026-05-15T22:31:29.547Z Compiling linear-map v1.2.0
18582026-05-15T22:31:29.567Z Compiling unicode-linebreak v0.1.5
18592026-05-15T22:31:29.683Z Compiling smawk v0.3.2
18602026-05-15T22:31:29.747Z Compiling lazy_static v1.5.0
18612026-05-15T22:31:29.832Z Compiling whoami v1.6.1
18622026-05-15T22:31:29.845Z Compiling tagptr v0.2.0
18632026-05-15T22:31:29.845Z Compiling termtree v0.5.1
18642026-05-15T22:31:29.869Z Compiling steno v0.4.1
18652026-05-15T22:31:30.005Z Compiling moka v0.12.15
18662026-05-15T22:31:30.129Z Compiling textwrap v0.16.2
18672026-05-15T22:31:30.165Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18682026-05-15T22:31:30.568Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18692026-05-15T22:31:30.682Z Compiling tabled v0.15.0
18702026-05-15T22:31:30.827Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18712026-05-15T22:31:31.931Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18722026-05-15T22:31:31.996Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18732026-05-15T22:31:32.930Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18742026-05-15T22:31:33.346Z Compiling hickory-proto v0.25.2
18752026-05-15T22:31:33.654Z Compiling humantime v2.3.0
18762026-05-15T22:31:33.983Z Compiling parking_lot_core v0.8.6
18772026-05-15T22:31:33.999Z Compiling libscf-sys v1.2.0
18782026-05-15T22:31:34.037Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18792026-05-15T22:31:34.154Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18802026-05-15T22:31:34.321Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18812026-05-15T22:31:34.602Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
18822026-05-15T22:31:34.823Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18832026-05-15T22:31:34.973Z Compiling nom v8.0.0
18842026-05-15T22:31:35.060Z Compiling parking_lot v0.11.2
18852026-05-15T22:31:35.267Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18862026-05-15T22:31:35.284Z Compiling fxhash v0.2.1
18872026-05-15T22:31:35.429Z Compiling hickory-resolver v0.25.2
18882026-05-15T22:31:35.497Z Compiling internet-checksum v0.2.1
18892026-05-15T22:31:35.514Z Compiling sled v0.34.7
18902026-05-15T22:31:36.333Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18912026-05-15T22:31:37.242Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
18922026-05-15T22:31:41.073Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18932026-05-15T22:31:41.579Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
18942026-05-15T22:31:48.995Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18952026-05-15T22:31:50.658Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18962026-05-15T22:31:51.733Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
18972026-05-15T22:31:53.272Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
18982026-05-15T22:31:53.968Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
18992026-05-15T22:32:18.023Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 16s
19002026-05-15T22:32:18.211Z────────────
19012026-05-15T22:32:18.211Z Nextest run ID 2b5d3878-5849-4b27-9142-aa5289a300a4 with nextest profile: default
19022026-05-15T22:32:18.211Z Starting 15 tests across 1 binary (28 tests skipped)
19032026-05-15T22:32:35.561Z PASS [ 17.346s] rdb proptest::prop_ipv4_within_self
19042026-05-15T22:32:35.573Z PASS [ 17.360s] rdb proptest::prop_ipv4_host_bits_always_unset
19052026-05-15T22:32:35.591Z PASS [ 17.377s] rdb proptest::prop_ipv6_default_contains_all
19062026-05-15T22:32:35.609Z PASS [ 17.396s] rdb proptest::prop_ipv6_host_bits_always_unset
19072026-05-15T22:32:35.624Z PASS [ 17.411s] rdb proptest::prop_ipv4_unset_host_bits_idempotent
19082026-05-15T22:32:35.656Z PASS [ 17.442s] rdb proptest::prop_ipv6_unset_host_bits_idempotent
19092026-05-15T22:32:35.678Z PASS [ 17.464s] rdb proptest::prop_ipv4_default_contains_all
19102026-05-15T22:32:53.275Z PASS [ 17.713s] rdb proptest::prop_ipv6_within_self
19112026-05-15T22:33:02.935Z PASS [ 27.358s] rdb proptest::prop_static_route_key_deduplication
19122026-05-15T22:33:13.534Z PASS [ 37.904s] rdb proptest::prop_static_route_key_normalization_preserves_length
19132026-05-15T22:33:13.616Z PASS [ 38.020s] rdb proptest::prop_static_route_key_normalization_idempotent
19142026-05-15T22:33:13.635Z PASS [ 38.021s] rdb proptest::prop_static_route_key_normalization_preserves_fields
19152026-05-15T22:33:13.647Z PASS [ 37.986s] rdb proptest::prop_static_route_key_normalized_has_no_host_bits
19162026-05-15T22:33:18.223Z SLOW [> 60.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19172026-05-15T22:33:30.031Z PASS [ 54.345s] rdb proptest::prop_static_route_key_ord_consistency
19182026-05-15T22:34:18.233Z SLOW [>120.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19192026-05-15T22:35:18.242Z SLOW [>180.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19202026-05-15T22:36:18.250Z SLOW [>240.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19212026-05-15T22:36:39.969Z PASS [ 261.723s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19222026-05-15T22:36:39.972Z────────────
19232026-05-15T22:36:39.972Z Summary [ 261.724s] 15 tests run: 15 passed (1 slow), 28 skipped
19242026-05-15T22:36:39.984Z+ cp '*.log' /work/
19252026-05-15T22:36:39.987Z+ true
19262026-05-15T22:36:39.987Z+ '[' -d proptest-regressions ']'
19272026-05-15T22:36:39.987Z+ cp -r proptest-regressions /work/rdb-proptest-regressions
19282026-05-15T22:36:39.990Z+ popd
19292026-05-15T22:36:39.990Z+ pushd bgp
19302026-05-15T22:36:39.990Z+ PROPTEST_CASES=1000000
19312026-05-15T22:36:39.990Z+ cargo nextest run --lib proptest
19322026-05-15T22:36:39.990Z/work/oxidecomputer/maghemite
19332026-05-15T22:36:39.990Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
19342026-05-15T22:36:41.202Z Compiling smallvec v1.15.1
19352026-05-15T22:36:41.365Z Compiling crunchy v0.2.4
19362026-05-15T22:36:41.386Z Compiling tiny-keccak v2.0.2
19372026-05-15T22:36:41.397Z Compiling smartstring v1.0.1
19382026-05-15T22:36:41.400Z Compiling ahash v0.8.12
19392026-05-15T22:36:41.415Z Compiling sdd v3.0.10
19402026-05-15T22:36:41.418Z Compiling thin-vec v0.2.18
19412026-05-15T22:36:41.506Z Compiling icu_normalizer v2.2.0
19422026-05-15T22:36:41.520Z Compiling parking_lot_core v0.9.12
19432026-05-15T22:36:41.691Z Compiling parking_lot_core v0.8.6
19442026-05-15T22:36:41.746Z Compiling parking_lot v0.12.5
19452026-05-15T22:36:41.925Z Compiling idna_adapter v1.2.2
19462026-05-15T22:36:41.998Z Compiling tokio v1.52.3
19472026-05-15T22:36:42.030Z Compiling moka v0.12.15
19482026-05-15T22:36:42.077Z Compiling idna v1.1.0
19492026-05-15T22:36:42.160Z Compiling const-random-macro v0.1.16
19502026-05-15T22:36:42.252Z Compiling parking_lot v0.11.2
19512026-05-15T22:36:42.530Z Compiling url v2.5.8
19522026-05-15T22:36:42.667Z Compiling const-random v0.1.18
19532026-05-15T22:36:42.693Z Compiling sled v0.34.7
19542026-05-15T22:36:42.825Z Compiling scc v2.4.0
19552026-05-15T22:36:42.864Z Compiling serial_test_derive v3.4.0
19562026-05-15T22:36:42.989Z Compiling rhai_codegen v3.1.0
19572026-05-15T22:36:43.258Z Compiling schemars v0.8.22
19582026-05-15T22:36:43.472Z Compiling diff v0.1.13
19592026-05-15T22:36:43.622Z Compiling yansi v1.0.1
19602026-05-15T22:36:43.857Z Compiling pretty_assertions v1.4.1
19612026-05-15T22:36:43.945Z Compiling serial_test v3.4.0
19622026-05-15T22:36:44.057Z Compiling ipnetwork v0.21.1
19632026-05-15T22:36:44.110Z Compiling newtype-uuid v1.3.2
19642026-05-15T22:36:44.222Z Compiling serde_with v3.20.0
19652026-05-15T22:36:44.453Z Compiling oxnet v0.1.5
19662026-05-15T22:36:44.481Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
19672026-05-15T22:36:44.516Z Compiling typify-impl v0.6.2
19682026-05-15T22:36:44.784Z Compiling daft v0.1.5
19692026-05-15T22:36:44.904Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
19702026-05-15T22:36:45.074Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
19712026-05-15T22:36:45.244Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
19722026-05-15T22:36:45.502Z Compiling iddqd v0.3.18
19732026-05-15T22:36:45.713Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
19742026-05-15T22:36:45.860Z Compiling tokio-util v0.7.18
19752026-05-15T22:36:46.051Z Compiling tower v0.5.3
19762026-05-15T22:36:46.083Z Compiling tokio-rustls v0.26.4
19772026-05-15T22:36:46.362Z Compiling tokio-rustls v0.25.0
19782026-05-15T22:36:46.562Z Compiling h2 v0.4.14
19792026-05-15T22:36:46.606Z Compiling tower-http v0.6.10
19802026-05-15T22:36:46.653Z Compiling async-compression v0.4.42
19812026-05-15T22:36:46.699Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
19822026-05-15T22:36:46.961Z Compiling backoff v0.4.0
19832026-05-15T22:36:47.817Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
19842026-05-15T22:36:47.946Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
19852026-05-15T22:36:48.044Z Compiling byte-wrapper v0.1.0
19862026-05-15T22:36:48.271Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
19872026-05-15T22:36:48.453Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
19882026-05-15T22:36:48.492Z Compiling typify v0.6.2
19892026-05-15T22:36:48.858Z Compiling hyper v1.9.0
19902026-05-15T22:36:48.926Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
19912026-05-15T22:36:49.157Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
19922026-05-15T22:36:49.441Z Compiling hickory-proto v0.24.4
19932026-05-15T22:36:49.939Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
19942026-05-15T22:36:50.708Z Compiling hyper-util v0.1.20
19952026-05-15T22:36:50.816Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
19962026-05-15T22:36:51.090Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
19972026-05-15T22:36:51.161Z Compiling progenitor-impl v0.13.0
19982026-05-15T22:36:51.201Z Compiling tokio-stream v0.1.18
19992026-05-15T22:36:51.589Z Compiling hickory-resolver v0.24.4
20002026-05-15T22:36:51.622Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
20012026-05-15T22:36:51.690Z Compiling progenitor-impl v0.14.0
20022026-05-15T22:36:52.513Z Compiling hyper-rustls v0.27.9
20032026-05-15T22:36:52.714Z Compiling dropshot v0.17.0
20042026-05-15T22:36:52.842Z Compiling reqwest v0.13.3
20052026-05-15T22:36:52.934Z Compiling reqwest v0.12.28
20062026-05-15T22:36:54.438Z Compiling progenitor-client v0.14.0
20072026-05-15T22:36:54.782Z Compiling progenitor-extras v0.2.0
20082026-05-15T22:36:54.967Z Compiling progenitor-client v0.10.0
20092026-05-15T22:36:55.574Z Compiling progenitor-client v0.13.0
20102026-05-15T22:36:55.632Z Compiling qorb v0.4.1
20112026-05-15T22:36:55.910Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
20122026-05-15T22:36:56.525Z Compiling progenitor v0.13.0
20132026-05-15T22:36:56.681Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
20142026-05-15T22:36:56.761Z Compiling tokio-dtrace v0.1.1
20152026-05-15T22:36:57.060Z Compiling libsw-core v0.3.2
20162026-05-15T22:36:57.250Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20172026-05-15T22:36:57.387Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#180422c1)
20182026-05-15T22:36:57.656Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20192026-05-15T22:36:57.964Z Compiling libsw v3.5.0
20202026-05-15T22:36:57.999Z Compiling oxide-tokio-rt v0.1.5
20212026-05-15T22:36:58.163Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
20222026-05-15T22:36:58.336Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
20232026-05-15T22:36:58.956Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
20242026-05-15T22:36:59.098Z Compiling progenitor v0.14.0
20252026-05-15T22:36:59.146Z Compiling tough v0.20.0
20262026-05-15T22:36:59.251Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
20272026-05-15T22:36:59.390Z Compiling zone v0.3.1
20282026-05-15T22:36:59.623Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
20292026-05-15T22:36:59.904Z Compiling cancel-safe-futures v0.1.5
20302026-05-15T22:37:00.226Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
20312026-05-15T22:37:00.239Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
20322026-05-15T22:37:01.108Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
20332026-05-15T22:37:02.124Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
20342026-05-15T22:37:02.340Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
20352026-05-15T22:37:02.412Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
20362026-05-15T22:37:02.643Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
20372026-05-15T22:37:03.400Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
20382026-05-15T22:37:04.021Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
20392026-05-15T22:37:04.174Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
20402026-05-15T22:37:04.420Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
20412026-05-15T22:37:04.461Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
20422026-05-15T22:37:04.744Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
20432026-05-15T22:37:04.961Z Compiling steno v0.4.1
20442026-05-15T22:37:04.989Z Compiling hickory-proto v0.25.2
20452026-05-15T22:37:05.002Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
20462026-05-15T22:37:05.925Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
20472026-05-15T22:37:06.160Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
20482026-05-15T22:37:06.491Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
20492026-05-15T22:37:06.594Z Compiling rhai v1.24.0
20502026-05-15T22:37:07.004Z Compiling hickory-resolver v0.25.2
20512026-05-15T22:37:07.059Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
20522026-05-15T22:37:07.908Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
20532026-05-15T22:37:08.774Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
20542026-05-15T22:37:08.868Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
20552026-05-15T22:37:09.944Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
20562026-05-15T22:37:10.123Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
20572026-05-15T22:37:11.148Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
20582026-05-15T22:37:11.454Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
20592026-05-15T22:37:15.214Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
20602026-05-15T22:37:15.391Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
20612026-05-15T22:37:19.292Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
20622026-05-15T22:37:27.083Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
20632026-05-15T22:37:28.767Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
20642026-05-15T22:37:29.856Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
20652026-05-15T22:37:31.011Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
20662026-05-15T22:37:31.836Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
20672026-05-15T22:37:33.889Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
20682026-05-15T22:38:06.436Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 25s
20692026-05-15T22:38:06.616Z────────────
20702026-05-15T22:38:06.616Z Nextest run ID 91ab7ba9-9a9f-43a3-8cb7-d933d1e6b7d3 with nextest profile: default
20712026-05-15T22:38:06.616Z Starting 17 tests across 1 binary (133 tests skipped)
20722026-05-15T22:38:24.054Z PASS [ 17.434s] bgp proptest::prop_ipv4_wire_format_roundtrip
20732026-05-15T22:38:25.940Z PASS [ 19.321s] bgp proptest::prop_ipv4_withdrawn_roundtrip
20742026-05-15T22:38:25.968Z PASS [ 19.349s] bgp proptest::prop_ipv4_prefixes_roundtrip
20752026-05-15T22:38:27.179Z PASS [ 20.560s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
20762026-05-15T22:38:27.651Z PASS [ 21.031s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
20772026-05-15T22:38:27.837Z PASS [ 21.217s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
20782026-05-15T22:38:35.849Z PASS [ 29.229s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
20792026-05-15T22:38:41.650Z PASS [ 17.595s] bgp proptest::prop_ipv6_wire_format_roundtrip
20802026-05-15T22:38:46.823Z PASS [ 20.881s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
20812026-05-15T22:38:46.854Z PASS [ 19.672s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
20822026-05-15T22:38:47.582Z PASS [ 19.742s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
20832026-05-15T22:38:48.039Z PASS [ 20.385s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
20842026-05-15T22:39:06.637Z SLOW [> 60.000s] bgp proptest::prop_encode_decode_semantic_equivalence
20852026-05-15T22:39:11.679Z PASS [ 30.025s] bgp proptest::prop_update_mp_unreach_roundtrip
20862026-05-15T22:39:16.607Z PASS [ 69.981s] bgp proptest::prop_encode_decode_semantic_equivalence
20872026-05-15T22:39:25.979Z SLOW [> 60.000s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20882026-05-15T22:39:35.860Z SLOW [> 60.000s] bgp proptest::prop_update_mp_reach_roundtrip
20892026-05-15T22:39:38.638Z PASS [ 72.660s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20902026-05-15T22:39:46.834Z SLOW [> 60.000s] bgp proptest::prop_update_traditional_roundtrip
20912026-05-15T22:39:51.029Z PASS [ 64.196s] bgp proptest::prop_update_traditional_roundtrip
20922026-05-15T22:39:52.472Z PASS [ 76.612s] bgp proptest::prop_update_mp_reach_roundtrip
20932026-05-15T22:39:52.472Z────────────
20942026-05-15T22:39:52.472Z Summary [ 105.842s] 17 tests run: 17 passed (4 slow), 133 skipped
20952026-05-15T22:39:52.486Z+ cp '*.log' /work/
20962026-05-15T22:39:52.489Z+ true
20972026-05-15T22:39:52.489Z+ '[' -d proptest-regressions ']'
20982026-05-15T22:39:52.489Z+ cp -r proptest-regressions /work/bgp-proptest-regressions
20992026-05-15T22:39:52.492Z+ popd
21002026-05-15T22:39:52.492Z/work/oxidecomputer/maghemite
21012026-05-15T22:39:52.492Zprocess exited: duration 745179 ms, exit code 0
 
21022026-05-15T22:39:52.500Zfound 0 output files