01KVDRYDMZ478F8NPE2N20B9VW: 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: 01KVDRYY3JJHG6KW0MW4Q0C60Y

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-18T16:28:51.618Zjob assigned to worker 01KVDRZE8ZRT6Z0MFFGEVK2NZP [factory aws, i-07292a181175a15d0] (queued for 58 s)
 
22026-06-18T16:28:59.114Zstarting task 0: "setup"
32026-06-18T16:28:59.119Z++ uname -s
42026-06-18T16:28:59.122Z+ kern=SunOS
52026-06-18T16:28:59.122Z+ build_user=build
62026-06-18T16:28:59.122Z+ build_uid=12345
72026-06-18T16:28:59.122Z+ work_dir=/work
82026-06-18T16:28:59.122Z+ input_dir=/input
92026-06-18T16:28:59.122Z+ [[ 0 == 12345 ]]
102026-06-18T16:28:59.122Z+ case "$kern" in
112026-06-18T16:28:59.122Z+ groupadd -g 12345 build
122026-06-18T16:28:59.126Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-18T16:29:01.131Z+ zfs create -o mountpoint=/work rpool/work
142026-06-18T16:29:01.255Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-18T16:29:01.258Z+ home_fs=zfs
162026-06-18T16:29:01.258Z+ [[ zfs == autofs ]]
172026-06-18T16:29:01.258Z+ mkdir -p /home/build
182026-06-18T16:29:01.258Z+ chown build:build /home/build /work
192026-06-18T16:29:03.261Z+ chmod 0700 /home/build /work
202026-06-18T16:29:03.266Zprocess exited: duration 4149 ms, exit code 0
 
212026-06-18T16:29:03.291Zstarting task 1: "rust-toolchain"
222026-06-18T16:29:03.302Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-18T16:29:03.302Z * rust toolchain channel = "1.94.0"
242026-06-18T16:29:03.303Z * rust toolchain profile = "default"
252026-06-18T16:29:03.303Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-18T16:29:03.303Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-18T16:29:03.303Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-18T16:29:03.303Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-18T16:29:03.303Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-18T16:29:03.388Zinfo: downloading installer
312026-06-18T16:29:05.195Zwarn: It looks like you have an existing rustup settings file at:
322026-06-18T16:29:05.195Zwarn: /home/build/.rustup/settings.toml
332026-06-18T16:29:05.195Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-18T16:29:05.195Zwarn: instead of the one inferred from the default host triple.
352026-06-18T16:29:05.211Zinfo: profile set to default
362026-06-18T16:29:05.211Zinfo: default host triple is x86_64-unknown-illumos
372026-06-18T16:29:05.216Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-18T16:29:05.367Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-18T16:29:05.384Zinfo: downloading 6 components
402026-06-18T16:29:21.499Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-18T16:29:21.499Z
422026-06-18T16:29:21.526Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-18T16:29:21.526Z
442026-06-18T16:29:21.526Z
452026-06-18T16:29:21.526ZRust is installed now. Great!
462026-06-18T16:29:21.526Z
472026-06-18T16:29:21.526ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-18T16:29:21.526Zenvironment variable. This has not been done automatically.
492026-06-18T16:29:21.526Z
502026-06-18T16:29:21.526ZTo configure your current shell, you need to source
512026-06-18T16:29:21.526Zthe corresponding env file under $HOME/.cargo.
522026-06-18T16:29:21.526Z
532026-06-18T16:29:21.530ZThis is usually done by running one of the following (note the leading DOT):
542026-06-18T16:29:21.530Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-18T16:29:21.530Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-18T16:29:21.530Zsource "~/.cargo/env.nu" # For nushell
572026-06-18T16:29:21.530Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-18T16:29:21.530Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-18T16:29:21.530Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-18T16:29:21.530Zwarn: no default linker (`cc`) was found in your PATH
612026-06-18T16:29:21.530Zwarn: many Rust crates require a system C toolchain to build
622026-06-18T16:29:21.632Z+ rustup --version
632026-06-18T16:29:21.638Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-18T16:29:21.641Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-18T16:29:21.660Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-18T16:29:21.663Z+ cargo --version
672026-06-18T16:29:21.671Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-18T16:29:21.674Z+ rustc --version
692026-06-18T16:29:21.694Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-18T16:29:21.697Zprocess exited: duration 18410 ms, exit code 0
 
712026-06-18T16:29:21.703Zstarting task 2: "authentication"
722026-06-18T16:29:21.724Zprocess exited: duration 21 ms, exit code 0
 
732026-06-18T16:29:21.732Zstarting task 3: "clone repository"
742026-06-18T16:29:21.735Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-18T16:29:21.738Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-18T16:29:21.770ZCloning into '/work/oxidecomputer/omicron'...
772026-06-18T16:29:31.407Z+ cd /work/oxidecomputer/omicron
782026-06-18T16:29:31.407Z+ git fetch origin 85bcd07d95853631f5ccb24646e3e5ae7bac8b03
792026-06-18T16:29:31.842ZFrom https://github.com/oxidecomputer/omicron
802026-06-18T16:29:31.842Z * branch 85bcd07d95853631f5ccb24646e3e5ae7bac8b03 -> FETCH_HEAD
812026-06-18T16:29:31.855Z+ [[ -n add-fmd-inventory-db ]]
822026-06-18T16:29:31.858Z++ git branch --show-current
832026-06-18T16:29:31.861Z+ current=main
842026-06-18T16:29:31.861Z+ [[ main != add-fmd-inventory-db ]]
852026-06-18T16:29:31.861Z+ git branch -f add-fmd-inventory-db 85bcd07d95853631f5ccb24646e3e5ae7bac8b03
862026-06-18T16:29:31.864Z+ git checkout -f add-fmd-inventory-db
872026-06-18T16:29:32.108ZSwitched to branch 'add-fmd-inventory-db'
882026-06-18T16:29:32.111Z+ git reset --hard 85bcd07d95853631f5ccb24646e3e5ae7bac8b03
892026-06-18T16:29:32.352ZHEAD is now at 85bcd07d9 merge
902026-06-18T16:29:32.355Zprocess exited: duration 10623 ms, exit code 0
 
912026-06-18T16:29:32.361Zstarting task 4: "build"
922026-06-18T16:29:32.367Z+ source .github/buildomat/ci-env.sh
932026-06-18T16:29:32.367Z++ export CARGO_TERM_COLOR=always
942026-06-18T16:29:32.367Z++ CARGO_TERM_COLOR=always
952026-06-18T16:29:32.369Z+ cargo --version
962026-06-18T16:29:32.377Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-06-18T16:29:32.380Z+ rustc --version
982026-06-18T16:29:32.401Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-06-18T16:29:32.403Z+ WORK=/work
1002026-06-18T16:29:32.403Z+ pfexec mkdir -p /work
1012026-06-18T16:29:32.408Z+ pfexec chown build /work
1022026-06-18T16:29:32.411Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-06-18T16:29:33.981Z Startup: Refreshing catalog 'helios' ... Done
1042026-06-18T16:29:34.070Z Startup: Caching catalogs ... Done
1052026-06-18T16:29:34.422ZPlanning: Solver setup ... Done (0.311s)
1062026-06-18T16:29:34.454ZPlanning: Running solver ... Done (0.023s)
1072026-06-18T16:29:34.460ZPlanning: Finding local manifests ... Done (0.003s)
1082026-06-18T16:29:34.465ZPlanning: Fetching manifests: 0/2 0% complete
1092026-06-18T16:29:34.489ZPlanning: Fetching manifests: 2/2 100% complete
1102026-06-18T16:29:34.501ZPlanning: Package planning ... Done (0.014s)
1112026-06-18T16:29:34.507ZPlanning: Merging actions ... Done (0.002s)
1122026-06-18T16:29:34.704ZPlanning: Checking for conflicting actions ... Done (0.195s)
1132026-06-18T16:29:34.708ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-06-18T16:29:35.553ZPlanning: Evaluating mediators ... Done (0.847s)
1152026-06-18T16:29:35.567ZPlanning: Planning completed in 1.46 seconds
1162026-06-18T16:29:35.567Z Packages to install: 2
1172026-06-18T16:29:35.567Z Estimated space available: 156.07 GB
1182026-06-18T16:29:35.567ZEstimated space to be consumed: 26.78 MB
1192026-06-18T16:29:35.567Z Create boot environment: No
1202026-06-18T16:29:35.567ZCreate backup boot environment: No
1212026-06-18T16:29:35.567Z Rebuild boot archive: No
1222026-06-18T16:29:35.567Z
1232026-06-18T16:29:35.567ZChanged packages:
1242026-06-18T16:29:35.568Zhelios
1252026-06-18T16:29:35.568Z developer/build-essential
1262026-06-18T16:29:35.568Z None -> 11-3.0
1272026-06-18T16:29:35.568Z library/libxmlsec1
1282026-06-18T16:29:35.568Z None -> 1.2.35-3.0
1292026-06-18T16:29:35.589Z
1302026-06-18T16:29:35.589ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-06-18T16:29:37.278ZDownload: Completed 1.28 MB in 1.69 seconds (774k/s)
1322026-06-18T16:29:37.371Z Actions: 1/268 actions (Installing new actions)
1332026-06-18T16:29:37.411Z Actions: Completed 268 actions in 0.04 seconds.
1342026-06-18T16:29:37.421ZFinalize: Updating package state database ... Done (0.009s)
1352026-06-18T16:29:37.421ZFinalize: Updating package cache ... Done (0.000s)
1362026-06-18T16:29:37.445ZFinalize: Updating image state ... Done (0.024s)
1372026-06-18T16:29:40.020ZFinalize: Creating fast lookup database ... Done (2.551s)
1382026-06-18T16:29:40.087ZFinalize: Reading search index ... Done (0.012s)
1392026-06-18T16:29:40.090ZFinalize: Updating search index ... Done (0.000s)
1402026-06-18T16:29:40.204ZFinalize: Updating package cache ... Done (0.000s)
1412026-06-18T16:29:40.522ZPlanning: Evaluating mediator changes ... Done
1422026-06-18T16:29:40.629ZPlanning: Checking for conflicting actions ... Done
1432026-06-18T16:29:40.632ZPlanning: Consolidating action changes ... Done
1442026-06-18T16:29:40.789ZPlanning: Evaluating mediators ... Done
1452026-06-18T16:29:40.792ZPlanning: Planning completed in 0.27 seconds
1462026-06-18T16:29:40.812Z Mediators to change: 2
1472026-06-18T16:29:40.812Z Create boot environment: No
1482026-06-18T16:29:40.812ZCreate backup boot environment: No
1492026-06-18T16:29:40.871ZFinalize: Updating package state database ... Done
1502026-06-18T16:29:40.871ZFinalize: Updating package cache ... Done
1512026-06-18T16:29:40.889ZFinalize: Updating image state ... Done
1522026-06-18T16:29:42.854ZFinalize: Creating fast lookup database ... Done
1532026-06-18T16:29:42.915ZFinalize: Reading search index ... Done
1542026-06-18T16:29:42.918ZFinalize: Updating search index ... Done
1552026-06-18T16:29:43.015ZFinalize: Updating package cache ... Done
1562026-06-18T16:29:43.305ZPlanning: Evaluating mediator changes ... Done
1572026-06-18T16:29:43.410ZPlanning: Checking for conflicting actions ... Done
1582026-06-18T16:29:43.415ZPlanning: Consolidating action changes ... Done
1592026-06-18T16:29:43.570ZPlanning: Evaluating mediators ... Done
1602026-06-18T16:29:43.573ZPlanning: Planning completed in 0.27 seconds
1612026-06-18T16:29:43.593Z Mediators to change: 1
1622026-06-18T16:29:43.593Z Create boot environment: No
1632026-06-18T16:29:43.594ZCreate backup boot environment: No
1642026-06-18T16:29:43.660ZFinalize: Updating package state database ... Done
1652026-06-18T16:29:43.660ZFinalize: Updating package cache ... Done
1662026-06-18T16:29:43.677ZFinalize: Updating image state ... Done
1672026-06-18T16:29:45.666ZFinalize: Creating fast lookup database ... Done
1682026-06-18T16:29:45.728ZFinalize: Reading search index ... Done
1692026-06-18T16:29:45.732ZFinalize: Updating search index ... Done
1702026-06-18T16:29:45.812ZFinalize: Updating package cache ... Done
1712026-06-18T16:29:46.126ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-06-18T16:29:46.126Zapache system 2.4 system
1732026-06-18T16:29:46.126Zclang system 15 system
1742026-06-18T16:29:46.126Zcsh system system illumos
1752026-06-18T16:29:46.126Zctags system system illumos
1762026-06-18T16:29:46.126Zfile vendor vendor darwinsys
1772026-06-18T16:29:46.126Zfile system system illumos
1782026-06-18T16:29:46.126Zgcc vendor 14 vendor
1792026-06-18T16:29:46.126Zgcc system 13 system
1802026-06-18T16:29:46.126Zgcc system 10 system
1812026-06-18T16:29:46.126Zgo system 1.25 system
1822026-06-18T16:29:46.126Zllvm system 15 system
1832026-06-18T16:29:46.126Zmariadb system 11.4 system
1842026-06-18T16:29:46.126Zmta vendor vendor dma
1852026-06-18T16:29:46.126Zopenjdk system 17 system
1862026-06-18T16:29:46.126Zopenjdk system 11 system
1872026-06-18T16:29:46.126Zopenssl vendor 3 vendor
1882026-06-18T16:29:46.126Zperl system 5.40 system
1892026-06-18T16:29:46.126Zpostgresql system 18 system
1902026-06-18T16:29:46.126Zpostgresql system 17 system
1912026-06-18T16:29:46.126Zpython vendor 3 vendor
1922026-06-18T16:29:46.126Zpython system 2 system
1932026-06-18T16:29:46.126Zpython3 vendor 3.13 vendor
1942026-06-18T16:29:46.126Zruby system 3.4 system
1952026-06-18T16:29:46.126Zruby system 3.0 system
1962026-06-18T16:29:46.126Zwords vendor vendor american-english
1972026-06-18T16:29:46.126Zwords system system australian-english
1982026-06-18T16:29:46.126Zwords system system british-english
1992026-06-18T16:29:46.126Zwords system system canadian-english
2002026-06-18T16:29:46.126Zwords system system french
2012026-06-18T16:29:46.126Zwords system system italian
2022026-06-18T16:29:46.127Zwords system system ngerman
2032026-06-18T16:29:46.127Zwords system system ogerman
2042026-06-18T16:29:46.127Zwords system system spanish
2052026-06-18T16:29:46.381ZPUBLISHER TYPE STATUS P LOCATION
2062026-06-18T16:29:46.381Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-06-18T16:29:46.686ZFMRI IFO
2082026-06-18T16:29:46.686Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-06-18T16:29:46.686Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-06-18T16:29:46.686Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-06-18T16:29:46.686Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-06-18T16:29:46.686Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-06-18T16:29:46.686Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-06-18T16:29:46.686Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-06-18T16:29:46.686Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-06-18T16:29:46.686Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-06-18T16:29:46.931Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-06-18T16:29:47.216Z Updating crates.io index
2192026-06-18T16:29:47.252Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-06-18T16:29:48.051Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-06-18T16:29:48.575Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-06-18T16:29:49.291Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-06-18T16:29:50.381Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-06-18T16:29:50.925Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-06-18T16:29:52.533Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-06-18T16:29:53.718Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-06-18T16:29:53.993Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-06-18T16:29:55.678Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-06-18T16:29:56.117Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-06-18T16:29:56.633Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-06-18T16:29:57.118Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-06-18T16:29:57.932Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-06-18T16:29:58.405Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-06-18T16:29:58.857Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-06-18T16:29:59.244Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-06-18T16:29:59.759Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-06-18T16:30:00.211Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-06-18T16:30:00.571Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-06-18T16:30:00.819Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-06-18T16:30:01.153Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-06-18T16:30:01.619Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-06-18T16:30:02.256Z Updating git repository `https://github.com/oxidecomputer/erebor`
2432026-06-18T16:30:02.543Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2442026-06-18T16:30:03.140Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2452026-06-18T16:30:03.401Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2462026-06-18T16:30:03.901Z Updating git repository `https://github.com/oxidecomputer/ispf`
2472026-06-18T16:30:05.218Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2482026-06-18T16:30:06.048Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-06-18T16:30:06.530Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2502026-06-18T16:30:06.945Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2512026-06-18T16:30:07.296Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2522026-06-18T16:30:07.656Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2532026-06-18T16:30:07.960Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2542026-06-18T16:30:08.257Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2552026-06-18T16:30:08.591Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2562026-06-18T16:30:09.166Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2572026-06-18T16:30:09.422Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2582026-06-18T16:30:09.672Z Updating git repository `https://github.com/illumos/smf-rs`
2592026-06-18T16:30:11.697Z Downloading crates ...
2602026-06-18T16:30:11.750Z Downloaded anstream v1.0.0
2612026-06-18T16:30:11.753Z Downloaded terminal_size v0.4.3
2622026-06-18T16:30:11.758Z Downloaded colorchoice v1.0.4
2632026-06-18T16:30:11.762Z Downloaded cpufeatures v0.2.17
2642026-06-18T16:30:11.765Z Downloaded plain v0.2.3
2652026-06-18T16:30:11.765Z Downloaded memmap v0.7.0
2662026-06-18T16:30:11.765Z Downloaded toml_write v0.1.2
2672026-06-18T16:30:11.768Z Downloaded erased-serde v0.4.9
2682026-06-18T16:30:11.769Z Downloaded fastrand v2.3.0
2692026-06-18T16:30:11.773Z Downloaded heck v0.5.0
2702026-06-18T16:30:11.780Z Downloaded semver v1.0.28
2712026-06-18T16:30:11.780Z Downloaded litemap v0.8.1
2722026-06-18T16:30:11.784Z Downloaded errno v0.3.14
2732026-06-18T16:30:11.784Z Downloaded unicode-xid v0.2.6
2742026-06-18T16:30:11.784Z Downloaded ucd-trie v0.1.7
2752026-06-18T16:30:11.784Z Downloaded thread-id v4.2.2
2762026-06-18T16:30:11.784Z Downloaded thiserror-impl v1.0.69
2772026-06-18T16:30:11.787Z Downloaded form_urlencoded v1.2.2
2782026-06-18T16:30:11.787Z Downloaded clap_lex v1.0.0
2792026-06-18T16:30:11.790Z Downloaded utf8_iter v1.0.4
2802026-06-18T16:30:11.790Z Downloaded dof v0.3.0
2812026-06-18T16:30:11.793Z Downloaded cfg-if v1.0.4
2822026-06-18T16:30:11.796Z Downloaded usdt v0.5.0
2832026-06-18T16:30:11.796Z Downloaded crypto-common v0.1.7
2842026-06-18T16:30:11.796Z Downloaded thiserror v1.0.69
2852026-06-18T16:30:11.799Z Downloaded fnv v1.0.7
2862026-06-18T16:30:11.799Z Downloaded itoa v1.0.17
2872026-06-18T16:30:11.803Z Downloaded yoke-derive v0.8.1
2882026-06-18T16:30:11.806Z Downloaded unicode-width v0.1.14
2892026-06-18T16:30:11.809Z Downloaded synstructure v0.13.2
2902026-06-18T16:30:11.809Z Downloaded typeid v1.0.3
2912026-06-18T16:30:11.809Z Downloaded textwrap v0.16.2
2922026-06-18T16:30:11.812Z Downloaded scroll_derive v0.12.1
2932026-06-18T16:30:11.812Z Downloaded dtrace-parser v0.2.0
2942026-06-18T16:30:11.812Z Downloaded anstyle v1.0.14
2952026-06-18T16:30:11.812Z Downloaded zerofrom v0.1.6
2962026-06-18T16:30:11.816Z Downloaded serde-value v0.7.0
2972026-06-18T16:30:11.816Z Downloaded block-buffer v0.10.4
2982026-06-18T16:30:11.816Z Downloaded percent-encoding v2.3.2
2992026-06-18T16:30:11.816Z Downloaded ordered-float v2.10.1
3002026-06-18T16:30:11.816Z Downloaded utf8parse v0.2.2
3012026-06-18T16:30:11.816Z Downloaded usdt-macro v0.5.0
3022026-06-18T16:30:11.816Z Downloaded equivalent v1.0.2
3032026-06-18T16:30:11.819Z Downloaded zmij v1.0.21
3042026-06-18T16:30:11.819Z Downloaded proc-macro-error-attr v1.0.4
3052026-06-18T16:30:11.819Z Downloaded yoke v0.8.1
3062026-06-18T16:30:11.819Z Downloaded toml v0.8.23
3072026-06-18T16:30:11.823Z Downloaded once_cell v1.21.3
3082026-06-18T16:30:11.823Z Downloaded clap_derive v4.6.1
3092026-06-18T16:30:11.826Z Downloaded zerocopy-derive v0.7.35
3102026-06-18T16:30:11.826Z Downloaded usdt-attr-macro v0.5.0
3112026-06-18T16:30:11.832Z Downloaded swrite v0.1.0
3122026-06-18T16:30:11.832Z Downloaded cargo-platform v0.2.0
3132026-06-18T16:30:11.832Z Downloaded macaddr v1.0.1
3142026-06-18T16:30:11.832Z Downloaded thiserror-impl v2.0.18
3152026-06-18T16:30:11.836Z Downloaded generic-array v0.14.7
3162026-06-18T16:30:11.836Z Downloaded zerofrom-derive v0.1.6
3172026-06-18T16:30:11.836Z Downloaded version_check v0.9.5
3182026-06-18T16:30:11.836Z Downloaded unicode-linebreak v0.1.5
3192026-06-18T16:30:11.836Z Downloaded zerovec-derive v0.11.2
3202026-06-18T16:30:11.836Z Downloaded unicode-ident v1.0.24
3212026-06-18T16:30:11.839Z Downloaded is_terminal_polyfill v1.70.2
3222026-06-18T16:30:11.839Z Downloaded heck v0.4.1
3232026-06-18T16:30:11.839Z Downloaded toml_datetime v0.6.11
3242026-06-18T16:30:11.840Z Downloaded tabled_derive v0.7.0
3252026-06-18T16:30:11.842Z Downloaded stable_deref_trait v1.2.1
3262026-06-18T16:30:11.842Z Downloaded autocfg v1.5.0
3272026-06-18T16:30:11.843Z Downloaded potential_utf v0.1.4
3282026-06-18T16:30:11.847Z Downloaded writeable v0.6.2
3292026-06-18T16:30:11.847Z Downloaded tinystr v0.8.2
3302026-06-18T16:30:11.850Z Downloaded usdt-impl v0.5.0
3312026-06-18T16:30:11.850Z Downloaded serde_spanned v0.6.9
3322026-06-18T16:30:11.858Z Downloaded idna_adapter v1.2.1
3332026-06-18T16:30:11.864Z Downloaded pretty-hex v0.4.1
3342026-06-18T16:30:11.864Z Downloaded thiserror v2.0.18
3352026-06-18T16:30:11.867Z Downloaded smawk v0.3.2
3362026-06-18T16:30:11.870Z Downloaded zerotrie v0.2.3
3372026-06-18T16:30:11.870Z Downloaded typenum v1.19.0
3382026-06-18T16:30:11.876Z Downloaded camino v1.2.2
3392026-06-18T16:30:11.880Z Downloaded url v2.5.8
3402026-06-18T16:30:11.880Z Downloaded toml_edit v0.22.27
3412026-06-18T16:30:11.883Z Downloaded displaydoc v0.2.5
3422026-06-18T16:30:11.886Z Downloaded zerovec v0.11.5
3432026-06-18T16:30:11.886Z Downloaded anstyle-query v1.1.5
3442026-06-18T16:30:11.889Z Downloaded digest v0.10.7
3452026-06-18T16:30:11.894Z Downloaded cargo_metadata v0.21.0
3462026-06-18T16:30:11.897Z Downloaded zerocopy v0.7.35
3472026-06-18T16:30:11.904Z Downloaded serde_tokenstream v0.2.3
3482026-06-18T16:30:11.907Z Downloaded winnow v0.7.14
3492026-06-18T16:30:11.910Z Downloaded anstyle-parse v1.0.0
3502026-06-18T16:30:11.913Z Downloaded unicode-width v0.2.0
3512026-06-18T16:30:11.916Z Downloaded byteorder v1.5.0
3522026-06-18T16:30:11.916Z Downloaded strsim v0.11.1
3532026-06-18T16:30:11.916Z Downloaded proc-macro-error v1.0.4
3542026-06-18T16:30:11.919Z Downloaded serde-untagged v0.1.9
3552026-06-18T16:30:11.919Z Downloaded scroll v0.12.0
3562026-06-18T16:30:11.919Z Downloaded sha2 v0.10.9
3572026-06-18T16:30:11.923Z Downloaded fs-err v3.3.0
3582026-06-18T16:30:11.923Z Downloaded clap v4.6.1
3592026-06-18T16:30:11.926Z Downloaded icu_collections v2.1.1
3602026-06-18T16:30:11.929Z Downloaded quote v1.0.45
3612026-06-18T16:30:11.932Z Downloaded cargo_toml v0.21.0
3622026-06-18T16:30:11.933Z Downloaded bytecount v0.6.9
3632026-06-18T16:30:11.935Z Downloaded anyhow v1.0.102
3642026-06-18T16:30:11.938Z Downloaded bitflags v2.11.0
3652026-06-18T16:30:11.944Z Downloaded smallvec v1.15.1
3662026-06-18T16:30:11.947Z Downloaded pest_derive v2.8.6
3672026-06-18T16:30:11.952Z Downloaded pest_generator v2.8.6
3682026-06-18T16:30:11.959Z Downloaded icu_provider v2.1.1
3692026-06-18T16:30:11.961Z Downloaded icu_normalizer v2.1.1
3702026-06-18T16:30:11.965Z Downloaded icu_properties v2.1.2
3712026-06-18T16:30:11.969Z Downloaded papergrid v0.11.0
3722026-06-18T16:30:11.975Z Downloaded tempfile v3.25.0
3732026-06-18T16:30:11.975Z Downloaded serde_core v1.0.228
3742026-06-18T16:30:11.975Z Downloaded serde_derive v1.0.228
3752026-06-18T16:30:11.978Z Downloaded log v0.4.29
3762026-06-18T16:30:11.978Z Downloaded camino-tempfile v1.4.1
3772026-06-18T16:30:11.981Z Downloaded num-traits v0.2.19
3782026-06-18T16:30:11.981Z Downloaded getrandom v0.4.1
3792026-06-18T16:30:11.984Z Downloaded serde v1.0.228
3802026-06-18T16:30:11.991Z Downloaded icu_locale_core v2.1.1
3812026-06-18T16:30:11.994Z Downloaded cargo-util-schemas v0.8.2
3822026-06-18T16:30:11.997Z Downloaded proc-macro2 v1.0.106
3832026-06-18T16:30:12.013Z Downloaded icu_normalizer_data v2.1.1
3842026-06-18T16:30:12.017Z Downloaded pest_meta v2.8.6
3852026-06-18T16:30:12.023Z Downloaded memchr v2.8.0
3862026-06-18T16:30:12.026Z Downloaded indexmap v2.14.0
3872026-06-18T16:30:12.045Z Downloaded pest v2.8.6
3882026-06-18T16:30:12.057Z Downloaded goblin v0.8.2
3892026-06-18T16:30:12.064Z Downloaded idna v1.1.0
3902026-06-18T16:30:12.071Z Downloaded hashbrown v0.17.0
3912026-06-18T16:30:12.075Z Downloaded serde_json v1.0.149
3922026-06-18T16:30:12.098Z Downloaded icu_properties_data v2.1.2
3932026-06-18T16:30:12.102Z Downloaded tabled v0.15.0
3942026-06-18T16:30:12.102Z Downloaded clap_builder v4.6.0
3952026-06-18T16:30:12.110Z Downloaded syn v2.0.117
3962026-06-18T16:30:12.116Z Downloaded syn v1.0.109
3972026-06-18T16:30:12.129Z Downloaded rustix v1.1.3
3982026-06-18T16:30:12.159Z Downloaded libc v0.2.185
3992026-06-18T16:30:12.225Z Compiling proc-macro2 v1.0.106
4002026-06-18T16:30:12.225Z Compiling unicode-ident v1.0.24
4012026-06-18T16:30:12.228Z Compiling quote v1.0.45
4022026-06-18T16:30:12.228Z Compiling serde_core v1.0.228
4032026-06-18T16:30:12.228Z Compiling libc v0.2.185
4042026-06-18T16:30:12.228Z Compiling version_check v0.9.5
4052026-06-18T16:30:12.228Z Compiling memchr v2.8.0
4062026-06-18T16:30:12.228Z Compiling stable_deref_trait v1.2.1
4072026-06-18T16:30:12.228Z Compiling serde v1.0.228
4082026-06-18T16:30:12.391Z Compiling zmij v1.0.21
4092026-06-18T16:30:12.394Z Compiling itoa v1.0.17
4102026-06-18T16:30:12.394Z Compiling ucd-trie v0.1.7
4112026-06-18T16:30:12.394Z Compiling autocfg v1.5.0
4122026-06-18T16:30:12.394Z Compiling thiserror v1.0.69
4132026-06-18T16:30:12.394Z Compiling litemap v0.8.1
4142026-06-18T16:30:12.606Z Compiling writeable v0.6.2
4152026-06-18T16:30:12.642Z Compiling icu_normalizer_data v2.1.1
4162026-06-18T16:30:12.646Z Compiling rustix v1.1.3
4172026-06-18T16:30:12.646Z Compiling byteorder v1.5.0
4182026-06-18T16:30:12.892Z Compiling icu_properties_data v2.1.2
4192026-06-18T16:30:12.948Z Compiling bitflags v2.11.0
4202026-06-18T16:30:12.948Z Compiling serde_json v1.0.149
4212026-06-18T16:30:13.022Z Compiling pest v2.8.6
4222026-06-18T16:30:13.025Z Compiling typeid v1.0.3
4232026-06-18T16:30:13.127Z Compiling num-traits v0.2.19
4242026-06-18T16:30:13.203Z Compiling smallvec v1.15.1
4252026-06-18T16:30:13.240Z Compiling hashbrown v0.17.0
4262026-06-18T16:30:13.308Z Compiling equivalent v1.0.2
4272026-06-18T16:30:13.308Z Compiling proc-macro-error-attr v1.0.4
4282026-06-18T16:30:13.325Z Compiling usdt-impl v0.5.0
4292026-06-18T16:30:13.424Z Compiling toml_write v0.1.2
4302026-06-18T16:30:13.522Z Compiling winnow v0.7.14
4312026-06-18T16:30:13.522Z Compiling syn v1.0.109
4322026-06-18T16:30:13.573Z Compiling errno v0.3.14
4332026-06-18T16:30:13.573Z Compiling thread-id v4.2.2
4342026-06-18T16:30:13.573Z Compiling erased-serde v0.4.9
4352026-06-18T16:30:13.618Z Compiling proc-macro-error v1.0.4
4362026-06-18T16:30:13.663Z Compiling percent-encoding v2.3.2
4372026-06-18T16:30:13.679Z Compiling utf8_iter v1.0.4
4382026-06-18T16:30:13.682Z Compiling camino v1.2.2
4392026-06-18T16:30:13.737Z Compiling plain v0.2.3
4402026-06-18T16:30:13.812Z Compiling indexmap v2.14.0
4412026-06-18T16:30:13.868Z Compiling log v0.4.29
4422026-06-18T16:30:13.872Z Compiling getrandom v0.4.1
4432026-06-18T16:30:13.872Z Compiling thiserror v2.0.18
4442026-06-18T16:30:13.928Z Compiling syn v2.0.117
4452026-06-18T16:30:13.943Z Compiling utf8parse v0.2.2
4462026-06-18T16:30:14.011Z Compiling form_urlencoded v1.2.2
4472026-06-18T16:30:14.080Z Compiling anstyle-parse v1.0.0
4482026-06-18T16:30:14.120Z Compiling pest_meta v2.8.6
4492026-06-18T16:30:14.242Z Compiling ordered-float v2.10.1
4502026-06-18T16:30:14.327Z Compiling cfg-if v1.0.4
4512026-06-18T16:30:14.344Z Compiling colorchoice v1.0.4
4522026-06-18T16:30:14.359Z Compiling anstyle-query v1.1.5
4532026-06-18T16:30:14.398Z Compiling is_terminal_polyfill v1.70.2
4542026-06-18T16:30:14.418Z Compiling anstyle v1.0.14
4552026-06-18T16:30:14.477Z Compiling pretty-hex v0.4.1
4562026-06-18T16:30:14.497Z Compiling fs-err v3.3.0
4572026-06-18T16:30:14.548Z Compiling terminal_size v0.4.3
4582026-06-18T16:30:14.551Z Compiling heck v0.5.0
4592026-06-18T16:30:14.579Z Compiling unicode-xid v0.2.6
4602026-06-18T16:30:14.644Z Compiling anstream v1.0.0
4612026-06-18T16:30:14.675Z Compiling bytecount v0.6.9
4622026-06-18T16:30:14.702Z Compiling unicode-width v0.1.14
4632026-06-18T16:30:14.719Z Compiling once_cell v1.21.3
4642026-06-18T16:30:14.739Z Compiling anyhow v1.0.102
4652026-06-18T16:30:14.757Z Compiling fastrand v2.3.0
4662026-06-18T16:30:14.760Z Compiling strsim v0.11.1
4672026-06-18T16:30:14.978Z Compiling semver v1.0.28
4682026-06-18T16:30:14.997Z Compiling heck v0.4.1
4692026-06-18T16:30:15.017Z Compiling clap_lex v1.0.0
4702026-06-18T16:30:15.036Z Compiling fnv v1.0.7
4712026-06-18T16:30:15.056Z Compiling tempfile v3.25.0
4722026-06-18T16:30:15.177Z Compiling papergrid v0.11.0
4732026-06-18T16:30:15.206Z Compiling clap_builder v4.6.0
4742026-06-18T16:30:15.248Z Compiling serde-untagged v0.1.9
4752026-06-18T16:30:15.252Z Compiling memmap v0.7.0
4762026-06-18T16:30:15.283Z Compiling unicode-linebreak v0.1.5
4772026-06-18T16:30:15.315Z Compiling smawk v0.3.2
4782026-06-18T16:30:15.340Z Compiling unicode-width v0.2.0
4792026-06-18T16:30:15.463Z Compiling camino-tempfile v1.4.1
4802026-06-18T16:30:15.484Z Compiling swrite v0.1.0
4812026-06-18T16:30:15.518Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4822026-06-18T16:30:15.604Z Compiling textwrap v0.16.2
4832026-06-18T16:30:15.865Z Compiling tabled_derive v0.7.0
4842026-06-18T16:30:16.608Z Compiling synstructure v0.13.2
4852026-06-18T16:30:16.608Z Compiling pest_generator v2.8.6
4862026-06-18T16:30:16.653Z Compiling tabled v0.15.0
4872026-06-18T16:30:17.168Z Compiling serde_derive v1.0.228
4882026-06-18T16:30:17.171Z Compiling zerofrom-derive v0.1.6
4892026-06-18T16:30:17.171Z Compiling yoke-derive v0.8.1
4902026-06-18T16:30:17.171Z Compiling zerovec-derive v0.11.2
4912026-06-18T16:30:17.171Z Compiling displaydoc v0.2.5
4922026-06-18T16:30:17.171Z Compiling thiserror-impl v1.0.69
4932026-06-18T16:30:17.186Z Compiling zerocopy-derive v0.7.35
4942026-06-18T16:30:17.201Z Compiling scroll_derive v0.12.1
4952026-06-18T16:30:17.204Z Compiling thiserror-impl v2.0.18
4962026-06-18T16:30:17.204Z Compiling clap_derive v4.6.1
4972026-06-18T16:30:17.251Z Compiling pest_derive v2.8.6
4982026-06-18T16:30:17.874Z Compiling scroll v0.12.0
4992026-06-18T16:30:18.103Z Compiling goblin v0.8.2
5002026-06-18T16:30:18.171Z Compiling zerocopy v0.7.35
5012026-06-18T16:30:18.189Z Compiling zerofrom v0.1.6
5022026-06-18T16:30:18.304Z Compiling yoke v0.8.1
5032026-06-18T16:30:18.376Z Compiling dtrace-parser v0.2.0
5042026-06-18T16:30:18.457Z Compiling zerovec v0.11.5
5052026-06-18T16:30:18.457Z Compiling zerotrie v0.2.3
5062026-06-18T16:30:18.652Z Compiling clap v4.6.1
5072026-06-18T16:30:18.880Z Compiling tinystr v0.8.2
5082026-06-18T16:30:18.880Z Compiling potential_utf v0.1.4
5092026-06-18T16:30:18.998Z Compiling icu_collections v2.1.1
5102026-06-18T16:30:19.045Z Compiling icu_locale_core v2.1.1
5112026-06-18T16:30:19.604Z Compiling icu_provider v2.1.1
5122026-06-18T16:30:19.808Z Compiling toml_datetime v0.6.11
5132026-06-18T16:30:19.808Z Compiling serde_spanned v0.6.9
5142026-06-18T16:30:19.808Z Compiling serde-value v0.7.0
5152026-06-18T16:30:19.811Z Compiling cargo-platform v0.2.0
5162026-06-18T16:30:19.811Z Compiling macaddr v1.0.1
5172026-06-18T16:30:19.827Z Compiling icu_properties v2.1.2
5182026-06-18T16:30:19.831Z Compiling icu_normalizer v2.1.1
5192026-06-18T16:30:19.842Z Compiling dof v0.3.0
5202026-06-18T16:30:19.847Z Compiling serde_tokenstream v0.2.3
5212026-06-18T16:30:19.983Z Compiling toml_edit v0.22.27
5222026-06-18T16:30:20.638Z Compiling usdt-attr-macro v0.5.0
5232026-06-18T16:30:20.638Z Compiling usdt-macro v0.5.0
5242026-06-18T16:30:20.730Z Compiling idna_adapter v1.2.1
5252026-06-18T16:30:20.841Z Compiling idna v1.1.0
5262026-06-18T16:30:21.106Z Compiling url v2.5.8
5272026-06-18T16:30:21.229Z Compiling usdt v0.5.0
5282026-06-18T16:30:21.283Z Compiling toml v0.8.23
5292026-06-18T16:30:21.619Z Compiling cargo-util-schemas v0.8.2
5302026-06-18T16:30:21.619Z Compiling cargo_toml v0.21.0
5312026-06-18T16:30:22.433Z Compiling cargo_metadata v0.21.0
5322026-06-18T16:30:23.354Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5332026-06-18T16:30:25.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.71s
5342026-06-18T16:30:25.709Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5352026-06-18T16:30:26.204Z Downloading crates ...
5362026-06-18T16:30:26.297Z Downloaded atomicwrites v0.4.4
5372026-06-18T16:30:26.301Z Downloaded adler2 v2.0.1
5382026-06-18T16:30:26.303Z Downloaded atomic-waker v1.1.2
5392026-06-18T16:30:26.306Z Downloaded async-trait v0.1.89
5402026-06-18T16:30:26.309Z Downloaded atty v0.2.14
5412026-06-18T16:30:26.312Z Downloaded array-init v0.0.4
5422026-06-18T16:30:26.325Z Downloaded aws-lc-rs v1.16.3
5432026-06-18T16:30:26.364Z Downloaded async-stream-impl v0.3.6
5442026-06-18T16:30:26.375Z Downloaded des v0.8.1
5452026-06-18T16:30:26.380Z Downloaded enum-as-inner v0.6.1
5462026-06-18T16:30:26.383Z Downloaded dtrace-parser v0.3.0
5472026-06-18T16:30:26.383Z Downloaded cipher v0.4.4
5482026-06-18T16:30:26.388Z Downloaded debug-ignore v1.0.5
5492026-06-18T16:30:26.391Z Downloaded cobs v0.3.0
5502026-06-18T16:30:26.391Z Downloaded embedded-io v0.4.0
5512026-06-18T16:30:26.395Z Downloaded endian-type v0.1.2
5522026-06-18T16:30:26.399Z Downloaded assert_matches v1.5.0
5532026-06-18T16:30:26.399Z Downloaded display-error-chain v0.2.2
5542026-06-18T16:30:26.399Z Downloaded diesel_table_macro_syntax v0.3.0
5552026-06-18T16:30:26.402Z Downloaded derive_builder_core v0.20.2
5562026-06-18T16:30:26.402Z Downloaded ascii-canvas v3.0.0
5572026-06-18T16:30:26.406Z Downloaded document-features v0.2.12
5582026-06-18T16:30:26.406Z Downloaded defmt v0.3.100
5592026-06-18T16:30:26.410Z Downloaded difflib v0.4.0
5602026-06-18T16:30:26.410Z Downloaded anstream v0.6.21
5612026-06-18T16:30:26.410Z Downloaded fd-lock v4.0.4
5622026-06-18T16:30:26.413Z Downloaded block-padding v0.3.3
5632026-06-18T16:30:26.417Z Downloaded ciborium-ll v0.2.2
5642026-06-18T16:30:26.419Z Downloaded env_filter v1.0.0
5652026-06-18T16:30:26.420Z Downloaded dirs-next v2.0.0
5662026-06-18T16:30:26.423Z Downloaded crunchy v0.2.4
5672026-06-18T16:30:26.423Z Downloaded convert_case v0.4.0
5682026-06-18T16:30:26.423Z Downloaded curve25519-dalek-derive v0.1.1
5692026-06-18T16:30:26.426Z Downloaded base16ct v0.2.0
5702026-06-18T16:30:26.426Z Downloaded dirs-sys-next v0.1.2
5712026-06-18T16:30:26.426Z Downloaded darling_macro v0.23.0
5722026-06-18T16:30:26.429Z Downloaded constant_time_eq v0.4.2
5732026-06-18T16:30:26.434Z Downloaded arrayvec v0.7.6
5742026-06-18T16:30:26.434Z Downloaded base64ct v1.8.3
5752026-06-18T16:30:26.464Z Downloaded float-ord v0.3.2
5762026-06-18T16:30:26.464Z Downloaded embedded-io v0.6.1
5772026-06-18T16:30:26.464Z Downloaded derive_builder_macro v0.20.2
5782026-06-18T16:30:26.464Z Downloaded anstyle-parse v0.2.7
5792026-06-18T16:30:26.464Z Downloaded arrayref v0.3.9
5802026-06-18T16:30:26.468Z Downloaded env_logger v0.11.9
5812026-06-18T16:30:26.468Z Downloaded erased-serde v0.3.31
5822026-06-18T16:30:26.468Z Downloaded dropshot-api-manager-types v0.7.2
5832026-06-18T16:30:26.468Z Downloaded defmt-macros v1.0.1
5842026-06-18T16:30:26.468Z Downloaded ctr v0.9.2
5852026-06-18T16:30:26.468Z Downloaded async-stream v0.3.6
5862026-06-18T16:30:26.468Z Downloaded darling_macro v0.13.4
5872026-06-18T16:30:26.468Z Downloaded dyn-clone v1.0.20
5882026-06-18T16:30:26.468Z Downloaded defmt-parser v1.0.0
5892026-06-18T16:30:26.468Z Downloaded darling_macro v0.20.11
5902026-06-18T16:30:26.468Z Downloaded cstr-argument v0.1.2
5912026-06-18T16:30:26.468Z Downloaded ciborium-io v0.2.2
5922026-06-18T16:30:26.468Z Downloaded bitfield-struct v0.6.2
5932026-06-18T16:30:26.468Z Downloaded bb8 v0.8.6
5942026-06-18T16:30:26.468Z Downloaded clang-sys v1.8.1
5952026-06-18T16:30:26.468Z Downloaded argon2 v0.5.3
5962026-06-18T16:30:26.468Z Downloaded fixedbitset v0.4.2
5972026-06-18T16:30:26.468Z Downloaded console v0.16.2
5982026-06-18T16:30:26.468Z Downloaded console v0.15.11
5992026-06-18T16:30:26.468Z Downloaded dof v0.4.0
6002026-06-18T16:30:26.468Z Downloaded dunce v1.0.5
6012026-06-18T16:30:26.468Z Downloaded darling_macro v0.21.3
6022026-06-18T16:30:26.468Z Downloaded flagset v0.4.7
6032026-06-18T16:30:26.468Z Downloaded crc8 v0.1.1
6042026-06-18T16:30:26.468Z Downloaded cargo-platform v0.3.2
6052026-06-18T16:30:26.468Z Downloaded bitfield-macros v0.19.4
6062026-06-18T16:30:26.468Z Downloaded downcast-rs v2.0.2
6072026-06-18T16:30:26.472Z Downloaded bit-set v0.8.0
6082026-06-18T16:30:26.472Z Downloaded bcrypt-pbkdf v0.10.0
6092026-06-18T16:30:26.475Z Downloaded cfg_aliases v0.2.1
6102026-06-18T16:30:26.478Z Downloaded compression-core v0.4.31
6112026-06-18T16:30:26.478Z Downloaded float-cmp v0.10.0
6122026-06-18T16:30:26.478Z Downloaded crucible-workspace-hack v0.1.0
6132026-06-18T16:30:26.484Z Downloaded bit-set v0.5.3
6142026-06-18T16:30:26.487Z Downloaded crc v3.4.0
6152026-06-18T16:30:26.487Z Downloaded foreign-types-shared v0.3.1
6162026-06-18T16:30:26.487Z Downloaded foreign-types-macros v0.2.3
6172026-06-18T16:30:26.487Z Downloaded filetime v0.2.27
6182026-06-18T16:30:26.487Z Downloaded ecdsa v0.16.9
6192026-06-18T16:30:26.491Z Downloaded either v1.15.0
6202026-06-18T16:30:26.491Z Downloaded diesel-dtrace v0.5.0
6212026-06-18T16:30:26.492Z Downloaded foreign-types-shared v0.1.1
6222026-06-18T16:30:26.497Z Downloaded foreign-types v0.5.0
6232026-06-18T16:30:26.497Z Downloaded foreign-types v0.3.2
6242026-06-18T16:30:26.498Z Downloaded blowfish v0.9.1
6252026-06-18T16:30:26.498Z Downloaded ff v0.13.1
6262026-06-18T16:30:26.501Z Downloaded csv-core v0.1.13
6272026-06-18T16:30:26.501Z Downloaded cbc v0.1.2
6282026-06-18T16:30:26.502Z Downloaded crossbeam-deque v0.8.6
6292026-06-18T16:30:26.502Z Downloaded crc-catalog v2.4.0
6302026-06-18T16:30:26.505Z Downloaded cpufeatures v0.3.0
6312026-06-18T16:30:26.505Z Downloaded async-bb8-diesel v0.2.1
6322026-06-18T16:30:26.505Z Downloaded fxhash v0.2.1
6332026-06-18T16:30:26.505Z Downloaded compression-codecs v0.4.37
6342026-06-18T16:30:26.508Z Downloaded git-stub v1.0.0
6352026-06-18T16:30:26.511Z Downloaded gethostname v0.5.0
6362026-06-18T16:30:26.511Z Downloaded const_format_proc_macros v0.2.34
6372026-06-18T16:30:26.511Z Downloaded globwalk v0.9.1
6382026-06-18T16:30:26.515Z Downloaded defmt v1.0.1
6392026-06-18T16:30:26.515Z Downloaded chacha20 v0.9.1
6402026-06-18T16:30:26.518Z Downloaded aead v0.5.2
6412026-06-18T16:30:26.518Z Downloaded dsl_auto_type v0.2.0
6422026-06-18T16:30:26.519Z Downloaded cexpr v0.6.0
6432026-06-18T16:30:26.522Z Downloaded fixedbitset v0.5.7
6442026-06-18T16:30:26.522Z Downloaded futures-macro v0.3.32
6452026-06-18T16:30:26.522Z Downloaded futures-io v0.3.32
6462026-06-18T16:30:26.522Z Downloaded funty v2.0.0
6472026-06-18T16:30:26.525Z Downloaded cfg_aliases v0.1.1
6482026-06-18T16:30:26.525Z Downloaded castaway v0.2.4
6492026-06-18T16:30:26.525Z Downloaded ghash v0.5.1
6502026-06-18T16:30:26.525Z Downloaded find-msvc-tools v0.1.9
6512026-06-18T16:30:26.529Z Downloaded data-encoding v2.10.0
6522026-06-18T16:30:26.529Z Downloaded const-oid v0.9.6
6532026-06-18T16:30:26.534Z Downloaded backon v1.6.0
6542026-06-18T16:30:26.534Z Downloaded daft v0.1.7
6552026-06-18T16:30:26.534Z Downloaded futures-task v0.3.32
6562026-06-18T16:30:26.534Z Downloaded futures-core v0.3.32
6572026-06-18T16:30:26.537Z Downloaded ed25519 v2.2.3
6582026-06-18T16:30:26.542Z Downloaded camino-tempfile-ext v0.3.3
6592026-06-18T16:30:26.545Z Downloaded byte-wrapper v0.1.0
6602026-06-18T16:30:26.548Z Downloaded backoff v0.4.0
6612026-06-18T16:30:26.548Z Downloaded convert_case v0.10.0
6622026-06-18T16:30:26.548Z Downloaded bcs v0.1.6
6632026-06-18T16:30:26.552Z Downloaded bit-vec v0.8.0
6642026-06-18T16:30:26.552Z Downloaded hash32 v0.3.1
6652026-06-18T16:30:26.556Z Downloaded bitflags v1.3.2
6662026-06-18T16:30:26.556Z Downloaded headers-core v0.3.0
6672026-06-18T16:30:26.556Z Downloaded fs_extra v1.3.0
6682026-06-18T16:30:26.560Z Downloaded fallible-iterator v0.2.0
6692026-06-18T16:30:26.560Z Downloaded derive_builder v0.20.2
6702026-06-18T16:30:26.562Z Downloaded der_derive v0.7.3
6712026-06-18T16:30:26.563Z Downloaded crossbeam-utils v0.8.21
6722026-06-18T16:30:26.566Z Downloaded derive_more v0.99.20
6732026-06-18T16:30:26.568Z Downloaded foldhash v0.1.5
6742026-06-18T16:30:26.568Z Downloaded hex v0.4.3
6752026-06-18T16:30:26.569Z Downloaded bitfield v0.19.4
6762026-06-18T16:30:26.572Z Downloaded hex-literal v0.4.1
6772026-06-18T16:30:26.572Z Downloaded bzip2 v0.4.4
6782026-06-18T16:30:26.572Z Downloaded hostname v0.4.2
6792026-06-18T16:30:26.575Z Downloaded httpdate v1.0.3
6802026-06-18T16:30:26.575Z Downloaded http-range v0.1.5
6812026-06-18T16:30:26.575Z Downloaded hostname v0.3.1
6822026-06-18T16:30:26.575Z Downloaded home v0.5.12
6832026-06-18T16:30:26.578Z Downloaded futures-sink v0.3.32
6842026-06-18T16:30:26.579Z Downloaded fs-err v2.11.0
6852026-06-18T16:30:26.579Z Downloaded hubpack_derive v0.1.1
6862026-06-18T16:30:26.579Z Downloaded chacha20 v0.10.0
6872026-06-18T16:30:26.581Z Downloaded ahash v0.8.12
6882026-06-18T16:30:26.582Z Downloaded colored v3.1.1
6892026-06-18T16:30:26.584Z Downloaded ciborium v0.2.2
6902026-06-18T16:30:26.587Z Downloaded illumos-nvpair v0.3.0
6912026-06-18T16:30:26.587Z Downloaded cancel-safe-futures v0.1.5
6922026-06-18T16:30:26.587Z Downloaded is_ci v1.2.0
6932026-06-18T16:30:26.591Z Downloaded is-terminal v0.4.17
6942026-06-18T16:30:26.591Z Downloaded ident_case v1.0.1
6952026-06-18T16:30:26.591Z Downloaded hyper-tls v0.6.0
6962026-06-18T16:30:26.594Z Downloaded futures-executor v0.3.32
6972026-06-18T16:30:26.594Z Downloaded derive-ex v0.1.8
6982026-06-18T16:30:26.594Z Downloaded http-body v1.0.1
6992026-06-18T16:30:26.594Z Downloaded darling v0.13.4
7002026-06-18T16:30:26.597Z Downloaded crc32fast v1.5.0
7012026-06-18T16:30:26.597Z Downloaded diff v0.1.13
7022026-06-18T16:30:26.600Z Downloaded indoc v1.0.9
7032026-06-18T16:30:26.600Z Downloaded darling v0.21.3
7042026-06-18T16:30:26.603Z Downloaded indent_write v2.2.0
7052026-06-18T16:30:26.606Z Downloaded darling v0.23.0
7062026-06-18T16:30:26.609Z Downloaded instant v0.1.13
7072026-06-18T16:30:26.609Z Downloaded blake2 v0.10.6
7082026-06-18T16:30:26.612Z Downloaded ena v0.14.4
7092026-06-18T16:30:26.612Z Downloaded darling v0.20.11
7102026-06-18T16:30:26.615Z Downloaded globset v0.4.18
7112026-06-18T16:30:26.615Z Downloaded glob v0.3.3
7122026-06-18T16:30:26.618Z Downloaded internet-checksum v0.2.1
7132026-06-18T16:30:26.618Z Downloaded keccak v0.1.6
7142026-06-18T16:30:26.618Z Downloaded instability v0.3.11
7152026-06-18T16:30:26.618Z Downloaded cmake v0.1.57
7162026-06-18T16:30:26.621Z Downloaded buf-list v1.1.2
7172026-06-18T16:30:26.621Z Downloaded group v0.13.0
7182026-06-18T16:30:26.624Z Downloaded futures-channel v0.3.32
7192026-06-18T16:30:26.624Z Downloaded foldhash v0.2.0
7202026-06-18T16:30:26.627Z Downloaded git-stub-vcs v0.1.0
7212026-06-18T16:30:26.627Z Downloaded cookie v0.18.1
7222026-06-18T16:30:26.629Z Downloaded elliptic-curve v0.13.8
7232026-06-18T16:30:26.630Z Downloaded derive-where v1.6.0
7242026-06-18T16:30:26.633Z Downloaded bzip2 v0.6.1
7252026-06-18T16:30:26.636Z Downloaded illumos-nvpair-sys v0.2.0
7262026-06-18T16:30:26.636Z Downloaded daft-derive v0.1.7
7272026-06-18T16:30:26.639Z Downloaded lalrpop-util v0.19.12
7282026-06-18T16:30:26.639Z Downloaded critical-section v1.2.0
7292026-06-18T16:30:26.639Z Downloaded lazy_static v1.5.0
7302026-06-18T16:30:26.642Z Downloaded kstat-rs v0.2.4
7312026-06-18T16:30:26.642Z Downloaded linked-hash-map v0.5.6
7322026-06-18T16:30:26.642Z Downloaded deranged v0.5.8
7332026-06-18T16:30:26.645Z Downloaded crossbeam-epoch v0.9.18
7342026-06-18T16:30:26.645Z Downloaded cassowary v0.3.0
7352026-06-18T16:30:26.645Z Downloaded highway v1.3.0
7362026-06-18T16:30:26.648Z Downloaded bit-vec v0.6.3
7372026-06-18T16:30:26.648Z Downloaded humantime v2.3.0
7382026-06-18T16:30:26.651Z Downloaded allocator-api2 v0.2.21
7392026-06-18T16:30:26.651Z Downloaded http-body-util v0.1.3
7402026-06-18T16:30:26.654Z Downloaded hubpack v0.1.2
7412026-06-18T16:30:26.654Z Downloaded ingot-types v0.1.2
7422026-06-18T16:30:26.654Z Downloaded hyper-staticfile v0.10.1
7432026-06-18T16:30:26.656Z Downloaded lru-cache v0.1.2
7442026-06-18T16:30:26.656Z Downloaded libscf-sys v1.1.0
7452026-06-18T16:30:26.656Z Downloaded cookie_store v0.22.1
7462026-06-18T16:30:26.659Z Downloaded mime v0.3.17
7472026-06-18T16:30:26.659Z Downloaded async-recursion v1.1.1
7482026-06-18T16:30:26.662Z Downloaded hash32 v0.2.1
7492026-06-18T16:30:26.662Z Downloaded half v1.8.3
7502026-06-18T16:30:26.665Z Downloaded getrandom v0.2.17
7512026-06-18T16:30:26.665Z Downloaded indoc v2.0.7
7522026-06-18T16:30:26.668Z Downloaded corncobs v0.1.4
7532026-06-18T16:30:26.668Z Downloaded lru-slab v0.1.2
7542026-06-18T16:30:26.671Z Downloaded maybe-uninit v2.0.0
7552026-06-18T16:30:26.671Z Downloaded md-5 v0.10.6
7562026-06-18T16:30:26.671Z Downloaded match_cfg v0.1.0
7572026-06-18T16:30:26.673Z Downloaded lzss v0.8.2
7582026-06-18T16:30:26.673Z Downloaded maplit v1.0.2
7592026-06-18T16:30:26.673Z Downloaded managed v0.8.0
7602026-06-18T16:30:26.676Z Downloaded crc-any v2.5.0
7612026-06-18T16:30:26.676Z Downloaded md5 v0.7.0
7622026-06-18T16:30:26.676Z Downloaded fatfs v0.3.6
7632026-06-18T16:30:26.679Z Downloaded drift v0.2.0
7642026-06-18T16:30:26.684Z Downloaded multimap v0.10.1
7652026-06-18T16:30:26.688Z Downloaded memoffset v0.9.1
7662026-06-18T16:30:26.688Z Downloaded darling_core v0.21.3
7672026-06-18T16:30:26.691Z Downloaded newtype-uuid-macros v0.1.0
7682026-06-18T16:30:26.692Z Downloaded nonempty v0.12.0
7692026-06-18T16:30:26.692Z Downloaded dropshot_endpoint v0.17.0
7702026-06-18T16:30:26.694Z Downloaded newtype_derive v0.1.6
7712026-06-18T16:30:26.694Z Downloaded jobserver v0.1.34
7722026-06-18T16:30:26.697Z Downloaded newline-converter v0.3.0
7732026-06-18T16:30:26.697Z Downloaded new_debug_unreachable v1.0.6
7742026-06-18T16:30:26.698Z Downloaded nodrop v0.1.14
7752026-06-18T16:30:26.701Z Downloaded nibble_vec v0.1.0
7762026-06-18T16:30:26.701Z Downloaded chacha20poly1305 v0.10.1
7772026-06-18T16:30:26.701Z Downloaded futures v0.3.32
7782026-06-18T16:30:26.704Z Downloaded crossterm v0.29.0
7792026-06-18T16:30:26.707Z Downloaded cargo_metadata v0.23.1
7802026-06-18T16:30:26.709Z Downloaded arc-swap v1.8.2
7812026-06-18T16:30:26.712Z Downloaded ipnetwork v0.21.1
7822026-06-18T16:30:26.712Z Downloaded httparse v1.10.1
7832026-06-18T16:30:26.715Z Downloaded num-derive v0.4.2
7842026-06-18T16:30:26.715Z Downloaded num v0.4.3
7852026-06-18T16:30:26.715Z Downloaded normalize-line-endings v0.3.0
7862026-06-18T16:30:26.718Z Downloaded libloading v0.8.9
7872026-06-18T16:30:26.718Z Downloaded num-iter v0.1.45
7882026-06-18T16:30:26.718Z Downloaded num-derive v0.3.3
7892026-06-18T16:30:26.721Z Downloaded num-conv v0.2.0
7902026-06-18T16:30:26.721Z Downloaded linear-map v1.2.0
7912026-06-18T16:30:26.721Z Downloaded hmac v0.12.1
7922026-06-18T16:30:26.724Z Downloaded getrandom v0.3.4
7932026-06-18T16:30:26.727Z Downloaded libsw-core v0.3.2
7942026-06-18T16:30:26.727Z Downloaded hyper-rustls v0.27.7
7952026-06-18T16:30:26.730Z Downloaded mime_guess v2.0.5
7962026-06-18T16:30:26.730Z Downloaded lru v0.12.5
7972026-06-18T16:30:26.730Z Downloaded opaque-debug v0.3.1
7982026-06-18T16:30:26.733Z Downloaded ingot v0.1.1
7992026-06-18T16:30:26.733Z Downloaded openssl-macros v0.1.1
8002026-06-18T16:30:26.733Z Downloaded num_threads v0.1.7
8012026-06-18T16:30:26.733Z Downloaded oso-derive v0.27.3
8022026-06-18T16:30:26.736Z Downloaded ar_archive_writer v0.5.1
8032026-06-18T16:30:26.736Z Downloaded openssl-probe v0.2.1
8042026-06-18T16:30:26.739Z Downloaded openssl-probe v0.1.6
8052026-06-18T16:30:26.739Z Downloaded olpc-cjson v0.1.4
8062026-06-18T16:30:26.739Z Downloaded base64 v0.22.1
8072026-06-18T16:30:26.742Z Downloaded iana-time-zone v0.1.65
8082026-06-18T16:30:26.742Z Downloaded lock_api v0.4.14
8092026-06-18T16:30:26.745Z Downloaded ingot-macros v0.1.1
8102026-06-18T16:30:26.745Z Downloaded darling_core v0.13.4
8112026-06-18T16:30:26.748Z Downloaded libefi-sys v0.1.0
8122026-06-18T16:30:26.748Z Downloaded ipnet v2.11.0
8132026-06-18T16:30:26.751Z Downloaded inout v0.1.4
8142026-06-18T16:30:26.751Z Downloaded impl-trait-for-tuples v0.2.3
8152026-06-18T16:30:26.754Z Downloaded colored v2.2.0
8162026-06-18T16:30:26.754Z Downloaded compact_str v0.8.1
8172026-06-18T16:30:26.757Z Downloaded darling_core v0.20.11
8182026-06-18T16:30:26.759Z Downloaded nanorand v0.7.0
8192026-06-18T16:30:26.762Z Downloaded multer v3.1.0
8202026-06-18T16:30:26.762Z Downloaded newtype-uuid v1.3.2
8212026-06-18T16:30:26.762Z Downloaded native-tls v0.2.18
8222026-06-18T16:30:26.765Z Downloaded pbkdf2 v0.11.0
8232026-06-18T16:30:26.765Z Downloaded peg-runtime v0.8.5
8242026-06-18T16:30:26.768Z Downloaded packed_struct_codegen v0.10.1
8252026-06-18T16:30:26.771Z Downloaded crossbeam-channel v0.5.15
8262026-06-18T16:30:26.774Z Downloaded const_format v0.2.35
8272026-06-18T16:30:26.789Z Downloaded phf_shared v0.12.1
8282026-06-18T16:30:26.792Z Downloaded phf_shared v0.13.1
8292026-06-18T16:30:26.792Z Downloaded phf_shared v0.11.3
8302026-06-18T16:30:26.792Z Downloaded pbkdf2 v0.12.2
8312026-06-18T16:30:26.795Z Downloaded async-compression v0.4.41
8322026-06-18T16:30:26.798Z Downloaded libsw v3.5.0
8332026-06-18T16:30:26.801Z Downloaded num_enum_derive v0.5.11
8342026-06-18T16:30:26.801Z Downloaded num-integer v0.1.46
8352026-06-18T16:30:26.801Z Downloaded num-rational v0.4.2
8362026-06-18T16:30:26.804Z Downloaded base64 v0.21.7
8372026-06-18T16:30:26.804Z Downloaded path-slash v0.1.5
8382026-06-18T16:30:26.807Z Downloaded powerfmt v0.2.0
8392026-06-18T16:30:26.807Z Downloaded pin-utils v0.1.0
8402026-06-18T16:30:26.807Z Downloaded parse-size v1.1.0
8412026-06-18T16:30:26.807Z Downloaded predicates-core v1.0.10
8422026-06-18T16:30:26.810Z Downloaded parse-display v0.10.0
8432026-06-18T16:30:26.810Z Downloaded num-complex v0.4.6
8442026-06-18T16:30:26.810Z Downloaded bytes v1.11.1
8452026-06-18T16:30:26.813Z Downloaded oxide-tokio-rt v0.1.4
8462026-06-18T16:30:26.816Z Downloaded precomputed-hash v0.1.1
8472026-06-18T16:30:26.816Z Downloaded num_enum_derive v0.7.6
8482026-06-18T16:30:26.818Z Downloaded darling_core v0.23.0
8492026-06-18T16:30:26.821Z Downloaded oxnet v0.1.6
8502026-06-18T16:30:26.821Z Downloaded owo-colors v4.3.0
8512026-06-18T16:30:26.824Z Downloaded proc-macro-crate v1.3.1
8522026-06-18T16:30:26.824Z Downloaded predicates-tree v1.0.13
8532026-06-18T16:30:26.827Z Downloaded crypto-bigint v0.5.5
8542026-06-18T16:30:26.830Z Downloaded indexmap v1.9.3
8552026-06-18T16:30:26.833Z Downloaded proc-macro-crate v3.4.0
8562026-06-18T16:30:26.833Z Downloaded flate2 v1.1.9
8572026-06-18T16:30:26.835Z Downloaded ed25519-dalek v2.2.0
8582026-06-18T16:30:26.838Z Downloaded proc-macro-error-attr2 v2.0.0
8592026-06-18T16:30:26.838Z Downloaded psl-types v2.0.11
8602026-06-18T16:30:26.841Z Downloaded progenitor-macro v0.13.0
8612026-06-18T16:30:26.841Z Downloaded paste v1.0.15
8622026-06-18T16:30:26.844Z Downloaded parse-display-derive v0.10.0
8632026-06-18T16:30:26.844Z Downloaded flume v0.11.1
8642026-06-18T16:30:26.847Z Downloaded headers v0.4.1
8652026-06-18T16:30:26.850Z Downloaded diesel_derives v2.3.7
8662026-06-18T16:30:26.853Z Downloaded progenitor-macro v0.14.0
8672026-06-18T16:30:26.853Z Downloaded progenitor-client v0.14.0
8682026-06-18T16:30:26.856Z Downloaded phf v0.13.1
8692026-06-18T16:30:26.856Z Downloaded peg-macros v0.8.5
8702026-06-18T16:30:26.856Z Downloaded password-hash v0.5.0
8712026-06-18T16:30:26.859Z Downloaded packed_struct v0.10.1
8722026-06-18T16:30:26.859Z Downloaded derive_more v2.1.1
8732026-06-18T16:30:26.865Z Downloaded rand_chacha v0.3.1
8742026-06-18T16:30:26.867Z Downloaded heapless v0.7.17
8752026-06-18T16:30:26.870Z Downloaded pin-project-lite v0.2.17
8762026-06-18T16:30:26.873Z Downloaded libbz2-rs-sys v0.2.2
8772026-06-18T16:30:26.873Z Downloaded pem v3.0.6
8782026-06-18T16:30:26.876Z Downloaded peg v0.8.5
8792026-06-18T16:30:26.876Z Downloaded rand_xorshift v0.4.0
8802026-06-18T16:30:26.879Z Downloaded poly1305 v0.8.0
8812026-06-18T16:30:26.879Z Downloaded ppv-lite86 v0.2.21
8822026-06-18T16:30:26.884Z Downloaded pin-project-internal v1.1.11
8832026-06-18T16:30:26.884Z Downloaded pkg-config v0.3.32
8842026-06-18T16:30:26.884Z Downloaded pem-rfc7468 v0.7.0
8852026-06-18T16:30:26.887Z Downloaded memmap2 v0.9.10
8862026-06-18T16:30:26.887Z Downloaded password-hash v0.4.2
8872026-06-18T16:30:26.887Z Downloaded bumpalo v3.20.2
8882026-06-18T16:30:26.890Z Downloaded polyval v0.6.2
8892026-06-18T16:30:26.890Z Downloaded omicron-zone-package v0.12.2
8902026-06-18T16:30:26.893Z Downloaded recursive-proc-macro-impl v0.1.1
8912026-06-18T16:30:26.893Z Downloaded recursive v0.1.1
8922026-06-18T16:30:26.893Z Downloaded parking_lot v0.11.2
8932026-06-18T16:30:26.896Z Downloaded postgres-protocol v0.6.10
8942026-06-18T16:30:26.896Z Downloaded litrs v1.0.0
8952026-06-18T16:30:26.899Z Downloaded num_enum v0.5.11
8962026-06-18T16:30:26.902Z Downloaded indicatif v0.18.4
8972026-06-18T16:30:26.905Z Downloaded expectorate v1.2.0
8982026-06-18T16:30:26.907Z Downloaded progenitor-client v0.13.0
8992026-06-18T16:30:26.907Z Downloaded ref-cast-impl v1.0.25
9002026-06-18T16:30:26.907Z Downloaded ref-cast v1.0.25
9012026-06-18T16:30:26.910Z Downloaded half v2.7.1
9022026-06-18T16:30:26.910Z Downloaded proc-macro-error2 v2.0.1
9032026-06-18T16:30:26.915Z Downloaded rfc6979 v0.4.0
9042026-06-18T16:30:26.915Z Downloaded primeorder v0.13.6
9052026-06-18T16:30:26.918Z Downloaded predicates v3.1.4
9062026-06-18T16:30:26.918Z Downloaded nu-ansi-term v0.50.3
9072026-06-18T16:30:26.918Z Downloaded ignore v0.4.25
9082026-06-18T16:30:26.920Z Downloaded cc v1.2.56
9092026-06-18T16:30:26.923Z Downloaded rtoolbox v0.0.3
9102026-06-18T16:30:26.923Z Downloaded parking_lot_core v0.9.12
9112026-06-18T16:30:26.927Z Downloaded quick-error v1.2.3
9122026-06-18T16:30:26.927Z Downloaded parking_lot_core v0.8.6
9132026-06-18T16:30:26.927Z Downloaded progenitor-extras v0.2.0
9142026-06-18T16:30:26.931Z Downloaded parking_lot v0.12.5
9152026-06-18T16:30:26.931Z Downloaded radium v0.7.0
9162026-06-18T16:30:26.931Z Downloaded phf v0.12.1
9172026-06-18T16:30:26.931Z Downloaded der v0.7.10
9182026-06-18T16:30:26.933Z Downloaded rustc_version v0.4.1
9192026-06-18T16:30:26.937Z Downloaded rustc_version v0.1.7
9202026-06-18T16:30:26.937Z Downloaded r2d2 v0.8.10
9212026-06-18T16:30:26.937Z Downloaded psm v0.1.30
9222026-06-18T16:30:26.940Z Downloaded num_enum v0.7.6
9232026-06-18T16:30:26.945Z Downloaded rand_core v0.6.4
9242026-06-18T16:30:26.948Z Downloaded rustc-hash v2.1.1
9252026-06-18T16:30:26.952Z Downloaded rand_core v0.9.5
9262026-06-18T16:30:26.952Z Downloaded pkcs8 v0.10.2
9272026-06-18T16:30:26.958Z Downloaded heapless v0.8.0
9282026-06-18T16:30:26.962Z Downloaded rand_seeder v0.4.0
9292026-06-18T16:30:26.965Z Downloaded rand_core v0.10.0
9302026-06-18T16:30:26.965Z Downloaded postgres-types v0.2.12
9312026-06-18T16:30:26.968Z Downloaded pkcs5 v0.7.1
9322026-06-18T16:30:26.971Z Downloaded same-file v1.0.6
9332026-06-18T16:30:26.971Z Downloaded salsa20 v0.10.2
9342026-06-18T16:30:26.971Z Downloaded aes-gcm v0.10.3
9352026-06-18T16:30:26.974Z Downloaded postcard v1.1.3
9362026-06-18T16:30:26.977Z Downloaded oso v0.27.3
9372026-06-18T16:30:26.977Z Downloaded miniz_oxide v0.8.9
9382026-06-18T16:30:26.980Z Downloaded derive_more-impl v2.1.1
9392026-06-18T16:30:26.983Z Downloaded scheduled-thread-pool v0.2.7
9402026-06-18T16:30:26.983Z Downloaded sapling-renderdag v0.1.0
9412026-06-18T16:30:26.987Z Downloaded progenitor v0.13.0
9422026-06-18T16:30:26.990Z Downloaded progenitor v0.14.0
9432026-06-18T16:30:26.993Z Downloaded secrecy v0.10.3
9442026-06-18T16:30:26.993Z Downloaded secrecy v0.8.0
9452026-06-18T16:30:26.993Z Downloaded resolv-conf v0.7.6
9462026-06-18T16:30:26.996Z Downloaded scroll_derive v0.13.1
9472026-06-18T16:30:26.996Z Downloaded scrypt v0.11.0
9482026-06-18T16:30:26.999Z Downloaded semver v0.1.20
9492026-06-18T16:30:27.002Z Downloaded serde_bytes v0.11.19
9502026-06-18T16:30:27.002Z Downloaded seq-macro v0.3.6
9512026-06-18T16:30:27.005Z Downloaded hickory-server v0.25.2
9522026-06-18T16:30:27.007Z Downloaded russh-cryptovec v0.7.3
9532026-06-18T16:30:27.007Z Downloaded rand_chacha v0.9.0
9542026-06-18T16:30:27.007Z Downloaded hashbrown v0.13.2
9552026-06-18T16:30:27.010Z Downloaded serde_plain v1.0.2
9562026-06-18T16:30:27.010Z Downloaded serde_urlencoded v0.7.1
9572026-06-18T16:30:27.013Z Downloaded serde_spanned v1.0.4
9582026-06-18T16:30:27.014Z Downloaded jiff-static v0.2.21
9592026-06-18T16:30:27.014Z Downloaded quinn-udp v0.5.14
9602026-06-18T16:30:27.017Z Downloaded serde-big-array v0.5.1
9612026-06-18T16:30:27.017Z Downloaded hashbrown v0.12.3
9622026-06-18T16:30:27.020Z Downloaded rustls-native-certs v0.8.3
9632026-06-18T16:30:27.020Z Downloaded serde_repr v0.1.20
9642026-06-18T16:30:27.028Z Downloaded hickory-resolver v0.25.2
9652026-06-18T16:30:27.030Z Downloaded pin-project v1.1.11
9662026-06-18T16:30:27.031Z Downloaded rustls-pemfile v2.2.0
9672026-06-18T16:30:27.033Z Downloaded sha1 v0.10.6
9682026-06-18T16:30:27.036Z Downloaded signature v2.2.0
9692026-06-18T16:30:27.036Z Downloaded shell-words v1.1.1
9702026-06-18T16:30:27.039Z Downloaded signal-hook-mio v0.2.5
9712026-06-18T16:30:27.039Z Downloaded sigpipe v0.1.3
9722026-06-18T16:30:27.039Z Downloaded signal-hook-tokio v0.3.1
9732026-06-18T16:30:27.042Z Downloaded rusty-fork v0.3.1
9742026-06-18T16:30:27.045Z Downloaded rustversion v1.0.22
9752026-06-18T16:30:27.045Z Downloaded pkcs1 v0.7.5
9762026-06-18T16:30:27.048Z Downloaded rustls-pemfile v1.0.4
9772026-06-18T16:30:27.048Z Downloaded siphasher v1.0.2
9782026-06-18T16:30:27.052Z Downloaded slog-envlogger v2.2.0
9792026-06-18T16:30:27.063Z Downloaded slog-bunyan v2.5.0
9802026-06-18T16:30:27.067Z Downloaded p256 v0.13.2
9812026-06-18T16:30:27.070Z Downloaded crossterm v0.28.1
9822026-06-18T16:30:27.074Z Downloaded scopeguard v1.2.0
9832026-06-18T16:30:27.078Z Downloaded hickory-resolver v0.24.4
9842026-06-18T16:30:27.081Z Downloaded progenitor-impl v0.13.0
9852026-06-18T16:30:27.084Z Downloaded sec1 v0.7.3
9862026-06-18T16:30:27.084Z Downloaded scroll v0.13.0
9872026-06-18T16:30:27.090Z Downloaded http v1.4.0
9882026-06-18T16:30:27.095Z Downloaded sct v0.7.1
9892026-06-18T16:30:27.098Z Downloaded sqlparser_derive v0.5.0
9902026-06-18T16:30:27.101Z Downloaded serde_derive_internals v0.29.1
9912026-06-18T16:30:27.104Z Downloaded serde_path_to_error v0.1.20
9922026-06-18T16:30:27.104Z Downloaded serde-hex v0.1.0
9932026-06-18T16:30:27.107Z Downloaded rustls-pki-types v1.14.0
9942026-06-18T16:30:27.111Z Downloaded ssh-encoding v0.2.0
9952026-06-18T16:30:27.114Z Downloaded strum v0.27.2
9962026-06-18T16:30:27.117Z Downloaded structmeta v0.3.0
9972026-06-18T16:30:27.117Z Downloaded strsim v0.10.0
9982026-06-18T16:30:27.120Z Downloaded strum v0.26.3
9992026-06-18T16:30:27.120Z Downloaded ssh-cipher v0.2.0
10002026-06-18T16:30:27.123Z Downloaded serde_with_macros v1.5.2
10012026-06-18T16:30:27.123Z Downloaded structmeta-derive v0.3.0
10022026-06-18T16:30:27.123Z Downloaded slog-async v2.8.0
10032026-06-18T16:30:27.125Z Downloaded signal-hook-registry v1.4.8
10042026-06-18T16:30:27.126Z Downloaded shlex v1.3.0
10052026-06-18T16:30:27.126Z Downloaded hyper-util v0.1.20
10062026-06-18T16:30:27.129Z Downloaded strip-ansi-escapes v0.2.1
10072026-06-18T16:30:27.131Z Downloaded schemars_derive v0.8.22
10082026-06-18T16:30:27.134Z Downloaded papergrid v0.17.0
10092026-06-18T16:30:27.137Z Downloaded subtle v2.6.1
10102026-06-18T16:30:27.140Z Downloaded tabled_derive v0.11.0
10112026-06-18T16:30:27.140Z Downloaded sync-ptr v0.1.4
10122026-06-18T16:30:27.140Z Downloaded supports-color v3.0.2
10132026-06-18T16:30:27.143Z Downloaded rcgen v0.12.1
10142026-06-18T16:30:27.143Z Downloaded sync_wrapper v1.0.2
10152026-06-18T16:30:27.146Z Downloaded slog-scope v4.4.1
10162026-06-18T16:30:27.146Z Downloaded slog-json v2.6.1
10172026-06-18T16:30:27.146Z Downloaded slab v0.4.12
10182026-06-18T16:30:27.148Z Downloaded tagptr v0.2.0
10192026-06-18T16:30:27.148Z Downloaded minimal-lexical v0.2.1
10202026-06-18T16:30:27.151Z Downloaded smallvec v0.6.14
10212026-06-18T16:30:27.154Z Downloaded prettyplease v0.2.37
10222026-06-18T16:30:27.154Z Downloaded dropshot-api-manager v0.7.2
10232026-06-18T16:30:27.157Z Downloaded smf v0.2.3
10242026-06-18T16:30:27.160Z Downloaded tap v1.0.1
10252026-06-18T16:30:27.160Z Downloaded take_mut v0.2.2
10262026-06-18T16:30:27.160Z Downloaded slog-dtrace v0.3.0
10272026-06-18T16:30:27.162Z Downloaded slog-term v2.9.2
10282026-06-18T16:30:27.162Z Downloaded num-bigint v0.4.6
10292026-06-18T16:30:27.165Z Downloaded testing_table v0.3.0
10302026-06-18T16:30:27.168Z Downloaded slog-stdlog v4.1.1
10312026-06-18T16:30:27.168Z Downloaded progenitor-impl v0.14.0
10322026-06-18T16:30:27.168Z Downloaded russh-keys v0.45.0
10332026-06-18T16:30:27.171Z Downloaded termtree v0.5.1
10342026-06-18T16:30:27.171Z Downloaded ron v0.8.1
10352026-06-18T16:30:27.174Z Downloaded thread-id v5.1.0
10362026-06-18T16:30:27.176Z Downloaded mio v1.2.0
10372026-06-18T16:30:27.182Z Downloaded serde_cbor v0.11.2
10382026-06-18T16:30:27.186Z Downloaded spki v0.7.3
10392026-06-18T16:30:27.186Z Downloaded thiserror-impl-no-std v2.0.2
10402026-06-18T16:30:27.186Z Downloaded time-core v0.1.8
10412026-06-18T16:30:27.189Z Downloaded serde_with_macros v3.17.0
10422026-06-18T16:30:27.189Z Downloaded openssl-sys v0.9.115
10432026-06-18T16:30:27.192Z Downloaded aes v0.8.4
10442026-06-18T16:30:27.195Z Downloaded ryu v1.0.23
10452026-06-18T16:30:27.200Z Downloaded rustls-platform-verifier v0.6.2
10462026-06-18T16:30:27.203Z Downloaded tinyvec_macros v0.1.1
10472026-06-18T16:30:27.203Z Downloaded stringprep v0.1.5
10482026-06-18T16:30:27.203Z Downloaded strum_macros v0.26.4
10492026-06-18T16:30:27.204Z Downloaded strum_macros v0.24.3
10502026-06-18T16:30:27.207Z Downloaded stacker v0.1.23
10512026-06-18T16:30:27.210Z Downloaded simd-adler32 v0.3.8
10522026-06-18T16:30:27.210Z Downloaded strum_macros v0.27.2
10532026-06-18T16:30:27.213Z Downloaded tokio-macros v2.7.0
10542026-06-18T16:30:27.213Z Downloaded rayon-core v1.13.0
10552026-06-18T16:30:27.216Z Downloaded schemars v0.8.22
10562026-06-18T16:30:27.223Z Downloaded itertools v0.10.5
10572026-06-18T16:30:27.227Z Downloaded prefix-trie v0.7.0
10582026-06-18T16:30:27.230Z Downloaded tabwriter v1.4.1
10592026-06-18T16:30:27.233Z Downloaded hashbrown v0.16.1
10602026-06-18T16:30:27.236Z Downloaded publicsuffix v2.3.0
10612026-06-18T16:30:27.236Z Downloaded topological-sort v0.2.2
10622026-06-18T16:30:27.239Z Downloaded quinn v0.11.9
10632026-06-18T16:30:27.242Z Downloaded thiserror-no-std v2.0.2
10642026-06-18T16:30:27.245Z Downloaded thread_local v1.1.9
10652026-06-18T16:30:27.248Z Downloaded qorb v0.4.1
10662026-06-18T16:30:27.250Z Downloaded time-macros v0.2.27
10672026-06-18T16:30:27.250Z Downloaded tower-service v0.3.3
10682026-06-18T16:30:27.253Z Downloaded try-lock v0.2.5
10692026-06-18T16:30:27.253Z Downloaded tower-layer v0.3.3
10702026-06-18T16:30:27.253Z Downloaded snafu-derive v0.8.9
10712026-06-18T16:30:27.253Z Downloaded termios v0.3.3
10722026-06-18T16:30:27.257Z Downloaded spin v0.9.8
10732026-06-18T16:30:27.261Z Downloaded serde_yaml v0.9.34+deprecated
10742026-06-18T16:30:27.261Z Downloaded nom v7.1.3
10752026-06-18T16:30:27.263Z Downloaded sqlformat v0.3.5
10762026-06-18T16:30:27.266Z Downloaded rand v0.8.6
10772026-06-18T16:30:27.271Z Downloaded trait-variant v0.1.2
10782026-06-18T16:30:27.274Z Downloaded signal-hook v0.3.18
10792026-06-18T16:30:27.277Z Downloaded unarray v0.1.4
10802026-06-18T16:30:27.280Z Downloaded typify-macro v0.6.2
10812026-06-18T16:30:27.283Z Downloaded libxml v0.3.3
10822026-06-18T16:30:27.286Z Downloaded tls_codec v0.4.2
10832026-06-18T16:30:27.286Z Downloaded static_assertions v1.1.0
10842026-06-18T16:30:27.286Z Downloaded string_cache v0.8.9
10852026-06-18T16:30:27.289Z Downloaded universal-hash v0.5.1
10862026-06-18T16:30:27.289Z Downloaded unit-prefix v0.5.2
10872026-06-18T16:30:27.289Z Downloaded unicode-truncate v1.1.0
10882026-06-18T16:30:27.322Z Downloaded tls_codec_derive v0.4.2
10892026-06-18T16:30:27.322Z Downloaded untrusted v0.7.1
10902026-06-18T16:30:27.322Z Downloaded similar v2.7.0
10912026-06-18T16:30:27.322Z Downloaded tokio-rustls v0.25.0
10922026-06-18T16:30:27.322Z Downloaded usdt-attr-macro v0.6.0
10932026-06-18T16:30:27.322Z Downloaded schemars v0.9.0
10942026-06-18T16:30:27.322Z Downloaded tokio-dtrace v0.1.1
10952026-06-18T16:30:27.322Z Downloaded support-bundle-viewer v0.1.2
10962026-06-18T16:30:27.322Z Downloaded iri-string v0.7.10
10972026-06-18T16:30:27.322Z Downloaded usdt v0.6.0
10982026-06-18T16:30:27.322Z Downloaded untrusted v0.9.0
10992026-06-18T16:30:27.322Z Downloaded usdt-macro v0.6.0
11002026-06-18T16:30:27.322Z Downloaded tokio-tungstenite v0.23.1
11012026-06-18T16:30:27.322Z Downloaded term v1.2.1
11022026-06-18T16:30:27.322Z Downloaded term v0.7.0
11032026-06-18T16:30:27.322Z Downloaded socket2 v0.6.3
11042026-06-18T16:30:27.322Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11052026-06-18T16:30:27.326Z Downloaded tiny-keccak v2.0.2
11062026-06-18T16:30:27.326Z Downloaded wait-timeout v0.2.1
11072026-06-18T16:30:27.326Z Downloaded rsa v0.9.10
11082026-06-18T16:30:27.329Z Downloaded tui-tree-widget v0.23.1
11092026-06-18T16:30:27.329Z Downloaded hashbrown v0.15.5
11102026-06-18T16:30:27.332Z Downloaded rand v0.9.2
11112026-06-18T16:30:27.336Z Downloaded void v1.0.2
11122026-06-18T16:30:27.336Z Downloaded toml_writer v1.0.6+spec-1.1.0
11132026-06-18T16:30:27.336Z Downloaded tokio-tungstenite v0.21.0
11142026-06-18T16:30:27.339Z Downloaded pretty_assertions v1.4.1
11152026-06-18T16:30:27.339Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11162026-06-18T16:30:27.339Z Downloaded socket2 v0.5.10
11172026-06-18T16:30:27.346Z Downloaded waitgroup v0.1.2
11182026-06-18T16:30:27.350Z Downloaded xattr v1.6.1
11192026-06-18T16:30:27.353Z Downloaded rand v0.10.0
11202026-06-18T16:30:27.353Z Downloaded slog v2.8.2
11212026-06-18T16:30:27.356Z Downloaded samael v0.0.19
11222026-06-18T16:30:27.358Z Downloaded want v0.3.1
11232026-06-18T16:30:27.361Z Downloaded hyper v1.8.1
11242026-06-18T16:30:27.364Z Downloaded tokio-native-tls v0.3.1
11252026-06-18T16:30:27.368Z Downloaded unicase v2.9.0
11262026-06-18T16:30:27.371Z Downloaded futures-util v0.3.32
11272026-06-18T16:30:27.375Z Downloaded tokio-rustls v0.24.1
11282026-06-18T16:30:27.378Z Downloaded subprocess v0.2.15
11292026-06-18T16:30:27.381Z Downloaded schemars v1.2.1
11302026-06-18T16:30:27.387Z Downloaded zeroize_derive v1.4.3
11312026-06-18T16:30:27.389Z Downloaded xshell-macros v0.2.7
11322026-06-18T16:30:27.389Z Downloaded h2 v0.4.13
11332026-06-18T16:30:27.392Z Downloaded tokio-rustls v0.26.4
11342026-06-18T16:30:27.395Z Downloaded test-strategy v0.4.5
11352026-06-18T16:30:27.395Z Downloaded usdt-impl v0.6.0
11362026-06-18T16:30:27.398Z Downloaded aho-corasick v1.1.4
11372026-06-18T16:30:27.401Z Downloaded uzers v0.12.2
11382026-06-18T16:30:27.404Z Downloaded zone v0.3.1
11392026-06-18T16:30:27.407Z Downloaded vergen-gitcl v1.0.8
11402026-06-18T16:30:27.407Z Downloaded itertools v0.13.0
11412026-06-18T16:30:27.410Z Downloaded toml_parser v1.0.9+spec-1.1.0
11422026-06-18T16:30:27.413Z Downloaded nom v8.0.0
11432026-06-18T16:30:27.416Z Downloaded num-bigint-dig v0.8.6
11442026-06-18T16:30:27.419Z Downloaded snafu v0.8.9
11452026-06-18T16:30:27.422Z Downloaded itertools v0.14.0
11462026-06-18T16:30:27.425Z Downloaded zone_cfg_derive v0.3.1
11472026-06-18T16:30:27.428Z Downloaded vergen-lib v9.1.0
11482026-06-18T16:30:27.428Z Downloaded vergen-lib v0.1.6
11492026-06-18T16:30:27.428Z Downloaded itertools v0.12.1
11502026-06-18T16:30:27.431Z Downloaded whoami v1.6.1
11512026-06-18T16:30:27.434Z Downloaded walkdir v2.5.0
11522026-06-18T16:30:27.434Z Downloaded tracing-attributes v0.1.31
11532026-06-18T16:30:27.438Z Downloaded tinyvec v1.10.0
11542026-06-18T16:30:27.438Z Downloaded xshell v0.2.7
11552026-06-18T16:30:27.438Z Downloaded libm v0.2.16
11562026-06-18T16:30:27.443Z Downloaded zeroize v1.8.2
11572026-06-18T16:30:27.446Z Downloaded wyz v0.5.1
11582026-06-18T16:30:27.446Z Downloaded twox-hash v2.1.2
11592026-06-18T16:30:27.448Z Downloaded blake3 v1.8.3
11602026-06-18T16:30:27.452Z Downloaded rustls-webpki v0.103.9
11612026-06-18T16:30:27.456Z Downloaded unicode-properties v0.1.4
11622026-06-18T16:30:27.459Z Downloaded p521 v0.13.3
11632026-06-18T16:30:27.462Z Downloaded utf-8 v0.7.6
11642026-06-18T16:30:27.462Z Downloaded tar v0.4.45
11652026-06-18T16:30:27.469Z Downloaded vsss-rs v3.3.4
11662026-06-18T16:30:27.471Z Downloaded vergen v9.1.0
11672026-06-18T16:30:27.474Z Downloaded tungstenite v0.21.0
11682026-06-18T16:30:27.475Z Downloaded zstd-safe v7.2.4
11692026-06-18T16:30:27.477Z Downloaded zstd v0.13.3
11702026-06-18T16:30:27.480Z Downloaded toml v1.0.6+spec-1.1.0
11712026-06-18T16:30:27.483Z Downloaded toml v0.7.8
11722026-06-18T16:30:27.483Z Downloaded tokio-stream v0.1.18
11732026-06-18T16:30:27.486Z Downloaded vergen-git2 v9.1.0
11742026-06-18T16:30:27.488Z Downloaded russh v0.45.0
11752026-06-18T16:30:27.491Z Downloaded whoami v2.1.0
11762026-06-18T16:30:27.491Z Downloaded hkdf v0.12.4
11772026-06-18T16:30:27.496Z Downloaded steno v0.4.1
11782026-06-18T16:30:27.499Z Downloaded unicode-bidi v0.3.18
11792026-06-18T16:30:27.503Z Downloaded rustyline v14.0.0
11802026-06-18T16:30:27.505Z Downloaded unsafe-libyaml v0.2.11
11812026-06-18T16:30:27.505Z Downloaded iddqd v0.4.2
11822026-06-18T16:30:27.510Z Downloaded zerocopy v0.6.6
11832026-06-18T16:30:27.513Z Downloaded yasna v0.5.2
11842026-06-18T16:30:27.523Z Downloaded uuid v1.23.0
11852026-06-18T16:30:27.538Z Downloaded toml_edit v0.23.10+spec-1.0.0
11862026-06-18T16:30:27.541Z Downloaded vte v0.14.1
11872026-06-18T16:30:27.545Z Downloaded typify v0.6.2
11882026-06-18T16:30:27.545Z Downloaded serde_with v1.14.0
11892026-06-18T16:30:27.548Z Downloaded tracing-core v0.1.36
11902026-06-18T16:30:27.557Z Downloaded reedline v0.40.0
11912026-06-18T16:30:27.578Z Downloaded chrono v0.4.44
11922026-06-18T16:30:27.582Z Downloaded zopfli v0.8.3
11932026-06-18T16:30:27.584Z Downloaded rpassword v7.4.0
11942026-06-18T16:30:27.584Z Downloaded bitvec v1.0.1
11952026-06-18T16:30:27.593Z Downloaded tungstenite v0.23.0
11962026-06-18T16:30:27.596Z Downloaded ssh-key v0.6.7
11972026-06-18T16:30:27.604Z Downloaded unicode_categories v0.1.1
11982026-06-18T16:30:27.607Z Downloaded yansi v1.0.1
11992026-06-18T16:30:27.616Z Downloaded reqwest v0.12.28
12002026-06-18T16:30:27.620Z Downloaded regex v1.12.3
12012026-06-18T16:30:27.624Z Downloaded zip v0.6.6
12022026-06-18T16:30:27.627Z Downloaded toml_edit v0.19.15
12032026-06-18T16:30:27.635Z Downloaded bindgen v0.71.1
12042026-06-18T16:30:27.639Z Downloaded git2 v0.20.4
12052026-06-18T16:30:27.644Z Downloaded rayon v1.11.0
12062026-06-18T16:30:27.649Z Downloaded reqwest v0.13.2
12072026-06-18T16:30:27.652Z Downloaded tokio-postgres v0.7.16
12082026-06-18T16:30:27.657Z Downloaded p384 v0.13.1
12092026-06-18T16:30:27.660Z Downloaded portable-atomic v1.13.1
12102026-06-18T16:30:27.666Z Downloaded typed-path v0.9.3
12112026-06-18T16:30:27.670Z Downloaded x509-cert v0.2.5
12122026-06-18T16:30:27.674Z Downloaded quick-xml v0.37.5
12132026-06-18T16:30:27.677Z Downloaded rustls-webpki v0.101.7
12142026-06-18T16:30:27.686Z Downloaded lalrpop v0.19.12
12152026-06-18T16:30:27.699Z Downloaded zerocopy-derive v0.8.40
12162026-06-18T16:30:27.704Z Downloaded unicode-segmentation v1.12.0
12172026-06-18T16:30:27.707Z Downloaded salty v0.3.0
12182026-06-18T16:30:27.710Z Downloaded goblin v0.10.5
12192026-06-18T16:30:27.715Z Downloaded tower v0.5.3
12202026-06-18T16:30:27.719Z Downloaded tokio-util v0.7.18
12212026-06-18T16:30:27.724Z Downloaded tough v0.22.0
12222026-06-18T16:30:27.728Z Downloaded petname v2.0.2
12232026-06-18T16:30:27.736Z Downloaded unicode-normalization v0.1.25
12242026-06-18T16:30:27.751Z Downloaded moka v0.12.13
12252026-06-18T16:30:27.758Z Downloaded zip v4.6.1
12262026-06-18T16:30:27.760Z Downloaded proptest v1.10.0
12272026-06-18T16:30:27.767Z Downloaded tower-http v0.6.8
12282026-06-18T16:30:27.772Z Downloaded radix_trie v0.2.1
12292026-06-18T16:30:27.775Z Downloaded rustls-webpki v0.102.8
12302026-06-18T16:30:27.786Z Downloaded curve25519-dalek v4.1.3
12312026-06-18T16:30:27.791Z Downloaded quinn-proto v0.11.13
12322026-06-18T16:30:27.795Z Downloaded serde_with v3.17.0
12332026-06-18T16:30:27.803Z Downloaded winnow v0.5.40
12342026-06-18T16:30:27.807Z Downloaded object v0.30.4
12352026-06-18T16:30:27.815Z Downloaded polar-core v0.27.3
12362026-06-18T16:30:27.818Z Downloaded openssl v0.10.79
12372026-06-18T16:30:27.824Z Downloaded bstr v1.12.1
12382026-06-18T16:30:27.830Z Downloaded nix v0.27.1
12392026-06-18T16:30:27.836Z Downloaded winnow v0.6.26
12402026-06-18T16:30:27.841Z Downloaded tabled v0.20.0
12412026-06-18T16:30:27.853Z Downloaded regex-syntax v0.6.29
12422026-06-18T16:30:27.858Z Downloaded vcpkg v0.2.15
12432026-06-18T16:30:27.882Z Downloaded zlib-rs v0.6.2
12442026-06-18T16:30:27.901Z Downloaded rustls v0.22.4
12452026-06-18T16:30:27.909Z Downloaded time v0.3.47
12462026-06-18T16:30:27.916Z Downloaded smoltcp v0.11.0
12472026-06-18T16:30:27.923Z Downloaded nix v0.28.0
12482026-06-18T16:30:27.930Z Downloaded hickory-proto v0.25.2
12492026-06-18T16:30:27.939Z Downloaded openapiv3 v2.2.0
12502026-06-18T16:30:27.947Z Downloaded rustls v0.23.37
12512026-06-18T16:30:27.955Z Downloaded smoltcp v0.9.1
12522026-06-18T16:30:27.961Z Downloaded rustls v0.21.12
12532026-06-18T16:30:27.968Z Downloaded object v0.37.3
12542026-06-18T16:30:27.974Z Downloaded dropshot v0.17.0
12552026-06-18T16:30:27.992Z Downloaded hickory-proto v0.24.4
12562026-06-18T16:30:28.001Z Downloaded ratatui v0.29.0
12572026-06-18T16:30:28.013Z Downloaded zerocopy v0.8.40
12582026-06-18T16:30:28.018Z Downloaded webpki-roots v1.0.6
12592026-06-18T16:30:28.021Z Downloaded nix v0.31.2
12602026-06-18T16:30:28.027Z Downloaded bzip2-sys v0.1.13+1.0.8
12612026-06-18T16:30:28.034Z Downloaded regress v0.11.1
12622026-06-18T16:30:28.040Z Downloaded regress v0.10.5
12632026-06-18T16:30:28.045Z Downloaded rustix v0.38.44
12642026-06-18T16:30:28.058Z Downloaded regex-syntax v0.8.10
12652026-06-18T16:30:28.063Z Downloaded regex-automata v0.4.14
12662026-06-18T16:30:28.071Z Downloaded diesel v2.3.7
12672026-06-18T16:30:28.084Z Downloaded jiff v0.2.21
12682026-06-18T16:30:28.095Z Downloaded chrono-tz v0.10.4
12692026-06-18T16:30:28.129Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12702026-06-18T16:30:28.152Z Downloaded sha3 v0.10.8
12712026-06-18T16:30:28.156Z Downloaded sqlparser v0.61.0
12722026-06-18T16:30:28.173Z Downloaded tracing v0.1.44
12732026-06-18T16:30:28.186Z Downloaded typify-impl v0.6.2
12742026-06-18T16:30:28.195Z Downloaded sled v0.34.7
12752026-06-18T16:30:28.235Z Downloaded zerocopy-derive v0.6.6
12762026-06-18T16:30:28.279Z Downloaded petgraph v0.6.5
12772026-06-18T16:30:28.308Z Downloaded petgraph v0.8.3
12782026-06-18T16:30:28.327Z Downloaded csv v1.4.0
12792026-06-18T16:30:28.338Z Downloaded libz-sys v1.1.24
12802026-06-18T16:30:28.374Z Downloaded tokio v1.52.1
12812026-06-18T16:30:28.436Z Downloaded encoding_rs v0.8.35
12822026-06-18T16:30:28.482Z Downloaded ring v0.17.14
12832026-06-18T16:30:28.507Z Downloaded libgit2-sys v0.18.3+1.9.2
12842026-06-18T16:30:28.729Z Downloaded aws-lc-sys v0.40.0
12852026-06-18T16:30:28.980Z Compiling libc v0.2.185
12862026-06-18T16:30:28.983Z Compiling serde v1.0.228
12872026-06-18T16:30:28.983Z Compiling log v0.4.29
12882026-06-18T16:30:28.983Z Compiling find-msvc-tools v0.1.9
12892026-06-18T16:30:28.983Z Compiling shlex v1.3.0
12902026-06-18T16:30:28.983Z Compiling smallvec v1.15.1
12912026-06-18T16:30:28.983Z Compiling typenum v1.19.0
12922026-06-18T16:30:28.983Z Compiling subtle v2.6.1
12932026-06-18T16:30:29.122Z Compiling generic-array v0.14.7
12942026-06-18T16:30:29.125Z Compiling scopeguard v1.2.0
12952026-06-18T16:30:29.136Z Compiling const-oid v0.9.6
12962026-06-18T16:30:29.190Z Compiling serde_json v1.0.149
12972026-06-18T16:30:29.214Z Compiling syn v2.0.117
12982026-06-18T16:30:29.217Z Compiling zerocopy v0.8.40
12992026-06-18T16:30:29.217Z Compiling parking_lot_core v0.9.12
13002026-06-18T16:30:29.241Z Compiling portable-atomic v1.13.1
13012026-06-18T16:30:29.295Z Compiling lock_api v0.4.14
13022026-06-18T16:30:29.323Z Compiling pin-project-lite v0.2.17
13032026-06-18T16:30:29.326Z Compiling pkg-config v0.3.32
13042026-06-18T16:30:29.387Z Compiling bitflags v2.11.0
13052026-06-18T16:30:29.403Z Compiling critical-section v1.2.0
13062026-06-18T16:30:29.418Z Compiling futures-core v0.3.32
13072026-06-18T16:30:29.433Z Compiling libm v0.2.16
13082026-06-18T16:30:29.463Z Compiling num-traits v0.2.19
13092026-06-18T16:30:29.528Z Compiling percent-encoding v2.3.2
13102026-06-18T16:30:29.570Z Compiling futures-sink v0.3.32
13112026-06-18T16:30:29.573Z Compiling cpufeatures v0.2.17
13122026-06-18T16:30:29.573Z Compiling futures-task v0.3.32
13132026-06-18T16:30:29.632Z Compiling getrandom v0.4.1
13142026-06-18T16:30:29.635Z Compiling futures-io v0.3.32
13152026-06-18T16:30:29.696Z Compiling futures-channel v0.3.32
13162026-06-18T16:30:29.724Z Compiling slab v0.4.12
13172026-06-18T16:30:29.742Z Compiling rand_core v0.10.0
13182026-06-18T16:30:29.757Z Compiling indexmap v2.14.0
13192026-06-18T16:30:29.807Z Compiling rustversion v1.0.22
13202026-06-18T16:30:29.836Z Compiling getrandom v0.3.4
13212026-06-18T16:30:29.897Z Compiling form_urlencoded v1.2.2
13222026-06-18T16:30:29.933Z Compiling dunce v1.0.5
13232026-06-18T16:30:29.936Z Compiling fs_extra v1.3.0
13242026-06-18T16:30:29.936Z Compiling ident_case v1.0.1
13252026-06-18T16:30:29.975Z Compiling base64ct v1.8.3
13262026-06-18T16:30:29.979Z Compiling regex-syntax v0.8.10
13272026-06-18T16:30:30.049Z Compiling iana-time-zone v0.1.65
13282026-06-18T16:30:30.066Z Compiling flagset v0.4.7
13292026-06-18T16:30:30.095Z Compiling getrandom v0.2.17
13302026-06-18T16:30:30.109Z Compiling jobserver v0.1.34
13312026-06-18T16:30:30.172Z Compiling errno v0.3.14
13322026-06-18T16:30:30.217Z Compiling mio v1.2.0
13332026-06-18T16:30:30.231Z Compiling socket2 v0.6.3
13342026-06-18T16:30:30.247Z Compiling rand_core v0.6.4
13352026-06-18T16:30:30.274Z Compiling once_cell v1.21.3
13362026-06-18T16:30:30.346Z Compiling cc v1.2.56
13372026-06-18T16:30:30.349Z Compiling signal-hook-registry v1.4.8
13382026-06-18T16:30:30.437Z Compiling parking_lot v0.12.5
13392026-06-18T16:30:30.509Z Compiling pem-rfc7468 v0.7.0
13402026-06-18T16:30:30.524Z Compiling rustix v1.1.3
13412026-06-18T16:30:30.528Z Compiling aws-lc-rs v1.16.3
13422026-06-18T16:30:30.554Z Compiling vcpkg v0.2.15
13432026-06-18T16:30:30.569Z Compiling tracing-core v0.1.36
13442026-06-18T16:30:30.682Z Compiling uuid v1.23.0
13452026-06-18T16:30:30.685Z Compiling rustc_version v0.4.1
13462026-06-18T16:30:30.711Z Compiling base64 v0.22.1
13472026-06-18T16:30:30.895Z Compiling tinyvec_macros v0.1.1
13482026-06-18T16:30:30.909Z Compiling openssl-probe v0.2.1
13492026-06-18T16:30:30.930Z Compiling httparse v1.10.1
13502026-06-18T16:30:30.978Z Compiling rand_core v0.9.5
13512026-06-18T16:30:31.056Z Compiling untrusted v0.7.1
13522026-06-18T16:30:31.074Z Compiling untrusted v0.9.0
13532026-06-18T16:30:31.091Z Compiling tinyvec v1.10.0
13542026-06-18T16:30:31.108Z Compiling aho-corasick v1.1.4
13552026-06-18T16:30:31.122Z Compiling dyn-clone v1.0.20
13562026-06-18T16:30:31.139Z Compiling schemars v0.8.22
13572026-06-18T16:30:31.203Z Compiling cmake v0.1.57
13582026-06-18T16:30:31.218Z Compiling rustls v0.23.37
13592026-06-18T16:30:31.223Z Compiling tower-service v0.3.3
13602026-06-18T16:30:31.293Z Compiling try-lock v0.2.5
13612026-06-18T16:30:31.296Z Compiling tower-layer v0.3.3
13622026-06-18T16:30:31.345Z Compiling atomic-waker v1.1.2
13632026-06-18T16:30:31.363Z Compiling openssl v0.10.79
13642026-06-18T16:30:31.430Z Compiling want v0.3.1
13652026-06-18T16:30:31.455Z Compiling httpdate v1.0.3
13662026-06-18T16:30:31.458Z Compiling foreign-types-shared v0.1.1
13672026-06-18T16:30:31.486Z Compiling pin-utils v0.1.0
13682026-06-18T16:30:31.505Z Compiling unicode-normalization v0.1.25
13692026-06-18T16:30:31.506Z Compiling socket2 v0.5.10
13702026-06-18T16:30:31.534Z Compiling spin v0.9.8
13712026-06-18T16:30:31.534Z Compiling num-conv v0.2.0
13722026-06-18T16:30:31.576Z Compiling foreign-types v0.3.2
13732026-06-18T16:30:31.591Z Compiling native-tls v0.2.18
13742026-06-18T16:30:31.637Z Compiling time-core v0.1.8
13752026-06-18T16:30:31.654Z Compiling crc32fast v1.5.0
13762026-06-18T16:30:31.671Z Compiling powerfmt v0.2.0
13772026-06-18T16:30:31.674Z Compiling wait-timeout v0.2.1
13782026-06-18T16:30:31.709Z Compiling sync_wrapper v1.0.2
13792026-06-18T16:30:31.722Z Compiling usdt-impl v0.6.0
13802026-06-18T16:30:31.736Z Compiling siphasher v1.0.2
13812026-06-18T16:30:31.776Z Compiling bit-vec v0.8.0
13822026-06-18T16:30:31.817Z Compiling time-macros v0.2.27
13832026-06-18T16:30:31.833Z Compiling deranged v0.5.8
13842026-06-18T16:30:31.836Z Compiling syn v1.0.109
13852026-06-18T16:30:31.911Z Compiling crossbeam-utils v0.8.21
13862026-06-18T16:30:31.962Z Compiling simd-adler32 v0.3.8
13872026-06-18T16:30:31.965Z Compiling quick-error v1.2.3
13882026-06-18T16:30:31.965Z Compiling unicode-segmentation v1.12.0
13892026-06-18T16:30:32.007Z Compiling num_threads v0.1.7
13902026-06-18T16:30:32.053Z Compiling regex-automata v0.4.14
13912026-06-18T16:30:32.068Z Compiling bit-set v0.8.0
13922026-06-18T16:30:32.115Z Compiling aws-lc-sys v0.40.0
13932026-06-18T16:30:32.127Z Compiling ring v0.17.14
13942026-06-18T16:30:32.143Z Compiling openssl-sys v0.9.115
13952026-06-18T16:30:32.204Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13962026-06-18T16:30:32.255Z Compiling synstructure v0.13.2
13972026-06-18T16:30:32.258Z Compiling serde_derive_internals v0.29.1
13982026-06-18T16:30:32.286Z Compiling pest_generator v2.8.6
13992026-06-18T16:30:32.289Z Compiling darling_core v0.20.11
14002026-06-18T16:30:32.408Z Compiling tempfile v3.25.0
14012026-06-18T16:30:32.645Z Compiling darling_core v0.21.3
14022026-06-18T16:30:32.721Z Compiling rusty-fork v0.3.1
14032026-06-18T16:30:32.859Z Compiling bzip2-sys v0.1.13+1.0.8
14042026-06-18T16:30:33.020Z Compiling rand_xorshift v0.4.0
14052026-06-18T16:30:33.042Z Compiling slog v2.8.2
14062026-06-18T16:30:33.067Z Compiling time v0.3.47
14072026-06-18T16:30:33.094Z Compiling heapless v0.7.17
14082026-06-18T16:30:33.110Z Compiling thread-id v5.1.0
14092026-06-18T16:30:33.137Z Compiling cookie v0.18.1
14102026-06-18T16:30:33.195Z Compiling allocator-api2 v0.2.21
14112026-06-18T16:30:33.212Z Compiling anyhow v1.0.102
14122026-06-18T16:30:33.226Z Compiling unicode-properties v0.1.4
14132026-06-18T16:30:33.271Z Compiling adler2 v2.0.1
14142026-06-18T16:30:33.311Z Compiling signal-hook v0.3.18
14152026-06-18T16:30:33.356Z Compiling ryu v1.0.23
14162026-06-18T16:30:33.387Z Compiling paste v1.0.15
14172026-06-18T16:30:33.403Z Compiling iri-string v0.7.10
14182026-06-18T16:30:33.435Z Compiling unarray v0.1.4
14192026-06-18T16:30:33.474Z Compiling zstd-safe v7.2.4
14202026-06-18T16:30:33.522Z Compiling unicode-bidi v0.3.18
14212026-06-18T16:30:33.583Z Compiling miniz_oxide v0.8.9
14222026-06-18T16:30:33.758Z Compiling heck v0.4.1
14232026-06-18T16:30:33.857Z Compiling stringprep v0.1.5
14242026-06-18T16:30:34.013Z Compiling num-integer v0.1.46
14252026-06-18T16:30:34.123Z Compiling vergen-lib v9.1.0
14262026-06-18T16:30:34.145Z Compiling serde_derive v1.0.228
14272026-06-18T16:30:34.259Z Compiling zeroize_derive v1.4.3
14282026-06-18T16:30:34.262Z Compiling zerofrom-derive v0.1.6
14292026-06-18T16:30:34.327Z Compiling yoke-derive v0.8.1
14302026-06-18T16:30:34.365Z Compiling zerovec-derive v0.11.2
14312026-06-18T16:30:34.380Z Compiling zerocopy-derive v0.8.40
14322026-06-18T16:30:34.446Z Compiling displaydoc v0.2.5
14332026-06-18T16:30:34.819Z Compiling tokio-macros v2.7.0
14342026-06-18T16:30:34.859Z Compiling futures-macro v0.3.32
14352026-06-18T16:30:34.980Z Compiling zeroize v1.8.2
14362026-06-18T16:30:35.067Z Compiling der_derive v0.7.3
14372026-06-18T16:30:35.271Z Compiling rustls-pki-types v1.14.0
14382026-06-18T16:30:35.397Z Compiling thiserror-impl v2.0.18
14392026-06-18T16:30:35.624Z Compiling tracing-attributes v0.1.31
14402026-06-18T16:30:35.651Z Compiling scroll_derive v0.13.1
14412026-06-18T16:30:35.665Z Compiling schemars_derive v0.8.22
14422026-06-18T16:30:35.769Z Compiling crypto-common v0.1.7
14432026-06-18T16:30:35.825Z Compiling block-buffer v0.10.4
14442026-06-18T16:30:35.869Z Compiling zerofrom v0.1.6
14452026-06-18T16:30:35.884Z Compiling futures-util v0.3.32
14462026-06-18T16:30:35.981Z Compiling digest v0.10.7
14472026-06-18T16:30:36.009Z Compiling yoke v0.8.1
14482026-06-18T16:30:36.024Z Compiling block-padding v0.3.3
14492026-06-18T16:30:36.169Z Compiling inout v0.1.4
14502026-06-18T16:30:36.225Z Compiling zerovec v0.11.5
14512026-06-18T16:30:36.240Z Compiling zerotrie v0.2.3
14522026-06-18T16:30:36.275Z Compiling hmac v0.12.1
14532026-06-18T16:30:36.378Z Compiling cipher v0.4.4
14542026-06-18T16:30:36.459Z Compiling sha2 v0.10.9
14552026-06-18T16:30:36.565Z Compiling der v0.7.10
14562026-06-18T16:30:36.565Z Compiling pbkdf2 v0.12.2
14572026-06-18T16:30:36.595Z Compiling pest_derive v2.8.6
14582026-06-18T16:30:36.674Z Compiling salsa20 v0.10.2
14592026-06-18T16:30:36.711Z Compiling cbc v0.1.2
14602026-06-18T16:30:36.798Z Compiling tinystr v0.8.2
14612026-06-18T16:30:36.821Z Compiling potential_utf v0.1.4
14622026-06-18T16:30:36.837Z Compiling scrypt v0.11.0
14632026-06-18T16:30:36.887Z Compiling aes v0.8.4
14642026-06-18T16:30:36.920Z Compiling thiserror v2.0.18
14652026-06-18T16:30:37.071Z Compiling icu_locale_core v2.1.1
14662026-06-18T16:30:37.088Z Compiling icu_collections v2.1.1
14672026-06-18T16:30:37.132Z Compiling tracing v0.1.44
14682026-06-18T16:30:37.150Z Compiling scroll v0.13.0
14692026-06-18T16:30:37.153Z Compiling darling_macro v0.20.11
14702026-06-18T16:30:37.181Z Compiling openssl-macros v0.1.1
14712026-06-18T16:30:37.436Z Compiling goblin v0.10.5
14722026-06-18T16:30:37.467Z Compiling rustls-native-certs v0.8.3
14732026-06-18T16:30:37.615Z Compiling spki v0.7.3
14742026-06-18T16:30:37.700Z Compiling darling v0.20.11
14752026-06-18T16:30:37.796Z Compiling icu_provider v2.1.1
14762026-06-18T16:30:37.811Z Compiling pkcs5 v0.7.1
14772026-06-18T16:30:37.848Z Compiling derive_builder_core v0.20.2
14782026-06-18T16:30:37.876Z Compiling dtrace-parser v0.3.0
14792026-06-18T16:30:37.914Z Compiling bytes v1.11.1
14802026-06-18T16:30:37.975Z Compiling chrono v0.4.44
14812026-06-18T16:30:37.990Z Compiling ipnet v2.11.0
14822026-06-18T16:30:38.029Z Compiling signature v2.2.0
14832026-06-18T16:30:38.080Z Compiling icu_normalizer v2.1.1
14842026-06-18T16:30:38.117Z Compiling icu_properties v2.1.2
14852026-06-18T16:30:38.239Z Compiling pkcs8 v0.10.2
14862026-06-18T16:30:38.321Z Compiling webpki-roots v1.0.6
14872026-06-18T16:30:38.378Z Compiling scroll_derive v0.12.1
14882026-06-18T16:30:38.464Z Compiling tokio v1.52.1
14892026-06-18T16:30:38.532Z Compiling http v1.4.0
14902026-06-18T16:30:38.580Z Compiling thiserror-impl v1.0.69
14912026-06-18T16:30:38.583Z Compiling serde_spanned v0.6.9
14922026-06-18T16:30:38.663Z Compiling serde_urlencoded v0.7.1
14932026-06-18T16:30:38.676Z Compiling serde_tokenstream v0.2.3
14942026-06-18T16:30:38.760Z Compiling toml_datetime v0.6.11
14952026-06-18T16:30:38.781Z Compiling derive_builder_macro v0.20.2
14962026-06-18T16:30:38.935Z Compiling erased-serde v0.3.31
14972026-06-18T16:30:39.012Z Compiling idna_adapter v1.2.1
14982026-06-18T16:30:39.027Z Compiling md-5 v0.10.6
14992026-06-18T16:30:39.044Z Compiling ppv-lite86 v0.2.21
15002026-06-18T16:30:39.101Z Compiling scroll v0.12.0
15012026-06-18T16:30:39.177Z Compiling idna v1.1.0
15022026-06-18T16:30:39.220Z Compiling http-body v1.0.1
15032026-06-18T16:30:39.267Z Compiling darling_macro v0.21.3
15042026-06-18T16:30:39.298Z Compiling bstr v1.12.1
15052026-06-18T16:30:39.310Z Compiling async-trait v0.1.89
15062026-06-18T16:30:39.398Z Compiling rand_chacha v0.9.0
15072026-06-18T16:30:39.399Z Compiling http-body-util v0.1.3
15082026-06-18T16:30:39.433Z Compiling rand_chacha v0.3.1
15092026-06-18T16:30:39.468Z Compiling zerocopy-derive v0.7.35
15102026-06-18T16:30:39.488Z Compiling url v2.5.8
15112026-06-18T16:30:39.504Z Compiling pin-project-internal v1.1.11
15122026-06-18T16:30:39.677Z Compiling rand v0.9.2
15132026-06-18T16:30:39.807Z Compiling curve25519-dalek v4.1.3
15142026-06-18T16:30:39.892Z Compiling ff v0.13.1
15152026-06-18T16:30:40.046Z Compiling thiserror v1.0.69
15162026-06-18T16:30:40.147Z Compiling hash32 v0.2.1
15172026-06-18T16:30:40.173Z Compiling memoffset v0.9.1
15182026-06-18T16:30:40.187Z Compiling encoding_rs v0.8.35
15192026-06-18T16:30:40.281Z Compiling proptest v1.10.0
15202026-06-18T16:30:40.297Z Compiling dof v0.4.0
15212026-06-18T16:30:40.334Z Compiling base16ct v0.2.0
15222026-06-18T16:30:40.361Z Compiling litrs v1.0.0
15232026-06-18T16:30:40.389Z Compiling fallible-iterator v0.2.0
15242026-06-18T16:30:40.404Z Compiling smoltcp v0.9.1
15252026-06-18T16:30:40.424Z Compiling cfg_aliases v0.2.1
15262026-06-18T16:30:40.509Z Compiling zlib-rs v0.6.2
15272026-06-18T16:30:40.518Z Compiling ref-cast v1.0.25
15282026-06-18T16:30:40.535Z Compiling rustix v0.38.44
15292026-06-18T16:30:40.613Z Compiling psl-types v2.0.11
15302026-06-18T16:30:40.679Z Compiling num-bigint-dig v0.8.6
15312026-06-18T16:30:40.712Z Compiling mime v0.3.17
15322026-06-18T16:30:40.747Z Compiling publicsuffix v2.3.0
15332026-06-18T16:30:40.751Z Compiling pin-project v1.1.11
15342026-06-18T16:30:40.852Z Compiling postgres-protocol v0.6.10
15352026-06-18T16:30:40.897Z Compiling ipnetwork v0.21.1
15362026-06-18T16:30:40.978Z Compiling nix v0.31.2
15372026-06-18T16:30:40.981Z Compiling document-features v0.2.12
15382026-06-18T16:30:41.007Z Compiling sec1 v0.7.3
15392026-06-18T16:30:41.142Z Compiling oxnet v0.1.6
15402026-06-18T16:30:41.200Z Compiling zerocopy v0.7.35
15412026-06-18T16:30:41.381Z Compiling group v0.13.0
15422026-06-18T16:30:41.445Z Compiling darling v0.21.3
15432026-06-18T16:30:41.448Z Compiling rand v0.8.6
15442026-06-18T16:30:41.546Z Compiling goblin v0.8.2
15452026-06-18T16:30:41.579Z Compiling derive_builder v0.20.2
15462026-06-18T16:30:41.611Z Compiling futures-executor v0.3.32
15472026-06-18T16:30:41.625Z Compiling hex v0.4.3
15482026-06-18T16:30:41.639Z Compiling hubpack_derive v0.1.1
15492026-06-18T16:30:41.732Z Compiling hkdf v0.12.4
15502026-06-18T16:30:41.761Z Compiling crypto-bigint v0.5.5
15512026-06-18T16:30:41.804Z Compiling regex v1.12.3
15522026-06-18T16:30:41.920Z Compiling num-iter v0.1.45
15532026-06-18T16:30:41.934Z Compiling ref-cast-impl v1.0.25
15542026-06-18T16:30:41.937Z Compiling strum_macros v0.27.2
15552026-06-18T16:30:41.937Z Compiling curve25519-dalek-derive v0.1.1
15562026-06-18T16:30:41.951Z Compiling daft-derive v0.1.7
15572026-06-18T16:30:41.995Z Compiling snafu-derive v0.8.9
15582026-06-18T16:30:42.354Z Compiling terminal_size v0.4.3
15592026-06-18T16:30:42.399Z Compiling phf_shared v0.13.1
15602026-06-18T16:30:42.449Z Compiling tokio-util v0.7.18
15612026-06-18T16:30:42.517Z Compiling tower v0.5.3
15622026-06-18T16:30:42.532Z Compiling tokio-native-tls v0.3.1
15632026-06-18T16:30:42.609Z Compiling lazy_static v1.5.0
15642026-06-18T16:30:42.666Z Compiling anstyle-parse v0.2.7
15652026-06-18T16:30:42.679Z Compiling vergen v9.1.0
15662026-06-18T16:30:42.698Z Compiling cargo-platform v0.3.2
15672026-06-18T16:30:42.722Z Compiling fs-err v3.3.0
15682026-06-18T16:30:42.739Z Compiling ahash v0.8.12
15692026-06-18T16:30:42.769Z Compiling newtype-uuid v1.3.2
15702026-06-18T16:30:42.871Z Compiling same-file v1.0.6
15712026-06-18T16:30:42.887Z Compiling object v0.37.3
15722026-06-18T16:30:42.937Z Compiling tower-http v0.6.8
15732026-06-18T16:30:42.967Z Compiling managed v0.8.0
15742026-06-18T16:30:42.999Z Compiling bitflags v1.3.2
15752026-06-18T16:30:43.026Z Compiling bumpalo v3.20.2
15762026-06-18T16:30:43.059Z Compiling foldhash v0.2.0
15772026-06-18T16:30:43.088Z Compiling foldhash v0.1.5
15782026-06-18T16:30:43.136Z Compiling winnow v0.5.40
15792026-06-18T16:30:43.185Z Compiling h2 v0.4.13
15802026-06-18T16:30:43.208Z Compiling libbz2-rs-sys v0.2.2
15812026-06-18T16:30:43.285Z Compiling zopfli v0.8.3
15822026-06-18T16:30:43.309Z Compiling hashbrown v0.15.5
15832026-06-18T16:30:43.312Z Compiling hashbrown v0.16.1
15842026-06-18T16:30:43.442Z Compiling flate2 v1.1.9
15852026-06-18T16:30:43.814Z Compiling bzip2 v0.6.1
15862026-06-18T16:30:43.879Z Compiling dof v0.3.0
15872026-06-18T16:30:43.908Z Compiling clap_builder v4.6.0
15882026-06-18T16:30:43.929Z Compiling walkdir v2.5.0
15892026-06-18T16:30:43.946Z Compiling daft v0.1.7
15902026-06-18T16:30:44.013Z Compiling snafu v0.8.9
15912026-06-18T16:30:44.030Z Compiling strum v0.27.2
15922026-06-18T16:30:44.048Z Compiling cargo_metadata v0.23.1
15932026-06-18T16:30:44.082Z Compiling anstream v0.6.21
15942026-06-18T16:30:44.118Z Compiling elliptic-curve v0.13.8
15952026-06-18T16:30:44.269Z Compiling phf v0.13.1
15962026-06-18T16:30:44.404Z Compiling signal-hook-mio v0.2.5
15972026-06-18T16:30:44.447Z Compiling toml_edit v0.19.15
15982026-06-18T16:30:44.497Z Compiling hubpack v0.1.2
15992026-06-18T16:30:44.514Z Compiling cookie_store v0.22.1
16002026-06-18T16:30:44.541Z Compiling usdt-macro v0.6.0
16012026-06-18T16:30:44.556Z Compiling usdt-attr-macro v0.6.0
16022026-06-18T16:30:44.613Z Compiling bzip2 v0.4.4
16032026-06-18T16:30:44.648Z Compiling futures v0.3.32
16042026-06-18T16:30:44.743Z Compiling serde_with_macros v3.17.0
16052026-06-18T16:30:44.780Z Compiling postgres-types v0.2.12
16062026-06-18T16:30:44.945Z Compiling zstd v0.13.3
16072026-06-18T16:30:45.158Z Compiling dtrace-parser v0.2.0
16082026-06-18T16:30:45.202Z Compiling globset v0.4.18
16092026-06-18T16:30:45.235Z Compiling pkcs1 v0.7.5
16102026-06-18T16:30:45.351Z Compiling ed25519 v2.2.3
16112026-06-18T16:30:45.366Z Compiling serde_plain v1.0.2
16122026-06-18T16:30:45.411Z Compiling serde-big-array v0.5.1
16132026-06-18T16:30:45.475Z Compiling olpc-cjson v0.1.4
16142026-06-18T16:30:45.580Z Compiling rfc6979 v0.4.0
16152026-06-18T16:30:45.580Z Compiling strum_macros v0.26.4
16162026-06-18T16:30:45.659Z Compiling serde_repr v0.1.20
16172026-06-18T16:30:45.675Z Compiling clap_derive v4.6.1
16182026-06-18T16:30:45.740Z Compiling async-recursion v1.1.1
16192026-06-18T16:30:45.963Z Compiling enum-as-inner v0.6.1
16202026-06-18T16:30:45.979Z Compiling phf_shared v0.11.3
16212026-06-18T16:30:46.001Z Compiling float-cmp v0.10.0
16222026-06-18T16:30:46.019Z Compiling pem v3.0.6
16232026-06-18T16:30:46.177Z Compiling memmap2 v0.9.10
16242026-06-18T16:30:46.195Z Compiling thread-id v4.2.2
16252026-06-18T16:30:46.292Z Compiling hyper v1.8.1
16262026-06-18T16:30:46.307Z Compiling env_filter v1.0.0
16272026-06-18T16:30:46.311Z Compiling keccak v0.1.6
16282026-06-18T16:30:46.395Z Compiling difflib v0.4.0
16292026-06-18T16:30:46.425Z Compiling precomputed-hash v0.1.1
16302026-06-18T16:30:46.476Z Compiling new_debug_unreachable v1.0.6
16312026-06-18T16:30:46.529Z Compiling either v1.15.0
16322026-06-18T16:30:46.532Z Compiling typed-path v0.9.3
16332026-06-18T16:30:46.568Z Compiling whoami v2.1.0
16342026-06-18T16:30:46.657Z Compiling data-encoding v2.10.0
16352026-06-18T16:30:46.763Z Compiling predicates-core v1.0.10
16362026-06-18T16:30:46.991Z Compiling static_assertions v1.1.0
16372026-06-18T16:30:47.011Z Compiling fixedbitset v0.4.2
16382026-06-18T16:30:47.037Z Compiling jiff v0.2.21
16392026-06-18T16:30:47.085Z Compiling fixedbitset v0.5.7
16402026-06-18T16:30:47.104Z Compiling normalize-line-endings v0.3.0
16412026-06-18T16:30:47.180Z Compiling petgraph v0.6.5
16422026-06-18T16:30:47.229Z Compiling predicates v3.1.4
16432026-06-18T16:30:47.260Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16442026-06-18T16:30:47.263Z Compiling hickory-proto v0.25.2
16452026-06-18T16:30:47.378Z Compiling petgraph v0.8.3
16462026-06-18T16:30:47.399Z Compiling tokio-postgres v0.7.16
16472026-06-18T16:30:47.425Z Compiling itertools v0.13.0
16482026-06-18T16:30:47.440Z Compiling string_cache v0.8.9
16492026-06-18T16:30:47.515Z Compiling hyper-util v0.1.20
16502026-06-18T16:30:47.668Z Compiling clap v4.6.1
16512026-06-18T16:30:47.697Z Compiling strum v0.26.3
16522026-06-18T16:30:47.765Z Compiling env_logger v0.11.9
16532026-06-18T16:30:47.850Z Compiling sha3 v0.10.8
16542026-06-18T16:30:47.877Z Compiling toml_edit v0.22.27
16552026-06-18T16:30:47.945Z Compiling usdt v0.6.0
16562026-06-18T16:30:48.016Z Compiling usdt-impl v0.5.0
16572026-06-18T16:30:48.148Z Compiling serde_with v3.17.0
16582026-06-18T16:30:48.241Z Compiling toml v0.7.8
16592026-06-18T16:30:48.340Z Compiling ecdsa v0.16.9
16602026-06-18T16:30:48.644Z Compiling crossterm v0.28.1
16612026-06-18T16:30:48.745Z Compiling ed25519-dalek v2.2.0
16622026-06-18T16:30:48.763Z Compiling rsa v0.9.10
16632026-06-18T16:30:49.193Z Compiling hyper-tls v0.6.0
16642026-06-18T16:30:49.304Z Compiling zip v0.6.6
16652026-06-18T16:30:49.399Z Compiling iddqd v0.4.2
16662026-06-18T16:30:49.695Z Compiling zip v4.6.1
16672026-06-18T16:30:49.888Z Compiling tokio-stream v0.1.18
16682026-06-18T16:30:49.919Z Compiling toml_parser v1.0.9+spec-1.1.0
16692026-06-18T16:30:49.932Z Compiling buf-list v1.1.2
16702026-06-18T16:30:49.998Z Compiling similar v2.7.0
16712026-06-18T16:30:50.016Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16722026-06-18T16:30:50.194Z Compiling openapiv3 v2.2.0
16732026-06-18T16:30:50.239Z Compiling x509-cert v0.2.5
16742026-06-18T16:30:50.350Z Compiling sha1 v0.10.6
16752026-06-18T16:30:50.397Z Compiling crossbeam-epoch v0.9.18
16762026-06-18T16:30:50.448Z Compiling peg-runtime v0.8.5
16772026-06-18T16:30:50.589Z Compiling lalrpop-util v0.19.12
16782026-06-18T16:30:50.603Z Compiling thread_local v1.1.9
16792026-06-18T16:30:50.712Z Compiling slog-async v2.8.0
16802026-06-18T16:30:50.712Z Compiling crossbeam-channel v0.5.15
16812026-06-18T16:30:50.745Z Compiling is-terminal v0.4.17
16822026-06-18T16:30:50.748Z Compiling filetime v0.2.27
16832026-06-18T16:30:50.811Z Compiling take_mut v0.2.2
16842026-06-18T16:30:50.842Z Compiling xattr v1.6.1
16852026-06-18T16:30:50.876Z Compiling term v1.2.1
16862026-06-18T16:30:51.001Z Compiling tar v0.4.45
16872026-06-18T16:30:51.196Z Compiling slog-term v2.9.2
16882026-06-18T16:31:08.748Z Compiling rustls-webpki v0.103.9
16892026-06-18T16:31:11.579Z Compiling tokio-rustls v0.26.4
16902026-06-18T16:31:11.579Z Compiling rustls-platform-verifier v0.6.2
16912026-06-18T16:31:11.775Z Compiling hyper-rustls v0.27.7
16922026-06-18T16:31:11.967Z Compiling reqwest v0.12.28
16932026-06-18T16:31:11.972Z Compiling reqwest v0.13.2
16942026-06-18T16:31:13.211Z Compiling tough v0.22.0
16952026-06-18T16:31:15.758Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16962026-06-18T16:31:15.997Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16972026-06-18T16:31:18.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.12s
16982026-06-18T16:31:19.027Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
16992026-06-18T16:31:19.084ZJun 18 16:31:18.962 INFO Starting download, target: Clickhouse
17002026-06-18T16:31:19.084ZJun 18 16:31:18.963 INFO Starting download, target: DendriteStub
17012026-06-18T16:31:19.084ZJun 18 16:31:18.963 INFO Starting download, target: Console
17022026-06-18T16:31:19.084ZJun 18 16:31:18.963 INFO Starting download, target: Cockroach
17032026-06-18T16:31:19.084ZJun 18 16:31:18.963 INFO Starting download, target: MaghemiteMgd
17042026-06-18T16:31:19.084ZJun 18 16:31:18.963 INFO Starting download, target: MaghemiteDdmd
17052026-06-18T16:31:19.084ZJun 18 16:31:18.963 INFO Starting download, target: TransceiverControl
17062026-06-18T16:31:19.091ZJun 18 16:31:18.963 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17072026-06-18T16:31:19.091ZJun 18 16:31:18.963 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17082026-06-18T16:31:19.092ZJun 18 16:31:18.963 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17092026-06-18T16:31:19.092ZJun 18 16:31:18.963 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17102026-06-18T16:31:19.092ZJun 18 16:31:18.963 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17112026-06-18T16:31:19.092ZJun 18 16:31:18.963 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17122026-06-18T16:31:19.092ZJun 18 16:31:18.963 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17132026-06-18T16:31:19.824ZJun 18 16:31:19.694 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17142026-06-18T16:31:20.042ZJun 18 16:31:19.907 INFO Download complete, target: TransceiverControl
17152026-06-18T16:31:20.062ZJun 18 16:31:19.926 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17162026-06-18T16:31:20.302ZJun 18 16:31:20.170 INFO Download complete, target: Console
17172026-06-18T16:31:20.944ZJun 18 16:31:20.815 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17182026-06-18T16:31:20.991ZJun 18 16:31:20.867 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17192026-06-18T16:31:21.253ZJun 18 16:31:21.129 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17202026-06-18T16:31:21.616ZJun 18 16:31:21.479 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17212026-06-18T16:31:21.616ZJun 18 16:31:21.479 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17222026-06-18T16:31:22.301ZJun 18 16:31:22.177 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17232026-06-18T16:31:22.952ZJun 18 16:31:22.826 INFO Download complete, target: MaghemiteDdmd
17242026-06-18T16:31:23.564ZJun 18 16:31:23.432 INFO Download complete, target: DendriteStub
17252026-06-18T16:31:23.978ZJun 18 16:31:23.854 INFO Download complete, target: MaghemiteMgd
17262026-06-18T16:31:26.473ZJun 18 16:31:26.342 INFO Checking that binary works, target: Cockroach
17272026-06-18T16:31:26.594ZJun 18 16:31:26.463 INFO Download complete, target: Cockroach
17282026-06-18T16:31:29.183ZJun 18 16:31:29.057 INFO Checking that binary works, target: Clickhouse
17292026-06-18T16:31:29.275ZJun 18 16:31:29.145 INFO Download complete, target: Clickhouse
17302026-06-18T16:31:29.288ZAll prerequisites installed successfully
17312026-06-18T16:31:29.288Z
17322026-06-18T16:31:29.288Zreal 1:56.861236598
17332026-06-18T16:31:29.288Zuser 7:01.762930855
17342026-06-18T16:31:29.288Zsys 1:47.002190027
17352026-06-18T16:31:29.289Ztrap 0.287568493
17362026-06-18T16:31:29.289Ztflt 1.209241156
17372026-06-18T16:31:29.289Zdflt 1.563436372
17382026-06-18T16:31:29.289Zkflt 0.023596345
17392026-06-18T16:31:29.289Zlock 24:10.053626107
17402026-06-18T16:31:29.289Zslp 19:29.278717822
17412026-06-18T16:31:29.289Zlat 26.709917449
17422026-06-18T16:31:29.289Zstop 2:52.909351897
17432026-06-18T16:31:29.290Z+ ptime -m cargo xtask download softnpu
17442026-06-18T16:31:29.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
17452026-06-18T16:31:29.744Z Running `target/debug/xtask download softnpu`
17462026-06-18T16:31:30.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
17472026-06-18T16:31:30.526Z Running `target/debug/xtask-downloader softnpu`
17482026-06-18T16:31:30.563ZJun 18 16:31:30.441 INFO Starting download, target: Softnpu
17492026-06-18T16:31:30.571ZJun 18 16:31:30.441 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17502026-06-18T16:31:31.066ZJun 18 16:31:30.944 INFO Download complete, target: Softnpu
17512026-06-18T16:31:31.070Z
17522026-06-18T16:31:31.074Zreal 1.789593457
17532026-06-18T16:31:31.074Zuser 1.274489436
17542026-06-18T16:31:31.074Zsys 0.606147561
17552026-06-18T16:31:31.074Ztrap 0.000613390
17562026-06-18T16:31:31.074Ztflt 0.000094160
17572026-06-18T16:31:31.074Zdflt 0.000251770
17582026-06-18T16:31:31.074Zkflt 0.000000000
17592026-06-18T16:31:31.074Zlock 9.162751384
17602026-06-18T16:31:31.074Zslp 0.357827625
17612026-06-18T16:31:31.074Zlat 0.089331321
17622026-06-18T16:31:31.074Zstop 0.000175490
17632026-06-18T16:31:31.074Z+ export CARGO_INCREMENTAL=0
17642026-06-18T16:31:31.074Z+ CARGO_INCREMENTAL=0
17652026-06-18T16:31:31.074Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17662026-06-18T16:31:31.922Z Compiling proc-macro2 v1.0.106
17672026-06-18T16:31:31.923Z Compiling quote v1.0.45
17682026-06-18T16:31:31.923Z Compiling unicode-ident v1.0.24
17692026-06-18T16:31:31.923Z Compiling libc v0.2.185
17702026-06-18T16:31:31.926Z Compiling serde_core v1.0.228
17712026-06-18T16:31:31.926Z Compiling serde v1.0.228
17722026-06-18T16:31:31.926Z Compiling cfg-if v1.0.4
17732026-06-18T16:31:31.926Z Compiling version_check v0.9.5
17742026-06-18T16:31:31.926Z Compiling shlex v1.3.0
17752026-06-18T16:31:31.926Z Compiling find-msvc-tools v0.1.9
17762026-06-18T16:31:32.061Z Compiling typenum v1.19.0
17772026-06-18T16:31:32.064Z Compiling zmij v1.0.21
17782026-06-18T16:31:32.064Z Compiling autocfg v1.5.0
17792026-06-18T16:31:32.064Z Compiling memchr v2.8.0
17802026-06-18T16:31:32.064Z Compiling serde_json v1.0.149
17812026-06-18T16:31:32.274Z Compiling portable-atomic v1.13.1
17822026-06-18T16:31:32.332Z Compiling libm v0.2.16
17832026-06-18T16:31:32.349Z Compiling zerocopy v0.8.40
17842026-06-18T16:31:32.375Z Compiling smallvec v1.15.1
17852026-06-18T16:31:32.523Z Compiling generic-array v0.14.7
17862026-06-18T16:31:32.631Z Compiling parking_lot_core v0.9.12
17872026-06-18T16:31:32.649Z Compiling icu_properties_data v2.1.2
17882026-06-18T16:31:32.665Z Compiling icu_normalizer_data v2.1.1
17892026-06-18T16:31:32.679Z Compiling itoa v1.0.17
17902026-06-18T16:31:32.682Z Compiling getrandom v0.4.1
17912026-06-18T16:31:32.712Z Compiling num-traits v0.2.19
17922026-06-18T16:31:32.736Z Compiling log v0.4.29
17932026-06-18T16:31:32.781Z Compiling stable_deref_trait v1.2.1
17942026-06-18T16:31:32.859Z Compiling pkg-config v0.3.32
17952026-06-18T16:31:32.891Z Compiling subtle v2.6.1
17962026-06-18T16:31:33.001Z Compiling jobserver v0.1.34
17972026-06-18T16:31:33.004Z Compiling getrandom v0.2.17
17982026-06-18T16:31:33.061Z Compiling errno v0.3.14
17992026-06-18T16:31:33.092Z Compiling scopeguard v1.2.0
18002026-06-18T16:31:33.162Z Compiling rand_core v0.6.4
18012026-06-18T16:31:33.192Z Compiling lock_api v0.4.14
18022026-06-18T16:31:33.242Z Compiling cc v1.2.56
18032026-06-18T16:31:33.346Z Compiling percent-encoding v2.3.2
18042026-06-18T16:31:33.387Z Compiling fnv v1.0.7
18052026-06-18T16:31:33.403Z Compiling writeable v0.6.2
18062026-06-18T16:31:33.419Z Compiling litemap v0.8.1
18072026-06-18T16:31:33.464Z Compiling syn v2.0.117
18082026-06-18T16:31:33.491Z Compiling thiserror v2.0.18
18092026-06-18T16:31:33.508Z Compiling pin-project-lite v0.2.17
18102026-06-18T16:31:33.592Z Compiling getrandom v0.3.4
18112026-06-18T16:31:33.654Z Compiling rand_core v0.10.0
18122026-06-18T16:31:33.657Z Compiling equivalent v1.0.2
18132026-06-18T16:31:33.697Z Compiling dunce v1.0.5
18142026-06-18T16:31:33.728Z Compiling fs_extra v1.3.0
18152026-06-18T16:31:33.762Z Compiling schemars v0.8.22
18162026-06-18T16:31:33.778Z Compiling rustversion v1.0.22
18172026-06-18T16:31:33.814Z Compiling rustix v1.1.3
18182026-06-18T16:31:34.936Z Compiling utf8_iter v1.0.4
18192026-06-18T16:31:34.944Z Compiling critical-section v1.2.0
18202026-06-18T16:31:34.944Z Compiling form_urlencoded v1.2.2
18212026-06-18T16:31:34.944Z Compiling cmake v0.1.57
18222026-06-18T16:31:34.945Z Compiling hashbrown v0.17.0
18232026-06-18T16:31:34.945Z Compiling signal-hook-registry v1.4.8
18242026-06-18T16:31:34.945Z Compiling const-oid v0.9.6
18252026-06-18T16:31:34.945Z Compiling bitflags v2.11.0
18262026-06-18T16:31:34.945Z Compiling semver v1.0.28
18272026-06-18T16:31:34.945Z Compiling once_cell v1.21.3
18282026-06-18T16:31:34.945Z Compiling ring v0.17.14
18292026-06-18T16:31:34.945Z Compiling aws-lc-sys v0.40.0
18302026-06-18T16:31:34.945Z Compiling indexmap v2.14.0
18312026-06-18T16:31:34.945Z Compiling parking_lot v0.12.5
18322026-06-18T16:31:34.945Z Compiling socket2 v0.6.3
18332026-06-18T16:31:34.945Z Compiling mio v1.2.0
18342026-06-18T16:31:34.983Z Compiling aws-lc-rs v1.16.3
18352026-06-18T16:31:35.002Z Compiling futures-core v0.3.32
18362026-06-18T16:31:35.049Z Compiling httparse v1.10.1
18372026-06-18T16:31:35.069Z Compiling strsim v0.11.1
18382026-06-18T16:31:35.085Z Compiling thiserror v1.0.69
18392026-06-18T16:31:35.238Z Compiling vcpkg v0.2.15
18402026-06-18T16:31:35.399Z Compiling byteorder v1.5.0
18412026-06-18T16:31:35.416Z Compiling ucd-trie v0.1.7
18422026-06-18T16:31:35.419Z Compiling iana-time-zone v0.1.65
18432026-06-18T16:31:35.479Z Compiling regex-syntax v0.8.10
18442026-06-18T16:31:35.512Z Compiling syn v1.0.109
18452026-06-18T16:31:35.587Z Compiling ident_case v1.0.1
18462026-06-18T16:31:35.608Z Compiling pest v2.8.6
18472026-06-18T16:31:35.647Z Compiling heck v0.5.0
18482026-06-18T16:31:35.669Z Compiling uuid v1.23.0
18492026-06-18T16:31:35.713Z Compiling cpufeatures v0.2.17
18502026-06-18T16:31:35.858Z Compiling openssl-sys v0.9.115
18512026-06-18T16:31:35.890Z Compiling rustls v0.23.37
18522026-06-18T16:31:35.928Z Compiling rustc_version v0.4.1
18532026-06-18T16:31:36.020Z Compiling futures-sink v0.3.32
18542026-06-18T16:31:36.151Z Compiling futures-channel v0.3.32
18552026-06-18T16:31:36.217Z Compiling aho-corasick v1.1.4
18562026-06-18T16:31:36.238Z Compiling futures-task v0.3.32
18572026-06-18T16:31:36.292Z Compiling dyn-clone v1.0.20
18582026-06-18T16:31:36.308Z Compiling futures-io v0.3.32
18592026-06-18T16:31:36.402Z Compiling slab v0.4.12
18602026-06-18T16:31:36.422Z Compiling synstructure v0.13.2
18612026-06-18T16:31:36.438Z Compiling serde_derive_internals v0.29.1
18622026-06-18T16:31:36.620Z Compiling crc32fast v1.5.0
18632026-06-18T16:31:36.691Z Compiling pest_meta v2.8.6
18642026-06-18T16:31:36.725Z Compiling plain v0.2.3
18652026-06-18T16:31:36.782Z Compiling base64 v0.22.1
18662026-06-18T16:31:36.795Z Compiling openssl v0.10.79
18672026-06-18T16:31:36.903Z Compiling time-core v0.1.8
18682026-06-18T16:31:36.919Z Compiling crossbeam-utils v0.8.21
18692026-06-18T16:31:36.960Z Compiling num-conv v0.2.0
18702026-06-18T16:31:37.053Z Compiling regex-automata v0.4.14
18712026-06-18T16:31:37.086Z Compiling pretty-hex v0.4.1
18722026-06-18T16:31:37.111Z Compiling time-macros v0.2.27
18732026-06-18T16:31:37.215Z Compiling anyhow v1.0.102
18742026-06-18T16:31:37.232Z Compiling native-tls v0.2.18
18752026-06-18T16:31:37.248Z Compiling base64ct v1.8.3
18762026-06-18T16:31:37.251Z Compiling darling_core v0.21.3
18772026-06-18T16:31:37.297Z Compiling pest_generator v2.8.6
18782026-06-18T16:31:37.364Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18792026-06-18T16:31:37.536Z Compiling pem-rfc7468 v0.7.0
18802026-06-18T16:31:37.561Z Compiling flagset v0.4.7
18812026-06-18T16:31:37.579Z Compiling rand_core v0.9.5
18822026-06-18T16:31:37.683Z Compiling tracing-core v0.1.36
18832026-06-18T16:31:37.714Z Compiling serde_derive v1.0.228
18842026-06-18T16:31:37.731Z Compiling zeroize_derive v1.4.3
18852026-06-18T16:31:37.734Z Compiling zerofrom-derive v0.1.6
18862026-06-18T16:31:37.770Z Compiling yoke-derive v0.8.1
18872026-06-18T16:31:37.816Z Compiling zerovec-derive v0.11.2
18882026-06-18T16:31:37.836Z Compiling displaydoc v0.2.5
18892026-06-18T16:31:37.957Z Compiling zerocopy-derive v0.8.40
18902026-06-18T16:31:37.993Z Compiling tokio-macros v2.7.0
18912026-06-18T16:31:38.111Z Compiling futures-macro v0.3.32
18922026-06-18T16:31:38.406Z Compiling zeroize v1.8.2
18932026-06-18T16:31:38.751Z Compiling thiserror-impl v2.0.18
18942026-06-18T16:31:38.769Z Compiling schemars_derive v0.8.22
18952026-06-18T16:31:39.787Z Compiling tracing-attributes v0.1.31
18962026-06-18T16:31:39.790Z Compiling der_derive v0.7.3
18972026-06-18T16:31:39.790Z Compiling zerofrom v0.1.6
18982026-06-18T16:31:39.791Z Compiling yoke v0.8.1
18992026-06-18T16:31:39.791Z Compiling zerovec v0.11.5
19002026-06-18T16:31:39.791Z Compiling zerotrie v0.2.3
19012026-06-18T16:31:39.791Z Compiling crypto-common v0.1.7
19022026-06-18T16:31:39.791Z Compiling block-buffer v0.10.4
19032026-06-18T16:31:39.791Z Compiling digest v0.10.7
19042026-06-18T16:31:39.791Z Compiling thiserror-impl v1.0.69
19052026-06-18T16:31:39.869Z Compiling tinystr v0.8.2
19062026-06-18T16:31:39.885Z Compiling potential_utf v0.1.4
19072026-06-18T16:31:39.941Z Compiling pest_derive v2.8.6
19082026-06-18T16:31:40.014Z Compiling icu_collections v2.1.1
19092026-06-18T16:31:40.039Z Compiling hmac v0.12.1
19102026-06-18T16:31:40.094Z Compiling icu_locale_core v2.1.1
19112026-06-18T16:31:40.116Z Compiling futures-util v0.3.32
19122026-06-18T16:31:40.395Z Compiling block-padding v0.3.3
19132026-06-18T16:31:40.422Z Compiling sha2 v0.10.9
19142026-06-18T16:31:40.671Z Compiling inout v0.1.4
19152026-06-18T16:31:40.785Z Compiling rustls-pki-types v1.14.0
19162026-06-18T16:31:40.801Z Compiling scroll_derive v0.12.1
19172026-06-18T16:31:40.847Z Compiling icu_provider v2.1.1
19182026-06-18T16:31:40.890Z Compiling cipher v0.4.4
19192026-06-18T16:31:41.040Z Compiling bytes v1.11.1
19202026-06-18T16:31:41.097Z Compiling chrono v0.4.44
19212026-06-18T16:31:41.145Z Compiling icu_properties v2.1.2
19222026-06-18T16:31:41.171Z Compiling icu_normalizer v2.1.1
19232026-06-18T16:31:41.629Z Compiling tokio v1.52.1
19242026-06-18T16:31:41.929Z Compiling serde_tokenstream v0.2.3
19252026-06-18T16:31:41.961Z Compiling scroll_derive v0.13.1
19262026-06-18T16:31:42.255Z Compiling idna_adapter v1.2.1
19272026-06-18T16:31:42.375Z Compiling idna v1.1.0
19282026-06-18T16:31:42.404Z Compiling ppv-lite86 v0.2.21
19292026-06-18T16:31:42.514Z Compiling openssl-macros v0.1.1
19302026-06-18T16:31:42.673Z Compiling http v1.4.0
19312026-06-18T16:31:42.748Z Compiling url v2.5.8
19322026-06-18T16:31:42.844Z Compiling der v0.7.10
19332026-06-18T16:31:42.929Z Compiling darling_macro v0.21.3
19342026-06-18T16:31:42.958Z Compiling regex v1.12.3
19352026-06-18T16:31:43.052Z Compiling zerocopy-derive v0.7.35
19362026-06-18T16:31:43.072Z Compiling slog v2.8.2
19372026-06-18T16:31:43.560Z Compiling untrusted v0.9.0
19382026-06-18T16:31:43.779Z Compiling spki v0.7.3
19392026-06-18T16:31:44.006Z Compiling darling v0.21.3
19402026-06-18T16:31:44.023Z Compiling salsa20 v0.10.2
19412026-06-18T16:31:44.072Z Compiling pbkdf2 v0.12.2
19422026-06-18T16:31:44.124Z Compiling tracing v0.1.44
19432026-06-18T16:31:44.684Z Compiling cookie v0.18.1
19442026-06-18T16:31:44.721Z Compiling camino v1.2.2
19452026-06-18T16:31:45.053Z Compiling scrypt v0.11.0
19462026-06-18T16:31:45.056Z Compiling http-body v1.0.1
19472026-06-18T16:31:45.130Z Compiling rand_chacha v0.9.0
19482026-06-18T16:31:45.146Z Compiling aes v0.8.4
19492026-06-18T16:31:45.224Z Compiling cbc v0.1.2
19502026-06-18T16:31:45.327Z Compiling usdt-impl v0.5.0
19512026-06-18T16:31:45.331Z Compiling openssl-probe v0.2.1
19522026-06-18T16:31:45.357Z Compiling fastrand v2.3.0
19532026-06-18T16:31:45.384Z Compiling paste v1.0.15
19542026-06-18T16:31:45.472Z Compiling tokio-util v0.7.18
19552026-06-18T16:31:45.513Z Compiling either v1.15.0
19562026-06-18T16:31:45.527Z Compiling usdt-impl v0.6.0
19572026-06-18T16:31:45.532Z Compiling unicode-segmentation v1.12.0
19582026-06-18T16:31:45.663Z Compiling untrusted v0.7.1
19592026-06-18T16:31:45.695Z Compiling winnow v0.7.14
19602026-06-18T16:31:45.759Z Compiling ref-cast v1.0.25
19612026-06-18T16:31:45.765Z Compiling tinyvec_macros v0.1.1
19622026-06-18T16:31:45.809Z Compiling pkcs5 v0.7.1
19632026-06-18T16:31:45.830Z Compiling rand v0.9.2
19642026-06-18T16:31:45.852Z Compiling tinyvec v1.10.0
19652026-06-18T16:31:46.248Z Compiling scroll v0.13.0
19662026-06-18T16:31:46.290Z Compiling scroll v0.12.0
19672026-06-18T16:31:46.422Z Compiling serde_spanned v0.6.9
19682026-06-18T16:31:46.439Z Compiling toml_datetime v0.6.11
19692026-06-18T16:31:46.457Z Compiling async-trait v0.1.89
19702026-06-18T16:31:46.538Z Compiling heapless v0.7.17
19712026-06-18T16:31:46.644Z Compiling bzip2-sys v0.1.13+1.0.8
19722026-06-18T16:31:46.657Z Compiling tower-service v0.3.3
19732026-06-18T16:31:46.751Z Compiling rustix v0.38.44
19742026-06-18T16:31:46.769Z Compiling tower-layer v0.3.3
19752026-06-18T16:31:46.854Z Compiling atomic-waker v1.1.2
19762026-06-18T16:31:46.870Z Compiling signal-hook v0.3.18
19772026-06-18T16:31:46.963Z Compiling zstd-safe v7.2.4
19782026-06-18T16:31:46.963Z Compiling try-lock v0.2.5
19792026-06-18T16:31:47.081Z Compiling want v0.3.1
19802026-06-18T16:31:47.096Z Compiling h2 v0.4.13
19812026-06-18T16:31:47.113Z Compiling toml_parser v1.0.9+spec-1.1.0
19822026-06-18T16:31:47.206Z Compiling goblin v0.8.2
19832026-06-18T16:31:47.265Z Compiling goblin v0.10.5
19842026-06-18T16:31:47.365Z Compiling pkcs8 v0.10.2
19852026-06-18T16:31:47.455Z Compiling heck v0.4.1
19862026-06-18T16:31:47.654Z Compiling zerocopy v0.7.35
19872026-06-18T16:31:47.690Z Compiling ipnet v2.11.0
19882026-06-18T16:31:47.694Z Compiling ref-cast-impl v1.0.25
19892026-06-18T16:31:47.721Z Compiling darling_core v0.20.11
19902026-06-18T16:31:48.052Z Compiling curve25519-dalek v4.1.3
19912026-06-18T16:31:48.113Z Compiling memoffset v0.9.1
19922026-06-18T16:31:48.223Z Compiling utf8parse v0.2.2
19932026-06-18T16:31:48.321Z Compiling foreign-types-shared v0.1.1
19942026-06-18T16:31:48.412Z Compiling pin-utils v0.1.0
19952026-06-18T16:31:48.428Z Compiling winnow v0.5.40
19962026-06-18T16:31:48.491Z Compiling httpdate v1.0.3
19972026-06-18T16:31:48.505Z Compiling litrs v1.0.0
19982026-06-18T16:31:48.748Z Compiling foreign-types v0.3.2
19992026-06-18T16:31:48.785Z Compiling tempfile v3.25.0
20002026-06-18T16:31:49.007Z Compiling document-features v0.2.12
20012026-06-18T16:31:49.248Z Compiling unicode-normalization v0.1.25
20022026-06-18T16:31:49.558Z Compiling dof v0.3.0
20032026-06-18T16:31:49.757Z Compiling toml_edit v0.19.15
20042026-06-18T16:31:49.774Z Compiling darling_macro v0.20.11
20052026-06-18T16:31:49.877Z Compiling dtrace-parser v0.2.0
20062026-06-18T16:31:50.044Z Compiling dof v0.4.0
20072026-06-18T16:31:50.196Z Compiling hyper v1.8.1
20082026-06-18T16:31:50.287Z Compiling dtrace-parser v0.3.0
20092026-06-18T16:31:50.490Z Compiling pin-project-internal v1.1.11
20102026-06-18T16:31:50.504Z Compiling daft-derive v0.1.7
20112026-06-18T16:31:50.583Z Compiling spin v0.9.8
20122026-06-18T16:31:50.817Z Compiling thread-id v4.2.2
20132026-06-18T16:31:50.898Z Compiling thread-id v5.1.0
20142026-06-18T16:31:50.913Z Compiling socket2 v0.5.10
20152026-06-18T16:31:50.928Z Compiling smoltcp v0.9.1
20162026-06-18T16:31:51.001Z Compiling anstyle v1.0.14
20172026-06-18T16:31:51.135Z Compiling powerfmt v0.2.0
20182026-06-18T16:31:51.211Z Compiling cfg_aliases v0.2.1
20192026-06-18T16:31:51.228Z Compiling num-bigint-dig v0.8.6
20202026-06-18T16:31:51.300Z Compiling deranged v0.5.8
20212026-06-18T16:31:51.316Z Compiling nix v0.31.2
20222026-06-18T16:31:51.426Z Compiling hyper-util v0.1.20
20232026-06-18T16:31:51.658Z Compiling darling v0.20.11
20242026-06-18T16:31:51.720Z Compiling rustls-native-certs v0.8.3
20252026-06-18T16:31:51.781Z Compiling ipnetwork v0.21.1
20262026-06-18T16:31:51.988Z Compiling strum_macros v0.26.4
20272026-06-18T16:31:51.991Z Compiling curve25519-dalek-derive v0.1.1
20282026-06-18T16:31:52.164Z Compiling sync_wrapper v1.0.2
20292026-06-18T16:31:52.294Z Compiling wait-timeout v0.2.1
20302026-06-18T16:31:52.460Z Compiling colorchoice v1.0.4
20312026-06-18T16:31:52.556Z Compiling num_threads v0.1.7
20322026-06-18T16:31:52.607Z Compiling is_terminal_polyfill v1.70.2
20332026-06-18T16:31:52.637Z Compiling bit-vec v0.8.0
20342026-06-18T16:31:52.741Z Compiling siphasher v1.0.2
20352026-06-18T16:31:52.812Z Compiling anstyle-query v1.1.5
20362026-06-18T16:31:52.827Z Compiling simd-adler32 v0.3.8
20372026-06-18T16:31:52.847Z Compiling quick-error v1.2.3
20382026-06-18T16:31:52.972Z Compiling rusty-fork v0.3.1
20392026-06-18T16:31:53.103Z Compiling time v0.3.47
20402026-06-18T16:31:53.145Z Compiling bit-set v0.8.0
20412026-06-18T16:31:53.272Z Compiling tower v0.5.3
20422026-06-18T16:31:53.541Z Compiling derive_builder_core v0.20.2
20432026-06-18T16:31:53.579Z Compiling snafu-derive v0.8.9
20442026-06-18T16:31:53.612Z Compiling http-body-util v0.1.3
20452026-06-18T16:31:53.771Z Compiling webpki-roots v1.0.6
20462026-06-18T16:31:53.913Z Compiling signature v2.2.0
20472026-06-18T16:31:54.113Z Compiling hubpack_derive v0.1.1
20482026-06-18T16:31:54.191Z Compiling rand_xorshift v0.4.0
20492026-06-18T16:31:54.223Z Compiling strum_macros v0.27.2
20502026-06-18T16:31:54.363Z Compiling fs-err v3.3.0
20512026-06-18T16:31:54.432Z Compiling ahash v0.8.12
20522026-06-18T16:31:54.473Z Compiling unicode-bidi v0.3.18
20532026-06-18T16:31:54.612Z Compiling adler2 v2.0.1
20542026-06-18T16:31:54.676Z Compiling iri-string v0.7.10
20552026-06-18T16:31:54.749Z Compiling unicode-properties v0.1.4
20562026-06-18T16:31:54.765Z Compiling ryu v1.0.23
20572026-06-18T16:31:54.780Z Compiling allocator-api2 v0.2.21
20582026-06-18T16:31:54.921Z Compiling object v0.37.3
20592026-06-18T16:31:54.991Z Compiling unarray v0.1.4
20602026-06-18T16:31:55.130Z Compiling proptest v1.10.0
20612026-06-18T16:31:55.161Z Compiling stringprep v0.1.5
20622026-06-18T16:31:55.208Z Compiling serde_urlencoded v0.7.1
20632026-06-18T16:31:55.333Z Compiling miniz_oxide v0.8.9
20642026-06-18T16:31:55.638Z Compiling derive_builder_macro v0.20.2
20652026-06-18T16:31:55.902Z Compiling tower-http v0.6.8
20662026-06-18T16:31:55.918Z Compiling tokio-native-tls v0.3.1
20672026-06-18T16:31:56.113Z Compiling usdt-macro v0.6.0
20682026-06-18T16:31:56.129Z Compiling usdt-attr-macro v0.6.0
20692026-06-18T16:31:56.369Z Compiling anstyle-parse v1.0.0
20702026-06-18T16:31:56.725Z Compiling rand_chacha v0.3.1
20712026-06-18T16:31:56.862Z Compiling erased-serde v0.3.31
20722026-06-18T16:31:56.877Z Compiling md-5 v0.10.6
20732026-06-18T16:31:56.941Z Compiling bstr v1.12.1
20742026-06-18T16:31:57.013Z Compiling num-integer v0.1.46
20752026-06-18T16:31:57.031Z Compiling hash32 v0.2.1
20762026-06-18T16:31:57.054Z Compiling vergen-lib v9.1.0
20772026-06-18T16:31:57.125Z Compiling ff v0.13.1
20782026-06-18T16:31:57.244Z Compiling encoding_rs v0.8.35
20792026-06-18T16:31:57.309Z Compiling mime v0.3.17
20802026-06-18T16:31:57.344Z Compiling zlib-rs v0.6.2
20812026-06-18T16:31:57.347Z Compiling fallible-iterator v0.2.0
20822026-06-18T16:31:57.409Z Compiling base16ct v0.2.0
20832026-06-18T16:31:57.434Z Compiling psl-types v2.0.11
20842026-06-18T16:31:57.548Z Compiling sec1 v0.7.3
20852026-06-18T16:31:57.586Z Compiling publicsuffix v2.3.0
20862026-06-18T16:31:57.676Z Compiling postgres-protocol v0.6.10
20872026-06-18T16:31:57.767Z Compiling num-iter v0.1.45
20882026-06-18T16:31:57.839Z Compiling group v0.13.0
20892026-06-18T16:31:57.920Z Compiling newtype-uuid v1.3.2
20902026-06-18T16:31:58.087Z Compiling rand v0.8.6
20912026-06-18T16:31:58.358Z Compiling anstream v1.0.0
20922026-06-18T16:31:58.619Z Compiling oxnet v0.1.6
20932026-06-18T16:31:58.634Z Compiling derive_builder v0.20.2
20942026-06-18T16:31:58.651Z Compiling hyper-tls v0.6.0
20952026-06-18T16:31:58.683Z Compiling phf_shared v0.13.1
20962026-06-18T16:31:58.768Z Compiling pin-project v1.1.11
20972026-06-18T16:31:58.820Z Compiling lazy_static v1.5.0
20982026-06-18T16:31:58.886Z Compiling anstyle-parse v0.2.7
20992026-06-18T16:31:58.955Z Compiling terminal_size v0.4.3
21002026-06-18T16:31:58.958Z Compiling serde_with_macros v3.17.0
21012026-06-18T16:31:58.958Z Compiling futures-executor v0.3.32
21022026-06-18T16:31:58.996Z Compiling hex v0.4.3
21032026-06-18T16:31:59.108Z Compiling hkdf v0.12.4
21042026-06-18T16:31:59.134Z Compiling crypto-bigint v0.5.5
21052026-06-18T16:31:59.216Z Compiling serde_repr v0.1.20
21062026-06-18T16:31:59.234Z Compiling clap_derive v4.6.1
21072026-06-18T16:31:59.281Z Compiling enum-as-inner v0.6.1
21082026-06-18T16:31:59.297Z Compiling async-recursion v1.1.1
21092026-06-18T16:31:59.360Z Compiling vergen v9.1.0
21102026-06-18T16:31:59.412Z Compiling cargo-platform v0.3.2
21112026-06-18T16:31:59.494Z Compiling flate2 v1.1.9
21122026-06-18T16:31:59.694Z Compiling bumpalo v3.20.2
21132026-06-18T16:31:59.770Z Compiling libbz2-rs-sys v0.2.2
21142026-06-18T16:31:59.829Z Compiling bitflags v1.3.2
21152026-06-18T16:31:59.943Z Compiling foldhash v0.1.5
21162026-06-18T16:32:00.030Z Compiling clap_lex v1.0.0
21172026-06-18T16:32:00.138Z Compiling same-file v1.0.6
21182026-06-18T16:32:00.185Z Compiling managed v0.8.0
21192026-06-18T16:32:00.201Z Compiling foldhash v0.2.0
21202026-06-18T16:32:00.265Z Compiling walkdir v2.5.0
21212026-06-18T16:32:00.311Z Compiling bzip2 v0.6.1
21222026-06-18T16:32:00.428Z Compiling hashbrown v0.16.1
21232026-06-18T16:32:00.522Z Compiling clap_builder v4.6.0
21242026-06-18T16:32:00.538Z Compiling elliptic-curve v0.13.8
21252026-06-18T16:32:00.561Z Compiling hashbrown v0.15.5
21262026-06-18T16:32:00.658Z Compiling zopfli v0.8.3
21272026-06-18T16:32:00.911Z Compiling cargo_metadata v0.23.1
21282026-06-18T16:32:01.138Z Compiling futures v0.3.32
21292026-06-18T16:32:01.189Z Compiling anstream v0.6.21
21302026-06-18T16:32:01.500Z Compiling daft v0.1.7
21312026-06-18T16:32:01.766Z Compiling phf v0.13.1
21322026-06-18T16:32:01.793Z Compiling snafu v0.8.9
21332026-06-18T16:32:01.952Z Compiling zstd v0.13.3
21342026-06-18T16:32:02.232Z Compiling signal-hook-mio v0.2.5
21352026-06-18T16:32:02.292Z Compiling cookie_store v0.22.1
21362026-06-18T16:32:02.352Z Compiling postgres-types v0.2.12
21372026-06-18T16:32:02.376Z Compiling bzip2 v0.4.4
21382026-06-18T16:32:02.404Z Compiling globset v0.4.18
21392026-06-18T16:32:02.422Z Compiling strum v0.27.2
21402026-06-18T16:32:02.598Z Compiling hubpack v0.1.2
21412026-06-18T16:32:02.630Z Compiling ed25519 v2.2.3
21422026-06-18T16:32:02.681Z Compiling phf_shared v0.11.3
21432026-06-18T16:32:02.765Z Compiling crossbeam-epoch v0.9.18
21442026-06-18T16:32:02.861Z Compiling olpc-cjson v0.1.4
21452026-06-18T16:32:02.884Z Compiling pkcs1 v0.7.5
21462026-06-18T16:32:02.901Z Compiling pem v3.0.6
21472026-06-18T16:32:02.997Z Compiling serde-big-array v0.5.1
21482026-06-18T16:32:03.039Z Compiling serde_plain v1.0.2
21492026-06-18T16:32:03.105Z Compiling rfc6979 v0.4.0
21502026-06-18T16:32:03.135Z Compiling float-cmp v0.10.0
21512026-06-18T16:32:03.161Z Compiling memmap2 v0.9.10
21522026-06-18T16:32:03.210Z Compiling env_filter v1.0.0
21532026-06-18T16:32:03.246Z Compiling typed-path v0.9.3
21542026-06-18T16:32:03.258Z Compiling difflib v0.4.0
21552026-06-18T16:32:03.297Z Compiling keccak v0.1.6
21562026-06-18T16:32:03.299Z Compiling jiff v0.2.21
21572026-06-18T16:32:03.327Z Compiling fixedbitset v0.4.2
21582026-06-18T16:32:03.403Z Compiling static_assertions v1.1.0
21592026-06-18T16:32:03.424Z Compiling whoami v2.1.0
21602026-06-18T16:32:03.484Z Compiling fixedbitset v0.5.7
21612026-06-18T16:32:03.501Z Compiling new_debug_unreachable v1.0.6
21622026-06-18T16:32:03.553Z Compiling normalize-line-endings v0.3.0
21632026-06-18T16:32:03.609Z Compiling toml_write v0.1.2
21642026-06-18T16:32:03.670Z Compiling predicates-core v1.0.10
21652026-06-18T16:32:03.729Z Compiling data-encoding v2.10.0
21662026-06-18T16:32:03.750Z Compiling precomputed-hash v0.1.1
21672026-06-18T16:32:03.789Z Compiling toml_edit v0.22.27
21682026-06-18T16:32:03.805Z Compiling predicates v3.1.4
21692026-06-18T16:32:03.832Z Compiling string_cache v0.8.9
21702026-06-18T16:32:03.849Z Compiling petgraph v0.8.3
21712026-06-18T16:32:03.863Z Compiling tokio-postgres v0.7.16
21722026-06-18T16:32:04.072Z Compiling hickory-proto v0.25.2
21732026-06-18T16:32:04.289Z Compiling petgraph v0.6.5
21742026-06-18T16:32:04.324Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21752026-06-18T16:32:04.399Z Compiling sha3 v0.10.8
21762026-06-18T16:32:04.500Z Compiling env_logger v0.11.9
21772026-06-18T16:32:04.711Z Compiling usdt v0.6.0
21782026-06-18T16:32:04.857Z Compiling ecdsa v0.16.9
21792026-06-18T16:32:05.001Z Compiling rsa v0.9.10
21802026-06-18T16:32:05.669Z Compiling ed25519-dalek v2.2.0
21812026-06-18T16:32:06.033Z Compiling zip v4.6.1
21822026-06-18T16:32:06.135Z Compiling zip v0.6.6
21832026-06-18T16:32:06.270Z Compiling crossterm v0.28.1
21842026-06-18T16:32:06.596Z Compiling clap v4.6.1
21852026-06-18T16:32:06.684Z Compiling iddqd v0.4.2
21862026-06-18T16:32:06.739Z Compiling serde_with v3.17.0
21872026-06-18T16:32:06.962Z Compiling similar v2.7.0
21882026-06-18T16:32:07.075Z Compiling strum v0.26.3
21892026-06-18T16:32:07.147Z Compiling toml v0.7.8
21902026-06-18T16:32:07.200Z Compiling tokio-stream v0.1.18
21912026-06-18T16:32:07.290Z Compiling itertools v0.13.0
21922026-06-18T16:32:07.513Z Compiling buf-list v1.1.2
21932026-06-18T16:32:07.736Z Compiling x509-cert v0.2.5
21942026-06-18T16:32:07.829Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21952026-06-18T16:32:07.939Z Compiling openapiv3 v2.2.0
21962026-06-18T16:32:08.124Z Compiling sha1 v0.10.6
21972026-06-18T16:32:08.525Z Compiling lalrpop-util v0.19.12
21982026-06-18T16:32:08.561Z Compiling peg-runtime v0.8.5
21992026-06-18T16:32:23.570Z Compiling rustls-webpki v0.103.9
22002026-06-18T16:32:25.324Z Compiling macaddr v1.0.1
22012026-06-18T16:32:25.469Z Compiling structmeta-derive v0.3.0
22022026-06-18T16:32:25.488Z Compiling rayon-core v1.13.0
22032026-06-18T16:32:25.625Z Compiling crucible-workspace-hack v0.1.0
22042026-06-18T16:32:25.722Z Compiling itertools v0.14.0
22052026-06-18T16:32:25.768Z Compiling secrecy v0.10.3
22062026-06-18T16:32:25.876Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22072026-06-18T16:32:25.894Z Compiling rustls v0.22.4
22082026-06-18T16:32:25.948Z Compiling toml_datetime v0.7.5+spec-1.1.0
22092026-06-18T16:32:25.968Z Compiling heapless v0.8.0
22102026-06-18T16:32:26.128Z Compiling toml_edit v0.23.10+spec-1.0.0
22112026-06-18T16:32:26.214Z Compiling crossbeam-deque v0.8.6
22122026-06-18T16:32:26.299Z Compiling rustls-webpki v0.102.8
22132026-06-18T16:32:26.316Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22142026-06-18T16:32:26.408Z Compiling hash32 v0.3.1
22152026-06-18T16:32:26.458Z Compiling multer v3.1.0
22162026-06-18T16:32:26.479Z Compiling thread_local v1.1.9
22172026-06-18T16:32:26.479Z Compiling compression-core v0.4.31
22182026-06-18T16:32:26.512Z Compiling slog-async v2.8.0
22192026-06-18T16:32:26.515Z Compiling structmeta v0.3.0
22202026-06-18T16:32:26.598Z Compiling unicode-width v0.2.0
22212026-06-18T16:32:26.615Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22222026-06-18T16:32:26.683Z Compiling smoltcp v0.11.0
22232026-06-18T16:32:26.699Z Compiling match_cfg v0.1.0
22242026-06-18T16:32:26.753Z Compiling derive-ex v0.1.8
22252026-06-18T16:32:26.795Z Compiling hostname v0.3.1
22262026-06-18T16:32:26.909Z Compiling proc-macro-crate v3.4.0
22272026-06-18T16:32:26.937Z Compiling compression-codecs v0.4.37
22282026-06-18T16:32:27.028Z Compiling ingot-macros v0.1.1
22292026-06-18T16:32:27.069Z Compiling atomicwrites v0.4.4
22302026-06-18T16:32:27.085Z Compiling slog-json v2.6.1
22312026-06-18T16:32:27.331Z Compiling crossbeam-channel v0.5.15
22322026-06-18T16:32:27.364Z Compiling half v2.7.1
22332026-06-18T16:32:27.380Z Compiling newtype-uuid-macros v0.1.0
22342026-06-18T16:32:27.383Z Compiling cobs v0.3.0
22352026-06-18T16:32:27.480Z Compiling thiserror-impl-no-std v2.0.2
22362026-06-18T16:32:27.708Z Compiling tokio-rustls v0.26.4
22372026-06-18T16:32:27.745Z Compiling rustls-platform-verifier v0.6.2
22382026-06-18T16:32:27.983Z Compiling hyper-rustls v0.27.7
22392026-06-18T16:32:28.003Z Compiling universal-hash v0.5.1
22402026-06-18T16:32:28.072Z Compiling async-stream-impl v0.3.6
22412026-06-18T16:32:28.157Z Compiling toml_datetime v1.0.0+spec-1.1.0
22422026-06-18T16:32:28.174Z Compiling serde_spanned v1.0.4
22432026-06-18T16:32:28.199Z Compiling is-terminal v0.4.17
22442026-06-18T16:32:28.331Z Compiling reqwest v0.12.28
22452026-06-18T16:32:28.349Z Compiling reqwest v0.13.2
22462026-06-18T16:32:28.354Z Compiling dropshot v0.17.0
22472026-06-18T16:32:28.379Z Compiling proc-macro-error-attr v1.0.4
22482026-06-18T16:32:28.560Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22492026-06-18T16:32:28.584Z Compiling ciborium-io v0.2.2
22502026-06-18T16:32:28.603Z Compiling opaque-debug v0.3.1
22512026-06-18T16:32:28.620Z Compiling convert_case v0.4.0
22522026-06-18T16:32:28.637Z Compiling take_mut v0.2.2
22532026-06-18T16:32:28.681Z Compiling term v1.2.1
22542026-06-18T16:32:28.696Z Compiling toml_writer v1.0.6+spec-1.1.0
22552026-06-18T16:32:28.710Z Compiling ciborium-ll v0.2.2
22562026-06-18T16:32:28.818Z Compiling async-stream v0.3.6
22572026-06-18T16:32:28.832Z Compiling poly1305 v0.8.0
22582026-06-18T16:32:28.963Z Compiling derive_more v0.99.20
22592026-06-18T16:32:28.991Z Compiling tokio-rustls v0.25.0
22602026-06-18T16:32:29.006Z Compiling slog-term v2.9.2
22612026-06-18T16:32:29.042Z Compiling toml v1.0.6+spec-1.1.0
22622026-06-18T16:32:29.339Z Compiling thiserror-no-std v2.0.2
22632026-06-18T16:32:29.362Z Compiling test-strategy v0.4.5
22642026-06-18T16:32:29.455Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22652026-06-18T16:32:29.502Z Compiling postcard v1.1.3
22662026-06-18T16:32:29.743Z Compiling ingot-types v0.1.2
22672026-06-18T16:32:30.132Z Compiling tough v0.22.0
22682026-06-18T16:32:30.238Z Compiling ingot v0.1.1
22692026-06-18T16:32:30.296Z Compiling num_enum_derive v0.7.6
22702026-06-18T16:32:30.501Z Compiling slog-bunyan v2.5.0
22712026-06-18T16:32:30.576Z Compiling async-compression v0.4.41
22722026-06-18T16:32:30.739Z Compiling parse-display-derive v0.10.0
22732026-06-18T16:32:31.074Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22742026-06-18T16:32:31.267Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22752026-06-18T16:32:31.288Z Compiling proc-macro-crate v1.3.1
22762026-06-18T16:32:31.304Z Compiling waitgroup v0.1.2
22772026-06-18T16:32:31.490Z Compiling backon v1.6.0
22782026-06-18T16:32:31.523Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22792026-06-18T16:32:31.651Z Compiling password-hash v0.5.0
22802026-06-18T16:32:31.796Z Compiling chacha20 v0.9.1
22812026-06-18T16:32:31.815Z Compiling dropshot_endpoint v0.17.0
22822026-06-18T16:32:31.841Z Compiling rustls-pemfile v2.2.0
22832026-06-18T16:32:31.927Z Compiling blake2 v0.10.6
22842026-06-18T16:32:32.088Z Compiling aead v0.5.2
22852026-06-18T16:32:32.153Z Compiling foreign-types-macros v0.2.3
22862026-06-18T16:32:32.246Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22872026-06-18T16:32:32.455Z Compiling serde_path_to_error v0.1.20
22882026-06-18T16:32:32.472Z Compiling hostname v0.4.2
22892026-06-18T16:32:32.504Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22902026-06-18T16:32:32.550Z Compiling proc-macro-error v1.0.4
22912026-06-18T16:32:32.657Z Compiling instant v0.1.13
22922026-06-18T16:32:32.671Z Compiling debug-ignore v1.0.5
22932026-06-18T16:32:32.674Z Compiling cpufeatures v0.3.0
22942026-06-18T16:32:32.703Z Compiling foreign-types-shared v0.3.1
22952026-06-18T16:32:32.735Z Compiling typeid v1.0.3
22962026-06-18T16:32:32.795Z Compiling chacha20 v0.10.0
22972026-06-18T16:32:32.813Z Compiling backoff v0.4.0
22982026-06-18T16:32:32.816Z Compiling foreign-types v0.5.0
22992026-06-18T16:32:32.855Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23002026-06-18T16:32:32.888Z Compiling parse-display v0.10.0
23012026-06-18T16:32:32.909Z Compiling chacha20poly1305 v0.10.1
23022026-06-18T16:32:32.939Z Compiling argon2 v0.5.3
23032026-06-18T16:32:32.955Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23042026-06-18T16:32:33.051Z Compiling num_enum_derive v0.5.11
23052026-06-18T16:32:33.084Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23062026-06-18T16:32:33.100Z Compiling num_enum v0.7.6
23072026-06-18T16:32:33.117Z Compiling vsss-rs v3.3.4
23082026-06-18T16:32:33.276Z Compiling ciborium v0.2.2
23092026-06-18T16:32:33.463Z Compiling tabwriter v1.4.1
23102026-06-18T16:32:33.478Z Compiling regress v0.10.5
23112026-06-18T16:32:33.782Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23122026-06-18T16:32:33.810Z Compiling byte-wrapper v0.1.0
23132026-06-18T16:32:33.863Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
23142026-06-18T16:32:33.986Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23152026-06-18T16:32:34.032Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23162026-06-18T16:32:34.159Z Compiling cstr-argument v0.1.2
23172026-06-18T16:32:34.188Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23182026-06-18T16:32:34.379Z Compiling humantime v2.3.0
23192026-06-18T16:32:34.444Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23202026-06-18T16:32:34.461Z Compiling erased-serde v0.4.9
23212026-06-18T16:32:34.633Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23222026-06-18T16:32:34.658Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23232026-06-18T16:32:34.676Z Compiling num_enum v0.5.11
23242026-06-18T16:32:34.733Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23252026-06-18T16:32:34.802Z Compiling rand v0.10.0
23262026-06-18T16:32:34.825Z Compiling rayon v1.11.0
23272026-06-18T16:32:34.843Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23282026-06-18T16:32:34.867Z Compiling libefi-sys v0.1.0
23292026-06-18T16:32:34.938Z Compiling indent_write v2.2.0
23302026-06-18T16:32:34.999Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23312026-06-18T16:32:35.024Z Compiling colored v3.1.1
23322026-06-18T16:32:35.108Z Compiling zone_cfg_derive v0.3.1
23332026-06-18T16:32:35.127Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23342026-06-18T16:32:35.131Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23352026-06-18T16:32:35.246Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23362026-06-18T16:32:35.262Z Compiling camino-tempfile v1.4.1
23372026-06-18T16:32:35.493Z Compiling itertools v0.12.1
23382026-06-18T16:32:35.636Z Compiling usdt-attr-macro v0.5.0
23392026-06-18T16:32:35.685Z Compiling usdt-macro v0.5.0
23402026-06-18T16:32:35.724Z Compiling num-derive v0.4.2
23412026-06-18T16:32:35.758Z Compiling bitfield-struct v0.6.2
23422026-06-18T16:32:35.764Z Compiling ordered-float v2.10.1
23432026-06-18T16:32:35.788Z Compiling blake3 v1.8.3
23442026-06-18T16:32:36.082Z Compiling memmap v0.7.0
23452026-06-18T16:32:36.166Z Compiling sigpipe v0.1.3
23462026-06-18T16:32:36.287Z Compiling swrite v0.1.0
23472026-06-18T16:32:36.340Z Compiling glob v0.3.3
23482026-06-18T16:32:36.419Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23492026-06-18T16:32:36.428Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23502026-06-18T16:32:36.428Z Compiling usdt v0.5.0
23512026-06-18T16:32:36.655Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23522026-06-18T16:32:36.671Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23532026-06-18T16:32:36.784Z Compiling serde-value v0.7.0
23542026-06-18T16:32:36.957Z Compiling zone v0.3.1
23552026-06-18T16:32:36.974Z Compiling serde-untagged v0.1.9
23562026-06-18T16:32:37.003Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23572026-06-18T16:32:37.292Z Compiling toml v0.8.23
23582026-06-18T16:32:37.329Z Compiling smf v0.2.3
23592026-06-18T16:32:37.348Z Compiling filetime v0.2.27
23602026-06-18T16:32:37.364Z Compiling arrayref v0.3.9
23612026-06-18T16:32:37.381Z Compiling whoami v1.6.1
23622026-06-18T16:32:37.391Z Compiling unicode-xid v0.2.6
23632026-06-18T16:32:37.460Z Compiling xattr v1.6.1
23642026-06-18T16:32:37.500Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23652026-06-18T16:32:37.563Z Compiling arrayvec v0.7.6
23662026-06-18T16:32:37.578Z Compiling constant_time_eq v0.4.2
23672026-06-18T16:32:37.598Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23682026-06-18T16:32:37.684Z Compiling tar v0.4.45
23692026-06-18T16:32:37.698Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23702026-06-18T16:32:37.840Z Compiling cargo-util-schemas v0.8.2
23712026-06-18T16:32:37.857Z Compiling tokio-dtrace v0.1.1
23722026-06-18T16:32:37.958Z Compiling console v0.16.2
23732026-06-18T16:32:38.205Z Compiling gethostname v0.5.0
23742026-06-18T16:32:38.300Z Compiling cargo-platform v0.2.0
23752026-06-18T16:32:38.379Z Compiling unit-prefix v0.5.2
23762026-06-18T16:32:38.388Z Compiling topological-sort v0.2.2
23772026-06-18T16:32:38.501Z Compiling indicatif v0.18.4
23782026-06-18T16:32:38.543Z Compiling oxide-tokio-rt v0.1.4
23792026-06-18T16:32:38.580Z Compiling shell-words v1.1.1
23802026-06-18T16:32:38.600Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23812026-06-18T16:32:39.144Z Compiling cargo_metadata v0.21.0
23822026-06-18T16:32:48.349Z Compiling omicron-zone-package v0.12.2
23832026-06-18T16:32:48.393Z Compiling progenitor-client v0.14.0
23842026-06-18T16:32:48.885Z Compiling progenitor-extras v0.2.0
23852026-06-18T16:32:51.108Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23862026-06-18T16:32:51.135Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23872026-06-18T16:32:51.158Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23882026-06-18T16:32:51.394Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23892026-06-18T16:32:51.451Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23902026-06-18T16:32:51.590Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23912026-06-18T16:32:51.590Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23922026-06-18T16:32:51.590Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23932026-06-18T16:32:51.658Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23942026-06-18T16:32:55.275Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23952026-06-18T16:33:03.078Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23962026-06-18T16:33:06.184Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23972026-06-18T16:33:07.222Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23982026-06-18T16:33:17.151Z Finished `release` profile [optimized] target(s) in 1m 46s
23992026-06-18T16:33:17.287Z Running `target/release/omicron-package -t test target create -p dev`
24002026-06-18T16:33:17.348ZLogging to: /work/oxidecomputer/omicron/out/LOG
24012026-06-18T16:33:17.370ZCreated new build target 'test' and set it as active
24022026-06-18T16:33:17.370Z
24032026-06-18T16:33:17.370Zreal 1:46.270818133
24042026-06-18T16:33:17.370Zuser 17:25.170414358
24052026-06-18T16:33:17.370Zsys 2:43.377366443
24062026-06-18T16:33:17.370Ztrap 0.485522660
24072026-06-18T16:33:17.370Ztflt 2.866328455
24082026-06-18T16:33:17.370Zdflt 4.201760659
24092026-06-18T16:33:17.370Zkflt 0.000516930
24102026-06-18T16:33:17.370Zlock 54:22.884131921
24112026-06-18T16:33:17.370Zslp 44:38.063686713
24122026-06-18T16:33:17.370Zlat 42.593382029
24132026-06-18T16:33:17.370Zstop 5:28.783798979
24142026-06-18T16:33:17.370Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24152026-06-18T16:33:18.188Z Finished `release` profile [optimized] target(s) in 0.80s
24162026-06-18T16:33:18.239Z Running `target/release/omicron-package -t test package`
24172026-06-18T16:33:18.308ZLogging to: /work/oxidecomputer/omicron/out/LOG
24182026-06-18T16:33:19.741Z Compiling heck v0.5.0
24192026-06-18T16:33:19.751Z Compiling regress v0.11.1
24202026-06-18T16:33:20.012Z Compiling unsafe-libyaml v0.2.11
24212026-06-18T16:33:20.013Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24222026-06-18T16:33:20.013Z Compiling unicode-width v0.1.14
24232026-06-18T16:33:20.013Z Compiling atomicwrites v0.4.4
24242026-06-18T16:33:20.013Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24252026-06-18T16:33:20.013Z Compiling derive-where v1.6.0
24262026-06-18T16:33:20.055Z Compiling bytecount v0.6.9
24272026-06-18T16:33:20.055Z Compiling is-terminal v0.4.17
24282026-06-18T16:33:20.071Z Compiling prettyplease v0.2.37
24292026-06-18T16:33:20.101Z Compiling console v0.15.11
24302026-06-18T16:33:20.111Z Compiling newline-converter v0.3.0
24312026-06-18T16:33:20.111Z Compiling slog-dtrace v0.3.0
24322026-06-18T16:33:20.125Z Compiling cancel-safe-futures v0.1.5
24332026-06-18T16:33:20.189Z Compiling owo-colors v4.3.0
24342026-06-18T16:33:20.199Z Compiling resolv-conf v0.7.6
24352026-06-18T16:33:20.232Z Compiling rustls v0.22.4
24362026-06-18T16:33:20.248Z Compiling num-rational v0.4.2
24372026-06-18T16:33:20.281Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24382026-06-18T16:33:20.300Z Compiling libsw-core v0.3.2
24392026-06-18T16:33:20.322Z Compiling rustls-webpki v0.102.8
24402026-06-18T16:33:20.385Z Compiling num-complex v0.4.6
24412026-06-18T16:33:20.433Z Compiling serde_yaml v0.9.34+deprecated
24422026-06-18T16:33:20.476Z Compiling thread_local v1.1.9
24432026-06-18T16:33:20.505Z Compiling expectorate v1.2.0
24442026-06-18T16:33:20.591Z Compiling compression-core v0.4.31
24452026-06-18T16:33:20.612Z Compiling match_cfg v0.1.0
24462026-06-18T16:33:20.713Z Compiling hostname v0.3.1
24472026-06-18T16:33:20.789Z Compiling num v0.4.3
24482026-06-18T16:33:20.852Z Compiling compression-codecs v0.4.37
24492026-06-18T16:33:20.892Z Compiling libsw v3.5.0
24502026-06-18T16:33:20.911Z Compiling multer v3.1.0
24512026-06-18T16:33:20.974Z Compiling slog-async v2.8.0
24522026-06-18T16:33:21.033Z Compiling crossbeam-channel v0.5.15
24532026-06-18T16:33:21.055Z Compiling slog-json v2.6.1
24542026-06-18T16:33:21.106Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24552026-06-18T16:33:21.129Z Compiling toml_datetime v1.0.0+spec-1.1.0
24562026-06-18T16:33:21.171Z Compiling serde_spanned v1.0.4
24572026-06-18T16:33:21.263Z Compiling term v1.2.1
24582026-06-18T16:33:21.295Z Compiling toml_writer v1.0.6+spec-1.1.0
24592026-06-18T16:33:21.334Z Compiling take_mut v0.2.2
24602026-06-18T16:33:21.352Z Compiling linked-hash-map v0.5.6
24612026-06-18T16:33:21.371Z Compiling linear-map v1.2.0
24622026-06-18T16:33:21.389Z Compiling float-ord v0.3.2
24632026-06-18T16:33:21.412Z Compiling slog-bunyan v2.5.0
24642026-06-18T16:33:21.442Z Compiling typify-impl v0.6.2
24652026-06-18T16:33:21.502Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24662026-06-18T16:33:21.524Z Compiling toml v1.0.6+spec-1.1.0
24672026-06-18T16:33:21.553Z Compiling lru-cache v0.1.2
24682026-06-18T16:33:21.572Z Compiling slog-term v2.9.2
24692026-06-18T16:33:21.583Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24702026-06-18T16:33:21.617Z Compiling async-compression v0.4.41
24712026-06-18T16:33:21.793Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24722026-06-18T16:33:21.886Z Compiling async-stream v0.3.6
24732026-06-18T16:33:21.955Z Compiling dropshot v0.17.0
24742026-06-18T16:33:21.977Z Compiling progenitor-client v0.14.0
24752026-06-18T16:33:21.999Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24762026-06-18T16:33:22.029Z Compiling waitgroup v0.1.2
24772026-06-18T16:33:22.079Z Compiling backon v1.6.0
24782026-06-18T16:33:22.102Z Compiling rustls-pemfile v2.2.0
24792026-06-18T16:33:22.189Z Compiling hostname v0.4.2
24802026-06-18T16:33:22.201Z Compiling serde_path_to_error v0.1.20
24812026-06-18T16:33:22.230Z Compiling instant v0.1.13
24822026-06-18T16:33:22.320Z Compiling minimal-lexical v0.2.1
24832026-06-18T16:33:22.344Z Compiling debug-ignore v1.0.5
24842026-06-18T16:33:22.344Z Compiling backoff v0.4.0
24852026-06-18T16:33:22.389Z Compiling progenitor-extras v0.2.0
24862026-06-18T16:33:22.403Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24872026-06-18T16:33:22.493Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24882026-06-18T16:33:22.594Z Compiling nom v7.1.3
24892026-06-18T16:33:22.607Z Compiling tokio-rustls v0.25.0
24902026-06-18T16:33:22.613Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24912026-06-18T16:33:22.984Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24922026-06-18T16:33:23.026Z Compiling parse-display v0.10.0
24932026-06-18T16:33:23.026Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24942026-06-18T16:33:23.027Z Compiling hickory-proto v0.24.4
24952026-06-18T16:33:23.105Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
24962026-06-18T16:33:23.485Z Compiling regress v0.10.5
24972026-06-18T16:33:23.790Z Compiling macaddr v1.0.1
24982026-06-18T16:33:23.885Z Compiling unicode-xid v0.2.6
24992026-06-18T16:33:24.040Z Compiling humantime v2.3.0
25002026-06-18T16:33:24.064Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25012026-06-18T16:33:24.198Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25022026-06-18T16:33:24.274Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25032026-06-18T16:33:24.347Z Compiling convert_case v0.10.0
25042026-06-18T16:33:24.365Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25052026-06-18T16:33:24.551Z Compiling toml v0.8.23
25062026-06-18T16:33:24.646Z Compiling derive_more-impl v2.1.1
25072026-06-18T16:33:24.818Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25082026-06-18T16:33:25.010Z Compiling typify-macro v0.6.2
25092026-06-18T16:33:25.088Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25102026-06-18T16:33:25.611Z Compiling papergrid v0.11.0
25112026-06-18T16:33:25.641Z Compiling tabled_derive v0.7.0
25122026-06-18T16:33:25.641Z Compiling hickory-resolver v0.24.4
25132026-06-18T16:33:25.641Z Compiling derive_more v2.1.1
25142026-06-18T16:33:25.657Z Compiling termtree v0.5.1
25152026-06-18T16:33:25.706Z Compiling crossterm v0.29.0
25162026-06-18T16:33:25.857Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25172026-06-18T16:33:26.238Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25182026-06-18T16:33:26.457Z Compiling tabled v0.15.0
25192026-06-18T16:33:26.586Z Compiling typify v0.6.2
25202026-06-18T16:33:26.738Z Compiling progenitor-impl v0.14.0
25212026-06-18T16:33:27.463Z Compiling qorb v0.4.1
25222026-06-18T16:33:28.103Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25232026-06-18T16:33:28.771Z Compiling phf_shared v0.12.1
25242026-06-18T16:33:28.985Z Compiling progenitor-macro v0.14.0
25252026-06-18T16:33:29.027Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25262026-06-18T16:33:29.589Z Compiling vte v0.14.1
25272026-06-18T16:33:30.056Z Compiling csv-core v0.1.13
25282026-06-18T16:33:30.692Z Compiling chrono-tz v0.10.4
25292026-06-18T16:33:30.780Z Compiling highway v1.3.0
25302026-06-18T16:33:30.815Z Compiling csv v1.4.0
25312026-06-18T16:33:30.902Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25322026-06-18T16:33:31.097Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25332026-06-18T16:33:31.124Z Compiling strip-ansi-escapes v0.2.1
25342026-06-18T16:33:31.237Z Compiling phf v0.12.1
25352026-06-18T16:33:31.276Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25362026-06-18T16:33:31.450Z Compiling const_format_proc_macros v0.2.34
25372026-06-18T16:33:31.753Z Compiling fd-lock v4.0.4
25382026-06-18T16:33:31.779Z Compiling peg-macros v0.8.5
25392026-06-18T16:33:31.955Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25402026-06-18T16:33:32.241Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25412026-06-18T16:33:32.569Z Compiling nu-ansi-term v0.50.3
25422026-06-18T16:33:33.129Z Compiling peg v0.8.5
25432026-06-18T16:33:33.190Z Compiling progenitor v0.14.0
25442026-06-18T16:33:33.249Z Compiling reedline v0.40.0
25452026-06-18T16:33:33.313Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25462026-06-18T16:33:33.390Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25472026-06-18T16:33:33.447Z Compiling const_format v0.2.35
25482026-06-18T16:33:33.849Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25492026-06-18T16:33:33.950Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25502026-06-18T16:33:34.477Z Compiling bcs v0.1.6
25512026-06-18T16:33:34.978Z Compiling nom v8.0.0
25522026-06-18T16:33:35.155Z Compiling semver v0.1.20
25532026-06-18T16:33:35.490Z Compiling rustc_version v0.1.7
25542026-06-18T16:33:35.958Z Compiling newtype_derive v0.1.6
25552026-06-18T16:33:36.015Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25562026-06-18T16:33:36.152Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25572026-06-18T16:33:36.235Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25582026-06-18T16:33:36.243Z Compiling smawk v0.3.2
25592026-06-18T16:33:36.359Z Compiling unicode-linebreak v0.1.5
25602026-06-18T16:33:36.464Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25612026-06-18T16:33:36.484Z Compiling base64 v0.21.7
25622026-06-18T16:33:36.620Z Compiling textwrap v0.16.2
25632026-06-18T16:33:36.675Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25642026-06-18T16:33:37.031Z Compiling steno v0.4.1
25652026-06-18T16:33:37.111Z Compiling dropshot-api-manager-types v0.7.2
25662026-06-18T16:33:37.213Z Compiling tagptr v0.2.0
25672026-06-18T16:33:37.283Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25682026-06-18T16:33:37.419Z Compiling moka v0.12.13
25692026-06-18T16:33:37.524Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25702026-06-18T16:33:39.851Z Compiling utf-8 v0.7.6
25712026-06-18T16:33:40.012Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25722026-06-18T16:33:40.012Z Compiling tungstenite v0.21.0
25732026-06-18T16:33:40.012Z Compiling radium v0.7.0
25742026-06-18T16:33:40.012Z Compiling display-error-chain v0.2.2
25752026-06-18T16:33:40.012Z Compiling maybe-uninit v2.0.0
25762026-06-18T16:33:40.012Z Compiling tap v1.0.1
25772026-06-18T16:33:40.012Z Compiling hickory-resolver v0.25.2
25782026-06-18T16:33:40.012Z Compiling tokio-tungstenite v0.21.0
25792026-06-18T16:33:40.012Z Compiling wyz v0.5.1
25802026-06-18T16:33:40.016Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25812026-06-18T16:33:40.016Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25822026-06-18T16:33:40.016Z Compiling zerocopy-derive v0.6.6
25832026-06-18T16:33:40.063Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25842026-06-18T16:33:40.122Z Compiling packed_struct v0.10.1
25852026-06-18T16:33:40.177Z Compiling funty v2.0.0
25862026-06-18T16:33:40.413Z Compiling crc-catalog v2.4.0
25872026-06-18T16:33:40.548Z Compiling crc v3.4.0
25882026-06-18T16:33:40.779Z Compiling bitvec v1.0.1
25892026-06-18T16:33:41.175Z Compiling zerocopy v0.6.6
25902026-06-18T16:33:41.578Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25912026-06-18T16:33:41.796Z Compiling packed_struct_codegen v0.10.1
25922026-06-18T16:33:42.044Z Compiling bitfield-macros v0.19.4
25932026-06-18T16:33:42.213Z Compiling proc-macro-error-attr2 v2.0.0
25942026-06-18T16:33:42.610Z Compiling indexmap v1.9.3
25952026-06-18T16:33:42.657Z Compiling nodrop v0.1.14
25962026-06-18T16:33:42.776Z Compiling bitfield v0.19.4
25972026-06-18T16:33:42.797Z Compiling array-init v0.0.4
25982026-06-18T16:33:42.886Z Compiling proc-macro-error2 v2.0.1
25992026-06-18T16:33:43.119Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26002026-06-18T16:33:43.209Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26012026-06-18T16:33:43.222Z Compiling smallvec v0.6.14
26022026-06-18T16:33:43.432Z Compiling num-derive v0.3.3
26032026-06-18T16:33:43.490Z Compiling vergen-lib v0.1.6
26042026-06-18T16:33:43.730Z Compiling dirs-sys-next v0.1.2
26052026-06-18T16:33:43.753Z Compiling glob v0.3.3
26062026-06-18T16:33:44.017Z Compiling diesel_derives v2.3.7
26072026-06-18T16:33:44.055Z Compiling hashbrown v0.12.3
26082026-06-18T16:33:44.141Z Compiling crunchy v0.2.4
26092026-06-18T16:33:44.250Z Compiling maplit v1.0.2
26102026-06-18T16:33:44.351Z Compiling libscf-sys v1.1.0
26112026-06-18T16:33:44.408Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26122026-06-18T16:33:44.435Z Compiling clang-sys v1.8.1
26132026-06-18T16:33:44.486Z Compiling dirs-next v2.0.0
26142026-06-18T16:33:44.564Z Compiling serde-hex v0.1.0
26152026-06-18T16:33:44.676Z Compiling tabled_derive v0.11.0
26162026-06-18T16:33:44.701Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26172026-06-18T16:33:47.232Z Compiling ron v0.8.1
26182026-06-18T16:33:47.293Z Compiling papergrid v0.17.0
26192026-06-18T16:33:47.293Z Compiling testing_table v0.3.0
26202026-06-18T16:33:47.293Z Compiling hashbrown v0.13.2
26212026-06-18T16:33:47.294Z Compiling scheduled-thread-pool v0.2.7
26222026-06-18T16:33:47.294Z Compiling dsl_auto_type v0.2.0
26232026-06-18T16:33:47.294Z Compiling vergen-gitcl v1.0.8
26242026-06-18T16:33:47.294Z Compiling diesel_table_macro_syntax v0.3.0
26252026-06-18T16:33:47.294Z Compiling tiny-keccak v2.0.2
26262026-06-18T16:33:47.294Z Compiling crc-any v2.5.0
26272026-06-18T16:33:47.294Z Compiling object v0.30.4
26282026-06-18T16:33:47.294Z Compiling tabled v0.20.0
26292026-06-18T16:33:47.294Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26302026-06-18T16:33:47.294Z Compiling r2d2 v0.8.10
26312026-06-18T16:33:47.294Z Compiling term v0.7.0
26322026-06-18T16:33:47.294Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26332026-06-18T16:33:47.294Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26342026-06-18T16:33:47.294Z Compiling progenitor-impl v0.13.0
26352026-06-18T16:33:47.322Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26362026-06-18T16:33:47.463Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26372026-06-18T16:33:47.698Z Compiling bit-vec v0.6.3
26382026-06-18T16:33:47.963Z Compiling downcast-rs v2.0.2
26392026-06-18T16:33:47.990Z Compiling path-slash v0.1.5
26402026-06-18T16:33:48.100Z Compiling xshell-macros v0.2.7
26412026-06-18T16:33:48.202Z Compiling bit-set v0.5.3
26422026-06-18T16:33:48.397Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26432026-06-18T16:33:48.531Z Compiling xshell v0.2.7
26442026-06-18T16:33:48.734Z Compiling ascii-canvas v3.0.0
26452026-06-18T16:33:49.010Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26462026-06-18T16:33:49.427Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26472026-06-18T16:33:49.448Z Compiling progenitor-macro v0.13.0
26482026-06-18T16:33:50.600Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26492026-06-18T16:33:50.797Z Compiling diesel v2.3.7
26502026-06-18T16:33:50.831Z Compiling progenitor-client v0.13.0
26512026-06-18T16:33:51.080Z Compiling itertools v0.10.5
26522026-06-18T16:33:51.375Z Compiling ena v0.14.4
26532026-06-18T16:33:51.619Z Compiling libloading v0.8.9
26542026-06-18T16:33:51.860Z Compiling bindgen v0.71.1
26552026-06-18T16:33:52.154Z Compiling regex-syntax v0.6.29
26562026-06-18T16:33:52.195Z Compiling unicase v2.9.0
26572026-06-18T16:33:52.510Z Compiling diff v0.1.13
26582026-06-18T16:33:52.807Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26592026-06-18T16:33:53.652Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26602026-06-18T16:33:53.701Z Compiling progenitor v0.13.0
26612026-06-18T16:33:53.845Z Compiling lalrpop v0.19.12
26622026-06-18T16:33:53.887Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26632026-06-18T16:33:54.036Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26642026-06-18T16:33:54.073Z Compiling cexpr v0.6.0
26652026-06-18T16:33:54.174Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26662026-06-18T16:33:54.409Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26672026-06-18T16:33:54.598Z Compiling rustc-hash v2.1.1
26682026-06-18T16:33:54.687Z Compiling crc8 v0.1.1
26692026-06-18T16:33:54.833Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26702026-06-18T16:33:54.906Z Compiling headers-core v0.3.0
26712026-06-18T16:33:55.063Z Compiling libxml v0.3.3
26722026-06-18T16:33:55.113Z Compiling headers v0.4.1
26732026-06-18T16:33:55.275Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26742026-06-18T16:33:55.368Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26752026-06-18T16:33:55.389Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26762026-06-18T16:33:55.517Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26772026-06-18T16:33:55.593Z Compiling git-stub v1.0.0
26782026-06-18T16:33:55.619Z Compiling strum_macros v0.24.3
26792026-06-18T16:33:55.869Z Compiling indoc v1.0.9
26802026-06-18T16:33:55.977Z Compiling git-stub-vcs v0.1.0
26812026-06-18T16:33:56.311Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26822026-06-18T16:33:56.344Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26832026-06-18T16:33:56.504Z Compiling derive_builder v0.20.2
26842026-06-18T16:33:56.573Z Compiling quick-xml v0.37.5
26852026-06-18T16:33:56.772Z Compiling oso-derive v0.27.3
26862026-06-18T16:33:56.794Z Compiling impl-trait-for-tuples v0.2.3
26872026-06-18T16:33:56.910Z Compiling openssl-probe v0.1.6
26882026-06-18T16:33:57.256Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26892026-06-18T16:33:57.297Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26902026-06-18T16:33:57.923Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26912026-06-18T16:33:57.983Z Compiling half v1.8.3
26922026-06-18T16:33:58.092Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26932026-06-18T16:33:58.324Z Compiling serde_cbor v0.11.2
26942026-06-18T16:33:58.426Z Compiling bb8 v0.8.6
26952026-06-18T16:33:58.816Z Compiling trait-variant v0.1.2
26962026-06-18T16:33:59.287Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26972026-06-18T16:33:59.323Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26982026-06-18T16:33:59.381Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26992026-06-18T16:33:59.402Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27002026-06-18T16:33:59.515Z Compiling samael v0.0.19
27012026-06-18T16:33:59.614Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27022026-06-18T16:33:59.720Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27032026-06-18T16:33:59.819Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27042026-06-18T16:33:59.924Z Compiling fxhash v0.2.1
27052026-06-18T16:34:00.074Z Compiling libz-sys v1.1.24
27062026-06-18T16:34:00.096Z Compiling nonempty v0.12.0
27072026-06-18T16:34:00.332Z Compiling salty v0.3.0
27082026-06-18T16:34:00.659Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27092026-06-18T16:34:00.894Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27102026-06-18T16:34:01.185Z Compiling kstat-rs v0.2.4
27112026-06-18T16:34:01.497Z Compiling polar-core v0.27.3
27122026-06-18T16:34:01.533Z Compiling arc-swap v1.8.2
27132026-06-18T16:34:01.557Z Compiling fs-err v2.11.0
27142026-06-18T16:34:01.931Z Compiling slog-scope v4.4.1
27152026-06-18T16:34:01.944Z Compiling mime_guess v2.0.5
27162026-06-18T16:34:01.969Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27172026-06-18T16:34:02.426Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27182026-06-18T16:34:02.498Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27192026-06-18T16:34:02.655Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27202026-06-18T16:34:02.978Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27212026-06-18T16:34:03.032Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27222026-06-18T16:34:03.506Z Compiling darling_core v0.23.0
27232026-06-18T16:34:03.987Z Compiling nanorand v0.7.0
27242026-06-18T16:34:04.148Z Compiling libgit2-sys v0.18.3+1.9.2
27252026-06-18T16:34:04.373Z Compiling parking_lot_core v0.8.6
27262026-06-18T16:34:04.710Z Compiling flume v0.11.1
27272026-06-18T16:34:05.134Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27282026-06-18T16:34:05.513Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27292026-06-18T16:34:05.655Z Compiling slog-stdlog v4.1.1
27302026-06-18T16:34:05.769Z Compiling darling_macro v0.23.0
27312026-06-18T16:34:06.162Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27322026-06-18T16:34:06.290Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27332026-06-18T16:34:06.294Z Compiling primeorder v0.13.6
27342026-06-18T16:34:06.543Z Compiling atty v0.2.14
27352026-06-18T16:34:06.635Z Compiling strsim v0.10.0
27362026-06-18T16:34:06.659Z Compiling http-range v0.1.5
27372026-06-18T16:34:06.700Z Compiling instability v0.3.11
27382026-06-18T16:34:06.926Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27392026-06-18T16:34:06.956Z Compiling parse-size v1.1.0
27402026-06-18T16:34:07.037Z Compiling darling_core v0.13.4
27412026-06-18T16:34:07.187Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27422026-06-18T16:34:07.255Z Compiling p384 v0.13.1
27432026-06-18T16:34:07.487Z Compiling darling v0.23.0
27442026-06-18T16:34:07.611Z Compiling slog-envlogger v2.2.0
27452026-06-18T16:34:08.808Z Compiling async-bb8-diesel v0.2.1
27462026-06-18T16:34:09.272Z Compiling diesel-dtrace v0.5.0
27472026-06-18T16:34:10.206Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27482026-06-18T16:34:10.970Z Compiling oso v0.27.3
27492026-06-18T16:34:11.431Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27502026-06-18T16:34:11.906Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27512026-06-18T16:34:12.373Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27522026-06-18T16:34:12.645Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27532026-06-18T16:34:14.529Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27542026-06-18T16:34:15.103Z Compiling ignore v0.4.25
27552026-06-18T16:34:15.909Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27562026-06-18T16:34:16.092Z Compiling castaway v0.2.4
27572026-06-18T16:34:16.218Z Compiling vergen-git2 v9.1.0
27582026-06-18T16:34:16.266Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27592026-06-18T16:34:16.472Z Compiling indoc v2.0.7
27602026-06-18T16:34:16.644Z Compiling compact_str v0.8.1
27612026-06-18T16:34:16.650Z Compiling globwalk v0.9.1
27622026-06-18T16:34:17.344Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27632026-06-18T16:34:17.365Z Compiling parking_lot v0.11.2
27642026-06-18T16:34:17.505Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27652026-06-18T16:34:17.638Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27662026-06-18T16:34:17.776Z Compiling hyper-staticfile v0.10.1
27672026-06-18T16:34:18.186Z Compiling darling_macro v0.13.4
27682026-06-18T16:34:18.627Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27692026-06-18T16:34:18.690Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27702026-06-18T16:34:18.948Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27712026-06-18T16:34:19.010Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27722026-06-18T16:34:19.302Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27732026-06-18T16:34:19.427Z Compiling predicates-tree v1.0.13
27742026-06-18T16:34:19.504Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27752026-06-18T16:34:19.746Z Compiling unicode-truncate v1.1.0
27762026-06-18T16:34:19.828Z Compiling lru v0.12.5
27772026-06-18T16:34:19.906Z Compiling prefix-trie v0.7.0
27782026-06-18T16:34:19.961Z Compiling rand_seeder v0.4.0
27792026-06-18T16:34:20.068Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27802026-06-18T16:34:20.213Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27812026-06-18T16:34:20.236Z Compiling illumos-nvpair-sys v0.2.0
27822026-06-18T16:34:20.463Z Compiling rustls v0.21.12
27832026-06-18T16:34:20.488Z Compiling corncobs v0.1.4
27842026-06-18T16:34:20.513Z Compiling cassowary v0.3.0
27852026-06-18T16:34:20.577Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27862026-06-18T16:34:20.644Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27872026-06-18T16:34:20.746Z Compiling hickory-server v0.25.2
27882026-06-18T16:34:20.773Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27892026-06-18T16:34:20.926Z Compiling ratatui v0.29.0
27902026-06-18T16:34:21.022Z Compiling camino-tempfile-ext v0.3.3
27912026-06-18T16:34:21.418Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27922026-06-18T16:34:21.683Z Compiling darling v0.13.4
27932026-06-18T16:34:21.807Z Compiling sled v0.34.7
27942026-06-18T16:34:22.116Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27952026-06-18T16:34:22.582Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27962026-06-18T16:34:23.031Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27972026-06-18T16:34:23.780Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27982026-06-18T16:34:24.334Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27992026-06-18T16:34:24.565Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28002026-06-18T16:34:24.802Z Compiling rustls-webpki v0.101.7
28012026-06-18T16:34:25.240Z Compiling sct v0.7.1
28022026-06-18T16:34:25.473Z Compiling secrecy v0.8.0
28032026-06-18T16:34:25.520Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28042026-06-18T16:34:25.861Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28052026-06-18T16:34:26.508Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28062026-06-18T16:34:26.537Z Compiling serde_with_macros v1.5.2
28072026-06-18T16:34:26.980Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28082026-06-18T16:34:27.365Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28092026-06-18T16:34:28.762Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28102026-06-18T16:34:28.818Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28112026-06-18T16:34:29.252Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28122026-06-18T16:34:29.485Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28132026-06-18T16:34:29.843Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28142026-06-18T16:34:30.115Z Compiling git2 v0.20.4
28152026-06-18T16:34:30.168Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28162026-06-18T16:34:30.441Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28172026-06-18T16:34:30.639Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28182026-06-18T16:34:30.879Z Compiling void v1.0.2
28192026-06-18T16:34:31.029Z Compiling lzss v0.8.2
28202026-06-18T16:34:31.327Z Compiling illumos-nvpair v0.3.0
28212026-06-18T16:34:31.844Z Compiling tokio-rustls v0.24.1
28222026-06-18T16:34:32.017Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28232026-06-18T16:34:32.137Z Compiling serde_with v1.14.0
28242026-06-18T16:34:33.259Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28252026-06-18T16:34:33.328Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28262026-06-18T16:34:33.352Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28272026-06-18T16:34:35.091Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28282026-06-18T16:34:35.849Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28292026-06-18T16:34:36.203Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28302026-06-18T16:34:36.661Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28312026-06-18T16:34:36.921Z Compiling tungstenite v0.23.0
28322026-06-18T16:34:36.959Z Compiling rustls-pemfile v1.0.4
28332026-06-18T16:34:37.364Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28342026-06-18T16:34:37.828Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28352026-06-18T16:34:38.054Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28362026-06-18T16:34:38.220Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28372026-06-18T16:34:38.309Z Compiling nix v0.27.1
28382026-06-18T16:34:38.428Z Compiling twox-hash v2.1.2
28392026-06-18T16:34:38.936Z Compiling serde_bytes v0.11.19
28402026-06-18T16:34:39.283Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28412026-06-18T16:34:39.351Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28422026-06-18T16:34:39.562Z Compiling tokio-tungstenite v0.23.1
28432026-06-18T16:34:39.584Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28442026-06-18T16:34:39.955Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28452026-06-18T16:34:40.284Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28462026-06-18T16:34:40.363Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28472026-06-18T16:34:41.731Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28482026-06-18T16:34:42.396Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28492026-06-18T16:34:42.679Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28502026-06-18T16:34:42.953Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28512026-06-18T16:34:43.096Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28522026-06-18T16:34:43.975Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28532026-06-18T16:34:44.113Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28542026-06-18T16:34:44.151Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28552026-06-18T16:34:44.271Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28562026-06-18T16:34:44.477Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28572026-06-18T16:34:44.767Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28582026-06-18T16:34:45.708Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28592026-06-18T16:34:46.181Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28602026-06-18T16:34:48.532Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28612026-06-18T16:34:49.005Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28622026-06-18T16:34:49.342Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28632026-06-18T16:34:49.368Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28642026-06-18T16:34:50.387Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28652026-06-18T16:34:51.512Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28662026-06-18T16:34:51.725Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28672026-06-18T16:34:51.849Z Compiling signal-hook-tokio v0.3.1
28682026-06-18T16:34:52.055Z Compiling fatfs v0.3.6
28692026-06-18T16:34:52.656Z Compiling yasna v0.5.2
28702026-06-18T16:34:52.726Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28712026-06-18T16:34:53.355Z Compiling assert_matches v1.5.0
28722026-06-18T16:34:53.465Z Compiling is_ci v1.2.0
28732026-06-18T16:34:53.489Z Compiling seq-macro v0.3.6
28742026-06-18T16:34:53.710Z Compiling supports-color v3.0.2
28752026-06-18T16:34:53.916Z Compiling rcgen v0.12.1
28762026-06-18T16:34:54.013Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28772026-06-18T16:34:54.216Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28782026-06-18T16:34:54.373Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28792026-06-18T16:34:56.288Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28802026-06-18T16:34:56.531Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28812026-06-18T16:34:56.697Z Compiling subprocess v0.2.15
28822026-06-18T16:34:56.785Z Compiling rtoolbox v0.0.3
28832026-06-18T16:34:57.078Z Compiling rpassword v7.4.0
28842026-06-18T16:34:57.309Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28852026-06-18T16:34:57.457Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28862026-06-18T16:34:58.500Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28872026-06-18T16:34:58.645Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28882026-06-18T16:34:58.961Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28892026-06-18T16:34:59.621Z Compiling tui-tree-widget v0.23.1
28902026-06-18T16:34:59.967Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28912026-06-18T16:35:00.798Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28922026-06-18T16:35:01.258Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28932026-06-18T16:35:01.498Z Compiling uzers v0.12.2
28942026-06-18T16:35:02.669Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28952026-06-18T16:35:02.693Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28962026-06-18T16:35:03.405Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28972026-06-18T16:35:04.566Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28982026-06-18T16:35:07.486Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28992026-06-18T16:35:08.157Z Compiling support-bundle-viewer v0.1.2
29002026-06-18T16:35:09.707Z Compiling multimap v0.10.1
29012026-06-18T16:35:18.012Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29022026-06-18T16:35:24.465Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29032026-06-18T16:35:27.116Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29042026-06-18T16:35:30.474Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29052026-06-18T16:35:31.607Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29062026-06-18T16:42:25.681Z Finished `release` profile [optimized] target(s) in 9m 07s
29072026-06-18T16:43:11.507Z
29082026-06-18T16:43:11.511Zreal 9:54.132156434
29092026-06-18T16:43:11.511Zuser 1:20:44.195503100
29102026-06-18T16:43:11.511Zsys 3:36.021494802
29112026-06-18T16:43:11.511Ztrap 1.792527375
29122026-06-18T16:43:11.511Ztflt 2.391943355
29132026-06-18T16:43:11.511Zdflt 19.056956219
29142026-06-18T16:43:11.511Zkflt 0.004766182
29152026-06-18T16:43:11.511Zlock 7:07:50.475923127
29162026-06-18T16:43:11.511Zslp 2:15:11.968580876
29172026-06-18T16:43:11.511Zlat 2:20.457334042
29182026-06-18T16:43:11.511Zstop 5:10.421047774
29192026-06-18T16:43:11.511Z+ mapfile -t packages
29202026-06-18T16:43:11.511Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29212026-06-18T16:43:12.388Z Finished `release` profile [optimized] target(s) in 0.86s
29222026-06-18T16:43:12.457Z Running `target/release/omicron-package -t test list-outputs`
29232026-06-18T16:43:12.519ZLogging to: /work/oxidecomputer/omicron/out/LOG
29242026-06-18T16:43:12.522Z+ ptime -m cargo build --locked --release -p xtask
29252026-06-18T16:43:12.986Z Compiling libc v0.2.185
29262026-06-18T16:43:12.986Z Compiling serde v1.0.228
29272026-06-18T16:43:12.986Z Compiling serde_core v1.0.228
29282026-06-18T16:43:13.080Z Compiling rustix v1.1.3
29292026-06-18T16:43:13.084Z Compiling serde_json v1.0.149
29302026-06-18T16:43:13.091Z Compiling bitflags v2.11.0
29312026-06-18T16:43:13.121Z Compiling num-traits v0.2.19
29322026-06-18T16:43:13.121Z Compiling smallvec v1.15.1
29332026-06-18T16:43:13.132Z Compiling syn v2.0.117
29342026-06-18T16:43:13.163Z Compiling indexmap v2.14.0
29352026-06-18T16:43:13.163Z Compiling usdt-impl v0.5.0
29362026-06-18T16:43:13.167Z Compiling syn v1.0.109
29372026-06-18T16:43:13.199Z Compiling log v0.4.29
29382026-06-18T16:43:13.203Z Compiling getrandom v0.4.1
29392026-06-18T16:43:13.366Z Compiling percent-encoding v2.3.2
29402026-06-18T16:43:13.496Z Compiling fs-err v3.3.0
29412026-06-18T16:43:13.499Z Compiling heck v0.4.1
29422026-06-18T16:43:13.556Z Compiling form_urlencoded v1.2.2
29432026-06-18T16:43:13.590Z Compiling anyhow v1.0.102
29442026-06-18T16:43:13.628Z Compiling once_cell v1.21.3
29452026-06-18T16:43:13.861Z Compiling thread-id v4.2.2
29462026-06-18T16:43:13.889Z Compiling errno v0.3.14
29472026-06-18T16:43:13.926Z Compiling memmap v0.7.0
29482026-06-18T16:43:14.231Z Compiling ordered-float v2.10.1
29492026-06-18T16:43:14.747Z Compiling proc-macro-error v1.0.4
29502026-06-18T16:43:14.930Z Compiling terminal_size v0.4.3
29512026-06-18T16:43:14.934Z Compiling tempfile v3.25.0
29522026-06-18T16:43:15.001Z Compiling tabled_derive v0.7.0
29532026-06-18T16:43:15.015Z Compiling clap_builder v4.6.0
29542026-06-18T16:43:15.015Z Compiling textwrap v0.16.2
29552026-06-18T16:43:15.148Z Compiling camino-tempfile v1.4.1
29562026-06-18T16:43:15.700Z Compiling tabled v0.15.0
29572026-06-18T16:43:15.736Z Compiling synstructure v0.13.2
29582026-06-18T16:43:15.736Z Compiling pest_generator v2.8.6
29592026-06-18T16:43:16.144Z Compiling serde_derive v1.0.228
29602026-06-18T16:43:16.144Z Compiling zerofrom-derive v0.1.6
29612026-06-18T16:43:16.224Z Compiling yoke-derive v0.8.1
29622026-06-18T16:43:16.298Z Compiling zerovec-derive v0.11.2
29632026-06-18T16:43:16.366Z Compiling displaydoc v0.2.5
29642026-06-18T16:43:16.434Z Compiling thiserror-impl v1.0.69
29652026-06-18T16:43:16.504Z Compiling zerocopy-derive v0.7.35
29662026-06-18T16:43:16.520Z Compiling pest_derive v2.8.6
29672026-06-18T16:43:16.523Z Compiling scroll_derive v0.12.1
29682026-06-18T16:43:16.593Z Compiling thiserror-impl v2.0.18
29692026-06-18T16:43:16.655Z Compiling clap_derive v4.6.1
29702026-06-18T16:43:17.206Z Compiling zerofrom v0.1.6
29712026-06-18T16:43:17.252Z Compiling scroll v0.12.0
29722026-06-18T16:43:17.357Z Compiling yoke v0.8.1
29732026-06-18T16:43:17.369Z Compiling zerocopy v0.7.35
29742026-06-18T16:43:17.560Z Compiling zerovec v0.11.5
29752026-06-18T16:43:17.587Z Compiling zerotrie v0.2.3
29762026-06-18T16:43:17.605Z Compiling thiserror v1.0.69
29772026-06-18T16:43:17.735Z Compiling dtrace-parser v0.2.0
29782026-06-18T16:43:17.969Z Compiling goblin v0.8.2
29792026-06-18T16:43:18.054Z Compiling thiserror v2.0.18
29802026-06-18T16:43:18.193Z Compiling tinystr v0.8.2
29812026-06-18T16:43:18.212Z Compiling potential_utf v0.1.4
29822026-06-18T16:43:18.371Z Compiling icu_collections v2.1.1
29832026-06-18T16:43:18.384Z Compiling clap v4.6.1
29842026-06-18T16:43:18.428Z Compiling icu_locale_core v2.1.1
29852026-06-18T16:43:19.192Z Compiling icu_provider v2.1.1
29862026-06-18T16:43:19.511Z Compiling icu_properties v2.1.2
29872026-06-18T16:43:19.524Z Compiling icu_normalizer v2.1.1
29882026-06-18T16:43:19.539Z Compiling toml_datetime v0.6.11
29892026-06-18T16:43:19.640Z Compiling serde_spanned v0.6.9
29902026-06-18T16:43:19.674Z Compiling dof v0.3.0
29912026-06-18T16:43:19.774Z Compiling toml_edit v0.22.27
29922026-06-18T16:43:19.834Z Compiling serde_tokenstream v0.2.3
29932026-06-18T16:43:20.025Z Compiling serde-value v0.7.0
29942026-06-18T16:43:20.071Z Compiling cargo-platform v0.2.0
29952026-06-18T16:43:20.172Z Compiling macaddr v1.0.1
29962026-06-18T16:43:20.429Z Compiling idna_adapter v1.2.1
29972026-06-18T16:43:20.530Z Compiling usdt-attr-macro v0.5.0
29982026-06-18T16:43:20.530Z Compiling usdt-macro v0.5.0
29992026-06-18T16:43:20.550Z Compiling idna v1.1.0
30002026-06-18T16:43:20.883Z Compiling url v2.5.8
30012026-06-18T16:43:21.377Z Compiling toml v0.8.23
30022026-06-18T16:43:21.451Z Compiling usdt v0.5.0
30032026-06-18T16:43:21.874Z Compiling cargo-util-schemas v0.8.2
30042026-06-18T16:43:21.910Z Compiling cargo_toml v0.21.0
30052026-06-18T16:43:22.942Z Compiling cargo_metadata v0.21.0
30062026-06-18T16:43:26.102Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30072026-06-18T16:43:29.163Z Finished `release` profile [optimized] target(s) in 16.63s
30082026-06-18T16:43:29.306Z
30092026-06-18T16:43:29.306Zreal 16.747823056
30102026-06-18T16:43:29.306Zuser 2:24.340579746
30112026-06-18T16:43:29.309Zsys 17.691727368
30122026-06-18T16:43:29.309Ztrap 0.088096660
30132026-06-18T16:43:29.309Ztflt 0.572787310
30142026-06-18T16:43:29.309Zdflt 1.901039378
30152026-06-18T16:43:29.309Zkflt 0.000309680
30162026-06-18T16:43:29.309Zlock 5:21.840662762
30172026-06-18T16:43:29.309Zslp 3:26.342616932
30182026-06-18T16:43:29.309Zlat 7.612496728
30192026-06-18T16:43:29.309Zstop 19.470383220
30202026-06-18T16:43:29.309Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30212026-06-18T16:43:29.309Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30222026-06-18T16:43:29.309Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30232026-06-18T16:43:29.309Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30242026-06-18T16:43:29.309Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30252026-06-18T16:43:30.204Z Compiling progenitor-client v0.14.0
30262026-06-18T16:43:30.207Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30272026-06-18T16:43:30.207Z Compiling newtype-uuid-macros v0.1.0
30282026-06-18T16:43:30.207Z Compiling match_cfg v0.1.0
30292026-06-18T16:43:30.207Z Compiling slog-json v2.6.1
30302026-06-18T16:43:30.207Z Compiling structmeta-derive v0.3.0
30312026-06-18T16:43:30.341Z Compiling rustls v0.22.4
30322026-06-18T16:43:30.344Z Compiling rustls-webpki v0.102.8
30332026-06-18T16:43:30.344Z Compiling multer v3.1.0
30342026-06-18T16:43:30.344Z Compiling debug-ignore v1.0.5
30352026-06-18T16:43:30.344Z Compiling compression-core v0.4.31
30362026-06-18T16:43:30.355Z Compiling atomicwrites v0.4.4
30372026-06-18T16:43:30.358Z Compiling itertools v0.14.0
30382026-06-18T16:43:30.406Z Compiling async-stream-impl v0.3.6
30392026-06-18T16:43:30.422Z Compiling toml_datetime v1.0.0+spec-1.1.0
30402026-06-18T16:43:30.438Z Compiling serde_spanned v1.0.4
30412026-06-18T16:43:30.555Z Compiling compression-codecs v0.4.37
30422026-06-18T16:43:30.588Z Compiling dropshot v0.17.0
30432026-06-18T16:43:30.592Z Compiling toml_writer v1.0.6+spec-1.1.0
30442026-06-18T16:43:30.641Z Compiling hostname v0.3.1
30452026-06-18T16:43:30.644Z Compiling waitgroup v0.1.2
30462026-06-18T16:43:30.644Z Compiling dropshot_endpoint v0.17.0
30472026-06-18T16:43:30.709Z Compiling rustls-pemfile v2.2.0
30482026-06-18T16:43:30.766Z Compiling slog-bunyan v2.5.0
30492026-06-18T16:43:30.802Z Compiling async-compression v0.4.41
30502026-06-18T16:43:30.806Z Compiling serde_path_to_error v0.1.20
30512026-06-18T16:43:30.837Z Compiling toml v1.0.6+spec-1.1.0
30522026-06-18T16:43:30.874Z Compiling hostname v0.4.2
30532026-06-18T16:43:30.878Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30542026-06-18T16:43:30.910Z Compiling macaddr v1.0.1
30552026-06-18T16:43:30.929Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30562026-06-18T16:43:30.966Z Compiling instant v0.1.13
30572026-06-18T16:43:31.043Z Compiling regress v0.10.5
30582026-06-18T16:43:31.098Z Compiling backon v1.6.0
30592026-06-18T16:43:31.098Z Compiling backoff v0.4.0
30602026-06-18T16:43:31.130Z Compiling async-stream v0.3.6
30612026-06-18T16:43:31.159Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30622026-06-18T16:43:31.179Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
30632026-06-18T16:43:31.179Z Compiling humantime v2.3.0
30642026-06-18T16:43:31.212Z Compiling universal-hash v0.5.1
30652026-06-18T16:43:31.296Z Compiling progenitor-extras v0.2.0
30662026-06-18T16:43:31.330Z Compiling opaque-debug v0.3.1
30672026-06-18T16:43:31.330Z Compiling regress v0.11.1
30682026-06-18T16:43:31.366Z Compiling half v2.7.1
30692026-06-18T16:43:31.383Z Compiling crucible-workspace-hack v0.1.0
30702026-06-18T16:43:31.403Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30712026-06-18T16:43:31.419Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30722026-06-18T16:43:31.435Z Compiling ciborium-io v0.2.2
30732026-06-18T16:43:31.480Z Compiling structmeta v0.3.0
30742026-06-18T16:43:31.497Z Compiling convert_case v0.4.0
30752026-06-18T16:43:31.561Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30762026-06-18T16:43:31.583Z Compiling aead v0.5.2
30772026-06-18T16:43:31.586Z Compiling secrecy v0.10.3
30782026-06-18T16:43:31.633Z Compiling poly1305 v0.8.0
30792026-06-18T16:43:31.654Z Compiling ciborium-ll v0.2.2
30802026-06-18T16:43:31.736Z Compiling derive-ex v0.1.8
30812026-06-18T16:43:31.788Z Compiling parse-display-derive v0.10.0
30822026-06-18T16:43:31.805Z Compiling chacha20 v0.9.1
30832026-06-18T16:43:31.808Z Compiling unsafe-libyaml v0.2.11
30842026-06-18T16:43:31.841Z Compiling ciborium v0.2.2
30852026-06-18T16:43:31.858Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30862026-06-18T16:43:31.901Z Compiling derive_more v0.99.20
30872026-06-18T16:43:31.917Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30882026-06-18T16:43:32.107Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30892026-06-18T16:43:32.123Z Compiling thiserror-impl-no-std v2.0.2
30902026-06-18T16:43:32.157Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30912026-06-18T16:43:32.217Z Compiling byte-wrapper v0.1.0
30922026-06-18T16:43:32.318Z Compiling password-hash v0.5.0
30932026-06-18T16:43:32.429Z Compiling serde_yaml v0.9.34+deprecated
30942026-06-18T16:43:32.452Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30952026-06-18T16:43:32.468Z Compiling blake2 v0.10.6
30962026-06-18T16:43:32.550Z Compiling toml_datetime v0.7.5+spec-1.1.0
30972026-06-18T16:43:32.567Z Compiling chacha20poly1305 v0.10.1
30982026-06-18T16:43:32.591Z Compiling indent_write v2.2.0
30992026-06-18T16:43:32.621Z Compiling heapless v0.8.0
31002026-06-18T16:43:32.754Z Compiling argon2 v0.5.3
31012026-06-18T16:43:32.821Z Compiling toml_edit v0.23.10+spec-1.0.0
31022026-06-18T16:43:32.821Z Compiling ingot-macros v0.1.1
31032026-06-18T16:43:32.845Z Compiling tokio-rustls v0.25.0
31042026-06-18T16:43:32.956Z Compiling typify-impl v0.6.2
31052026-06-18T16:43:33.313Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31062026-06-18T16:43:33.403Z Compiling thiserror-no-std v2.0.2
31072026-06-18T16:43:33.530Z Compiling vsss-rs v3.3.4
31082026-06-18T16:43:33.551Z Compiling test-strategy v0.4.5
31092026-06-18T16:43:33.601Z Compiling parse-display v0.10.0
31102026-06-18T16:43:33.628Z Compiling proc-macro-crate v3.4.0
31112026-06-18T16:43:33.918Z Compiling tabwriter v1.4.1
31122026-06-18T16:43:33.947Z Compiling hash32 v0.3.1
31132026-06-18T16:43:33.965Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31142026-06-18T16:43:34.005Z Compiling smoltcp v0.11.0
31152026-06-18T16:43:34.219Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31162026-06-18T16:43:34.275Z Compiling num_enum_derive v0.7.6
31172026-06-18T16:43:34.279Z Compiling cobs v0.3.0
31182026-06-18T16:43:34.347Z Compiling colored v3.1.1
31192026-06-18T16:43:34.365Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31202026-06-18T16:43:34.415Z Compiling proc-macro-error v1.0.4
31212026-06-18T16:43:34.459Z Compiling postcard v1.1.3
31222026-06-18T16:43:34.529Z Compiling proc-macro-crate v1.3.1
31232026-06-18T16:43:34.567Z Compiling foreign-types-macros v0.2.3
31242026-06-18T16:43:34.589Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31252026-06-18T16:43:34.670Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31262026-06-18T16:43:34.729Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31272026-06-18T16:43:34.760Z Compiling cpufeatures v0.3.0
31282026-06-18T16:43:34.777Z Compiling foreign-types-shared v0.3.1
31292026-06-18T16:43:34.847Z Compiling rayon-core v1.13.0
31302026-06-18T16:43:34.868Z Compiling chacha20 v0.10.0
31312026-06-18T16:43:34.964Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31322026-06-18T16:43:35.031Z Compiling num_enum_derive v0.5.11
31332026-06-18T16:43:35.079Z Compiling crossbeam-deque v0.8.6
31342026-06-18T16:43:35.096Z Compiling camino-tempfile v1.4.1
31352026-06-18T16:43:35.138Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31362026-06-18T16:43:35.197Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31372026-06-18T16:43:35.214Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31382026-06-18T16:43:35.217Z Compiling cstr-argument v0.1.2
31392026-06-18T16:43:35.247Z Compiling foreign-types v0.5.0
31402026-06-18T16:43:35.250Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31412026-06-18T16:43:35.357Z Compiling rand v0.10.0
31422026-06-18T16:43:35.391Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31432026-06-18T16:43:35.425Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31442026-06-18T16:43:35.455Z Compiling num_enum v0.7.6
31452026-06-18T16:43:35.513Z Compiling zone_cfg_derive v0.3.1
31462026-06-18T16:43:35.621Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31472026-06-18T16:43:35.639Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31482026-06-18T16:43:35.735Z Compiling rayon v1.11.0
31492026-06-18T16:43:35.738Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31502026-06-18T16:43:35.780Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31512026-06-18T16:43:35.803Z Compiling itertools v0.12.1
31522026-06-18T16:43:35.825Z Compiling num-derive v0.4.2
31532026-06-18T16:43:35.841Z Compiling ingot-types v0.1.2
31542026-06-18T16:43:35.842Z Compiling sigpipe v0.1.3
31552026-06-18T16:43:35.875Z Compiling glob v0.3.3
31562026-06-18T16:43:35.918Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31572026-06-18T16:43:36.023Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31582026-06-18T16:43:36.046Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31592026-06-18T16:43:36.176Z Compiling smf v0.2.3
31602026-06-18T16:43:36.197Z Compiling num_enum v0.5.11
31612026-06-18T16:43:36.244Z Compiling ingot v0.1.1
31622026-06-18T16:43:36.302Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31632026-06-18T16:43:36.320Z Compiling whoami v1.6.1
31642026-06-18T16:43:36.320Z Compiling usdt-macro v0.5.0
31652026-06-18T16:43:36.353Z Compiling usdt-attr-macro v0.5.0
31662026-06-18T16:43:36.353Z Compiling gethostname v0.5.0
31672026-06-18T16:43:36.536Z Compiling num-rational v0.4.2
31682026-06-18T16:43:36.659Z Compiling num-complex v0.4.6
31692026-06-18T16:43:36.677Z Compiling memmap v0.7.0
31702026-06-18T16:43:36.745Z Compiling derive-where v1.6.0
31712026-06-18T16:43:36.821Z Compiling float-ord v0.3.2
31722026-06-18T16:43:36.853Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
31732026-06-18T16:43:36.896Z Compiling toml v0.8.23
31742026-06-18T16:43:36.972Z Compiling zone v0.3.1
31752026-06-18T16:43:37.085Z Compiling num v0.4.3
31762026-06-18T16:43:37.102Z Compiling resolv-conf v0.7.6
31772026-06-18T16:43:37.165Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31782026-06-18T16:43:37.181Z Compiling owo-colors v4.3.0
31792026-06-18T16:43:37.201Z Compiling cancel-safe-futures v0.1.5
31802026-06-18T16:43:37.245Z Compiling usdt v0.5.0
31812026-06-18T16:43:37.272Z Compiling libsw-core v0.3.2
31822026-06-18T16:43:37.337Z Compiling prettyplease v0.2.37
31832026-06-18T16:43:37.449Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31842026-06-18T16:43:37.504Z Compiling libsw v3.5.0
31852026-06-18T16:43:37.561Z Compiling console v0.15.11
31862026-06-18T16:43:37.579Z Compiling hickory-proto v0.24.4
31872026-06-18T16:43:37.612Z Compiling newline-converter v0.3.0
31882026-06-18T16:43:37.615Z Compiling libefi-sys v0.1.0
31892026-06-18T16:43:37.685Z Compiling linked-hash-map v0.5.6
31902026-06-18T16:43:37.704Z Compiling linear-map v1.2.0
31912026-06-18T16:43:37.724Z Compiling typify-macro v0.6.2
31922026-06-18T16:43:37.767Z Compiling git-stub v1.0.0
31932026-06-18T16:43:37.901Z Compiling lru-cache v0.1.2
31942026-06-18T16:43:37.930Z Compiling expectorate v1.2.0
31952026-06-18T16:43:37.969Z Compiling bitfield-struct v0.6.2
31962026-06-18T16:43:38.001Z Compiling nom v8.0.0
31972026-06-18T16:43:38.097Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31982026-06-18T16:43:38.130Z Compiling semver v0.1.20
31992026-06-18T16:43:38.171Z Compiling git-stub-vcs v0.1.0
32002026-06-18T16:43:38.195Z Compiling tokio-dtrace v0.1.1
32012026-06-18T16:43:38.223Z Compiling dropshot-api-manager-types v0.7.2
32022026-06-18T16:43:38.262Z Compiling slog-dtrace v0.3.0
32032026-06-18T16:43:38.380Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32042026-06-18T16:43:38.461Z Compiling rustc_version v0.1.7
32052026-06-18T16:43:38.494Z Compiling minimal-lexical v0.2.1
32062026-06-18T16:43:38.512Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32072026-06-18T16:43:38.579Z Compiling oxide-tokio-rt v0.1.4
32082026-06-18T16:43:38.598Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32092026-06-18T16:43:38.601Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32102026-06-18T16:43:38.631Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32112026-06-18T16:43:38.713Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32122026-06-18T16:43:38.739Z Compiling newtype_derive v0.1.6
32132026-06-18T16:43:38.799Z Compiling nom v7.1.3
32142026-06-18T16:43:38.818Z Compiling phf_shared v0.12.1
32152026-06-18T16:43:38.847Z Compiling csv-core v0.1.13
32162026-06-18T16:43:38.928Z Compiling highway v1.3.0
32172026-06-18T16:43:38.964Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32182026-06-18T16:43:38.982Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32192026-06-18T16:43:39.058Z Compiling xshell-macros v0.2.7
32202026-06-18T16:43:39.073Z Compiling chrono-tz v0.10.4
32212026-06-18T16:43:39.190Z Compiling const_format_proc_macros v0.2.34
32222026-06-18T16:43:39.277Z Compiling csv v1.4.0
32232026-06-18T16:43:39.325Z Compiling phf v0.12.1
32242026-06-18T16:43:39.496Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32252026-06-18T16:43:39.537Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32262026-06-18T16:43:39.570Z Compiling xshell v0.2.7
32272026-06-18T16:43:39.588Z Compiling primeorder v0.13.6
32282026-06-18T16:43:39.782Z Compiling typify v0.6.2
32292026-06-18T16:43:39.813Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32302026-06-18T16:43:39.892Z Compiling progenitor-impl v0.14.0
32312026-06-18T16:43:39.928Z Compiling hickory-resolver v0.24.4
32322026-06-18T16:43:40.058Z Compiling tabled_derive v0.7.0
32332026-06-18T16:43:40.146Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32342026-06-18T16:43:40.166Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32352026-06-18T16:43:40.187Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32362026-06-18T16:43:40.206Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32372026-06-18T16:43:40.352Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32382026-06-18T16:43:40.510Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32392026-06-18T16:43:40.691Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32402026-06-18T16:43:40.746Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32412026-06-18T16:43:41.035Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32422026-06-18T16:43:41.055Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32432026-06-18T16:43:41.075Z Compiling qorb v0.4.1
32442026-06-18T16:43:41.123Z Compiling const_format v0.2.35
32452026-06-18T16:43:41.219Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32462026-06-18T16:43:41.260Z Compiling bcs v0.1.6
32472026-06-18T16:43:41.277Z Compiling tagptr v0.2.0
32482026-06-18T16:43:41.546Z Compiling termtree v0.5.1
32492026-06-18T16:43:41.550Z Compiling salty v0.3.0
32502026-06-18T16:43:41.620Z Compiling textwrap v0.16.2
32512026-06-18T16:43:41.664Z Compiling moka v0.12.13
32522026-06-18T16:43:41.804Z Compiling tabled v0.15.0
32532026-06-18T16:43:41.891Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32542026-06-18T16:43:42.069Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32552026-06-18T16:43:42.151Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32562026-06-18T16:43:42.169Z Compiling steno v0.4.1
32572026-06-18T16:43:42.187Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32582026-06-18T16:43:42.302Z Compiling radium v0.7.0
32592026-06-18T16:43:42.368Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32602026-06-18T16:43:42.408Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32612026-06-18T16:43:42.428Z Compiling base64 v0.21.7
32622026-06-18T16:43:42.509Z Compiling hickory-resolver v0.25.2
32632026-06-18T16:43:42.642Z Compiling p384 v0.13.1
32642026-06-18T16:43:42.675Z Compiling progenitor-macro v0.14.0
32652026-06-18T16:43:42.799Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32662026-06-18T16:43:42.907Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32672026-06-18T16:43:42.975Z Compiling maybe-uninit v2.0.0
32682026-06-18T16:43:43.178Z Compiling tap v1.0.1
32692026-06-18T16:43:43.240Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32702026-06-18T16:43:43.354Z Compiling wyz v0.5.1
32712026-06-18T16:43:43.373Z Compiling proc-macro-error-attr2 v2.0.0
32722026-06-18T16:43:43.403Z Compiling packed_struct v0.10.1
32732026-06-18T16:43:43.437Z Compiling parking_lot_core v0.8.6
32742026-06-18T16:43:43.644Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32752026-06-18T16:43:43.674Z Compiling funty v2.0.0
32762026-06-18T16:43:43.762Z Compiling utf-8 v0.7.6
32772026-06-18T16:43:43.885Z Compiling proc-macro-error2 v2.0.1
32782026-06-18T16:43:43.927Z Compiling tungstenite v0.21.0
32792026-06-18T16:43:43.950Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32802026-06-18T16:43:43.969Z Compiling polyval v0.6.2
32812026-06-18T16:43:43.988Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32822026-06-18T16:43:44.227Z Compiling bitvec v1.0.1
32832026-06-18T16:43:44.281Z Compiling packed_struct_codegen v0.10.1
32842026-06-18T16:43:44.306Z Compiling num-derive v0.3.3
32852026-06-18T16:43:44.325Z Compiling bitfield-macros v0.19.4
32862026-06-18T16:43:44.368Z Compiling zerocopy-derive v0.6.6
32872026-06-18T16:43:44.568Z Compiling indexmap v1.9.3
32882026-06-18T16:43:44.586Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32892026-06-18T16:43:44.813Z Compiling nodrop v0.1.14
32902026-06-18T16:43:44.833Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32912026-06-18T16:43:44.877Z Compiling crc-catalog v2.4.0
32922026-06-18T16:43:44.895Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32932026-06-18T16:43:44.945Z Compiling array-init v0.0.4
32942026-06-18T16:43:44.960Z Compiling tokio-tungstenite v0.21.0
32952026-06-18T16:43:44.963Z Compiling tabled_derive v0.11.0
32962026-06-18T16:43:45.006Z Compiling crc v3.4.0
32972026-06-18T16:43:45.088Z Compiling ghash v0.5.1
32982026-06-18T16:43:45.124Z Compiling bitfield v0.19.4
32992026-06-18T16:43:45.252Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33002026-06-18T16:43:45.273Z Compiling smallvec v0.6.14
33012026-06-18T16:43:45.293Z Compiling libscf-sys v1.1.0
33022026-06-18T16:43:45.327Z Compiling zerocopy v0.6.6
33032026-06-18T16:43:45.392Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33042026-06-18T16:43:45.404Z Compiling progenitor-impl v0.13.0
33052026-06-18T16:43:45.465Z Compiling papergrid v0.17.0
33062026-06-18T16:43:45.483Z Compiling testing_table v0.3.0
33072026-06-18T16:43:45.486Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33082026-06-18T16:43:45.517Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33092026-06-18T16:43:45.590Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33102026-06-18T16:43:45.702Z Compiling ctr v0.9.2
33112026-06-18T16:43:45.727Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33122026-06-18T16:43:45.740Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33132026-06-18T16:43:45.759Z Compiling unicase v2.9.0
33142026-06-18T16:43:45.846Z Compiling illumos-nvpair-sys v0.2.0
33152026-06-18T16:43:45.955Z Compiling corncobs v0.1.4
33162026-06-18T16:43:45.974Z Compiling hashbrown v0.12.3
33172026-06-18T16:43:46.016Z Compiling mime_guess v2.0.5
33182026-06-18T16:43:46.060Z Compiling aes-gcm v0.10.3
33192026-06-18T16:43:46.120Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33202026-06-18T16:43:46.137Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33212026-06-18T16:43:46.178Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33222026-06-18T16:43:46.244Z Compiling parking_lot v0.11.2
33232026-06-18T16:43:46.298Z Compiling serde-hex v0.1.0
33242026-06-18T16:43:46.416Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33252026-06-18T16:43:46.579Z Compiling tabled v0.20.0
33262026-06-18T16:43:46.582Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33272026-06-18T16:43:46.665Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33282026-06-18T16:43:46.889Z Compiling ron v0.8.1
33292026-06-18T16:43:46.969Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33302026-06-18T16:43:47.027Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33312026-06-18T16:43:47.113Z Compiling hashbrown v0.13.2
33322026-06-18T16:43:47.233Z Compiling progenitor-client v0.13.0
33332026-06-18T16:43:47.269Z Compiling blowfish v0.9.1
33342026-06-18T16:43:47.348Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33352026-06-18T16:43:47.534Z Compiling prefix-trie v0.7.0
33362026-06-18T16:43:47.556Z Compiling ssh-encoding v0.2.0
33372026-06-18T16:43:47.656Z Compiling fxhash v0.2.1
33382026-06-18T16:43:47.676Z Compiling secrecy v0.8.0
33392026-06-18T16:43:47.842Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33402026-06-18T16:43:47.862Z Compiling crc-any v2.5.0
33412026-06-18T16:43:47.917Z Compiling hickory-server v0.25.2
33422026-06-18T16:43:47.967Z Compiling sled v0.34.7
33432026-06-18T16:43:47.985Z Compiling progenitor v0.14.0
33442026-06-18T16:43:48.010Z Compiling ssh-cipher v0.2.0
33452026-06-18T16:43:48.027Z Compiling object v0.30.4
33462026-06-18T16:43:48.146Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33472026-06-18T16:43:48.166Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33482026-06-18T16:43:48.181Z Compiling progenitor-macro v0.13.0
33492026-06-18T16:43:48.464Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33502026-06-18T16:43:48.650Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33512026-06-18T16:43:48.715Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
33522026-06-18T16:43:48.759Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33532026-06-18T16:43:49.025Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33542026-06-18T16:43:49.103Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33552026-06-18T16:43:49.103Z Compiling bcrypt-pbkdf v0.10.0
33562026-06-18T16:43:49.288Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33572026-06-18T16:43:49.430Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33582026-06-18T16:43:49.515Z Compiling password-hash v0.4.2
33592026-06-18T16:43:49.562Z Compiling http-range v0.1.5
33602026-06-18T16:43:49.749Z Compiling path-slash v0.1.5
33612026-06-18T16:43:49.791Z Compiling half v1.8.3
33622026-06-18T16:43:49.914Z Compiling crc8 v0.1.1
33632026-06-18T16:43:49.950Z Compiling pbkdf2 v0.11.0
33642026-06-18T16:43:50.103Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33652026-06-18T16:43:50.213Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33662026-06-18T16:43:50.232Z Compiling serde_cbor v0.11.2
33672026-06-18T16:43:50.893Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33682026-06-18T16:43:51.064Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33692026-06-18T16:43:51.146Z Compiling illumos-nvpair v0.3.0
33702026-06-18T16:43:51.224Z Compiling ssh-key v0.6.7
33712026-06-18T16:43:51.406Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33722026-06-18T16:43:51.433Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33732026-06-18T16:43:51.697Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33742026-06-18T16:43:51.892Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33752026-06-18T16:43:51.910Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33762026-06-18T16:43:51.932Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33772026-06-18T16:43:51.933Z Compiling p256 v0.13.2
33782026-06-18T16:43:51.980Z Compiling p521 v0.13.3
33792026-06-18T16:43:52.383Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33802026-06-18T16:43:52.401Z Compiling yasna v0.5.2
33812026-06-18T16:43:52.494Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33822026-06-18T16:43:52.683Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33832026-06-18T16:43:52.715Z Compiling kstat-rs v0.2.4
33842026-06-18T16:43:52.761Z Compiling headers-core v0.3.0
33852026-06-18T16:43:52.921Z Compiling nanorand v0.7.0
33862026-06-18T16:43:53.005Z Compiling russh-cryptovec v0.7.3
33872026-06-18T16:43:53.009Z Compiling atty v0.2.14
33882026-06-18T16:43:53.044Z Compiling home v0.5.12
33892026-06-18T16:43:53.077Z Compiling md5 v0.7.0
33902026-06-18T16:43:53.138Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
33912026-06-18T16:43:53.172Z Compiling flume v0.11.1
33922026-06-18T16:43:53.228Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33932026-06-18T16:43:53.246Z Compiling rcgen v0.12.1
33942026-06-18T16:43:53.265Z Compiling russh-keys v0.45.0
33952026-06-18T16:43:53.283Z Compiling headers v0.4.1
33962026-06-18T16:43:53.400Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33972026-06-18T16:43:53.455Z Compiling progenitor v0.13.0
33982026-06-18T16:43:53.556Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33992026-06-18T16:43:53.646Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34002026-06-18T16:43:53.719Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34012026-06-18T16:43:53.897Z Compiling hyper-staticfile v0.10.1
34022026-06-18T16:43:53.914Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34032026-06-18T16:43:54.034Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34042026-06-18T16:43:54.081Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34052026-06-18T16:43:54.170Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34062026-06-18T16:43:54.230Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34072026-06-18T16:43:54.360Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
34082026-06-18T16:43:54.481Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34092026-06-18T16:43:54.499Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34102026-06-18T16:43:54.515Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34112026-06-18T16:43:54.635Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34122026-06-18T16:43:54.654Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34132026-06-18T16:43:54.835Z Compiling num-bigint v0.4.6
34142026-06-18T16:43:54.875Z Compiling des v0.8.1
34152026-06-18T16:43:54.894Z Compiling subprocess v0.2.15
34162026-06-18T16:43:54.914Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34172026-06-18T16:43:54.932Z Compiling display-error-chain v0.2.2
34182026-06-18T16:43:54.952Z Compiling hex-literal v0.4.1
34192026-06-18T16:43:55.025Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34202026-06-18T16:43:55.106Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34212026-06-18T16:43:55.109Z Compiling colored v2.2.0
34222026-06-18T16:43:55.109Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34232026-06-18T16:43:55.202Z Compiling internet-checksum v0.2.1
34242026-06-18T16:43:55.388Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34252026-06-18T16:43:56.040Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34262026-06-18T16:43:56.120Z Compiling russh v0.45.0
34272026-06-18T16:43:57.049Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34282026-06-18T16:43:57.049Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34292026-06-18T16:43:59.580Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34302026-06-18T16:44:00.245Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34312026-06-18T16:44:00.478Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34322026-06-18T16:44:00.733Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34332026-06-18T16:44:02.622Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34342026-06-18T16:44:10.932Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34352026-06-18T16:44:10.932Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34362026-06-18T16:44:10.932Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34372026-06-18T16:44:10.937Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34382026-06-18T16:44:12.716Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34392026-06-18T16:44:12.740Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34402026-06-18T16:44:16.987Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34412026-06-18T16:44:56.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s
34422026-06-18T16:44:57.127Z
34432026-06-18T16:44:57.127Zreal 1:27.759364869
34442026-06-18T16:44:57.128Zuser 8:09.238936503
34452026-06-18T16:44:57.128Zsys 1:42.983359931
34462026-06-18T16:44:57.131Ztrap 0.228005859
34472026-06-18T16:44:57.131Ztflt 0.679922281
34482026-06-18T16:44:57.131Zdflt 1.822967945
34492026-06-18T16:44:57.131Zkflt 0.000356980
34502026-06-18T16:44:57.131Zlock 27:34.857722645
34512026-06-18T16:44:57.131Zslp 18:23.954798693
34522026-06-18T16:44:57.131Zlat 39.935597473
34532026-06-18T16:44:57.131Zstop 2:42.822234668
34542026-06-18T16:44:57.131Z+ mkdir tests
34552026-06-18T16:44:57.134Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34562026-06-18T16:44:57.134Z+ xargs -I '{}' -t cp '{}' tests/
34572026-06-18T16:44:57.156Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-f35f394bfb169ef7 tests/
34582026-06-18T16:44:57.184Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-924fc3fc47321669 tests/
34592026-06-18T16:44:57.216Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-408c589a9be9a15a tests/
34602026-06-18T16:44:57.243Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-f00a927a2ca939a9 tests/
34612026-06-18T16:44:57.575Z+ 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)
34622026-06-18T16:44:57.579Z+ 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-924fc3fc47321669 tests/commtest-408c589a9be9a15a tests/dhcp_server-f35f394bfb169ef7 tests/end_to_end_tests-f00a927a2ca939a9 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
34632026-06-18T16:46:18.211ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34642026-06-18T16:46:18.211Za .github/buildomat/ci-env.sh 1K
34652026-06-18T16:46:18.211Za out/target/test 1K
34662026-06-18T16:46:18.211Za out/npuzone/npuzone 27402K
34672026-06-18T16:46:18.211Za package-manifest.toml 35K
34682026-06-18T16:46:18.211Za smf/sled-agent/non-gimlet/config.toml 6K
34692026-06-18T16:46:18.211Za target/release/omicron-package 45177K
34702026-06-18T16:46:18.211Za target/release/xtask 11453K
34712026-06-18T16:46:18.211Za target/debug/bootstrap 356004K
34722026-06-18T16:46:18.211Za tests/bootstrap-924fc3fc47321669 31215K
34732026-06-18T16:46:18.211Za tests/commtest-408c589a9be9a15a 32300K
34742026-06-18T16:46:18.211Za tests/dhcp_server-f35f394bfb169ef7 31215K
34752026-06-18T16:46:18.211Za tests/end_to_end_tests-f00a927a2ca939a9 398124K
34762026-06-18T16:46:18.211Za tools/opte_version 1K
34772026-06-18T16:46:18.211Za tools/opte_version_override 2K
34782026-06-18T16:46:18.211Za out/clickhouse.tar.gz 313421K
34792026-06-18T16:46:18.211Za out/clickhouse_keeper.tar.gz 298477K
34802026-06-18T16:46:18.211Za out/clickhouse_server.tar.gz 313419K
34812026-06-18T16:46:18.211Za out/cockroachdb.tar.gz 157668K
34822026-06-18T16:46:18.211Za out/crucible-pantry-zone.tar.gz 36467K
34832026-06-18T16:46:18.211Za out/crucible-utils.tar 16478K
34842026-06-18T16:46:18.211Za out/crucible-zone.tar.gz 52037K
34852026-06-18T16:46:18.211Za out/external-dns.tar.gz 42901K
34862026-06-18T16:46:18.212Za out/internal-dns.tar.gz 42900K
34872026-06-18T16:46:18.212Za out/mg-ddm-gz.tar 97917K
34882026-06-18T16:46:18.212Za out/nexus.tar.gz 277513K
34892026-06-18T16:46:18.212Za out/ntp.tar.gz 24107K
34902026-06-18T16:46:18.212Za out/omicron-gateway-softnpu.tar.gz 30190K
34912026-06-18T16:46:18.212Za out/omicron-sled-agent.tar 193932K
34922026-06-18T16:46:18.212Za out/overlay.tar.gz 3K
34932026-06-18T16:46:18.212Za out/oximeter.tar.gz 62276K
34942026-06-18T16:46:18.212Za out/oxlog.tar 3782K
34952026-06-18T16:46:18.212Za out/probe.tar.gz 3037K
34962026-06-18T16:46:18.212Za out/propolis-server.tar.gz 34918K
34972026-06-18T16:46:18.212Za out/pumpkind-gz.tar 26647K
34982026-06-18T16:46:18.212Za out/switch-softnpu.tar.gz 447506K
34992026-06-18T16:46:18.217Z
35002026-06-18T16:46:18.217Zreal 1:20.633293027
35012026-06-18T16:46:18.217Zuser 1:17.977144243
35022026-06-18T16:46:18.217Zsys 4.493187617
35032026-06-18T16:46:18.217Ztrap 0.005854144
35042026-06-18T16:46:18.217Ztflt 0.000000000
35052026-06-18T16:46:18.217Zdflt 0.000000000
35062026-06-18T16:46:18.218Zkflt 0.000000000
35072026-06-18T16:46:18.218Zlock 0.000000000
35082026-06-18T16:46:18.218Zslp 1:17.828198171
35092026-06-18T16:46:18.218Zlat 0.957404291
35102026-06-18T16:46:18.218Zstop 0.000534980
35112026-06-18T16:46:18.218Zprocess exited: duration 1005846 ms, exit code 0
 
35122026-06-18T16:46:18.234Zfound 1 output files
35132026-06-18T16:46:18.234Zuploading: /work/package.tar.gz (2478340828 bytes)
35142026-06-18T16:46:48.294Zuploaded: /work/package.tar.gz