01KT5B1DV1KJMV551H9AHN7WKK: test-mg-lower

BasicConfig {
    output_rules: [],
    rust_toolchain: Some(
        String(
            "stable",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KT5B1Z8DDGTFMM9XAZQ6RYCQ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-02T23:36:16.822Zjob assigned to worker 01KT5B298B1D7V1R820K2EAG21 [factory aws, i-0718c8fba26925d79] (queued for 1 m 1 s)
 
22026-06-02T23:36:23.383Zstarting task 0: "setup"
32026-06-02T23:36:23.389Z++ uname -s
42026-06-02T23:36:23.392Z+ kern=SunOS
52026-06-02T23:36:23.392Z+ build_user=build
62026-06-02T23:36:23.392Z+ build_uid=12345
72026-06-02T23:36:23.392Z+ work_dir=/work
82026-06-02T23:36:23.392Z+ input_dir=/input
92026-06-02T23:36:23.392Z+ [[ 0 == 12345 ]]
102026-06-02T23:36:23.392Z+ case "$kern" in
112026-06-02T23:36:23.392Z+ groupadd -g 12345 build
122026-06-02T23:36:23.394Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-02T23:36:25.397Z+ zfs create -o mountpoint=/work rpool/work
142026-06-02T23:36:25.514Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-02T23:36:25.517Z+ home_fs=zfs
162026-06-02T23:36:25.517Z+ [[ zfs == autofs ]]
172026-06-02T23:36:25.517Z+ mkdir -p /home/build
182026-06-02T23:36:25.517Z+ chown build:build /home/build /work
192026-06-02T23:36:27.518Z+ chmod 0700 /home/build /work
202026-06-02T23:36:27.522Zprocess exited: duration 4135 ms, exit code 0
 
212026-06-02T23:36:27.529Zstarting task 1: "rust-toolchain"
222026-06-02T23:36:27.533Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-02T23:36:27.533Z * rust toolchain channel = "stable"
242026-06-02T23:36:27.533Z * rust toolchain profile = "default"
252026-06-02T23:36:27.533Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-02T23:36:27.533Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-02T23:36:27.537Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-02T23:36:27.537Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-02T23:36:27.537Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-02T23:36:27.632Zinfo: downloading installer
312026-06-02T23:36:28.942Zwarn: It looks like you have an existing installation of Rust at:
322026-06-02T23:36:28.942Zwarn: /opt/ooce/bin
332026-06-02T23:36:28.942Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-02T23:36:28.942Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-02T23:36:28.942Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-02T23:36:28.942Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-02T23:36:28.942Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-02T23:36:28.942Zerror: cannot install while Rust is installed
392026-06-02T23:36:28.942Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-02T23:36:28.942Zwarn: It looks like you have an existing rustup settings file at:
412026-06-02T23:36:28.942Zwarn: /home/build/.rustup/settings.toml
422026-06-02T23:36:28.942Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-02T23:36:28.942Zwarn: instead of the one inferred from the default host triple.
442026-06-02T23:36:28.956Zinfo: profile set to default
452026-06-02T23:36:28.956Zinfo: default host triple is x86_64-unknown-illumos
462026-06-02T23:36:28.960Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-02T23:36:29.086Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-02T23:36:29.089Zinfo: downloading 6 components
492026-06-02T23:36:45.504Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-02T23:36:45.504Z
512026-06-02T23:36:45.531Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-02T23:36:45.531Z
532026-06-02T23:36:45.531Z
542026-06-02T23:36:45.531ZRust is installed now. Great!
552026-06-02T23:36:45.531Z
562026-06-02T23:36:45.531ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-02T23:36:45.531Zenvironment variable. This has not been done automatically.
582026-06-02T23:36:45.531Z
592026-06-02T23:36:45.531ZTo configure your current shell, you need to source
602026-06-02T23:36:45.532Zthe corresponding env file under $HOME/.cargo.
612026-06-02T23:36:45.532Z
622026-06-02T23:36:45.532ZThis is usually done by running one of the following (note the leading DOT):
632026-06-02T23:36:45.532Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-02T23:36:45.532Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-02T23:36:45.532Zsource "~/.cargo/env.nu" # For nushell
662026-06-02T23:36:45.532Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-02T23:36:45.532Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-02T23:36:45.532Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-02T23:36:45.536Zwarn: no default linker (`cc`) was found in your PATH
702026-06-02T23:36:45.536Zwarn: many Rust crates require a system C toolchain to build
712026-06-02T23:36:45.630Z+ rustup --version
722026-06-02T23:36:45.638Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-02T23:36:45.642Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-02T23:36:45.659Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-02T23:36:45.664Z+ cargo --version
762026-06-02T23:36:45.676Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-02T23:36:45.679Z+ rustc --version
782026-06-02T23:36:45.697Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-02T23:36:45.701Zprocess exited: duration 18168 ms, exit code 0
 
802026-06-02T23:36:45.708Zstarting task 2: "authentication"
812026-06-02T23:36:45.726Zprocess exited: duration 16 ms, exit code 0
 
822026-06-02T23:36:45.732Zstarting task 3: "clone repository"
832026-06-02T23:36:45.735Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-02T23:36:45.738Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-02T23:36:45.771ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-02T23:36:47.503Z+ cd /work/oxidecomputer/maghemite
872026-06-02T23:36:47.503Z+ git fetch origin 599e493354f57bbf7bbe7f25645e5c39dba85ffb
882026-06-02T23:36:47.775ZFrom https://github.com/oxidecomputer/maghemite
892026-06-02T23:36:47.775Z * branch 599e493354f57bbf7bbe7f25645e5c39dba85ffb -> FETCH_HEAD
902026-06-02T23:36:47.783Z+ [[ -n trey/bgp_apply ]]
912026-06-02T23:36:47.783Z++ git branch --show-current
922026-06-02T23:36:47.783Z+ current=main
932026-06-02T23:36:47.783Z+ [[ main != trey/bgp_apply ]]
942026-06-02T23:36:47.783Z+ git branch -f trey/bgp_apply 599e493354f57bbf7bbe7f25645e5c39dba85ffb
952026-06-02T23:36:47.784Z+ git checkout -f trey/bgp_apply
962026-06-02T23:36:47.784ZSwitched to branch 'trey/bgp_apply'
972026-06-02T23:36:47.784Z+ git reset --hard 599e493354f57bbf7bbe7f25645e5c39dba85ffb
982026-06-02T23:36:47.784ZHEAD is now at 599e493 bgp_apply: consolidate deletes in do_delete_router
992026-06-02T23:36:47.784Zprocess exited: duration 2045 ms, exit code 0
 
1002026-06-02T23:36:47.793Zstarting task 4: "build"
1012026-06-02T23:36:47.797Z+ set -e
1022026-06-02T23:36:47.798Z+ source .github/buildomat/test-common.sh
1032026-06-02T23:36:47.798Z++ NEXTEST_VERSION=0.9.97
1042026-06-02T23:36:47.798Z++ PLATFORM=illumos
1052026-06-02T23:36:47.798Z++ banner install
1062026-06-02T23:36:47.811Z
1072026-06-02T23:36:47.812Z # # # #### ##### ## # #
1082026-06-02T23:36:47.812Z # ## # # # # # # #
1092026-06-02T23:36:47.812Z # # # # #### # # # # #
1102026-06-02T23:36:47.812Z # # # # # # ###### # #
1112026-06-02T23:36:47.812Z # # ## # # # # # # #
1122026-06-02T23:36:47.812Z # # # #### # # # ###### ######
1132026-06-02T23:36:47.812Z
1142026-06-02T23:36:47.812Z++ set +o errexit
1152026-06-02T23:36:47.812Z++ pkg info clang-15
1162026-06-02T23:36:47.812Z++ grep -qi installed
1172026-06-02T23:36:49.003Zpkg: info: no packages matching the following patterns you specified are
1182026-06-02T23:36:49.003Zinstalled on the system. Try querying remotely instead:
1192026-06-02T23:36:49.003Z
1202026-06-02T23:36:49.003Z clang-15
1212026-06-02T23:36:49.044Z++ [[ 1 != 0 ]]
1222026-06-02T23:36:49.044Z++ set -o errexit
1232026-06-02T23:36:49.057Z++ pfexec pkg install clang-15
1242026-06-02T23:36:55.764Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-06-02T23:37:03.527Z Startup: Caching catalogs ... Done
1262026-06-02T23:37:10.900ZPlanning: Solver setup ... Done
1272026-06-02T23:37:10.951ZPlanning: Running solver ... Done
1282026-06-02T23:37:11.123ZPlanning: Finding local manifests ... Done
1292026-06-02T23:37:11.165ZPlanning: Fetching manifests: 0/2 0% complete
1302026-06-02T23:37:11.208ZPlanning: Fetching manifests: 2/2 100% complete
1312026-06-02T23:37:11.250ZPlanning: Package planning ... Done
1322026-06-02T23:37:11.256ZPlanning: Merging actions ... Done
1332026-06-02T23:37:11.388ZPlanning: Checking for conflicting actions ... Done
1342026-06-02T23:37:11.421ZPlanning: Consolidating action changes ... Done
1352026-06-02T23:37:12.171ZPlanning: Evaluating mediators ... Done
1362026-06-02T23:37:12.208ZPlanning: Planning completed in 8.45 seconds
1372026-06-02T23:37:12.209Z Packages to install: 2
1382026-06-02T23:37:12.209Z Mediators to change: 2
1392026-06-02T23:37:12.209Z Services to change: 1
1402026-06-02T23:37:12.209Z Create boot environment: No
1412026-06-02T23:37:12.209ZCreate backup boot environment: No
1422026-06-02T23:37:12.246Z
1432026-06-02T23:37:12.247ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-06-02T23:37:17.287ZDownload: 879/3076 items 18.5/211.3MB 8% complete (4.0M/s)
1452026-06-02T23:37:22.337ZDownload: 1106/3076 items 110.4/211.3MB 52% complete (11.1M/s)
1462026-06-02T23:37:30.584ZDownload: 2010/3076 items 117.9/211.3MB 55% complete (10.0M/s)
1472026-06-02T23:37:35.592ZDownload: 2384/3076 items 119.2/211.3MB 56% complete (158k/s)
1482026-06-02T23:37:40.567ZDownload: Completed 211.31 MB in 28.36 seconds (7.5M/s)
1492026-06-02T23:37:40.855Z Actions: 1/3418 actions (Installing new actions)
1502026-06-02T23:37:43.975Z Actions: Completed 3418 actions in 3.12 seconds.
1512026-06-02T23:37:44.627Z Done
1522026-06-02T23:37:44.627Z Done
1532026-06-02T23:37:45.366Z Done
1542026-06-02T23:37:48.766Z Done
1552026-06-02T23:37:48.838Z Done
1562026-06-02T23:37:48.841Z Done
1572026-06-02T23:37:49.094Z Done
1582026-06-02T23:37:49.779Z++ set -o errexit
1592026-06-02T23:37:49.779Z++ cargo --version
1602026-06-02T23:37:49.787Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1612026-06-02T23:37:49.923Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1622026-06-02T23:37:49.926Zinfo: downloading 6 components
1632026-06-02T23:38:04.338Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1642026-06-02T23:38:04.341Z++ rustc --version
1652026-06-02T23:38:04.368Zrustc 1.95.0 (59807616e 2026-04-14)
1662026-06-02T23:38:04.371Z++ cargo install cargo-nextest --version 0.9.97
1672026-06-02T23:38:04.414Z Updating crates.io index
1682026-06-02T23:38:04.505Z Downloading crates ...
1692026-06-02T23:38:04.673Z Downloaded cargo-nextest v0.9.97
1702026-06-02T23:38:04.735Z Installing cargo-nextest v0.9.97
1712026-06-02T23:38:04.775Z Updating crates.io index
1722026-06-02T23:38:07.332Z Locking 404 packages to latest compatible versions
1732026-06-02T23:38:07.337Z Adding dialoguer v0.11.0 (available: v0.12.0)
1742026-06-02T23:38:07.340Z Adding duct v0.13.7 (available: v1.1.1)
1752026-06-02T23:38:07.340Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1762026-06-02T23:38:07.340Z Adding generic-array v0.14.7 (available: v0.14.9)
1772026-06-02T23:38:07.343Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1782026-06-02T23:38:07.343Z Adding nextest-filtering v0.15.0 (available: v0.21.1)
1792026-06-02T23:38:07.343Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1802026-06-02T23:38:07.346Z Adding nextest-runner v0.80.0 (available: v0.118.0)
1812026-06-02T23:38:07.349Z Adding quick-junit v0.5.2 (available: v0.6.0)
1822026-06-02T23:38:07.378Z Downloading crates ...
1832026-06-02T23:38:07.456Z Downloaded color-spantrace v0.3.0
1842026-06-02T23:38:07.460Z Downloaded adler2 v2.0.1
1852026-06-02T23:38:07.463Z Downloaded foreign-types-shared v0.1.1
1862026-06-02T23:38:07.463Z Downloaded addr2line v0.25.1
1872026-06-02T23:38:07.466Z Downloaded home v0.5.12
1882026-06-02T23:38:07.471Z Downloaded openssl-macros v0.1.1
1892026-06-02T23:38:07.474Z Downloaded futures-executor v0.3.32
1902026-06-02T23:38:07.479Z Downloaded anstream v1.0.0
1912026-06-02T23:38:07.482Z Downloaded backtrace-ext v0.2.1
1922026-06-02T23:38:07.487Z Downloaded errno v0.3.14
1932026-06-02T23:38:07.490Z Downloaded futures-io v0.3.32
1942026-06-02T23:38:07.491Z Downloaded rand_core v0.6.4
1952026-06-02T23:38:07.491Z Downloaded async-scoped v0.9.0
1962026-06-02T23:38:07.491Z Downloaded futures-channel v0.3.32
1972026-06-02T23:38:07.494Z Downloaded camino-tempfile v1.4.1
1982026-06-02T23:38:07.494Z Downloaded itoa v1.0.18
1992026-06-02T23:38:07.497Z Downloaded litrs v1.0.0
2002026-06-02T23:38:07.500Z Downloaded dialoguer v0.11.0
2012026-06-02T23:38:07.503Z Downloaded derive-where v1.6.1
2022026-06-02T23:38:07.506Z Downloaded lock_api v0.4.14
2032026-06-02T23:38:07.506Z Downloaded block-buffer v0.10.4
2042026-06-02T23:38:07.506Z Downloaded autocfg v1.5.1
2052026-06-02T23:38:07.510Z Downloaded camino v1.2.2
2062026-06-02T23:38:07.515Z Downloaded pathdiff v0.2.3
2072026-06-02T23:38:07.518Z Downloaded mukti-metadata v0.3.0
2082026-06-02T23:38:07.522Z Downloaded rand_core v0.9.5
2092026-06-02T23:38:07.525Z Downloaded pkcs8 v0.10.2
2102026-06-02T23:38:07.528Z Downloaded newtype-uuid v1.3.2
2112026-06-02T23:38:07.528Z Downloaded foreign-types v0.3.2
2122026-06-02T23:38:07.528Z Downloaded generic-array v0.14.7
2132026-06-02T23:38:07.531Z Downloaded openssl-probe v0.2.1
2142026-06-02T23:38:07.534Z Downloaded bstr v1.12.1
2152026-06-02T23:38:07.537Z Downloaded parking_lot v0.12.5
2162026-06-02T23:38:07.540Z Downloaded owo-colors v4.3.0
2172026-06-02T23:38:07.543Z Downloaded cargo-util-schemas v0.2.0
2182026-06-02T23:38:07.543Z Downloaded percent-encoding v2.3.2
2192026-06-02T23:38:07.546Z Downloaded futures-task v0.3.32
2202026-06-02T23:38:07.546Z Downloaded atomicwrites v0.4.4
2212026-06-02T23:38:07.549Z Downloaded rustc_version v0.4.1
2222026-06-02T23:38:07.549Z Downloaded os_pipe v1.2.3
2232026-06-02T23:38:07.552Z Downloaded colorchoice v1.0.5
2242026-06-02T23:38:07.552Z Downloaded cargo-platform v0.3.3
2252026-06-02T23:38:07.556Z Downloaded quote v1.0.45
2262026-06-02T23:38:07.559Z Downloaded rustc-demangle v0.1.27
2272026-06-02T23:38:07.559Z Downloaded heck v0.5.0
2282026-06-02T23:38:07.559Z Downloaded futures v0.3.32
2292026-06-02T23:38:07.563Z Downloaded nested v0.1.1
2302026-06-02T23:38:07.566Z Downloaded humantime-serde v1.1.1
2312026-06-02T23:38:07.566Z Downloaded anstyle-query v1.1.5
2322026-06-02T23:38:07.566Z Downloaded ordered-float v2.10.1
2332026-06-02T23:38:07.566Z Downloaded serde_urlencoded v0.7.1
2342026-06-02T23:38:07.570Z Downloaded cpufeatures v0.2.17
2352026-06-02T23:38:07.570Z Downloaded rustc-hash v2.1.2
2362026-06-02T23:38:07.573Z Downloaded shared_child v1.1.1
2372026-06-02T23:38:07.576Z Downloaded form_urlencoded v1.2.2
2382026-06-02T23:38:07.576Z Downloaded erased-serde v0.4.10
2392026-06-02T23:38:07.579Z Downloaded indenter v0.3.4
2402026-06-02T23:38:07.579Z Downloaded fastrand v2.4.1
2412026-06-02T23:38:07.581Z Downloaded curve25519-dalek-derive v0.1.1
2422026-06-02T23:38:07.582Z Downloaded indent_write v2.2.0
2432026-06-02T23:38:07.585Z Downloaded clap_lex v1.1.0
2442026-06-02T23:38:07.585Z Downloaded http-body v1.0.1
2452026-06-02T23:38:07.585Z Downloaded futures-macro v0.3.32
2462026-06-02T23:38:07.588Z Downloaded fnv v1.0.7
2472026-06-02T23:38:07.588Z Downloaded lru-slab v0.1.2
2482026-06-02T23:38:07.588Z Downloaded atomic-waker v1.1.2
2492026-06-02T23:38:07.591Z Downloaded scopeguard v1.2.0
2502026-06-02T23:38:07.591Z Downloaded number_prefix v0.4.0
2512026-06-02T23:38:07.591Z Downloaded equivalent v1.0.2
2522026-06-02T23:38:07.594Z Downloaded enable-ansi-support v0.2.1
2532026-06-02T23:38:07.594Z Downloaded is_terminal_polyfill v1.70.2
2542026-06-02T23:38:07.594Z Downloaded is_ci v1.2.0
2552026-06-02T23:38:07.598Z Downloaded idna_adapter v1.0.0
2562026-06-02T23:38:07.598Z Downloaded lazy_static v1.5.0
2572026-06-02T23:38:07.601Z Downloaded anstyle-parse v1.0.0
2582026-06-02T23:38:07.602Z Downloaded cargo_metadata v0.23.1
2592026-06-02T23:38:07.604Z Downloaded pkg-config v0.3.33
2602026-06-02T23:38:07.608Z Downloaded nextest-workspace-hack v0.1.0
2612026-06-02T23:38:07.611Z Downloaded futures-sink v0.3.32
2622026-06-02T23:38:07.611Z Downloaded cfg_aliases v0.2.1
2632026-06-02T23:38:07.611Z Downloaded cargo-platform v0.2.0
2642026-06-02T23:38:07.615Z Downloaded debug-ignore v1.0.5
2652026-06-02T23:38:07.615Z Downloaded pin-project-lite v0.2.17
2662026-06-02T23:38:07.618Z Downloaded signal-hook-mio v0.2.5
2672026-06-02T23:38:07.618Z Downloaded foldhash v0.1.5
2682026-06-02T23:38:07.621Z Downloaded pin-project-internal v1.1.13
2692026-06-02T23:38:07.625Z Downloaded semver v1.0.28
2702026-06-02T23:38:07.626Z Downloaded guppy-workspace-hack v0.1.0
2712026-06-02T23:38:07.628Z Downloaded cfg-if v1.0.4
2722026-06-02T23:38:07.629Z Downloaded nextest-metadata v0.12.2
2732026-06-02T23:38:07.633Z Downloaded serde_ignored v0.1.14
2742026-06-02T23:38:07.636Z Downloaded crypto-common v0.1.7
2752026-06-02T23:38:07.639Z Downloaded document-features v0.2.12
2762026-06-02T23:38:07.639Z Downloaded parking_lot_core v0.9.12
2772026-06-02T23:38:07.642Z Downloaded hex v0.4.3
2782026-06-02T23:38:07.646Z Downloaded memchr v2.8.1
2792026-06-02T23:38:07.648Z Downloaded serde_spanned v0.6.9
2802026-06-02T23:38:07.648Z Downloaded subtle v2.6.1
2812026-06-02T23:38:07.649Z Downloaded shell-words v1.1.1
2822026-06-02T23:38:07.649Z Downloaded supports-unicode v3.0.0
2832026-06-02T23:38:07.652Z Downloaded futures-core v0.3.32
2842026-06-02T23:38:07.652Z Downloaded const-oid v0.9.6
2852026-06-02T23:38:07.655Z Downloaded sigchld v0.2.4
2862026-06-02T23:38:07.655Z Downloaded miette-derive v7.6.0
2872026-06-02T23:38:07.658Z Downloaded humantime v2.3.0
2882026-06-02T23:38:07.658Z Downloaded either v1.16.0
2892026-06-02T23:38:07.661Z Downloaded jobserver v0.1.34
2902026-06-02T23:38:07.661Z Downloaded http-body-util v0.1.3
2912026-06-02T23:38:07.664Z Downloaded supports-color v3.0.2
2922026-06-02T23:38:07.664Z Downloaded serde_spanned v1.1.1
2932026-06-02T23:38:07.667Z Downloaded hyper-rustls v0.27.9
2942026-06-02T23:38:07.667Z Downloaded supports-hyperlinks v3.2.0
2952026-06-02T23:38:07.670Z Downloaded terminal_size v0.4.4
2962026-06-02T23:38:07.670Z Downloaded strip-ansi-escapes v0.2.1
2972026-06-02T23:38:07.673Z Downloaded signature v2.2.0
2982026-06-02T23:38:07.673Z Downloaded serde_path_to_error v0.1.20
2992026-06-02T23:38:07.673Z Downloaded future-queue v0.4.0
3002026-06-02T23:38:07.677Z Downloaded ipnet v2.12.0
3012026-06-02T23:38:07.680Z Downloaded hyper-tls v0.6.0
3022026-06-02T23:38:07.680Z Downloaded sync_wrapper v1.0.2
3032026-06-02T23:38:07.680Z Downloaded rand_chacha v0.9.0
3042026-06-02T23:38:07.683Z Downloaded find-msvc-tools v0.1.9
3052026-06-02T23:38:07.683Z Downloaded anstyle v1.0.14
3062026-06-02T23:38:07.683Z Downloaded crc32fast v1.5.0
3072026-06-02T23:38:07.690Z Downloaded nextest-filtering v0.15.0
3082026-06-02T23:38:07.693Z Downloaded tinyvec_macros v0.1.1
3092026-06-02T23:38:07.696Z Downloaded quick-junit v0.5.2
3102026-06-02T23:38:07.696Z Downloaded iana-time-zone v0.1.65
3112026-06-02T23:38:07.703Z Downloaded tokio-macros v2.7.0
3122026-06-02T23:38:07.706Z Downloaded fixedbitset v0.5.7
3132026-06-02T23:38:07.710Z Downloaded simd-adler32 v0.3.9
3142026-06-02T23:38:07.710Z Downloaded shlex v2.0.1
3152026-06-02T23:38:07.710Z Downloaded proc-macro2 v1.0.106
3162026-06-02T23:38:07.713Z Downloaded base64ct v1.8.3
3172026-06-02T23:38:07.713Z Downloaded slab v0.4.12
3182026-06-02T23:38:07.713Z Downloaded digest v0.10.7
3192026-06-02T23:38:07.716Z Downloaded convert_case v0.10.0
3202026-06-02T23:38:07.719Z Downloaded tower-layer v0.3.3
3212026-06-02T23:38:07.722Z Downloaded duct v0.13.7
3222026-06-02T23:38:07.722Z Downloaded tower-service v0.3.3
3232026-06-02T23:38:07.725Z Downloaded globset v0.4.18
3242026-06-02T23:38:07.728Z Downloaded cargo_metadata v0.20.0
3252026-06-02T23:38:07.728Z Downloaded spki v0.7.3
3262026-06-02T23:38:07.731Z Downloaded self-replace v1.5.0
3272026-06-02T23:38:07.731Z Downloaded native-tls v0.2.18
3282026-06-02T23:38:07.734Z Downloaded rustls-pki-types v1.14.1
3292026-06-02T23:38:07.734Z Downloaded serde-value v0.7.0
3302026-06-02T23:38:07.734Z Downloaded tracing-error v0.2.1
3312026-06-02T23:38:07.737Z Downloaded serde-untagged v0.1.9
3322026-06-02T23:38:07.737Z Downloaded try-lock v0.2.5
3332026-06-02T23:38:07.737Z Downloaded toml_write v0.1.2
3342026-06-02T23:38:07.740Z Downloaded typeid v1.0.3
3352026-06-02T23:38:07.743Z Downloaded ahash v0.8.12
3362026-06-02T23:38:07.746Z Downloaded thiserror v1.0.69
3372026-06-02T23:38:07.748Z Downloaded sha2 v0.10.9
3382026-06-02T23:38:07.749Z Downloaded strsim v0.11.1
3392026-06-02T23:38:07.751Z Downloaded clap_derive v4.6.1
3402026-06-02T23:38:07.754Z Downloaded signal-hook-registry v1.4.8
3412026-06-02T23:38:07.754Z Downloaded target-lexicon v0.13.5
3422026-06-02T23:38:07.757Z Downloaded untrusted v0.9.0
3432026-06-02T23:38:07.757Z Downloaded unicode-xid v0.2.6
3442026-06-02T23:38:07.760Z Downloaded log v0.4.31
3452026-06-02T23:38:07.760Z Downloaded console v0.15.11
3462026-06-02T23:38:07.763Z Downloaded thread_local v1.1.9
3472026-06-02T23:38:07.763Z Downloaded ryu v1.0.23
3482026-06-02T23:38:07.766Z Downloaded quinn v0.11.9
3492026-06-02T23:38:07.769Z Downloaded once_cell v1.21.4
3502026-06-02T23:38:07.769Z Downloaded utf8_iter v1.0.4
3512026-06-02T23:38:07.769Z Downloaded utf8parse v0.2.2
3522026-06-02T23:38:07.773Z Downloaded want v0.3.1
3532026-06-02T23:38:07.773Z Downloaded version_check v0.9.5
3542026-06-02T23:38:07.773Z Downloaded swrite v0.1.0
3552026-06-02T23:38:07.773Z Downloaded num-traits v0.2.19
3562026-06-02T23:38:07.773Z Downloaded httparse v1.10.1
3572026-06-02T23:38:07.777Z Downloaded ppv-lite86 v0.2.21
3582026-06-02T23:38:07.777Z Downloaded tokio-native-tls v0.3.1
3592026-06-02T23:38:07.777Z Downloaded thiserror-impl v2.0.18
3602026-06-02T23:38:07.777Z Downloaded thiserror-impl v1.0.69
3612026-06-02T23:38:07.780Z Downloaded thiserror v2.0.18
3622026-06-02T23:38:07.783Z Downloaded urlencoding v2.1.3
3632026-06-02T23:38:07.783Z Downloaded toml_writer v1.1.1+spec-1.1.0
3642026-06-02T23:38:07.783Z Downloaded static_assertions v1.1.0
3652026-06-02T23:38:07.786Z Downloaded smol_str v0.3.6
3662026-06-02T23:38:07.786Z Downloaded smallvec v1.15.1
3672026-06-02T23:38:07.786Z Downloaded xattr v1.6.1
3682026-06-02T23:38:07.789Z Downloaded target-spec-miette v0.4.8
3692026-06-02T23:38:07.792Z Downloaded filetime v0.2.29
3702026-06-02T23:38:07.792Z Downloaded getrandom v0.3.4
3712026-06-02T23:38:07.795Z Downloaded tracing-log v0.2.0
3722026-06-02T23:38:07.795Z Downloaded self_update v0.42.0
3732026-06-02T23:38:07.798Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3742026-06-02T23:38:07.798Z Downloaded serde_derive v1.0.228
3752026-06-02T23:38:07.801Z Downloaded quinn-udp v0.5.14
3762026-06-02T23:38:07.801Z Downloaded pin-project v1.1.13
3772026-06-02T23:38:07.808Z Downloaded unicase v2.9.0
3782026-06-02T23:38:07.811Z Downloaded toml_datetime v0.6.11
3792026-06-02T23:38:07.811Z Downloaded getrandom v0.2.17
3802026-06-02T23:38:07.814Z Downloaded eyre v0.6.12
3812026-06-02T23:38:07.814Z Downloaded ed25519 v2.2.3
3822026-06-02T23:38:07.817Z Downloaded miniz_oxide v0.8.9
3832026-06-02T23:38:07.821Z Downloaded indicatif v0.17.11
3842026-06-02T23:38:07.824Z Downloaded bitflags v2.12.1
3852026-06-02T23:38:07.827Z Downloaded xxhash-rust v0.8.15
3862026-06-02T23:38:07.830Z Downloaded sharded-slab v0.1.7
3872026-06-02T23:38:07.833Z Downloaded backtrace v0.3.76
3882026-06-02T23:38:07.837Z Downloaded zipsign-api v0.1.5
3892026-06-02T23:38:07.837Z Downloaded tracing-attributes v0.1.31
3902026-06-02T23:38:07.839Z Downloaded base64 v0.22.1
3912026-06-02T23:38:07.840Z Downloaded zstd-safe v7.2.4
3922026-06-02T23:38:07.843Z Downloaded unicode-linebreak v0.1.5
3932026-06-02T23:38:07.843Z Downloaded serde_core v1.0.228
3942026-06-02T23:38:07.843Z Downloaded tempfile v3.27.0
3952026-06-02T23:38:07.846Z Downloaded zmij v1.0.21
3962026-06-02T23:38:07.846Z Downloaded socket2 v0.6.4
3972026-06-02T23:38:07.850Z Downloaded tokio-rustls v0.26.4
3982026-06-02T23:38:07.861Z Downloaded zeroize v1.8.2
3992026-06-02T23:38:07.864Z Downloaded toml v0.8.23
4002026-06-02T23:38:07.864Z Downloaded cfg-expr v0.20.8
4012026-06-02T23:38:07.867Z Downloaded textwrap v0.16.2
4022026-06-02T23:38:07.867Z Downloaded toml v1.1.2+spec-1.1.0
4032026-06-02T23:38:07.870Z Downloaded tinyvec v1.11.0
4042026-06-02T23:38:07.870Z Downloaded target-spec v3.6.0
4052026-06-02T23:38:07.873Z Downloaded openssl-sys v0.9.116
4062026-06-02T23:38:07.876Z Downloaded getrandom v0.4.2
4072026-06-02T23:38:07.877Z Downloaded tokio-stream v0.1.18
4082026-06-02T23:38:07.880Z Downloaded zstd v0.13.3
4092026-06-02T23:38:07.883Z Downloaded cc v1.2.63
4102026-06-02T23:38:07.886Z Downloaded toml_parser v1.1.2+spec-1.1.0
4112026-06-02T23:38:07.886Z Downloaded signal-hook v0.3.18
4122026-06-02T23:38:07.893Z Downloaded bytes v1.11.1
4132026-06-02T23:38:07.897Z Downloaded rustls-webpki v0.103.13
4142026-06-02T23:38:07.902Z Downloaded http v1.4.1
4152026-06-02T23:38:07.906Z Downloaded indexmap v2.14.0
4162026-06-02T23:38:07.909Z Downloaded ron v0.12.1
4172026-06-02T23:38:07.914Z Downloaded mio v1.2.1
4182026-06-02T23:38:07.918Z Downloaded rand v0.9.4
4192026-06-02T23:38:07.921Z Downloaded hyper-util v0.1.20
4202026-06-02T23:38:07.925Z Downloaded config v0.15.23
4212026-06-02T23:38:07.928Z Downloaded clap v4.6.1
4222026-06-02T23:38:07.931Z Downloaded flate2 v1.1.9
4232026-06-02T23:38:07.935Z Downloaded ed25519-dalek v2.2.0
4242026-06-02T23:38:07.938Z Downloaded regex v1.12.3
4252026-06-02T23:38:07.941Z Downloaded unicode-ident v1.0.24
4262026-06-02T23:38:07.941Z Downloaded borsh v1.6.1
4272026-06-02T23:38:07.944Z Downloaded tar v0.4.46
4282026-06-02T23:38:07.953Z Downloaded vte v0.14.1
4292026-06-02T23:38:07.956Z Downloaded miette v7.6.0
4302026-06-02T23:38:07.960Z Downloaded serde v1.0.228
4312026-06-02T23:38:07.960Z Downloaded derive_more v2.1.1
4322026-06-02T23:38:07.966Z Downloaded url v2.5.8
4332026-06-02T23:38:07.970Z Downloaded der v0.7.10
4342026-06-02T23:38:07.973Z Downloaded toml_edit v0.22.27
4352026-06-02T23:38:07.973Z Downloaded uuid v1.23.2
4362026-06-02T23:38:07.983Z Downloaded itertools v0.14.0
4372026-06-02T23:38:07.987Z Downloaded tracing-core v0.1.36
4382026-06-02T23:38:07.996Z Downloaded idna v1.1.0
4392026-06-02T23:38:08.007Z Downloaded unicode-segmentation v1.13.3
4402026-06-02T23:38:08.010Z Downloaded hyper v1.10.1
4412026-06-02T23:38:08.016Z Downloaded pulldown-cmark v0.13.4
4422026-06-02T23:38:08.021Z Downloaded derive_more-impl v2.1.1
4432026-06-02T23:38:08.029Z Downloaded quick-xml v0.37.5
4442026-06-02T23:38:08.032Z Downloaded reqwest v0.12.28
4452026-06-02T23:38:08.035Z Downloaded tower v0.5.3
4462026-06-02T23:38:08.041Z Downloaded typenum v1.20.1
4472026-06-02T23:38:08.044Z Downloaded hashbrown v0.17.1
4482026-06-02T23:38:08.048Z Downloaded portable-atomic v1.13.1
4492026-06-02T23:38:08.052Z Downloaded hashbrown v0.15.5
4502026-06-02T23:38:08.056Z Downloaded tower-http v0.6.11
4512026-06-02T23:38:08.059Z Downloaded crossterm v0.29.0
4522026-06-02T23:38:08.062Z Downloaded aho-corasick v1.1.4
4532026-06-02T23:38:08.072Z Downloaded futures-util v0.3.32
4542026-06-02T23:38:08.080Z Downloaded serde_json v1.0.150
4552026-06-02T23:38:08.084Z Downloaded guppy v0.17.26
4562026-06-02T23:38:08.087Z Downloaded quick-xml v0.38.4
4572026-06-02T23:38:08.090Z Downloaded clap_builder v4.6.0
4582026-06-02T23:38:08.101Z Downloaded unicode-normalization v0.1.25
4592026-06-02T23:38:08.105Z Downloaded tokio-util v0.7.18
4602026-06-02T23:38:08.109Z Downloaded winnow v1.0.3
4612026-06-02T23:38:08.112Z Downloaded quinn-proto v0.11.14
4622026-06-02T23:38:08.115Z Downloaded winnow v0.7.15
4632026-06-02T23:38:08.119Z Downloaded h2 v0.4.14
4642026-06-02T23:38:08.141Z Downloaded gimli v0.32.3
4652026-06-02T23:38:08.148Z Downloaded webpki-roots v1.0.7
4662026-06-02T23:38:08.152Z Downloaded chrono v0.4.44
4672026-06-02T23:38:08.156Z Downloaded tracing-subscriber v0.3.23
4682026-06-02T23:38:08.184Z Downloaded vcpkg v0.2.15
4692026-06-02T23:38:08.191Z Downloaded nextest-runner v0.80.0
4702026-06-02T23:38:08.199Z Downloaded unicode-width v0.1.14
4712026-06-02T23:38:08.208Z Downloaded unicode-width v0.2.2
4722026-06-02T23:38:08.208Z Downloaded curve25519-dalek v4.1.3
4732026-06-02T23:38:08.216Z Downloaded zerocopy v0.8.50
4742026-06-02T23:38:08.220Z Downloaded openssl v0.10.80
4752026-06-02T23:38:08.229Z Downloaded nix v0.30.1
4762026-06-02T23:38:08.246Z Downloaded syn v2.0.117
4772026-06-02T23:38:08.254Z Downloaded rustls v0.23.40
4782026-06-02T23:38:08.260Z Downloaded rustix v0.38.44
4792026-06-02T23:38:08.272Z Downloaded color-eyre v0.6.5
4802026-06-02T23:38:08.276Z Downloaded rustix v1.1.4
4812026-06-02T23:38:08.289Z Downloaded object v0.37.3
4822026-06-02T23:38:08.295Z Downloaded regex-syntax v0.8.10
4832026-06-02T23:38:08.308Z Downloaded tokio v1.52.3
4842026-06-02T23:38:08.336Z Downloaded tracing v0.1.44
4852026-06-02T23:38:08.369Z Downloaded regex-automata v0.4.14
4862026-06-02T23:38:08.403Z Downloaded libc v0.2.186
4872026-06-02T23:38:08.428Z Downloaded petgraph v0.8.3
4882026-06-02T23:38:08.440Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4892026-06-02T23:38:08.499Z Downloaded recursion v0.5.4
4902026-06-02T23:38:08.508Z Downloaded ring v0.17.14
4912026-06-02T23:38:08.568Z Compiling libc v0.2.186
4922026-06-02T23:38:08.568Z Compiling proc-macro2 v1.0.106
4932026-06-02T23:38:08.568Z Compiling quote v1.0.45
4942026-06-02T23:38:08.571Z Compiling unicode-ident v1.0.24
4952026-06-02T23:38:08.571Z Compiling serde_core v1.0.228
4962026-06-02T23:38:08.571Z Compiling cfg-if v1.0.4
4972026-06-02T23:38:08.571Z Compiling memchr v2.8.1
4982026-06-02T23:38:08.572Z Compiling once_cell v1.21.4
4992026-06-02T23:38:08.844Z Compiling log v0.4.31
5002026-06-02T23:38:08.847Z Compiling pin-project-lite v0.2.17
5012026-06-02T23:38:08.919Z Compiling serde v1.0.228
5022026-06-02T23:38:08.988Z Compiling itoa v1.0.18
5032026-06-02T23:38:09.124Z Compiling futures-core v0.3.32
5042026-06-02T23:38:09.231Z Compiling smallvec v1.15.1
5052026-06-02T23:38:09.280Z Compiling bitflags v2.12.1
5062026-06-02T23:38:09.293Z Compiling hashbrown v0.17.1
5072026-06-02T23:38:09.479Z Compiling find-msvc-tools v0.1.9
5082026-06-02T23:38:09.660Z Compiling errno v0.3.14
5092026-06-02T23:38:09.673Z Compiling equivalent v1.0.2
5102026-06-02T23:38:09.709Z Compiling shlex v2.0.1
5112026-06-02T23:38:09.816Z Compiling signal-hook-registry v1.4.8
5122026-06-02T23:38:09.829Z Compiling jobserver v0.1.34
5132026-06-02T23:38:09.851Z Compiling bytes v1.11.1
5142026-06-02T23:38:09.895Z Compiling mio v1.2.1
5152026-06-02T23:38:09.949Z Compiling syn v2.0.117
5162026-06-02T23:38:09.968Z Compiling futures-sink v0.3.32
5172026-06-02T23:38:10.003Z Compiling rustix v1.1.4
5182026-06-02T23:38:10.077Z Compiling cc v1.2.63
5192026-06-02T23:38:10.139Z Compiling socket2 v0.6.4
5202026-06-02T23:38:10.363Z Compiling zmij v1.0.21
5212026-06-02T23:38:10.604Z Compiling slab v0.4.12
5222026-06-02T23:38:10.713Z Compiling futures-channel v0.3.32
5232026-06-02T23:38:10.725Z Compiling tracing-core v0.1.36
5242026-06-02T23:38:10.811Z Compiling serde_json v1.0.150
5252026-06-02T23:38:10.960Z Compiling version_check v0.9.5
5262026-06-02T23:38:11.133Z Compiling indexmap v2.14.0
5272026-06-02T23:38:11.253Z Compiling getrandom v0.4.2
5282026-06-02T23:38:11.257Z Compiling futures-task v0.3.32
5292026-06-02T23:38:11.365Z Compiling futures-io v0.3.32
5302026-06-02T23:38:11.445Z Compiling camino v1.2.2
5312026-06-02T23:38:11.565Z Compiling percent-encoding v2.3.2
5322026-06-02T23:38:11.568Z Compiling unicode-width v0.2.2
5332026-06-02T23:38:11.854Z Compiling ring v0.17.14
5342026-06-02T23:38:11.900Z Compiling http v1.4.1
5352026-06-02T23:38:11.921Z Compiling adler2 v2.0.1
5362026-06-02T23:38:12.013Z Compiling zeroize v1.8.2
5372026-06-02T23:38:12.045Z Compiling simd-adler32 v0.3.9
5382026-06-02T23:38:12.099Z Compiling autocfg v1.5.1
5392026-06-02T23:38:12.240Z Compiling miniz_oxide v0.8.9
5402026-06-02T23:38:12.467Z Compiling num-traits v0.2.19
5412026-06-02T23:38:12.715Z Compiling zerocopy v0.8.50
5422026-06-02T23:38:12.906Z Compiling object v0.37.3
5432026-06-02T23:38:13.111Z Compiling target-lexicon v0.13.5
5442026-06-02T23:38:13.208Z Compiling getrandom v0.3.4
5452026-06-02T23:38:13.519Z Compiling http-body v1.0.1
5462026-06-02T23:38:13.564Z Compiling rustls-pki-types v1.14.1
5472026-06-02T23:38:13.622Z Compiling serde_derive v1.0.228
5482026-06-02T23:38:13.635Z Compiling tokio-macros v2.7.0
5492026-06-02T23:38:13.677Z Compiling futures-macro v0.3.32
5502026-06-02T23:38:13.677Z Compiling tracing-attributes v0.1.31
5512026-06-02T23:38:13.843Z Compiling form_urlencoded v1.2.2
5522026-06-02T23:38:14.086Z Compiling semver v1.0.28
5532026-06-02T23:38:14.119Z Compiling getrandom v0.2.17
5542026-06-02T23:38:14.314Z Compiling idna_adapter v1.0.0
5552026-06-02T23:38:14.390Z Compiling tokio v1.52.3
5562026-06-02T23:38:14.417Z Compiling gimli v0.32.3
5572026-06-02T23:38:14.445Z Compiling utf8_iter v1.0.4
5582026-06-02T23:38:14.504Z Compiling futures-util v0.3.32
5592026-06-02T23:38:14.612Z Compiling untrusted v0.9.0
5602026-06-02T23:38:14.745Z Compiling guppy-workspace-hack v0.1.0
5612026-06-02T23:38:14.755Z Compiling signal-hook v0.3.18
5622026-06-02T23:38:14.905Z Compiling tracing v0.1.44
5632026-06-02T23:38:14.971Z Compiling thiserror v2.0.18
5642026-06-02T23:38:14.983Z Compiling httparse v1.10.1
5652026-06-02T23:38:15.257Z Compiling owo-colors v4.3.0
5662026-06-02T23:38:15.319Z Compiling fnv v1.0.7
5672026-06-02T23:38:15.452Z Compiling idna v1.1.0
5682026-06-02T23:38:15.636Z Compiling thiserror-impl v2.0.18
5692026-06-02T23:38:16.348Z Compiling addr2line v0.25.1
5702026-06-02T23:38:17.091Z Compiling generic-array v0.14.7
5712026-06-02T23:38:17.103Z Compiling thiserror v1.0.69
5722026-06-02T23:38:17.164Z Compiling tower-service v0.3.3
5732026-06-02T23:38:17.262Z Compiling try-lock v0.2.5
5742026-06-02T23:38:17.333Z Compiling pkg-config v0.3.33
5752026-06-02T23:38:17.379Z Compiling fastrand v2.4.1
5762026-06-02T23:38:17.422Z Compiling typeid v1.0.3
5772026-06-02T23:38:17.508Z Compiling rustc-demangle v0.1.27
5782026-06-02T23:38:17.711Z Compiling rustls v0.23.40
5792026-06-02T23:38:17.726Z Compiling atomic-waker v1.1.2
5802026-06-02T23:38:17.767Z Compiling target-spec v3.6.0
5812026-06-02T23:38:17.851Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5822026-06-02T23:38:17.979Z Compiling tempfile v3.27.0
5832026-06-02T23:38:18.268Z Compiling want v0.3.1
5842026-06-02T23:38:18.323Z Compiling tokio-util v0.7.18
5852026-06-02T23:38:18.508Z Compiling cfg-expr v0.20.8
5862026-06-02T23:38:18.560Z Compiling url v2.5.8
5872026-06-02T23:38:18.893Z Compiling h2 v0.4.14
5882026-06-02T23:38:19.822Z Compiling backtrace v0.3.76
5892026-06-02T23:38:20.261Z Compiling thiserror-impl v1.0.69
5902026-06-02T23:38:20.304Z Compiling terminal_size v0.4.4
5912026-06-02T23:38:20.465Z Compiling aho-corasick v1.1.4
5922026-06-02T23:38:20.553Z Compiling winnow v0.7.15
5932026-06-02T23:38:21.035Z Compiling rustls-webpki v0.103.13
5942026-06-02T23:38:21.425Z Compiling typenum v1.20.1
5952026-06-02T23:38:22.105Z Compiling erased-serde v0.4.10
5962026-06-02T23:38:22.413Z Compiling regex-syntax v0.8.10
5972026-06-02T23:38:22.487Z Compiling subtle v2.6.1
5982026-06-02T23:38:24.051Z Compiling regex-automata v0.4.14
5992026-06-02T23:38:24.283Z Compiling hyper v1.10.1
6002026-06-02T23:38:26.034Z Compiling serde_spanned v0.6.9
6012026-06-02T23:38:26.199Z Compiling toml_datetime v0.6.11
6022026-06-02T23:38:26.603Z Compiling ahash v0.8.12
6032026-06-02T23:38:26.867Z Compiling sync_wrapper v1.0.2
6042026-06-02T23:38:26.984Z Compiling either v1.16.0
6052026-06-02T23:38:27.214Z Compiling unicode-linebreak v0.1.5
6062026-06-02T23:38:27.301Z Compiling ipnet v2.12.0
6072026-06-02T23:38:27.488Z Compiling lazy_static v1.5.0
6082026-06-02T23:38:27.598Z Compiling portable-atomic v1.13.1
6092026-06-02T23:38:27.971Z Compiling foldhash v0.1.5
6102026-06-02T23:38:28.058Z Compiling crc32fast v1.5.0
6112026-06-02T23:38:28.188Z Compiling base64 v0.22.1
6122026-06-02T23:38:28.201Z Compiling nextest-workspace-hack v0.1.0
6132026-06-02T23:38:28.363Z Compiling parking_lot_core v0.9.12
6142026-06-02T23:38:28.428Z Compiling is_ci v1.2.0
6152026-06-02T23:38:28.501Z Compiling tower-layer v0.3.3
6162026-06-02T23:38:28.601Z Compiling toml_write v0.1.2
6172026-06-02T23:38:28.645Z Compiling unicode-segmentation v1.13.3
6182026-06-02T23:38:28.676Z Compiling tower v0.5.3
6192026-06-02T23:38:28.727Z Compiling supports-color v3.0.2
6202026-06-02T23:38:28.851Z Compiling toml_edit v0.22.27
6212026-06-02T23:38:28.962Z Compiling hyper-util v0.1.20
6222026-06-02T23:38:29.044Z Compiling convert_case v0.10.0
6232026-06-02T23:38:29.301Z Compiling hashbrown v0.15.5
6242026-06-02T23:38:29.364Z Compiling sharded-slab v0.1.7
6252026-06-02T23:38:29.609Z Compiling textwrap v0.16.2
6262026-06-02T23:38:29.985Z Compiling tokio-rustls v0.26.4
6272026-06-02T23:38:30.286Z Compiling backtrace-ext v0.2.1
6282026-06-02T23:38:30.545Z Compiling ordered-float v2.10.1
6292026-06-02T23:38:30.563Z Compiling webpki-roots v1.0.7
6302026-06-02T23:38:30.685Z Compiling miette-derive v7.6.0
6312026-06-02T23:38:30.821Z Compiling pathdiff v0.2.3
6322026-06-02T23:38:30.955Z Compiling console v0.15.11
6332026-06-02T23:38:31.034Z Compiling tracing-log v0.2.0
6342026-06-02T23:38:31.421Z Compiling cargo-platform v0.3.3
6352026-06-02T23:38:31.589Z Compiling os_pipe v1.2.3
6362026-06-02T23:38:31.761Z Compiling thread_local v1.1.9
6372026-06-02T23:38:31.795Z Compiling unicode-width v0.1.14
6382026-06-02T23:38:32.097Z Compiling supports-unicode v3.0.0
6392026-06-02T23:38:32.119Z Compiling fixedbitset v0.5.7
6402026-06-02T23:38:32.267Z Compiling utf8parse v0.2.2
6412026-06-02T23:38:32.271Z Compiling debug-ignore v1.0.5
6422026-06-02T23:38:32.323Z Compiling rustix v0.38.44
6432026-06-02T23:38:32.377Z Compiling winnow v1.0.3
6442026-06-02T23:38:32.388Z Compiling supports-hyperlinks v3.2.0
6452026-06-02T23:38:32.612Z Compiling ryu v1.0.23
6462026-06-02T23:38:32.639Z Compiling scopeguard v1.2.0
6472026-06-02T23:38:32.683Z Compiling zstd-safe v7.2.4
6482026-06-02T23:38:32.742Z Compiling cfg_aliases v0.2.1
6492026-06-02T23:38:32.815Z Compiling pulldown-cmark v0.13.4
6502026-06-02T23:38:32.896Z Compiling nix v0.30.1
6512026-06-02T23:38:32.936Z Compiling serde_urlencoded v0.7.1
6522026-06-02T23:38:33.061Z Compiling lock_api v0.4.14
6532026-06-02T23:38:33.286Z Compiling miette v7.6.0
6542026-06-02T23:38:33.306Z Compiling anstyle-parse v1.0.0
6552026-06-02T23:38:33.377Z Compiling petgraph v0.8.3
6562026-06-02T23:38:33.531Z Compiling toml_parser v1.1.2+spec-1.1.0
6572026-06-02T23:38:33.855Z Compiling tracing-subscriber v0.3.23
6582026-06-02T23:38:34.862Z Compiling sigchld v0.2.4
6592026-06-02T23:38:35.057Z Compiling cargo_metadata v0.23.1
6602026-06-02T23:38:35.356Z Compiling serde-value v0.7.0
6612026-06-02T23:38:35.376Z Compiling hyper-rustls v0.27.9
6622026-06-02T23:38:36.065Z Compiling serde-untagged v0.1.9
6632026-06-02T23:38:36.117Z Compiling toml v0.8.23
6642026-06-02T23:38:37.411Z Compiling derive_more-impl v2.1.1
6652026-06-02T23:38:37.425Z Compiling tower-http v0.6.11
6662026-06-02T23:38:37.913Z Compiling itertools v0.14.0
6672026-06-02T23:38:38.089Z Compiling regex v1.12.3
6682026-06-02T23:38:38.229Z Compiling block-buffer v0.10.4
6692026-06-02T23:38:38.242Z Compiling crypto-common v0.1.7
6702026-06-02T23:38:38.374Z Compiling ppv-lite86 v0.2.21
6712026-06-02T23:38:38.374Z Compiling futures-executor v0.3.32
6722026-06-02T23:38:38.718Z Compiling rand_core v0.9.5
6732026-06-02T23:38:38.916Z Compiling http-body-util v0.1.3
6742026-06-02T23:38:38.955Z Compiling pin-project-internal v1.1.13
6752026-06-02T23:38:38.972Z Compiling uuid v1.23.2
6762026-06-02T23:38:39.191Z Compiling toml_datetime v1.1.1+spec-1.1.0
6772026-06-02T23:38:39.413Z Compiling serde_spanned v1.1.1
6782026-06-02T23:38:39.523Z Compiling smol_str v0.3.6
6792026-06-02T23:38:39.537Z Compiling filetime v0.2.29
6802026-06-02T23:38:39.568Z Compiling vte v0.14.1
6812026-06-02T23:38:39.609Z Compiling bstr v1.12.1
6822026-06-02T23:38:39.747Z Compiling litrs v1.0.0
6832026-06-02T23:38:39.795Z Compiling xattr v1.6.1
6842026-06-02T23:38:39.871Z Compiling colorchoice v1.0.5
6852026-06-02T23:38:39.993Z Compiling color-spantrace v0.3.0
6862026-06-02T23:38:40.006Z Compiling anstyle v1.0.14
6872026-06-02T23:38:40.203Z Compiling nested v0.1.1
6882026-06-02T23:38:40.283Z Compiling self_update v0.42.0
6892026-06-02T23:38:40.312Z Compiling unicase v2.9.0
6902026-06-02T23:38:40.325Z Compiling tinyvec_macros v0.1.1
6912026-06-02T23:38:40.336Z Compiling eyre v0.6.12
6922026-06-02T23:38:40.390Z Compiling number_prefix v0.4.0
6932026-06-02T23:38:40.402Z Compiling iana-time-zone v0.1.65
6942026-06-02T23:38:40.502Z Compiling unicode-xid v0.2.6
6952026-06-02T23:38:40.543Z Compiling anstyle-query v1.1.5
6962026-06-02T23:38:40.644Z Compiling static_assertions v1.1.0
6972026-06-02T23:38:40.669Z Compiling is_terminal_polyfill v1.70.2
6982026-06-02T23:38:40.696Z Compiling cargo-util-schemas v0.2.0
6992026-06-02T23:38:40.718Z Compiling guppy v0.17.26
7002026-06-02T23:38:40.755Z Compiling anstream v1.0.0
7012026-06-02T23:38:40.799Z Compiling chrono v0.4.44
7022026-06-02T23:38:40.952Z Compiling indicatif v0.17.11
7032026-06-02T23:38:41.267Z Compiling tinyvec v1.11.0
7042026-06-02T23:38:41.758Z Compiling document-features v0.2.12
7052026-06-02T23:38:41.926Z Compiling pin-project v1.1.13
7062026-06-02T23:38:42.033Z Compiling globset v0.4.18
7072026-06-02T23:38:42.134Z Compiling tar v0.4.46
7082026-06-02T23:38:42.346Z Compiling nextest-metadata v0.12.2
7092026-06-02T23:38:43.145Z Compiling strip-ansi-escapes v0.2.1
7102026-06-02T23:38:43.641Z Compiling toml v1.1.2+spec-1.1.0
7112026-06-02T23:38:44.100Z Compiling newtype-uuid v1.3.2
7122026-06-02T23:38:44.207Z Compiling reqwest v0.12.28
7132026-06-02T23:38:44.292Z Compiling rand_chacha v0.9.0
7142026-06-02T23:38:44.661Z Compiling futures v0.3.32
7152026-06-02T23:38:44.746Z Compiling digest v0.10.7
7162026-06-02T23:38:44.829Z Compiling derive_more v2.1.1
7172026-06-02T23:38:44.913Z Compiling parking_lot v0.12.5
7182026-06-02T23:38:44.973Z Compiling flate2 v1.1.9
7192026-06-02T23:38:45.273Z Compiling shared_child v1.1.1
7202026-06-02T23:38:45.526Z Compiling tracing-error v0.2.1
7212026-06-02T23:38:45.848Z Compiling signal-hook-mio v0.2.5
7222026-06-02T23:38:45.955Z Compiling self-replace v1.5.0
7232026-06-02T23:38:45.982Z Compiling cargo-platform v0.2.0
7242026-06-02T23:38:46.247Z Compiling quick-xml v0.38.4
7252026-06-02T23:38:46.544Z Compiling quick-xml v0.37.5
7262026-06-02T23:38:46.848Z Compiling humantime v2.3.0
7272026-06-02T23:38:47.087Z Compiling urlencoding v2.1.3
7282026-06-02T23:38:47.279Z Compiling shell-words v1.1.1
7292026-06-02T23:38:47.521Z Compiling cpufeatures v0.2.17
7302026-06-02T23:38:47.534Z Compiling clap_lex v1.1.0
7312026-06-02T23:38:47.546Z Compiling strsim v0.11.1
7322026-06-02T23:38:47.596Z Compiling recursion v0.5.4
7332026-06-02T23:38:47.898Z Compiling heck v0.5.0
7342026-06-02T23:38:47.910Z Compiling indenter v0.3.4
7352026-06-02T23:38:48.036Z Compiling clap_builder v4.6.0
7362026-06-02T23:38:48.061Z Compiling nextest-filtering v0.15.0
7372026-06-02T23:38:48.094Z Compiling clap_derive v4.6.1
7382026-06-02T23:38:48.385Z Compiling sha2 v0.10.9
7392026-06-02T23:38:49.609Z Compiling humantime-serde v1.1.1
7402026-06-02T23:38:49.773Z Compiling quick-junit v0.5.2
7412026-06-02T23:38:49.881Z Compiling atomicwrites v0.4.4
7422026-06-02T23:38:50.164Z Compiling cargo_metadata v0.20.0
7432026-06-02T23:38:52.012Z Compiling cargo-nextest v0.9.97
7442026-06-02T23:38:52.333Z Compiling crossterm v0.29.0
7452026-06-02T23:38:54.216Z Compiling duct v0.13.7
7462026-06-02T23:38:54.337Z Compiling zstd v0.13.3
7472026-06-02T23:38:54.704Z Compiling async-scoped v0.9.0
7482026-06-02T23:38:54.760Z Compiling rand v0.9.4
7492026-06-02T23:38:54.899Z Compiling config v0.15.23
7502026-06-02T23:38:55.050Z Compiling unicode-normalization v0.1.25
7512026-06-02T23:38:55.397Z Compiling target-spec-miette v0.4.8
7522026-06-02T23:38:55.525Z Compiling future-queue v0.4.0
7532026-06-02T23:38:55.577Z Compiling mukti-metadata v0.3.0
7542026-06-02T23:38:55.630Z Compiling tokio-stream v0.1.18
7552026-06-02T23:38:55.805Z Compiling camino-tempfile v1.4.1
7562026-06-02T23:38:55.836Z Compiling derive-where v1.6.1
7572026-06-02T23:38:55.978Z Compiling serde_ignored v0.1.14
7582026-06-02T23:38:56.073Z Compiling serde_path_to_error v0.1.20
7592026-06-02T23:38:56.202Z Compiling xxhash-rust v0.8.15
7602026-06-02T23:38:56.236Z Compiling swrite v0.1.0
7612026-06-02T23:38:56.285Z Compiling home v0.5.12
7622026-06-02T23:38:56.343Z Compiling indent_write v2.2.0
7632026-06-02T23:38:56.384Z Compiling hex v0.4.3
7642026-06-02T23:38:56.452Z Compiling color-eyre v0.6.5
7652026-06-02T23:38:56.513Z Compiling clap v4.6.1
7662026-06-02T23:38:56.524Z Compiling dialoguer v0.11.0
7672026-06-02T23:38:56.597Z Compiling enable-ansi-support v0.2.1
7682026-06-02T23:38:57.085Z Compiling nextest-runner v0.80.0
7692026-06-02T23:39:15.305Z Finished `release` profile [optimized] target(s) in 1m 10s
7702026-06-02T23:39:15.492Z Installing /home/build/.cargo/bin/cargo-nextest
7712026-06-02T23:39:15.495Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7722026-06-02T23:39:15.611Z+ pushd mg-lower
7732026-06-02T23:39:15.614Z/work/oxidecomputer/maghemite/mg-lower /work/oxidecomputer/maghemite
7742026-06-02T23:39:15.614Z+ cargo nextest run
7752026-06-02T23:39:15.767Z Updating git repository `https://github.com/oxidecomputer/falcon`
7762026-06-02T23:39:16.551ZFrom https://github.com/oxidecomputer/falcon
7772026-06-02T23:39:16.551Z * [new ref] 2dcfe294f6ba3fb11fa0e23dd4a03a98eb55af24 -> refs/commit/2dcfe294f6ba3fb11fa0e23dd4a03a98eb55af24
7782026-06-02T23:39:16.629Z Updating crates.io index
7792026-06-02T23:39:16.632Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7802026-06-02T23:39:17.367ZFrom https://github.com/oxidecomputer/dendrite
7812026-06-02T23:39:17.367Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7822026-06-02T23:39:17.433Z Updating git repository `https://github.com/oxidecomputer/ispf`
7832026-06-02T23:39:17.720ZFrom https://github.com/oxidecomputer/ispf
7842026-06-02T23:39:17.720Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7852026-06-02T23:39:17.774Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7862026-06-02T23:39:18.161ZFrom https://github.com/oxidecomputer/netadm-sys
7872026-06-02T23:39:18.161Z * [new ref] 53f86457e19bf5065ed286c621fb4c7a91891529 -> refs/commit/53f86457e19bf5065ed286c621fb4c7a91891529
7882026-06-02T23:39:18.166Z Updating git repository `https://github.com/oxidecomputer/omicron`
7892026-06-02T23:39:25.362ZFrom https://github.com/oxidecomputer/omicron
7902026-06-02T23:39:25.362Z * [new ref] 02147419d0a5868095160d390caa664278ea37c7 -> refs/commit/02147419d0a5868095160d390caa664278ea37c7
7912026-06-02T23:39:25.775Z Updating git repository `https://github.com/oxidecomputer/opte`
7922026-06-02T23:39:26.360ZFrom https://github.com/oxidecomputer/opte
7932026-06-02T23:39:26.360Z * [new ref] 3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8 -> refs/commit/3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8
7942026-06-02T23:39:26.559Z Updating git repository `https://github.com/illumos/smf-rs`
7952026-06-02T23:39:26.854ZFrom https://github.com/illumos/smf-rs
7962026-06-02T23:39:26.854Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
7972026-06-02T23:39:26.863Z Updating git repository `https://github.com/oxidecomputer/network-interface`
7982026-06-02T23:39:27.136ZFrom https://github.com/oxidecomputer/network-interface
7992026-06-02T23:39:27.136Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8002026-06-02T23:39:27.260Z Updating git repository `https://github.com/oxidecomputer/zone`
8012026-06-02T23:39:27.526ZFrom https://github.com/oxidecomputer/zone
8022026-06-02T23:39:27.526Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8032026-06-02T23:39:27.560Z Updating git repository `https://github.com/oxidecomputer/propolis`
8042026-06-02T23:39:28.243ZFrom https://github.com/oxidecomputer/propolis
8052026-06-02T23:39:28.243Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8062026-06-02T23:39:28.491Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8072026-06-02T23:39:28.980ZFrom https://github.com/oxidecomputer/transceiver-control
8082026-06-02T23:39:28.980Z * [new ref] 81167659157860d6587713b3362b7bc791dfb530 -> refs/commit/81167659157860d6587713b3362b7bc791dfb530
8092026-06-02T23:39:28.990Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8102026-06-02T23:39:29.272ZFrom https://github.com/oxidecomputer/dlpi-sys
8112026-06-02T23:39:29.272Z * [new ref] a611f32a2374579d25e628b395a9cb251f753388 -> refs/commit/a611f32a2374579d25e628b395a9cb251f753388
8122026-06-02T23:39:29.290Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8132026-06-02T23:39:29.567ZFrom https://github.com/jmesmon/rust-libzfs
8142026-06-02T23:39:29.567Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8152026-06-02T23:39:29.575Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8162026-06-02T23:39:29.818ZFrom https://github.com/oxidecomputer/rusty-doors
8172026-06-02T23:39:29.818Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8182026-06-02T23:39:29.844Z Updating git repository `https://github.com/oxidecomputer/lldp`
8192026-06-02T23:39:30.190ZFrom https://github.com/oxidecomputer/lldp
8202026-06-02T23:39:30.190Z * [new ref] ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d -> refs/commit/ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d
8212026-06-02T23:39:30.201Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8222026-06-02T23:39:30.469ZFrom https://github.com/oxidecomputer/slog-error-chain
8232026-06-02T23:39:30.469Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8242026-06-02T23:39:30.538Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8252026-06-02T23:39:30.827ZFrom https://github.com/oxidecomputer/tufaceous
8262026-06-02T23:39:30.827Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8272026-06-02T23:39:30.854Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8282026-06-02T23:39:31.300ZFrom https://github.com/oxidecomputer/management-gateway-service
8292026-06-02T23:39:31.300Z * [new ref] 0d7a8992f914ad6a5947409048779969bbe80e3d -> refs/commit/0d7a8992f914ad6a5947409048779969bbe80e3d
8302026-06-02T23:39:31.382Z Updating git repository `https://github.com/oxidecomputer/crucible`
8312026-06-02T23:39:32.192ZFrom https://github.com/oxidecomputer/crucible
8322026-06-02T23:39:32.192Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8332026-06-02T23:39:32.247Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8342026-06-02T23:39:32.492ZFrom https://github.com/oxidecomputer/serde_human_bytes
8352026-06-02T23:39:32.492Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8362026-06-02T23:39:32.626Z Updating git repository `https://github.com/oxidecomputer/propolis`
8372026-06-02T23:39:32.953ZFrom https://github.com/oxidecomputer/propolis
8382026-06-02T23:39:32.953Z * [new ref] bc489ddf0f38f75e0c194b86cf6f0de377f68845 -> refs/commit/bc489ddf0f38f75e0c194b86cf6f0de377f68845
8392026-06-02T23:39:33.249Z Updating git repository `https://github.com/oxidecomputer/opte`
8402026-06-02T23:39:33.503ZFrom https://github.com/oxidecomputer/opte
8412026-06-02T23:39:33.503Z * [new ref] 2c6efefe14321dafe7e9e80129d38316adb2d238 -> refs/commit/2c6efefe14321dafe7e9e80129d38316adb2d238
8422026-06-02T23:39:33.570Z Updating git repository `https://github.com/oxidecomputer/tofino`
8432026-06-02T23:39:33.907ZFrom https://github.com/oxidecomputer/tofino
8442026-06-02T23:39:33.907Z * [new ref] e25e52991785039e967fd8fe7d86554d976e6d4b -> refs/commit/e25e52991785039e967fd8fe7d86554d976e6d4b
8452026-06-02T23:39:33.918Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8462026-06-02T23:39:34.595ZFrom https://github.com/oxidecomputer/maghemite
8472026-06-02T23:39:34.595Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8482026-06-02T23:39:34.675Z Updating git repository `https://github.com/oxidecomputer/clickward`
8492026-06-02T23:39:34.967ZFrom https://github.com/oxidecomputer/clickward
8502026-06-02T23:39:34.967Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8512026-06-02T23:39:34.975Z Updating git repository `https://github.com/oxidecomputer/crucible`
8522026-06-02T23:39:35.696ZFrom https://github.com/oxidecomputer/crucible
8532026-06-02T23:39:35.696Z * [new ref] ae1da83e66c648574827298f4bc444632bf4d047 -> refs/commit/ae1da83e66c648574827298f4bc444632bf4d047
8542026-06-02T23:39:35.874Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8552026-06-02T23:39:36.129ZFrom https://github.com/oxidecomputer/illumos-devinfo
8562026-06-02T23:39:36.129Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8572026-06-02T23:39:37.063Z Downloading crates ...
8582026-06-02T23:39:37.162Z Downloaded base16ct v0.2.0
8592026-06-02T23:39:37.170Z Downloaded aead v0.5.2
8602026-06-02T23:39:37.172Z Downloaded arrayref v0.3.9
8612026-06-02T23:39:37.175Z Downloaded displaydoc v0.2.5
8622026-06-02T23:39:37.179Z Downloaded ciborium-ll v0.2.2
8632026-06-02T23:39:37.187Z Downloaded crunchy v0.2.4
8642026-06-02T23:39:37.189Z Downloaded ident_case v1.0.1
8652026-06-02T23:39:37.192Z Downloaded anyhow v1.0.102
8662026-06-02T23:39:37.201Z Downloaded enum-as-inner v0.6.1
8672026-06-02T23:39:37.207Z Downloaded allocator-api2 v0.2.21
8682026-06-02T23:39:37.210Z Downloaded group v0.13.0
8692026-06-02T23:39:37.213Z Downloaded csv-core v0.1.13
8702026-06-02T23:39:37.216Z Downloaded gethostname v0.5.0
8712026-06-02T23:39:37.219Z Downloaded dropshot-api-manager-types v0.7.2
8722026-06-02T23:39:37.222Z Downloaded byteorder v1.5.0
8732026-06-02T23:39:37.224Z Downloaded darling_macro v0.21.3
8742026-06-02T23:39:37.224Z Downloaded argon2 v0.5.3
8752026-06-02T23:39:37.228Z Downloaded foldhash v0.2.0
8762026-06-02T23:39:37.231Z Downloaded fs_extra v1.3.0
8772026-06-02T23:39:37.234Z Downloaded fs-err v3.3.0
8782026-06-02T23:39:37.237Z Downloaded defmt-parser v1.0.0
8792026-06-02T23:39:37.237Z Downloaded num v0.4.3
8802026-06-02T23:39:37.240Z Downloaded darling_macro v0.23.0
8812026-06-02T23:39:37.240Z Downloaded const-random-macro v0.1.16
8822026-06-02T23:39:37.244Z Downloaded base16ct v1.0.0
8832026-06-02T23:39:37.244Z Downloaded newtype_derive v0.1.6
8842026-06-02T23:39:37.247Z Downloaded dof v0.3.0
8852026-06-02T23:39:37.247Z Downloaded defmt v0.3.100
8862026-06-02T23:39:37.247Z Downloaded bit-set v0.8.0
8872026-06-02T23:39:37.250Z Downloaded memoffset v0.9.1
8882026-06-02T23:39:37.250Z Downloaded hubpack_derive v0.1.1
8892026-06-02T23:39:37.253Z Downloaded foreign-types-macros v0.2.3
8902026-06-02T23:39:37.253Z Downloaded macaddr v1.0.1
8912026-06-02T23:39:37.256Z Downloaded httpdate v1.0.3
8922026-06-02T23:39:37.256Z Downloaded hmac v0.12.1
8932026-06-02T23:39:37.259Z Downloaded data-encoding v2.11.0
8942026-06-02T23:39:37.259Z Downloaded crucible-workspace-hack v0.1.0
8952026-06-02T23:39:37.262Z Downloaded bs58 v0.5.1
8962026-06-02T23:39:37.262Z Downloaded libsw-core v0.3.2
8972026-06-02T23:39:37.265Z Downloaded ipnetwork v0.21.1
8982026-06-02T23:39:37.268Z Downloaded ingot-types v0.1.2
8992026-06-02T23:39:37.268Z Downloaded cpufeatures v0.3.0
9002026-06-02T23:39:37.271Z Downloaded async-recursion v1.1.1
9012026-06-02T23:39:37.274Z Downloaded highway v1.3.0
9022026-06-02T23:39:37.277Z Downloaded dunce v1.0.5
9032026-06-02T23:39:37.277Z Downloaded ciborium-io v0.2.2
9042026-06-02T23:39:37.277Z Downloaded newline-converter v0.3.0
9052026-06-02T23:39:37.280Z Downloaded cstr-argument v0.1.2
9062026-06-02T23:39:37.280Z Downloaded hickory-proto v0.25.2
9072026-06-02T23:39:37.290Z Downloaded num-iter v0.1.45
9082026-06-02T23:39:37.293Z Downloaded managed v0.8.0
9092026-06-02T23:39:37.293Z Downloaded natord v1.0.9
9102026-06-02T23:39:37.296Z Downloaded crc8 v0.1.1
9112026-06-02T23:39:37.296Z Downloaded async-stream v0.3.6
9122026-06-02T23:39:37.299Z Downloaded log v0.4.29
9132026-06-02T23:39:37.302Z Downloaded linear-map v1.2.0
9142026-06-02T23:39:37.302Z Downloaded num-derive v0.4.2
9152026-06-02T23:39:37.306Z Downloaded num-conv v0.2.1
9162026-06-02T23:39:37.306Z Downloaded linked-hash-map v0.5.6
9172026-06-02T23:39:37.306Z Downloaded foreign-types-shared v0.3.1
9182026-06-02T23:39:37.308Z Downloaded icu_provider v2.2.0
9192026-06-02T23:39:37.311Z Downloaded dof v0.4.0
9202026-06-02T23:39:37.311Z Downloaded no-std-compat v0.4.1
9212026-06-02T23:39:37.314Z Downloaded async-trait v0.1.89
9222026-06-02T23:39:37.314Z Downloaded instant v0.1.13
9232026-06-02T23:39:37.317Z Downloaded mime v0.3.17
9242026-06-02T23:39:37.320Z Downloaded libscf-sys v1.2.0
9252026-06-02T23:39:37.320Z Downloaded crossbeam-utils v0.8.21
9262026-06-02T23:39:37.323Z Downloaded diff v0.1.13
9272026-06-02T23:39:37.326Z Downloaded opaque-debug v0.3.1
9282026-06-02T23:39:37.326Z Downloaded omicron-workspace-hack v0.1.0
9292026-06-02T23:39:37.329Z Downloaded num_threads v0.1.7
9302026-06-02T23:39:37.329Z Downloaded ingot v0.1.1
9312026-06-02T23:39:37.329Z Downloaded inout v0.1.4
9322026-06-02T23:39:37.332Z Downloaded parse-display v0.10.0
9332026-06-02T23:39:37.332Z Downloaded foreign-types v0.5.0
9342026-06-02T23:39:37.335Z Downloaded phf_shared v0.12.1
9352026-06-02T23:39:37.335Z Downloaded crossbeam-channel v0.5.15
9362026-06-02T23:39:37.338Z Downloaded powerfmt v0.2.0
9372026-06-02T23:39:37.341Z Downloaded git-stub v1.0.0
9382026-06-02T23:39:37.341Z Downloaded match_cfg v0.1.0
9392026-06-02T23:39:37.341Z Downloaded potential_utf v0.1.5
9402026-06-02T23:39:37.344Z Downloaded arrayvec v0.7.6
9412026-06-02T23:39:37.347Z Downloaded expectorate v1.2.0
9422026-06-02T23:39:37.347Z Downloaded cmake v0.1.58
9432026-06-02T23:39:37.350Z Downloaded byte-wrapper v0.1.0
9442026-06-02T23:39:37.353Z Downloaded num_enum_derive v0.7.6
9452026-06-02T23:39:37.353Z Downloaded daft-derive v0.1.7
9462026-06-02T23:39:37.356Z Downloaded daft v0.1.7
9472026-06-02T23:39:37.359Z Downloaded fixedbitset v0.4.2
9482026-06-02T23:39:37.359Z Downloaded num_enum_derive v0.5.11
9492026-06-02T23:39:37.362Z Downloaded heck v0.4.1
9502026-06-02T23:39:37.362Z Downloaded olpc-cjson v0.1.4
9512026-06-02T23:39:37.362Z Downloaded num-rational v0.4.2
9522026-06-02T23:39:37.365Z Downloaded num-integer v0.1.46
9532026-06-02T23:39:37.365Z Downloaded proc-macro-error-attr2 v2.0.0
9542026-06-02T23:39:37.369Z Downloaded ff v0.13.1
9552026-06-02T23:39:37.369Z Downloaded proc-macro-error-attr v1.0.4
9562026-06-02T23:39:37.373Z Downloaded proc-macro-crate v3.5.0
9572026-06-02T23:39:37.373Z Downloaded num_enum v0.5.11
9582026-06-02T23:39:37.377Z Downloaded progenitor-client v0.10.0
9592026-06-02T23:39:37.377Z Downloaded defmt v1.1.0
9602026-06-02T23:39:37.380Z Downloaded progenitor-client v0.14.0
9612026-06-02T23:39:37.380Z Downloaded plain v0.2.3
9622026-06-02T23:39:37.380Z Downloaded oxnet v0.1.5
9632026-06-02T23:39:37.383Z Downloaded password-hash v0.5.0
9642026-06-02T23:39:37.383Z Downloaded parking_lot_core v0.8.6
9652026-06-02T23:39:37.386Z Downloaded proc-macro-crate v1.3.1
9662026-06-02T23:39:37.389Z Downloaded pretty-hex v0.4.2
9672026-06-02T23:39:37.389Z Downloaded progenitor-macro v0.14.0
9682026-06-02T23:39:37.389Z Downloaded progenitor-macro v0.13.0
9692026-06-02T23:39:37.392Z Downloaded progenitor-macro v0.11.2
9702026-06-02T23:39:37.392Z Downloaded num-complex v0.4.6
9712026-06-02T23:39:37.395Z Downloaded progenitor-macro v0.10.0
9722026-06-02T23:39:37.395Z Downloaded pem v3.0.6
9732026-06-02T23:39:37.395Z Downloaded libsw v3.5.0
9742026-06-02T23:39:37.398Z Downloaded ref-cast-impl v1.0.25
9752026-06-02T23:39:37.398Z Downloaded phf v0.12.1
9762026-06-02T23:39:37.401Z Downloaded same-file v1.0.6
9772026-06-02T23:39:37.401Z Downloaded hashbrown v0.12.3
9782026-06-02T23:39:37.405Z Downloaded oxide-tokio-rt v0.1.6
9792026-06-02T23:39:37.405Z Downloaded newtype-uuid-macros v0.1.0
9802026-06-02T23:39:37.408Z Downloaded rand_xorshift v0.4.0
9812026-06-02T23:39:37.408Z Downloaded rand_chacha v0.3.1
9822026-06-02T23:39:37.408Z Downloaded litemap v0.8.2
9832026-06-02T23:39:37.411Z Downloaded blake2 v0.10.6
9842026-06-02T23:39:37.411Z Downloaded ref-cast v1.0.25
9852026-06-02T23:39:37.414Z Downloaded half v2.7.1
9862026-06-02T23:39:37.417Z Downloaded crossbeam-deque v0.8.6
9872026-06-02T23:39:37.417Z Downloaded ciborium v0.2.2
9882026-06-02T23:39:37.420Z Downloaded git-stub-vcs v0.1.0
9892026-06-02T23:39:37.423Z Downloaded progenitor-client v0.11.2
9902026-06-02T23:39:37.423Z Downloaded proc-macro-error v1.0.4
9912026-06-02T23:39:37.426Z Downloaded rustc_version v0.1.7
9922026-06-02T23:39:37.426Z Downloaded num_enum v0.7.6
9932026-06-02T23:39:37.428Z Downloaded semver v0.1.20
9942026-06-02T23:39:37.431Z Downloaded scroll_derive v0.13.1
9952026-06-02T23:39:37.432Z Downloaded elliptic-curve v0.13.8
9962026-06-02T23:39:37.435Z Downloaded scroll_derive v0.12.1
9972026-06-02T23:39:37.435Z Downloaded serde-big-array v0.5.1
9982026-06-02T23:39:37.438Z Downloaded sha1 v0.10.6
9992026-06-02T23:39:37.438Z Downloaded indicatif v0.18.4
10002026-06-02T23:39:37.441Z Downloaded hickory-resolver v0.24.4
10012026-06-02T23:39:37.444Z Downloaded parse-display-derive v0.10.0
10022026-06-02T23:39:37.444Z Downloaded parking_lot v0.11.2
10032026-06-02T23:39:37.448Z Downloaded secrecy v0.10.3
10042026-06-02T23:39:37.448Z Downloaded progenitor-extras v0.2.0
10052026-06-02T23:39:37.448Z Downloaded progenitor-client v0.13.0
10062026-06-02T23:39:37.451Z Downloaded derive_more v0.99.20
10072026-06-02T23:39:37.451Z Downloaded sigpipe v0.1.3
10082026-06-02T23:39:37.454Z Downloaded progenitor v0.14.0
10092026-06-02T23:39:37.454Z Downloaded progenitor v0.11.2
10102026-06-02T23:39:37.457Z Downloaded siphasher v1.0.3
10112026-06-02T23:39:37.457Z Downloaded slog-envlogger v2.2.0
10122026-06-02T23:39:37.457Z Downloaded proc-macro-error2 v2.0.1
10132026-06-02T23:39:37.460Z Downloaded progenitor v0.13.0
10142026-06-02T23:39:37.463Z Downloaded pest_generator v2.8.6
10152026-06-02T23:39:37.463Z Downloaded rustls-native-certs v0.8.3
10162026-06-02T23:39:37.466Z Downloaded serial_test_derive v3.4.0
10172026-06-02T23:39:37.466Z Downloaded serde_plain v1.0.2
10182026-06-02T23:39:37.467Z Downloaded cancel-safe-futures v0.1.5
10192026-06-02T23:39:37.469Z Downloaded dropshot_endpoint v0.17.0
10202026-06-02T23:39:37.472Z Downloaded drift v0.2.0
10212026-06-02T23:39:37.477Z Downloaded structmeta v0.3.0
10222026-06-02T23:39:37.480Z Downloaded spin v0.5.2
10232026-06-02T23:39:37.480Z Downloaded scroll v0.13.0
10242026-06-02T23:39:37.480Z Downloaded omicron-zone-package v0.12.2
10252026-06-02T23:39:37.484Z Downloaded smawk v0.3.2
10262026-06-02T23:39:37.487Z Downloaded strum v0.27.2
10272026-06-02T23:39:37.487Z Downloaded arc-swap v1.9.1
10282026-06-02T23:39:37.487Z Downloaded postcard v1.1.3
10292026-06-02T23:39:37.490Z Downloaded tagptr v0.2.0
10302026-06-02T23:39:37.490Z Downloaded testing_table v0.3.0
10312026-06-02T23:39:37.492Z Downloaded take_mut v0.2.2
10322026-06-02T23:39:37.493Z Downloaded strum v0.26.3
10332026-06-02T23:39:37.493Z Downloaded tabled_derive v0.7.0
10342026-06-02T23:39:37.493Z Downloaded resolv-conf v0.7.6
10352026-06-02T23:39:37.496Z Downloaded thiserror-impl-no-std v2.0.2
10362026-06-02T23:39:37.496Z Downloaded termtree v0.5.1
10372026-06-02T23:39:37.496Z Downloaded thread-id v5.1.0
10382026-06-02T23:39:37.499Z Downloaded shlex v1.3.0
10392026-06-02T23:39:37.499Z Downloaded paste v1.0.15
10402026-06-02T23:39:37.502Z Downloaded scroll v0.12.0
10412026-06-02T23:39:37.502Z Downloaded rusty-fork v0.3.1
10422026-06-02T23:39:37.502Z Downloaded rustls-pemfile v2.2.0
10432026-06-02T23:39:37.505Z Downloaded rand_core v0.10.1
10442026-06-02T23:39:37.505Z Downloaded slog-bunyan v2.5.0
10452026-06-02T23:39:37.505Z Downloaded serde_tokenstream v0.2.3
10462026-06-02T23:39:37.508Z Downloaded rhai_codegen v3.1.0
10472026-06-02T23:39:37.512Z Downloaded stable_deref_trait v1.2.1
10482026-06-02T23:39:37.515Z Downloaded erased-serde v0.3.31
10492026-06-02T23:39:37.515Z Downloaded slog-term v2.9.2
10502026-06-02T23:39:37.515Z Downloaded time-core v0.1.8
10512026-06-02T23:39:37.518Z Downloaded topological-sort v0.2.2
10522026-06-02T23:39:37.518Z Downloaded thread-id v4.2.2
10532026-06-02T23:39:37.518Z Downloaded tabwriter v1.4.1
10542026-06-02T23:39:37.521Z Downloaded tabled_derive v0.11.0
10552026-06-02T23:39:37.521Z Downloaded unit-prefix v0.5.2
10562026-06-02T23:39:37.521Z Downloaded serial_test v3.4.0
10572026-06-02T23:39:37.524Z Downloaded typify-macro v0.6.2
10582026-06-02T23:39:37.524Z Downloaded typify-macro v0.4.3
10592026-06-02T23:39:37.524Z Downloaded slog-stdlog v4.1.1
10602026-06-02T23:39:37.527Z Downloaded slog-scope v4.4.1
10612026-06-02T23:39:37.527Z Downloaded mio v1.2.0
10622026-06-02T23:39:37.530Z Downloaded slog-dtrace v0.3.0
10632026-06-02T23:39:37.533Z Downloaded slog-async v2.8.0
10642026-06-02T23:39:37.533Z Downloaded ingot-macros v0.1.1
10652026-06-02T23:39:37.533Z Downloaded sdd v3.0.10
10662026-06-02T23:39:37.536Z Downloaded schemars_derive v0.8.22
10672026-06-02T23:39:37.536Z Downloaded base64 v0.21.7
10682026-06-02T23:39:37.539Z Downloaded unarray v0.1.4
10692026-06-02T23:39:37.539Z Downloaded memmap2 v0.9.10
10702026-06-02T23:39:37.539Z Downloaded indexmap v1.9.3
10712026-06-02T23:39:37.542Z Downloaded universal-hash v0.5.1
10722026-06-02T23:39:37.545Z Downloaded snafu-derive v0.8.9
10732026-06-02T23:39:37.545Z Downloaded usdt v0.5.0
10742026-06-02T23:39:37.545Z Downloaded structmeta-derive v0.3.0
10752026-06-02T23:39:37.545Z Downloaded smf v0.2.3
10762026-06-02T23:39:37.548Z Downloaded memchr v2.8.0
10772026-06-02T23:39:37.551Z Downloaded synstructure v0.13.2
10782026-06-02T23:39:37.551Z Downloaded strum_macros v0.26.4
10792026-06-02T23:39:37.551Z Downloaded pest_derive v2.8.6
10802026-06-02T23:39:37.554Z Downloaded usdt-attr-macro v0.5.0
10812026-06-02T23:39:37.554Z Downloaded chacha20poly1305 v0.10.1
10822026-06-02T23:39:37.554Z Downloaded utf-8 v0.7.6
10832026-06-02T23:39:37.557Z Downloaded usdt-macro v0.5.0
10842026-06-02T23:39:37.557Z Downloaded usdt v0.6.0
10852026-06-02T23:39:37.557Z Downloaded untrusted v0.7.1
10862026-06-02T23:39:37.557Z Downloaded rustversion v1.0.22
10872026-06-02T23:39:37.560Z Downloaded konst v0.2.20
10882026-06-02T23:39:37.563Z Downloaded progenitor-impl v0.14.0
10892026-06-02T23:39:37.563Z Downloaded icu_normalizer v2.2.0
10902026-06-02T23:39:37.567Z Downloaded heapless v0.8.0
10912026-06-02T23:39:37.570Z Downloaded progenitor-impl v0.13.0
10922026-06-02T23:39:37.570Z Downloaded usdt-macro v0.6.0
10932026-06-02T23:39:37.572Z Downloaded usdt-attr-macro v0.6.0
10942026-06-02T23:39:37.572Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10952026-06-02T23:39:37.572Z Downloaded tokio-rustls v0.25.0
10962026-06-02T23:39:37.572Z Downloaded wait-timeout v0.2.1
10972026-06-02T23:39:37.575Z Downloaded waitgroup v0.1.2
10982026-06-02T23:39:37.575Z Downloaded serde_derive_internals v0.29.1
10992026-06-02T23:39:37.575Z Downloaded yoke-derive v0.8.2
11002026-06-02T23:39:37.578Z Downloaded poly1305 v0.8.0
11012026-06-02T23:39:37.578Z Downloaded papergrid v0.11.0
11022026-06-02T23:39:37.581Z Downloaded icu_normalizer_data v2.2.0
11032026-06-02T23:39:37.584Z Downloaded zone v0.3.1
11042026-06-02T23:39:37.584Z Downloaded tinystr v0.8.3
11052026-06-02T23:39:37.584Z Downloaded thiserror-no-std v2.0.2
11062026-06-02T23:39:37.587Z Downloaded zerofrom v0.1.8
11072026-06-02T23:39:37.587Z Downloaded darling_core v0.21.3
11082026-06-02T23:39:37.590Z Downloaded progenitor-impl v0.10.0
11092026-06-02T23:39:37.594Z Downloaded tokio-dtrace v0.1.1
11102026-06-02T23:39:37.594Z Downloaded papergrid v0.17.0
11112026-06-02T23:39:37.599Z Downloaded zeroize_derive v1.4.3
11122026-06-02T23:39:37.599Z Downloaded smartstring v1.0.1
11132026-06-02T23:39:38.606Z Downloaded slog-json v2.6.1
11142026-06-02T23:39:38.606Z Downloaded zone_cfg_derive v0.3.1
11152026-06-02T23:39:38.606Z Downloaded darling_core v0.23.0
11162026-06-02T23:39:38.611Z Downloaded zerofrom-derive v0.1.7
11172026-06-02T23:39:38.611Z Downloaded icu_locale_core v2.2.0
11182026-06-02T23:39:38.611Z Downloaded strum_macros v0.27.2
11192026-06-02T23:39:38.611Z Downloaded icu_properties v2.2.0
11202026-06-02T23:39:38.611Z Downloaded schemars v0.8.22
11212026-06-02T23:39:38.611Z Downloaded walkdir v2.5.0
11222026-06-02T23:39:38.611Z Downloaded rustls-platform-verifier v0.7.0
11232026-06-02T23:39:38.611Z Downloaded whoami v1.6.1
11242026-06-02T23:39:38.611Z Downloaded tokio-tungstenite v0.21.0
11252026-06-02T23:39:38.611Z Downloaded spin v0.9.8
11262026-06-02T23:39:38.611Z Downloaded pest_meta v2.8.6
11272026-06-02T23:39:38.611Z Downloaded xz2 v0.1.7
11282026-06-02T23:39:38.611Z Downloaded serde_yaml v0.9.34+deprecated
11292026-06-02T23:39:38.612Z Downloaded writeable v0.6.3
11302026-06-02T23:39:38.612Z Downloaded similar v2.7.0
11312026-06-02T23:39:38.612Z Downloaded cc v1.2.62
11322026-06-02T23:39:38.612Z Downloaded schemars v0.9.0
11332026-06-02T23:39:38.612Z Downloaded zerovec-derive v0.11.3
11342026-06-02T23:39:38.612Z Downloaded hickory-resolver v0.25.2
11352026-06-02T23:39:38.612Z Downloaded ucd-trie v0.1.7
11362026-06-02T23:39:38.612Z Downloaded crypto-bigint v0.5.5
11372026-06-02T23:39:38.612Z Downloaded pretty_assertions v1.4.1
11382026-06-02T23:39:38.612Z Downloaded test-strategy v0.4.5
11392026-06-02T23:39:38.612Z Downloaded minimal-lexical v0.2.1
11402026-06-02T23:39:38.612Z Downloaded jiff-static v0.2.24
11412026-06-02T23:39:38.612Z Downloaded const_format v0.2.36
11422026-06-02T23:39:38.612Z Downloaded iddqd v0.3.18
11432026-06-02T23:39:38.612Z Downloaded vsss-rs v3.3.4
11442026-06-02T23:39:38.612Z Downloaded tungstenite v0.21.0
11452026-06-02T23:39:38.612Z Downloaded yoke v0.8.2
11462026-06-02T23:39:38.612Z Downloaded zerocopy-derive v0.7.35
11472026-06-02T23:39:38.612Z Downloaded slog v2.8.2
11482026-06-02T23:39:38.612Z Downloaded toml v0.7.8
11492026-06-02T23:39:38.612Z Downloaded socket2 v0.6.3
11502026-06-02T23:39:38.612Z Downloaded rand v0.8.6
11512026-06-02T23:39:38.612Z Downloaded typify v0.6.2
11522026-06-02T23:39:38.612Z Downloaded async-compression v0.4.42
11532026-06-02T23:39:38.612Z Downloaded unsafe-libyaml v0.2.11
11542026-06-02T23:39:38.613Z Downloaded tar v0.4.45
11552026-06-02T23:39:38.613Z Downloaded typify v0.4.3
11562026-06-02T23:39:38.613Z Downloaded uuid v1.23.1
11572026-06-02T23:39:38.613Z Downloaded qorb v0.4.1
11582026-06-02T23:39:38.613Z Downloaded toml_edit v0.25.11+spec-1.1.0
11592026-06-02T23:39:38.613Z Downloaded snafu v0.8.9
11602026-06-02T23:39:38.613Z Downloaded schemars v1.2.1
11612026-06-02T23:39:38.613Z Downloaded steno v0.4.1
11622026-06-02T23:39:38.613Z Downloaded usdt-impl v0.5.0
11632026-06-02T23:39:38.613Z Downloaded tiny-keccak v2.0.2
11642026-06-02T23:39:38.613Z Downloaded nix v0.31.3
11652026-06-02T23:39:38.613Z Downloaded yansi v1.0.1
11662026-06-02T23:39:38.613Z Downloaded toml v0.9.12+spec-1.1.0
11672026-06-02T23:39:38.613Z Downloaded rand v0.10.1
11682026-06-02T23:39:38.613Z Downloaded nom v8.0.0
11692026-06-02T23:39:38.613Z Downloaded itertools v0.12.1
11702026-06-02T23:39:38.613Z Downloaded icu_collections v2.2.0
11712026-06-02T23:39:38.613Z Downloaded toml_edit v0.19.15
11722026-06-02T23:39:38.613Z Downloaded zerotrie v0.2.4
11732026-06-02T23:39:38.613Z Downloaded dropshot-api-manager v0.7.2
11742026-06-02T23:39:38.613Z Downloaded zerocopy-derive v0.8.48
11752026-06-02T23:39:38.613Z Downloaded pest v2.8.6
11762026-06-02T23:39:38.613Z Downloaded nom v7.1.3
11772026-06-02T23:39:38.613Z Downloaded icu_properties_data v2.2.0
11782026-06-02T23:39:38.613Z Downloaded typed-path v0.9.3
11792026-06-02T23:39:38.613Z Downloaded libm v0.2.16
11802026-06-02T23:39:38.614Z Downloaded unicode-segmentation v1.13.2
11812026-06-02T23:39:38.614Z Downloaded hyper v1.9.0
11822026-06-02T23:39:38.614Z Downloaded typenum v1.20.0
11832026-06-02T23:39:38.614Z Downloaded serde_json v1.0.149
11842026-06-02T23:39:38.614Z Downloaded scc v2.4.0
11852026-06-02T23:39:38.614Z Downloaded zerovec v0.11.6
11862026-06-02T23:39:38.614Z Downloaded tough v0.22.0
11872026-06-02T23:39:38.614Z Downloaded reqwest v0.13.3
11882026-06-02T23:39:38.614Z Downloaded rayon v1.12.0
11892026-06-02T23:39:38.615Z Downloaded rustls-webpki v0.102.8
11902026-06-02T23:39:38.615Z Downloaded winnow v0.5.40
11912026-06-02T23:39:38.615Z Downloaded moka v0.12.15
11922026-06-02T23:39:38.615Z Downloaded goblin v0.10.5
11932026-06-02T23:39:38.615Z Downloaded tower-http v0.6.10
11942026-06-02T23:39:38.615Z Downloaded hkdf v0.12.4
11952026-06-02T23:39:38.615Z Downloaded goblin v0.8.2
11962026-06-02T23:39:38.615Z Downloaded hashbrown v0.16.1
11972026-06-02T23:39:38.615Z Downloaded proptest v1.11.0
11982026-06-02T23:39:38.615Z Downloaded zerocopy v0.7.35
11992026-06-02T23:39:38.615Z Downloaded serde_with v3.20.0
12002026-06-02T23:39:38.615Z Downloaded rustls v0.22.4
12012026-06-02T23:39:38.615Z Downloaded regress v0.11.1
12022026-06-02T23:39:38.615Z Downloaded hickory-proto v0.24.4
12032026-06-02T23:39:38.615Z Downloaded aws-lc-rs v1.17.0
12042026-06-02T23:39:38.615Z Downloaded blake3 v1.8.5
12052026-06-02T23:39:38.615Z Downloaded usdt-impl v0.6.0
12062026-06-02T23:39:38.615Z Downloaded time-macros v0.2.27
12072026-06-02T23:39:38.615Z Downloaded tabled v0.15.0
12082026-06-02T23:39:38.615Z Downloaded thin-vec v0.2.18
12092026-06-02T23:39:38.615Z Downloaded term v1.2.1
12102026-06-02T23:39:38.615Z Downloaded rayon-core v1.13.0
12112026-06-02T23:39:38.615Z Downloaded progenitor-impl v0.11.2
12122026-06-02T23:39:38.615Z Downloaded prettyplease v0.2.37
12132026-06-02T23:39:38.615Z Downloaded serde_with_macros v3.20.0
12142026-06-02T23:39:38.616Z Downloaded console v0.16.3
12152026-06-02T23:39:38.616Z Downloaded colored v3.1.1
12162026-06-02T23:39:38.620Z Downloaded tabled v0.20.0
12172026-06-02T23:39:38.620Z Downloaded time v0.3.47
12182026-06-02T23:39:38.620Z Downloaded syn v1.0.109
12192026-06-02T23:39:38.620Z Downloaded serde_repr v0.1.20
12202026-06-02T23:39:38.620Z Downloaded chrono-tz v0.10.4
12212026-06-02T23:39:38.620Z Downloaded progenitor v0.10.0
12222026-06-02T23:39:38.620Z Downloaded multer v3.1.0
12232026-06-02T23:39:38.620Z Downloaded darling v0.21.3
12242026-06-02T23:39:38.620Z Downloaded quick-error v1.2.3
12252026-06-02T23:39:38.620Z Downloaded bitflags v2.11.1
12262026-06-02T23:39:38.620Z Downloaded cookie v0.18.1
12272026-06-02T23:39:38.620Z Downloaded darling v0.23.0
12282026-06-02T23:39:38.620Z Downloaded cargo_toml v0.22.3
12292026-06-02T23:39:38.620Z Downloaded backon v1.6.0
12302026-06-02T23:39:38.620Z Downloaded compression-codecs v0.4.38
12312026-06-02T23:39:38.620Z Downloaded chacha20 v0.10.0
12322026-06-02T23:39:38.621Z Downloaded hostname v0.4.2
12332026-06-02T23:39:38.621Z Downloaded defmt-macros v1.1.0
12342026-06-02T23:39:38.621Z Downloaded smoltcp v0.11.0
12352026-06-02T23:39:38.621Z Downloaded constant_time_eq v0.4.2
12362026-06-02T23:39:38.621Z Downloaded jiff v0.2.24
12372026-06-02T23:39:38.621Z Downloaded zerocopy v0.8.48
12382026-06-02T23:39:38.621Z Downloaded regress v0.10.5
12392026-06-02T23:39:38.621Z Downloaded openapiv3 v2.2.0
12402026-06-02T23:39:38.621Z Downloaded lzma-sys v0.1.20
12412026-06-02T23:39:38.621Z Downloaded dropshot v0.17.0
12422026-06-02T23:39:38.621Z Downloaded rhai v1.24.0
12432026-06-02T23:39:38.621Z Downloaded bitflags v1.3.2
12442026-06-02T23:39:38.621Z Downloaded critical-section v1.2.0
12452026-06-02T23:39:38.621Z Downloaded bytecount v0.6.9
12462026-06-02T23:39:38.621Z Downloaded bit-vec v0.8.0
12472026-06-02T23:39:38.621Z Downloaded bcs v0.1.6
12482026-06-02T23:39:38.621Z Downloaded autocfg v1.5.0
12492026-06-02T23:39:38.622Z Downloaded http v1.4.0
12502026-06-02T23:39:38.622Z Downloaded crossbeam-epoch v0.9.18
12512026-06-02T23:39:38.622Z Downloaded either v1.15.0
12522026-06-02T23:39:38.622Z Downloaded derive-ex v0.1.8
12532026-06-02T23:39:38.622Z Downloaded chacha20 v0.9.1
12542026-06-02T23:39:38.622Z Downloaded memmap v0.7.0
12552026-06-02T23:39:38.622Z Downloaded lru-cache v0.1.2
12562026-06-02T23:39:38.622Z Downloaded idna_adapter v1.2.2
12572026-06-02T23:39:38.622Z Downloaded fxhash v0.2.1
12582026-06-02T23:39:38.622Z Downloaded deranged v0.5.8
12592026-06-02T23:39:38.622Z Downloaded typify-impl v0.6.2
12602026-06-02T23:39:38.622Z Downloaded sled v0.34.7
12612026-06-02T23:39:38.622Z Downloaded typify-impl v0.4.3
12622026-06-02T23:39:38.622Z Downloaded konst_macro_rules v0.2.19
12632026-06-02T23:39:38.622Z Downloaded keccak v0.1.6
12642026-06-02T23:39:38.622Z Downloaded is-terminal v0.4.17
12652026-06-02T23:39:38.622Z Downloaded internet-checksum v0.2.1
12662026-06-02T23:39:38.622Z Downloaded hubpack v0.1.2
12672026-06-02T23:39:38.622Z Downloaded hostname v0.3.1
12682026-06-02T23:39:38.622Z Downloaded dyn-clone v1.0.20
12692026-06-02T23:39:38.622Z Downloaded dtrace-parser v0.3.0
12702026-06-02T23:39:38.622Z Downloaded dtrace-parser v0.2.0
12712026-06-02T23:39:38.622Z Downloaded convert_case v0.4.0
12722026-06-02T23:39:38.622Z Downloaded const-random v0.1.18
12732026-06-02T23:39:38.622Z Downloaded compression-core v0.4.32
12742026-06-02T23:39:38.622Z Downloaded cobs v0.3.0
12752026-06-02T23:39:38.623Z Downloaded async-stream-impl v0.3.6
12762026-06-02T23:39:38.623Z Downloaded backoff v0.4.0
12772026-06-02T23:39:38.623Z Downloaded encoding_rs v0.8.35
12782026-06-02T23:39:38.623Z Downloaded hash32 v0.3.1
12792026-06-02T23:39:38.623Z Downloaded glob v0.3.3
12802026-06-02T23:39:38.623Z Downloaded float-ord v0.3.2
12812026-06-02T23:39:38.623Z Downloaded embedded-io v0.4.0
12822026-06-02T23:39:38.623Z Downloaded const_format_proc_macros v0.2.34
12832026-06-02T23:39:38.623Z Downloaded cipher v0.4.4
12842026-06-02T23:39:38.623Z Downloaded embedded-io v0.6.1
12852026-06-02T23:39:38.623Z Downloaded petgraph v0.6.5
12862026-06-02T23:39:38.623Z Downloaded sha3 v0.10.9
12872026-06-02T23:39:38.623Z Downloaded csv v1.4.0
12882026-06-02T23:39:38.686Z Downloaded aws-lc-sys v0.41.0
12892026-06-02T23:39:39.614Z Compiling proc-macro2 v1.0.106
12902026-06-02T23:39:39.614Z Compiling quote v1.0.45
12912026-06-02T23:39:39.614Z Compiling unicode-ident v1.0.24
12922026-06-02T23:39:39.618Z Compiling serde_core v1.0.228
12932026-06-02T23:39:39.618Z Compiling cfg-if v1.0.4
12942026-06-02T23:39:39.618Z Compiling serde v1.0.228
12952026-06-02T23:39:39.618Z Compiling libc v0.2.186
12962026-06-02T23:39:39.618Z Compiling memchr v2.8.0
12972026-06-02T23:39:39.823Z Compiling itoa v1.0.18
12982026-06-02T23:39:40.003Z Compiling zmij v1.0.21
12992026-06-02T23:39:40.050Z Compiling smallvec v1.15.1
13002026-06-02T23:39:40.108Z Compiling autocfg v1.5.0
13012026-06-02T23:39:40.259Z Compiling libm v0.2.16
13022026-06-02T23:39:40.403Z Compiling stable_deref_trait v1.2.1
13032026-06-02T23:39:40.463Z Compiling iana-time-zone v0.1.65
13042026-06-02T23:39:40.478Z Compiling litemap v0.8.2
13052026-06-02T23:39:40.522Z Compiling percent-encoding v2.3.2
13062026-06-02T23:39:40.597Z Compiling writeable v0.6.3
13072026-06-02T23:39:40.600Z Compiling icu_normalizer_data v2.2.0
13082026-06-02T23:39:40.653Z Compiling icu_properties_data v2.2.0
13092026-06-02T23:39:40.713Z Compiling utf8_iter v1.0.4
13102026-06-02T23:39:40.797Z Compiling equivalent v1.0.2
13112026-06-02T23:39:40.919Z Compiling syn v2.0.117
13122026-06-02T23:39:40.930Z Compiling form_urlencoded v1.2.2
13132026-06-02T23:39:41.001Z Compiling version_check v0.9.5
13142026-06-02T23:39:41.022Z Compiling dyn-clone v1.0.20
13152026-06-02T23:39:41.089Z Compiling pin-project-lite v0.2.17
13162026-06-02T23:39:41.111Z Compiling serde_json v1.0.149
13172026-06-02T23:39:41.122Z Compiling parking_lot_core v0.9.12
13182026-06-02T23:39:41.158Z Compiling scopeguard v1.2.0
13192026-06-02T23:39:41.178Z Compiling thiserror v2.0.18
13202026-06-02T23:39:41.263Z Compiling lock_api v0.4.14
13212026-06-02T23:39:41.275Z Compiling num-traits v0.2.19
13222026-06-02T23:39:41.413Z Compiling rand_core v0.10.1
13232026-06-02T23:39:41.440Z Compiling heck v0.5.0
13242026-06-02T23:39:41.499Z Compiling getrandom v0.4.2
13252026-06-02T23:39:41.566Z Compiling hashbrown v0.17.1
13262026-06-02T23:39:41.711Z Compiling errno v0.3.14
13272026-06-02T23:39:41.841Z Compiling futures-core v0.3.32
13282026-06-02T23:39:41.863Z Compiling jobserver v0.1.34
13292026-06-02T23:39:41.984Z Compiling semver v1.0.28
13302026-06-02T23:39:42.099Z Compiling indexmap v2.14.0
13312026-06-02T23:39:42.158Z Compiling uuid v1.23.1
13322026-06-02T23:39:42.199Z Compiling find-msvc-tools v0.1.9
13332026-06-02T23:39:42.332Z Compiling shlex v1.3.0
13342026-06-02T23:39:42.343Z Compiling zerocopy v0.8.48
13352026-06-02T23:39:42.437Z Compiling schemars v0.8.22
13362026-06-02T23:39:42.520Z Compiling cc v1.2.62
13372026-06-02T23:39:42.586Z Compiling rustversion v1.0.22
13382026-06-02T23:39:42.701Z Compiling fnv v1.0.7
13392026-06-02T23:39:42.771Z Compiling futures-sink v0.3.32
13402026-06-02T23:39:42.786Z Compiling slab v0.4.12
13412026-06-02T23:39:42.816Z Compiling socket2 v0.6.3
13422026-06-02T23:39:42.874Z Compiling futures-channel v0.3.32
13432026-06-02T23:39:42.995Z Compiling signal-hook-registry v1.4.8
13442026-06-02T23:39:43.108Z Compiling mio v1.2.0
13452026-06-02T23:39:43.200Z Compiling parking_lot v0.12.5
13462026-06-02T23:39:43.265Z Compiling futures-task v0.3.32
13472026-06-02T23:39:43.283Z Compiling futures-io v0.3.32
13482026-06-02T23:39:43.299Z Compiling log v0.4.29
13492026-06-02T23:39:43.450Z Compiling bitflags v2.11.1
13502026-06-02T23:39:43.526Z Compiling portable-atomic v1.13.1
13512026-06-02T23:39:43.603Z Compiling critical-section v1.2.0
13522026-06-02T23:39:43.616Z Compiling regex-syntax v0.8.10
13532026-06-02T23:39:43.619Z Compiling base64 v0.22.1
13542026-06-02T23:39:43.637Z Compiling getrandom v0.2.17
13552026-06-02T23:39:43.696Z Compiling typenum v1.20.0
13562026-06-02T23:39:43.714Z Compiling subtle v2.6.1
13572026-06-02T23:39:43.840Z Compiling synstructure v0.13.2
13582026-06-02T23:39:43.847Z Compiling serde_derive_internals v0.29.1
13592026-06-02T23:39:43.871Z Compiling untrusted v0.9.0
13602026-06-02T23:39:43.963Z Compiling byteorder v1.5.0
13612026-06-02T23:39:43.987Z Compiling atomic-waker v1.1.2
13622026-06-02T23:39:44.115Z Compiling allocator-api2 v0.2.21
13632026-06-02T23:39:44.186Z Compiling ipnet v2.12.0
13642026-06-02T23:39:44.336Z Compiling foldhash v0.2.0
13652026-06-02T23:39:44.351Z Compiling httparse v1.10.1
13662026-06-02T23:39:44.433Z Compiling once_cell v1.21.4
13672026-06-02T23:39:44.539Z Compiling strsim v0.11.1
13682026-06-02T23:39:44.566Z Compiling rustix v1.1.4
13692026-06-02T23:39:44.577Z Compiling hashbrown v0.16.1
13702026-06-02T23:39:44.649Z Compiling rand_core v0.6.4
13712026-06-02T23:39:44.715Z Compiling cmake v0.1.58
13722026-06-02T23:39:44.746Z Compiling dunce v1.0.5
13732026-06-02T23:39:44.840Z Compiling ryu v1.0.23
13742026-06-02T23:39:44.873Z Compiling tower-layer v0.3.3
13752026-06-02T23:39:44.939Z Compiling fs_extra v1.3.0
13762026-06-02T23:39:45.022Z Compiling tower-service v0.3.3
13772026-06-02T23:39:45.048Z Compiling try-lock v0.2.5
13782026-06-02T23:39:45.060Z Compiling serde_derive v1.0.228
13792026-06-02T23:39:45.106Z Compiling zerofrom-derive v0.1.7
13802026-06-02T23:39:45.117Z Compiling yoke-derive v0.8.2
13812026-06-02T23:39:45.146Z Compiling zerovec-derive v0.11.3
13822026-06-02T23:39:45.173Z Compiling displaydoc v0.2.5
13832026-06-02T23:39:45.192Z Compiling schemars_derive v0.8.22
13842026-06-02T23:39:45.329Z Compiling thiserror-impl v2.0.18
13852026-06-02T23:39:45.980Z Compiling tokio-macros v2.7.0
13862026-06-02T23:39:46.234Z Compiling zerocopy-derive v0.8.48
13872026-06-02T23:39:46.321Z Compiling zeroize_derive v1.4.3
13882026-06-02T23:39:46.332Z Compiling zerofrom v0.1.8
13892026-06-02T23:39:46.344Z Compiling futures-macro v0.3.32
13902026-06-02T23:39:46.450Z Compiling yoke v0.8.2
13912026-06-02T23:39:46.482Z Compiling aws-lc-sys v0.41.0
13922026-06-02T23:39:46.642Z Compiling zerovec v0.11.6
13932026-06-02T23:39:46.654Z Compiling zerotrie v0.2.4
13942026-06-02T23:39:46.880Z Compiling want v0.3.1
13952026-06-02T23:39:46.952Z Compiling thiserror v1.0.69
13962026-06-02T23:39:47.019Z Compiling zeroize v1.8.2
13972026-06-02T23:39:47.055Z Compiling httpdate v1.0.3
13982026-06-02T23:39:47.189Z Compiling tinystr v0.8.3
13992026-06-02T23:39:47.215Z Compiling potential_utf v0.1.5
14002026-06-02T23:39:47.224Z Compiling futures-util v0.3.32
14012026-06-02T23:39:47.299Z Compiling thiserror-impl v1.0.69
14022026-06-02T23:39:47.373Z Compiling icu_locale_core v2.2.0
14032026-06-02T23:39:47.386Z Compiling icu_collections v2.2.0
14042026-06-02T23:39:47.450Z Compiling ucd-trie v0.1.7
14052026-06-02T23:39:47.752Z Compiling pest v2.8.6
14062026-06-02T23:39:48.142Z Compiling icu_provider v2.2.0
14072026-06-02T23:39:48.346Z Compiling bytes v1.11.1
14082026-06-02T23:39:48.460Z Compiling icu_normalizer v2.2.0
14092026-06-02T23:39:48.473Z Compiling icu_properties v2.2.0
14102026-06-02T23:39:48.476Z Compiling chrono v0.4.44
14112026-06-02T23:39:48.972Z Compiling serde_tokenstream v0.2.3
14122026-06-02T23:39:49.004Z Compiling http v1.4.0
14132026-06-02T23:39:49.041Z Compiling tokio v1.52.3
14142026-06-02T23:39:49.245Z Compiling erased-serde v0.3.31
14152026-06-02T23:39:49.489Z Compiling idna_adapter v1.2.2
14162026-06-02T23:39:49.632Z Compiling idna v1.1.0
14172026-06-02T23:39:49.663Z Compiling http-body v1.0.1
14182026-06-02T23:39:49.811Z Compiling pest_meta v2.8.6
14192026-06-02T23:39:49.957Z Compiling url v2.5.8
14202026-06-02T23:39:49.969Z Compiling generic-array v0.14.7
14212026-06-02T23:39:49.979Z Compiling getrandom v0.3.4
14222026-06-02T23:39:50.201Z Compiling pretty-hex v0.4.2
14232026-06-02T23:39:50.372Z Compiling pest_generator v2.8.6
14242026-06-02T23:39:50.404Z Compiling tracing-attributes v0.1.31
14252026-06-02T23:39:50.822Z Compiling ppv-lite86 v0.2.21
14262026-06-02T23:39:50.993Z Compiling tracing-core v0.1.36
14272026-06-02T23:39:51.039Z Compiling slog v2.8.2
14282026-06-02T23:39:51.096Z Compiling plain v0.2.3
14292026-06-02T23:39:51.193Z Compiling pest_derive v2.8.6
14302026-06-02T23:39:51.291Z Compiling aho-corasick v1.1.4
14312026-06-02T23:39:51.615Z Compiling ipnetwork v0.21.1
14322026-06-02T23:39:51.716Z Compiling tracing v0.1.44
14332026-06-02T23:39:51.765Z Compiling http-body-util v0.1.3
14342026-06-02T23:39:51.953Z Compiling serde_urlencoded v0.7.1
14352026-06-02T23:39:52.057Z Compiling sync_wrapper v1.0.2
14362026-06-02T23:39:52.114Z Compiling regex-automata v0.4.14
14372026-06-02T23:39:52.197Z Compiling paste v1.0.15
14382026-06-02T23:39:52.210Z Compiling oxnet v0.1.5
14392026-06-02T23:39:52.435Z Compiling crypto-common v0.1.7
14402026-06-02T23:39:52.547Z Compiling num-conv v0.2.1
14412026-06-02T23:39:52.566Z Compiling ident_case v1.0.1
14422026-06-02T23:39:52.643Z Compiling time-core v0.1.8
14432026-06-02T23:39:52.682Z Compiling powerfmt v0.2.0
14442026-06-02T23:39:52.692Z Compiling omicron-workspace-hack v0.1.0
14452026-06-02T23:39:52.781Z Compiling time-macros v0.2.27
14462026-06-02T23:39:52.883Z Compiling deranged v0.5.8
14472026-06-02T23:39:52.924Z Compiling tokio-util v0.7.18
14482026-06-02T23:39:53.205Z Compiling anyhow v1.0.102
14492026-06-02T23:39:53.535Z Compiling num_threads v0.1.7
14502026-06-02T23:39:53.638Z Compiling winnow v1.0.3
14512026-06-02T23:39:53.751Z Compiling regex v1.12.3
14522026-06-02T23:39:53.909Z Compiling rustls-pki-types v1.14.1
14532026-06-02T23:39:54.217Z Compiling scroll_derive v0.13.1
14542026-06-02T23:39:54.993Z Compiling daft-derive v0.1.7
14552026-06-02T23:39:55.057Z Compiling scroll v0.13.0
14562026-06-02T23:39:55.069Z Compiling fastrand v2.4.1
14572026-06-02T23:39:55.329Z Compiling async-trait v0.1.89
14582026-06-02T23:39:55.400Z Compiling crossbeam-utils v0.8.21
14592026-06-02T23:39:55.599Z Compiling h2 v0.4.14
14602026-06-02T23:39:55.740Z Compiling ring v0.17.14
14612026-06-02T23:39:55.750Z Compiling openssl-probe v0.2.1
14622026-06-02T23:39:55.918Z Compiling cpufeatures v0.2.17
14632026-06-02T23:39:56.006Z Compiling block-buffer v0.10.4
14642026-06-02T23:39:56.154Z Compiling thread_local v1.1.9
14652026-06-02T23:39:56.372Z Compiling usdt-impl v0.6.0
14662026-06-02T23:39:56.427Z Compiling hex v0.4.3
14672026-06-02T23:39:56.472Z Compiling digest v0.10.7
14682026-06-02T23:39:56.514Z Compiling goblin v0.10.5
14692026-06-02T23:39:56.639Z Compiling dtrace-parser v0.3.0
14702026-06-02T23:39:56.677Z Compiling slog-async v2.8.0
14712026-06-02T23:39:56.689Z Compiling camino v1.2.2
14722026-06-02T23:39:56.872Z Compiling thread-id v5.1.0
14732026-06-02T23:39:56.965Z Compiling crc32fast v1.5.0
14742026-06-02T23:39:57.013Z Compiling take_mut v0.2.2
14752026-06-02T23:39:57.063Z Compiling aws-lc-rs v1.17.0
14762026-06-02T23:39:57.114Z Compiling term v1.2.1
14772026-06-02T23:39:57.375Z Compiling rand_core v0.9.5
14782026-06-02T23:39:57.522Z Compiling futures-executor v0.3.32
14792026-06-02T23:39:57.685Z Compiling syn v1.0.109
14802026-06-02T23:39:57.806Z Compiling hyper v1.9.0
14812026-06-02T23:39:57.810Z Compiling match_cfg v0.1.0
14822026-06-02T23:39:57.872Z Compiling futures v0.3.32
14832026-06-02T23:39:58.052Z Compiling structmeta-derive v0.3.0
14842026-06-02T23:39:58.280Z Compiling simd-adler32 v0.3.9
14852026-06-02T23:39:58.736Z Compiling adler2 v2.0.1
14862026-06-02T23:39:58.865Z Compiling hyper-util v0.1.20
14872026-06-02T23:39:59.094Z Compiling untrusted v0.7.1
14882026-06-02T23:39:59.214Z Compiling dof v0.4.0
14892026-06-02T23:39:59.520Z Compiling rustls v0.22.4
14902026-06-02T23:39:59.576Z Compiling structmeta v0.3.0
14912026-06-02T23:39:59.741Z Compiling miniz_oxide v0.8.9
14922026-06-02T23:40:00.411Z Compiling rand_chacha v0.9.0
14932026-06-02T23:40:00.533Z Compiling tower v0.5.3
14942026-06-02T23:40:00.536Z Compiling darling_core v0.23.0
14952026-06-02T23:40:00.843Z Compiling newtype-uuid-macros v0.1.0
14962026-06-02T23:40:01.016Z Compiling regress v0.10.5
14972026-06-02T23:40:01.038Z Compiling rustls v0.23.40
14982026-06-02T23:40:01.267Z Compiling tower-http v0.6.10
14992026-06-02T23:40:01.397Z Compiling usdt-macro v0.6.0
15002026-06-02T23:40:01.674Z Compiling usdt-attr-macro v0.6.0
15012026-06-02T23:40:01.690Z Compiling rand v0.9.4
15022026-06-02T23:40:01.929Z Compiling flate2 v1.1.9
15032026-06-02T23:40:02.297Z Compiling time v0.3.47
15042026-06-02T23:40:02.349Z Compiling newtype-uuid v1.3.2
15052026-06-02T23:40:02.526Z Compiling openapiv3 v2.2.0
15062026-06-02T23:40:02.699Z Compiling ref-cast v1.0.25
15072026-06-02T23:40:02.721Z Compiling darling_macro v0.23.0
15082026-06-02T23:40:02.844Z Compiling quick-error v1.2.3
15092026-06-02T23:40:02.949Z Compiling compression-core v0.4.32
15102026-06-02T23:40:03.072Z Compiling compression-codecs v0.4.38
15112026-06-02T23:40:03.106Z Compiling daft v0.1.7
15122026-06-02T23:40:03.321Z Compiling darling v0.23.0
15132026-06-02T23:40:03.325Z Compiling crossbeam-channel v0.5.15
15142026-06-02T23:40:03.361Z Compiling ref-cast-impl v1.0.25
15152026-06-02T23:40:03.403Z Compiling strum_macros v0.26.4
15162026-06-02T23:40:03.604Z Compiling serde_spanned v1.1.1
15172026-06-02T23:40:03.750Z Compiling multer v3.1.0
15182026-06-02T23:40:03.983Z Compiling debug-ignore v1.0.5
15192026-06-02T23:40:03.996Z Compiling bit-vec v0.8.0
15202026-06-02T23:40:04.004Z Compiling toml_writer v1.1.1+spec-1.1.0
15212026-06-02T23:40:04.081Z Compiling serde_with_macros v3.20.0
15222026-06-02T23:40:04.147Z Compiling async-stream-impl v0.3.6
15232026-06-02T23:40:04.158Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15242026-06-02T23:40:04.207Z Compiling bit-set v0.8.0
15252026-06-02T23:40:04.222Z Compiling dropshot v0.17.0
15262026-06-02T23:40:04.363Z Compiling encoding_rs v0.8.35
15272026-06-02T23:40:04.459Z Compiling unarray v0.1.4
15282026-06-02T23:40:04.568Z Compiling mime v0.3.17
15292026-06-02T23:40:04.636Z Compiling spin v0.9.8
15302026-06-02T23:40:04.786Z Compiling async-stream v0.3.6
15312026-06-02T23:40:04.796Z Compiling derive-ex v0.1.8
15322026-06-02T23:40:04.840Z Compiling dropshot_endpoint v0.17.0
15332026-06-02T23:40:04.908Z Compiling macaddr v1.0.1
15342026-06-02T23:40:04.955Z Compiling waitgroup v0.1.2
15352026-06-02T23:40:05.045Z Compiling strum v0.26.3
15362026-06-02T23:40:05.086Z Compiling serde_path_to_error v0.1.20
15372026-06-02T23:40:05.123Z Compiling is-terminal v0.4.17
15382026-06-02T23:40:05.208Z Compiling slog-term v2.9.2
15392026-06-02T23:40:05.218Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15402026-06-02T23:40:05.432Z Compiling rustls-native-certs v0.8.3
15412026-06-02T23:40:05.708Z Compiling tempfile v3.27.0
15422026-06-02T23:40:05.805Z Compiling strum_macros v0.27.2
15432026-06-02T23:40:05.986Z Compiling instant v0.1.13
15442026-06-02T23:40:06.096Z Compiling rustc-hash v2.1.2
15452026-06-02T23:40:06.164Z Compiling slog-json v2.6.1
15462026-06-02T23:40:06.174Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
15472026-06-02T23:40:06.368Z Compiling hostname v0.3.1
15482026-06-02T23:40:06.425Z Compiling test-strategy v0.4.5
15492026-06-02T23:40:06.568Z Compiling memmap2 v0.9.10
15502026-06-02T23:40:06.788Z Compiling either v1.15.0
15512026-06-02T23:40:06.812Z Compiling slog-bunyan v2.5.0
15522026-06-02T23:40:06.943Z Compiling parse-display-derive v0.10.0
15532026-06-02T23:40:07.215Z Compiling backon v1.6.0
15542026-06-02T23:40:07.298Z Compiling rand_chacha v0.3.1
15552026-06-02T23:40:07.424Z Compiling rustls-webpki v0.102.8
15562026-06-02T23:40:07.703Z Compiling strum v0.27.2
15572026-06-02T23:40:08.270Z Compiling rand v0.8.6
15582026-06-02T23:40:08.281Z Compiling toml_parser v1.1.2+spec-1.1.0
15592026-06-02T23:40:08.292Z Compiling toml_datetime v1.1.1+spec-1.1.0
15602026-06-02T23:40:08.601Z Compiling wait-timeout v0.2.1
15612026-06-02T23:40:08.895Z Compiling rusty-fork v0.3.1
15622026-06-02T23:40:08.917Z Compiling toml v1.1.2+spec-1.1.0
15632026-06-02T23:40:08.959Z Compiling serde_with v3.20.0
15642026-06-02T23:40:09.929Z Compiling usdt v0.6.0
15652026-06-02T23:40:09.980Z Compiling tokio-rustls v0.25.0
15662026-06-02T23:40:10.199Z Compiling async-compression v0.4.42
15672026-06-02T23:40:10.211Z Compiling rand_xorshift v0.4.0
15682026-06-02T23:40:10.353Z Compiling sha1 v0.10.6
15692026-06-02T23:40:10.452Z Compiling rustls-pemfile v2.2.0
15702026-06-02T23:40:10.509Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
15712026-06-02T23:40:10.574Z Compiling hostname v0.4.2
15722026-06-02T23:40:10.648Z Compiling proptest v1.11.0
15732026-06-02T23:40:10.722Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15742026-06-02T23:40:10.766Z Compiling reqwest v0.12.28
15752026-06-02T23:40:11.530Z Compiling itertools v0.14.0
15762026-06-02T23:40:11.931Z Compiling iddqd v0.3.18
15772026-06-02T23:40:12.771Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15782026-06-02T23:40:12.821Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
15792026-06-02T23:40:13.338Z Compiling utf8parse v0.2.2
15802026-06-02T23:40:13.349Z Compiling progenitor-client v0.10.0
15812026-06-02T23:40:13.448Z Compiling anstyle-parse v1.0.0
15822026-06-02T23:40:13.596Z Compiling backoff v0.4.0
15832026-06-02T23:40:13.622Z Compiling parse-display v0.10.0
15842026-06-02T23:40:13.633Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
15852026-06-02T23:40:13.807Z Compiling anstyle-query v1.1.5
15862026-06-02T23:40:13.916Z Compiling anstyle v1.0.14
15872026-06-02T23:40:13.956Z Compiling colorchoice v1.0.5
15882026-06-02T23:40:14.070Z Compiling is_terminal_polyfill v1.70.2
15892026-06-02T23:40:14.135Z Compiling anstream v1.0.0
15902026-06-02T23:40:14.451Z Compiling clap_lex v1.1.0
15912026-06-02T23:40:14.471Z Compiling unicode-width v0.2.2
15922026-06-02T23:40:14.693Z Compiling regress v0.11.1
15932026-06-02T23:40:14.747Z Compiling clap_derive v4.6.1
15942026-06-02T23:40:15.003Z Compiling terminal_size v0.4.4
15952026-06-02T23:40:16.068Z Compiling toml_datetime v0.6.11
15962026-06-02T23:40:16.347Z Compiling typify-impl v0.6.2
15972026-06-02T23:40:16.419Z Compiling zerocopy-derive v0.7.35
15982026-06-02T23:40:16.502Z Compiling convert_case v0.4.0
15992026-06-02T23:40:16.804Z Compiling derive_more v0.99.20
16002026-06-02T23:40:17.420Z Compiling zerocopy v0.7.35
16012026-06-02T23:40:17.466Z Compiling clap_builder v4.6.0
16022026-06-02T23:40:19.052Z Compiling clap v4.6.1
16032026-06-02T23:40:19.078Z Compiling secrecy v0.10.3
16042026-06-02T23:40:19.230Z Compiling float-ord v0.3.2
16052026-06-02T23:40:19.332Z Compiling tinyvec_macros v0.1.1
16062026-06-02T23:40:19.343Z Compiling crucible-workspace-hack v0.1.0
16072026-06-02T23:40:19.400Z Compiling unsafe-libyaml v0.2.11
16082026-06-02T23:40:19.411Z Compiling tinyvec v1.11.0
16092026-06-02T23:40:20.063Z Compiling serde_yaml v0.9.34+deprecated
16102026-06-02T23:40:20.101Z Compiling dtrace-parser v0.2.0
16112026-06-02T23:40:20.209Z Compiling scroll_derive v0.12.1
16122026-06-02T23:40:20.958Z Compiling num-integer v0.1.46
16132026-06-02T23:40:20.968Z Compiling rustc_version v0.4.1
16142026-06-02T23:40:21.125Z Compiling usdt-impl v0.5.0
16152026-06-02T23:40:21.142Z Compiling scroll v0.12.0
16162026-06-02T23:40:21.237Z Compiling curve25519-dalek v4.1.3
16172026-06-02T23:40:21.626Z Compiling dof v0.3.0
16182026-06-02T23:40:21.885Z Compiling toml_edit v0.25.11+spec-1.1.0
16192026-06-02T23:40:21.921Z Compiling hmac v0.12.1
16202026-06-02T23:40:21.966Z Compiling darling_core v0.21.3
16212026-06-02T23:40:22.043Z Compiling inout v0.1.4
16222026-06-02T23:40:22.055Z Compiling ff v0.13.1
16232026-06-02T23:40:22.076Z Compiling thread-id v4.2.2
16242026-06-02T23:40:22.173Z Compiling cipher v0.4.4
16252026-06-02T23:40:22.185Z Compiling group v0.13.0
16262026-06-02T23:40:22.382Z Compiling hkdf v0.12.4
16272026-06-02T23:40:22.450Z Compiling proc-macro-crate v3.5.0
16282026-06-02T23:40:22.718Z Compiling typify-macro v0.6.2
16292026-06-02T23:40:23.060Z Compiling goblin v0.8.2
16302026-06-02T23:40:23.071Z Compiling num-iter v0.1.45
16312026-06-02T23:40:23.123Z Compiling num-rational v0.4.2
16322026-06-02T23:40:23.437Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16332026-06-02T23:40:23.740Z Compiling hubpack_derive v0.1.1
16342026-06-02T23:40:23.783Z Compiling thiserror-impl-no-std v2.0.2
16352026-06-02T23:40:24.044Z Compiling darling_macro v0.21.3
16362026-06-02T23:40:24.416Z Compiling crossbeam-epoch v0.9.18
16372026-06-02T23:40:24.642Z Compiling universal-hash v0.5.1
16382026-06-02T23:40:24.761Z Compiling crypto-bigint v0.5.5
16392026-06-02T23:40:24.813Z Compiling typify v0.6.2
16402026-06-02T23:40:24.888Z Compiling half v2.7.1
16412026-06-02T23:40:24.901Z Compiling curve25519-dalek-derive v0.1.1
16422026-06-02T23:40:25.090Z Compiling num-complex v0.4.6
16432026-06-02T23:40:25.572Z Compiling base64ct v1.8.3
16442026-06-02T23:40:25.589Z Compiling base16ct v0.2.0
16452026-06-02T23:40:25.658Z Compiling opaque-debug v0.3.1
16462026-06-02T23:40:25.727Z Compiling ciborium-io v0.2.2
16472026-06-02T23:40:25.742Z Compiling poly1305 v0.8.0
16482026-06-02T23:40:25.819Z Compiling ciborium-ll v0.2.2
16492026-06-02T23:40:25.864Z Compiling password-hash v0.5.0
16502026-06-02T23:40:25.977Z Compiling elliptic-curve v0.13.8
16512026-06-02T23:40:26.408Z Compiling num v0.4.3
16522026-06-02T23:40:26.584Z Compiling thiserror-no-std v2.0.2
16532026-06-02T23:40:26.673Z Compiling darling v0.21.3
16542026-06-02T23:40:26.870Z Compiling hubpack v0.1.2
16552026-06-02T23:40:27.091Z Compiling num_enum_derive v0.7.6
16562026-06-02T23:40:27.207Z Compiling chacha20 v0.9.1
16572026-06-02T23:40:27.324Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
16582026-06-02T23:40:27.726Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16592026-06-02T23:40:28.137Z Compiling blake2 v0.10.6
16602026-06-02T23:40:28.188Z Compiling byte-wrapper v0.1.0
16612026-06-02T23:40:28.319Z Compiling aead v0.5.2
16622026-06-02T23:40:28.477Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16632026-06-02T23:40:28.553Z Compiling proc-macro-error-attr v1.0.4
16642026-06-02T23:40:28.788Z Compiling memoffset v0.9.1
16652026-06-02T23:40:28.799Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16662026-06-02T23:40:28.812Z Compiling prettyplease v0.2.37
16672026-06-02T23:40:29.033Z Compiling cfg_aliases v0.2.1
16682026-06-02T23:40:29.047Z Compiling heapless v0.8.0
16692026-06-02T23:40:29.060Z Compiling keccak v0.1.6
16702026-06-02T23:40:29.103Z Compiling rustix v0.38.44
16712026-06-02T23:40:29.294Z Compiling static_assertions v1.1.0
16722026-06-02T23:40:29.320Z Compiling sha3 v0.10.9
16732026-06-02T23:40:29.367Z Compiling nix v0.31.3
16742026-06-02T23:40:29.664Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16752026-06-02T23:40:29.755Z Compiling chacha20poly1305 v0.10.1
16762026-06-02T23:40:29.882Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16772026-06-02T23:40:30.205Z Compiling argon2 v0.5.3
16782026-06-02T23:40:30.771Z Compiling num_enum v0.7.6
16792026-06-02T23:40:31.063Z Compiling vsss-rs v3.3.4
16802026-06-02T23:40:31.091Z Compiling ingot-macros v0.1.1
16812026-06-02T23:40:31.135Z Compiling ciborium v0.2.2
16822026-06-02T23:40:31.720Z Compiling rustls-webpki v0.103.13
16832026-06-02T23:40:31.895Z Compiling usdt-macro v0.5.0
16842026-06-02T23:40:32.002Z Compiling usdt-attr-macro v0.5.0
16852026-06-02T23:40:33.666Z Compiling serde_spanned v0.6.9
16862026-06-02T23:40:33.813Z Compiling num-derive v0.4.2
16872026-06-02T23:40:33.868Z Compiling enum-as-inner v0.6.1
16882026-06-02T23:40:33.907Z Compiling serde_repr v0.1.20
16892026-06-02T23:40:34.077Z Compiling hash32 v0.3.1
16902026-06-02T23:40:34.168Z Compiling proc-macro-error v1.0.4
16912026-06-02T23:40:34.229Z Compiling memmap v0.7.0
16922026-06-02T23:40:34.413Z Compiling toml_write v0.1.2
16932026-06-02T23:40:34.424Z Compiling indent_write v2.2.0
16942026-06-02T23:40:34.462Z Compiling winnow v0.7.15
16952026-06-02T23:40:34.515Z Compiling smoltcp v0.11.0
16962026-06-02T23:40:34.549Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
16972026-06-02T23:40:34.610Z Compiling winnow v0.5.40
16982026-06-02T23:40:34.774Z Compiling data-encoding v2.11.0
16992026-06-02T23:40:34.894Z Compiling usdt v0.5.0
17002026-06-02T23:40:35.164Z Compiling tokio-rustls v0.26.4
17012026-06-02T23:40:35.333Z Compiling rustls-platform-verifier v0.7.0
17022026-06-02T23:40:35.438Z Compiling hyper-rustls v0.27.9
17032026-06-02T23:40:35.738Z Compiling reqwest v0.13.3
17042026-06-02T23:40:35.900Z Compiling toml_edit v0.22.27
17052026-06-02T23:40:36.032Z Compiling toml_edit v0.19.15
17062026-06-02T23:40:36.032Z Compiling ingot-types v0.1.2
17072026-06-02T23:40:36.447Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17082026-06-02T23:40:36.509Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
17092026-06-02T23:40:36.605Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17102026-06-02T23:40:37.193Z Compiling progenitor-client v0.14.0
17112026-06-02T23:40:37.496Z Compiling progenitor-extras v0.2.0
17122026-06-02T23:40:37.740Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17132026-06-02T23:40:38.197Z Compiling tabwriter v1.4.1
17142026-06-02T23:40:38.444Z Compiling cobs v0.3.0
17152026-06-02T23:40:38.555Z Compiling foreign-types-macros v0.2.3
17162026-06-02T23:40:38.646Z Compiling managed v0.8.0
17172026-06-02T23:40:38.866Z Compiling vcpkg v0.2.15
17182026-06-02T23:40:39.181Z Compiling colored v3.1.1
17192026-06-02T23:40:39.228Z Compiling bytecount v0.6.9
17202026-06-02T23:40:39.368Z Compiling bitflags v1.3.2
17212026-06-02T23:40:39.440Z Compiling cpufeatures v0.3.0
17222026-06-02T23:40:39.472Z Compiling foreign-types-shared v0.3.1
17232026-06-02T23:40:39.515Z Compiling pkg-config v0.3.33
17242026-06-02T23:40:39.542Z Compiling foreign-types v0.5.0
17252026-06-02T23:40:39.582Z Compiling chacha20 v0.10.0
17262026-06-02T23:40:39.848Z Compiling postcard v1.1.3
17272026-06-02T23:40:40.003Z Compiling openssl-sys v0.9.116
17282026-06-02T23:40:40.210Z Compiling toml v0.8.23
17292026-06-02T23:40:40.425Z Compiling proc-macro-crate v1.3.1
17302026-06-02T23:40:40.710Z Compiling ingot v0.1.1
17312026-06-02T23:40:40.940Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17322026-06-02T23:40:41.014Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17332026-06-02T23:40:41.344Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17342026-06-02T23:40:41.461Z Compiling cstr-argument v0.1.2
17352026-06-02T23:40:41.559Z Compiling swrite v0.1.0
17362026-06-02T23:40:41.582Z Compiling semver v0.1.20
17372026-06-02T23:40:41.616Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#53f86457)
17382026-06-02T23:40:41.652Z Compiling heck v0.4.1
17392026-06-02T23:40:41.844Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17402026-06-02T23:40:41.854Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17412026-06-02T23:40:41.857Z Compiling unicode-segmentation v1.13.2
17422026-06-02T23:40:42.621Z Compiling lazy_static v1.5.0
17432026-06-02T23:40:42.664Z Compiling resolv-conf v0.7.6
17442026-06-02T23:40:42.664Z Compiling linked-hash-map v0.5.6
17452026-06-02T23:40:42.664Z Compiling rayon-core v1.13.0
17462026-06-02T23:40:42.664Z Compiling lru-cache v0.1.2
17472026-06-02T23:40:42.693Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17482026-06-02T23:40:42.744Z Compiling newline-converter v0.3.0
17492026-06-02T23:40:42.861Z Compiling rustc_version v0.1.7
17502026-06-02T23:40:42.953Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17512026-06-02T23:40:43.111Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17522026-06-02T23:40:43.221Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
17532026-06-02T23:40:43.235Z Compiling num_enum_derive v0.5.11
17542026-06-02T23:40:43.485Z Compiling rand v0.10.1
17552026-06-02T23:40:43.830Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17562026-06-02T23:40:43.931Z Compiling atomicwrites v0.4.4
17572026-06-02T23:40:44.031Z Compiling hickory-proto v0.24.4
17582026-06-02T23:40:44.165Z Compiling progenitor-impl v0.14.0
17592026-06-02T23:40:44.459Z Compiling progenitor-impl v0.13.0
17602026-06-02T23:40:44.503Z Compiling crossbeam-deque v0.8.6
17612026-06-02T23:40:44.704Z Compiling console v0.15.11
17622026-06-02T23:40:44.915Z Compiling camino-tempfile v1.4.1
17632026-06-02T23:40:45.167Z Compiling serde-big-array v0.5.1
17642026-06-02T23:40:45.315Z Compiling pin-project-internal v1.1.13
17652026-06-02T23:40:45.381Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17662026-06-02T23:40:45.522Z Compiling derive-where v1.6.1
17672026-06-02T23:40:45.535Z Compiling similar v2.7.0
17682026-06-02T23:40:45.938Z Compiling siphasher v1.0.3
17692026-06-02T23:40:46.142Z Compiling minimal-lexical v0.2.1
17702026-06-02T23:40:46.412Z Compiling nom v7.1.3
17712026-06-02T23:40:46.491Z Compiling pin-project v1.1.13
17722026-06-02T23:40:46.545Z Compiling phf_shared v0.12.1
17732026-06-02T23:40:46.592Z Compiling expectorate v1.2.0
17742026-06-02T23:40:46.747Z Compiling hickory-resolver v0.24.4
17752026-06-02T23:40:46.818Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17762026-06-02T23:40:47.240Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17772026-06-02T23:40:47.782Z Compiling num_enum v0.5.11
17782026-06-02T23:40:47.786Z Compiling progenitor-macro v0.14.0
17792026-06-02T23:40:48.106Z Compiling progenitor-macro v0.13.0
17802026-06-02T23:40:48.149Z Compiling newtype_derive v0.1.6
17812026-06-02T23:40:48.397Z Compiling progenitor-client v0.13.0
17822026-06-02T23:40:49.407Z Compiling unicode-normalization v0.1.25
17832026-06-02T23:40:49.701Z Compiling tokio-stream v0.1.18
17842026-06-02T23:40:49.883Z Compiling async-recursion v1.1.1
17852026-06-02T23:40:50.113Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17862026-06-02T23:40:50.165Z Compiling snafu-derive v0.8.9
17872026-06-02T23:40:50.581Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
17882026-06-02T23:40:50.928Z Compiling slog-dtrace v0.3.0
17892026-06-02T23:40:51.173Z Compiling csv-core v0.1.13
17902026-06-02T23:40:51.450Z Compiling bstr v1.12.1
17912026-06-02T23:40:51.954Z Compiling chrono-tz v0.10.4
17922026-06-02T23:40:51.971Z Compiling openssl v0.10.80
17932026-06-02T23:40:52.189Z Compiling foreign-types-shared v0.1.1
17942026-06-02T23:40:52.262Z Compiling same-file v1.0.6
17952026-06-02T23:40:52.282Z Compiling foldhash v0.1.5
17962026-06-02T23:40:52.446Z Compiling highway v1.3.0
17972026-06-02T23:40:52.472Z Compiling konst_macro_rules v0.2.19
17982026-06-02T23:40:52.561Z Compiling cancel-safe-futures v0.1.5
17992026-06-02T23:40:52.655Z Compiling unicode-width v0.1.14
18002026-06-02T23:40:52.699Z Compiling owo-colors v4.3.0
18012026-06-02T23:40:52.824Z Compiling unicode-xid v0.2.6
18022026-06-02T23:40:52.853Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18032026-06-02T23:40:52.928Z Compiling progenitor v0.14.0
18042026-06-02T23:40:52.939Z Compiling konst v0.2.20
18052026-06-02T23:40:52.950Z Compiling const_format_proc_macros v0.2.34
18062026-06-02T23:40:52.973Z Compiling hashbrown v0.15.5
18072026-06-02T23:40:53.065Z Compiling walkdir v2.5.0
18082026-06-02T23:40:53.115Z Compiling foreign-types v0.3.2
18092026-06-02T23:40:53.186Z Compiling snafu v0.8.9
18102026-06-02T23:40:53.199Z Compiling globset v0.4.18
18112026-06-02T23:40:53.271Z Compiling progenitor v0.13.0
18122026-06-02T23:40:53.410Z Compiling csv v1.4.0
18132026-06-02T23:40:53.496Z Compiling qorb v0.4.1
18142026-06-02T23:40:53.526Z Compiling olpc-cjson v0.1.4
18152026-06-02T23:40:53.692Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18162026-06-02T23:40:53.752Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18172026-06-02T23:40:54.026Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18182026-06-02T23:40:54.046Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18192026-06-02T23:40:54.373Z Compiling rayon v1.12.0
18202026-06-02T23:40:54.601Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18212026-06-02T23:40:54.755Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18222026-06-02T23:40:55.273Z Compiling phf v0.12.1
18232026-06-02T23:40:55.480Z Compiling zone_cfg_derive v0.3.1
18242026-06-02T23:40:55.705Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18252026-06-02T23:40:55.821Z Compiling tokio-dtrace v0.1.1
18262026-06-02T23:40:56.004Z Compiling itertools v0.12.1
18272026-06-02T23:40:56.040Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
18282026-06-02T23:40:56.180Z Compiling typify-impl v0.4.3
18292026-06-02T23:40:56.212Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18302026-06-02T23:40:56.244Z Compiling libsw-core v0.3.2
18312026-06-02T23:40:56.256Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18322026-06-02T23:40:56.414Z Compiling serde_plain v1.0.2
18332026-06-02T23:40:56.625Z Compiling openssl-macros v0.1.1
18342026-06-02T23:40:56.638Z Compiling pem v3.0.6
18352026-06-02T23:40:56.743Z Compiling cookie v0.18.1
18362026-06-02T23:40:56.823Z Compiling sigpipe v0.1.3
18372026-06-02T23:40:56.912Z Compiling typed-path v0.9.3
18382026-06-02T23:40:56.991Z Compiling fixedbitset v0.5.7
18392026-06-02T23:40:57.025Z Compiling glob v0.3.3
18402026-06-02T23:40:57.114Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18412026-06-02T23:40:57.127Z Compiling fixedbitset v0.4.2
18422026-06-02T23:40:57.247Z Compiling jiff v0.2.24
18432026-06-02T23:40:57.328Z Compiling petgraph v0.6.5
18442026-06-02T23:40:57.364Z Compiling petgraph v0.8.3
18452026-06-02T23:40:57.374Z Compiling zone v0.3.1
18462026-06-02T23:40:58.170Z Compiling tough v0.22.0
18472026-06-02T23:40:58.326Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18482026-06-02T23:40:58.837Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18492026-06-02T23:40:59.180Z Compiling libsw v3.5.0
18502026-06-02T23:40:59.361Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18512026-06-02T23:40:59.570Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
18522026-06-02T23:40:59.828Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18532026-06-02T23:41:00.085Z Compiling oxide-tokio-rt v0.1.6
18542026-06-02T23:41:00.413Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18552026-06-02T23:41:00.706Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18562026-06-02T23:41:01.316Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18572026-06-02T23:41:01.632Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18582026-06-02T23:41:01.712Z Compiling const_format v0.2.36
18592026-06-02T23:41:02.150Z Compiling papergrid v0.11.0
18602026-06-02T23:41:02.248Z Compiling tabled_derive v0.7.0
18612026-06-02T23:41:02.504Z Compiling gethostname v0.5.0
18622026-06-02T23:41:02.625Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
18632026-06-02T23:41:02.646Z Compiling typify-macro v0.4.3
18642026-06-02T23:41:02.762Z Compiling libscf-sys v1.2.0
18652026-06-02T23:41:02.772Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18662026-06-02T23:41:02.891Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18672026-06-02T23:41:02.902Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18682026-06-02T23:41:03.013Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18692026-06-02T23:41:03.032Z Compiling smf v0.2.3
18702026-06-02T23:41:03.222Z Compiling bcs v0.1.6
18712026-06-02T23:41:03.543Z Compiling smawk v0.3.2
18722026-06-02T23:41:03.598Z Compiling tagptr v0.2.0
18732026-06-02T23:41:03.636Z Compiling unicode-linebreak v0.1.5
18742026-06-02T23:41:03.685Z Compiling whoami v1.6.1
18752026-06-02T23:41:03.748Z Compiling linear-map v1.2.0
18762026-06-02T23:41:03.775Z Compiling termtree v0.5.1
18772026-06-02T23:41:03.912Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18782026-06-02T23:41:03.924Z Compiling textwrap v0.16.2
18792026-06-02T23:41:03.935Z Compiling moka v0.12.15
18802026-06-02T23:41:04.000Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18812026-06-02T23:41:04.356Z Compiling tabled v0.15.0
18822026-06-02T23:41:04.461Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18832026-06-02T23:41:04.713Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18842026-06-02T23:41:04.716Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18852026-06-02T23:41:05.215Z Compiling steno v0.4.1
18862026-06-02T23:41:06.255Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18872026-06-02T23:41:06.971Z Compiling hickory-proto v0.25.2
18882026-06-02T23:41:07.110Z Compiling humantime v2.3.0
18892026-06-02T23:41:07.227Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18902026-06-02T23:41:07.396Z Compiling proc-macro-error-attr2 v2.0.0
18912026-06-02T23:41:07.557Z Compiling parking_lot_core v0.8.6
18922026-06-02T23:41:07.875Z Compiling proc-macro-error2 v2.0.1
18932026-06-02T23:41:07.888Z Compiling typify v0.4.3
18942026-06-02T23:41:07.966Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18952026-06-02T23:41:08.154Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18962026-06-02T23:41:08.416Z Compiling tabled_derive v0.11.0
18972026-06-02T23:41:08.570Z Compiling progenitor-impl v0.11.2
18982026-06-02T23:41:08.840Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
18992026-06-02T23:41:08.943Z Compiling hickory-resolver v0.25.2
19002026-06-02T23:41:09.141Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
19012026-06-02T23:41:09.536Z Compiling papergrid v0.17.0
19022026-06-02T23:41:09.551Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
19032026-06-02T23:41:10.529Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19042026-06-02T23:41:10.657Z Compiling testing_table v0.3.0
19052026-06-02T23:41:10.830Z Compiling arc-swap v1.9.1
19062026-06-02T23:41:11.149Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
19072026-06-02T23:41:11.245Z Compiling nom v8.0.0
19082026-06-02T23:41:11.461Z Compiling slog-scope v4.4.1
19092026-06-02T23:41:11.563Z Compiling tabled v0.20.0
19102026-06-02T23:41:11.745Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
19112026-06-02T23:41:12.200Z Compiling progenitor-macro v0.11.2
19122026-06-02T23:41:12.823Z Compiling parking_lot v0.11.2
19132026-06-02T23:41:13.333Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
19142026-06-02T23:41:13.546Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
19152026-06-02T23:41:13.570Z Compiling progenitor-client v0.11.2
19162026-06-02T23:41:13.729Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
19172026-06-02T23:41:13.859Z Compiling fxhash v0.2.1
19182026-06-02T23:41:13.962Z Compiling internet-checksum v0.2.1
19192026-06-02T23:41:13.996Z Compiling sled v0.34.7
19202026-06-02T23:41:14.101Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
19212026-06-02T23:41:14.316Z Compiling slog-stdlog v4.1.1
19222026-06-02T23:41:14.569Z Compiling crc8 v0.1.1
19232026-06-02T23:41:14.661Z Compiling slog-envlogger v2.2.0
19242026-06-02T23:41:15.102Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19252026-06-02T23:41:15.217Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
19262026-06-02T23:41:15.621Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
19272026-06-02T23:41:17.333Z Compiling progenitor v0.11.2
19282026-06-02T23:41:17.428Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
19292026-06-02T23:41:18.150Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19302026-06-02T23:41:23.649Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19312026-06-02T23:41:25.266Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19322026-06-02T23:41:26.305Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19332026-06-02T23:41:27.366Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19342026-06-02T23:41:28.147Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19352026-06-02T23:41:29.323Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
19362026-06-02T23:41:53.541Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 14s
19372026-06-02T23:41:53.726Z────────────
19382026-06-02T23:41:53.726Z Nextest run ID 7cc8be0b-757b-4585-8483-5eecce2cccd6 with nextest profile: default
19392026-06-02T23:41:53.726Z Starting 7 tests across 1 binary
19402026-06-02T23:41:53.734Z PASS [ 0.009s] mg-lower dendrite::test_tfport_parser
19412026-06-02T23:41:53.738Z PASS [ 0.012s] mg-lower test::sync_v4_over_v6_removal
19422026-06-02T23:41:53.741Z PASS [ 0.012s] mg-lower test::sync_v4_over_v6_readback
19432026-06-02T23:41:53.741Z PASS [ 0.012s] mg-lower test::sync_prefix_test
19442026-06-02T23:41:53.741Z PASS [ 0.013s] mg-lower test::sync_mixed_v4_and_v4_over_v6
19452026-06-02T23:41:53.741Z PASS [ 0.013s] mg-lower test::sync_v4_over_v6_idempotent
19462026-06-02T23:41:53.741Z PASS [ 0.013s] mg-lower test::sync_link_down_test
19472026-06-02T23:41:53.741Z────────────
19482026-06-02T23:41:53.741Z Summary [ 0.014s] 7 tests run: 7 passed, 0 skipped
19492026-06-02T23:41:53.752Zprocess exited: duration 305940 ms, exit code 0
 
19502026-06-02T23:41:53.759Zfound 0 output files