01M2TN9TYN2NJYW3CN3X0TE2GH: helios / package

BasicConfig {
    output_rules: [
        "=/work/package.tar.gz",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-3.0-16c64gb",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01M2TNAP8RPHB7F2HGRPWXD6PT

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-09-18T16:25:21.024Zjob assigned to worker 01M2TNB1V4MP1AVQ4V1AM6SXJQ [factory aws, i-0afaee7122104ce0e] (queued for 56 s)
 
22026-09-18T16:25:27.968Zstarting task 0: "setup"
32026-09-18T16:25:27.973Z++ uname -s
42026-09-18T16:25:27.978Z+ kern=SunOS
52026-09-18T16:25:27.978Z+ build_user=build
62026-09-18T16:25:27.978Z+ build_uid=12345
72026-09-18T16:25:27.978Z+ work_dir=/work
82026-09-18T16:25:27.978Z+ input_dir=/input
92026-09-18T16:25:27.978Z+ [[ 0 == 12345 ]]
102026-09-18T16:25:27.978Z+ case "$kern" in
112026-09-18T16:25:27.978Z+ groupadd -g 12345 build
122026-09-18T16:25:27.991Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-09-18T16:25:30.000Z+ zfs create -o mountpoint=/work rpool/work
142026-09-18T16:25:30.092Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-09-18T16:25:30.095Z+ home_fs=zfs
162026-09-18T16:25:30.095Z+ [[ zfs == autofs ]]
172026-09-18T16:25:30.095Z+ mkdir -p /home/build
182026-09-18T16:25:30.095Z+ chown build:build /home/build /work
192026-09-18T16:25:31.097Z+ chmod 0700 /home/build /work
202026-09-18T16:25:31.104Zprocess exited: duration 3137 ms, exit code 0
 
212026-09-18T16:25:31.112Zstarting task 1: "rust-toolchain"
222026-09-18T16:25:31.116Z+ printf ' * rust toolchain channel = "%s"\n' 1.98.1
232026-09-18T16:25:31.116Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-09-18T16:25:31.116Z * rust toolchain channel = "1.98.1"
252026-09-18T16:25:31.116Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-09-18T16:25:31.116Z * rust toolchain profile = "default"
272026-09-18T16:25:31.119Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-09-18T16:25:31.119Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-09-18T16:25:31.119Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.98.1 --profile default
302026-09-18T16:25:31.206Zinfo: downloading installer
312026-09-18T16:25:32.444Zinfo: profile set to default
322026-09-18T16:25:32.444Zinfo: default host tuple is x86_64-unknown-illumos
332026-09-18T16:25:32.449Zinfo: syncing channel updates for 1.98.1-x86_64-unknown-illumos
342026-09-18T16:25:32.572Zinfo: latest update on 2026-09-03 for version 1.98.1 (48a229cea 2026-09-01)
352026-09-18T16:25:32.576Zinfo: downloading 6 components
362026-09-18T16:25:47.205Zinfo: default toolchain set to 1.98.1-x86_64-unknown-illumos
372026-09-18T16:25:47.205Z
382026-09-18T16:25:47.242Z 1.98.1-x86_64-unknown-illumos installed - rustc 1.98.1 (48a229cea 2026-09-01)
392026-09-18T16:25:47.242Z
402026-09-18T16:25:47.245Z
412026-09-18T16:25:47.245ZRust is installed now. Great!
422026-09-18T16:25:47.245Z
432026-09-18T16:25:47.245ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
442026-09-18T16:25:47.245Zenvironment variable. This has not been done automatically.
452026-09-18T16:25:47.245Z
462026-09-18T16:25:47.245ZTo configure your current shell, you need to source
472026-09-18T16:25:47.245Zthe corresponding env file under $HOME/.cargo.
482026-09-18T16:25:47.245Z
492026-09-18T16:25:47.245ZConsider running the right command for your shell (note the leading DOT):
502026-09-18T16:25:47.245Z. "$HOME/.cargo/env" # For sh/ash/dash/pdksh
512026-09-18T16:25:47.245Zcargo:rerun-if-env-changed=CC_x86_64-unknown-illumos
522026-09-18T16:25:47.245ZCC_x86_64-unknown-illumos = None
532026-09-18T16:25:47.245Zcargo:rerun-if-env-changed=CC_x86_64_unknown_illumos
542026-09-18T16:25:47.245ZCC_x86_64_unknown_illumos = None
552026-09-18T16:25:47.245Zcargo:rerun-if-env-changed=HOST_CC
562026-09-18T16:25:47.246ZHOST_CC = None
572026-09-18T16:25:47.246Zcargo:rerun-if-env-changed=CC
582026-09-18T16:25:47.246ZCC = None
592026-09-18T16:25:47.246Zcargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
602026-09-18T16:25:47.468Zcargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
612026-09-18T16:25:47.468ZCRATE_CC_NO_DEFAULTS = None
622026-09-18T16:25:47.469Zcargo:rerun-if-env-changed=CFLAGS
632026-09-18T16:25:47.469ZCFLAGS = None
642026-09-18T16:25:47.469Zcargo:rerun-if-env-changed=HOST_CFLAGS
652026-09-18T16:25:47.469ZHOST_CFLAGS = None
662026-09-18T16:25:47.469Zcargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_illumos
672026-09-18T16:25:47.469ZCFLAGS_x86_64_unknown_illumos = None
682026-09-18T16:25:47.469Zcargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-illumos
692026-09-18T16:25:47.469ZCFLAGS_x86_64-unknown-illumos = None
702026-09-18T16:25:47.580Z+ rustup --version
712026-09-18T16:25:47.585Zrustup 1.29.1 (d95a37b6a 2026-08-13)
722026-09-18T16:25:47.589Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
732026-09-18T16:25:47.607Zinfo: the currently active `rustc` version is `rustc 1.98.1 (48a229cea 2026-09-01)`
742026-09-18T16:25:47.610Z+ cargo --version
752026-09-18T16:25:47.618Zcargo 1.98.1 (797e8a9bc 2026-08-05)
762026-09-18T16:25:47.622Z+ rustc --version
772026-09-18T16:25:47.641Zrustc 1.98.1 (48a229cea 2026-09-01)
782026-09-18T16:25:47.644Zprocess exited: duration 16532 ms, exit code 0
 
792026-09-18T16:25:47.650Zstarting task 2: "authentication"
802026-09-18T16:25:47.667Zprocess exited: duration 17 ms, exit code 0
 
812026-09-18T16:25:47.673Zstarting task 3: "clone repository"
822026-09-18T16:25:47.678Z+ mkdir -p /work/oxidecomputer/omicron
832026-09-18T16:25:47.682Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
842026-09-18T16:25:47.719ZCloning into '/work/oxidecomputer/omicron'...
852026-09-18T16:26:01.480Z+ cd /work/oxidecomputer/omicron
862026-09-18T16:26:01.480Z+ git fetch origin 2afd7ff5d6958d17849436f226f82893e134cb8b
872026-09-18T16:26:01.846ZFrom https://github.com/oxidecomputer/omicron
882026-09-18T16:26:01.846Z * branch 2afd7ff5d6958d17849436f226f82893e134cb8b -> FETCH_HEAD
892026-09-18T16:26:01.862Z+ [[ -n ixi/bump-propolis-20260917 ]]
902026-09-18T16:26:01.865Z++ git branch --show-current
912026-09-18T16:26:01.865Z+ current=main
922026-09-18T16:26:01.865Z+ [[ main != ixi/bump-propolis-20260917 ]]
932026-09-18T16:26:01.865Z+ git branch -f ixi/bump-propolis-20260917 2afd7ff5d6958d17849436f226f82893e134cb8b
942026-09-18T16:26:01.868Z+ git checkout -f ixi/bump-propolis-20260917
952026-09-18T16:26:02.135ZSwitched to branch 'ixi/bump-propolis-20260917'
962026-09-18T16:26:02.138Z+ git reset --hard 2afd7ff5d6958d17849436f226f82893e134cb8b
972026-09-18T16:26:02.153ZHEAD is now at 2afd7ff5d Merge branch 'main' into ixi/bump-propolis-20260917
982026-09-18T16:26:02.156Zprocess exited: duration 14481 ms, exit code 0
 
992026-09-18T16:26:02.163Zstarting task 4: "build"
1002026-09-18T16:26:02.171Z+ source .github/buildomat/ci-env.sh
1012026-09-18T16:26:02.175Z++ export CARGO_TERM_COLOR=always
1022026-09-18T16:26:02.175Z++ CARGO_TERM_COLOR=always
1032026-09-18T16:26:02.175Z+++ uname -s
1042026-09-18T16:26:02.176Z++ [[ SunOS == \S\u\n\O\S ]]
1052026-09-18T16:26:02.176Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1062026-09-18T16:26:02.176Z+ cargo --version
1072026-09-18T16:26:02.185Zcargo 1.98.1 (797e8a9bc 2026-08-05)
1082026-09-18T16:26:02.189Z+ rustc --version
1092026-09-18T16:26:02.207Zrustc 1.98.1 (48a229cea 2026-09-01)
1102026-09-18T16:26:02.210Z+ WORK=/work
1112026-09-18T16:26:02.210Z+ pfexec mkdir -p /work
1122026-09-18T16:26:02.213Z+ pfexec chown build /work
1132026-09-18T16:26:02.216Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1142026-09-18T16:26:04.462Z Startup: Refreshing catalog 'helios' ... Done
1152026-09-18T16:26:04.966Z Startup: Caching catalogs ... Done
1162026-09-18T16:26:07.783ZPlanning: Solver setup ... Done (2.689s)
1172026-09-18T16:26:07.867ZPlanning: Running solver ... Done (0.084s)
1182026-09-18T16:26:07.930ZPlanning: Finding local manifests ... Done (0.008s)
1192026-09-18T16:26:07.941ZPlanning: Fetching manifests: 0/5 0% complete
1202026-09-18T16:26:08.174ZPlanning: Fetching manifests: 5/5 100% complete
1212026-09-18T16:26:08.334ZPlanning: Package planning ... Done (0.161s)
1222026-09-18T16:26:08.338ZPlanning: Merging actions ... Done (0.002s)
1232026-09-18T16:26:08.525ZPlanning: Checking for conflicting actions ... Done (0.188s)
1242026-09-18T16:26:10.108ZPlanning: Consolidating action changes ... Done (1.581s)
1252026-09-18T16:26:10.299ZPlanning: Evaluating mediators ... Done (0.190s)
1262026-09-18T16:26:10.335ZPlanning: Planning completed in 5.33 seconds
1272026-09-18T16:26:10.345Z Packages to install: 2
1282026-09-18T16:26:10.345Z Packages to update: 3
1292026-09-18T16:26:10.345Z Services to change: 1
1302026-09-18T16:26:10.345Z Estimated space available: 156.02 GB
1312026-09-18T16:26:10.345ZEstimated space to be consumed: 157.03 MB
1322026-09-18T16:26:10.345Z Create boot environment: No
1332026-09-18T16:26:10.345ZCreate backup boot environment: Yes
1342026-09-18T16:26:10.345Z Rebuild boot archive: No
1352026-09-18T16:26:10.349Z
1362026-09-18T16:26:10.349ZChanged packages:
1372026-09-18T16:26:10.350Zhelios
1382026-09-18T16:26:10.350Z developer/build-essential
1392026-09-18T16:26:10.350Z None -> 11-3.0
1402026-09-18T16:26:10.350Z library/libxmlsec1
1412026-09-18T16:26:10.351Z None -> 1.2.42-3.0
1422026-09-18T16:26:10.351Z library/libxml2
1432026-09-18T16:26:10.351Z 2.13.8-3.0 -> 2.15.4-3.0
1442026-09-18T16:26:10.351Z library/libxslt
1452026-09-18T16:26:10.351Z 1.1.42-3.0 -> 1.1.45-3.0
1462026-09-18T16:26:10.351Z library/security/openssl-3
1472026-09-18T16:26:10.351Z 3.5.6-3.0 -> 3.5.8-3.0
1482026-09-18T16:26:10.351Z
1492026-09-18T16:26:10.351ZServices:
1502026-09-18T16:26:10.351Z restart_fmri:
1512026-09-18T16:26:10.351Z svc:/system/update-man-index:default
1522026-09-18T16:26:10.382Z
1532026-09-18T16:26:10.382ZDownload: 0/1227 items 0.0/13.9MB 0% complete
1542026-09-18T16:26:10.642ZDownload: Completed 13.86 MB in 0.26 seconds (52.9M/s)
1552026-09-18T16:26:12.356Z Actions: 1/1360 actions (Removing old actions)
1562026-09-18T16:26:12.359Z Actions: 23/1360 actions (Installing new actions)
1572026-09-18T16:26:12.433Z Actions: 336/1360 actions (Updating modified actions)
1582026-09-18T16:26:12.655Z Actions: Completed 1360 actions in 0.30 seconds.
1592026-09-18T16:26:12.698ZFinalize: Updating package state database ... Done (0.040s)
1602026-09-18T16:26:12.701ZFinalize: Updating package cache ... Done (0.002s)
1612026-09-18T16:26:12.806ZFinalize: Updating image state ... Done (0.104s)
1622026-09-18T16:26:15.547ZFinalize: Creating fast lookup database ... Done (2.675s)
1632026-09-18T16:26:15.616ZFinalize: Reading search index ... Done (0.013s)
1642026-09-18T16:26:15.620ZFinalize: Updating search index ... Done (0.000s)
1652026-09-18T16:26:15.772ZFinalize: Updating package cache ... Done (0.000s)
1662026-09-18T16:26:16.161ZPlanning: Evaluating mediator changes ... Done
1672026-09-18T16:26:16.268ZPlanning: Checking for conflicting actions ... Done
1682026-09-18T16:26:16.271ZPlanning: Consolidating action changes ... Done
1692026-09-18T16:26:16.430ZPlanning: Evaluating mediators ... Done
1702026-09-18T16:26:16.437ZPlanning: Planning completed in 0.27 seconds
1712026-09-18T16:26:16.459Z Mediators to change: 2
1722026-09-18T16:26:16.459Z Create boot environment: No
1732026-09-18T16:26:16.459ZCreate backup boot environment: No
1742026-09-18T16:26:16.516ZFinalize: Updating package state database ... Done
1752026-09-18T16:26:16.516ZFinalize: Updating package cache ... Done
1762026-09-18T16:26:16.582ZFinalize: Updating image state ... Done
1772026-09-18T16:26:18.586ZFinalize: Creating fast lookup database ... Done
1782026-09-18T16:26:18.652ZFinalize: Reading search index ... Done
1792026-09-18T16:26:18.656ZFinalize: Updating search index ... Done
1802026-09-18T16:26:18.752ZFinalize: Updating package cache ... Done
1812026-09-18T16:26:19.039ZPlanning: Evaluating mediator changes ... Done
1822026-09-18T16:26:19.147ZPlanning: Checking for conflicting actions ... Done
1832026-09-18T16:26:19.150ZPlanning: Consolidating action changes ... Done
1842026-09-18T16:26:19.308ZPlanning: Evaluating mediators ... Done
1852026-09-18T16:26:19.311ZPlanning: Planning completed in 0.27 seconds
1862026-09-18T16:26:19.336Z Mediators to change: 1
1872026-09-18T16:26:19.336Z Create boot environment: No
1882026-09-18T16:26:19.337ZCreate backup boot environment: No
1892026-09-18T16:26:19.396ZFinalize: Updating package state database ... Done
1902026-09-18T16:26:19.396ZFinalize: Updating package cache ... Done
1912026-09-18T16:26:19.460ZFinalize: Updating image state ... Done
1922026-09-18T16:26:21.457ZFinalize: Creating fast lookup database ... Done
1932026-09-18T16:26:21.527ZFinalize: Reading search index ... Done
1942026-09-18T16:26:21.533ZFinalize: Updating search index ... Done
1952026-09-18T16:26:21.653ZFinalize: Updating package cache ... Done
1962026-09-18T16:26:21.945ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1972026-09-18T16:26:21.945Zapache system 2.4 system
1982026-09-18T16:26:21.945Zclang system 15 system
1992026-09-18T16:26:21.945Zcsh system system illumos
2002026-09-18T16:26:21.945Zctags system system illumos
2012026-09-18T16:26:21.945Zfile vendor vendor darwinsys
2022026-09-18T16:26:21.945Zfile system system illumos
2032026-09-18T16:26:21.945Zgcc vendor 14 vendor
2042026-09-18T16:26:21.945Zgcc system 13 system
2052026-09-18T16:26:21.945Zgcc system 10 system
2062026-09-18T16:26:21.945Zgo system 1.25 system
2072026-09-18T16:26:21.945Zllvm system 15 system
2082026-09-18T16:26:21.945Zmariadb system 11.4 system
2092026-09-18T16:26:21.945Zmta vendor vendor dma
2102026-09-18T16:26:21.945Zopenjdk system 17 system
2112026-09-18T16:26:21.945Zopenjdk system 11 system
2122026-09-18T16:26:21.945Zopenssl vendor 3 vendor
2132026-09-18T16:26:21.945Zperl system 5.40 system
2142026-09-18T16:26:21.946Zpostgresql system 18 system
2152026-09-18T16:26:21.946Zpostgresql system 17 system
2162026-09-18T16:26:21.946Zpython vendor 3 vendor
2172026-09-18T16:26:21.946Zpython system 2 system
2182026-09-18T16:26:21.946Zpython3 vendor 3.13 vendor
2192026-09-18T16:26:21.946Zruby system 3.4 system
2202026-09-18T16:26:21.946Zruby system 3.0 system
2212026-09-18T16:26:21.946Zwords vendor vendor american-english
2222026-09-18T16:26:21.946Zwords system system australian-english
2232026-09-18T16:26:21.946Zwords system system british-english
2242026-09-18T16:26:21.946Zwords system system canadian-english
2252026-09-18T16:26:21.946Zwords system system french
2262026-09-18T16:26:21.946Zwords system system italian
2272026-09-18T16:26:21.946Zwords system system ngerman
2282026-09-18T16:26:21.946Zwords system system ogerman
2292026-09-18T16:26:21.946Zwords system system spanish
2302026-09-18T16:26:22.203ZPUBLISHER TYPE STATUS P LOCATION
2312026-09-18T16:26:22.203Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2322026-09-18T16:26:22.750ZFMRI IFO
2332026-09-18T16:26:22.750Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2342026-09-18T16:26:22.750Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2352026-09-18T16:26:22.750Zpkg://helios/library/libxmlsec1@1.2.42-3.0:20260917T182013Z im-
2362026-09-18T16:26:22.750Zpkg://helios/library/libxmlsec1@1.2.42-3.0:20260917T160643Z ---
2372026-09-18T16:26:22.750Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z ---
2382026-09-18T16:26:22.750Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2392026-09-18T16:26:22.751Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2402026-09-18T16:26:22.751Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2412026-09-18T16:26:22.751Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2422026-09-18T16:26:22.751Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2432026-09-18T16:26:22.751Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2442026-09-18T16:26:23.125Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2452026-09-18T16:26:23.461Z Updating crates.io index
2462026-09-18T16:26:23.464Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2472026-09-18T16:26:23.742Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-09-18T16:26:24.127Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
2492026-09-18T16:26:24.384Z Updating git repository `https://github.com/oxidecomputer/propolis`
2502026-09-18T16:26:25.441Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2512026-09-18T16:26:26.009Z Updating git repository `https://github.com/oxidecomputer/crucible`
2522026-09-18T16:26:27.609Z Updating git repository `https://github.com/oxidecomputer/opte`
2532026-09-18T16:26:28.550Z Updating git repository `https://github.com/oxidecomputer/tofino`
2542026-09-18T16:26:28.812Z Updating git repository `https://github.com/oxidecomputer/lldp`
2552026-09-18T16:26:29.164Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2562026-09-18T16:26:30.377Z Updating git repository `https://github.com/oxidecomputer/clickward`
2572026-09-18T16:26:30.687Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2582026-09-18T16:26:31.082Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2592026-09-18T16:26:31.355Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2602026-09-18T16:26:31.913Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2612026-09-18T16:26:32.178Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2622026-09-18T16:26:32.478Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2632026-09-18T16:26:32.759Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2642026-09-18T16:26:33.058Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2652026-09-18T16:26:33.467Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2662026-09-18T16:26:34.091Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2672026-09-18T16:26:34.388Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2682026-09-18T16:26:34.939Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2692026-09-18T16:26:35.274Z Updating git repository `https://github.com/oxidecomputer/erebor`
2702026-09-18T16:26:35.562Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2712026-09-18T16:26:36.006Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2722026-09-18T16:26:36.336Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2732026-09-18T16:26:36.767Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2742026-09-18T16:26:37.249Z Updating git repository `https://github.com/oxidecomputer/ispf`
2752026-09-18T16:26:37.530Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2762026-09-18T16:26:37.842Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2772026-09-18T16:26:38.232Z Updating git repository `https://github.com/oxidecomputer/tough`
2782026-09-18T16:26:38.787Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2792026-09-18T16:26:39.097Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2802026-09-18T16:26:39.380Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2812026-09-18T16:26:39.705Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2822026-09-18T16:26:40.412Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2832026-09-18T16:26:40.689Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2842026-09-18T16:26:41.018Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2852026-09-18T16:26:41.336Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2862026-09-18T16:26:41.620Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2872026-09-18T16:26:42.019Z Updating git repository `https://github.com/illumos/smf-rs`
2882026-09-18T16:26:44.213Z Downloading crates ...
2892026-09-18T16:26:44.260Z Downloaded block-buffer v0.10.4
2902026-09-18T16:26:44.272Z Downloaded fastrand v2.3.0
2912026-09-18T16:26:44.279Z Downloaded generic-array v0.14.7
2922026-09-18T16:26:44.279Z Downloaded zmij v1.0.21
2932026-09-18T16:26:44.287Z Downloaded zerocopy v0.7.35
2942026-09-18T16:26:44.296Z Downloaded zerocopy-derive v0.7.35
2952026-09-18T16:26:44.309Z Downloaded pretty-hex v0.4.1
2962026-09-18T16:26:44.312Z Downloaded usdt-macro v0.5.0
2972026-09-18T16:26:44.316Z Downloaded toml_datetime v0.6.11
2982026-09-18T16:26:44.331Z Downloaded anstyle-query v1.1.5
2992026-09-18T16:26:44.335Z Downloaded usdt v0.5.0
3002026-09-18T16:26:44.335Z Downloaded anstream v1.0.0
3012026-09-18T16:26:44.339Z Downloaded camino-tempfile v1.4.1
3022026-09-18T16:26:44.344Z Downloaded heck v0.5.0
3032026-09-18T16:26:44.366Z Downloaded strsim v0.11.1
3042026-09-18T16:26:44.366Z Downloaded version_check v0.9.5
3052026-09-18T16:26:44.367Z Downloaded usdt-attr-macro v0.5.0
3062026-09-18T16:26:44.367Z Downloaded macaddr v1.0.1
3072026-09-18T16:26:44.399Z Downloaded tabled_derive v0.7.0
3082026-09-18T16:26:44.400Z Downloaded toml_write v0.1.2
3092026-09-18T16:26:44.400Z Downloaded equivalent v1.0.2
3102026-09-18T16:26:44.400Z Downloaded itoa v1.0.17
3112026-09-18T16:26:44.400Z Downloaded smawk v0.3.2
3122026-09-18T16:26:44.400Z Downloaded clap_lex v1.0.0
3132026-09-18T16:26:44.400Z Downloaded crypto-common v0.1.7
3142026-09-18T16:26:44.400Z Downloaded colorchoice v1.0.4
3152026-09-18T16:26:44.400Z Downloaded cpufeatures v0.2.17
3162026-09-18T16:26:44.400Z Downloaded cfg-if v1.0.4
3172026-09-18T16:26:44.401Z Downloaded cargo-platform v0.3.2
3182026-09-18T16:26:44.436Z Downloaded terminal_size v0.4.3
3192026-09-18T16:26:44.437Z Downloaded is_terminal_polyfill v1.70.2
3202026-09-18T16:26:44.437Z Downloaded dtrace-parser v0.2.0
3212026-09-18T16:26:44.437Z Downloaded utf8parse v0.2.2
3222026-09-18T16:26:44.437Z Downloaded cargo_metadata v0.23.1
3232026-09-18T16:26:44.437Z Downloaded thiserror-impl v2.0.18
3242026-09-18T16:26:44.437Z Downloaded once_cell v1.21.3
3252026-09-18T16:26:44.437Z Downloaded scroll_derive v0.12.1
3262026-09-18T16:26:44.437Z Downloaded thread-id v4.2.2
3272026-09-18T16:26:44.437Z Downloaded unicode-linebreak v0.1.5
3282026-09-18T16:26:44.497Z Downloaded errno v0.3.14
3292026-09-18T16:26:44.497Z Downloaded serde_spanned v0.6.9
3302026-09-18T16:26:44.497Z Downloaded heck v0.4.1
3312026-09-18T16:26:44.497Z Downloaded swrite v0.1.0
3322026-09-18T16:26:44.497Z Downloaded proc-macro-error-attr v1.0.4
3332026-09-18T16:26:44.497Z Downloaded memmap v0.7.0
3342026-09-18T16:26:44.497Z Downloaded thiserror v1.0.69
3352026-09-18T16:26:44.498Z Downloaded serde_tokenstream v0.2.3
3362026-09-18T16:26:44.498Z Downloaded dof v0.3.0
3372026-09-18T16:26:44.498Z Downloaded fnv v1.0.7
3382026-09-18T16:26:44.498Z Downloaded anstyle v1.0.14
3392026-09-18T16:26:44.498Z Downloaded plain v0.2.3
3402026-09-18T16:26:44.498Z Downloaded byteorder v1.5.0
3412026-09-18T16:26:44.498Z Downloaded cargo_toml v0.21.0
3422026-09-18T16:26:44.498Z Downloaded digest v0.10.7
3432026-09-18T16:26:44.498Z Downloaded sha2 v0.10.9
3442026-09-18T16:26:44.498Z Downloaded thiserror v2.0.18
3452026-09-18T16:26:44.498Z Downloaded bytecount v0.6.9
3462026-09-18T16:26:44.499Z Downloaded proc-macro-error v1.0.4
3472026-09-18T16:26:44.499Z Downloaded scroll v0.12.0
3482026-09-18T16:26:44.499Z Downloaded autocfg v1.5.0
3492026-09-18T16:26:44.499Z Downloaded tempfile v3.27.0
3502026-09-18T16:26:44.499Z Downloaded usdt-impl v0.5.0
3512026-09-18T16:26:44.499Z Downloaded semver v1.0.28
3522026-09-18T16:26:44.540Z Downloaded anstyle-parse v1.0.0
3532026-09-18T16:26:44.540Z Downloaded thiserror-impl v1.0.69
3542026-09-18T16:26:44.540Z Downloaded camino v1.2.5
3552026-09-18T16:26:44.540Z Downloaded ucd-trie v0.1.7
3562026-09-18T16:26:44.540Z Downloaded clap_derive v4.6.1
3572026-09-18T16:26:44.540Z Downloaded anyhow v1.0.104
3582026-09-18T16:26:44.540Z Downloaded quote v1.0.45
3592026-09-18T16:26:44.541Z Downloaded bitflags v2.11.0
3602026-09-18T16:26:44.541Z Downloaded pest_generator v2.8.6
3612026-09-18T16:26:44.541Z Downloaded toml v0.8.23
3622026-09-18T16:26:44.541Z Downloaded fs-err v3.3.0
3632026-09-18T16:26:44.541Z Downloaded pest_derive v2.8.6
3642026-09-18T16:26:44.541Z Downloaded serde_derive v1.0.228
3652026-09-18T16:26:44.541Z Downloaded proc-macro2 v1.0.106
3662026-09-18T16:26:44.568Z Downloaded getrandom v0.3.4
3672026-09-18T16:26:44.568Z Downloaded clap v4.6.1
3682026-09-18T16:26:44.568Z Downloaded unicode-ident v1.0.24
3692026-09-18T16:26:44.568Z Downloaded papergrid v0.11.0
3702026-09-18T16:26:44.568Z Downloaded log v0.4.33
3712026-09-18T16:26:44.568Z Downloaded textwrap v0.16.2
3722026-09-18T16:26:44.568Z Downloaded pest_meta v2.8.6
3732026-09-18T16:26:44.568Z Downloaded toml_edit v0.22.27
3742026-09-18T16:26:44.598Z Downloaded serde v1.0.228
3752026-09-18T16:26:44.598Z Downloaded typenum v1.20.1
3762026-09-18T16:26:44.598Z Downloaded serde_core v1.0.228
3772026-09-18T16:26:44.598Z Downloaded memchr v2.8.0
3782026-09-18T16:26:44.598Z Downloaded indexmap v2.14.0
3792026-09-18T16:26:44.622Z Downloaded pest v2.8.6
3802026-09-18T16:26:44.627Z Downloaded serde_json v1.0.151
3812026-09-18T16:26:44.630Z Downloaded hashbrown v0.17.0
3822026-09-18T16:26:44.632Z Downloaded clap_builder v4.6.0
3832026-09-18T16:26:44.636Z Downloaded winnow v0.7.14
3842026-09-18T16:26:44.640Z Downloaded goblin v0.8.2
3852026-09-18T16:26:44.643Z Downloaded tabled v0.15.0
3862026-09-18T16:26:44.657Z Downloaded syn v1.0.109
3872026-09-18T16:26:44.663Z Downloaded unicode-width v0.2.0
3882026-09-18T16:26:44.670Z Downloaded unicode-width v0.1.14
3892026-09-18T16:26:44.674Z Downloaded syn v2.0.117
3902026-09-18T16:26:44.683Z Downloaded rustix v1.1.4
3912026-09-18T16:26:44.705Z Downloaded libc v0.2.185
3922026-09-18T16:26:44.790Z Compiling proc-macro2 v1.0.106
3932026-09-18T16:26:44.790Z Compiling quote v1.0.45
3942026-09-18T16:26:44.800Z Compiling unicode-ident v1.0.24
3952026-09-18T16:26:44.800Z Compiling serde_core v1.0.228
3962026-09-18T16:26:44.800Z Compiling libc v0.2.185
3972026-09-18T16:26:44.800Z Compiling version_check v0.9.5
3982026-09-18T16:26:44.800Z Compiling memchr v2.8.0
3992026-09-18T16:26:44.946Z Compiling serde v1.0.228
4002026-09-18T16:26:44.949Z Compiling zmij v1.0.21
4012026-09-18T16:26:44.949Z Compiling itoa v1.0.17
4022026-09-18T16:26:44.949Z Compiling ucd-trie v0.1.7
4032026-09-18T16:26:44.949Z Compiling thiserror v1.0.69
4042026-09-18T16:26:44.949Z Compiling rustix v1.1.4
4052026-09-18T16:26:44.949Z Compiling byteorder v1.5.0
4062026-09-18T16:26:45.301Z Compiling bitflags v2.11.0
4072026-09-18T16:26:45.359Z Compiling serde_json v1.0.151
4082026-09-18T16:26:45.435Z Compiling syn v1.0.109
4092026-09-18T16:26:45.491Z Compiling usdt-impl v0.5.0
4102026-09-18T16:26:45.508Z Compiling proc-macro-error-attr v1.0.4
4112026-09-18T16:26:45.512Z Compiling camino v1.2.5
4122026-09-18T16:26:45.552Z Compiling pest v2.8.6
4132026-09-18T16:26:45.679Z Compiling proc-macro-error v1.0.4
4142026-09-18T16:26:45.825Z Compiling getrandom v0.3.4
4152026-09-18T16:26:45.830Z Compiling plain v0.2.3
4162026-09-18T16:26:45.830Z Compiling utf8parse v0.2.2
4172026-09-18T16:26:45.900Z Compiling log v0.4.33
4182026-09-18T16:26:45.955Z Compiling hashbrown v0.17.0
4192026-09-18T16:26:45.978Z Compiling equivalent v1.0.2
4202026-09-18T16:26:46.014Z Compiling anstyle-parse v1.0.0
4212026-09-18T16:26:46.067Z Compiling cfg-if v1.0.4
4222026-09-18T16:26:46.118Z Compiling colorchoice v1.0.4
4232026-09-18T16:26:46.118Z Compiling toml_write v0.1.2
4242026-09-18T16:26:46.126Z Compiling anstyle-query v1.1.5
4252026-09-18T16:26:46.162Z Compiling anstyle v1.0.14
4262026-09-18T16:26:46.179Z Compiling errno v0.3.14
4272026-09-18T16:26:46.236Z Compiling thread-id v4.2.2
4282026-09-18T16:26:46.256Z Compiling pretty-hex v0.4.1
4292026-09-18T16:26:46.260Z Compiling autocfg v1.5.0
4302026-09-18T16:26:46.296Z Compiling winnow v0.7.14
4312026-09-18T16:26:46.316Z Compiling thiserror v2.0.18
4322026-09-18T16:26:46.339Z Compiling is_terminal_polyfill v1.70.2
4332026-09-18T16:26:46.395Z Compiling syn v2.0.117
4342026-09-18T16:26:46.428Z Compiling strsim v0.11.1
4352026-09-18T16:26:46.471Z Compiling anstream v1.0.0
4362026-09-18T16:26:46.490Z Compiling indexmap v2.14.0
4372026-09-18T16:26:46.510Z Compiling clap_lex v1.0.0
4382026-09-18T16:26:46.602Z Compiling fastrand v2.3.0
4392026-09-18T16:26:46.770Z Compiling fs-err v3.3.0
4402026-09-18T16:26:46.796Z Compiling heck v0.4.1
4412026-09-18T16:26:46.841Z Compiling pest_meta v2.8.6
4422026-09-18T16:26:46.844Z Compiling bytecount v0.6.9
4432026-09-18T16:26:46.877Z Compiling heck v0.5.0
4442026-09-18T16:26:46.914Z Compiling once_cell v1.21.3
4452026-09-18T16:26:46.975Z Compiling fnv v1.0.7
4462026-09-18T16:26:46.995Z Compiling anyhow v1.0.104
4472026-09-18T16:26:47.023Z Compiling unicode-width v0.1.14
4482026-09-18T16:26:47.056Z Compiling memmap v0.7.0
4492026-09-18T16:26:47.074Z Compiling unicode-linebreak v0.1.5
4502026-09-18T16:26:47.103Z Compiling smawk v0.3.2
4512026-09-18T16:26:47.145Z Compiling unicode-width v0.2.0
4522026-09-18T16:26:47.183Z Compiling swrite v0.1.0
4532026-09-18T16:26:47.265Z Compiling papergrid v0.11.0
4542026-09-18T16:26:47.282Z Compiling terminal_size v0.4.3
4552026-09-18T16:26:47.282Z Compiling tempfile v3.27.0
4562026-09-18T16:26:47.396Z Compiling semver v1.0.28
4572026-09-18T16:26:47.450Z Compiling clap_builder v4.6.0
4582026-09-18T16:26:47.468Z Compiling cargo-platform v0.3.2
4592026-09-18T16:26:47.489Z Compiling textwrap v0.16.2
4602026-09-18T16:26:47.740Z Compiling camino-tempfile v1.4.1
4612026-09-18T16:26:48.115Z Compiling tabled_derive v0.7.0
4622026-09-18T16:26:48.708Z Compiling pest_generator v2.8.6
4632026-09-18T16:26:48.846Z Compiling tabled v0.15.0
4642026-09-18T16:26:49.261Z Compiling serde_derive v1.0.228
4652026-09-18T16:26:49.261Z Compiling thiserror-impl v1.0.69
4662026-09-18T16:26:49.264Z Compiling zerocopy-derive v0.7.35
4672026-09-18T16:26:49.264Z Compiling scroll_derive v0.12.1
4682026-09-18T16:26:49.264Z Compiling thiserror-impl v2.0.18
4692026-09-18T16:26:49.264Z Compiling clap_derive v4.6.1
4702026-09-18T16:26:49.333Z Compiling pest_derive v2.8.6
4712026-09-18T16:26:49.974Z Compiling scroll v0.12.0
4722026-09-18T16:26:50.048Z Compiling zerocopy v0.7.35
4732026-09-18T16:26:50.187Z Compiling goblin v0.8.2
4742026-09-18T16:26:50.374Z Compiling dtrace-parser v0.2.0
4752026-09-18T16:26:50.673Z Compiling clap v4.6.1
4762026-09-18T16:26:51.666Z Compiling dof v0.3.0
4772026-09-18T16:26:51.666Z Compiling serde_tokenstream v0.2.3
4782026-09-18T16:26:51.684Z Compiling toml_datetime v0.6.11
4792026-09-18T16:26:51.688Z Compiling serde_spanned v0.6.9
4802026-09-18T16:26:51.696Z Compiling cargo_metadata v0.23.1
4812026-09-18T16:26:51.699Z Compiling macaddr v1.0.1
4822026-09-18T16:26:51.699Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4832026-09-18T16:26:51.888Z Compiling toml_edit v0.22.27
4842026-09-18T16:26:52.396Z Compiling usdt-macro v0.5.0
4852026-09-18T16:26:52.402Z Compiling usdt-attr-macro v0.5.0
4862026-09-18T16:26:53.020Z Compiling usdt v0.5.0
4872026-09-18T16:26:53.194Z Compiling toml v0.8.23
4882026-09-18T16:26:53.540Z Compiling cargo_toml v0.21.0
4892026-09-18T16:26:54.835Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4902026-09-18T16:26:56.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.03s
4912026-09-18T16:26:57.200Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4922026-09-18T16:26:57.732Z Downloading crates ...
4932026-09-18T16:26:57.808Z Downloaded atomic-waker v1.1.2
4942026-09-18T16:26:57.811Z Downloaded bcs v0.1.6
4952026-09-18T16:26:57.811Z Downloaded ciborium-io v0.2.2
4962026-09-18T16:26:57.814Z Downloaded async-stream-impl v0.3.6
4972026-09-18T16:26:57.817Z Downloaded aead v0.6.1
4982026-09-18T16:26:57.817Z Downloaded cassowary v0.3.0
4992026-09-18T16:26:57.820Z Downloaded base64ct v1.8.3
5002026-09-18T16:26:57.820Z Downloaded compression-core v0.4.31
5012026-09-18T16:26:57.847Z Downloaded atty v0.2.14
5022026-09-18T16:26:57.852Z Downloaded ascii-canvas v3.0.0
5032026-09-18T16:26:57.852Z Downloaded bb8 v0.8.6
5042026-09-18T16:26:57.852Z Downloaded allocator-api2 v0.2.21
5052026-09-18T16:26:57.856Z Downloaded bit-set v0.5.3
5062026-09-18T16:26:57.856Z Downloaded foreign-types v0.3.2
5072026-09-18T16:26:57.856Z Downloaded ahash v0.8.12
5082026-09-18T16:26:57.860Z Downloaded embedded-io v0.6.1
5092026-09-18T16:26:57.862Z Downloaded array-init v0.0.4
5102026-09-18T16:26:57.862Z Downloaded async-stream v0.3.6
5112026-09-18T16:26:57.869Z Downloaded futures-executor v0.3.32
5122026-09-18T16:26:57.872Z Downloaded futures-io v0.3.32
5132026-09-18T16:26:57.872Z Downloaded argon2 v0.6.0-rc.8
5142026-09-18T16:26:57.872Z Downloaded erased-serde v0.3.31
5152026-09-18T16:26:57.876Z Downloaded foreign-types-shared v0.3.1
5162026-09-18T16:26:57.876Z Downloaded futures v0.3.32
5172026-09-18T16:26:57.876Z Downloaded futures-macro v0.3.32
5182026-09-18T16:26:57.876Z Downloaded fixedbitset v0.4.2
5192026-09-18T16:26:57.879Z Downloaded arrayref v0.3.9
5202026-09-18T16:26:57.879Z Downloaded adler2 v2.0.1
5212026-09-18T16:26:57.879Z Downloaded flagset v0.4.7
5222026-09-18T16:26:57.882Z Downloaded find-msvc-tools v0.1.9
5232026-09-18T16:26:57.882Z Downloaded hubpack_derive v0.1.1
5242026-09-18T16:26:57.886Z Downloaded arrayvec v0.7.6
5252026-09-18T16:26:57.886Z Downloaded atomicwrites v0.4.4
5262026-09-18T16:26:57.892Z Downloaded async-recursion v1.1.1
5272026-09-18T16:26:57.892Z Downloaded bcrypt-pbkdf v0.11.0
5282026-09-18T16:26:57.892Z Downloaded hmac v0.13.0
5292026-09-18T16:26:57.897Z Downloaded assert_matches v1.5.0
5302026-09-18T16:26:57.897Z Downloaded ghash v0.6.0
5312026-09-18T16:26:57.897Z Downloaded aes-gcm v0.11.0
5322026-09-18T16:26:57.897Z Downloaded base16ct v0.2.0
5332026-09-18T16:26:57.897Z Downloaded const-oid v0.10.2
5342026-09-18T16:26:57.900Z Downloaded async-bb8-diesel v0.2.1
5352026-09-18T16:26:57.900Z Downloaded argon2 v0.5.3
5362026-09-18T16:26:57.900Z Downloaded bitfield-macros v0.19.4
5372026-09-18T16:26:57.900Z Downloaded highway v1.3.0
5382026-09-18T16:26:57.903Z Downloaded httpdate v1.0.3
5392026-09-18T16:26:57.906Z Downloaded base16ct v1.0.0
5402026-09-18T16:26:57.909Z Downloaded block-padding v0.4.2
5412026-09-18T16:26:57.912Z Downloaded castaway v0.2.4
5422026-09-18T16:26:57.915Z Downloaded aead v0.5.2
5432026-09-18T16:26:57.916Z Downloaded ciborium-ll v0.2.2
5442026-09-18T16:26:57.916Z Downloaded http-range v0.1.5
5452026-09-18T16:26:57.923Z Downloaded getrandom v0.4.3
5462026-09-18T16:26:57.923Z Downloaded cfg_aliases v0.2.1
5472026-09-18T16:26:57.923Z Downloaded half v1.8.3
5482026-09-18T16:26:57.928Z Downloaded cfg_aliases v0.1.1
5492026-09-18T16:26:57.928Z Downloaded newline-converter v0.3.0
5502026-09-18T16:26:57.928Z Downloaded heapless v0.8.0
5512026-09-18T16:26:57.928Z Downloaded nibble_vec v0.1.0
5522026-09-18T16:26:57.928Z Downloaded expectorate v1.2.0
5532026-09-18T16:26:57.928Z Downloaded hickory-resolver v0.24.4
5542026-09-18T16:26:57.928Z Downloaded block-buffer v0.12.1
5552026-09-18T16:26:57.931Z Downloaded foreign-types-shared v0.1.1
5562026-09-18T16:26:57.931Z Downloaded async-trait v0.1.89
5572026-09-18T16:26:57.931Z Downloaded hashbrown v0.14.5
5582026-09-18T16:26:57.935Z Downloaded buf-list v1.1.2
5592026-09-18T16:26:57.935Z Downloaded float-ord v0.3.2
5602026-09-18T16:26:57.935Z Downloaded backtrace-ext v0.2.1
5612026-09-18T16:26:57.938Z Downloaded cexpr v0.6.0
5622026-09-18T16:26:57.938Z Downloaded chacha20 v0.9.1
5632026-09-18T16:26:57.938Z Downloaded foldhash v0.2.0
5642026-09-18T16:26:57.938Z Downloaded parking_lot_core v0.8.6
5652026-09-18T16:26:57.941Z Downloaded bitfield-struct v0.6.2
5662026-09-18T16:26:57.944Z Downloaded filetime v0.2.27
5672026-09-18T16:26:57.945Z Downloaded num-derive v0.4.2
5682026-09-18T16:26:57.948Z Downloaded bit-set v0.8.0
5692026-09-18T16:26:57.948Z Downloaded elliptic-curve v0.14.1
5702026-09-18T16:26:57.948Z Downloaded gethostname v0.5.0
5712026-09-18T16:26:57.950Z Downloaded num_threads v0.1.7
5722026-09-18T16:26:57.950Z Downloaded cobs v0.3.0
5732026-09-18T16:26:57.950Z Downloaded globwalk v0.9.1
5742026-09-18T16:26:57.950Z Downloaded hex-literal v1.1.0
5752026-09-18T16:26:57.956Z Downloaded arc-swap v1.8.2
5762026-09-18T16:26:57.965Z Downloaded git-stub-vcs v0.1.0
5772026-09-18T16:26:57.965Z Downloaded bit-vec v0.6.3
5782026-09-18T16:26:57.965Z Downloaded camino-tempfile-ext v0.3.3
5792026-09-18T16:26:57.965Z Downloaded compression-codecs v0.4.37
5802026-09-18T16:26:57.965Z Downloaded hash32 v0.2.1
5812026-09-18T16:26:57.965Z Downloaded hostname v0.4.2
5822026-09-18T16:26:57.965Z Downloaded float-cmp v0.10.0
5832026-09-18T16:26:57.974Z Downloaded hash32 v0.3.1
5842026-09-18T16:26:57.974Z Downloaded oso-derive v0.27.3
5852026-09-18T16:26:57.974Z Downloaded olpc-cjson v0.1.4
5862026-09-18T16:26:57.974Z Downloaded packed_struct_codegen v0.10.1
5872026-09-18T16:26:57.974Z Downloaded fallible-iterator v0.2.0
5882026-09-18T16:26:57.974Z Downloaded openssl-macros v0.1.1
5892026-09-18T16:26:57.974Z Downloaded hubpack v0.1.2
5902026-09-18T16:26:57.974Z Downloaded cbc v0.2.1
5912026-09-18T16:26:57.977Z Downloaded anstyle-parse v0.2.7
5922026-09-18T16:26:57.977Z Downloaded enum_dispatch v0.3.13
5932026-09-18T16:26:57.977Z Downloaded flate2 v1.1.9
5942026-09-18T16:26:57.977Z Downloaded getrandom v0.2.17
5952026-09-18T16:26:57.977Z Downloaded git2 v0.20.4
5962026-09-18T16:26:57.981Z Downloaded anstream v0.6.21
5972026-09-18T16:26:57.984Z Downloaded bitflags v1.3.2
5982026-09-18T16:26:57.984Z Downloaded backoff v0.4.0
5992026-09-18T16:26:57.986Z Downloaded cipher v0.5.2
6002026-09-18T16:26:57.986Z Downloaded hmac v0.12.1
6012026-09-18T16:26:57.989Z Downloaded nodrop v0.1.14
6022026-09-18T16:26:57.989Z Downloaded precomputed-hash v0.1.1
6032026-09-18T16:26:57.989Z Downloaded form_urlencoded v1.2.2
6042026-09-18T16:26:57.989Z Downloaded port-file v0.1.0
6052026-09-18T16:26:57.989Z Downloaded quick-error v1.2.3
6062026-09-18T16:26:57.992Z Downloaded rand_pcg v0.10.2
6072026-09-18T16:26:57.992Z Downloaded parse-size v1.1.0
6082026-09-18T16:26:57.992Z Downloaded ref-cast-impl v1.0.25
6092026-09-18T16:26:57.992Z Downloaded pkcs1 v0.7.5
6102026-09-18T16:26:57.995Z Downloaded rand_chacha v0.9.0
6112026-09-18T16:26:57.995Z Downloaded cipher v0.4.4
6122026-09-18T16:26:57.995Z Downloaded supports-color v3.0.2
6132026-09-18T16:26:57.995Z Downloaded bit-vec v0.8.0
6142026-09-18T16:26:57.998Z Downloaded signal-hook-registry v1.4.8
6152026-09-18T16:26:57.998Z Downloaded bzip2 v0.4.4
6162026-09-18T16:26:58.003Z Downloaded pin-project-lite v0.2.17
6172026-09-18T16:26:58.003Z Downloaded goblin v0.10.5
6182026-09-18T16:26:58.006Z Downloaded cmake v0.1.57
6192026-09-18T16:26:58.006Z Downloaded blowfish v0.10.0
6202026-09-18T16:26:58.009Z Downloaded nonempty v0.12.0
6212026-09-18T16:26:58.009Z Downloaded num_enum v0.5.11
6222026-09-18T16:26:58.012Z Downloaded hashbrown v0.13.2
6232026-09-18T16:26:58.012Z Downloaded hickory-server v0.25.2
6242026-09-18T16:26:58.017Z Downloaded headers v0.4.1
6252026-09-18T16:26:58.022Z Downloaded addr2line v0.25.1
6262026-09-18T16:26:58.022Z Downloaded russh-util v0.52.0
6272026-09-18T16:26:58.022Z Downloaded rustc_version v0.4.1
6282026-09-18T16:26:58.022Z Downloaded env_filter v2.0.0
6292026-09-18T16:26:58.022Z Downloaded futures-task v0.3.32
6302026-09-18T16:26:58.025Z Downloaded scroll_derive v0.13.1
6312026-09-18T16:26:58.025Z Downloaded seq-macro v0.3.6
6322026-09-18T16:26:58.025Z Downloaded bitfield v0.19.4
6332026-09-18T16:26:58.025Z Downloaded byte-wrapper v0.1.0
6342026-09-18T16:26:58.025Z Downloaded ff v0.14.0
6352026-09-18T16:26:58.025Z Downloaded oxide-update-engine-display v0.1.2
6362026-09-18T16:26:58.025Z Downloaded paste v1.0.15
6372026-09-18T16:26:58.028Z Downloaded serde-big-array v0.5.1
6382026-09-18T16:26:58.028Z Downloaded serde_urlencoded v0.7.1
6392026-09-18T16:26:58.029Z Downloaded sigpipe v0.1.3
6402026-09-18T16:26:58.032Z Downloaded slog-bunyan v2.5.0
6412026-09-18T16:26:58.032Z Downloaded h2 v0.4.15
6422026-09-18T16:26:58.035Z Downloaded cmov v0.5.4
6432026-09-18T16:26:58.035Z Downloaded colored v2.2.0
6442026-09-18T16:26:58.035Z Downloaded foreign-types v0.5.0
6452026-09-18T16:26:58.037Z Downloaded backon v1.6.0
6462026-09-18T16:26:58.037Z Downloaded http-body v1.0.1
6472026-09-18T16:26:58.037Z Downloaded progenitor-client v0.13.0
6482026-09-18T16:26:58.037Z Downloaded postgres-protocol v0.6.12
6492026-09-18T16:26:58.040Z Downloaded unicase v2.9.0
6502026-09-18T16:26:58.040Z Downloaded rand_core v0.10.0
6512026-09-18T16:26:58.043Z Downloaded strum v0.26.3
6522026-09-18T16:26:58.046Z Downloaded embedded-io v0.4.0
6532026-09-18T16:26:58.046Z Downloaded fd-lock v4.0.4
6542026-09-18T16:26:58.046Z Downloaded recursive v0.1.1
6552026-09-18T16:26:58.046Z Downloaded tabwriter v1.4.1
6562026-09-18T16:26:58.049Z Downloaded tap v1.0.1
6572026-09-18T16:26:58.049Z Downloaded time-core v0.1.8
6582026-09-18T16:26:58.049Z Downloaded tokio-macros v2.7.0
6592026-09-18T16:26:58.049Z Downloaded generic-array v1.4.3
6602026-09-18T16:26:58.052Z Downloaded console v0.15.11
6612026-09-18T16:26:58.052Z Downloaded fxhash v0.2.1
6622026-09-18T16:26:58.054Z Downloaded vergen v9.1.0
6632026-09-18T16:26:58.057Z Downloaded base64 v0.22.1
6642026-09-18T16:26:58.061Z Downloaded colored v3.1.1
6652026-09-18T16:26:58.061Z Downloaded ciborium v0.2.2
6662026-09-18T16:26:58.064Z Downloaded console v0.16.2
6672026-09-18T16:26:58.064Z Downloaded chacha20 v0.10.0
6682026-09-18T16:26:58.064Z Downloaded clang-sys v1.8.1
6692026-09-18T16:26:58.064Z Downloaded fs_extra v1.3.0
6702026-09-18T16:26:58.068Z Downloaded rustversion v1.0.22
6712026-09-18T16:26:58.068Z Downloaded rusty-fork v0.3.1
6722026-09-18T16:26:58.068Z Downloaded supports-hyperlinks v3.2.0
6732026-09-18T16:26:58.072Z Downloaded base64 v0.21.7
6742026-09-18T16:26:58.075Z Downloaded bzip2 v0.6.1
6752026-09-18T16:26:58.075Z Downloaded usdt-attr-macro v0.6.0
6762026-09-18T16:26:58.075Z Downloaded waitgroup v0.1.2
6772026-09-18T16:26:58.075Z Downloaded cancel-safe-futures v0.1.5
6782026-09-18T16:26:58.078Z Downloaded ff v0.13.1
6792026-09-18T16:26:58.078Z Downloaded group v0.13.0
6802026-09-18T16:26:58.078Z Downloaded xattr v1.6.1
6812026-09-18T16:26:58.078Z Downloaded zerofrom v0.1.6
6822026-09-18T16:26:58.128Z Downloaded home v0.5.12
6832026-09-18T16:26:58.128Z Downloaded cpubits v0.1.1
6842026-09-18T16:26:58.128Z Downloaded endian-type v0.1.2
6852026-09-18T16:26:58.128Z Downloaded convert_case v0.4.0
6862026-09-18T16:26:58.128Z Downloaded crunchy v0.2.4
6872026-09-18T16:26:58.128Z Downloaded blake2 v0.11.0-rc.6
6882026-09-18T16:26:58.128Z Downloaded http v1.4.2
6892026-09-18T16:26:58.128Z Downloaded bs58 v0.5.1
6902026-09-18T16:26:58.128Z Downloaded sqlformat v0.3.5
6912026-09-18T16:26:58.128Z Downloaded futures-sink v0.3.32
6922026-09-18T16:26:58.128Z Downloaded headers-core v0.3.0
6932026-09-18T16:26:58.128Z Downloaded time-macros v0.2.27
6942026-09-18T16:26:58.128Z Downloaded unit-prefix v0.5.2
6952026-09-18T16:26:58.128Z Downloaded ssh-encoding v0.3.0
6962026-09-18T16:26:58.128Z Downloaded smf v0.2.3
6972026-09-18T16:26:58.128Z Downloaded static_assertions v1.1.0
6982026-09-18T16:26:58.129Z Downloaded debug-ignore v1.0.5
6992026-09-18T16:26:58.129Z Downloaded serde_yaml v0.9.34+deprecated
7002026-09-18T16:26:58.129Z Downloaded async-compression v0.4.41
7012026-09-18T16:26:58.129Z Downloaded glob v0.3.3
7022026-09-18T16:26:58.129Z Downloaded blake2 v0.10.6
7032026-09-18T16:26:58.129Z Downloaded tokio-dtrace v0.1.1
7042026-09-18T16:26:58.129Z Downloaded heapless v0.7.17
7052026-09-18T16:26:58.129Z Downloaded dof v0.4.0
7062026-09-18T16:26:58.129Z Downloaded tower-http v0.6.8
7072026-09-18T16:26:58.138Z Downloaded dirs-sys-next v0.1.2
7082026-09-18T16:26:58.138Z Downloaded rustls-pemfile v2.2.0
7092026-09-18T16:26:58.138Z Downloaded dtrace-parser v0.3.0
7102026-09-18T16:26:58.138Z Downloaded untrusted v0.7.1
7112026-09-18T16:26:58.138Z Downloaded illumos-nvpair-sys v0.2.0
7122026-09-18T16:26:58.138Z Downloaded peg-macros v0.8.5
7132026-09-18T16:26:58.138Z Downloaded phf v0.13.1
7142026-09-18T16:26:58.138Z Downloaded idna_adapter v1.2.1
7152026-09-18T16:26:58.138Z Downloaded scheduled-thread-pool v0.2.7
7162026-09-18T16:26:58.138Z Downloaded flume v0.11.1
7172026-09-18T16:26:58.142Z Downloaded slog-dtrace v0.3.0
7182026-09-18T16:26:58.142Z Downloaded illumos-nvpair v0.3.0
7192026-09-18T16:26:58.142Z Downloaded multimap v0.10.1
7202026-09-18T16:26:58.145Z Downloaded lru-slab v0.1.2
7212026-09-18T16:26:58.145Z Downloaded match_cfg v0.1.0
7222026-09-18T16:26:58.148Z Downloaded chacha20poly1305 v0.10.1
7232026-09-18T16:26:58.151Z Downloaded corncobs v0.1.4
7242026-09-18T16:26:58.157Z Downloaded compact_str v0.8.1
7252026-09-18T16:26:58.160Z Downloaded p256 v0.14.0
7262026-09-18T16:26:58.160Z Downloaded serde_repr v0.1.20
7272026-09-18T16:26:58.160Z Downloaded hashbrown v0.15.5
7282026-09-18T16:26:58.162Z Downloaded smallvec v1.15.1
7292026-09-18T16:26:58.162Z Downloaded strum_macros v0.26.4
7302026-09-18T16:26:58.165Z Downloaded ctr v0.10.1
7312026-09-18T16:26:58.165Z Downloaded strip-ansi-escapes v0.2.1
7322026-09-18T16:26:58.165Z Downloaded pin-project-internal v1.1.11
7332026-09-18T16:26:58.169Z Downloaded rustyline v14.0.0
7342026-09-18T16:26:58.171Z Downloaded derive_more-impl v2.1.1
7352026-09-18T16:26:58.171Z Downloaded hickory-proto v0.24.4
7362026-09-18T16:26:58.179Z Downloaded defmt-macros v1.0.1
7372026-09-18T16:26:58.182Z Downloaded const-oid v0.9.6
7382026-09-18T16:26:58.182Z Downloaded futures-core v0.3.32
7392026-09-18T16:26:58.185Z Downloaded chumsky v0.9.3
7402026-09-18T16:26:58.185Z Downloaded der_derive v0.7.3
7412026-09-18T16:26:58.185Z Downloaded deranged v0.5.8
7422026-09-18T16:26:58.188Z Downloaded kem v0.3.0
7432026-09-18T16:26:58.188Z Downloaded critical-section v1.2.0
7442026-09-18T16:26:58.188Z Downloaded slab v0.4.12
7452026-09-18T16:26:58.191Z Downloaded progenitor-macro v0.13.0
7462026-09-18T16:26:58.194Z Downloaded radium v0.7.0
7472026-09-18T16:26:58.194Z Downloaded hkdf v0.12.4
7482026-09-18T16:26:58.200Z Downloaded twox-hash v2.1.2
7492026-09-18T16:26:58.207Z Downloaded gimli v0.32.3
7502026-09-18T16:26:58.211Z Downloaded ipnet v2.12.0
7512026-09-18T16:26:58.216Z Downloaded darling_macro v0.20.11
7522026-09-18T16:26:58.216Z Downloaded multer v3.1.0
7532026-09-18T16:26:58.216Z Downloaded num-integer v0.1.46
7542026-09-18T16:26:58.221Z Downloaded owo-colors v4.3.0
7552026-09-18T16:26:58.221Z Downloaded hex v0.4.3
7562026-09-18T16:26:58.222Z Downloaded is_ci v1.2.0
7572026-09-18T16:26:58.232Z Downloaded crypto-primes v0.7.2
7582026-09-18T16:26:58.232Z Downloaded signature v2.2.0
7592026-09-18T16:26:58.232Z Downloaded slog-envlogger v2.2.0
7602026-09-18T16:26:58.232Z Downloaded ena v0.14.4
7612026-09-18T16:26:58.233Z Downloaded progenitor-impl v0.14.0
7622026-09-18T16:26:58.236Z Downloaded quick-xml v0.37.5
7632026-09-18T16:26:58.236Z Downloaded icu_properties_data v2.1.2
7642026-09-18T16:26:58.240Z Downloaded darling v0.20.11
7652026-09-18T16:26:58.240Z Downloaded memoffset v0.9.1
7662026-09-18T16:26:58.243Z Downloaded strsim v0.10.0
7672026-09-18T16:26:58.243Z Downloaded cc v1.2.56
7682026-09-18T16:26:58.243Z Downloaded backtrace v0.3.76
7692026-09-18T16:26:58.247Z Downloaded dunce v1.0.5
7702026-09-18T16:26:58.247Z Downloaded oxide-update-engine v0.1.2
7712026-09-18T16:26:58.247Z Downloaded parse-display-derive v0.10.0
7722026-09-18T16:26:58.247Z Downloaded pem-rfc7468 v0.7.0
7732026-09-18T16:26:58.251Z Downloaded bytes v1.11.1
7742026-09-18T16:26:58.251Z Downloaded usdt-impl v0.6.0
7752026-09-18T16:26:58.251Z Downloaded ar_archive_writer v0.5.1
7762026-09-18T16:26:58.254Z Downloaded pem-rfc7468 v1.0.0
7772026-09-18T16:26:58.254Z Downloaded vergen-git2 v9.1.0
7782026-09-18T16:26:58.254Z Downloaded polyval v0.7.1
7792026-09-18T16:26:58.257Z Downloaded pkcs8 v0.10.2
7802026-09-18T16:26:58.257Z Downloaded toml v1.1.2+spec-1.1.0
7812026-09-18T16:26:58.259Z Downloaded hyper-rustls v0.27.7
7822026-09-18T16:26:58.259Z Downloaded vergen-gitcl v1.0.8
7832026-09-18T16:26:58.261Z Downloaded fs-err v2.11.0
7842026-09-18T16:26:58.261Z Downloaded rfc6979 v0.6.0
7852026-09-18T16:26:58.264Z Downloaded num_enum_derive v0.5.11
7862026-09-18T16:26:58.276Z Downloaded tower-layer v0.3.3
7872026-09-18T16:26:58.279Z Downloaded utf-8 v0.7.6
7882026-09-18T16:26:58.283Z Downloaded zip v8.6.0
7892026-09-18T16:26:58.283Z Downloaded fatfs v0.3.6
7902026-09-18T16:26:58.286Z Downloaded test-strategy v0.4.5
7912026-09-18T16:26:58.286Z Downloaded hybrid-array v0.4.13
7922026-09-18T16:26:58.294Z Downloaded difflib v0.4.0
7932026-09-18T16:26:58.294Z Downloaded rtoolbox v0.0.3
7942026-09-18T16:26:58.294Z Downloaded derive_more v2.1.1
7952026-09-18T16:26:58.297Z Downloaded hickory-resolver v0.25.2
7962026-09-18T16:26:58.298Z Downloaded hostname v0.3.1
7972026-09-18T16:26:58.302Z Downloaded scrypt v0.12.0
7982026-09-18T16:26:58.302Z Downloaded yoke-derive v0.8.1
7992026-09-18T16:26:58.302Z Downloaded enum-as-inner v0.6.1
8002026-09-18T16:26:58.302Z Downloaded foreign-types-macros v0.2.3
8012026-09-18T16:26:58.302Z Downloaded zone v0.3.1
8022026-09-18T16:26:58.305Z Downloaded bumpalo v3.20.2
8032026-09-18T16:26:58.305Z Downloaded snafu-derive v0.8.9
8042026-09-18T16:26:58.305Z Downloaded omicron-zone-package v0.12.3
8052026-09-18T16:26:58.305Z Downloaded foldhash v0.1.5
8062026-09-18T16:26:58.309Z Downloaded rand v0.8.6
8072026-09-18T16:26:58.309Z Downloaded postcard v1.1.3
8082026-09-18T16:26:58.309Z Downloaded shlex v1.3.0
8092026-09-18T16:26:58.311Z Downloaded rustc-hash v2.1.1
8102026-09-18T16:26:58.311Z Downloaded stacker v0.1.23
8112026-09-18T16:26:58.311Z Downloaded parking_lot v0.11.2
8122026-09-18T16:26:58.314Z Downloaded tower v0.5.3
8132026-09-18T16:26:58.317Z Downloaded icu_provider v2.1.1
8142026-09-18T16:26:58.321Z Downloaded tinystr v0.8.2
8152026-09-18T16:26:58.321Z Downloaded tls_codec_derive v0.4.2
8162026-09-18T16:26:58.325Z Downloaded crypto-common v0.2.2
8172026-09-18T16:26:58.325Z Downloaded defmt v0.3.100
8182026-09-18T16:26:58.325Z Downloaded aes v0.9.1
8192026-09-18T16:26:58.325Z Downloaded poly1305 v0.9.0
8202026-09-18T16:26:58.330Z Downloaded slog-term v2.9.2
8212026-09-18T16:26:58.330Z Downloaded take_mut v0.2.2
8222026-09-18T16:26:58.330Z Downloaded reqwest v0.12.28
8232026-09-18T16:26:58.332Z Downloaded crossbeam-utils v0.8.21
8242026-09-18T16:26:58.332Z Downloaded universal-hash v0.5.1
8252026-09-18T16:26:58.337Z Downloaded diesel_table_macro_syntax v0.3.0
8262026-09-18T16:26:58.340Z Downloaded strum_macros v0.27.2
8272026-09-18T16:26:58.342Z Downloaded is-terminal v0.4.17
8282026-09-18T16:26:58.342Z Downloaded lalrpop-util v0.19.12
8292026-09-18T16:26:58.342Z Downloaded tungstenite v0.23.0
8302026-09-18T16:26:58.345Z Downloaded zeroize_derive v1.5.0
8312026-09-18T16:26:58.345Z Downloaded ignore v0.4.25
8322026-09-18T16:26:58.348Z Downloaded rustls-platform-verifier v0.6.2
8332026-09-18T16:26:58.351Z Downloaded hickory-proto v0.25.2
8342026-09-18T16:26:58.360Z Downloaded zerotrie v0.2.3
8352026-09-18T16:26:58.366Z Downloaded crc v3.4.0
8362026-09-18T16:26:58.366Z Downloaded serde_cbor v0.11.2
8372026-09-18T16:26:58.369Z Downloaded zone_cfg_derive v0.3.1
8382026-09-18T16:26:58.369Z Downloaded serde_with_macros v1.5.2
8392026-09-18T16:26:58.369Z Downloaded xshell-macros v0.2.7
8402026-09-18T16:26:58.369Z Downloaded lazy_static v1.5.0
8412026-09-18T16:26:58.369Z Downloaded futures-channel v0.3.32
8422026-09-18T16:26:58.369Z Downloaded secrecy v0.10.3
8432026-09-18T16:26:58.369Z Downloaded libefi-sys v0.1.0
8442026-09-18T16:26:58.372Z Downloaded kstat-rs v0.2.5
8452026-09-18T16:26:58.372Z Downloaded schemars v1.2.1
8462026-09-18T16:26:58.380Z Downloaded newtype_derive v0.1.6
8472026-09-18T16:26:58.383Z Downloaded num-conv v0.2.0
8482026-09-18T16:26:58.383Z Downloaded psl-types v2.0.11
8492026-09-18T16:26:58.383Z Downloaded half v2.7.1
8502026-09-18T16:26:58.391Z Downloaded rustls-webpki v0.103.13
8512026-09-18T16:26:58.397Z Downloaded pkcs5 v0.8.1
8522026-09-18T16:26:58.397Z Downloaded memmap2 v0.9.10
8532026-09-18T16:26:58.397Z Downloaded peg-runtime v0.8.5
8542026-09-18T16:26:58.402Z Downloaded progenitor-impl v0.13.0
8552026-09-18T16:26:58.402Z Downloaded tokio-stream v0.1.18
8562026-09-18T16:26:58.402Z Downloaded httparse v1.10.1
8572026-09-18T16:26:58.413Z Downloaded synstructure v0.13.2
8582026-09-18T16:26:58.414Z Downloaded ed25519 v2.2.3
8592026-09-18T16:26:58.414Z Downloaded indoc v1.0.9
8602026-09-18T16:26:58.414Z Downloaded postgres-types v0.2.14
8612026-09-18T16:26:58.414Z Downloaded typed-path v0.9.3
8622026-09-18T16:26:58.414Z Downloaded recursive-proc-macro-impl v0.1.1
8632026-09-18T16:26:58.414Z Downloaded scopeguard v1.2.0
8642026-09-18T16:26:58.418Z Downloaded radix_trie v0.2.1
8652026-09-18T16:26:58.421Z Downloaded oxide-update-engine-types v0.1.2
8662026-09-18T16:26:58.425Z Downloaded indent_write v2.2.0
8672026-09-18T16:26:58.425Z Downloaded crc8 v0.1.1
8682026-09-18T16:26:58.425Z Downloaded keccak v0.1.6
8692026-09-18T16:26:58.428Z Downloaded md-5 v0.11.0
8702026-09-18T16:26:58.429Z Downloaded mime v0.3.17
8712026-09-18T16:26:58.429Z Downloaded sqlparser_derive v0.5.0
8722026-09-18T16:26:58.429Z Downloaded lru-cache v0.1.2
8732026-09-18T16:26:58.432Z Downloaded winnow v0.5.40
8742026-09-18T16:26:58.434Z Downloaded phc v0.6.1
8752026-09-18T16:26:58.437Z Downloaded git-stub v1.0.0
8762026-09-18T16:26:58.440Z Downloaded native-tls v0.2.18
8772026-09-18T16:26:58.443Z Downloaded primefield v0.14.0
8782026-09-18T16:26:58.446Z Downloaded funty v2.0.0
8792026-09-18T16:26:58.449Z Downloaded darling v0.23.0
8802026-09-18T16:26:58.453Z Downloaded packed_struct v0.10.1
8812026-09-18T16:26:58.453Z Downloaded env_logger v0.11.11
8822026-09-18T16:26:58.453Z Downloaded dropshot_endpoint v0.17.1
8832026-09-18T16:26:58.459Z Downloaded progenitor-client v0.14.0
8842026-09-18T16:26:58.462Z Downloaded ron v0.8.1
8852026-09-18T16:26:58.464Z Downloaded zstd-safe v7.2.4
8862026-09-18T16:26:58.467Z Downloaded tracing-core v0.1.36
8872026-09-18T16:26:58.467Z Downloaded derive_builder v0.20.2
8882026-09-18T16:26:58.470Z Downloaded support-bundle-viewer v0.1.2
8892026-09-18T16:26:58.474Z Downloaded ecdsa v0.17.0
8902026-09-18T16:26:58.474Z Downloaded psm v0.1.30
8912026-09-18T16:26:58.477Z Downloaded wnaf v0.14.0
8922026-09-18T16:26:58.478Z Downloaded quinn-proto v0.11.16
8932026-09-18T16:26:58.480Z Downloaded usdt-macro v0.6.0
8942026-09-18T16:26:58.480Z Downloaded termios v0.3.3
8952026-09-18T16:26:58.483Z Downloaded internet-checksum v0.2.1
8962026-09-18T16:26:58.483Z Downloaded aho-corasick v1.1.4
8972026-09-18T16:26:58.488Z Downloaded hyper-tls v0.6.0
8982026-09-18T16:26:58.488Z Downloaded x509-cert v0.2.5
8992026-09-18T16:26:58.493Z Downloaded num-bigint-dig v0.8.6
9002026-09-18T16:26:58.497Z Downloaded derive-ex v0.1.8
9012026-09-18T16:26:58.497Z Downloaded fixedbitset v0.5.7
9022026-09-18T16:26:58.497Z Downloaded oxide-tokio-rt v0.1.4
9032026-09-18T16:26:58.497Z Downloaded scuffle v0.1.0
9042026-09-18T16:26:58.500Z Downloaded simd-adler32 v0.3.8
9052026-09-18T16:26:58.500Z Downloaded iana-time-zone v0.1.65
9062026-09-18T16:26:58.503Z Downloaded typed-path v0.12.3
9072026-09-18T16:26:58.505Z Downloaded want v0.3.1
9082026-09-18T16:26:58.508Z Downloaded openssl-probe v0.1.6
9092026-09-18T16:26:58.508Z Downloaded ingot-types v0.2.0
9102026-09-18T16:26:58.508Z Downloaded serde_path_to_error v0.1.20
9112026-09-18T16:26:58.511Z Downloaded smallvec v0.6.14
9122026-09-18T16:26:58.511Z Downloaded zopfli v0.8.3
9132026-09-18T16:26:58.511Z Downloaded globset v0.4.18
9142026-09-18T16:26:58.515Z Downloaded hkdf v0.13.0
9152026-09-18T16:26:58.515Z Downloaded num_enum_derive v0.7.6
9162026-09-18T16:26:58.515Z Downloaded dropshot-api-manager-types v0.8.0
9172026-09-18T16:26:58.515Z Downloaded dsl_auto_type v0.2.0
9182026-09-18T16:26:58.518Z Downloaded percent-encoding v2.3.2
9192026-09-18T16:26:58.519Z Downloaded siphasher v1.0.2
9202026-09-18T16:26:58.522Z Downloaded pkcs1 v0.8.0-rc.4
9212026-09-18T16:26:58.524Z Downloaded tokio-tungstenite v0.21.0
9222026-09-18T16:26:58.527Z Downloaded tokio-tungstenite v0.23.1
9232026-09-18T16:26:58.527Z Downloaded downcast-rs v2.0.2
9242026-09-18T16:26:58.527Z Downloaded sha2 v0.11.0
9252026-09-18T16:26:58.530Z Downloaded rand_xorshift v0.4.0
9262026-09-18T16:26:58.532Z Downloaded ed25519-dalek v3.0.0
9272026-09-18T16:26:58.536Z Downloaded futures-util v0.3.32
9282026-09-18T16:26:58.541Z Downloaded des v0.9.0
9292026-09-18T16:26:58.545Z Downloaded progenitor-extras v0.2.0
9302026-09-18T16:26:58.546Z Downloaded resolv-conf v0.7.6
9312026-09-18T16:26:58.546Z Downloaded toml_edit v0.23.10+spec-1.0.0
9322026-09-18T16:26:58.549Z Downloaded thiserror-no-std v2.0.2
9332026-09-18T16:26:58.551Z Downloaded walkdir v2.5.0
9342026-09-18T16:26:58.551Z Downloaded zerovec-derive v0.11.2
9352026-09-18T16:26:58.551Z Downloaded phf_shared v0.13.1
9362026-09-18T16:26:58.554Z Downloaded sqlparser v0.61.0
9372026-09-18T16:26:58.558Z Downloaded tokio-test v0.4.5
9382026-09-18T16:26:58.561Z Downloaded libbz2-rs-sys v0.2.2
9392026-09-18T16:26:58.561Z Downloaded crossbeam-deque v0.8.6
9402026-09-18T16:26:58.564Z Downloaded num_enum v0.7.6
9412026-09-18T16:26:58.566Z Downloaded phf_shared v0.11.3
9422026-09-18T16:26:58.570Z Downloaded darling_macro v0.13.4
9432026-09-18T16:26:58.571Z Downloaded dirs-next v2.0.0
9442026-09-18T16:26:58.571Z Downloaded opaque-debug v0.3.1
9452026-09-18T16:26:58.571Z Downloaded proc-macro-error-attr2 v2.0.0
9462026-09-18T16:26:58.577Z Downloaded serde_derive_internals v0.29.1
9472026-09-18T16:26:58.577Z Downloaded crossterm v0.28.1
9482026-09-18T16:26:58.580Z Downloaded inout v0.1.4
9492026-09-18T16:26:58.589Z Downloaded tungstenite v0.21.0
9502026-09-18T16:26:58.594Z Downloaded unicode-truncate v1.1.0
9512026-09-18T16:26:58.594Z Downloaded serdect v0.4.3
9522026-09-18T16:26:58.594Z Downloaded tui-tree-widget v0.23.1
9532026-09-18T16:26:58.594Z Downloaded quinn-udp v0.5.14
9542026-09-18T16:26:58.597Z Downloaded group v0.14.0
9552026-09-18T16:26:58.597Z Downloaded progenitor v0.13.0
9562026-09-18T16:26:58.597Z Downloaded nix v0.31.2
9572026-09-18T16:26:58.604Z Downloaded poly1305 v0.8.0
9582026-09-18T16:26:58.608Z Downloaded string_cache v0.8.9
9592026-09-18T16:26:58.609Z Downloaded icu_locale_core v2.1.1
9602026-09-18T16:26:58.611Z Downloaded der v0.7.10
9612026-09-18T16:26:58.614Z Downloaded prettyplease v0.2.37
9622026-09-18T16:26:58.617Z Downloaded untrusted v0.9.0
9632026-09-18T16:26:58.618Z Downloaded tagptr v0.2.0
9642026-09-18T16:26:58.621Z Downloaded unicode_categories v0.1.1
9652026-09-18T16:26:58.621Z Downloaded yasna v0.5.2
9662026-09-18T16:26:58.621Z Downloaded ctutils v0.4.2
9672026-09-18T16:26:58.621Z Downloaded libsw-core v0.3.2
9682026-09-18T16:26:58.624Z Downloaded oxide-generation-macros v0.2.0
9692026-09-18T16:26:58.624Z Downloaded unicode-segmentation v1.12.0
9702026-09-18T16:26:58.627Z Downloaded similar v2.7.0
9712026-09-18T16:26:58.632Z Downloaded crucible-workspace-hack v0.1.0
9722026-09-18T16:26:58.637Z Downloaded curve25519-dalek-derive v0.1.1
9732026-09-18T16:26:58.637Z Downloaded maplit v1.0.2
9742026-09-18T16:26:58.637Z Downloaded structmeta v0.3.0
9752026-09-18T16:26:58.637Z Downloaded diff v0.1.13
9762026-09-18T16:26:58.640Z Downloaded progenitor v0.14.0
9772026-09-18T16:26:58.640Z Downloaded ryu v1.0.23
9782026-09-18T16:26:58.643Z Downloaded serde_spanned v1.1.1
9792026-09-18T16:26:58.646Z Downloaded socket2 v0.6.3
9802026-09-18T16:26:58.648Z Downloaded rand_core v0.9.5
9812026-09-18T16:26:58.648Z Downloaded secrecy v0.8.0
9822026-09-18T16:26:58.648Z Downloaded spki v0.7.3
9832026-09-18T16:26:58.652Z Downloaded ident_case v1.0.1
9842026-09-18T16:26:58.653Z Downloaded display-error-chain v0.2.2
9852026-09-18T16:26:58.653Z Downloaded openssl-sys v0.9.117
9862026-09-18T16:26:58.655Z Downloaded tokio-postgres v0.7.18
9872026-09-18T16:26:58.658Z Downloaded tinyvec v1.10.0
9882026-09-18T16:26:58.661Z Downloaded displaydoc v0.2.5
9892026-09-18T16:26:58.665Z Downloaded powerfmt v0.2.0
9902026-09-18T16:26:58.665Z Downloaded nu-ansi-term v0.50.3
9912026-09-18T16:26:58.668Z Downloaded ssh-cipher v0.3.0
9922026-09-18T16:26:58.668Z Downloaded instant v0.1.13
9932026-09-18T16:26:58.668Z Downloaded proc-macro-crate v1.3.1
9942026-09-18T16:26:58.672Z Downloaded schemars v0.9.0
9952026-09-18T16:26:58.680Z Downloaded slog-scope v4.4.1
9962026-09-18T16:26:58.683Z Downloaded slog-stdlog v4.1.1
9972026-09-18T16:26:58.683Z Downloaded wyz v0.5.1
9982026-09-18T16:26:58.683Z Downloaded data-encoding v2.10.0
9992026-09-18T16:26:58.686Z Downloaded openssl-probe v0.2.1
10002026-09-18T16:26:58.686Z Downloaded sha1 v0.11.0
10012026-09-18T16:26:58.686Z Downloaded crc-any v2.5.0
10022026-09-18T16:26:58.686Z Downloaded crc32fast v1.5.0
10032026-09-18T16:26:58.689Z Downloaded diesel-dtrace v0.5.0
10042026-09-18T16:26:58.693Z Downloaded cookie v0.18.1
10052026-09-18T16:26:58.702Z Downloaded zeroize v1.9.0
10062026-09-18T16:26:58.706Z Downloaded daft-derive v0.1.8
10072026-09-18T16:26:58.709Z Downloaded ref-cast v1.0.25
10082026-09-18T16:26:58.709Z Downloaded try-lock v0.2.5
10092026-09-18T16:26:58.709Z Downloaded r2d2 v0.8.10
10102026-09-18T16:26:58.721Z Downloaded impl-trait-for-tuples v0.2.3
10112026-09-18T16:26:58.726Z Downloaded signature v3.0.0
10122026-09-18T16:26:58.726Z Downloaded rustls-pki-types v1.14.0
10132026-09-18T16:26:58.726Z Downloaded supports-unicode v3.0.0
10142026-09-18T16:26:58.726Z Downloaded testing_table v0.3.0
10152026-09-18T16:26:58.726Z Downloaded thiserror-impl-no-std v2.0.2
10162026-09-18T16:26:58.726Z Downloaded unicode-xid v0.2.6
10172026-09-18T16:26:58.729Z Downloaded vergen-lib v9.1.0
10182026-09-18T16:26:58.729Z Downloaded defmt v1.0.1
10192026-09-18T16:26:58.729Z Downloaded hashbrown v0.12.3
10202026-09-18T16:26:58.733Z Downloaded stable_deref_trait v1.2.1
10212026-09-18T16:26:58.733Z Downloaded indexmap v1.9.3
10222026-09-18T16:26:58.736Z Downloaded either v1.15.0
10232026-09-18T16:26:58.738Z Downloaded ipnetwork v0.21.1
10242026-09-18T16:26:58.739Z Downloaded sec1 v0.7.3
10252026-09-18T16:26:58.741Z Downloaded icu_collections v2.1.1
10262026-09-18T16:26:58.745Z Downloaded usdt v0.6.0
10272026-09-18T16:26:58.745Z Downloaded tough v0.22.0
10282026-09-18T16:26:58.749Z Downloaded dropshot-api-manager v0.8.0
10292026-09-18T16:26:58.753Z Downloaded libsw v3.5.0
10302026-09-18T16:26:58.756Z Downloaded oso v0.27.3
10312026-09-18T16:26:58.756Z Downloaded libxml v0.3.3
10322026-09-18T16:26:58.760Z Downloaded primeorder v0.13.6
10332026-09-18T16:26:58.763Z Downloaded structmeta-derive v0.3.0
10342026-09-18T16:26:58.763Z Downloaded module-lattice v0.2.3
10352026-09-18T16:26:58.763Z Downloaded newtype-uuid v1.3.2
10362026-09-18T16:26:58.763Z Downloaded document-features v0.2.12
10372026-09-18T16:26:58.767Z Downloaded litemap v0.8.1
10382026-09-18T16:26:58.770Z Downloaded const_format v0.2.35
10392026-09-18T16:26:58.773Z Downloaded zerocopy-derive v0.8.55
10402026-09-18T16:26:58.779Z Downloaded papergrid v0.18.0
10412026-09-18T16:26:58.783Z Downloaded unicode-properties v0.1.4
10422026-09-18T16:26:58.786Z Downloaded encoding_rs v0.8.35
10432026-09-18T16:26:58.801Z Downloaded lock_api v0.4.14
10442026-09-18T16:26:58.804Z Downloaded derive_more v0.99.20
10452026-09-18T16:26:58.807Z Downloaded topological-sort v0.2.2
10462026-09-18T16:26:58.807Z Downloaded maybe-uninit v2.0.0
10472026-09-18T16:26:58.807Z Downloaded primeorder v0.14.0
10482026-09-18T16:26:58.807Z Downloaded hashbrown v0.16.1
10492026-09-18T16:26:58.816Z Downloaded term v0.7.0
10502026-09-18T16:26:58.820Z Downloaded signal-hook v0.3.18
10512026-09-18T16:26:58.820Z Downloaded shell-words v1.1.1
10522026-09-18T16:26:58.820Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: OpenSSL/3.6.3: error:0A000126:SSL routines::unexpected eof while reading, errno 0)
10532026-09-18T16:26:58.820Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
10542026-09-18T16:26:58.821Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
10552026-09-18T16:26:58.821Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
10562026-09-18T16:26:58.821Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
10572026-09-18T16:26:58.821Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
10582026-09-18T16:26:58.821Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
10592026-09-18T16:26:58.821Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
10602026-09-18T16:26:58.821Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
10612026-09-18T16:26:58.821Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
10622026-09-18T16:26:58.821Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
10632026-09-18T16:26:58.822Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
10642026-09-18T16:26:58.822Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
10652026-09-18T16:26:58.822Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
10662026-09-18T16:26:58.822Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
10672026-09-18T16:26:58.822Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
10682026-09-18T16:26:58.822Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
10692026-09-18T16:26:58.822Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
10702026-09-18T16:26:58.822Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
10712026-09-18T16:26:58.822Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
10722026-09-18T16:26:58.822Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
10732026-09-18T16:26:58.822Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
10742026-09-18T16:26:58.822Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
10752026-09-18T16:26:58.822Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
10762026-09-18T16:26:58.822Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
10772026-09-18T16:26:58.822Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
10782026-09-18T16:26:58.822Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
10792026-09-18T16:26:58.822Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
10802026-09-18T16:26:58.822Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
10812026-09-18T16:26:58.822Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
10822026-09-18T16:26:58.822Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
10832026-09-18T16:26:58.822Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
10842026-09-18T16:26:58.822Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
10852026-09-18T16:26:58.822Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
10862026-09-18T16:26:58.822Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
10872026-09-18T16:26:58.822Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
10882026-09-18T16:26:58.822Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
10892026-09-18T16:26:58.822Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
10902026-09-18T16:26:58.822Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
10912026-09-18T16:26:58.822Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
10922026-09-18T16:26:58.822Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
10932026-09-18T16:26:58.823Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
10942026-09-18T16:26:58.823Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
10952026-09-18T16:26:58.823Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
10962026-09-18T16:26:58.823Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
10972026-09-18T16:26:58.823Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
10982026-09-18T16:26:58.823Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
10992026-09-18T16:26:58.823Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
11002026-09-18T16:26:58.823Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
11012026-09-18T16:26:58.823Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
11022026-09-18T16:26:58.823Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
11032026-09-18T16:26:58.823Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
11042026-09-18T16:26:58.823Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
11052026-09-18T16:26:58.824Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
11062026-09-18T16:26:58.824Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
11072026-09-18T16:26:58.824Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
11082026-09-18T16:26:58.824Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
11092026-09-18T16:26:58.824Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
11102026-09-18T16:26:58.824Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
11112026-09-18T16:26:58.824Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
11122026-09-18T16:26:58.824Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
11132026-09-18T16:26:58.824Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
11142026-09-18T16:26:58.824Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
11152026-09-18T16:26:58.824Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
11162026-09-18T16:26:58.824Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
11172026-09-18T16:26:58.824Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
11182026-09-18T16:26:58.824Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
11192026-09-18T16:26:58.824Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
11202026-09-18T16:26:58.824Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
11212026-09-18T16:26:58.825Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
11222026-09-18T16:26:58.825Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
11232026-09-18T16:26:58.825Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
11242026-09-18T16:26:58.825Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
11252026-09-18T16:26:58.825Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
11262026-09-18T16:26:58.825Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
11272026-09-18T16:26:58.825Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
11282026-09-18T16:26:58.825Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
11292026-09-18T16:26:58.825Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
11302026-09-18T16:26:58.825Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
11312026-09-18T16:26:58.825Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
11322026-09-18T16:26:58.825Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
11332026-09-18T16:26:58.825Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
11342026-09-18T16:26:58.825Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
11352026-09-18T16:26:58.825Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
11362026-09-18T16:26:58.825Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
11372026-09-18T16:26:58.825Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
11382026-09-18T16:26:58.826Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
11392026-09-18T16:26:58.826Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
11402026-09-18T16:26:58.826Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
11412026-09-18T16:26:58.826Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
11422026-09-18T16:26:58.826Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
11432026-09-18T16:26:58.826Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
11442026-09-18T16:26:58.826Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
11452026-09-18T16:26:58.827Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
11462026-09-18T16:26:58.827Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
11472026-09-18T16:26:58.827Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
11482026-09-18T16:26:58.827Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
11492026-09-18T16:26:58.827Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
11502026-09-18T16:26:58.835Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0)
11512026-09-18T16:26:58.835Z Downloaded void v1.0.2
11522026-09-18T16:26:58.835Z Downloaded csv-core v0.1.13
11532026-09-18T16:26:58.835Z Downloaded tinyvec_macros v0.1.1
11542026-09-18T16:26:58.835Z Downloaded universal-hash v0.6.1
11552026-09-18T16:26:58.835Z Downloaded miniz_oxide v0.8.9
11562026-09-18T16:26:58.835Z Downloaded internal-russh-num-bigint v0.5.0
11572026-09-18T16:26:58.835Z Downloaded whoami v1.6.1
11582026-09-18T16:26:58.840Z Downloaded pkcs8 v0.11.0
11592026-09-18T16:26:58.840Z Downloaded libm v0.2.16
11602026-09-18T16:26:58.845Z Downloaded darling_core v0.23.0
11612026-09-18T16:26:58.848Z Downloaded unicode-bidi v0.3.18
11622026-09-18T16:26:58.851Z Downloaded knus-derive v3.4.0
11632026-09-18T16:26:58.851Z Downloaded trait-variant v0.1.2
11642026-09-18T16:26:58.851Z Downloaded digest-io v0.1.0
11652026-09-18T16:26:58.851Z Downloaded linked-hash-map v0.5.6
11662026-09-18T16:26:58.854Z Downloaded lru v0.12.5
11672026-09-18T16:26:58.862Z Downloaded rcgen v0.12.1
11682026-09-18T16:26:58.866Z Downloaded aws-lc-rs v1.16.3
11692026-09-18T16:26:58.872Z Downloaded libscf-sys v1.2.0
11702026-09-18T16:26:58.874Z Downloaded predicates-core v1.0.10
11712026-09-18T16:26:58.874Z Downloaded proc-macro-crate v3.4.0
11722026-09-18T16:26:58.874Z Downloaded same-file v1.0.6
11732026-09-18T16:26:58.878Z Downloaded p521 v0.14.0
11742026-09-18T16:26:58.878Z Downloaded rustc-demangle v0.1.27
11752026-09-18T16:26:58.883Z Downloaded slog-json v2.6.1
11762026-09-18T16:26:58.886Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11772026-09-18T16:26:58.886Z Downloaded vergen-lib v0.1.6
11782026-09-18T16:26:58.889Z Downloaded steno v0.4.1
11792026-09-18T16:26:58.889Z Downloaded idna v1.1.0
11802026-09-18T16:26:58.891Z Downloaded salsa20 v0.11.0
11812026-09-18T16:26:58.894Z Downloaded tokio-util v0.7.18
11822026-09-18T16:26:58.897Z Downloaded slog-async v2.8.0
11832026-09-18T16:26:58.900Z Downloaded semver v0.1.20
11842026-09-18T16:26:58.900Z Downloaded sha1 v0.10.6
11852026-09-18T16:26:58.902Z Downloaded keccak v0.2.0
11862026-09-18T16:26:58.902Z Downloaded hyper-staticfile v0.10.1
11872026-09-18T16:26:58.907Z Downloaded itertools v0.14.0
11882026-09-18T16:26:58.910Z Downloaded uuid v1.23.4
11892026-09-18T16:26:58.910Z Downloaded winnow v1.0.3
11902026-09-18T16:26:58.915Z Downloaded serde_with_macros v3.21.0
11912026-09-18T16:26:58.918Z Downloaded ingot-macros v0.2.0
11922026-09-18T16:26:58.918Z Downloaded itertools v0.15.0
11932026-09-18T16:26:58.922Z Downloaded tower-service v0.3.3
11942026-09-18T16:26:58.926Z Downloaded num-rational v0.4.2
11952026-09-18T16:26:58.927Z Downloaded tls_codec v0.4.2
11962026-09-18T16:26:58.927Z Downloaded derive_builder_core v0.20.2
11972026-09-18T16:26:58.932Z Downloaded jobserver v0.1.34
11982026-09-18T16:26:58.932Z Downloaded signal-hook-tokio v0.3.1
11992026-09-18T16:26:58.932Z Downloaded unarray v0.1.4
12002026-09-18T16:26:58.932Z Downloaded potential_utf v0.1.4
12012026-09-18T16:26:58.932Z Downloaded rsa v0.9.10
12022026-09-18T16:26:58.940Z Downloaded pkg-config v0.3.32
12032026-09-18T16:26:58.940Z Downloaded sponge-cursor v0.1.0
12042026-09-18T16:26:58.945Z Downloaded bitvec v1.0.1
12052026-09-18T16:26:58.949Z Downloaded rfc6979 v0.4.0
12062026-09-18T16:26:58.959Z Downloaded cstr-argument v0.1.2
12072026-09-18T16:26:58.959Z Downloaded sync-ptr v0.1.4
12082026-09-18T16:26:58.959Z Downloaded darling_macro v0.23.0
12092026-09-18T16:26:58.959Z Downloaded rand_core v0.6.4
12102026-09-18T16:26:58.959Z Downloaded new_debug_unreachable v1.0.6
12112026-09-18T16:26:58.959Z Downloaded normalize-line-endings v0.3.0
12122026-09-18T16:26:58.959Z Downloaded subtle v2.6.1
12132026-09-18T16:26:58.959Z Downloaded term v1.2.1
12142026-09-18T16:26:59.010Z Downloaded hyper v1.10.1
12152026-09-18T16:26:59.010Z Downloaded regex v1.12.3
12162026-09-18T16:26:59.010Z Downloaded rawzip v0.4.4
12172026-09-18T16:26:59.010Z Downloaded drift v0.2.0
12182026-09-18T16:26:59.011Z Downloaded num-traits v0.2.19
12192026-09-18T16:26:59.011Z Downloaded md5 v0.8.0
12202026-09-18T16:26:59.011Z Downloaded inout v0.2.2
12212026-09-18T16:26:59.011Z Downloaded num-iter v0.1.45
12222026-09-18T16:26:59.011Z Downloaded tokio-native-tls v0.3.1
12232026-09-18T16:26:59.011Z Downloaded toml_writer v1.1.1+spec-1.1.0
12242026-09-18T16:26:59.011Z Downloaded constant_time_eq v0.4.2
12252026-09-18T16:26:59.011Z Downloaded tracing-attributes v0.1.31
12262026-09-18T16:26:59.011Z Downloaded bindgen v0.71.1
12272026-09-18T16:26:59.011Z Downloaded lzss v0.8.2
12282026-09-18T16:26:59.011Z Downloaded instability v0.3.11
12292026-09-18T16:26:59.011Z Downloaded const_format_proc_macros v0.2.34
12302026-09-18T16:26:59.011Z Downloaded num v0.4.3
12312026-09-18T16:26:59.011Z Downloaded chrono v0.4.45
12322026-09-18T16:26:59.011Z Downloaded indoc v2.0.7
12332026-09-18T16:26:59.011Z Downloaded cpufeatures v0.3.0
12342026-09-18T16:26:59.011Z Downloaded derive_builder_macro v0.20.2
12352026-09-18T16:26:59.011Z Downloaded progenitor-macro v0.14.0
12362026-09-18T16:26:59.011Z Downloaded portable-atomic v1.13.1
12372026-09-18T16:26:59.018Z Downloaded phf v0.12.1
12382026-09-18T16:26:59.018Z Downloaded signal-hook-mio v0.2.5
12392026-09-18T16:26:59.018Z Downloaded mio v1.2.0
12402026-09-18T16:26:59.018Z Downloaded toml_parser v1.1.2+spec-1.1.0
12412026-09-18T16:26:59.018Z Downloaded darling v0.13.4
12422026-09-18T16:26:59.018Z Downloaded peg v0.8.5
12432026-09-18T16:26:59.018Z Downloaded uzers v0.12.2
12442026-09-18T16:26:59.018Z Downloaded yoke v0.8.1
12452026-09-18T16:26:59.023Z Downloaded tiny-keccak v2.0.2
12462026-09-18T16:26:59.023Z Downloaded serde-hex v0.1.0
12472026-09-18T16:26:59.023Z Downloaded indicatif v0.18.4
12482026-09-18T16:26:59.023Z Downloaded digest v0.11.3
12492026-09-18T16:26:59.023Z Downloaded ingot v0.2.1
12502026-09-18T16:26:59.026Z Downloaded darling v0.21.3
12512026-09-18T16:26:59.026Z Downloaded parking_lot v0.12.5
12522026-09-18T16:26:59.026Z Downloaded slog v2.8.2
12532026-09-18T16:26:59.029Z Downloaded scroll v0.13.0
12542026-09-18T16:26:59.029Z Downloaded miette-derive v7.6.0
12552026-09-18T16:26:59.032Z Downloaded libloading v0.8.9
12562026-09-18T16:26:59.032Z Downloaded toml_datetime v1.1.1+spec-1.1.0
12572026-09-18T16:26:59.035Z Downloaded proc-macro-error2 v2.0.1
12582026-09-18T16:26:59.035Z Downloaded rpassword v7.5.4
12592026-09-18T16:26:59.039Z Downloaded ecdsa v0.16.9
12602026-09-18T16:26:59.039Z Downloaded nanorand v0.7.0
12612026-09-18T16:26:59.039Z Downloaded rsa v0.10.0-rc.18
12622026-09-18T16:26:59.042Z Downloaded ed25519 v3.0.0
12632026-09-18T16:26:59.045Z Downloaded cookie_store v0.22.1
12642026-09-18T16:26:59.055Z Downloaded unsafe-libyaml v0.2.11
12652026-09-18T16:26:59.058Z Downloaded zerovec v0.11.5
12662026-09-18T16:26:59.063Z Downloaded delegate v0.13.5
12672026-09-18T16:26:59.063Z Downloaded petname v2.0.2
12682026-09-18T16:26:59.067Z Downloaded spin v0.9.8
12692026-09-18T16:26:59.070Z Downloaded blake3 v1.8.5
12702026-09-18T16:26:59.074Z Downloaded elliptic-curve v0.13.8
12712026-09-18T16:26:59.085Z Downloaded darling_core v0.13.4
12722026-09-18T16:26:59.089Z Downloaded schemars v0.8.22
12732026-09-18T16:26:59.089Z Downloaded itertools v0.12.1
12742026-09-18T16:26:59.092Z Downloaded ml-kem v0.3.2
12752026-09-18T16:26:59.092Z Downloaded p384 v0.13.1
12762026-09-18T16:26:59.098Z Downloaded snafu v0.8.9
12772026-09-18T16:26:59.101Z Downloaded nom v8.0.0
12782026-09-18T16:26:59.104Z Downloaded subprocess v0.2.15
12792026-09-18T16:26:59.104Z Downloaded hyper-util v0.1.20
12802026-09-18T16:26:59.107Z Downloaded derive-where v1.6.0
12812026-09-18T16:26:59.110Z Downloaded lalrpop v0.19.12
12822026-09-18T16:26:59.116Z Downloaded ed25519-dalek v2.2.0
12832026-09-18T16:26:59.119Z Downloaded smoltcp v0.9.1
12842026-09-18T16:26:59.124Z Downloaded socket2 v0.5.10
12852026-09-18T16:26:59.127Z Downloaded tar v0.4.46
12862026-09-18T16:26:59.131Z Downloaded p384 v0.14.0
12872026-09-18T16:26:59.131Z Downloaded pin-project v1.1.11
12882026-09-18T16:26:59.136Z Downloaded icu_normalizer v2.1.1
12892026-09-18T16:26:59.139Z Downloaded knus v3.4.0
12902026-09-18T16:26:59.142Z Downloaded zerocopy v0.6.6
12912026-09-18T16:26:59.142Z Downloaded itertools v0.13.0
12922026-09-18T16:26:59.147Z Downloaded quinn v0.11.11
12932026-09-18T16:26:59.151Z Downloaded zip v0.6.6
12942026-09-18T16:26:59.154Z Downloaded yansi v1.0.1
12952026-09-18T16:26:59.154Z Downloaded qorb v0.4.1
12962026-09-18T16:26:59.156Z Downloaded samael v0.0.19
12972026-09-18T16:26:59.159Z Downloaded crossbeam-channel v0.5.15
12982026-09-18T16:26:59.162Z Downloaded publicsuffix v2.3.0
12992026-09-18T16:26:59.162Z Downloaded diesel_derives v2.3.7
13002026-09-18T16:26:59.166Z Downloaded serde_with v3.21.0
13012026-09-18T16:26:59.174Z Downloaded itertools v0.10.5
13022026-09-18T16:26:59.178Z Downloaded iri-string v0.7.10
13032026-09-18T16:26:59.182Z Downloaded rand v0.10.1
13042026-09-18T16:26:59.186Z Downloaded der v0.8.0
13052026-09-18T16:26:59.189Z Downloaded rustix v0.38.44
13062026-09-18T16:26:59.204Z Downloaded jiff-core v0.1.0
13072026-09-18T16:26:59.209Z Downloaded iddqd v0.4.2
13082026-09-18T16:26:59.209Z Downloaded salty v0.3.0
13092026-09-18T16:26:59.213Z Downloaded openssl v0.10.80
13102026-09-18T16:26:59.220Z Downloaded reqwest v0.13.2
13112026-09-18T16:26:59.227Z Downloaded miette v7.6.0
13122026-09-18T16:26:59.227Z Downloaded nix v0.27.1
13132026-09-18T16:26:59.230Z Downloaded bstr v1.12.1
13142026-09-18T16:26:59.233Z Downloaded time v0.3.47
13152026-09-18T16:26:59.241Z Downloaded object v0.30.4
13162026-09-18T16:26:59.247Z Downloaded regress v0.10.5
13172026-09-18T16:26:59.252Z Downloaded polar-core v0.27.3
13182026-09-18T16:26:59.255Z Downloaded zerocopy v0.8.55
13192026-09-18T16:26:59.266Z Downloaded dropshot v0.17.1
13202026-09-18T16:26:59.282Z Downloaded nix v0.28.0
13212026-09-18T16:26:59.288Z Downloaded object v0.37.3
13222026-09-18T16:26:59.292Z Downloaded crossterm v0.29.0
13232026-09-18T16:26:59.295Z Downloaded crypto-bigint v0.7.5
13242026-09-18T16:26:59.303Z Downloaded tabled v0.21.0
13252026-09-18T16:26:59.315Z Downloaded csv v1.4.0
13262026-09-18T16:26:59.325Z Downloaded regex-syntax v0.8.10
13272026-09-18T16:26:59.329Z Downloaded syn v3.0.3
13282026-09-18T16:26:59.336Z Downloaded regex-syntax v0.6.29
13292026-09-18T16:26:59.339Z Downloaded object v0.39.1
13302026-09-18T16:26:59.346Z Downloaded curve25519-dalek v4.1.3
13312026-09-18T16:26:59.411Z Downloaded termtree v0.5.1
13322026-09-18T16:26:59.415Z Downloaded password-hash v0.6.1
13332026-09-18T16:26:59.419Z Downloaded path-slash v0.1.5
13342026-09-18T16:26:59.428Z Downloaded sha3 v0.11.0
13352026-09-18T16:26:59.442Z Downloaded stringprep v0.1.5
13362026-09-18T16:26:59.462Z Downloaded chrono-tz v0.10.4
13372026-09-18T16:26:59.473Z Downloaded utf8_iter v1.0.4
13382026-09-18T16:26:59.476Z Downloaded icu_normalizer_data v2.1.1
13392026-09-18T16:26:59.482Z Downloaded pretty_assertions v1.4.1
13402026-09-18T16:26:59.516Z Downloaded diesel v2.3.7
13412026-09-18T16:26:59.528Z Downloaded oxnet v0.1.6
13422026-09-18T16:26:59.532Z Downloaded ratatui v0.29.0
13432026-09-18T16:26:59.540Z Downloaded tracing v0.1.44
13442026-09-18T16:26:59.552Z Downloaded xshell v0.2.7
13452026-09-18T16:26:59.555Z Downloaded darling_core v0.20.11
13462026-09-18T16:26:59.558Z Downloaded tokio-rustls v0.26.4
13472026-09-18T16:26:59.558Z Downloaded bzip2-sys v0.1.13+1.0.8
13482026-09-18T16:26:59.563Z Downloaded typify-impl v0.6.2
13492026-09-18T16:26:59.572Z Downloaded reedline v0.40.0
13502026-09-18T16:26:59.576Z Downloaded sync_wrapper v1.0.2
13512026-09-18T16:26:59.579Z Downloaded convert_case v0.10.0
13522026-09-18T16:26:59.625Z Downloaded phf_shared v0.12.1
13532026-09-18T16:26:59.628Z Downloaded wait-timeout v0.2.1
13542026-09-18T16:26:59.640Z Downloaded moka v0.12.13
13552026-09-18T16:26:59.655Z Downloaded regex-automata v0.4.14
13562026-09-18T16:26:59.686Z Downloaded jiff v0.2.34
13572026-09-18T16:26:59.700Z Downloaded crypto-bigint v0.5.5
13582026-09-18T16:26:59.703Z Downloaded serde_bytes v0.11.19
13592026-09-18T16:26:59.703Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13602026-09-18T16:26:59.711Z Downloaded typify v0.6.2
13612026-09-18T16:26:59.723Z Downloaded crc-catalog v2.4.0
13622026-09-18T16:26:59.727Z Downloaded vcpkg v0.2.15
13632026-09-18T16:26:59.747Z Downloaded prefix-trie v0.7.0
13642026-09-18T16:26:59.750Z Downloaded parse-display v0.10.0
13652026-09-18T16:26:59.750Z Downloaded russh v0.62.4
13662026-09-18T16:26:59.754Z Downloaded vte v0.14.1
13672026-09-18T16:26:59.757Z Downloaded petgraph v0.6.5
13682026-09-18T16:26:59.766Z Downloaded sapling-renderdag v0.1.0
13692026-09-18T16:26:59.771Z Downloaded dyn-clone v1.0.20
13702026-09-18T16:26:59.781Z Downloaded zerofrom-derive v0.1.6
13712026-09-18T16:26:59.785Z Downloaded predicates-tree v1.0.13
13722026-09-18T16:26:59.795Z Downloaded openapiv3 v2.2.0
13732026-09-18T16:26:59.801Z Downloaded tokio v1.52.1
13742026-09-18T16:26:59.830Z Downloaded libz-sys v1.1.24
13752026-09-18T16:26:59.840Z Downloaded icu_properties v2.1.2
13762026-09-18T16:26:59.844Z Downloaded url v2.5.8
13772026-09-18T16:26:59.844Z Downloaded sled v0.34.7
13782026-09-18T16:26:59.848Z Downloaded petgraph v0.8.3
13792026-09-18T16:26:59.860Z Downloaded strum v0.27.2
13802026-09-18T16:26:59.863Z Downloaded rustc_version v0.1.7
13812026-09-18T16:26:59.863Z Downloaded rayon v1.11.0
13822026-09-18T16:26:59.866Z Downloaded nom v7.1.3
13832026-09-18T16:26:59.873Z Downloaded regress v0.11.1
13842026-09-18T16:26:59.877Z Downloaded rand_chacha v0.3.1
13852026-09-18T16:26:59.883Z Downloaded winnow v0.6.26
13862026-09-18T16:26:59.893Z Downloaded oxide-generation v0.1.3
13872026-09-18T16:26:59.898Z Downloaded zerocopy-derive v0.6.6
13882026-09-18T16:26:59.904Z Downloaded proptest v1.11.0
13892026-09-18T16:26:59.908Z Downloaded rand_seeder v0.4.0
13902026-09-18T16:26:59.920Z Downloaded daft v0.1.8
13912026-09-18T16:26:59.925Z Downloaded http-body-util v0.1.3
13922026-09-18T16:26:59.949Z Downloaded humantime v2.3.0
13932026-09-18T16:26:59.952Z Downloaded sha3 v0.12.0
13942026-09-18T16:26:59.955Z Downloaded serde_with v1.14.0
13952026-09-18T16:26:59.965Z Downloaded zip v4.6.1
13962026-09-18T16:26:59.972Z Downloaded pem v3.0.6
13972026-09-18T16:26:59.975Z Downloaded linear-map v1.2.0
13982026-09-18T16:26:59.975Z Downloaded jiff-static v0.2.34
13992026-09-18T16:26:59.993Z Downloaded darling_macro v0.21.3
14002026-09-18T16:26:59.996Z Downloaded managed v0.8.0
14012026-09-18T16:27:00.006Z Downloaded serde_tokenstream v0.3.0
14022026-09-18T16:27:00.015Z Downloaded smoltcp v0.11.0
14032026-09-18T16:27:00.024Z Downloaded russh-cryptovec v0.62.0
14042026-09-18T16:27:00.041Z Downloaded ppv-lite86 v0.2.21
14052026-09-18T16:27:00.099Z Downloaded pbkdf2 v0.13.0
14062026-09-18T16:27:00.115Z Downloaded darling_core v0.21.3
14072026-09-18T16:27:00.119Z Downloaded vsss-rs v3.3.4
14082026-09-18T16:27:00.123Z Downloaded rayon-core v1.13.0
14092026-09-18T16:27:00.123Z Downloaded thread_local v1.1.9
14102026-09-18T16:27:00.130Z Downloaded ssh-key v0.7.0-rc.11
14112026-09-18T16:27:00.137Z Downloaded rustls-native-certs v0.8.3
14122026-09-18T16:27:00.140Z Downloaded path-slash v0.2.1
14132026-09-18T16:27:00.147Z Downloaded strum_macros v0.24.3
14142026-09-18T16:27:00.151Z Downloaded password-hash v0.5.0
14152026-09-18T16:27:00.171Z Downloaded ring v0.17.14
14162026-09-18T16:27:00.196Z Downloaded rand v0.9.2
14172026-09-18T16:27:00.198Z Downloaded spki v0.8.0
14182026-09-18T16:27:00.204Z Downloaded writeable v0.6.2
14192026-09-18T16:27:00.204Z Downloaded curve25519-dalek v5.0.0
14202026-09-18T16:27:00.207Z Downloaded newtype-uuid-macros v0.1.0
14212026-09-18T16:27:00.211Z Downloaded toml_edit v0.19.15
14222026-09-18T16:27:00.217Z Downloaded num-complex v0.4.6
14232026-09-18T16:27:00.220Z Downloaded predicates v3.1.4
14242026-09-18T16:27:00.225Z Downloaded crossbeam-epoch v0.9.18
14252026-09-18T16:27:00.244Z Downloaded typify-macro v0.6.2
14262026-09-18T16:27:00.247Z Downloaded serde_plain v1.0.2
14272026-09-18T16:27:00.251Z Downloaded litrs v1.0.0
14282026-09-18T16:27:00.254Z Downloaded unicode-normalization v0.1.25
14292026-09-18T16:27:00.261Z Downloaded whoami v2.1.0
14302026-09-18T16:27:00.264Z Downloaded sec1 v0.8.1
14312026-09-18T16:27:00.286Z Downloaded num-bigint v0.4.6
14322026-09-18T16:27:00.289Z Downloaded zstd v0.13.3
14332026-09-18T16:27:00.302Z Downloaded schemars_derive v0.8.22
14342026-09-18T16:27:00.313Z Downloaded rustls v0.23.41
14352026-09-18T16:27:00.333Z Downloaded thread-id v5.1.0
14362026-09-18T16:27:00.336Z Downloaded mime_guess v2.0.5
14372026-09-18T16:27:00.351Z Downloaded minimal-lexical v0.2.1
14382026-09-18T16:27:00.366Z Downloaded defmt-parser v1.0.0
14392026-09-18T16:27:00.371Z Downloaded parking_lot_core v0.9.12
14402026-09-18T16:27:00.378Z Downloaded zlib-rs v0.6.2
14412026-09-18T16:27:00.381Z Downloaded toml v0.7.8
14422026-09-18T16:27:00.490Z Downloaded libgit2-sys v0.18.3+1.9.2
14432026-09-18T16:27:00.521Z Downloaded sha3 v0.10.8
14442026-09-18T16:27:00.836Z Downloaded aws-lc-sys v0.40.0
14452026-09-18T16:27:01.105Z Compiling serde_core v1.0.228
14462026-09-18T16:27:01.105Z Compiling libc v0.2.185
14472026-09-18T16:27:01.105Z Compiling serde v1.0.228
14482026-09-18T16:27:01.116Z Compiling log v0.4.33
14492026-09-18T16:27:01.116Z Compiling smallvec v1.15.1
14502026-09-18T16:27:01.116Z Compiling subtle v2.6.1
14512026-09-18T16:27:01.116Z Compiling shlex v1.3.0
14522026-09-18T16:27:01.116Z Compiling find-msvc-tools v0.1.9
14532026-09-18T16:27:01.305Z Compiling typenum v1.20.1
14542026-09-18T16:27:01.317Z Compiling scopeguard v1.2.0
14552026-09-18T16:27:01.320Z Compiling stable_deref_trait v1.2.1
14562026-09-18T16:27:01.320Z Compiling portable-atomic v1.13.1
14572026-09-18T16:27:01.320Z Compiling serde_json v1.0.151
14582026-09-18T16:27:01.349Z Compiling zerocopy v0.8.55
14592026-09-18T16:27:01.370Z Compiling syn v2.0.117
14602026-09-18T16:27:01.383Z Compiling critical-section v1.2.0
14612026-09-18T16:27:01.426Z Compiling libm v0.2.16
14622026-09-18T16:27:01.492Z Compiling lock_api v0.4.14
14632026-09-18T16:27:01.504Z Compiling num-traits v0.2.19
14642026-09-18T16:27:01.518Z Compiling pkg-config v0.3.32
14652026-09-18T16:27:01.533Z Compiling parking_lot_core v0.9.12
14662026-09-18T16:27:01.590Z Compiling getrandom v0.4.3
14672026-09-18T16:27:01.649Z Compiling pin-project-lite v0.2.17
14682026-09-18T16:27:01.683Z Compiling rand_core v0.10.0
14692026-09-18T16:27:01.723Z Compiling futures-core v0.3.32
14702026-09-18T16:27:01.824Z Compiling percent-encoding v2.3.2
14712026-09-18T16:27:01.836Z Compiling writeable v0.6.2
14722026-09-18T16:27:01.843Z Compiling foldhash v0.2.0
14732026-09-18T16:27:01.868Z Compiling litemap v0.8.1
14742026-09-18T16:27:01.928Z Compiling icu_properties_data v2.1.2
14752026-09-18T16:27:01.953Z Compiling icu_normalizer_data v2.1.1
14762026-09-18T16:27:01.984Z Compiling generic-array v0.14.7
14772026-09-18T16:27:01.984Z Compiling const-oid v0.9.6
14782026-09-18T16:27:02.011Z Compiling getrandom v0.3.4
14792026-09-18T16:27:02.025Z Compiling hashbrown v0.17.0
14802026-09-18T16:27:02.075Z Compiling rustix v1.1.4
14812026-09-18T16:27:02.089Z Compiling futures-sink v0.3.32
14822026-09-18T16:27:02.089Z Compiling slab v0.4.12
14832026-09-18T16:27:02.201Z Compiling futures-channel v0.3.32
14842026-09-18T16:27:02.229Z Compiling utf8_iter v1.0.4
14852026-09-18T16:27:02.259Z Compiling errno v0.3.14
14862026-09-18T16:27:02.262Z Compiling jobserver v0.1.34
14872026-09-18T16:27:02.284Z Compiling getrandom v0.2.17
14882026-09-18T16:27:02.393Z Compiling signal-hook-registry v1.4.8
14892026-09-18T16:27:02.434Z Compiling rand_core v0.6.4
14902026-09-18T16:27:02.451Z Compiling mio v1.2.0
14912026-09-18T16:27:02.488Z Compiling cc v1.2.56
14922026-09-18T16:27:02.520Z Compiling once_cell v1.21.3
14932026-09-18T16:27:02.578Z Compiling parking_lot v0.12.5
14942026-09-18T16:27:02.656Z Compiling socket2 v0.6.3
14952026-09-18T16:27:02.707Z Compiling futures-io v0.3.32
14962026-09-18T16:27:02.710Z Compiling futures-task v0.3.32
14972026-09-18T16:27:02.761Z Compiling form_urlencoded v1.2.2
14982026-09-18T16:27:02.789Z Compiling cmov v0.5.4
14992026-09-18T16:27:02.805Z Compiling rustversion v1.0.22
15002026-09-18T16:27:02.824Z Compiling iana-time-zone v0.1.65
15012026-09-18T16:27:02.878Z Compiling base64ct v1.8.3
15022026-09-18T16:27:02.914Z Compiling flagset v0.4.7
15032026-09-18T16:27:02.928Z Compiling regex-syntax v0.8.10
15042026-09-18T16:27:02.963Z Compiling dunce v1.0.5
15052026-09-18T16:27:03.003Z Compiling ctutils v0.4.2
15062026-09-18T16:27:03.009Z Compiling ident_case v1.0.1
15072026-09-18T16:27:03.026Z Compiling fs_extra v1.3.0
15082026-09-18T16:27:03.029Z Compiling syn v1.0.109
15092026-09-18T16:27:03.056Z Compiling base64 v0.22.1
15102026-09-18T16:27:03.071Z Compiling vcpkg v0.2.15
15112026-09-18T16:27:03.090Z Compiling tracing-core v0.1.36
15122026-09-18T16:27:03.104Z Compiling schemars v0.8.22
15132026-09-18T16:27:03.158Z Compiling pem-rfc7468 v0.7.0
15142026-09-18T16:27:03.166Z Compiling dyn-clone v1.0.20
15152026-09-18T16:27:03.198Z Compiling crc32fast v1.5.0
15162026-09-18T16:27:03.280Z Compiling cmake v0.1.57
15172026-09-18T16:27:03.313Z Compiling aws-lc-rs v1.16.3
15182026-09-18T16:27:03.328Z Compiling rand_core v0.9.5
15192026-09-18T16:27:03.369Z Compiling spin v0.9.8
15202026-09-18T16:27:03.406Z Compiling tinyvec_macros v0.1.1
15212026-09-18T16:27:03.446Z Compiling httparse v1.10.1
15222026-09-18T16:27:03.476Z Compiling openssl-probe v0.2.1
15232026-09-18T16:27:03.494Z Compiling tinyvec v1.10.0
15242026-09-18T16:27:03.616Z Compiling aho-corasick v1.1.4
15252026-09-18T16:27:03.639Z Compiling bitflags v2.11.0
15262026-09-18T16:27:03.684Z Compiling semver v1.0.28
15272026-09-18T16:27:03.700Z Compiling indexmap v2.14.0
15282026-09-18T16:27:03.730Z Compiling uuid v1.23.4
15292026-09-18T16:27:03.798Z Compiling tower-service v0.3.3
15302026-09-18T16:27:03.852Z Compiling try-lock v0.2.5
15312026-09-18T16:27:03.903Z Compiling atomic-waker v1.1.2
15322026-09-18T16:27:03.916Z Compiling rustc_version v0.4.1
15332026-09-18T16:27:03.919Z Compiling radium v0.7.0
15342026-09-18T16:27:03.943Z Compiling untrusted v0.7.1
15352026-09-18T16:27:03.946Z Compiling unicode-segmentation v1.12.0
15362026-09-18T16:27:03.975Z Compiling simd-adler32 v0.3.8
15372026-09-18T16:27:04.049Z Compiling tower-layer v0.3.3
15382026-09-18T16:27:04.052Z Compiling want v0.3.1
15392026-09-18T16:27:04.192Z Compiling aws-lc-sys v0.40.0
15402026-09-18T16:27:04.233Z Compiling openssl-sys v0.9.117
15412026-09-18T16:27:04.262Z Compiling httpdate v1.0.3
15422026-09-18T16:27:04.265Z Compiling adler2 v2.0.1
15432026-09-18T16:27:04.265Z Compiling untrusted v0.9.0
15442026-09-18T16:27:04.308Z Compiling cpufeatures v0.2.17
15452026-09-18T16:27:04.382Z Compiling foreign-types-shared v0.1.1
15462026-09-18T16:27:04.397Z Compiling openssl v0.10.80
15472026-09-18T16:27:04.418Z Compiling const-oid v0.10.2
15482026-09-18T16:27:04.435Z Compiling maybe-uninit v2.0.0
15492026-09-18T16:27:04.443Z Compiling tap v1.0.1
15502026-09-18T16:27:04.443Z Compiling rustls v0.23.41
15512026-09-18T16:27:04.477Z Compiling foreign-types v0.3.2
15522026-09-18T16:27:04.489Z Compiling synstructure v0.13.2
15532026-09-18T16:27:04.519Z Compiling serde_derive_internals v0.29.1
15542026-09-18T16:27:04.562Z Compiling pest_generator v2.8.6
15552026-09-18T16:27:04.578Z Compiling regex-automata v0.4.14
15562026-09-18T16:27:04.650Z Compiling darling_core v0.20.11
15572026-09-18T16:27:04.673Z Compiling wyz v0.5.1
15582026-09-18T16:27:04.690Z Compiling miniz_oxide v0.8.9
15592026-09-18T16:27:04.834Z Compiling tempfile v3.27.0
15602026-09-18T16:27:04.880Z Compiling terminal_size v0.4.3
15612026-09-18T16:27:05.070Z Compiling bzip2-sys v0.1.13+1.0.8
15622026-09-18T16:27:05.086Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15632026-09-18T16:27:05.119Z Compiling unicode-normalization v0.1.25
15642026-09-18T16:27:05.144Z Compiling num-integer v0.1.46
15652026-09-18T16:27:05.248Z Compiling wait-timeout v0.2.1
15662026-09-18T16:27:05.344Z Compiling socket2 v0.5.10
15672026-09-18T16:27:05.359Z Compiling ahash v0.8.12
15682026-09-18T16:27:05.443Z Compiling funty v2.0.0
15692026-09-18T16:27:05.459Z Compiling native-tls v0.2.18
15702026-09-18T16:27:05.462Z Compiling packed_struct v0.10.1
15712026-09-18T16:27:05.486Z Compiling powerfmt v0.2.0
15722026-09-18T16:27:05.499Z Compiling quick-error v1.2.3
15732026-09-18T16:27:05.531Z Compiling num-conv v0.2.0
15742026-09-18T16:27:05.561Z Compiling bit-vec v0.8.0
15752026-09-18T16:27:05.573Z Compiling time-core v0.1.8
15762026-09-18T16:27:05.635Z Compiling cpufeatures v0.3.0
15772026-09-18T16:27:05.659Z Compiling num-bigint-dig v0.8.6
15782026-09-18T16:27:05.669Z Compiling clap_builder v4.6.0
15792026-09-18T16:27:05.720Z Compiling deranged v0.5.8
15802026-09-18T16:27:05.736Z Compiling rusty-fork v0.3.1
15812026-09-18T16:27:05.766Z Compiling bit-set v0.8.0
15822026-09-18T16:27:05.770Z Compiling time-macros v0.2.27
15832026-09-18T16:27:05.829Z Compiling bitvec v1.0.1
15842026-09-18T16:27:05.872Z Compiling num-iter v0.1.45
15852026-09-18T16:27:05.944Z Compiling lazy_static v1.5.0
15862026-09-18T16:27:05.991Z Compiling rand_xorshift v0.4.0
15872026-09-18T16:27:06.005Z Compiling sync_wrapper v1.0.2
15882026-09-18T16:27:06.048Z Compiling indexmap v1.9.3
15892026-09-18T16:27:06.119Z Compiling nodrop v0.1.14
15902026-09-18T16:27:06.122Z Compiling object v0.37.3
15912026-09-18T16:27:06.129Z Compiling paste v1.0.15
15922026-09-18T16:27:06.174Z Compiling siphasher v1.0.2
15932026-09-18T16:27:06.200Z Compiling crossbeam-utils v0.8.21
15942026-09-18T16:27:06.291Z Compiling usdt-impl v0.6.0
15952026-09-18T16:27:06.356Z Compiling serde_derive v1.0.228
15962026-09-18T16:27:06.384Z Compiling zeroize_derive v1.5.0
15972026-09-18T16:27:06.417Z Compiling zerofrom-derive v0.1.6
15982026-09-18T16:27:06.449Z Compiling yoke-derive v0.8.1
15992026-09-18T16:27:06.538Z Compiling zerovec-derive v0.11.2
16002026-09-18T16:27:06.551Z Compiling zerocopy-derive v0.8.55
16012026-09-18T16:27:06.799Z Compiling displaydoc v0.2.5
16022026-09-18T16:27:06.815Z Compiling tokio-macros v2.7.0
16032026-09-18T16:27:06.969Z Compiling futures-macro v0.3.32
16042026-09-18T16:27:07.114Z Compiling thiserror-impl v2.0.18
16052026-09-18T16:27:07.136Z Compiling der_derive v0.7.3
16062026-09-18T16:27:07.366Z Compiling tracing-attributes v0.1.31
16072026-09-18T16:27:07.634Z Compiling schemars_derive v0.8.22
16082026-09-18T16:27:07.682Z Compiling pest_derive v2.8.6
16092026-09-18T16:27:07.690Z Compiling scroll_derive v0.13.1
16102026-09-18T16:27:07.772Z Compiling darling_macro v0.20.11
16112026-09-18T16:27:07.786Z Compiling openssl-macros v0.1.1
16122026-09-18T16:27:07.863Z Compiling futures-util v0.3.32
16132026-09-18T16:27:07.946Z Compiling zerofrom v0.1.6
16142026-09-18T16:27:08.098Z Compiling yoke v0.8.1
16152026-09-18T16:27:08.168Z Compiling thiserror-impl v1.0.69
16162026-09-18T16:27:08.208Z Compiling packed_struct_codegen v0.10.1
16172026-09-18T16:27:08.312Z Compiling zerovec v0.11.5
16182026-09-18T16:27:08.328Z Compiling zerotrie v0.2.3
16192026-09-18T16:27:08.574Z Compiling scroll v0.13.0
16202026-09-18T16:27:08.588Z Compiling thiserror v2.0.18
16212026-09-18T16:27:08.653Z Compiling darling v0.20.11
16222026-09-18T16:27:08.714Z Compiling clap_derive v4.6.1
16232026-09-18T16:27:08.751Z Compiling bitfield-macros v0.19.4
16242026-09-18T16:27:08.803Z Compiling tinystr v0.8.2
16252026-09-18T16:27:08.870Z Compiling potential_utf v0.1.4
16262026-09-18T16:27:08.884Z Compiling tracing v0.1.44
16272026-09-18T16:27:08.912Z Compiling goblin v0.10.5
16282026-09-18T16:27:09.005Z Compiling icu_locale_core v2.1.1
16292026-09-18T16:27:09.021Z Compiling icu_collections v2.1.1
16302026-09-18T16:27:09.039Z Compiling zerocopy-derive v0.6.6
16312026-09-18T16:27:09.057Z Compiling unarray v0.1.4
16322026-09-18T16:27:09.204Z Compiling num_threads v0.1.7
16332026-09-18T16:27:09.215Z Compiling crc-catalog v2.4.0
16342026-09-18T16:27:09.302Z Compiling crc v3.4.0
16352026-09-18T16:27:09.336Z Compiling time v0.3.47
16362026-09-18T16:27:09.391Z Compiling derive_builder_core v0.20.2
16372026-09-18T16:27:09.546Z Compiling bitfield v0.19.4
16382026-09-18T16:27:09.546Z Compiling thiserror v1.0.69
16392026-09-18T16:27:09.546Z Compiling dtrace-parser v0.3.0
16402026-09-18T16:27:09.682Z Compiling icu_provider v2.1.1
16412026-09-18T16:27:09.855Z Compiling scroll_derive v0.12.1
16422026-09-18T16:27:09.869Z Compiling structmeta-derive v0.3.0
16432026-09-18T16:27:09.942Z Compiling icu_properties v2.1.2
16442026-09-18T16:27:10.011Z Compiling icu_normalizer v2.1.1
16452026-09-18T16:27:10.017Z Compiling zeroize v1.9.0
16462026-09-18T16:27:10.062Z Compiling bytes v1.11.1
16472026-09-18T16:27:10.273Z Compiling hybrid-array v0.4.13
16482026-09-18T16:27:10.298Z Compiling chrono v0.4.45
16492026-09-18T16:27:10.313Z Compiling der v0.7.10
16502026-09-18T16:27:10.514Z Compiling rustls-pki-types v1.14.0
16512026-09-18T16:27:10.589Z Compiling tokio v1.52.1
16522026-09-18T16:27:10.592Z Compiling http v1.4.2
16532026-09-18T16:27:10.701Z Compiling ipnet v2.12.0
16542026-09-18T16:27:10.839Z Compiling idna_adapter v1.2.1
16552026-09-18T16:27:10.971Z Compiling idna v1.1.0
16562026-09-18T16:27:10.993Z Compiling crypto-common v0.1.7
16572026-09-18T16:27:10.997Z Compiling block-buffer v0.10.4
16582026-09-18T16:27:11.022Z Compiling block-buffer v0.12.1
16592026-09-18T16:27:11.077Z Compiling crypto-common v0.2.2
16602026-09-18T16:27:11.089Z Compiling block-padding v0.4.2
16612026-09-18T16:27:11.171Z Compiling digest v0.10.7
16622026-09-18T16:27:11.200Z Compiling ppv-lite86 v0.2.21
16632026-09-18T16:27:11.242Z Compiling spki v0.7.3
16642026-09-18T16:27:11.248Z Compiling inout v0.2.2
16652026-09-18T16:27:11.279Z Compiling url v2.5.8
16662026-09-18T16:27:11.308Z Compiling http-body v1.0.1
16672026-09-18T16:27:11.420Z Compiling pkcs8 v0.10.2
16682026-09-18T16:27:11.441Z Compiling signature v2.2.0
16692026-09-18T16:27:11.458Z Compiling hex v0.4.3
16702026-09-18T16:27:11.461Z Compiling sha2 v0.10.9
16712026-09-18T16:27:11.488Z Compiling rand_chacha v0.9.0
16722026-09-18T16:27:11.531Z Compiling rand_chacha v0.3.1
16732026-09-18T16:27:11.546Z Compiling serde_spanned v0.6.9
16742026-09-18T16:27:11.565Z Compiling toml_datetime v0.6.11
16752026-09-18T16:27:11.687Z Compiling pkcs1 v0.7.5
16762026-09-18T16:27:11.716Z Compiling http-body-util v0.1.3
16772026-09-18T16:27:11.752Z Compiling rand v0.8.6
16782026-09-18T16:27:11.793Z Compiling rand v0.9.2
16792026-09-18T16:27:11.927Z Compiling digest v0.11.3
16802026-09-18T16:27:11.985Z Compiling cipher v0.5.2
16812026-09-18T16:27:11.999Z Compiling dof v0.4.0
16822026-09-18T16:27:12.135Z Compiling clap v4.6.1
16832026-09-18T16:27:12.231Z Compiling zerocopy v0.6.6
16842026-09-18T16:27:12.285Z Compiling chacha20 v0.10.0
16852026-09-18T16:27:12.302Z Compiling array-init v0.0.4
16862026-09-18T16:27:12.314Z Compiling smallvec v0.6.14
16872026-09-18T16:27:12.536Z Compiling proptest v1.11.0
16882026-09-18T16:27:12.575Z Compiling darling_core v0.23.0
16892026-09-18T16:27:12.597Z Compiling heapless v0.7.17
16902026-09-18T16:27:12.608Z Compiling ipnetwork v0.21.1
16912026-09-18T16:27:12.665Z Compiling slog v2.8.2
16922026-09-18T16:27:12.689Z Compiling thread-id v5.1.0
16932026-09-18T16:27:12.789Z Compiling env_filter v2.0.0
16942026-09-18T16:27:12.869Z Compiling syn v3.0.3
16952026-09-18T16:27:12.889Z Compiling cookie v0.18.1
16962026-09-18T16:27:12.902Z Compiling winnow v0.5.40
16972026-09-18T16:27:12.919Z Compiling gimli v0.32.3
16982026-09-18T16:27:13.034Z Compiling signal-hook v0.3.18
16992026-09-18T16:27:13.115Z Compiling base64 v0.21.7
17002026-09-18T16:27:13.161Z Compiling allocator-api2 v0.2.21
17012026-09-18T16:27:13.169Z Compiling unicode-bidi v0.3.18
17022026-09-18T16:27:13.216Z Compiling zstd-safe v7.2.4
17032026-09-18T16:27:13.250Z Compiling hashbrown v0.12.3
17042026-09-18T16:27:13.349Z Compiling anyhow v1.0.104
17052026-09-18T16:27:13.390Z Compiling ryu v1.0.23
17062026-09-18T16:27:13.450Z Compiling unicode-properties v0.1.4
17072026-09-18T16:27:13.464Z Compiling iri-string v0.7.10
17082026-09-18T16:27:13.547Z Compiling serde_urlencoded v0.7.1
17092026-09-18T16:27:13.592Z Compiling rsa v0.9.10
17102026-09-18T16:27:13.636Z Compiling stringprep v0.1.5
17112026-09-18T16:27:13.724Z Compiling ron v0.8.1
17122026-09-18T16:27:13.745Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
17132026-09-18T16:27:13.888Z Compiling env_logger v0.11.11
17142026-09-18T16:27:14.003Z Compiling oxnet v0.1.6
17152026-09-18T16:27:14.106Z Compiling serde-hex v0.1.0
17162026-09-18T16:27:14.287Z Compiling toml_edit v0.19.15
17172026-09-18T16:27:14.372Z Compiling rand v0.10.1
17182026-09-18T16:27:14.490Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
17192026-09-18T16:27:14.696Z Compiling tokio-util v0.7.18
17202026-09-18T16:27:14.712Z Compiling tower v0.5.3
17212026-09-18T16:27:14.733Z Compiling addr2line v0.25.1
17222026-09-18T16:27:14.917Z Compiling tokio-native-tls v0.3.1
17232026-09-18T16:27:15.043Z Compiling newtype-uuid v1.3.2
17242026-09-18T16:27:15.087Z Compiling camino v1.2.5
17252026-09-18T16:27:15.109Z Compiling hmac v0.13.0
17262026-09-18T16:27:15.217Z Compiling tower-http v0.6.8
17272026-09-18T16:27:15.231Z Compiling sha2 v0.11.0
17282026-09-18T16:27:15.245Z Compiling darling_macro v0.23.0
17292026-09-18T16:27:15.330Z Compiling md-5 v0.11.0
17302026-09-18T16:27:15.404Z Compiling h2 v0.4.15
17312026-09-18T16:27:15.492Z Compiling hashbrown v0.13.2
17322026-09-18T16:27:15.640Z Compiling x509-cert v0.2.5
17332026-09-18T16:27:15.656Z Compiling structmeta v0.3.0
17342026-09-18T16:27:15.769Z Compiling rustls-native-certs v0.8.3
17352026-09-18T16:27:15.784Z Compiling scroll v0.12.0
17362026-09-18T16:27:15.876Z Compiling derive_builder_macro v0.20.2
17372026-09-18T16:27:15.895Z Compiling serde_tokenstream v0.2.3
17382026-09-18T16:27:16.009Z Compiling erased-serde v0.3.31
17392026-09-18T16:27:16.402Z Compiling bzip2 v0.4.4
17402026-09-18T16:27:16.455Z Compiling daft-derive v0.1.8
17412026-09-18T16:27:16.559Z Compiling hubpack_derive v0.1.1
17422026-09-18T16:27:16.595Z Compiling bstr v1.12.1
17432026-09-18T16:27:16.663Z Compiling zerocopy-derive v0.7.35
17442026-09-18T16:27:16.689Z Compiling async-trait v0.1.89
17452026-09-18T16:27:16.773Z Compiling pin-project-internal v1.1.11
17462026-09-18T16:27:16.787Z Compiling heck v0.4.1
17472026-09-18T16:27:17.009Z Compiling curve25519-dalek v4.1.3
17482026-09-18T16:27:17.024Z Compiling vergen-lib v9.1.0
17492026-09-18T16:27:17.037Z Compiling hash32 v0.2.1
17502026-09-18T16:27:17.094Z Compiling memoffset v0.9.1
17512026-09-18T16:27:17.253Z Compiling encoding_rs v0.8.35
17522026-09-18T16:27:17.256Z Compiling libbz2-rs-sys v0.2.2
17532026-09-18T16:27:17.282Z Compiling rustc-demangle v0.1.27
17542026-09-18T16:27:17.298Z Compiling crc-any v2.5.0
17552026-09-18T16:27:17.337Z Compiling mime v0.3.17
17562026-09-18T16:27:17.352Z Compiling owo-colors v4.3.0
17572026-09-18T16:27:17.400Z Compiling litrs v1.0.0
17582026-09-18T16:27:17.547Z Compiling cfg_aliases v0.2.1
17592026-09-18T16:27:17.618Z Compiling zlib-rs v0.6.2
17602026-09-18T16:27:17.633Z Compiling ref-cast v1.0.25
17612026-09-18T16:27:17.646Z Compiling psl-types v2.0.11
17622026-09-18T16:27:17.714Z Compiling bumpalo v3.20.2
17632026-09-18T16:27:17.731Z Compiling fallible-iterator v0.2.0
17642026-09-18T16:27:17.794Z Compiling rustix v0.38.44
17652026-09-18T16:27:17.797Z Compiling smoltcp v0.9.1
17662026-09-18T16:27:17.948Z Compiling document-features v0.2.12
17672026-09-18T16:27:17.973Z Compiling pin-project v1.1.11
17682026-09-18T16:27:17.996Z Compiling zopfli v0.8.3
17692026-09-18T16:27:18.011Z Compiling publicsuffix v2.3.0
17702026-09-18T16:27:18.064Z Compiling postgres-protocol v0.6.12
17712026-09-18T16:27:18.095Z Compiling bzip2 v0.6.1
17722026-09-18T16:27:18.139Z Compiling nix v0.31.2
17732026-09-18T16:27:18.222Z Compiling zerocopy v0.7.35
17742026-09-18T16:27:18.245Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
17752026-09-18T16:27:18.334Z Compiling daft v0.1.8
17762026-09-18T16:27:18.406Z Compiling hubpack v0.1.2
17772026-09-18T16:27:18.546Z Compiling snafu-derive v0.8.9
17782026-09-18T16:27:18.577Z Compiling zip v0.6.6
17792026-09-18T16:27:18.639Z Compiling hyper v1.10.1
17802026-09-18T16:27:18.658Z Compiling backtrace v0.3.76
17812026-09-18T16:27:18.673Z Compiling derive_builder v0.20.2
17822026-09-18T16:27:18.692Z Compiling goblin v0.8.2
17832026-09-18T16:27:18.818Z Compiling object v0.30.4
17842026-09-18T16:27:18.832Z Compiling derive-ex v0.1.8
17852026-09-18T16:27:18.847Z Compiling darling v0.23.0
17862026-09-18T16:27:18.888Z Compiling toml v0.7.8
17872026-09-18T16:27:18.943Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
17882026-09-18T16:27:19.329Z Compiling hmac v0.12.1
17892026-09-18T16:27:19.490Z Compiling futures-executor v0.3.32
17902026-09-18T16:27:19.504Z Compiling regex v1.12.3
17912026-09-18T16:27:19.522Z Compiling strum_macros v0.27.2
17922026-09-18T16:27:19.525Z Compiling curve25519-dalek-derive v0.1.1
17932026-09-18T16:27:19.565Z Compiling ref-cast-impl v1.0.25
17942026-09-18T16:27:19.719Z Compiling phf_shared v0.13.1
17952026-09-18T16:27:19.784Z Compiling hyper-util v0.1.20
17962026-09-18T16:27:19.861Z Compiling convert_case v0.10.0
17972026-09-18T16:27:19.966Z Compiling vergen v9.1.0
17982026-09-18T16:27:19.985Z Compiling cargo-platform v0.3.2
17992026-09-18T16:27:20.166Z Compiling ff v0.13.1
18002026-09-18T16:27:20.198Z Compiling fs-err v3.3.0
18012026-09-18T16:27:20.214Z Compiling bitflags v1.3.2
18022026-09-18T16:27:20.250Z Compiling jiff-core v0.1.0
18032026-09-18T16:27:20.288Z Compiling path-slash v0.1.5
18042026-09-18T16:27:20.301Z Compiling same-file v1.0.6
18052026-09-18T16:27:20.316Z Compiling managed v0.8.0
18062026-09-18T16:27:20.331Z Compiling foldhash v0.1.5
18072026-09-18T16:27:20.441Z Compiling is_ci v1.2.0
18082026-09-18T16:27:20.456Z Compiling base16ct v0.2.0
18092026-09-18T16:27:20.487Z Compiling hashbrown v0.15.5
18102026-09-18T16:27:20.522Z Compiling flate2 v1.1.9
18112026-09-18T16:27:20.551Z Compiling snafu v0.8.9
18122026-09-18T16:27:20.602Z Compiling sec1 v0.7.3
18132026-09-18T16:27:20.618Z Compiling test-strategy v0.4.5
18142026-09-18T16:27:20.649Z Compiling supports-color v3.0.2
18152026-09-18T16:27:20.912Z Compiling textwrap v0.16.2
18162026-09-18T16:27:20.915Z Compiling walkdir v2.5.0
18172026-09-18T16:27:20.939Z Compiling group v0.13.0
18182026-09-18T16:27:20.952Z Compiling dof v0.3.0
18192026-09-18T16:27:21.063Z Compiling jiff v0.2.34
18202026-09-18T16:27:21.159Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
18212026-09-18T16:27:21.251Z Compiling hyper-tls v0.6.0
18222026-09-18T16:27:21.356Z Compiling derive_more-impl v2.1.1
18232026-09-18T16:27:21.371Z Compiling cargo_metadata v0.23.1
18242026-09-18T16:27:21.515Z Compiling reqwest v0.12.28
18252026-09-18T16:27:21.518Z Compiling phf v0.13.1
18262026-09-18T16:27:21.581Z Compiling futures v0.3.32
18272026-09-18T16:27:21.619Z Compiling strum v0.27.2
18282026-09-18T16:27:21.701Z Compiling hkdf v0.12.4
18292026-09-18T16:27:21.748Z Compiling zstd v0.13.3
18302026-09-18T16:27:21.752Z Compiling signal-hook-mio v0.2.5
18312026-09-18T16:27:21.779Z Compiling cookie_store v0.22.1
18322026-09-18T16:27:21.931Z Compiling backtrace-ext v0.2.1
18332026-09-18T16:27:21.940Z Compiling serde_with_macros v3.21.0
18342026-09-18T16:27:22.038Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=438cd185666d5f164548885873f0f5df9a38eed1#438cd185)
18352026-09-18T16:27:22.116Z Compiling postgres-types v0.2.14
18362026-09-18T16:27:22.272Z Compiling globset v0.4.18
18372026-09-18T16:27:22.374Z Compiling usdt-macro v0.6.0
18382026-09-18T16:27:22.484Z Compiling usdt-attr-macro v0.6.0
18392026-09-18T16:27:22.641Z Compiling hashbrown v0.16.1
18402026-09-18T16:27:22.683Z Compiling byte-wrapper v0.1.0
18412026-09-18T16:27:22.699Z Compiling ed25519 v2.2.3
18422026-09-18T16:27:22.834Z Compiling crypto-bigint v0.5.5
18432026-09-18T16:27:22.997Z Compiling olpc-cjson v0.1.4
18442026-09-18T16:27:23.011Z Compiling serde-big-array v0.5.1
18452026-09-18T16:27:23.048Z Compiling serde_plain v1.0.2
18462026-09-18T16:27:23.142Z Compiling dtrace-parser v0.2.0
18472026-09-18T16:27:23.175Z Compiling miette-derive v7.6.0
18482026-09-18T16:27:23.190Z Compiling serde_repr v0.1.20
18492026-09-18T16:27:23.208Z Compiling async-recursion v1.1.1
18502026-09-18T16:27:23.259Z Compiling strum_macros v0.26.4
18512026-09-18T16:27:23.274Z Compiling enum-as-inner v0.6.1
18522026-09-18T16:27:23.332Z Compiling phf_shared v0.11.3
18532026-09-18T16:27:23.379Z Compiling float-cmp v0.10.0
18542026-09-18T16:27:23.542Z Compiling pem v3.0.6
18552026-09-18T16:27:23.557Z Compiling thread-id v4.2.2
18562026-09-18T16:27:23.639Z Compiling memmap2 v0.9.10
18572026-09-18T16:27:23.656Z Compiling whoami v2.1.0
18582026-09-18T16:27:23.780Z Compiling typed-path v0.12.3
18592026-09-18T16:27:23.844Z Compiling normalize-line-endings v0.3.0
18602026-09-18T16:27:23.861Z Compiling supports-unicode v3.0.0
18612026-09-18T16:27:23.883Z Compiling precomputed-hash v0.1.1
18622026-09-18T16:27:23.901Z Compiling typed-path v0.9.3
18632026-09-18T16:27:23.935Z Compiling difflib v0.4.0
18642026-09-18T16:27:23.949Z Compiling data-encoding v2.10.0
18652026-09-18T16:27:23.962Z Compiling predicates-core v1.0.10
18662026-09-18T16:27:23.983Z Compiling keccak v0.1.6
18672026-09-18T16:27:24.022Z Compiling winnow v1.0.3
18682026-09-18T16:27:24.062Z Compiling static_assertions v1.1.0
18692026-09-18T16:27:24.077Z Compiling fixedbitset v0.5.7
18702026-09-18T16:27:24.147Z Compiling either v1.15.0
18712026-09-18T16:27:24.165Z Compiling new_debug_unreachable v1.0.6
18722026-09-18T16:27:24.249Z Compiling fixedbitset v0.4.2
18732026-09-18T16:27:24.376Z Compiling supports-hyperlinks v3.2.0
18742026-09-18T16:27:24.398Z Compiling itertools v0.13.0
18752026-09-18T16:27:24.403Z Compiling petgraph v0.8.3
18762026-09-18T16:27:24.490Z Compiling miette v7.6.0
18772026-09-18T16:27:24.510Z Compiling petgraph v0.6.5
18782026-09-18T16:27:24.552Z Compiling hickory-proto v0.25.2
18792026-09-18T16:27:24.677Z Compiling zip v8.6.0
18802026-09-18T16:27:24.744Z Compiling string_cache v0.8.9
18812026-09-18T16:27:24.781Z Compiling predicates v3.1.4
18822026-09-18T16:27:24.945Z Compiling toml_parser v1.1.2+spec-1.1.0
18832026-09-18T16:27:24.998Z Compiling sha3 v0.10.8
18842026-09-18T16:27:25.017Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=438cd185666d5f164548885873f0f5df9a38eed1#438cd185)
18852026-09-18T16:27:25.104Z Compiling strum v0.26.3
18862026-09-18T16:27:25.127Z Compiling tokio-postgres v0.7.18
18872026-09-18T16:27:25.146Z Compiling toml_edit v0.22.27
18882026-09-18T16:27:25.252Z Compiling elliptic-curve v0.13.8
18892026-09-18T16:27:25.425Z Compiling usdt v0.6.0
18902026-09-18T16:27:25.463Z Compiling usdt-impl v0.5.0
18912026-09-18T16:27:25.486Z Compiling zip v4.6.1
18922026-09-18T16:27:25.605Z Compiling iddqd v0.4.2
18932026-09-18T16:27:25.678Z Compiling serde_with v3.21.0
18942026-09-18T16:27:25.690Z Compiling crossterm v0.28.1
18952026-09-18T16:27:25.707Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
18962026-09-18T16:27:25.721Z Compiling ed25519-dalek v2.2.0
18972026-09-18T16:27:25.779Z Compiling derive_more v2.1.1
18982026-09-18T16:27:26.298Z Compiling similar v2.7.0
18992026-09-18T16:27:26.321Z Compiling crossbeam-epoch v0.9.18
19002026-09-18T16:27:26.391Z Compiling tokio-stream v0.1.18
19012026-09-18T16:27:26.464Z Compiling buf-list v1.1.2
19022026-09-18T16:27:26.507Z Compiling openapiv3 v2.2.0
19032026-09-18T16:27:26.701Z Compiling peg-runtime v0.8.5
19042026-09-18T16:27:26.810Z Compiling lalrpop-util v0.19.12
19052026-09-18T16:27:26.889Z Compiling thread_local v1.1.9
19062026-09-18T16:27:26.951Z Compiling slog-async v2.8.0
19072026-09-18T16:27:27.008Z Compiling crossbeam-channel v0.5.15
19082026-09-18T16:27:27.030Z Compiling filetime v0.2.27
19092026-09-18T16:27:27.039Z Compiling is-terminal v0.4.17
19102026-09-18T16:27:27.156Z Compiling take_mut v0.2.2
19112026-09-18T16:27:27.170Z Compiling xattr v1.6.1
19122026-09-18T16:27:27.209Z Compiling term v1.2.1
19132026-09-18T16:27:27.232Z Compiling camino-tempfile v1.4.1
19142026-09-18T16:27:27.321Z Compiling tar v0.4.46
19152026-09-18T16:27:27.501Z Compiling slog-term v2.9.2
19162026-09-18T16:27:44.772Z Compiling rustls-webpki v0.103.13
19172026-09-18T16:27:47.519Z Compiling tokio-rustls v0.26.4
19182026-09-18T16:27:47.519Z Compiling rustls-platform-verifier v0.6.2
19192026-09-18T16:27:47.519Z Compiling tough v0.22.0
19202026-09-18T16:27:47.731Z Compiling hyper-rustls v0.27.7
19212026-09-18T16:27:47.904Z Compiling reqwest v0.13.2
19222026-09-18T16:27:50.107Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19232026-09-18T16:27:50.387Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
19242026-09-18T16:27:53.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.07s
19252026-09-18T16:27:53.481Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
19262026-09-18T16:27:53.536ZSep 18 16:27:52.441 INFO Starting download, target: Clickhouse
19272026-09-18T16:27:53.536ZSep 18 16:27:52.441 INFO Starting download, target: Cockroach
19282026-09-18T16:27:53.536ZSep 18 16:27:52.441 INFO Starting download, target: MaghemiteMgd
19292026-09-18T16:27:53.536ZSep 18 16:27:52.441 INFO Starting download, target: Console
19302026-09-18T16:27:53.536ZSep 18 16:27:52.441 INFO Starting download, target: DendriteStub
19312026-09-18T16:27:53.536ZSep 18 16:27:52.441 INFO Starting download, target: MaghemiteDdmd
19322026-09-18T16:27:53.536ZSep 18 16:27:52.442 INFO Starting download, target: TransceiverControl
19332026-09-18T16:27:53.540ZSep 18 16:27:52.442 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
19342026-09-18T16:27:53.540ZSep 18 16:27:52.442 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
19352026-09-18T16:27:53.540ZSep 18 16:27:52.442 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
19362026-09-18T16:27:53.540ZSep 18 16:27:52.442 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
19372026-09-18T16:27:53.540ZSep 18 16:27:52.442 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
19382026-09-18T16:27:53.540ZSep 18 16:27:52.442 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
19392026-09-18T16:27:53.541ZSep 18 16:27:52.442 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
19402026-09-18T16:27:54.287ZSep 18 16:27:53.186 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
19412026-09-18T16:27:54.467ZSep 18 16:27:53.362 INFO Download complete, target: TransceiverControl
19422026-09-18T16:27:55.365ZSep 18 16:27:54.268 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
19432026-09-18T16:27:55.574ZSep 18 16:27:54.479 INFO Download complete, target: Console
19442026-09-18T16:27:57.100ZSep 18 16:27:56.000 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
19452026-09-18T16:27:58.424ZSep 18 16:27:57.289 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
19462026-09-18T16:27:58.714ZSep 18 16:27:57.609 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
19472026-09-18T16:27:58.846ZSep 18 16:27:57.732 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
19482026-09-18T16:27:59.639ZSep 18 16:27:58.541 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
19492026-09-18T16:27:59.639ZSep 18 16:27:58.541 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
19502026-09-18T16:28:00.031ZSep 18 16:27:58.935 INFO Download complete, target: MaghemiteDdmd
19512026-09-18T16:28:01.195ZSep 18 16:28:00.092 INFO Download complete, target: MaghemiteMgd
19522026-09-18T16:28:01.213ZSep 18 16:28:00.094 INFO Download complete, target: DendriteStub
19532026-09-18T16:28:02.742ZSep 18 16:28:01.648 INFO Checking that binary works, target: Clickhouse
19542026-09-18T16:28:02.840ZSep 18 16:28:01.746 INFO Download complete, target: Clickhouse
19552026-09-18T16:28:03.580ZSep 18 16:28:02.486 INFO Checking that binary works, target: Cockroach
19562026-09-18T16:28:03.708ZSep 18 16:28:02.614 INFO Download complete, target: Cockroach
19572026-09-18T16:28:03.714ZAll prerequisites installed successfully
19582026-09-18T16:28:03.717Z
19592026-09-18T16:28:03.717Zreal 2:01.495410826
19602026-09-18T16:28:03.717Zuser 7:35.467143067
19612026-09-18T16:28:03.717Zsys 1:51.963174929
19622026-09-18T16:28:03.717Ztrap 0.324149389
19632026-09-18T16:28:03.717Ztflt 0.756369274
19642026-09-18T16:28:03.717Zdflt 1.244646877
19652026-09-18T16:28:03.718Zkflt 0.028539610
19662026-09-18T16:28:03.718Zlock 29:58.152144311
19672026-09-18T16:28:03.718Zslp 21:15.892409772
19682026-09-18T16:28:03.718Zlat 31.867177842
19692026-09-18T16:28:03.718Zstop 3:37.372497969
19702026-09-18T16:28:03.718Z+ ptime -m cargo xtask download softnpu
19712026-09-18T16:28:04.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
19722026-09-18T16:28:04.206Z Running `target/debug/xtask download softnpu`
19732026-09-18T16:28:04.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
19742026-09-18T16:28:05.064Z Running `target/debug/xtask-downloader softnpu`
19752026-09-18T16:28:05.113ZSep 18 16:28:04.019 INFO Starting download, target: Softnpu
19762026-09-18T16:28:05.116ZSep 18 16:28:04.019 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
19772026-09-18T16:28:05.617ZSep 18 16:28:04.522 INFO Download complete, target: Softnpu
19782026-09-18T16:28:05.621Z
19792026-09-18T16:28:05.624Zreal 1.899797580
19802026-09-18T16:28:05.624Zuser 1.342713394
19812026-09-18T16:28:05.624Zsys 0.634006724
19822026-09-18T16:28:05.624Ztrap 0.000456450
19832026-09-18T16:28:05.624Ztflt 0.000331390
19842026-09-18T16:28:05.624Zdflt 0.000376370
19852026-09-18T16:28:05.624Zkflt 0.000000000
19862026-09-18T16:28:05.624Zlock 9.348208324
19872026-09-18T16:28:05.624Zslp 0.366863275
19882026-09-18T16:28:05.624Zlat 0.096429587
19892026-09-18T16:28:05.624Zstop 0.000164510
19902026-09-18T16:28:05.624Z+ export CARGO_INCREMENTAL=0
19912026-09-18T16:28:05.624Z+ CARGO_INCREMENTAL=0
19922026-09-18T16:28:05.624Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
19932026-09-18T16:28:06.553Z Compiling proc-macro2 v1.0.106
19942026-09-18T16:28:06.553Z Compiling quote v1.0.45
19952026-09-18T16:28:06.553Z Compiling unicode-ident v1.0.24
19962026-09-18T16:28:06.556Z Compiling serde_core v1.0.228
19972026-09-18T16:28:06.556Z Compiling libc v0.2.185
19982026-09-18T16:28:06.556Z Compiling serde v1.0.228
19992026-09-18T16:28:06.556Z Compiling cfg-if v1.0.4
20002026-09-18T16:28:06.556Z Compiling version_check v0.9.5
20012026-09-18T16:28:06.556Z Compiling autocfg v1.5.0
20022026-09-18T16:28:06.702Z Compiling shlex v1.3.0
20032026-09-18T16:28:06.705Z Compiling find-msvc-tools v0.1.9
20042026-09-18T16:28:06.705Z Compiling memchr v2.8.0
20052026-09-18T16:28:06.705Z Compiling zmij v1.0.21
20062026-09-18T16:28:06.705Z Compiling serde_json v1.0.151
20072026-09-18T16:28:06.884Z Compiling portable-atomic v1.13.1
20082026-09-18T16:28:06.942Z Compiling zerocopy v0.8.55
20092026-09-18T16:28:06.976Z Compiling libm v0.2.16
20102026-09-18T16:28:07.079Z Compiling getrandom v0.4.3
20112026-09-18T16:28:07.136Z Compiling icu_properties_data v2.1.2
20122026-09-18T16:28:07.232Z Compiling num-traits v0.2.19
20132026-09-18T16:28:07.235Z Compiling smallvec v1.15.1
20142026-09-18T16:28:07.265Z Compiling icu_normalizer_data v2.1.1
20152026-09-18T16:28:07.269Z Compiling parking_lot_core v0.9.12
20162026-09-18T16:28:07.269Z Compiling itoa v1.0.17
20172026-09-18T16:28:07.383Z Compiling log v0.4.33
20182026-09-18T16:28:07.417Z Compiling generic-array v0.14.7
20192026-09-18T16:28:07.467Z Compiling subtle v2.6.1
20202026-09-18T16:28:07.502Z Compiling pkg-config v0.3.32
20212026-09-18T16:28:07.519Z Compiling typenum v1.20.1
20222026-09-18T16:28:07.550Z Compiling stable_deref_trait v1.2.1
20232026-09-18T16:28:07.552Z Compiling getrandom v0.3.4
20242026-09-18T16:28:07.616Z Compiling rustix v1.1.4
20252026-09-18T16:28:07.689Z Compiling scopeguard v1.2.0
20262026-09-18T16:28:07.703Z Compiling thiserror v2.0.18
20272026-09-18T16:28:07.789Z Compiling lock_api v0.4.14
20282026-09-18T16:28:07.837Z Compiling jobserver v0.1.34
20292026-09-18T16:28:07.840Z Compiling errno v0.3.14
20302026-09-18T16:28:08.113Z Compiling syn v2.0.117
20312026-09-18T16:28:08.117Z Compiling foldhash v0.2.0
20322026-09-18T16:28:08.150Z Compiling cc v1.2.56
20332026-09-18T16:28:08.153Z Compiling syn v1.0.109
20342026-09-18T16:28:08.153Z Compiling critical-section v1.2.0
20352026-09-18T16:28:08.153Z Compiling equivalent v1.0.2
20362026-09-18T16:28:08.232Z Compiling litemap v0.8.1
20372026-09-18T16:28:08.265Z Compiling percent-encoding v2.3.2
20382026-09-18T16:28:08.268Z Compiling rand_core v0.10.0
20392026-09-18T16:28:08.300Z Compiling schemars v0.8.22
20402026-09-18T16:28:08.300Z Compiling writeable v0.6.2
20412026-09-18T16:28:08.409Z Compiling once_cell v1.21.3
20422026-09-18T16:28:08.488Z Compiling pin-project-lite v0.2.17
20432026-09-18T16:28:08.537Z Compiling hashbrown v0.17.0
20442026-09-18T16:28:08.592Z Compiling rustversion v1.0.22
20452026-09-18T16:28:08.707Z Compiling heck v0.5.0
20462026-09-18T16:28:08.725Z Compiling getrandom v0.2.17
20472026-09-18T16:28:08.749Z Compiling fs_extra v1.3.0
20482026-09-18T16:28:08.788Z Compiling dunce v1.0.5
20492026-09-18T16:28:08.830Z Compiling byteorder v1.5.0
20502026-09-18T16:28:08.901Z Compiling cmake v0.1.57
20512026-09-18T16:28:08.931Z Compiling rand_core v0.6.4
20522026-09-18T16:28:09.043Z Compiling semver v1.0.28
20532026-09-18T16:28:09.060Z Compiling bitflags v2.11.0
20542026-09-18T16:28:09.093Z Compiling indexmap v2.14.0
20552026-09-18T16:28:09.196Z Compiling utf8_iter v1.0.4
20562026-09-18T16:28:09.241Z Compiling form_urlencoded v1.2.2
20572026-09-18T16:28:09.272Z Compiling strsim v0.11.1
20582026-09-18T16:28:09.301Z Compiling signal-hook-registry v1.4.8
20592026-09-18T16:28:09.319Z Compiling thiserror v1.0.69
20602026-09-18T16:28:09.367Z Compiling socket2 v0.6.3
20612026-09-18T16:28:09.386Z Compiling mio v1.2.0
20622026-09-18T16:28:09.500Z Compiling aws-lc-sys v0.40.0
20632026-09-18T16:28:09.526Z Compiling parking_lot v0.12.5
20642026-09-18T16:28:09.614Z Compiling futures-core v0.3.32
20652026-09-18T16:28:09.614Z Compiling crc32fast v1.5.0
20662026-09-18T16:28:09.646Z Compiling aws-lc-rs v1.16.3
20672026-09-18T16:28:09.786Z Compiling httparse v1.10.1
20682026-09-18T16:28:09.891Z Compiling iana-time-zone v0.1.65
20692026-09-18T16:28:10.064Z Compiling ucd-trie v0.1.7
20702026-09-18T16:28:10.159Z Compiling fnv v1.0.7
20712026-09-18T16:28:10.159Z Compiling regex-syntax v0.8.10
20722026-09-18T16:28:10.197Z Compiling uuid v1.23.4
20732026-09-18T16:28:10.217Z Compiling pest v2.8.6
20742026-09-18T16:28:10.236Z Compiling vcpkg v0.2.15
20752026-09-18T16:28:10.295Z Compiling ident_case v1.0.1
20762026-09-18T16:28:10.346Z Compiling const-oid v0.9.6
20772026-09-18T16:28:10.699Z Compiling rustc_version v0.4.1
20782026-09-18T16:28:10.769Z Compiling dyn-clone v1.0.20
20792026-09-18T16:28:10.840Z Compiling rustls v0.23.41
20802026-09-18T16:28:10.867Z Compiling openssl-sys v0.9.117
20812026-09-18T16:28:10.916Z Compiling futures-sink v0.3.32
20822026-09-18T16:28:10.970Z Compiling synstructure v0.13.2
20832026-09-18T16:28:10.973Z Compiling serde_derive_internals v0.29.1
20842026-09-18T16:28:11.050Z Compiling futures-channel v0.3.32
20852026-09-18T16:28:11.152Z Compiling aho-corasick v1.1.4
20862026-09-18T16:28:11.191Z Compiling slab v0.4.12
20872026-09-18T16:28:11.350Z Compiling futures-io v0.3.32
20882026-09-18T16:28:11.367Z Compiling futures-task v0.3.32
20892026-09-18T16:28:11.398Z Compiling pest_meta v2.8.6
20902026-09-18T16:28:11.560Z Compiling num-conv v0.2.0
20912026-09-18T16:28:11.579Z Compiling time-core v0.1.8
20922026-09-18T16:28:11.608Z Compiling plain v0.2.3
20932026-09-18T16:28:11.624Z Compiling radium v0.7.0
20942026-09-18T16:28:11.643Z Compiling cmov v0.5.4
20952026-09-18T16:28:11.738Z Compiling crossbeam-utils v0.8.21
20962026-09-18T16:28:11.757Z Compiling maybe-uninit v2.0.0
20972026-09-18T16:28:11.772Z Compiling base64 v0.22.1
20982026-09-18T16:28:11.791Z Compiling time-macros v0.2.27
20992026-09-18T16:28:11.870Z Compiling ctutils v0.4.2
21002026-09-18T16:28:11.926Z Compiling base64ct v1.8.3
21012026-09-18T16:28:11.940Z Compiling openssl v0.10.80
21022026-09-18T16:28:11.975Z Compiling pretty-hex v0.4.1
21032026-09-18T16:28:12.074Z Compiling pest_generator v2.8.6
21042026-09-18T16:28:12.081Z Compiling regex-automata v0.4.14
21052026-09-18T16:28:12.110Z Compiling slog v2.8.2
21062026-09-18T16:28:12.134Z Compiling unicode-segmentation v1.12.0
21072026-09-18T16:28:12.156Z Compiling flagset v0.4.7
21082026-09-18T16:28:12.198Z Compiling pem-rfc7468 v0.7.0
21092026-09-18T16:28:12.220Z Compiling serde_derive v1.0.228
21102026-09-18T16:28:12.239Z Compiling zeroize_derive v1.5.0
21112026-09-18T16:28:12.242Z Compiling zerofrom-derive v0.1.6
21122026-09-18T16:28:12.256Z Compiling yoke-derive v0.8.1
21132026-09-18T16:28:12.321Z Compiling zerovec-derive v0.11.2
21142026-09-18T16:28:12.355Z Compiling displaydoc v0.2.5
21152026-09-18T16:28:12.372Z Compiling zerocopy-derive v0.8.55
21162026-09-18T16:28:12.408Z Compiling tokio-macros v2.7.0
21172026-09-18T16:28:12.505Z Compiling futures-macro v0.3.32
21182026-09-18T16:28:12.536Z Compiling thiserror-impl v2.0.18
21192026-09-18T16:28:12.578Z Compiling schemars_derive v0.8.22
21202026-09-18T16:28:12.637Z Compiling der_derive v0.7.3
21212026-09-18T16:28:12.686Z Compiling tracing-attributes v0.1.31
21222026-09-18T16:28:12.734Z Compiling thiserror-impl v1.0.69
21232026-09-18T16:28:12.790Z Compiling pest_derive v2.8.6
21242026-09-18T16:28:12.901Z Compiling scroll_derive v0.13.1
21252026-09-18T16:28:13.085Z Compiling scroll_derive v0.12.1
21262026-09-18T16:28:13.323Z Compiling openssl-macros v0.1.1
21272026-09-18T16:28:13.329Z Compiling darling_core v0.23.0
21282026-09-18T16:28:13.366Z Compiling futures-util v0.3.32
21292026-09-18T16:28:13.459Z Compiling zerofrom v0.1.6
21302026-09-18T16:28:13.621Z Compiling yoke v0.8.1
21312026-09-18T16:28:13.824Z Compiling zerovec v0.11.5
21322026-09-18T16:28:13.834Z Compiling zerotrie v0.2.3
21332026-09-18T16:28:13.881Z Compiling zstd-sys v2.0.16+zstd.1.5.7
21342026-09-18T16:28:13.881Z Compiling bzip2-sys v0.1.13+1.0.8
21352026-09-18T16:28:13.941Z Compiling syn v3.0.3
21362026-09-18T16:28:13.972Z Compiling ahash v0.8.12
21372026-09-18T16:28:14.001Z Compiling native-tls v0.2.18
21382026-09-18T16:28:14.017Z Compiling paste v1.0.15
21392026-09-18T16:28:14.252Z Compiling num-bigint-dig v0.8.6
21402026-09-18T16:28:14.285Z Compiling packed_struct v0.10.1
21412026-09-18T16:28:14.345Z Compiling anyhow v1.0.104
21422026-09-18T16:28:14.438Z Compiling tinystr v0.8.2
21432026-09-18T16:28:14.500Z Compiling potential_utf v0.1.4
21442026-09-18T16:28:14.538Z Compiling regex v1.12.3
21452026-09-18T16:28:14.637Z Compiling icu_locale_core v2.1.1
21462026-09-18T16:28:14.672Z Compiling icu_collections v2.1.1
21472026-09-18T16:28:14.706Z Compiling zerocopy-derive v0.7.35
21482026-09-18T16:28:15.440Z Compiling zeroize v1.9.0
21492026-09-18T16:28:15.497Z Compiling bytes v1.11.1
21502026-09-18T16:28:15.548Z Compiling icu_provider v2.1.1
21512026-09-18T16:28:15.567Z Compiling chrono v0.4.45
21522026-09-18T16:28:15.710Z Compiling hybrid-array v0.4.13
21532026-09-18T16:28:15.893Z Compiling icu_properties v2.1.2
21542026-09-18T16:28:15.925Z Compiling icu_normalizer v2.1.1
21552026-09-18T16:28:16.044Z Compiling tokio v1.52.1
21562026-09-18T16:28:16.230Z Compiling crypto-common v0.1.7
21572026-09-18T16:28:16.393Z Compiling block-buffer v0.10.4
21582026-09-18T16:28:16.515Z Compiling serde_tokenstream v0.2.3
21592026-09-18T16:28:16.559Z Compiling digest v0.10.7
21602026-09-18T16:28:16.598Z Compiling der v0.7.10
21612026-09-18T16:28:16.738Z Compiling http v1.4.2
21622026-09-18T16:28:16.803Z Compiling idna_adapter v1.2.1
21632026-09-18T16:28:16.973Z Compiling idna v1.1.0
21642026-09-18T16:28:17.010Z Compiling ppv-lite86 v0.2.21
21652026-09-18T16:28:17.082Z Compiling darling_macro v0.23.0
21662026-09-18T16:28:17.099Z Compiling tracing-core v0.1.36
21672026-09-18T16:28:17.253Z Compiling cookie v0.18.1
21682026-09-18T16:28:17.367Z Compiling url v2.5.8
21692026-09-18T16:28:17.490Z Compiling spki v0.7.3
21702026-09-18T16:28:17.564Z Compiling camino v1.2.5
21712026-09-18T16:28:17.615Z Compiling fastrand v2.3.0
21722026-09-18T16:28:17.722Z Compiling darling v0.23.0
21732026-09-18T16:28:17.725Z Compiling tracing v0.1.44
21742026-09-18T16:28:17.756Z Compiling crypto-common v0.2.2
21752026-09-18T16:28:17.806Z Compiling block-buffer v0.12.1
21762026-09-18T16:28:17.920Z Compiling serde_spanned v0.6.9
21772026-09-18T16:28:17.937Z Compiling toml_datetime v0.6.11
21782026-09-18T16:28:18.051Z Compiling bitfield-macros v0.19.4
21792026-09-18T16:28:18.065Z Compiling clap_derive v4.6.1
21802026-09-18T16:28:18.133Z Compiling zerocopy-derive v0.6.6
21812026-09-18T16:28:18.178Z Compiling packed_struct_codegen v0.10.1
21822026-09-18T16:28:18.197Z Compiling indexmap v1.9.3
21832026-09-18T16:28:18.214Z Compiling object v0.37.3
21842026-09-18T16:28:18.466Z Compiling pkcs8 v0.10.2
21852026-09-18T16:28:18.513Z Compiling http-body v1.0.1
21862026-09-18T16:28:18.686Z Compiling daft-derive v0.1.8
21872026-09-18T16:28:18.739Z Compiling rustls-pki-types v1.14.0
21882026-09-18T16:28:18.912Z Compiling rand_core v0.9.5
21892026-09-18T16:28:18.954Z Compiling spin v0.9.8
21902026-09-18T16:28:19.014Z Compiling usdt-impl v0.5.0
21912026-09-18T16:28:19.144Z Compiling tinyvec_macros v0.1.1
21922026-09-18T16:28:19.169Z Compiling winnow v0.5.40
21932026-09-18T16:28:19.187Z Compiling ref-cast v1.0.25
21942026-09-18T16:28:19.229Z Compiling usdt-impl v0.6.0
21952026-09-18T16:28:19.246Z Compiling utf8parse v0.2.2
21962026-09-18T16:28:19.282Z Compiling anstyle v1.0.14
21972026-09-18T16:28:19.365Z Compiling either v1.15.0
21982026-09-18T16:28:19.381Z Compiling openssl-probe v0.2.1
21992026-09-18T16:28:19.399Z Compiling anstyle-parse v1.0.0
22002026-09-18T16:28:19.495Z Compiling tinyvec v1.10.0
22012026-09-18T16:28:19.622Z Compiling tempfile v3.27.0
22022026-09-18T16:28:19.636Z Compiling scroll v0.12.0
22032026-09-18T16:28:19.750Z Compiling scroll v0.13.0
22042026-09-18T16:28:19.828Z Compiling terminal_size v0.4.3
22052026-09-18T16:28:19.861Z Compiling async-trait v0.1.89
22062026-09-18T16:28:19.862Z Compiling heapless v0.7.17
22072026-09-18T16:28:19.955Z Compiling tokio-util v0.7.18
22082026-09-18T16:28:19.984Z Compiling tower-service v0.3.3
22092026-09-18T16:28:20.061Z Compiling signal-hook v0.3.18
22102026-09-18T16:28:20.075Z Compiling try-lock v0.2.5
22112026-09-18T16:28:20.090Z Compiling winnow v0.7.14
22122026-09-18T16:28:20.142Z Compiling colorchoice v1.0.4
22132026-09-18T16:28:20.603Z Compiling cpufeatures v0.2.17
22142026-09-18T16:28:20.603Z Compiling is_terminal_polyfill v1.70.2
22152026-09-18T16:28:20.626Z Compiling anstyle-query v1.1.5
22162026-09-18T16:28:20.626Z Compiling zstd-safe v7.2.4
22172026-09-18T16:28:20.626Z Compiling winnow v1.0.3
22182026-09-18T16:28:20.626Z Compiling atomic-waker v1.1.2
22192026-09-18T16:28:20.626Z Compiling untrusted v0.7.1
22202026-09-18T16:28:20.626Z Compiling simd-adler32 v0.3.8
22212026-09-18T16:28:20.626Z Compiling litrs v1.0.0
22222026-09-18T16:28:20.626Z Compiling tower-layer v0.3.3
22232026-09-18T16:28:20.626Z Compiling toml_edit v0.19.15
22242026-09-18T16:28:20.801Z Compiling rustix v0.38.44
22252026-09-18T16:28:20.883Z Compiling h2 v0.4.15
22262026-09-18T16:28:20.906Z Compiling document-features v0.2.12
22272026-09-18T16:28:20.934Z Compiling anstream v1.0.0
22282026-09-18T16:28:21.047Z Compiling want v0.3.1
22292026-09-18T16:28:21.186Z Compiling toml_parser v1.1.2+spec-1.1.0
22302026-09-18T16:28:21.244Z Compiling goblin v0.10.5
22312026-09-18T16:28:21.308Z Compiling goblin v0.8.2
22322026-09-18T16:28:21.360Z Compiling rand_chacha v0.9.0
22332026-09-18T16:28:21.360Z Compiling ipnetwork v0.21.1
22342026-09-18T16:28:21.402Z Compiling block-padding v0.4.2
22352026-09-18T16:28:21.468Z Compiling zerocopy v0.7.35
22362026-09-18T16:28:21.529Z Compiling ipnet v2.12.0
22372026-09-18T16:28:21.566Z Compiling heck v0.4.1
22382026-09-18T16:28:21.601Z Compiling ref-cast-impl v1.0.25
22392026-09-18T16:28:21.624Z Compiling structmeta-derive v0.3.0
22402026-09-18T16:28:21.714Z Compiling curve25519-dalek v4.1.3
22412026-09-18T16:28:21.780Z Compiling darling_core v0.20.11
22422026-09-18T16:28:21.874Z Compiling memoffset v0.9.1
22432026-09-18T16:28:21.968Z Compiling foreign-types-shared v0.1.1
22442026-09-18T16:28:22.028Z Compiling cpufeatures v0.3.0
22452026-09-18T16:28:22.061Z Compiling httpdate v1.0.3
22462026-09-18T16:28:22.153Z Compiling const-oid v0.10.2
22472026-09-18T16:28:22.161Z Compiling adler2 v2.0.1
22482026-09-18T16:28:22.198Z Compiling powerfmt v0.2.0
22492026-09-18T16:28:22.312Z Compiling untrusted v0.9.0
22502026-09-18T16:28:22.346Z Compiling tap v1.0.1
22512026-09-18T16:28:22.390Z Compiling deranged v0.5.8
22522026-09-18T16:28:22.436Z Compiling digest v0.11.3
22532026-09-18T16:28:22.467Z Compiling miniz_oxide v0.8.9
22542026-09-18T16:28:22.511Z Compiling wyz v0.5.1
22552026-09-18T16:28:22.537Z Compiling foreign-types v0.3.2
22562026-09-18T16:28:22.615Z Compiling structmeta v0.3.0
22572026-09-18T16:28:22.622Z Compiling rand v0.9.2
22582026-09-18T16:28:22.682Z Compiling inout v0.2.2
22592026-09-18T16:28:22.697Z Compiling unicode-normalization v0.1.25
22602026-09-18T16:28:22.891Z Compiling dtrace-parser v0.2.0
22612026-09-18T16:28:22.902Z Compiling rand_chacha v0.3.1
22622026-09-18T16:28:22.964Z Compiling signature v2.2.0
22632026-09-18T16:28:23.217Z Compiling hex v0.4.3
22642026-09-18T16:28:23.265Z Compiling dtrace-parser v0.3.0
22652026-09-18T16:28:23.285Z Compiling pin-project-internal v1.1.11
22662026-09-18T16:28:23.329Z Compiling hubpack_derive v0.1.1
22672026-09-18T16:28:23.460Z Compiling num-integer v0.1.46
22682026-09-18T16:28:23.528Z Compiling dof v0.3.0
22692026-09-18T16:28:23.547Z Compiling thread-id v4.2.2
22702026-09-18T16:28:23.658Z Compiling thread-id v5.1.0
22712026-09-18T16:28:23.745Z Compiling socket2 v0.5.10
22722026-09-18T16:28:23.773Z Compiling wait-timeout v0.2.1
22732026-09-18T16:28:23.798Z Compiling smoltcp v0.9.1
22742026-09-18T16:28:23.827Z Compiling owo-colors v4.3.0
22752026-09-18T16:28:23.838Z Compiling darling_macro v0.20.11
22762026-09-18T16:28:23.853Z Compiling num_threads v0.1.7
22772026-09-18T16:28:23.910Z Compiling clap_lex v1.0.0
22782026-09-18T16:28:23.927Z Compiling hyper v1.10.1
22792026-09-18T16:28:23.974Z Compiling cfg_aliases v0.2.1
22802026-09-18T16:28:24.035Z Compiling dof v0.4.0
22812026-09-18T16:28:24.061Z Compiling funty v2.0.0
22822026-09-18T16:28:24.153Z Compiling quick-error v1.2.3
22832026-09-18T16:28:24.317Z Compiling bit-vec v0.8.0
22842026-09-18T16:28:24.353Z Compiling time v0.3.47
22852026-09-18T16:28:24.376Z Compiling rusty-fork v0.3.1
22862026-09-18T16:28:24.381Z Compiling nix v0.31.2
22872026-09-18T16:28:24.390Z Compiling darling v0.20.11
22882026-09-18T16:28:24.471Z Compiling bitvec v1.0.1
22892026-09-18T16:28:24.512Z Compiling clap_builder v4.6.0
22902026-09-18T16:28:24.575Z Compiling bit-set v0.8.0
22912026-09-18T16:28:24.603Z Compiling num-iter v0.1.45
22922026-09-18T16:28:24.766Z Compiling rand v0.8.6
22932026-09-18T16:28:24.802Z Compiling cipher v0.5.2
22942026-09-18T16:28:25.043Z Compiling hyper-util v0.1.20
22952026-09-18T16:28:25.086Z Compiling sha2 v0.10.9
22962026-09-18T16:28:25.274Z Compiling lazy_static v1.5.0
22972026-09-18T16:28:25.313Z Compiling rand_xorshift v0.4.0
22982026-09-18T16:28:25.362Z Compiling erased-serde v0.3.31
22992026-09-18T16:28:25.481Z Compiling curve25519-dalek-derive v0.1.1
23002026-09-18T16:28:25.498Z Compiling sync_wrapper v1.0.2
23012026-09-18T16:28:25.627Z Compiling unarray v0.1.4
23022026-09-18T16:28:25.672Z Compiling siphasher v1.0.2
23032026-09-18T16:28:25.917Z Compiling crc-catalog v2.4.0
23042026-09-18T16:28:25.958Z Compiling nodrop v0.1.14
23052026-09-18T16:28:26.006Z Compiling clap v4.6.1
23062026-09-18T16:28:26.024Z Compiling crc v3.4.0
23072026-09-18T16:28:26.053Z Compiling array-init v0.0.4
23082026-09-18T16:28:26.316Z Compiling proptest v1.11.0
23092026-09-18T16:28:26.319Z Compiling tower v0.5.3
23102026-09-18T16:28:26.827Z Compiling chacha20 v0.10.0
23112026-09-18T16:28:26.858Z Compiling smallvec v0.6.14
23122026-09-18T16:28:27.069Z Compiling derive_builder_core v0.20.2
23132026-09-18T16:28:27.086Z Compiling snafu-derive v0.8.9
23142026-09-18T16:28:27.139Z Compiling zerocopy v0.6.6
23152026-09-18T16:28:27.248Z Compiling bitfield v0.19.4
23162026-09-18T16:28:27.407Z Compiling http-body-util v0.1.3
23172026-09-18T16:28:27.429Z Compiling pkcs1 v0.7.5
23182026-09-18T16:28:27.531Z Compiling strum_macros v0.27.2
23192026-09-18T16:28:27.548Z Compiling strum_macros v0.26.4
23202026-09-18T16:28:27.636Z Compiling env_filter v2.0.0
23212026-09-18T16:28:27.671Z Compiling fs-err v3.3.0
23222026-09-18T16:28:27.847Z Compiling unicode-properties v0.1.4
23232026-09-18T16:28:27.882Z Compiling unicode-bidi v0.3.18
23242026-09-18T16:28:27.903Z Compiling allocator-api2 v0.2.21
23252026-09-18T16:28:27.959Z Compiling base64 v0.21.7
23262026-09-18T16:28:28.115Z Compiling hashbrown v0.12.3
23272026-09-18T16:28:28.221Z Compiling iri-string v0.7.10
23282026-09-18T16:28:28.291Z Compiling gimli v0.32.3
23292026-09-18T16:28:28.311Z Compiling ryu v1.0.23
23302026-09-18T16:28:28.405Z Compiling newtype-uuid v1.3.2
23312026-09-18T16:28:28.494Z Compiling serde_urlencoded v0.7.1
23322026-09-18T16:28:28.653Z Compiling stringprep v0.1.5
23332026-09-18T16:28:28.732Z Compiling ron v0.8.1
23342026-09-18T16:28:29.007Z Compiling derive_builder_macro v0.20.2
23352026-09-18T16:28:29.044Z Compiling env_logger v0.11.11
23362026-09-18T16:28:29.243Z Compiling rsa v0.9.10
23372026-09-18T16:28:29.308Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23382026-09-18T16:28:29.392Z Compiling tower-http v0.6.8
23392026-09-18T16:28:29.410Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23402026-09-18T16:28:29.431Z Compiling oxnet v0.1.6
23412026-09-18T16:28:29.541Z Compiling tokio-native-tls v0.3.1
23422026-09-18T16:28:29.597Z Compiling rand v0.10.1
23432026-09-18T16:28:29.614Z Compiling serde-hex v0.1.0
23442026-09-18T16:28:29.617Z Compiling hashbrown v0.13.2
23452026-09-18T16:28:29.721Z Compiling bzip2 v0.4.4
23462026-09-18T16:28:29.734Z Compiling usdt-macro v0.6.0
23472026-09-18T16:28:29.835Z Compiling usdt-attr-macro v0.6.0
23482026-09-18T16:28:29.850Z Compiling sha2 v0.11.0
23492026-09-18T16:28:29.892Z Compiling derive-ex v0.1.8
23502026-09-18T16:28:29.908Z Compiling md-5 v0.11.0
23512026-09-18T16:28:30.125Z Compiling addr2line v0.25.1
23522026-09-18T16:28:30.142Z Compiling hmac v0.13.0
23532026-09-18T16:28:30.399Z Compiling rustls-native-certs v0.8.3
23542026-09-18T16:28:30.472Z Compiling x509-cert v0.2.5
23552026-09-18T16:28:30.616Z Compiling bstr v1.12.1
23562026-09-18T16:28:30.660Z Compiling convert_case v0.10.0
23572026-09-18T16:28:30.798Z Compiling vergen-lib v9.1.0
23582026-09-18T16:28:30.822Z Compiling hash32 v0.2.1
23592026-09-18T16:28:30.867Z Compiling encoding_rs v0.8.35
23602026-09-18T16:28:31.034Z Compiling zlib-rs v0.6.2
23612026-09-18T16:28:31.064Z Compiling bumpalo v3.20.2
23622026-09-18T16:28:31.174Z Compiling mime v0.3.17
23632026-09-18T16:28:31.195Z Compiling fallible-iterator v0.2.0
23642026-09-18T16:28:31.212Z Compiling rustc-demangle v0.1.27
23652026-09-18T16:28:31.328Z Compiling crc-any v2.5.0
23662026-09-18T16:28:31.433Z Compiling libbz2-rs-sys v0.2.2
23672026-09-18T16:28:31.553Z Compiling unicode-width v0.2.0
23682026-09-18T16:28:31.586Z Compiling psl-types v2.0.11
23692026-09-18T16:28:31.699Z Compiling publicsuffix v2.3.0
23702026-09-18T16:28:31.868Z Compiling bzip2 v0.6.1
23712026-09-18T16:28:31.959Z Compiling backtrace v0.3.76
23722026-09-18T16:28:31.973Z Compiling postgres-protocol v0.6.12
23732026-09-18T16:28:32.017Z Compiling test-strategy v0.4.5
23742026-09-18T16:28:32.020Z Compiling zopfli v0.8.3
23752026-09-18T16:28:32.126Z Compiling derive_more-impl v2.1.1
23762026-09-18T16:28:32.569Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23772026-09-18T16:28:32.899Z Compiling object v0.30.4
23782026-09-18T16:28:33.002Z Compiling zip v0.6.6
23792026-09-18T16:28:33.132Z Compiling flate2 v1.1.9
23802026-09-18T16:28:33.175Z Compiling daft v0.1.8
23812026-09-18T16:28:33.192Z Compiling hyper-tls v0.6.0
23822026-09-18T16:28:33.234Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23832026-09-18T16:28:33.251Z Compiling derive_builder v0.20.2
23842026-09-18T16:28:33.398Z Compiling phf_shared v0.13.1
23852026-09-18T16:28:33.437Z Compiling pin-project v1.1.11
23862026-09-18T16:28:33.528Z Compiling hubpack v0.1.2
23872026-09-18T16:28:33.563Z Compiling toml v0.7.8
23882026-09-18T16:28:33.565Z Compiling serde_with_macros v3.21.0
23892026-09-18T16:28:33.653Z Compiling hmac v0.12.1
23902026-09-18T16:28:33.668Z Compiling futures-executor v0.3.32
23912026-09-18T16:28:33.737Z Compiling async-recursion v1.1.1
23922026-09-18T16:28:33.764Z Compiling serde_repr v0.1.20
23932026-09-18T16:28:33.822Z Compiling enum-as-inner v0.6.1
23942026-09-18T16:28:33.875Z Compiling miette-derive v7.6.0
23952026-09-18T16:28:33.971Z Compiling ff v0.13.1
23962026-09-18T16:28:33.974Z Compiling vergen v9.1.0
23972026-09-18T16:28:34.004Z Compiling cargo-platform v0.3.2
23982026-09-18T16:28:34.067Z Compiling unicode-linebreak v0.1.5
23992026-09-18T16:28:34.131Z Compiling managed v0.8.0
24002026-09-18T16:28:34.236Z Compiling bitflags v1.3.2
24012026-09-18T16:28:34.281Z Compiling is_ci v1.2.0
24022026-09-18T16:28:34.329Z Compiling base16ct v0.2.0
24032026-09-18T16:28:34.348Z Compiling jiff-core v0.1.0
24042026-09-18T16:28:34.407Z Compiling foldhash v0.1.5
24052026-09-18T16:28:34.517Z Compiling same-file v1.0.6
24062026-09-18T16:28:34.618Z Compiling smawk v0.3.2
24072026-09-18T16:28:34.637Z Compiling path-slash v0.1.5
24082026-09-18T16:28:34.696Z Compiling walkdir v2.5.0
24092026-09-18T16:28:34.699Z Compiling hashbrown v0.15.5
24102026-09-18T16:28:34.734Z Compiling textwrap v0.16.2
24112026-09-18T16:28:34.792Z Compiling sec1 v0.7.3
24122026-09-18T16:28:34.994Z Compiling supports-color v3.0.2
24132026-09-18T16:28:35.047Z Compiling cargo_metadata v0.23.1
24142026-09-18T16:28:35.095Z Compiling jiff v0.2.34
24152026-09-18T16:28:35.137Z Compiling group v0.13.0
24162026-09-18T16:28:35.329Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
24172026-09-18T16:28:35.372Z Compiling futures v0.3.32
24182026-09-18T16:28:35.415Z Compiling hkdf v0.12.4
24192026-09-18T16:28:35.711Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=438cd185666d5f164548885873f0f5df9a38eed1#438cd185)
24202026-09-18T16:28:35.841Z Compiling phf v0.13.1
24212026-09-18T16:28:36.041Z Compiling snafu v0.8.9
24222026-09-18T16:28:36.179Z Compiling reqwest v0.12.28
24232026-09-18T16:28:36.388Z Compiling signal-hook-mio v0.2.5
24242026-09-18T16:28:36.469Z Compiling cookie_store v0.22.1
24252026-09-18T16:28:36.490Z Compiling backtrace-ext v0.2.1
24262026-09-18T16:28:36.523Z Compiling postgres-types v0.2.14
24272026-09-18T16:28:36.540Z Compiling zstd v0.13.3
24282026-09-18T16:28:36.666Z Compiling globset v0.4.18
24292026-09-18T16:28:36.724Z Compiling strum v0.27.2
24302026-09-18T16:28:36.780Z Compiling hashbrown v0.16.1
24312026-09-18T16:28:36.873Z Compiling phf_shared v0.11.3
24322026-09-18T16:28:36.922Z Compiling crossbeam-epoch v0.9.18
24332026-09-18T16:28:37.008Z Compiling byte-wrapper v0.1.0
24342026-09-18T16:28:37.056Z Compiling olpc-cjson v0.1.4
24352026-09-18T16:28:37.073Z Compiling ed25519 v2.2.3
24362026-09-18T16:28:37.322Z Compiling crypto-bigint v0.5.5
24372026-09-18T16:28:37.357Z Compiling serde-big-array v0.5.1
24382026-09-18T16:28:37.360Z Compiling serde_plain v1.0.2
24392026-09-18T16:28:37.360Z Compiling pem v3.0.6
24402026-09-18T16:28:37.487Z Compiling float-cmp v0.10.0
24412026-09-18T16:28:37.540Z Compiling memmap2 v0.9.10
24422026-09-18T16:28:37.580Z Compiling supports-hyperlinks v3.2.0
24432026-09-18T16:28:37.655Z Compiling predicates-core v1.0.10
24442026-09-18T16:28:37.703Z Compiling normalize-line-endings v0.3.0
24452026-09-18T16:28:37.719Z Compiling toml_write v0.1.2
24462026-09-18T16:28:37.770Z Compiling unicode-width v0.1.14
24472026-09-18T16:28:37.817Z Compiling fixedbitset v0.4.2
24482026-09-18T16:28:37.836Z Compiling new_debug_unreachable v1.0.6
24492026-09-18T16:28:37.852Z Compiling typed-path v0.9.3
24502026-09-18T16:28:37.867Z Compiling precomputed-hash v0.1.1
24512026-09-18T16:28:37.911Z Compiling typed-path v0.12.3
24522026-09-18T16:28:37.942Z Compiling difflib v0.4.0
24532026-09-18T16:28:37.993Z Compiling keccak v0.1.6
24542026-09-18T16:28:38.017Z Compiling static_assertions v1.1.0
24552026-09-18T16:28:38.091Z Compiling data-encoding v2.10.0
24562026-09-18T16:28:38.142Z Compiling fixedbitset v0.5.7
24572026-09-18T16:28:38.244Z Compiling whoami v2.1.0
24582026-09-18T16:28:38.260Z Compiling supports-unicode v3.0.0
24592026-09-18T16:28:38.288Z Compiling elliptic-curve v0.13.8
24602026-09-18T16:28:38.401Z Compiling hickory-proto v0.25.2
24612026-09-18T16:28:38.418Z Compiling miette v7.6.0
24622026-09-18T16:28:38.437Z Compiling petgraph v0.8.3
24632026-09-18T16:28:38.539Z Compiling tokio-postgres v0.7.18
24642026-09-18T16:28:38.597Z Compiling predicates v3.1.4
24652026-09-18T16:28:38.666Z Compiling sha3 v0.10.8
24662026-09-18T16:28:38.685Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=438cd185666d5f164548885873f0f5df9a38eed1#438cd185)
24672026-09-18T16:28:38.797Z Compiling zip v8.6.0
24682026-09-18T16:28:38.962Z Compiling petgraph v0.6.5
24692026-09-18T16:28:39.003Z Compiling string_cache v0.8.9
24702026-09-18T16:28:39.187Z Compiling toml_edit v0.22.27
24712026-09-18T16:28:39.360Z Compiling usdt v0.6.0
24722026-09-18T16:28:39.632Z Compiling iddqd v0.4.2
24732026-09-18T16:28:39.803Z Compiling zip v4.6.1
24742026-09-18T16:28:40.149Z Compiling ed25519-dalek v2.2.0
24752026-09-18T16:28:40.378Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24762026-09-18T16:28:40.753Z Compiling crossterm v0.28.1
24772026-09-18T16:28:41.067Z Compiling serde_with v3.21.0
24782026-09-18T16:28:41.186Z Compiling derive_more v2.1.1
24792026-09-18T16:28:41.221Z Compiling similar v2.7.0
24802026-09-18T16:28:41.318Z Compiling strum v0.26.3
24812026-09-18T16:28:41.507Z Compiling tokio-stream v0.1.18
24822026-09-18T16:28:41.535Z Compiling buf-list v1.1.2
24832026-09-18T16:28:41.580Z Compiling itertools v0.13.0
24842026-09-18T16:28:41.694Z Compiling openapiv3 v2.2.0
24852026-09-18T16:28:41.988Z Compiling lalrpop-util v0.19.12
24862026-09-18T16:28:42.406Z Compiling peg-runtime v0.8.5
24872026-09-18T16:28:56.446Z Compiling macaddr v1.0.1
24882026-09-18T16:28:56.514Z Compiling crucible-workspace-hack v0.1.0
24892026-09-18T16:28:56.543Z Compiling rayon-core v1.13.0
24902026-09-18T16:28:56.546Z Compiling itertools v0.15.0
24912026-09-18T16:28:56.578Z Compiling secrecy v0.10.3
24922026-09-18T16:28:56.635Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24932026-09-18T16:28:56.707Z Compiling heapless v0.8.0
24942026-09-18T16:28:56.725Z Compiling toml_datetime v0.7.5+spec-1.1.0
24952026-09-18T16:28:56.766Z Compiling crossbeam-deque v0.8.6
24962026-09-18T16:28:56.781Z Compiling inout v0.1.4
24972026-09-18T16:28:56.818Z Compiling hash32 v0.3.1
24982026-09-18T16:28:56.852Z Compiling multer v3.1.0
24992026-09-18T16:28:56.868Z Compiling thread_local v1.1.9
25002026-09-18T16:28:56.884Z Compiling smoltcp v0.11.0
25012026-09-18T16:28:56.965Z Compiling toml_edit v0.23.10+spec-1.0.0
25022026-09-18T16:28:56.981Z Compiling match_cfg v0.1.0
25032026-09-18T16:28:57.008Z Compiling compression-core v0.4.31
25042026-09-18T16:28:57.011Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25052026-09-18T16:28:57.069Z Compiling slog-async v2.8.0
25062026-09-18T16:28:57.093Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25072026-09-18T16:28:57.166Z Compiling compression-codecs v0.4.37
25082026-09-18T16:28:57.188Z Compiling hostname v0.3.1
25092026-09-18T16:28:57.261Z Compiling cipher v0.4.4
25102026-09-18T16:28:57.284Z Compiling atomicwrites v0.4.4
25112026-09-18T16:28:57.322Z Compiling slog-json v2.6.1
25122026-09-18T16:28:57.367Z Compiling crossbeam-channel v0.5.15
25132026-09-18T16:28:57.429Z Compiling half v2.7.1
25142026-09-18T16:28:57.454Z Compiling newtype-uuid-macros v0.1.0
25152026-09-18T16:28:57.525Z Compiling proc-macro-crate v3.4.0
25162026-09-18T16:28:57.566Z Compiling universal-hash v0.5.1
25172026-09-18T16:28:57.586Z Compiling serde_tokenstream v0.3.0
25182026-09-18T16:28:57.734Z Compiling cobs v0.3.0
25192026-09-18T16:28:57.755Z Compiling async-stream-impl v0.3.6
25202026-09-18T16:28:57.760Z Compiling thiserror-impl-no-std v2.0.2
25212026-09-18T16:28:57.786Z Compiling serde_spanned v1.1.1
25222026-09-18T16:28:57.876Z Compiling ingot-macros v0.2.0
25232026-09-18T16:28:57.893Z Compiling toml_datetime v1.1.1+spec-1.1.0
25242026-09-18T16:28:57.908Z Compiling is-terminal v0.4.17
25252026-09-18T16:28:57.955Z Compiling proc-macro-error-attr v1.0.4
25262026-09-18T16:28:57.993Z Compiling dropshot v0.17.1
25272026-09-18T16:28:57.993Z Compiling ciborium-io v0.2.2
25282026-09-18T16:28:58.010Z Compiling term v1.2.1
25292026-09-18T16:28:58.049Z Compiling toml_writer v1.1.1+spec-1.1.0
25302026-09-18T16:28:58.112Z Compiling take_mut v0.2.2
25312026-09-18T16:28:58.116Z Compiling convert_case v0.4.0
25322026-09-18T16:28:58.191Z Compiling opaque-debug v0.3.1
25332026-09-18T16:28:58.208Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
25342026-09-18T16:28:58.249Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25352026-09-18T16:28:58.283Z Compiling poly1305 v0.8.0
25362026-09-18T16:28:58.300Z Compiling toml v1.1.2+spec-1.1.0
25372026-09-18T16:28:58.336Z Compiling ciborium-ll v0.2.2
25382026-09-18T16:28:58.339Z Compiling num_enum_derive v0.7.6
25392026-09-18T16:28:58.433Z Compiling derive_more v0.99.20
25402026-09-18T16:28:58.469Z Compiling async-stream v0.3.6
25412026-09-18T16:28:58.490Z Compiling slog-term v2.9.2
25422026-09-18T16:28:58.617Z Compiling oxide-generation-macros v0.2.0
25432026-09-18T16:28:58.674Z Compiling postcard v1.1.3
25442026-09-18T16:28:58.864Z Compiling thiserror-no-std v2.0.2
25452026-09-18T16:28:59.017Z Compiling slog-bunyan v2.5.0
25462026-09-18T16:28:59.059Z Compiling chacha20 v0.9.1
25472026-09-18T16:28:59.077Z Compiling async-compression v0.4.41
25482026-09-18T16:28:59.212Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25492026-09-18T16:28:59.299Z Compiling oxide-generation v0.1.3
25502026-09-18T16:28:59.332Z Compiling sha1 v0.11.0
25512026-09-18T16:28:59.348Z Compiling parse-display-derive v0.10.0
25522026-09-18T16:28:59.381Z Compiling proc-macro-crate v1.3.1
25532026-09-18T16:28:59.402Z Compiling waitgroup v0.1.2
25542026-09-18T16:28:59.500Z Compiling rustls-pemfile v2.2.0
25552026-09-18T16:28:59.566Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=93e04e189a76f73b3764c6417928274b0f4df453#93e04e18)
25562026-09-18T16:28:59.697Z Compiling backon v1.6.0
25572026-09-18T16:28:59.732Z Compiling dropshot_endpoint v0.17.1
25582026-09-18T16:28:59.761Z Compiling blake2 v0.10.6
25592026-09-18T16:28:59.857Z Compiling aead v0.5.2
25602026-09-18T16:28:59.925Z Compiling rustls-webpki v0.103.13
25612026-09-18T16:28:59.947Z Compiling password-hash v0.5.0
25622026-09-18T16:28:59.952Z Compiling foreign-types-macros v0.2.3
25632026-09-18T16:29:00.063Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25642026-09-18T16:29:00.159Z Compiling serde_path_to_error v0.1.20
25652026-09-18T16:29:00.247Z Compiling hostname v0.4.2
25662026-09-18T16:29:00.263Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25672026-09-18T16:29:00.293Z Compiling proc-macro-error v1.0.4
25682026-09-18T16:29:00.346Z Compiling instant v0.1.13
25692026-09-18T16:29:00.439Z Compiling debug-ignore v1.0.5
25702026-09-18T16:29:00.475Z Compiling illumos-nvpair-sys v0.2.0
25712026-09-18T16:29:00.518Z Compiling foreign-types-shared v0.3.1
25722026-09-18T16:29:00.573Z Compiling backoff v0.4.0
25732026-09-18T16:29:00.597Z Compiling argon2 v0.5.3
25742026-09-18T16:29:00.614Z Compiling foreign-types v0.5.0
25752026-09-18T16:29:00.617Z Compiling chacha20poly1305 v0.10.1
25762026-09-18T16:29:00.650Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=93e04e189a76f73b3764c6417928274b0f4df453#93e04e18)
25772026-09-18T16:29:00.654Z Compiling ingot-types v0.2.0
25782026-09-18T16:29:00.683Z Compiling num_enum_derive v0.5.11
25792026-09-18T16:29:00.712Z Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
25802026-09-18T16:29:00.730Z Compiling num_enum v0.7.6
25812026-09-18T16:29:00.763Z Compiling vsss-rs v3.3.4
25822026-09-18T16:29:00.782Z Compiling ciborium v0.2.2
25832026-09-18T16:29:00.882Z Compiling parse-display v0.10.0
25842026-09-18T16:29:00.928Z Compiling regress v0.10.5
25852026-09-18T16:29:01.034Z Compiling itertools v0.14.0
25862026-09-18T16:29:01.138Z Compiling ingot v0.2.1
25872026-09-18T16:29:01.172Z Compiling tabwriter v1.4.1
25882026-09-18T16:29:01.235Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25892026-09-18T16:29:01.251Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25902026-09-18T16:29:01.254Z Compiling cstr-argument v0.1.2
25912026-09-18T16:29:01.363Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
25922026-09-18T16:29:01.384Z Compiling humantime v2.3.0
25932026-09-18T16:29:01.448Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25942026-09-18T16:29:01.521Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
25952026-09-18T16:29:01.670Z Compiling num_enum v0.5.11
25962026-09-18T16:29:01.734Z Compiling rayon v1.11.0
25972026-09-18T16:29:01.750Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25982026-09-18T16:29:01.768Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25992026-09-18T16:29:01.787Z Compiling indent_write v2.2.0
26002026-09-18T16:29:01.790Z Compiling libefi-sys v0.1.0
26012026-09-18T16:29:01.790Z Compiling colored v3.1.1
26022026-09-18T16:29:01.839Z Compiling zone_cfg_derive v0.3.1
26032026-09-18T16:29:01.843Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26042026-09-18T16:29:01.912Z Compiling illumos-nvpair v0.3.0
26052026-09-18T16:29:01.957Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=93e04e189a76f73b3764c6417928274b0f4df453#93e04e18)
26062026-09-18T16:29:02.143Z Compiling camino-tempfile v1.4.1
26072026-09-18T16:29:02.188Z Compiling itertools v0.12.1
26082026-09-18T16:29:02.209Z Compiling usdt-attr-macro v0.5.0
26092026-09-18T16:29:02.270Z Compiling usdt-macro v0.5.0
26102026-09-18T16:29:02.285Z Compiling bitfield-struct v0.6.2
26112026-09-18T16:29:02.308Z Compiling num-derive v0.4.2
26122026-09-18T16:29:02.507Z Compiling blake3 v1.8.5
26132026-09-18T16:29:02.525Z Compiling memmap v0.7.0
26142026-09-18T16:29:02.528Z Compiling sigpipe v0.1.3
26152026-09-18T16:29:02.631Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26162026-09-18T16:29:02.764Z Compiling glob v0.3.3
26172026-09-18T16:29:02.883Z Compiling swrite v0.1.0
26182026-09-18T16:29:02.914Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=93e04e189a76f73b3764c6417928274b0f4df453#93e04e18)
26192026-09-18T16:29:02.954Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26202026-09-18T16:29:03.049Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26212026-09-18T16:29:03.066Z Compiling usdt v0.5.0
26222026-09-18T16:29:03.277Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
26232026-09-18T16:29:03.291Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=93e04e189a76f73b3764c6417928274b0f4df453#93e04e18)
26242026-09-18T16:29:03.402Z Compiling tokio-rustls v0.26.4
26252026-09-18T16:29:03.490Z Compiling rustls-platform-verifier v0.6.2
26262026-09-18T16:29:03.528Z Compiling tough v0.22.0
26272026-09-18T16:29:03.543Z Compiling zone v0.3.1
26282026-09-18T16:29:03.567Z Compiling smf v0.2.3
26292026-09-18T16:29:03.592Z Compiling filetime v0.2.27
26302026-09-18T16:29:03.681Z Compiling hyper-rustls v0.27.7
26312026-09-18T16:29:03.698Z Compiling arrayref v0.3.9
26322026-09-18T16:29:03.719Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26332026-09-18T16:29:03.742Z Compiling constant_time_eq v0.4.2
26342026-09-18T16:29:03.786Z Compiling xattr v1.6.1
26352026-09-18T16:29:03.803Z Compiling arrayvec v0.7.6
26362026-09-18T16:29:03.820Z Compiling whoami v1.6.1
26372026-09-18T16:29:03.866Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26382026-09-18T16:29:03.936Z Compiling reqwest v0.13.2
26392026-09-18T16:29:03.966Z Compiling tar v0.4.46
26402026-09-18T16:29:03.997Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26412026-09-18T16:29:04.010Z Compiling tokio-dtrace v0.1.1
26422026-09-18T16:29:04.241Z Compiling gethostname v0.5.0
26432026-09-18T16:29:04.319Z Compiling console v0.16.2
26442026-09-18T16:29:04.371Z Compiling topological-sort v0.2.2
26452026-09-18T16:29:04.387Z Compiling unit-prefix v0.5.2
26462026-09-18T16:29:04.515Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26472026-09-18T16:29:04.535Z Compiling oxide-tokio-rt v0.1.4
26482026-09-18T16:29:04.563Z Compiling toml v0.8.23
26492026-09-18T16:29:04.579Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
26502026-09-18T16:29:04.706Z Compiling shell-words v1.1.1
26512026-09-18T16:29:04.747Z Compiling indicatif v0.18.4
26522026-09-18T16:29:05.846Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26532026-09-18T16:29:06.952Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26542026-09-18T16:29:07.257Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26552026-09-18T16:29:14.072Z Compiling progenitor-client v0.14.0
26562026-09-18T16:29:14.072Z Compiling omicron-zone-package v0.12.3
26572026-09-18T16:29:14.313Z Compiling progenitor-extras v0.2.0
26582026-09-18T16:29:14.572Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
26592026-09-18T16:29:14.592Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26602026-09-18T16:29:14.664Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
26612026-09-18T16:29:14.687Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26622026-09-18T16:29:14.801Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26632026-09-18T16:29:14.860Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26642026-09-18T16:29:14.900Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26652026-09-18T16:29:15.009Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26662026-09-18T16:29:15.516Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26672026-09-18T16:29:18.693Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26682026-09-18T16:29:28.493Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26692026-09-18T16:29:31.606Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26702026-09-18T16:29:32.598Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
26712026-09-18T16:29:44.552Z Finished `release` profile [optimized] target(s) in 1m 38s
26722026-09-18T16:29:44.708Z Running `target/release/omicron-package -t test target create -p dev`
26732026-09-18T16:29:44.772ZLogging to: /work/oxidecomputer/omicron/out/LOG
26742026-09-18T16:29:44.775ZCreated new build target 'test' and set it as active
26752026-09-18T16:29:44.775Z
26762026-09-18T16:29:44.775Zreal 1:39.149088819
26772026-09-18T16:29:44.775Zuser 14:48.854825890
26782026-09-18T16:29:44.775Zsys 2:55.796157057
26792026-09-18T16:29:44.775Ztrap 0.434034937
26802026-09-18T16:29:44.775Ztflt 0.560403235
26812026-09-18T16:29:44.775Zdflt 3.651879800
26822026-09-18T16:29:44.775Zkflt 0.000499510
26832026-09-18T16:29:44.775Zlock 41:28.211582696
26842026-09-18T16:29:44.779Zslp 35:11.362235874
26852026-09-18T16:29:44.779Zlat 44.799759836
26862026-09-18T16:29:44.779Zstop 6:31.386011632
26872026-09-18T16:29:44.779Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
26882026-09-18T16:29:45.714Z Finished `release` profile [optimized] target(s) in 0.92s
26892026-09-18T16:29:45.782Z Running `target/release/omicron-package -t test package`
26902026-09-18T16:29:45.841ZLogging to: /work/oxidecomputer/omicron/out/LOG
26912026-09-18T16:29:47.344Z Compiling cfg-if v1.0.4
26922026-09-18T16:29:47.567Z Compiling serde_core v1.0.228
26932026-09-18T16:29:47.567Z Compiling libc v0.2.185
26942026-09-18T16:29:47.570Z Compiling memchr v2.8.0
26952026-09-18T16:29:47.636Z Compiling smallvec v1.15.1
26962026-09-18T16:29:47.670Z Compiling stable_deref_trait v1.2.1
26972026-09-18T16:29:47.697Z Compiling scopeguard v1.2.0
26982026-09-18T16:29:47.700Z Compiling zerofrom v0.1.6
26992026-09-18T16:29:47.739Z Compiling libm v0.2.16
27002026-09-18T16:29:47.768Z Compiling percent-encoding v2.3.2
27012026-09-18T16:29:47.771Z Compiling writeable v0.6.2
27022026-09-18T16:29:47.771Z Compiling litemap v0.8.1
27032026-09-18T16:29:47.836Z Compiling lock_api v0.4.14
27042026-09-18T16:29:47.860Z Compiling yoke v0.8.1
27052026-09-18T16:29:47.885Z Compiling icu_normalizer_data v2.1.1
27062026-09-18T16:29:47.885Z Compiling icu_properties_data v2.1.2
27072026-09-18T16:29:47.889Z Compiling rand_core v0.10.0
27082026-09-18T16:29:47.956Z Compiling utf8_iter v1.0.4
27092026-09-18T16:29:47.958Z Compiling form_urlencoded v1.2.2
27102026-09-18T16:29:48.010Z Compiling zerocopy v0.8.55
27112026-09-18T16:29:48.038Z Compiling iana-time-zone v0.1.65
27122026-09-18T16:29:48.066Z Compiling errno v0.3.14
27132026-09-18T16:29:48.066Z Compiling zerovec v0.11.5
27142026-09-18T16:29:48.066Z Compiling zerotrie v0.2.3
27152026-09-18T16:29:48.137Z Compiling getrandom v0.4.3
27162026-09-18T16:29:48.140Z Compiling parking_lot_core v0.9.12
27172026-09-18T16:29:48.190Z Compiling mio v1.2.0
27182026-09-18T16:29:48.215Z Compiling signal-hook-registry v1.4.8
27192026-09-18T16:29:48.250Z Compiling socket2 v0.6.3
27202026-09-18T16:29:48.281Z Compiling thiserror v2.0.18
27212026-09-18T16:29:48.331Z Compiling getrandom v0.2.17
27222026-09-18T16:29:48.367Z Compiling getrandom v0.3.4
27232026-09-18T16:29:48.370Z Compiling futures-util v0.3.32
27242026-09-18T16:29:48.416Z Compiling parking_lot v0.12.5
27252026-09-18T16:29:48.440Z Compiling base64 v0.22.1
27262026-09-18T16:29:48.467Z Compiling time v0.3.47
27272026-09-18T16:29:48.511Z Compiling rand_core v0.6.4
27282026-09-18T16:29:48.561Z Compiling num-traits v0.2.19
27292026-09-18T16:29:48.585Z Compiling rand_core v0.9.5
27302026-09-18T16:29:48.614Z Compiling aho-corasick v1.1.4
27312026-09-18T16:29:48.640Z Compiling spin v0.9.8
27322026-09-18T16:29:48.711Z Compiling tinystr v0.8.2
27332026-09-18T16:29:48.743Z Compiling potential_utf v0.1.4
27342026-09-18T16:29:48.769Z Compiling socket2 v0.5.10
27352026-09-18T16:29:48.794Z Compiling crc32fast v1.5.0
27362026-09-18T16:29:48.816Z Compiling pest v2.8.6
27372026-09-18T16:29:48.884Z Compiling encoding_rs v0.8.35
27382026-09-18T16:29:48.913Z Compiling icu_collections v2.1.1
27392026-09-18T16:29:48.969Z Compiling icu_locale_core v2.1.1
27402026-09-18T16:29:48.996Z Compiling simd-adler32 v0.3.8
27412026-09-18T16:29:49.021Z Compiling adler2 v2.0.1
27422026-09-18T16:29:49.047Z Compiling lazy_static v1.5.0
27432026-09-18T16:29:49.081Z Compiling wait-timeout v0.2.1
27442026-09-18T16:29:49.180Z Compiling rand_xorshift v0.4.0
27452026-09-18T16:29:49.225Z Compiling miniz_oxide v0.8.9
27462026-09-18T16:29:49.348Z Compiling zlib-rs v0.6.2
27472026-09-18T16:29:49.382Z Compiling num-integer v0.1.46
27482026-09-18T16:29:49.382Z Compiling data-encoding v2.10.0
27492026-09-18T16:29:49.492Z Compiling serde v1.0.228
27502026-09-18T16:29:49.542Z Compiling bitflags v2.11.0
27512026-09-18T16:29:49.641Z Compiling serde_json v1.0.151
27522026-09-18T16:29:49.663Z Compiling uuid v1.23.4
27532026-09-18T16:29:49.734Z Compiling icu_provider v2.1.1
27542026-09-18T16:29:49.840Z Compiling semver v1.0.28
27552026-09-18T16:29:50.007Z Compiling rustix v1.1.4
27562026-09-18T16:29:50.193Z Compiling bytes v1.11.1
27572026-09-18T16:29:50.225Z Compiling zeroize v1.9.0
27582026-09-18T16:29:50.329Z Compiling icu_normalizer v2.1.1
27592026-09-18T16:29:50.360Z Compiling icu_properties v2.1.2
27602026-09-18T16:29:50.385Z Compiling chrono v0.4.45
27612026-09-18T16:29:50.506Z Compiling generic-array v0.14.7
27622026-09-18T16:29:50.734Z Compiling indexmap v2.14.0
27632026-09-18T16:29:50.933Z Compiling tokio v1.52.1
27642026-09-18T16:29:50.958Z Compiling http v1.4.2
27652026-09-18T16:29:51.126Z Compiling crypto-common v0.1.7
27662026-09-18T16:29:51.152Z Compiling block-buffer v0.10.4
27672026-09-18T16:29:51.221Z Compiling ppv-lite86 v0.2.21
27682026-09-18T16:29:51.317Z Compiling idna_adapter v1.2.1
27692026-09-18T16:29:51.376Z Compiling digest v0.10.7
27702026-09-18T16:29:51.403Z Compiling erased-serde v0.3.31
27712026-09-18T16:29:51.444Z Compiling terminal_size v0.4.3
27722026-09-18T16:29:51.468Z Compiling rustls-pki-types v1.14.0
27732026-09-18T16:29:51.471Z Compiling idna v1.1.0
27742026-09-18T16:29:51.517Z Compiling ipnet v2.12.0
27752026-09-18T16:29:51.517Z Compiling aws-lc-rs v1.16.3
27762026-09-18T16:29:51.586Z Compiling clap_builder v4.6.0
27772026-09-18T16:29:51.617Z Compiling rand_chacha v0.9.0
27782026-09-18T16:29:51.641Z Compiling tempfile v3.27.0
27792026-09-18T16:29:51.642Z Compiling der v0.7.10
27802026-09-18T16:29:51.689Z Compiling regex-automata v0.4.14
27812026-09-18T16:29:52.003Z Compiling url v2.5.8
27822026-09-18T16:29:52.032Z Compiling slog v2.8.2
27832026-09-18T16:29:52.138Z Compiling rand v0.9.2
27842026-09-18T16:29:52.239Z Compiling http-body v1.0.1
27852026-09-18T16:29:52.265Z Compiling hybrid-array v0.4.13
27862026-09-18T16:29:52.296Z Compiling rand_chacha v0.3.1
27872026-09-18T16:29:52.323Z Compiling hex v0.4.3
27882026-09-18T16:29:52.351Z Compiling serde_urlencoded v0.7.1
27892026-09-18T16:29:52.442Z Compiling http-body-util v0.1.3
27902026-09-18T16:29:52.572Z Compiling rand v0.8.6
27912026-09-18T16:29:52.666Z Compiling schemars v0.8.22
27922026-09-18T16:29:52.689Z Compiling hubpack v0.1.2
27932026-09-18T16:29:52.790Z Compiling rustls-webpki v0.103.13
27942026-09-18T16:29:52.854Z Compiling spki v0.7.3
27952026-09-18T16:29:52.935Z Compiling rustls-native-certs v0.8.3
27962026-09-18T16:29:52.960Z Compiling futures-executor v0.3.32
27972026-09-18T16:29:53.135Z Compiling pkcs8 v0.10.2
27982026-09-18T16:29:53.172Z Compiling block-buffer v0.12.1
27992026-09-18T16:29:53.378Z Compiling rustls v0.23.41
28002026-09-18T16:29:53.408Z Compiling crypto-common v0.2.2
28012026-09-18T16:29:53.433Z Compiling futures v0.3.32
28022026-09-18T16:29:53.458Z Compiling publicsuffix v2.3.0
28032026-09-18T16:29:53.461Z Compiling signature v2.2.0
28042026-09-18T16:29:53.502Z Compiling openapiv3 v2.2.0
28052026-09-18T16:29:53.544Z Compiling cookie v0.18.1
28062026-09-18T16:29:53.682Z Compiling clap v4.6.1
28072026-09-18T16:29:53.706Z Compiling rusty-fork v0.3.1
28082026-09-18T16:29:53.729Z Compiling sha2 v0.10.9
28092026-09-18T16:29:53.754Z Compiling flate2 v1.1.9
28102026-09-18T16:29:53.778Z Compiling ipnetwork v0.21.1
28112026-09-18T16:29:53.806Z Compiling camino v1.2.5
28122026-09-18T16:29:54.026Z Compiling cookie_store v0.22.1
28132026-09-18T16:29:54.181Z Compiling oxnet v0.1.6
28142026-09-18T16:29:54.272Z Compiling digest v0.11.3
28152026-09-18T16:29:54.331Z Compiling proptest v1.11.0
28162026-09-18T16:29:54.357Z Compiling x509-cert v0.2.5
28172026-09-18T16:29:54.454Z Compiling dof v0.4.0
28182026-09-18T16:29:54.482Z Compiling dtrace-parser v0.3.0
28192026-09-18T16:29:54.547Z Compiling thread-id v5.1.0
28202026-09-18T16:29:54.577Z Compiling num-iter v0.1.45
28212026-09-18T16:29:54.600Z Compiling memmap2 v0.9.10
28222026-09-18T16:29:54.631Z Compiling rustix v0.38.44
28232026-09-18T16:29:54.668Z Compiling regex v1.12.3
28242026-09-18T16:29:54.741Z Compiling packed_struct v0.10.1
28252026-09-18T16:29:54.892Z Compiling hmac v0.12.1
28262026-09-18T16:29:54.950Z Compiling num-bigint-dig v0.8.6
28272026-09-18T16:29:55.091Z Compiling dof v0.3.0
28282026-09-18T16:29:55.162Z Compiling bstr v1.12.1
28292026-09-18T16:29:55.242Z Compiling usdt-impl v0.6.0
28302026-09-18T16:29:55.449Z Compiling tokio-util v0.7.18
28312026-09-18T16:29:55.631Z Compiling tower v0.5.3
28322026-09-18T16:29:55.924Z Compiling usdt v0.6.0
28332026-09-18T16:29:55.968Z Compiling pkcs1 v0.7.5
28342026-09-18T16:29:56.147Z Compiling tower-http v0.6.8
28352026-09-18T16:29:56.171Z Compiling block-padding v0.4.2
28362026-09-18T16:29:56.220Z Compiling toml_datetime v0.6.11
28372026-09-18T16:29:56.287Z Compiling h2 v0.4.15
28382026-09-18T16:29:56.379Z Compiling serde_spanned v0.6.9
28392026-09-18T16:29:56.412Z Compiling dtrace-parser v0.2.0
28402026-09-18T16:29:56.458Z Compiling ff v0.13.1
28412026-09-18T16:29:56.574Z Compiling thread-id v4.2.2
28422026-09-18T16:29:56.597Z Compiling sec1 v0.7.3
28432026-09-18T16:29:56.659Z Compiling group v0.13.0
28442026-09-18T16:29:56.693Z Compiling signal-hook v0.3.18
28452026-09-18T16:29:56.864Z Compiling newtype-uuid v1.3.2
28462026-09-18T16:29:56.888Z Compiling usdt-impl v0.5.0
28472026-09-18T16:29:56.914Z Compiling inout v0.2.2
28482026-09-18T16:29:56.918Z Compiling rsa v0.9.10
28492026-09-18T16:29:56.918Z Compiling serde-hex v0.1.0
28502026-09-18T16:29:56.991Z Compiling tokio-rustls v0.26.4
28512026-09-18T16:29:57.016Z Compiling rustls-platform-verifier v0.6.2
28522026-09-18T16:29:57.102Z Compiling hkdf v0.12.4
28532026-09-18T16:29:57.133Z Compiling ron v0.8.1
28542026-09-18T16:29:57.154Z Compiling daft v0.1.8
28552026-09-18T16:29:57.206Z Compiling serde_with v3.21.0
28562026-09-18T16:29:57.308Z Compiling crypto-bigint v0.5.5
28572026-09-18T16:29:57.335Z Compiling foreign-types-shared v0.1.1
28582026-09-18T16:29:57.443Z Compiling foreign-types v0.3.2
28592026-09-18T16:29:57.467Z Compiling nix v0.31.2
28602026-09-18T16:29:57.496Z Compiling cipher v0.5.2
28612026-09-18T16:29:57.520Z Compiling openssl-sys v0.9.117
28622026-09-18T16:29:57.551Z Compiling ahash v0.8.12
28632026-09-18T16:29:57.848Z Compiling chacha20 v0.10.0
28642026-09-18T16:29:57.872Z Compiling signal-hook-mio v0.2.5
28652026-09-18T16:29:57.872Z Compiling globset v0.4.18
28662026-09-18T16:29:58.071Z Compiling openssl v0.10.80
28672026-09-18T16:29:58.097Z Compiling toml_edit v0.19.15
28682026-09-18T16:29:58.256Z Compiling rand v0.10.1
28692026-09-18T16:29:58.342Z Compiling elliptic-curve v0.13.8
28702026-09-18T16:29:58.595Z Compiling zopfli v0.8.3
28712026-09-18T16:29:58.628Z Compiling sha3 v0.10.8
28722026-09-18T16:29:58.801Z Compiling curve25519-dalek v4.1.3
28732026-09-18T16:29:58.892Z Compiling bzip2 v0.4.4
28742026-09-18T16:29:59.001Z Compiling hashbrown v0.13.2
28752026-09-18T16:29:59.032Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
28762026-09-18T16:29:59.057Z Compiling jiff v0.2.34
28772026-09-18T16:29:59.162Z Compiling zip v0.6.6
28782026-09-18T16:29:59.191Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
28792026-09-18T16:29:59.326Z Compiling crossterm v0.28.1
28802026-09-18T16:29:59.351Z Compiling sha2 v0.11.0
28812026-09-18T16:29:59.397Z Compiling ed25519 v2.2.3
28822026-09-18T16:29:59.599Z Compiling object v0.30.4
28832026-09-18T16:29:59.622Z Compiling serde-big-array v0.5.1
28842026-09-18T16:29:59.652Z Compiling pem v3.0.6
28852026-09-18T16:29:59.678Z Compiling petgraph v0.8.3
28862026-09-18T16:29:59.718Z Compiling ed25519-dalek v2.2.0
28872026-09-18T16:29:59.810Z Compiling toml v0.7.8
28882026-09-18T16:29:59.961Z Compiling object v0.37.3
28892026-09-18T16:30:00.001Z Compiling heapless v0.7.17
28902026-09-18T16:30:00.174Z Compiling hyper v1.10.1
28912026-09-18T16:30:00.198Z Compiling hmac v0.13.0
28922026-09-18T16:30:00.396Z Compiling md-5 v0.11.0
28932026-09-18T16:30:00.468Z Compiling byte-wrapper v0.1.0
28942026-09-18T16:30:00.474Z Compiling serde_plain v1.0.2
28952026-09-18T16:30:00.605Z Compiling toml_edit v0.22.27
28962026-09-18T16:30:00.686Z Compiling native-tls v0.2.18
28972026-09-18T16:30:00.727Z Compiling zip v8.6.0
28982026-09-18T16:30:00.850Z Compiling postgres-protocol v0.6.12
28992026-09-18T16:30:01.015Z Compiling tokio-native-tls v0.3.1
29002026-09-18T16:30:01.142Z Compiling smoltcp v0.9.1
29012026-09-18T16:30:01.266Z Compiling hickory-proto v0.25.2
29022026-09-18T16:30:01.426Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=438cd185666d5f164548885873f0f5df9a38eed1#438cd185)
29032026-09-18T16:30:01.786Z Compiling hyper-util v0.1.20
29042026-09-18T16:30:01.810Z Compiling float-cmp v0.10.0
29052026-09-18T16:30:01.943Z Compiling string_cache v0.8.9
29062026-09-18T16:30:01.987Z Compiling predicates v3.1.4
29072026-09-18T16:30:02.153Z Compiling textwrap v0.16.2
29082026-09-18T16:30:02.257Z Compiling petgraph v0.6.5
29092026-09-18T16:30:02.297Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=438cd185666d5f164548885873f0f5df9a38eed1#438cd185)
29102026-09-18T16:30:02.382Z Compiling zip v4.6.1
29112026-09-18T16:30:02.407Z Compiling postgres-types v0.2.14
29122026-09-18T16:30:02.935Z Compiling iddqd v0.4.2
29132026-09-18T16:30:03.217Z Compiling backtrace v0.3.76
29142026-09-18T16:30:03.360Z Compiling similar v2.7.0
29152026-09-18T16:30:03.385Z Compiling olpc-cjson v0.1.4
29162026-09-18T16:30:03.393Z Compiling tokio-stream v0.1.18
29172026-09-18T16:30:03.521Z Compiling tokio-postgres v0.7.18
29182026-09-18T16:30:03.593Z Compiling hyper-rustls v0.27.7
29192026-09-18T16:30:03.642Z Compiling hyper-tls v0.6.0
29202026-09-18T16:30:03.944Z Compiling reqwest v0.13.2
29212026-09-18T16:30:03.987Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
29222026-09-18T16:30:04.015Z Compiling reqwest v0.12.28
29232026-09-18T16:30:04.208Z Compiling backtrace-ext v0.2.1
29242026-09-18T16:30:04.232Z Compiling fs-err v3.3.0
29252026-09-18T16:30:04.379Z Compiling miette v7.6.0
29262026-09-18T16:30:04.475Z Compiling buf-list v1.1.2
29272026-09-18T16:30:04.735Z Compiling thread_local v1.1.9
29282026-09-18T16:30:04.778Z Compiling is-terminal v0.4.17
29292026-09-18T16:30:04.916Z Compiling hostname v0.3.1
29302026-09-18T16:30:04.920Z Compiling slog-json v2.6.1
29312026-09-18T16:30:04.943Z Compiling serde_spanned v1.1.1
29322026-09-18T16:30:04.968Z Compiling slog-term v2.9.2
29332026-09-18T16:30:05.055Z Compiling slog-async v2.8.0
29342026-09-18T16:30:05.082Z Compiling toml_datetime v1.1.1+spec-1.1.0
29352026-09-18T16:30:05.102Z Compiling compression-codecs v0.4.37
29362026-09-18T16:30:05.132Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
29372026-09-18T16:30:05.201Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
29382026-09-18T16:30:05.414Z Compiling slog-bunyan v2.5.0
29392026-09-18T16:30:05.474Z Compiling toml v1.1.2+spec-1.1.0
29402026-09-18T16:30:05.546Z Compiling multer v3.1.0
29412026-09-18T16:30:05.626Z Compiling tough v0.22.0
29422026-09-18T16:30:05.803Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
29432026-09-18T16:30:05.804Z Compiling async-compression v0.4.41
29442026-09-18T16:30:05.961Z Compiling sha1 v0.11.0
29452026-09-18T16:30:06.221Z Compiling rustls-pemfile v2.2.0
29462026-09-18T16:30:06.252Z Compiling serde_path_to_error v0.1.20
29472026-09-18T16:30:06.325Z Compiling hostname v0.4.2
29482026-09-18T16:30:06.349Z Compiling progenitor-client v0.14.0
29492026-09-18T16:30:06.374Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
29502026-09-18T16:30:06.507Z Compiling atomicwrites v0.4.4
29512026-09-18T16:30:06.530Z Compiling macaddr v1.0.1
29522026-09-18T16:30:06.557Z Compiling instant v0.1.13
29532026-09-18T16:30:06.616Z Compiling oxide-generation v0.1.3
29542026-09-18T16:30:06.714Z Compiling dropshot v0.17.1
29552026-09-18T16:30:06.719Z Compiling regress v0.10.5
29562026-09-18T16:30:06.760Z Compiling backoff v0.4.0
29572026-09-18T16:30:06.793Z Compiling progenitor-extras v0.2.0
29582026-09-18T16:30:06.819Z Compiling parse-display v0.10.0
29592026-09-18T16:30:06.841Z Compiling half v2.7.1
29602026-09-18T16:30:07.019Z Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
29612026-09-18T16:30:07.089Z Compiling heck v0.5.0
29622026-09-18T16:30:07.176Z Compiling ciborium-ll v0.2.2
29632026-09-18T16:30:07.213Z Compiling regress v0.11.1
29642026-09-18T16:30:07.271Z Compiling secrecy v0.10.3
29652026-09-18T16:30:07.345Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29662026-09-18T16:30:07.459Z Compiling ciborium v0.2.2
29672026-09-18T16:30:07.484Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=93e04e189a76f73b3764c6417928274b0f4df453#93e04e18)
29682026-09-18T16:30:07.484Z Compiling inout v0.1.4
29692026-09-18T16:30:07.575Z Compiling universal-hash v0.5.1
29702026-09-18T16:30:07.680Z Compiling cipher v0.4.4
29712026-09-18T16:30:07.758Z Compiling unsafe-libyaml v0.2.11
29722026-09-18T16:30:07.778Z Compiling poly1305 v0.8.0
29732026-09-18T16:30:07.824Z Compiling blake2 v0.10.6
29742026-09-18T16:30:07.966Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=93e04e189a76f73b3764c6417928274b0f4df453#93e04e18)
29752026-09-18T16:30:08.224Z Compiling chacha20 v0.9.1
29762026-09-18T16:30:08.246Z Compiling aead v0.5.2
29772026-09-18T16:30:08.272Z Compiling password-hash v0.5.0
29782026-09-18T16:30:08.308Z Compiling vsss-rs v3.3.4
29792026-09-18T16:30:08.423Z Compiling serde_yaml v0.9.34+deprecated
29802026-09-18T16:30:08.474Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
29812026-09-18T16:30:08.497Z Compiling chacha20poly1305 v0.10.1
29822026-09-18T16:30:08.522Z Compiling camino-tempfile v1.4.1
29832026-09-18T16:30:08.552Z Compiling heapless v0.8.0
29842026-09-18T16:30:08.586Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
29852026-09-18T16:30:08.685Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29862026-09-18T16:30:08.693Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29872026-09-18T16:30:08.870Z Compiling typify-impl v0.6.2
29882026-09-18T16:30:08.907Z Compiling argon2 v0.5.3
29892026-09-18T16:30:08.931Z Compiling ingot-types v0.2.0
29902026-09-18T16:30:09.110Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29912026-09-18T16:30:09.354Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29922026-09-18T16:30:09.419Z Compiling cobs v0.3.0
29932026-09-18T16:30:09.445Z Compiling ingot v0.2.1
29942026-09-18T16:30:09.580Z Compiling smoltcp v0.11.0
29952026-09-18T16:30:09.669Z Compiling postcard v1.1.3
29962026-09-18T16:30:09.726Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29972026-09-18T16:30:09.758Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
29982026-09-18T16:30:09.824Z Compiling cstr-argument v0.1.2
29992026-09-18T16:30:09.866Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30002026-09-18T16:30:10.018Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30012026-09-18T16:30:10.047Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
30022026-09-18T16:30:10.086Z Compiling sigpipe v0.1.3
30032026-09-18T16:30:10.151Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30042026-09-18T16:30:10.209Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30052026-09-18T16:30:10.299Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30062026-09-18T16:30:10.364Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=93e04e189a76f73b3764c6417928274b0f4df453#93e04e18)
30072026-09-18T16:30:10.492Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
30082026-09-18T16:30:10.604Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30092026-09-18T16:30:10.659Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=93e04e189a76f73b3764c6417928274b0f4df453#93e04e18)
30102026-09-18T16:30:10.768Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30112026-09-18T16:30:10.901Z Compiling memmap v0.7.0
30122026-09-18T16:30:10.959Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=93e04e189a76f73b3764c6417928274b0f4df453#93e04e18)
30132026-09-18T16:30:11.100Z Compiling usdt v0.5.0
30142026-09-18T16:30:11.140Z Compiling zone v0.3.1
30152026-09-18T16:30:11.253Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30162026-09-18T16:30:11.301Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30172026-09-18T16:30:11.623Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
30182026-09-18T16:30:11.646Z Compiling derive-where v1.6.0
30192026-09-18T16:30:11.669Z Compiling bytecount v0.6.9
30202026-09-18T16:30:11.738Z Compiling toml v0.8.23
30212026-09-18T16:30:11.798Z Compiling tokio-dtrace v0.1.1
30222026-09-18T16:30:11.859Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30232026-09-18T16:30:13.031Z Compiling oxide-tokio-rt v0.1.4
30242026-09-18T16:30:13.034Z Compiling prettyplease v0.2.37
30252026-09-18T16:30:13.034Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30262026-09-18T16:30:13.034Z Compiling newline-converter v0.3.0
30272026-09-18T16:30:13.034Z Compiling typify-macro v0.6.2
30282026-09-18T16:30:13.034Z Compiling gethostname v0.5.0
30292026-09-18T16:30:13.034Z Compiling console v0.15.11
30302026-09-18T16:30:13.034Z Compiling slog-dtrace v0.3.0
30312026-09-18T16:30:13.034Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
30322026-09-18T16:30:13.034Z Compiling cancel-safe-futures v0.1.5
30332026-09-18T16:30:13.034Z Compiling expectorate v1.2.0
30342026-09-18T16:30:13.034Z Compiling oxide-update-engine-types v0.1.2
30352026-09-18T16:30:13.034Z Compiling num-rational v0.4.2
30362026-09-18T16:30:13.034Z Compiling num-complex v0.4.6
30372026-09-18T16:30:13.113Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
30382026-09-18T16:30:13.184Z Compiling compression-core v0.4.31
30392026-09-18T16:30:13.206Z Compiling resolv-conf v0.7.6
30402026-09-18T16:30:13.317Z Compiling match_cfg v0.1.0
30412026-09-18T16:30:13.420Z Compiling num v0.4.3
30422026-09-18T16:30:13.533Z Compiling crossbeam-channel v0.5.15
30432026-09-18T16:30:13.647Z Compiling linear-map v1.2.0
30442026-09-18T16:30:13.691Z Compiling toml_writer v1.1.1+spec-1.1.0
30452026-09-18T16:30:13.756Z Compiling float-ord v0.3.2
30462026-09-18T16:30:13.800Z Compiling take_mut v0.2.2
30472026-09-18T16:30:13.822Z Compiling term v1.2.1
30482026-09-18T16:30:14.051Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30492026-09-18T16:30:14.118Z Compiling typify v0.6.2
30502026-09-18T16:30:14.273Z Compiling progenitor-impl v0.14.0
30512026-09-18T16:30:14.296Z Compiling oxide-update-engine v0.1.2
30522026-09-18T16:30:14.404Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30532026-09-18T16:30:14.497Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
30542026-09-18T16:30:14.872Z Compiling async-stream v0.3.6
30552026-09-18T16:30:15.034Z Compiling waitgroup v0.1.2
30562026-09-18T16:30:15.099Z Compiling backon v1.6.0
30572026-09-18T16:30:15.298Z Compiling debug-ignore v1.0.5
30582026-09-18T16:30:15.320Z Compiling linked-hash-map v0.5.6
30592026-09-18T16:30:15.350Z Compiling minimal-lexical v0.2.1
30602026-09-18T16:30:15.634Z Compiling nom v7.1.3
30612026-09-18T16:30:15.637Z Compiling lru-cache v0.1.2
30622026-09-18T16:30:15.716Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
30632026-09-18T16:30:16.094Z Compiling itertools v0.14.0
30642026-09-18T16:30:16.487Z Compiling progenitor-macro v0.14.0
30652026-09-18T16:30:16.551Z Compiling unicode-xid v0.2.6
30662026-09-18T16:30:16.572Z Compiling humantime v2.3.0
30672026-09-18T16:30:16.703Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
30682026-09-18T16:30:16.727Z Compiling hickory-proto v0.24.4
30692026-09-18T16:30:16.851Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30702026-09-18T16:30:16.931Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30712026-09-18T16:30:17.044Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30722026-09-18T16:30:17.443Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
30732026-09-18T16:30:17.900Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30742026-09-18T16:30:18.068Z Compiling papergrid v0.11.0
30752026-09-18T16:30:18.072Z Compiling tabled_derive v0.7.0
30762026-09-18T16:30:18.190Z Compiling termtree v0.5.1
30772026-09-18T16:30:18.219Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30782026-09-18T16:30:18.262Z Compiling crossterm v0.29.0
30792026-09-18T16:30:18.384Z Compiling phf_shared v0.12.1
30802026-09-18T16:30:18.407Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30812026-09-18T16:30:18.635Z Compiling vte v0.14.1
30822026-09-18T16:30:18.998Z Compiling csv-core v0.1.13
30832026-09-18T16:30:19.060Z Compiling tabled v0.15.0
30842026-09-18T16:30:19.126Z Compiling chrono-tz v0.10.4
30852026-09-18T16:30:19.233Z Compiling highway v1.3.0
30862026-09-18T16:30:19.347Z Compiling hickory-resolver v0.24.4
30872026-09-18T16:30:19.410Z Compiling csv v1.4.0
30882026-09-18T16:30:19.752Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
30892026-09-18T16:30:20.132Z Compiling strip-ansi-escapes v0.2.1
30902026-09-18T16:30:20.178Z Compiling phf v0.12.1
30912026-09-18T16:30:20.203Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30922026-09-18T16:30:20.392Z Compiling const_format_proc_macros v0.2.34
30932026-09-18T16:30:20.545Z Compiling fd-lock v4.0.4
30942026-09-18T16:30:20.569Z Compiling peg-macros v0.8.5
30952026-09-18T16:30:20.734Z Compiling qorb v0.4.1
30962026-09-18T16:30:20.757Z Compiling nu-ansi-term v0.50.3
30972026-09-18T16:30:20.880Z Compiling progenitor v0.14.0
30982026-09-18T16:30:21.046Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30992026-09-18T16:30:21.083Z Compiling reedline v0.40.0
31002026-09-18T16:30:21.180Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31012026-09-18T16:30:21.200Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
31022026-09-18T16:30:21.225Z Compiling const_format v0.2.35
31032026-09-18T16:30:21.347Z Compiling bcs v0.1.6
31042026-09-18T16:30:21.622Z Compiling nom v8.0.0
31052026-09-18T16:30:21.726Z Compiling semver v0.1.20
31062026-09-18T16:30:21.761Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
31072026-09-18T16:30:21.884Z Compiling peg v0.8.5
31082026-09-18T16:30:21.992Z Compiling rustc_version v0.1.7
31092026-09-18T16:30:22.032Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31102026-09-18T16:30:22.295Z Compiling newtype_derive v0.1.6
31112026-09-18T16:30:22.555Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31122026-09-18T16:30:22.731Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31132026-09-18T16:30:22.983Z Compiling dropshot-api-manager-types v0.8.0
31142026-09-18T16:30:23.047Z Compiling sha1 v0.10.6
31152026-09-18T16:30:23.071Z Compiling steno v0.4.1
31162026-09-18T16:30:23.096Z Compiling utf-8 v0.7.6
31172026-09-18T16:30:23.284Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31182026-09-18T16:30:23.323Z Compiling tagptr v0.2.0
31192026-09-18T16:30:23.370Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31202026-09-18T16:30:23.393Z Compiling tungstenite v0.21.0
31212026-09-18T16:30:23.461Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31222026-09-18T16:30:23.487Z Compiling darling_core v0.21.3
31232026-09-18T16:30:23.518Z Compiling moka v0.12.13
31242026-09-18T16:30:23.540Z Compiling display-error-chain v0.2.2
31252026-09-18T16:30:23.609Z Compiling vergen-lib v0.1.6
31262026-09-18T16:30:23.667Z Compiling diesel_derives v2.3.7
31272026-09-18T16:30:23.890Z Compiling scheduled-thread-pool v0.2.7
31282026-09-18T16:30:23.919Z Compiling vergen-gitcl v1.0.8
31292026-09-18T16:30:23.977Z Compiling diesel_table_macro_syntax v0.3.0
31302026-09-18T16:30:24.001Z Compiling dirs-sys-next v0.1.2
31312026-09-18T16:30:24.218Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31322026-09-18T16:30:24.292Z Compiling tokio-tungstenite v0.21.0
31332026-09-18T16:30:24.359Z Compiling maplit v1.0.2
31342026-09-18T16:30:24.381Z Compiling crunchy v0.2.4
31352026-09-18T16:30:24.553Z Compiling glob v0.3.3
31362026-09-18T16:30:24.695Z Compiling hickory-resolver v0.25.2
31372026-09-18T16:30:24.719Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=93e04e189a76f73b3764c6417928274b0f4df453#93e04e18)
31382026-09-18T16:30:24.847Z Compiling dirs-next v2.0.0
31392026-09-18T16:30:24.879Z Compiling r2d2 v0.8.10
31402026-09-18T16:30:24.944Z Compiling clang-sys v1.8.1
31412026-09-18T16:30:25.010Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31422026-09-18T16:30:25.046Z Compiling libscf-sys v1.2.0
31432026-09-18T16:30:25.108Z Compiling xshell-macros v0.2.7
31442026-09-18T16:30:25.177Z Compiling downcast-rs v2.0.2
31452026-09-18T16:30:25.226Z Compiling tiny-keccak v2.0.2
31462026-09-18T16:30:25.298Z Compiling term v0.7.0
31472026-09-18T16:30:25.385Z Compiling papergrid v0.18.0
31482026-09-18T16:30:25.432Z Compiling bit-vec v0.6.3
31492026-09-18T16:30:25.544Z Compiling xshell v0.2.7
31502026-09-18T16:30:25.683Z Compiling bit-set v0.5.3
31512026-09-18T16:30:25.731Z Compiling darling_macro v0.21.3
31522026-09-18T16:30:25.766Z Compiling ascii-canvas v3.0.0
31532026-09-18T16:30:25.789Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31542026-09-18T16:30:25.811Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31552026-09-18T16:30:25.838Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
31562026-09-18T16:30:25.874Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
31572026-09-18T16:30:25.950Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31582026-09-18T16:30:26.040Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31592026-09-18T16:30:26.068Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31602026-09-18T16:30:26.307Z Compiling darling v0.21.3
31612026-09-18T16:30:26.330Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
31622026-09-18T16:30:26.355Z Compiling itertools v0.15.0
31632026-09-18T16:30:26.378Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31642026-09-18T16:30:26.433Z Compiling dsl_auto_type v0.2.0
31652026-09-18T16:30:26.465Z Compiling itertools v0.10.5
31662026-09-18T16:30:26.564Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31672026-09-18T16:30:26.589Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
31682026-09-18T16:30:26.989Z Compiling tabled v0.21.0
31692026-09-18T16:30:27.015Z Compiling ena v0.14.4
31702026-09-18T16:30:27.291Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
31712026-09-18T16:30:27.452Z Compiling libloading v0.8.9
31722026-09-18T16:30:27.574Z Compiling diff v0.1.13
31732026-09-18T16:30:27.597Z Compiling bindgen v0.71.1
31742026-09-18T16:30:27.622Z Compiling unicase v2.9.0
31752026-09-18T16:30:27.697Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31762026-09-18T16:30:27.848Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31772026-09-18T16:30:27.901Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31782026-09-18T16:30:27.931Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31792026-09-18T16:30:27.983Z Compiling regex-syntax v0.6.29
31802026-09-18T16:30:28.417Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
31812026-09-18T16:30:28.605Z Compiling cexpr v0.6.0
31822026-09-18T16:30:28.751Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31832026-09-18T16:30:29.013Z Compiling rustc-hash v2.1.1
31842026-09-18T16:30:29.249Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31852026-09-18T16:30:29.407Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31862026-09-18T16:30:29.478Z Compiling lalrpop v0.19.12
31872026-09-18T16:30:29.775Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
31882026-09-18T16:30:29.958Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31892026-09-18T16:30:30.087Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31902026-09-18T16:30:30.111Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31912026-09-18T16:30:30.523Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31922026-09-18T16:30:31.625Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31932026-09-18T16:30:31.839Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31942026-09-18T16:30:31.927Z Compiling headers-core v0.3.0
31952026-09-18T16:30:31.954Z Compiling diesel v2.3.7
31962026-09-18T16:30:32.093Z Compiling libxml v0.3.3
31972026-09-18T16:30:32.146Z Compiling crc8 v0.1.1
31982026-09-18T16:30:32.277Z Compiling headers v0.4.1
31992026-09-18T16:30:32.433Z Compiling dpd-types-versions v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=247502812015b409d33240b836d5bf242817453d#24750281)
32002026-09-18T16:30:32.917Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32012026-09-18T16:30:33.072Z Compiling strum_macros v0.24.3
32022026-09-18T16:30:33.167Z Compiling indoc v1.0.9
32032026-09-18T16:30:33.517Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32042026-09-18T16:30:33.542Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32052026-09-18T16:30:33.653Z Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
32062026-09-18T16:30:33.770Z Compiling quick-xml v0.37.5
32072026-09-18T16:30:34.031Z Compiling derive_builder v0.20.2
32082026-09-18T16:30:34.218Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32092026-09-18T16:30:34.400Z Compiling oso-derive v0.27.3
32102026-09-18T16:30:34.509Z Compiling impl-trait-for-tuples v0.2.3
32112026-09-18T16:30:34.736Z Compiling openssl-probe v0.1.6
32122026-09-18T16:30:34.980Z Compiling object v0.39.1
32132026-09-18T16:30:35.090Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32142026-09-18T16:30:35.136Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
32152026-09-18T16:30:35.243Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support?rev=fc64732faf5511850b35f1734d572b9953d73374#fc64732f)
32162026-09-18T16:30:35.392Z Compiling tlvc v0.4.1 (https://github.com/oxidecomputer/tlvc?rev=7a96eab94c8aec9120412d8601ffd68853957da3#7a96eab9)
32172026-09-18T16:30:35.655Z Compiling samael v0.0.19
32182026-09-18T16:30:35.682Z Compiling tlvc-text v0.4.0 (https://github.com/oxidecomputer/tlvc?rev=7a96eab94c8aec9120412d8601ffd68853957da3#7a96eab9)
32192026-09-18T16:30:35.865Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32202026-09-18T16:30:35.892Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32212026-09-18T16:30:36.002Z Compiling bb8 v0.8.6
32222026-09-18T16:30:36.157Z Compiling filetime v0.2.27
32232026-09-18T16:30:36.180Z Compiling trait-variant v0.1.2
32242026-09-18T16:30:36.278Z Compiling proc-macro-error-attr2 v2.0.0
32252026-09-18T16:30:36.395Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32262026-09-18T16:30:36.418Z Compiling half v1.8.3
32272026-09-18T16:30:36.619Z Compiling path-slash v0.2.1
32282026-09-18T16:30:36.709Z Compiling serde_cbor v0.11.2
32292026-09-18T16:30:36.769Z Compiling proc-macro-error2 v2.0.1
32302026-09-18T16:30:36.793Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
32312026-09-18T16:30:36.797Z Compiling tar v0.4.46
32322026-09-18T16:30:36.896Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32332026-09-18T16:30:37.101Z Compiling rfc6979 v0.4.0
32342026-09-18T16:30:37.156Z Compiling hashbrown v0.14.5
32352026-09-18T16:30:37.238Z Compiling polar-core v0.27.3
32362026-09-18T16:30:37.278Z Compiling salty v0.3.0
32372026-09-18T16:30:37.365Z Compiling ecdsa v0.16.9
32382026-09-18T16:30:37.512Z Compiling knus-derive v3.4.0
32392026-09-18T16:30:37.592Z Compiling dpd-types v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=247502812015b409d33240b836d5bf242817453d#24750281)
32402026-09-18T16:30:37.815Z Compiling chumsky v0.9.3
32412026-09-18T16:30:37.825Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=247502812015b409d33240b836d5bf242817453d#24750281)
32422026-09-18T16:30:37.908Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32432026-09-18T16:30:38.180Z Compiling primeorder v0.13.6
32442026-09-18T16:30:38.332Z Compiling nonempty v0.12.0
32452026-09-18T16:30:38.502Z Compiling p384 v0.13.1
32462026-09-18T16:30:38.578Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32472026-09-18T16:30:39.046Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=247502812015b409d33240b836d5bf242817453d#24750281)
32482026-09-18T16:30:39.105Z Compiling knus v3.4.0
32492026-09-18T16:30:39.479Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32502026-09-18T16:30:39.761Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32512026-09-18T16:30:40.059Z Compiling fxhash v0.2.1
32522026-09-18T16:30:40.227Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support?rev=fc64732faf5511850b35f1734d572b9953d73374#fc64732f)
32532026-09-18T16:30:40.304Z Compiling libz-sys v1.1.24
32542026-09-18T16:30:40.406Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
32552026-09-18T16:30:40.470Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
32562026-09-18T16:30:40.713Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32572026-09-18T16:30:40.738Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
32582026-09-18T16:30:40.854Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32592026-09-18T16:30:41.125Z Compiling kstat-rs v0.2.5
32602026-09-18T16:30:41.392Z Compiling mime_guess v2.0.5
32612026-09-18T16:30:41.560Z Compiling hubtools v0.4.9 (https://github.com/oxidecomputer/hubtools.git?rev=87881bd389025f7c5692c0be153452c11ae3312e#87881bd3)
32622026-09-18T16:30:41.584Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32632026-09-18T16:30:41.967Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32642026-09-18T16:30:42.502Z Compiling nanorand v0.7.0
32652026-09-18T16:30:42.593Z Compiling libgit2-sys v0.18.3+1.9.2
32662026-09-18T16:30:42.861Z Compiling parking_lot_core v0.8.6
32672026-09-18T16:30:42.943Z Compiling flume v0.11.1
32682026-09-18T16:30:43.223Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32692026-09-18T16:30:43.373Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32702026-09-18T16:30:43.569Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
32712026-09-18T16:30:43.645Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
32722026-09-18T16:30:44.068Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
32732026-09-18T16:30:44.284Z Compiling git-stub v1.0.0
32742026-09-18T16:30:44.500Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
32752026-09-18T16:30:44.523Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
32762026-09-18T16:30:44.551Z Compiling strsim v0.10.0
32772026-09-18T16:30:44.576Z Compiling instability v0.3.11
32782026-09-18T16:30:44.797Z Compiling http-range v0.1.5
32792026-09-18T16:30:44.844Z Compiling corncobs v0.1.4
32802026-09-18T16:30:44.953Z Compiling darling_core v0.13.4
32812026-09-18T16:30:45.083Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
32822026-09-18T16:30:45.108Z Compiling git-stub-vcs v0.1.0
32832026-09-18T16:30:45.134Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32842026-09-18T16:30:45.542Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32852026-09-18T16:30:45.625Z Compiling progenitor-impl v0.13.0
32862026-09-18T16:30:45.910Z Compiling ignore v0.4.25
32872026-09-18T16:30:45.933Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
32882026-09-18T16:30:46.192Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
32892026-09-18T16:30:46.215Z Compiling secrecy v0.8.0
32902026-09-18T16:30:46.421Z Compiling anstyle-parse v0.2.7
32912026-09-18T16:30:46.686Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32922026-09-18T16:30:46.720Z Compiling vergen-git2 v9.1.0
32932026-09-18T16:30:46.991Z Compiling oso v0.27.3
32942026-09-18T16:30:47.509Z Compiling castaway v0.2.4
32952026-09-18T16:30:47.685Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
32962026-09-18T16:30:47.844Z Compiling indoc v2.0.7
32972026-09-18T16:30:47.900Z Compiling progenitor-macro v0.13.0
32982026-09-18T16:30:48.078Z Compiling compact_str v0.8.1
32992026-09-18T16:30:48.355Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33002026-09-18T16:30:48.943Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33012026-09-18T16:30:49.001Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
33022026-09-18T16:30:49.115Z Compiling darling_macro v0.13.4
33032026-09-18T16:30:49.294Z Compiling globwalk v0.9.1
33042026-09-18T16:30:49.361Z Compiling anstream v0.6.21
33052026-09-18T16:30:49.796Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
33062026-09-18T16:30:49.818Z Compiling hyper-staticfile v0.10.1
33072026-09-18T16:30:49.845Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33082026-09-18T16:30:50.169Z Compiling parking_lot v0.11.2
33092026-09-18T16:30:50.728Z Compiling diesel-dtrace v0.5.0
33102026-09-18T16:30:50.834Z Compiling async-bb8-diesel v0.2.1
33112026-09-18T16:30:50.838Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33122026-09-18T16:30:51.070Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33132026-09-18T16:30:51.311Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33142026-09-18T16:30:51.395Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
33152026-09-18T16:30:51.457Z Compiling predicates-tree v1.0.13
33162026-09-18T16:30:51.829Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33172026-09-18T16:30:52.110Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
33182026-09-18T16:30:52.225Z Compiling progenitor-client v0.13.0
33192026-09-18T16:30:52.255Z Compiling unicode-truncate v1.1.0
33202026-09-18T16:30:52.363Z Compiling lru v0.12.5
33212026-09-18T16:30:52.472Z Compiling digest-io v0.1.0
33222026-09-18T16:30:52.609Z Compiling prefix-trie v0.7.0
33232026-09-18T16:30:52.660Z Compiling rand_seeder v0.4.0
33242026-09-18T16:30:52.684Z Compiling rawzip v0.4.4
33252026-09-18T16:30:52.708Z Compiling cassowary v0.3.0
33262026-09-18T16:30:52.800Z Compiling camino-tempfile-ext v0.3.3
33272026-09-18T16:30:52.900Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33282026-09-18T16:30:53.128Z Compiling hickory-server v0.25.2
33292026-09-18T16:30:53.154Z Compiling ratatui v0.29.0
33302026-09-18T16:30:53.262Z Compiling progenitor v0.13.0
33312026-09-18T16:30:53.448Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
33322026-09-18T16:30:53.516Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
33332026-09-18T16:30:53.565Z Compiling sled v0.34.7
33342026-09-18T16:30:55.418Z Compiling darling v0.13.4
33352026-09-18T16:30:55.445Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
33362026-09-18T16:30:55.547Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33372026-09-18T16:30:56.234Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33382026-09-18T16:30:56.845Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33392026-09-18T16:30:56.871Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33402026-09-18T16:30:57.142Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
33412026-09-18T16:30:57.267Z Compiling serde_with_macros v1.5.2
33422026-09-18T16:30:57.849Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
33432026-09-18T16:30:58.164Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33442026-09-18T16:30:58.189Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33452026-09-18T16:30:58.313Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
33462026-09-18T16:30:58.580Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33472026-09-18T16:30:58.687Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33482026-09-18T16:30:58.854Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
33492026-09-18T16:30:58.959Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33502026-09-18T16:30:59.121Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33512026-09-18T16:30:59.190Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
33522026-09-18T16:30:59.225Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33532026-09-18T16:30:59.249Z Compiling arc-swap v1.8.2
33542026-09-18T16:30:59.383Z Compiling void v1.0.2
33552026-09-18T16:30:59.545Z Compiling slog-scope v4.4.1
33562026-09-18T16:30:59.569Z Compiling lzss v0.8.2
33572026-09-18T16:30:59.714Z Compiling serde_with v1.14.0
33582026-09-18T16:30:59.737Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=ff9f27aa0d6ef6fb64c349890b6e3c242ea3d8fc#ff9f27aa)
33592026-09-18T16:30:59.737Z Compiling scuffle v0.1.0
33602026-09-18T16:30:59.781Z Compiling tungstenite v0.23.0
33612026-09-18T16:30:59.859Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
33622026-09-18T16:30:59.917Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33632026-09-18T16:31:00.015Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33642026-09-18T16:31:00.167Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33652026-09-18T16:31:00.285Z Compiling libsw-core v0.3.2
33662026-09-18T16:31:00.372Z Compiling nix v0.27.1
33672026-09-18T16:31:00.430Z Compiling tlvc v0.4.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#7a96eab9)
33682026-09-18T16:31:00.434Z Compiling twox-hash v2.1.2
33692026-09-18T16:31:00.514Z Compiling serde_bytes v0.11.19
33702026-09-18T16:31:00.557Z Compiling atty v0.2.14
33712026-09-18T16:31:00.709Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
33722026-09-18T16:31:00.734Z Compiling libsw v3.5.0
33732026-09-18T16:31:00.809Z Compiling tokio-tungstenite v0.23.1
33742026-09-18T16:31:00.950Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
33752026-09-18T16:31:01.026Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=438cd185666d5f164548885873f0f5df9a38eed1#438cd185)
33762026-09-18T16:31:01.048Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=ff9f27aa0d6ef6fb64c349890b6e3c242ea3d8fc#ff9f27aa)
33772026-09-18T16:31:01.074Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33782026-09-18T16:31:01.177Z Compiling slog-stdlog v4.1.1
33792026-09-18T16:31:01.212Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33802026-09-18T16:31:01.309Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
33812026-09-18T16:31:01.333Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33822026-09-18T16:31:01.355Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33832026-09-18T16:31:01.501Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=93e04e189a76f73b3764c6417928274b0f4df453#93e04e18)
33842026-09-18T16:31:01.712Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33852026-09-18T16:31:02.067Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33862026-09-18T16:31:02.254Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33872026-09-18T16:31:02.409Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33882026-09-18T16:31:02.588Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33892026-09-18T16:31:03.007Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33902026-09-18T16:31:03.935Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33912026-09-18T16:31:05.522Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33922026-09-18T16:31:06.972Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
33932026-09-18T16:31:07.027Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33942026-09-18T16:31:07.224Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33952026-09-18T16:31:07.587Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
33962026-09-18T16:31:08.035Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33972026-09-18T16:31:08.708Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33982026-09-18T16:31:08.801Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
33992026-09-18T16:31:09.534Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
34002026-09-18T16:31:10.124Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34012026-09-18T16:31:10.425Z Compiling git2 v0.20.4
34022026-09-18T16:31:10.766Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34032026-09-18T16:31:10.794Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34042026-09-18T16:31:12.109Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34052026-09-18T16:31:12.154Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34062026-09-18T16:31:12.415Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
34072026-09-18T16:31:13.100Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
34082026-09-18T16:31:13.351Z Compiling signal-hook-tokio v0.3.1
34092026-09-18T16:31:13.459Z Compiling fatfs v0.3.6
34102026-09-18T16:31:13.566Z Compiling yasna v0.5.2
34112026-09-18T16:31:13.693Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34122026-09-18T16:31:14.014Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
34132026-09-18T16:31:14.445Z Compiling console v0.16.2
34142026-09-18T16:31:14.502Z Compiling seq-macro v0.3.6
34152026-09-18T16:31:14.655Z Compiling assert_matches v1.5.0
34162026-09-18T16:31:14.768Z Compiling rcgen v0.12.1
34172026-09-18T16:31:15.031Z Compiling indicatif v0.18.4
34182026-09-18T16:31:16.489Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
34192026-09-18T16:31:16.593Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
34202026-09-18T16:31:17.316Z Compiling slog-envlogger v2.2.0
34212026-09-18T16:31:17.649Z Compiling oxide-update-engine-display v0.1.2
34222026-09-18T16:31:17.853Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
34232026-09-18T16:31:18.013Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34242026-09-18T16:31:18.039Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
34252026-09-18T16:31:18.318Z Compiling nexus-fm-slippy v0.1.0 (/work/oxidecomputer/omicron/nexus/fm/slippy)
34262026-09-18T16:31:18.404Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
34272026-09-18T16:31:18.428Z Compiling port-file v0.1.0
34282026-09-18T16:31:18.624Z Compiling rtoolbox v0.0.3
34292026-09-18T16:31:18.670Z Compiling subprocess v0.2.15
34302026-09-18T16:31:18.779Z Compiling rpassword v7.5.4
34312026-09-18T16:31:18.898Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
34322026-09-18T16:31:19.233Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34332026-09-18T16:31:19.908Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
34342026-09-18T16:31:19.939Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
34352026-09-18T16:31:20.089Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
34362026-09-18T16:31:20.113Z Compiling tui-tree-widget v0.23.1
34372026-09-18T16:31:20.423Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34382026-09-18T16:31:20.784Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
34392026-09-18T16:31:21.190Z Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
34402026-09-18T16:31:22.072Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34412026-09-18T16:31:22.737Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
34422026-09-18T16:31:22.956Z Compiling uzers v0.12.2
34432026-09-18T16:31:23.021Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
34442026-09-18T16:31:23.378Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
34452026-09-18T16:31:23.512Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
34462026-09-18T16:31:23.556Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
34472026-09-18T16:31:23.959Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
34482026-09-18T16:31:24.171Z Compiling support-bundle-viewer v0.1.2
34492026-09-18T16:31:24.237Z Compiling multimap v0.10.1
34502026-09-18T16:31:25.520Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
34512026-09-18T16:31:47.246Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
34522026-09-18T16:32:11.914Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
34532026-09-18T16:32:30.052Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34542026-09-18T16:40:43.624Z Finished `release` profile [optimized] target(s) in 10m 57s
34552026-09-18T16:40:43.628Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
34562026-09-18T16:40:43.628Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
34572026-09-18T16:41:18.835Z
34582026-09-18T16:41:18.835Zreal 11:34.036276133
34592026-09-18T16:41:18.838Zuser 2:10:06.228394719
34602026-09-18T16:41:18.838Zsys 4:54.165683573
34612026-09-18T16:41:18.838Ztrap 3.443657901
34622026-09-18T16:41:18.839Ztflt 0.768099034
34632026-09-18T16:41:18.839Zdflt 9.011705103
34642026-09-18T16:41:18.839Zkflt 0.119247005
34652026-09-18T16:41:18.839Zlock 8:46:18.158719556
34662026-09-18T16:41:18.839Zslp 3:17:18.421905799
34672026-09-18T16:41:18.839Zlat 3:02.825976075
34682026-09-18T16:41:18.839Zstop 8:58.154985387
34692026-09-18T16:41:18.839Z+ mapfile -t packages
34702026-09-18T16:41:18.839Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
34712026-09-18T16:41:19.869Z Finished `release` profile [optimized] target(s) in 1.01s
34722026-09-18T16:41:19.930Z Running `target/release/omicron-package -t test list-outputs`
34732026-09-18T16:41:19.990ZLogging to: /work/oxidecomputer/omicron/out/LOG
34742026-09-18T16:41:19.993Z+ ptime -m cargo build --locked --release -p xtask
34752026-09-18T16:41:20.494Z Compiling libc v0.2.185
34762026-09-18T16:41:20.494Z Compiling serde_core v1.0.228
34772026-09-18T16:41:20.494Z Compiling serde v1.0.228
34782026-09-18T16:41:20.497Z Compiling rustix v1.1.4
34792026-09-18T16:41:20.497Z Compiling serde_json v1.0.151
34802026-09-18T16:41:20.497Z Compiling bitflags v2.11.0
34812026-09-18T16:41:20.497Z Compiling syn v2.0.117
34822026-09-18T16:41:20.497Z Compiling usdt-impl v0.5.0
34832026-09-18T16:41:20.603Z Compiling syn v1.0.109
34842026-09-18T16:41:20.691Z Compiling getrandom v0.3.4
34852026-09-18T16:41:20.701Z Compiling hashbrown v0.17.0
34862026-09-18T16:41:20.711Z Compiling log v0.4.33
34872026-09-18T16:41:20.727Z Compiling fs-err v3.3.0
34882026-09-18T16:41:20.966Z Compiling heck v0.4.1
34892026-09-18T16:41:20.966Z Compiling once_cell v1.21.3
34902026-09-18T16:41:20.992Z Compiling anyhow v1.0.104
34912026-09-18T16:41:21.327Z Compiling indexmap v2.14.0
34922026-09-18T16:41:21.450Z Compiling thread-id v4.2.2
34932026-09-18T16:41:21.506Z Compiling errno v0.3.14
34942026-09-18T16:41:21.509Z Compiling memmap v0.7.0
34952026-09-18T16:41:22.170Z Compiling proc-macro-error v1.0.4
34962026-09-18T16:41:22.436Z Compiling tabled_derive v0.7.0
34972026-09-18T16:41:22.526Z Compiling terminal_size v0.4.3
34982026-09-18T16:41:22.526Z Compiling tempfile v3.27.0
34992026-09-18T16:41:22.626Z Compiling clap_builder v4.6.0
35002026-09-18T16:41:22.626Z Compiling textwrap v0.16.2
35012026-09-18T16:41:22.814Z Compiling camino v1.2.5
35022026-09-18T16:41:22.814Z Compiling semver v1.0.28
35032026-09-18T16:41:22.837Z Compiling cargo-platform v0.3.2
35042026-09-18T16:41:22.861Z Compiling pest_generator v2.8.6
35052026-09-18T16:41:23.159Z Compiling tabled v0.15.0
35062026-09-18T16:41:23.171Z Compiling camino-tempfile v1.4.1
35072026-09-18T16:41:23.377Z Compiling serde_derive v1.0.228
35082026-09-18T16:41:23.380Z Compiling thiserror-impl v1.0.69
35092026-09-18T16:41:23.380Z Compiling zerocopy-derive v0.7.35
35102026-09-18T16:41:23.380Z Compiling scroll_derive v0.12.1
35112026-09-18T16:41:23.380Z Compiling thiserror-impl v2.0.18
35122026-09-18T16:41:23.380Z Compiling clap_derive v4.6.1
35132026-09-18T16:41:23.450Z Compiling pest_derive v2.8.6
35142026-09-18T16:41:24.137Z Compiling scroll v0.12.0
35152026-09-18T16:41:24.243Z Compiling zerocopy v0.7.35
35162026-09-18T16:41:24.394Z Compiling goblin v0.8.2
35172026-09-18T16:41:24.576Z Compiling thiserror v2.0.18
35182026-09-18T16:41:24.589Z Compiling thiserror v1.0.69
35192026-09-18T16:41:24.681Z Compiling dtrace-parser v0.2.0
35202026-09-18T16:41:24.847Z Compiling clap v4.6.1
35212026-09-18T16:41:26.049Z Compiling dof v0.3.0
35222026-09-18T16:41:26.049Z Compiling serde_tokenstream v0.2.3
35232026-09-18T16:41:26.085Z Compiling toml_datetime v0.6.11
35242026-09-18T16:41:26.085Z Compiling serde_spanned v0.6.9
35252026-09-18T16:41:26.089Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
35262026-09-18T16:41:26.089Z Compiling cargo_metadata v0.23.1
35272026-09-18T16:41:26.089Z Compiling macaddr v1.0.1
35282026-09-18T16:41:26.270Z Compiling toml_edit v0.22.27
35292026-09-18T16:41:26.703Z Compiling usdt-macro v0.5.0
35302026-09-18T16:41:26.703Z Compiling usdt-attr-macro v0.5.0
35312026-09-18T16:41:27.543Z Compiling usdt v0.5.0
35322026-09-18T16:41:27.749Z Compiling toml v0.8.23
35332026-09-18T16:41:28.176Z Compiling cargo_toml v0.21.0
35342026-09-18T16:41:30.457Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
35352026-09-18T16:41:36.427Z Finished `release` profile [optimized] target(s) in 16.42s
35362026-09-18T16:41:36.533Z
35372026-09-18T16:41:36.536Zreal 16.504099252
35382026-09-18T16:41:36.536Zuser 1:57.417016524
35392026-09-18T16:41:36.536Zsys 14.772415910
35402026-09-18T16:41:36.536Ztrap 0.058858924
35412026-09-18T16:41:36.536Ztflt 0.711434021
35422026-09-18T16:41:36.536Zdflt 1.842283847
35432026-09-18T16:41:36.536Zkflt 0.000078990
35442026-09-18T16:41:36.536Zlock 3:55.892184100
35452026-09-18T16:41:36.537Zslp 2:17.217967612
35462026-09-18T16:41:36.537Zlat 3.051806598
35472026-09-18T16:41:36.537Zstop 17.425829739
35482026-09-18T16:41:36.537Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
35492026-09-18T16:41:36.537Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
35502026-09-18T16:41:36.537Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
35512026-09-18T16:41:36.537Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
35522026-09-18T16:41:36.537Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
35532026-09-18T16:41:37.521Z Compiling progenitor-client v0.14.0
35542026-09-18T16:41:37.524Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
35552026-09-18T16:41:37.525Z Compiling newtype-uuid-macros v0.1.0
35562026-09-18T16:41:37.525Z Compiling sha1 v0.11.0
35572026-09-18T16:41:37.525Z Compiling toml_datetime v1.1.1+spec-1.1.0
35582026-09-18T16:41:37.678Z Compiling serde_spanned v1.1.1
35592026-09-18T16:41:37.683Z Compiling multer v3.1.0
35602026-09-18T16:41:37.684Z Compiling toml_writer v1.1.1+spec-1.1.0
35612026-09-18T16:41:37.684Z Compiling compression-core v0.4.31
35622026-09-18T16:41:37.690Z Compiling match_cfg v0.1.0
35632026-09-18T16:41:37.693Z Compiling debug-ignore v1.0.5
35642026-09-18T16:41:37.693Z Compiling slog-json v2.6.1
35652026-09-18T16:41:37.694Z Compiling async-stream-impl v0.3.6
35662026-09-18T16:41:37.694Z Compiling dropshot v0.17.1
35672026-09-18T16:41:37.699Z Compiling waitgroup v0.1.2
35682026-09-18T16:41:37.699Z Compiling rustls-pemfile v2.2.0
35692026-09-18T16:41:37.868Z Compiling dropshot_endpoint v0.17.1
35702026-09-18T16:41:37.958Z Compiling hostname v0.3.1
35712026-09-18T16:41:37.977Z Compiling serde_path_to_error v0.1.20
35722026-09-18T16:41:37.981Z Compiling hostname v0.4.2
35732026-09-18T16:41:37.998Z Compiling atomicwrites v0.4.4
35742026-09-18T16:41:38.013Z Compiling compression-codecs v0.4.37
35752026-09-18T16:41:38.016Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
35762026-09-18T16:41:38.106Z Compiling slog-bunyan v2.5.0
35772026-09-18T16:41:38.126Z Compiling macaddr v1.0.1
35782026-09-18T16:41:38.146Z Compiling toml v1.1.2+spec-1.1.0
35792026-09-18T16:41:38.169Z Compiling serde_tokenstream v0.3.0
35802026-09-18T16:41:38.228Z Compiling async-compression v0.4.41
35812026-09-18T16:41:38.268Z Compiling oxide-generation v0.1.3
35822026-09-18T16:41:38.272Z Compiling instant v0.1.13
35832026-09-18T16:41:38.329Z Compiling parse-display-derive v0.10.0
35842026-09-18T16:41:38.336Z Compiling regress v0.10.5
35852026-09-18T16:41:38.336Z Compiling backon v1.6.0
35862026-09-18T16:41:38.390Z Compiling backoff v0.4.0
35872026-09-18T16:41:38.410Z Compiling itertools v0.14.0
35882026-09-18T16:41:38.415Z Compiling humantime v2.3.0
35892026-09-18T16:41:38.455Z Compiling async-stream v0.3.6
35902026-09-18T16:41:38.472Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
35912026-09-18T16:41:38.502Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
35922026-09-18T16:41:38.562Z Compiling oxide-generation-macros v0.2.0
35932026-09-18T16:41:38.595Z Compiling progenitor-extras v0.2.0
35942026-09-18T16:41:38.616Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
35952026-09-18T16:41:38.616Z Compiling half v2.7.1
35962026-09-18T16:41:38.651Z Compiling ciborium-io v0.2.2
35972026-09-18T16:41:38.651Z Compiling crucible-workspace-hack v0.1.0
35982026-09-18T16:41:38.690Z Compiling convert_case v0.4.0
35992026-09-18T16:41:38.727Z Compiling secrecy v0.10.3
36002026-09-18T16:41:38.775Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
36012026-09-18T16:41:38.796Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=93e04e189a76f73b3764c6417928274b0f4df453#93e04e18)
36022026-09-18T16:41:38.835Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
36032026-09-18T16:41:38.869Z Compiling inout v0.1.4
36042026-09-18T16:41:38.896Z Compiling ciborium-ll v0.2.2
36052026-09-18T16:41:38.929Z Compiling regress v0.11.1
36062026-09-18T16:41:38.945Z Compiling thiserror-impl-no-std v2.0.2
36072026-09-18T16:41:38.978Z Compiling universal-hash v0.5.1
36082026-09-18T16:41:39.057Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
36092026-09-18T16:41:39.072Z Compiling ciborium v0.2.2
36102026-09-18T16:41:39.089Z Compiling derive_more v0.99.20
36112026-09-18T16:41:39.143Z Compiling cipher v0.4.4
36122026-09-18T16:41:39.143Z Compiling opaque-debug v0.3.1
36132026-09-18T16:41:39.174Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
36142026-09-18T16:41:39.192Z Compiling blake2 v0.10.6
36152026-09-18T16:41:39.251Z Compiling poly1305 v0.8.0
36162026-09-18T16:41:39.374Z Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
36172026-09-18T16:41:39.443Z Compiling chacha20 v0.9.1
36182026-09-18T16:41:39.502Z Compiling aead v0.5.2
36192026-09-18T16:41:39.571Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=93e04e189a76f73b3764c6417928274b0f4df453#93e04e18)
36202026-09-18T16:41:39.672Z Compiling password-hash v0.5.0
36212026-09-18T16:41:39.693Z Compiling indent_write v2.2.0
36222026-09-18T16:41:39.729Z Compiling chacha20poly1305 v0.10.1
36232026-09-18T16:41:39.762Z Compiling toml_datetime v0.7.5+spec-1.1.0
36242026-09-18T16:41:39.766Z Compiling unsafe-libyaml v0.2.11
36252026-09-18T16:41:39.798Z Compiling itertools v0.15.0
36262026-09-18T16:41:39.818Z Compiling num-derive v0.4.2
36272026-09-18T16:41:39.864Z Compiling heapless v0.8.0
36282026-09-18T16:41:39.914Z Compiling tabwriter v1.4.1
36292026-09-18T16:41:40.063Z Compiling argon2 v0.5.3
36302026-09-18T16:41:40.085Z Compiling toml_edit v0.23.10+spec-1.0.0
36312026-09-18T16:41:40.136Z Compiling hash32 v0.3.1
36322026-09-18T16:41:40.174Z Compiling parse-display v0.10.0
36332026-09-18T16:41:40.191Z Compiling smoltcp v0.11.0
36342026-09-18T16:41:40.258Z Compiling thiserror-no-std v2.0.2
36352026-09-18T16:41:40.310Z Compiling serde_yaml v0.9.34+deprecated
36362026-09-18T16:41:40.379Z Compiling vsss-rs v3.3.4
36372026-09-18T16:41:40.439Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
36382026-09-18T16:41:40.515Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
36392026-09-18T16:41:40.590Z Compiling typify-impl v0.6.2
36402026-09-18T16:41:40.713Z Compiling proc-macro-crate v3.4.0
36412026-09-18T16:41:40.850Z Compiling cobs v0.3.0
36422026-09-18T16:41:40.891Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
36432026-09-18T16:41:41.035Z Compiling colored v3.1.1
36442026-09-18T16:41:41.098Z Compiling illumos-nvpair-sys v0.2.0
36452026-09-18T16:41:41.155Z Compiling postcard v1.1.3
36462026-09-18T16:41:41.203Z Compiling ingot-macros v0.2.0
36472026-09-18T16:41:41.279Z Compiling num_enum_derive v0.7.6
36482026-09-18T16:41:41.309Z Compiling proc-macro-error v1.0.4
36492026-09-18T16:41:41.358Z Compiling proc-macro-crate v1.3.1
36502026-09-18T16:41:41.375Z Compiling foreign-types-macros v0.2.3
36512026-09-18T16:41:41.436Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
36522026-09-18T16:41:41.559Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=93e04e189a76f73b3764c6417928274b0f4df453#93e04e18)
36532026-09-18T16:41:41.602Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
36542026-09-18T16:41:41.657Z Compiling foreign-types-shared v0.3.1
36552026-09-18T16:41:41.686Z Compiling rayon-core v1.13.0
36562026-09-18T16:41:41.823Z Compiling num_enum_derive v0.5.11
36572026-09-18T16:41:41.846Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
36582026-09-18T16:41:41.868Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
36592026-09-18T16:41:41.934Z Compiling crossbeam-deque v0.8.6
36602026-09-18T16:41:41.974Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
36612026-09-18T16:41:41.974Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
36622026-09-18T16:41:42.010Z Compiling cstr-argument v0.1.2
36632026-09-18T16:41:42.027Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
36642026-09-18T16:41:42.044Z Compiling foreign-types v0.5.0
36652026-09-18T16:41:42.147Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
36662026-09-18T16:41:42.197Z Compiling illumos-nvpair v0.3.0
36672026-09-18T16:41:42.292Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
36682026-09-18T16:41:42.310Z Compiling zone_cfg_derive v0.3.1
36692026-09-18T16:41:42.440Z Compiling num_enum v0.7.6
36702026-09-18T16:41:42.459Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
36712026-09-18T16:41:42.483Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=93e04e189a76f73b3764c6417928274b0f4df453#93e04e18)
36722026-09-18T16:41:42.503Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
36732026-09-18T16:41:42.525Z Compiling itertools v0.12.1
36742026-09-18T16:41:42.600Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
36752026-09-18T16:41:42.622Z Compiling rayon v1.11.0
36762026-09-18T16:41:42.652Z Compiling sigpipe v0.1.3
36772026-09-18T16:41:42.683Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
36782026-09-18T16:41:42.715Z Compiling glob v0.3.3
36792026-09-18T16:41:42.720Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=93e04e189a76f73b3764c6417928274b0f4df453#93e04e18)
36802026-09-18T16:41:42.844Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
36812026-09-18T16:41:42.878Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
36822026-09-18T16:41:42.963Z Compiling smf v0.2.3
36832026-09-18T16:41:42.997Z Compiling num_enum v0.5.11
36842026-09-18T16:41:43.036Z Compiling whoami v1.6.1
36852026-09-18T16:41:43.045Z Compiling cpubits v0.1.1
36862026-09-18T16:41:43.063Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
36872026-09-18T16:41:43.072Z Compiling gethostname v0.5.0
36882026-09-18T16:41:43.145Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
36892026-09-18T16:41:43.168Z Compiling num-rational v0.4.2
36902026-09-18T16:41:43.172Z Compiling num-complex v0.4.6
36912026-09-18T16:41:43.230Z Compiling derive-where v1.6.0
36922026-09-18T16:41:43.243Z Compiling toml v0.8.23
36932026-09-18T16:41:43.308Z Compiling usdt-macro v0.5.0
36942026-09-18T16:41:43.482Z Compiling usdt-attr-macro v0.5.0
36952026-09-18T16:41:43.504Z Compiling pem-rfc7468 v1.0.0
36962026-09-18T16:41:43.594Z Compiling num v0.4.3
36972026-09-18T16:41:43.638Z Compiling memmap v0.7.0
36982026-09-18T16:41:43.706Z Compiling zone v0.3.1
36992026-09-18T16:41:43.791Z Compiling float-ord v0.3.2
37002026-09-18T16:41:43.811Z Compiling cancel-safe-futures v0.1.5
37012026-09-18T16:41:43.836Z Compiling universal-hash v0.6.1
37022026-09-18T16:41:43.866Z Compiling resolv-conf v0.7.6
37032026-09-18T16:41:43.890Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
37042026-09-18T16:41:43.942Z Compiling sha1 v0.10.6
37052026-09-18T16:41:44.017Z Compiling linear-map v1.2.0
37062026-09-18T16:41:44.157Z Compiling libefi-sys v0.1.0
37072026-09-18T16:41:44.184Z Compiling ingot-types v0.2.0
37082026-09-18T16:41:44.207Z Compiling prettyplease v0.2.37
37092026-09-18T16:41:44.227Z Compiling polyval v0.7.1
37102026-09-18T16:41:44.249Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
37112026-09-18T16:41:44.361Z Compiling der v0.8.0
37122026-09-18T16:41:44.403Z Compiling usdt v0.5.0
37132026-09-18T16:41:44.454Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
37142026-09-18T16:41:44.500Z Compiling newline-converter v0.3.0
37152026-09-18T16:41:44.515Z Compiling console v0.15.11
37162026-09-18T16:41:44.532Z Compiling bitfield-struct v0.6.2
37172026-09-18T16:41:44.649Z Compiling ingot v0.2.1
37182026-09-18T16:41:44.675Z Compiling oxide-update-engine-types v0.1.2
37192026-09-18T16:41:44.687Z Compiling ghash v0.6.0
37202026-09-18T16:41:44.750Z Compiling aes v0.9.1
37212026-09-18T16:41:44.797Z Compiling crypto-bigint v0.7.5
37222026-09-18T16:41:44.860Z Compiling hickory-proto v0.24.4
37232026-09-18T16:41:44.950Z Compiling expectorate v1.2.0
37242026-09-18T16:41:45.150Z Compiling pbkdf2 v0.13.0
37252026-09-18T16:41:45.164Z Compiling ctr v0.10.1
37262026-09-18T16:41:45.244Z Compiling aead v0.6.1
37272026-09-18T16:41:45.275Z Compiling typify-macro v0.6.2
37282026-09-18T16:41:45.290Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37292026-09-18T16:41:45.306Z Compiling nom v8.0.0
37302026-09-18T16:41:45.407Z Compiling semver v0.1.20
37312026-09-18T16:41:45.449Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37322026-09-18T16:41:45.519Z Compiling linked-hash-map v0.5.6
37332026-09-18T16:41:45.567Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37342026-09-18T16:41:45.630Z Compiling rustc_version v0.1.7
37352026-09-18T16:41:45.707Z Compiling oxide-update-engine v0.1.2
37362026-09-18T16:41:45.742Z Compiling lru-cache v0.1.2
37372026-09-18T16:41:45.765Z Compiling aes-gcm v0.11.0
37382026-09-18T16:41:45.841Z Compiling spki v0.8.0
37392026-09-18T16:41:45.891Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37402026-09-18T16:41:45.913Z Compiling tokio-dtrace v0.1.1
37412026-09-18T16:41:45.919Z Compiling dropshot-api-manager-types v0.8.0
37422026-09-18T16:41:45.949Z Compiling salsa20 v0.11.0
37432026-09-18T16:41:45.995Z Compiling slog-dtrace v0.3.0
37442026-09-18T16:41:46.011Z Compiling xshell-macros v0.2.7
37452026-09-18T16:41:46.107Z Compiling minimal-lexical v0.2.1
37462026-09-18T16:41:46.129Z Compiling scrypt v0.12.0
37472026-09-18T16:41:46.151Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
37482026-09-18T16:41:46.224Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
37492026-09-18T16:41:46.265Z Compiling oxide-tokio-rt v0.1.4
37502026-09-18T16:41:46.277Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
37512026-09-18T16:41:46.312Z Compiling newtype_derive v0.1.6
37522026-09-18T16:41:46.406Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
37532026-09-18T16:41:46.472Z Compiling xshell v0.2.7
37542026-09-18T16:41:46.495Z Compiling nom v7.1.3
37552026-09-18T16:41:46.569Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
37562026-09-18T16:41:46.585Z Compiling phf_shared v0.12.1
37572026-09-18T16:41:46.609Z Compiling rfc6979 v0.4.0
37582026-09-18T16:41:46.634Z Compiling cbc v0.2.1
37592026-09-18T16:41:46.778Z Compiling proc-macro-error-attr2 v2.0.0
37602026-09-18T16:41:46.793Z Compiling csv-core v0.1.13
37612026-09-18T16:41:46.835Z Compiling unicode-xid v0.2.6
37622026-09-18T16:41:47.005Z Compiling highway v1.3.0
37632026-09-18T16:41:47.039Z Compiling chrono-tz v0.10.4
37642026-09-18T16:41:47.099Z Compiling hickory-resolver v0.24.4
37652026-09-18T16:41:47.188Z Compiling typify v0.6.2
37662026-09-18T16:41:47.211Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
37672026-09-18T16:41:47.256Z Compiling proc-macro-error2 v2.0.1
37682026-09-18T16:41:47.302Z Compiling progenitor-impl v0.14.0
37692026-09-18T16:41:47.346Z Compiling csv v1.4.0
37702026-09-18T16:41:47.413Z Compiling const_format_proc_macros v0.2.34
37712026-09-18T16:41:47.431Z Compiling pkcs5 v0.8.1
37722026-09-18T16:41:47.587Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
37732026-09-18T16:41:47.620Z Compiling phf v0.12.1
37742026-09-18T16:41:47.644Z Compiling ecdsa v0.16.9
37752026-09-18T16:41:47.700Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
37762026-09-18T16:41:47.870Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
37772026-09-18T16:41:47.894Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
37782026-09-18T16:41:47.911Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
37792026-09-18T16:41:48.011Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
37802026-09-18T16:41:48.102Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
37812026-09-18T16:41:48.172Z Compiling qorb v0.4.1
37822026-09-18T16:41:48.198Z Compiling primeorder v0.13.6
37832026-09-18T16:41:48.217Z Compiling hashbrown v0.14.5
37842026-09-18T16:41:48.314Z Compiling salty v0.3.0
37852026-09-18T16:41:48.450Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
37862026-09-18T16:41:48.474Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
37872026-09-18T16:41:48.523Z Compiling p384 v0.13.1
37882026-09-18T16:41:48.649Z Compiling const_format v0.2.35
37892026-09-18T16:41:48.770Z Compiling chumsky v0.9.3
37902026-09-18T16:41:48.822Z Compiling pkcs8 v0.11.0
37912026-09-18T16:41:49.005Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
37922026-09-18T16:41:49.145Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
37932026-09-18T16:41:49.197Z Compiling knus-derive v3.4.0
37942026-09-18T16:41:49.246Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
37952026-09-18T16:41:49.400Z Compiling tabled_derive v0.7.0
37962026-09-18T16:41:50.045Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
37972026-09-18T16:41:50.066Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37982026-09-18T16:41:50.087Z Compiling progenitor-macro v0.14.0
37992026-09-18T16:41:50.090Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
38002026-09-18T16:41:50.124Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
38012026-09-18T16:41:50.238Z Compiling bcs v0.1.6
38022026-09-18T16:41:50.327Z Compiling ff v0.14.0
38032026-09-18T16:41:50.345Z Compiling termtree v0.5.1
38042026-09-18T16:41:50.366Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
38052026-09-18T16:41:50.498Z Compiling tabled v0.15.0
38062026-09-18T16:41:50.518Z Compiling steno v0.4.1
38072026-09-18T16:41:50.538Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
38082026-09-18T16:41:50.586Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38092026-09-18T16:41:50.604Z Compiling group v0.14.0
38102026-09-18T16:41:50.626Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
38112026-09-18T16:41:50.800Z Compiling knus v3.4.0
38122026-09-18T16:41:50.841Z Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
38132026-09-18T16:41:50.882Z Compiling signature v3.0.0
38142026-09-18T16:41:51.019Z Compiling tagptr v0.2.0
38152026-09-18T16:41:51.037Z Compiling base16ct v1.0.0
38162026-09-18T16:41:51.118Z Compiling hkdf v0.13.0
38172026-09-18T16:41:51.170Z Compiling moka v0.12.13
38182026-09-18T16:41:51.207Z Compiling sec1 v0.8.1
38192026-09-18T16:41:51.252Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
38202026-09-18T16:41:51.320Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
38212026-09-18T16:41:51.337Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
38222026-09-18T16:41:51.533Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
38232026-09-18T16:41:51.552Z Compiling elliptic-curve v0.14.1
38242026-09-18T16:41:51.582Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
38252026-09-18T16:41:51.691Z Compiling corncobs v0.1.4
38262026-09-18T16:41:51.753Z Compiling parking_lot_core v0.8.6
38272026-09-18T16:41:51.904Z Compiling hickory-resolver v0.25.2
38282026-09-18T16:41:52.008Z Compiling utf-8 v0.7.6
38292026-09-18T16:41:52.096Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
38302026-09-18T16:41:52.148Z Compiling tungstenite v0.21.0
38312026-09-18T16:41:52.223Z Compiling wnaf v0.14.0
38322026-09-18T16:41:52.386Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38332026-09-18T16:41:52.427Z Compiling primefield v0.14.0
38342026-09-18T16:41:52.457Z Compiling rfc6979 v0.6.0
38352026-09-18T16:41:52.528Z Compiling libscf-sys v1.2.0
38362026-09-18T16:41:52.546Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38372026-09-18T16:41:52.649Z Compiling git-stub v1.0.0
38382026-09-18T16:41:52.703Z Compiling secrecy v0.8.0
38392026-09-18T16:41:52.707Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38402026-09-18T16:41:52.881Z Compiling git-stub-vcs v0.1.0
38412026-09-18T16:41:52.904Z Compiling tokio-tungstenite v0.21.0
38422026-09-18T16:41:52.952Z Compiling primeorder v0.14.0
38432026-09-18T16:41:53.001Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38442026-09-18T16:41:53.024Z Compiling ecdsa v0.17.0
38452026-09-18T16:41:53.292Z Compiling dpd-types-versions v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=247502812015b409d33240b836d5bf242817453d#24750281)
38462026-09-18T16:41:53.308Z Compiling papergrid v0.18.0
38472026-09-18T16:41:53.334Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38482026-09-18T16:41:53.379Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38492026-09-18T16:41:53.451Z Compiling curve25519-dalek v5.0.0
38502026-09-18T16:41:53.511Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38512026-09-18T16:41:53.526Z Compiling unicase v2.9.0
38522026-09-18T16:41:53.547Z Compiling object v0.39.1
38532026-09-18T16:41:53.782Z Compiling mime_guess v2.0.5
38542026-09-18T16:41:53.836Z Compiling parking_lot v0.11.2
38552026-09-18T16:41:53.934Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38562026-09-18T16:41:53.980Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
38572026-09-18T16:41:53.997Z Compiling ssh-encoding v0.3.0
38582026-09-18T16:41:54.022Z Compiling tlvc v0.4.1 (https://github.com/oxidecomputer/tlvc?rev=7a96eab94c8aec9120412d8601ffd68853957da3#7a96eab9)
38592026-09-18T16:41:54.078Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
38602026-09-18T16:41:54.255Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38612026-09-18T16:41:54.273Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support?rev=fc64732faf5511850b35f1734d572b9953d73374#fc64732f)
38622026-09-18T16:41:54.293Z Compiling tabled v0.21.0
38632026-09-18T16:41:54.376Z Compiling prefix-trie v0.7.0
38642026-09-18T16:41:54.457Z Compiling fxhash v0.2.1
38652026-09-18T16:41:54.461Z Compiling keccak v0.2.0
38662026-09-18T16:41:54.538Z Compiling tlvc-text v0.4.0 (https://github.com/oxidecomputer/tlvc?rev=7a96eab94c8aec9120412d8601ffd68853957da3#7a96eab9)
38672026-09-18T16:41:54.628Z Compiling sled v0.34.7
38682026-09-18T16:41:54.868Z Compiling hickory-server v0.25.2
38692026-09-18T16:41:54.897Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
38702026-09-18T16:41:55.129Z Compiling ed25519 v3.0.0
38712026-09-18T16:41:55.149Z Compiling crypto-primes v0.7.2
38722026-09-18T16:41:55.369Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38732026-09-18T16:41:55.388Z Compiling progenitor v0.14.0
38742026-09-18T16:41:55.574Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38752026-09-18T16:41:55.840Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
38762026-09-18T16:41:56.078Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38772026-09-18T16:41:56.229Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38782026-09-18T16:41:56.515Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
38792026-09-18T16:41:56.639Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38802026-09-18T16:41:56.754Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=93e04e189a76f73b3764c6417928274b0f4df453#93e04e18)
38812026-09-18T16:41:56.844Z Compiling pkcs1 v0.8.0-rc.4
38822026-09-18T16:41:56.955Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38832026-09-18T16:41:56.998Z Compiling poly1305 v0.9.0
38842026-09-18T16:41:57.194Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
38852026-09-18T16:41:57.276Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
38862026-09-18T16:41:57.550Z Compiling blowfish v0.10.0
38872026-09-18T16:41:57.570Z Compiling blake2 v0.11.0-rc.6
38882026-09-18T16:41:57.795Z Compiling dpd-types v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=247502812015b409d33240b836d5bf242817453d#24750281)
38892026-09-18T16:41:57.848Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support?rev=fc64732faf5511850b35f1734d572b9953d73374#fc64732f)
38902026-09-18T16:41:57.973Z Compiling http-range v0.1.5
38912026-09-18T16:41:58.093Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=247502812015b409d33240b836d5bf242817453d#24750281)
38922026-09-18T16:41:58.202Z Compiling half v1.8.3
38932026-09-18T16:41:58.202Z Compiling path-slash v0.2.1
38942026-09-18T16:41:58.477Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
38952026-09-18T16:41:58.501Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
38962026-09-18T16:41:58.919Z Compiling crc8 v0.1.1
38972026-09-18T16:41:59.075Z Compiling hubtools v0.4.9 (https://github.com/oxidecomputer/hubtools.git?rev=87881bd389025f7c5692c0be153452c11ae3312e#87881bd3)
38982026-09-18T16:41:59.094Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=247502812015b409d33240b836d5bf242817453d#24750281)
38992026-09-18T16:41:59.113Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
39002026-09-18T16:41:59.132Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
39012026-09-18T16:41:59.193Z Compiling serde_cbor v0.11.2
39022026-09-18T16:41:59.274Z Compiling argon2 v0.6.0-rc.8
39032026-09-18T16:41:59.428Z Compiling bcrypt-pbkdf v0.11.0
39042026-09-18T16:41:59.763Z Compiling ssh-cipher v0.3.0
39052026-09-18T16:41:59.783Z Compiling rsa v0.10.0-rc.18
39062026-09-18T16:41:59.926Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
39072026-09-18T16:41:59.947Z Compiling ed25519-dalek v3.0.0
39082026-09-18T16:41:59.999Z Compiling sha3 v0.11.0
39092026-09-18T16:42:00.409Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
39102026-09-18T16:42:00.505Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39112026-09-18T16:42:00.522Z Compiling p384 v0.14.0
39122026-09-18T16:42:00.736Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
39132026-09-18T16:42:00.755Z Compiling p256 v0.14.0
39142026-09-18T16:42:00.890Z Compiling p521 v0.14.0
39152026-09-18T16:42:00.992Z Compiling scuffle v0.1.0
39162026-09-18T16:42:01.016Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
39172026-09-18T16:42:01.111Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
39182026-09-18T16:42:01.414Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=ff9f27aa0d6ef6fb64c349890b6e3c242ea3d8fc#ff9f27aa)
39192026-09-18T16:42:01.925Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
39202026-09-18T16:42:01.977Z Compiling yasna v0.5.2
39212026-09-18T16:42:01.996Z Compiling headers-core v0.3.0
39222026-09-18T16:42:02.158Z Compiling kstat-rs v0.2.5
39232026-09-18T16:42:02.178Z Compiling kem v0.3.0
39242026-09-18T16:42:02.197Z Compiling module-lattice v0.2.3
39252026-09-18T16:42:02.341Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
39262026-09-18T16:42:02.488Z Compiling nanorand v0.7.0
39272026-09-18T16:42:02.488Z Compiling sponge-cursor v0.1.0
39282026-09-18T16:42:02.689Z Compiling sha3 v0.12.0
39292026-09-18T16:42:02.715Z Compiling flume v0.11.1
39302026-09-18T16:42:02.766Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
39312026-09-18T16:42:02.788Z Compiling ml-kem v0.3.2
39322026-09-18T16:42:02.812Z Compiling rcgen v0.12.1
39332026-09-18T16:42:02.908Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
39342026-09-18T16:42:02.956Z Compiling headers v0.4.1
39352026-09-18T16:42:03.056Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=ff9f27aa0d6ef6fb64c349890b6e3c242ea3d8fc#ff9f27aa)
39362026-09-18T16:42:03.276Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
39372026-09-18T16:42:03.341Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
39382026-09-18T16:42:03.362Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
39392026-09-18T16:42:03.669Z Compiling hyper-staticfile v0.10.1
39402026-09-18T16:42:03.722Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
39412026-09-18T16:42:03.739Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
39422026-09-18T16:42:03.758Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
39432026-09-18T16:42:03.761Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=93e04e189a76f73b3764c6417928274b0f4df453#93e04e18)
39442026-09-18T16:42:03.802Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
39452026-09-18T16:42:04.078Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
39462026-09-18T16:42:04.081Z Compiling ssh-key v0.7.0-rc.11
39472026-09-18T16:42:04.135Z Compiling russh-cryptovec v0.62.0
39482026-09-18T16:42:04.153Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
39492026-09-18T16:42:04.213Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
39502026-09-18T16:42:04.234Z Compiling port-file v0.1.0
39512026-09-18T16:42:04.343Z Compiling internal-russh-num-bigint v0.5.0
39522026-09-18T16:42:04.385Z Compiling num-bigint v0.4.6
39532026-09-18T16:42:04.403Z Compiling generic-array v1.4.3
39542026-09-18T16:42:04.421Z Compiling russh-util v0.52.0
39552026-09-18T16:42:04.530Z Compiling enum_dispatch v0.3.13
39562026-09-18T16:42:04.547Z Compiling delegate v0.13.5
39572026-09-18T16:42:04.572Z Compiling subprocess v0.2.15
39582026-09-18T16:42:04.607Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
39592026-09-18T16:42:04.932Z Compiling display-error-chain v0.2.2
39602026-09-18T16:42:05.062Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
39612026-09-18T16:42:05.083Z Compiling hex-literal v1.1.0
39622026-09-18T16:42:05.102Z Compiling md5 v0.8.0
39632026-09-18T16:42:05.233Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
39642026-09-18T16:42:05.401Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
39652026-09-18T16:42:05.418Z Compiling colored v2.2.0
39662026-09-18T16:42:05.578Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
39672026-09-18T16:42:05.596Z Compiling russh v0.62.4
39682026-09-18T16:42:05.621Z Compiling internet-checksum v0.2.1
39692026-09-18T16:42:06.293Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
39702026-09-18T16:42:06.345Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
39712026-09-18T16:42:06.676Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
39722026-09-18T16:42:08.987Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
39732026-09-18T16:42:09.744Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
39742026-09-18T16:42:10.297Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
39752026-09-18T16:42:10.763Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
39762026-09-18T16:42:11.699Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
39772026-09-18T16:42:20.192Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
39782026-09-18T16:42:20.192Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
39792026-09-18T16:42:20.197Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
39802026-09-18T16:42:20.197Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
39812026-09-18T16:42:20.197Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
39822026-09-18T16:42:22.025Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
39832026-09-18T16:42:22.043Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
39842026-09-18T16:42:26.391Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
39852026-09-18T16:43:10.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 33s
39862026-09-18T16:43:10.117Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39872026-09-18T16:43:10.117Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39882026-09-18T16:43:10.344Z
39892026-09-18T16:43:10.344Zreal 1:33.747468120
39902026-09-18T16:43:10.344Zuser 8:59.364046578
39912026-09-18T16:43:10.344Zsys 1:46.376130016
39922026-09-18T16:43:10.347Ztrap 0.270457585
39932026-09-18T16:43:10.347Ztflt 0.373720856
39942026-09-18T16:43:10.347Zdflt 1.683082190
39952026-09-18T16:43:10.347Zkflt 0.000376900
39962026-09-18T16:43:10.347Zlock 33:24.547128403
39972026-09-18T16:43:10.347Zslp 20:32.454944848
39982026-09-18T16:43:10.347Zlat 41.658952348
39992026-09-18T16:43:10.347Zstop 3:08.996512176
40002026-09-18T16:43:10.347Z+ mkdir tests
40012026-09-18T16:43:10.350Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
40022026-09-18T16:43:10.350Z+ xargs -I '{}' -t cp '{}' tests/
40032026-09-18T16:43:10.373Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-842e34a46ea83241 tests/
40042026-09-18T16:43:10.396Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-2d4ad139e65abfed tests/
40052026-09-18T16:43:10.418Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-3420f611f32e8a93 tests/
40062026-09-18T16:43:10.440Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-6ef6e9b45b838d0f tests/
40072026-09-18T16:43:10.802Z+ files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/* tools/opte_version tools/opte_version_override)
40082026-09-18T16:43:10.807Z+ ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-2d4ad139e65abfed tests/commtest-3420f611f32e8a93 tests/dhcp_server-842e34a46ea83241 tests/end_to_end_tests-6ef6e9b45b838d0f tools/opte_version tools/opte_version_override out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
40092026-09-18T16:44:17.128ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
40102026-09-18T16:44:17.128Za .github/buildomat/ci-env.sh 1K
40112026-09-18T16:44:17.128Za out/target/test 1K
40122026-09-18T16:44:17.128Za out/npuzone/npuzone 27402K
40132026-09-18T16:44:17.128Za package-manifest.toml 35K
40142026-09-18T16:44:17.128Za smf/sled-agent/non-gimlet/config.toml 6K
40152026-09-18T16:44:17.128Za target/release/omicron-package 16988K
40162026-09-18T16:44:17.128Za target/release/xtask 6404K
40172026-09-18T16:44:17.128Za target/debug/bootstrap 442384K
40182026-09-18T16:44:17.128Za tests/bootstrap-2d4ad139e65abfed 34531K
40192026-09-18T16:44:17.128Za tests/commtest-3420f611f32e8a93 34532K
40202026-09-18T16:44:17.128Za tests/dhcp_server-842e34a46ea83241 34531K
40212026-09-18T16:44:17.128Za tests/end_to_end_tests-6ef6e9b45b838d0f 507058K
40222026-09-18T16:44:17.128Za tools/opte_version 1K
40232026-09-18T16:44:17.128Za tools/opte_version_override 2K
40242026-09-18T16:44:17.128Za out/clickhouse.tar.gz 233267K
40252026-09-18T16:44:17.129Za out/clickhouse_keeper.tar.gz 227785K
40262026-09-18T16:44:17.129Za out/clickhouse_server.tar.gz 233264K
40272026-09-18T16:44:17.129Za out/cockroachdb.tar.gz 125085K
40282026-09-18T16:44:17.129Za out/crucible-pantry-zone.tar.gz 24782K
40292026-09-18T16:44:17.129Za out/crucible-utils.tar 18900K
40302026-09-18T16:44:17.129Za out/crucible-zone.tar.gz 39595K
40312026-09-18T16:44:17.129Za out/external-dns.tar.gz 15200K
40322026-09-18T16:44:17.129Za out/internal-dns.tar.gz 15199K
40332026-09-18T16:44:17.130Za out/mg-ddm-gz.tar 100917K
40342026-09-18T16:44:17.130Za out/nexus.tar.gz 198619K
40352026-09-18T16:44:17.130Za out/ntp.tar.gz 7168K
40362026-09-18T16:44:17.130Za out/omicron-gateway-softnpu.tar.gz 14211K
40372026-09-18T16:44:17.130Za out/omicron-sled-agent.tar 116533K
40382026-09-18T16:44:17.130Za out/overlay.tar.gz 4K
40392026-09-18T16:44:17.130Za out/oximeter.tar.gz 17749K
40402026-09-18T16:44:17.130Za out/oxlog.tar 2410K
40412026-09-18T16:44:17.130Za out/probe.tar.gz 3037K
40422026-09-18T16:44:17.130Za out/propolis-server.tar.gz 37776K
40432026-09-18T16:44:17.130Za out/pumpkind-gz.tar 26647K
40442026-09-18T16:44:17.130Za out/switch-softnpu.tar.gz 327268K
40452026-09-18T16:44:17.133Z
40462026-09-18T16:44:17.133Zreal 1:06.323688146
40472026-09-18T16:44:17.133Zuser 1:04.218470260
40482026-09-18T16:44:17.134Zsys 3.531417907
40492026-09-18T16:44:17.134Ztrap 0.004501688
40502026-09-18T16:44:17.134Ztflt 0.000000000
40512026-09-18T16:44:17.134Zdflt 0.000000000
40522026-09-18T16:44:17.134Zkflt 0.000000000
40532026-09-18T16:44:17.134Zlock 0.000000000
40542026-09-18T16:44:17.134Zslp 1:04.084728543
40552026-09-18T16:44:17.134Zlat 0.803316998
40562026-09-18T16:44:17.134Zstop 0.000217990
40572026-09-18T16:44:17.134Zprocess exited: duration 1094963 ms, exit code 0
 
40582026-09-18T16:44:17.147Zfound 1 output files
40592026-09-18T16:44:17.147Zuploading: /work/package.tar.gz (1866974965 bytes)
40602026-09-18T16:44:50.426Zuploaded: /work/package.tar.gz