01KVXEN1SYAJVFQBRWCP332D2S: 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: 01KVXENJ3WA7PSM0JMAH3RZV0J

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-24T18:36:48.486Zjob assigned to worker 01KVXENTARSYTYK1VSWK6AZPGR [factory aws, i-039b471b5ab90f441] (queued for 57 s)
 
22026-06-24T18:36:55.916Zstarting task 0: "setup"
32026-06-24T18:36:55.921Z++ uname -s
42026-06-24T18:36:55.925Z+ kern=SunOS
52026-06-24T18:36:55.925Z+ build_user=build
62026-06-24T18:36:55.925Z+ build_uid=12345
72026-06-24T18:36:55.925Z+ work_dir=/work
82026-06-24T18:36:55.925Z+ input_dir=/input
92026-06-24T18:36:55.925Z+ [[ 0 == 12345 ]]
102026-06-24T18:36:55.925Z+ case "$kern" in
112026-06-24T18:36:55.925Z+ groupadd -g 12345 build
122026-06-24T18:36:55.936Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-24T18:36:57.944Z+ zfs create -o mountpoint=/work rpool/work
142026-06-24T18:36:58.084Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-24T18:36:58.088Z+ home_fs=zfs
162026-06-24T18:36:58.088Z+ [[ zfs == autofs ]]
172026-06-24T18:36:58.088Z+ mkdir -p /home/build
182026-06-24T18:36:58.088Z+ chown build:build /home/build /work
192026-06-24T18:37:00.090Z+ chmod 0700 /home/build /work
202026-06-24T18:37:00.093Zprocess exited: duration 4178 ms, exit code 0
 
212026-06-24T18:37:00.099Zstarting task 1: "rust-toolchain"
222026-06-24T18:37:00.105Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-06-24T18:37:00.105Z * rust toolchain channel = "1.96.0"
242026-06-24T18:37:00.105Z * rust toolchain profile = "default"
252026-06-24T18:37:00.105Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-24T18:37:00.105Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-24T18:37:00.105Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-24T18:37:00.108Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-24T18:37:00.108Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-24T18:37:00.217Zinfo: downloading installer
312026-06-24T18:37:02.058Zwarn: It looks like you have an existing rustup settings file at:
322026-06-24T18:37:02.058Zwarn: /home/build/.rustup/settings.toml
332026-06-24T18:37:02.058Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-24T18:37:02.058Zwarn: instead of the one inferred from the default host triple.
352026-06-24T18:37:02.071Zinfo: profile set to default
362026-06-24T18:37:02.071Zinfo: default host triple is x86_64-unknown-illumos
372026-06-24T18:37:02.074Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-24T18:37:02.241Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-24T18:37:02.245Zinfo: downloading 6 components
402026-06-24T18:37:18.962Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
412026-06-24T18:37:18.963Z
422026-06-24T18:37:18.989Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-24T18:37:18.989Z
442026-06-24T18:37:18.989Z
452026-06-24T18:37:18.989ZRust is installed now. Great!
462026-06-24T18:37:18.989Z
472026-06-24T18:37:18.989ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-24T18:37:18.989Zenvironment variable. This has not been done automatically.
492026-06-24T18:37:18.992Z
502026-06-24T18:37:18.992ZTo configure your current shell, you need to source
512026-06-24T18:37:18.993Zthe corresponding env file under $HOME/.cargo.
522026-06-24T18:37:18.993Z
532026-06-24T18:37:18.993ZThis is usually done by running one of the following (note the leading DOT):
542026-06-24T18:37:18.993Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-24T18:37:18.993Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-24T18:37:18.993Zsource "~/.cargo/env.nu" # For nushell
572026-06-24T18:37:18.993Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-24T18:37:18.993Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-24T18:37:18.993Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-24T18:37:18.993Zwarn: no default linker (`cc`) was found in your PATH
612026-06-24T18:37:18.993Zwarn: many Rust crates require a system C toolchain to build
622026-06-24T18:37:19.091Z+ rustup --version
632026-06-24T18:37:19.097Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-24T18:37:19.097Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-24T18:37:19.120Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-24T18:37:19.123Z+ cargo --version
672026-06-24T18:37:19.130Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-24T18:37:19.134Z+ rustc --version
692026-06-24T18:37:19.152Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-24T18:37:19.156Zprocess exited: duration 19055 ms, exit code 0
 
712026-06-24T18:37:19.162Zstarting task 2: "authentication"
722026-06-24T18:37:19.184Zprocess exited: duration 21 ms, exit code 0
 
732026-06-24T18:37:19.191Zstarting task 3: "clone repository"
742026-06-24T18:37:19.195Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-24T18:37:19.199Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-24T18:37:19.228ZCloning into '/work/oxidecomputer/omicron'...
772026-06-24T18:37:37.776Z+ cd /work/oxidecomputer/omicron
782026-06-24T18:37:37.776Z+ git fetch origin e98e0c5daa2ce71a96f75d563eade06ad4f5a762
792026-06-24T18:37:38.368ZFrom https://github.com/oxidecomputer/omicron
802026-06-24T18:37:38.368Z * branch e98e0c5daa2ce71a96f75d563eade06ad4f5a762 -> FETCH_HEAD
812026-06-24T18:37:38.383Z+ [[ -n eliza/fix-reincarnation ]]
822026-06-24T18:37:38.386Z++ git branch --show-current
832026-06-24T18:37:38.386Z+ current=main
842026-06-24T18:37:38.387Z+ [[ main != eliza/fix-reincarnation ]]
852026-06-24T18:37:38.387Z+ git branch -f eliza/fix-reincarnation e98e0c5daa2ce71a96f75d563eade06ad4f5a762
862026-06-24T18:37:38.390Z+ git checkout -f eliza/fix-reincarnation
872026-06-24T18:37:38.633ZSwitched to branch 'eliza/fix-reincarnation'
882026-06-24T18:37:38.636Z+ git reset --hard e98e0c5daa2ce71a96f75d563eade06ad4f5a762
892026-06-24T18:37:38.649ZHEAD is now at e98e0c5da omdb: add some help text for reincarnation
902026-06-24T18:37:38.653Zprocess exited: duration 19460 ms, exit code 0
 
912026-06-24T18:37:38.660Zstarting task 4: "build"
922026-06-24T18:37:38.665Z+ source .github/buildomat/ci-env.sh
932026-06-24T18:37:38.668Z++ export CARGO_TERM_COLOR=always
942026-06-24T18:37:38.668Z++ CARGO_TERM_COLOR=always
952026-06-24T18:37:38.669Z+ cargo --version
962026-06-24T18:37:38.675Zcargo 1.96.0 (30a34c682 2026-05-25)
972026-06-24T18:37:38.678Z+ rustc --version
982026-06-24T18:37:38.698Zrustc 1.96.0 (ac68faa20 2026-05-25)
992026-06-24T18:37:38.702Z+ WORK=/work
1002026-06-24T18:37:38.702Z+ pfexec mkdir -p /work
1012026-06-24T18:37:38.705Z+ pfexec chown build /work
1022026-06-24T18:37:38.709Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-06-24T18:37:41.741Z Startup: Refreshing catalog 'helios' ... Done
1042026-06-24T18:37:41.848Z Startup: Caching catalogs ... Done
1052026-06-24T18:37:42.300ZPlanning: Solver setup ... Done (0.409s)
1062026-06-24T18:37:42.325ZPlanning: Running solver ... Done (0.025s)
1072026-06-24T18:37:42.364ZPlanning: Finding local manifests ... Done (0.031s)
1082026-06-24T18:37:42.377ZPlanning: Fetching manifests: 0/2 0% complete
1092026-06-24T18:37:42.395ZPlanning: Fetching manifests: 2/2 100% complete
1102026-06-24T18:37:42.409ZPlanning: Package planning ... Done (0.014s)
1112026-06-24T18:37:42.412ZPlanning: Merging actions ... Done (0.002s)
1122026-06-24T18:37:42.607ZPlanning: Checking for conflicting actions ... Done (0.196s)
1132026-06-24T18:37:42.610ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-06-24T18:37:44.864ZPlanning: Evaluating mediators ... Done (2.256s)
1152026-06-24T18:37:44.867ZPlanning: Planning completed in 3.00 seconds
1162026-06-24T18:37:44.874Z Packages to install: 2
1172026-06-24T18:37:44.874Z Estimated space available: 156.06 GB
1182026-06-24T18:37:44.874ZEstimated space to be consumed: 29.56 MB
1192026-06-24T18:37:44.874Z Create boot environment: No
1202026-06-24T18:37:44.874ZCreate backup boot environment: No
1212026-06-24T18:37:44.874Z Rebuild boot archive: No
1222026-06-24T18:37:44.878Z
1232026-06-24T18:37:44.878ZChanged packages:
1242026-06-24T18:37:44.878Zhelios
1252026-06-24T18:37:44.878Z developer/build-essential
1262026-06-24T18:37:44.878Z None -> 11-3.0
1272026-06-24T18:37:44.878Z library/libxmlsec1
1282026-06-24T18:37:44.878Z None -> 1.2.35-3.0
1292026-06-24T18:37:44.959Z
1302026-06-24T18:37:44.959ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-06-24T18:37:45.448ZDownload: Completed 1.28 MB in 0.49 seconds (2.6M/s)
1322026-06-24T18:37:45.525Z Actions: 1/268 actions (Installing new actions)
1332026-06-24T18:37:45.565Z Actions: Completed 268 actions in 0.04 seconds.
1342026-06-24T18:37:45.577ZFinalize: Updating package state database ... Done (0.011s)
1352026-06-24T18:37:45.577ZFinalize: Updating package cache ... Done (0.000s)
1362026-06-24T18:37:45.604ZFinalize: Updating image state ... Done (0.028s)
1372026-06-24T18:37:48.861ZFinalize: Creating fast lookup database ... Done (3.231s)
1382026-06-24T18:37:48.931ZFinalize: Reading search index ... Done (0.012s)
1392026-06-24T18:37:48.935ZFinalize: Updating search index ... Done (0.000s)
1402026-06-24T18:37:49.052ZFinalize: Updating package cache ... Done (0.000s)
1412026-06-24T18:37:49.364ZPlanning: Evaluating mediator changes ... Done
1422026-06-24T18:37:49.469ZPlanning: Checking for conflicting actions ... Done
1432026-06-24T18:37:49.473ZPlanning: Consolidating action changes ... Done
1442026-06-24T18:37:49.627ZPlanning: Evaluating mediators ... Done
1452026-06-24T18:37:49.630ZPlanning: Planning completed in 0.26 seconds
1462026-06-24T18:37:49.650Z Mediators to change: 2
1472026-06-24T18:37:49.650Z Create boot environment: No
1482026-06-24T18:37:49.650ZCreate backup boot environment: No
1492026-06-24T18:37:49.704ZFinalize: Updating package state database ... Done
1502026-06-24T18:37:49.704ZFinalize: Updating package cache ... Done
1512026-06-24T18:37:49.718ZFinalize: Updating image state ... Done
1522026-06-24T18:37:51.656ZFinalize: Creating fast lookup database ... Done
1532026-06-24T18:37:51.720ZFinalize: Reading search index ... Done
1542026-06-24T18:37:51.723ZFinalize: Updating search index ... Done
1552026-06-24T18:37:51.820ZFinalize: Updating package cache ... Done
1562026-06-24T18:37:52.106ZPlanning: Evaluating mediator changes ... Done
1572026-06-24T18:37:52.211ZPlanning: Checking for conflicting actions ... Done
1582026-06-24T18:37:52.214ZPlanning: Consolidating action changes ... Done
1592026-06-24T18:37:52.369ZPlanning: Evaluating mediators ... Done
1602026-06-24T18:37:52.373ZPlanning: Planning completed in 0.26 seconds
1612026-06-24T18:37:52.392Z Mediators to change: 1
1622026-06-24T18:37:52.392Z Create boot environment: No
1632026-06-24T18:37:52.396ZCreate backup boot environment: No
1642026-06-24T18:37:52.434ZFinalize: Updating package state database ... Done
1652026-06-24T18:37:52.434ZFinalize: Updating package cache ... Done
1662026-06-24T18:37:52.454ZFinalize: Updating image state ... Done
1672026-06-24T18:37:54.402ZFinalize: Creating fast lookup database ... Done
1682026-06-24T18:37:54.464ZFinalize: Reading search index ... Done
1692026-06-24T18:37:54.467ZFinalize: Updating search index ... Done
1702026-06-24T18:37:54.558ZFinalize: Updating package cache ... Done
1712026-06-24T18:37:54.875ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-06-24T18:37:54.875Zapache system 2.4 system
1732026-06-24T18:37:54.875Zclang system 15 system
1742026-06-24T18:37:54.875Zcsh system system illumos
1752026-06-24T18:37:54.875Zctags system system illumos
1762026-06-24T18:37:54.875Zfile vendor vendor darwinsys
1772026-06-24T18:37:54.875Zfile system system illumos
1782026-06-24T18:37:54.875Zgcc vendor 14 vendor
1792026-06-24T18:37:54.875Zgcc system 13 system
1802026-06-24T18:37:54.875Zgcc system 10 system
1812026-06-24T18:37:54.875Zgo system 1.25 system
1822026-06-24T18:37:54.875Zllvm system 15 system
1832026-06-24T18:37:54.875Zmariadb system 11.4 system
1842026-06-24T18:37:54.875Zmta vendor vendor dma
1852026-06-24T18:37:54.875Zopenjdk system 17 system
1862026-06-24T18:37:54.875Zopenjdk system 11 system
1872026-06-24T18:37:54.875Zopenssl vendor 3 vendor
1882026-06-24T18:37:54.875Zperl system 5.40 system
1892026-06-24T18:37:54.875Zpostgresql system 18 system
1902026-06-24T18:37:54.875Zpostgresql system 17 system
1912026-06-24T18:37:54.875Zpython vendor 3 vendor
1922026-06-24T18:37:54.875Zpython system 2 system
1932026-06-24T18:37:54.875Zpython3 vendor 3.13 vendor
1942026-06-24T18:37:54.875Zruby system 3.4 system
1952026-06-24T18:37:54.875Zruby system 3.0 system
1962026-06-24T18:37:54.875Zwords vendor vendor american-english
1972026-06-24T18:37:54.875Zwords system system australian-english
1982026-06-24T18:37:54.875Zwords system system british-english
1992026-06-24T18:37:54.875Zwords system system canadian-english
2002026-06-24T18:37:54.875Zwords system system french
2012026-06-24T18:37:54.875Zwords system system italian
2022026-06-24T18:37:54.875Zwords system system ngerman
2032026-06-24T18:37:54.875Zwords system system ogerman
2042026-06-24T18:37:54.875Zwords system system spanish
2052026-06-24T18:37:55.126ZPUBLISHER TYPE STATUS P LOCATION
2062026-06-24T18:37:55.127Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-06-24T18:37:55.421ZFMRI IFO
2082026-06-24T18:37:55.421Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-06-24T18:37:55.421Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-06-24T18:37:55.421Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-06-24T18:37:55.421Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-06-24T18:37:55.421Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-06-24T18:37:55.421Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-06-24T18:37:55.421Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-06-24T18:37:55.421Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-06-24T18:37:55.421Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-06-24T18:37:55.670Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-06-24T18:37:55.925Z Updating crates.io index
2192026-06-24T18:37:55.928Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-06-24T18:37:56.166Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-06-24T18:37:56.484Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-06-24T18:37:56.847Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-06-24T18:37:57.711Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-06-24T18:37:58.210Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-06-24T18:37:59.729Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-06-24T18:38:00.562Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-06-24T18:38:00.820Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-06-24T18:38:01.876Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-06-24T18:38:02.131Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-06-24T18:38:02.433Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-06-24T18:38:02.700Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-06-24T18:38:03.106Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-06-24T18:38:03.585Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-06-24T18:38:03.818Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-06-24T18:38:04.191Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-06-24T18:38:04.473Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-06-24T18:38:04.757Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-06-24T18:38:05.007Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-06-24T18:38:05.268Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-06-24T18:38:05.517Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-06-24T18:38:05.892Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-06-24T18:38:06.239Z Updating git repository `https://github.com/oxidecomputer/erebor`
2432026-06-24T18:38:06.597Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2442026-06-24T18:38:06.997Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2452026-06-24T18:38:07.232Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2462026-06-24T18:38:07.527Z Updating git repository `https://github.com/oxidecomputer/ispf`
2472026-06-24T18:38:07.769Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2482026-06-24T18:38:08.009Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-06-24T18:38:08.333Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2502026-06-24T18:38:08.680Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2512026-06-24T18:38:08.910Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2522026-06-24T18:38:09.226Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2532026-06-24T18:38:09.514Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2542026-06-24T18:38:09.783Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2552026-06-24T18:38:10.075Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2562026-06-24T18:38:10.345Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2572026-06-24T18:38:11.607Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2582026-06-24T18:38:11.830Z Updating git repository `https://github.com/illumos/smf-rs`
2592026-06-24T18:38:14.568Z Downloading crates ...
2602026-06-24T18:38:14.609Z Downloaded anstream v1.0.0
2612026-06-24T18:38:14.613Z Downloaded dtrace-parser v0.2.0
2622026-06-24T18:38:14.616Z Downloaded digest v0.10.7
2632026-06-24T18:38:14.616Z Downloaded equivalent v1.0.2
2642026-06-24T18:38:14.620Z Downloaded autocfg v1.5.0
2652026-06-24T18:38:14.626Z Downloaded byteorder v1.5.0
2662026-06-24T18:38:14.629Z Downloaded anstyle-query v1.1.5
2672026-06-24T18:38:14.629Z Downloaded fastrand v2.3.0
2682026-06-24T18:38:14.629Z Downloaded dof v0.3.0
2692026-06-24T18:38:14.629Z Downloaded bitflags v2.11.0
2702026-06-24T18:38:14.632Z Downloaded anstyle v1.0.14
2712026-06-24T18:38:14.632Z Downloaded errno v0.3.14
2722026-06-24T18:38:14.636Z Downloaded cfg-if v1.0.4
2732026-06-24T18:38:14.636Z Downloaded crypto-common v0.1.7
2742026-06-24T18:38:14.636Z Downloaded zerocopy-derive v0.7.35
2752026-06-24T18:38:14.641Z Downloaded block-buffer v0.10.4
2762026-06-24T18:38:14.644Z Downloaded generic-array v0.14.7
2772026-06-24T18:38:14.644Z Downloaded form_urlencoded v1.2.2
2782026-06-24T18:38:14.644Z Downloaded colorchoice v1.0.4
2792026-06-24T18:38:14.644Z Downloaded fnv v1.0.7
2802026-06-24T18:38:14.644Z Downloaded cargo-platform v0.2.0
2812026-06-24T18:38:14.644Z Downloaded url v2.5.8
2822026-06-24T18:38:14.649Z Downloaded zerofrom v0.1.6
2832026-06-24T18:38:14.653Z Downloaded ordered-float v2.10.1
2842026-06-24T18:38:14.653Z Downloaded utf8parse v0.2.2
2852026-06-24T18:38:14.653Z Downloaded displaydoc v0.2.5
2862026-06-24T18:38:14.653Z Downloaded heck v0.5.0
2872026-06-24T18:38:14.656Z Downloaded textwrap v0.16.2
2882026-06-24T18:38:14.656Z Downloaded utf8_iter v1.0.4
2892026-06-24T18:38:14.656Z Downloaded toml_datetime v0.6.11
2902026-06-24T18:38:14.660Z Downloaded cpufeatures v0.2.17
2912026-06-24T18:38:14.660Z Downloaded zerofrom-derive v0.1.6
2922026-06-24T18:38:14.660Z Downloaded yoke-derive v0.8.1
2932026-06-24T18:38:14.660Z Downloaded usdt-macro v0.5.0
2942026-06-24T18:38:14.660Z Downloaded camino-tempfile v1.4.1
2952026-06-24T18:38:14.663Z Downloaded cargo_toml v0.21.0
2962026-06-24T18:38:14.663Z Downloaded unicode-linebreak v0.1.5
2972026-06-24T18:38:14.663Z Downloaded typeid v1.0.3
2982026-06-24T18:38:14.669Z Downloaded anyhow v1.0.102
2992026-06-24T18:38:14.669Z Downloaded thread-id v4.2.2
3002026-06-24T18:38:14.672Z Downloaded clap_lex v1.0.0
3012026-06-24T18:38:14.672Z Downloaded heck v0.4.1
3022026-06-24T18:38:14.676Z Downloaded macaddr v1.0.1
3032026-06-24T18:38:14.676Z Downloaded usdt v0.5.0
3042026-06-24T18:38:14.676Z Downloaded idna_adapter v1.2.1
3052026-06-24T18:38:14.680Z Downloaded thiserror-impl v1.0.69
3062026-06-24T18:38:14.680Z Downloaded version_check v0.9.5
3072026-06-24T18:38:14.680Z Downloaded terminal_size v0.4.3
3082026-06-24T18:38:14.685Z Downloaded usdt-attr-macro v0.5.0
3092026-06-24T18:38:14.689Z Downloaded anstyle-parse v1.0.0
3102026-06-24T18:38:14.689Z Downloaded unicode-xid v0.2.6
3112026-06-24T18:38:14.689Z Downloaded tinystr v0.8.2
3122026-06-24T18:38:14.693Z Downloaded potential_utf v0.1.4
3132026-06-24T18:38:14.693Z Downloaded is_terminal_polyfill v1.70.2
3142026-06-24T18:38:14.693Z Downloaded toml v0.8.23
3152026-06-24T18:38:14.697Z Downloaded toml_write v0.1.2
3162026-06-24T18:38:14.697Z Downloaded percent-encoding v2.3.2
3172026-06-24T18:38:14.697Z Downloaded stable_deref_trait v1.2.1
3182026-06-24T18:38:14.697Z Downloaded serde-value v0.7.0
3192026-06-24T18:38:14.697Z Downloaded memmap v0.7.0
3202026-06-24T18:38:14.701Z Downloaded zmij v1.0.21
3212026-06-24T18:38:14.704Z Downloaded cargo-util-schemas v0.8.2
3222026-06-24T18:38:14.708Z Downloaded cargo_metadata v0.21.0
3232026-06-24T18:38:14.713Z Downloaded scroll_derive v0.12.1
3242026-06-24T18:38:14.713Z Downloaded icu_provider v2.1.1
3252026-06-24T18:38:14.718Z Downloaded yoke v0.8.1
3262026-06-24T18:38:14.718Z Downloaded itoa v1.0.17
3272026-06-24T18:38:14.728Z Downloaded plain v0.2.3
3282026-06-24T18:38:14.728Z Downloaded writeable v0.6.2
3292026-06-24T18:38:14.728Z Downloaded zerovec-derive v0.11.2
3302026-06-24T18:38:14.728Z Downloaded swrite v0.1.0
3312026-06-24T18:38:14.728Z Downloaded strsim v0.11.1
3322026-06-24T18:38:14.728Z Downloaded typenum v1.19.0
3332026-06-24T18:38:14.732Z Downloaded tabled_derive v0.7.0
3342026-06-24T18:38:14.733Z Downloaded usdt-impl v0.5.0
3352026-06-24T18:38:14.733Z Downloaded zerotrie v0.2.3
3362026-06-24T18:38:14.733Z Downloaded thiserror-impl v2.0.18
3372026-06-24T18:38:14.733Z Downloaded proc-macro-error-attr v1.0.4
3382026-06-24T18:38:14.737Z Downloaded ucd-trie v0.1.7
3392026-06-24T18:38:14.737Z Downloaded pretty-hex v0.4.1
3402026-06-24T18:38:14.737Z Downloaded smawk v0.3.2
3412026-06-24T18:38:14.737Z Downloaded toml_edit v0.22.27
3422026-06-24T18:38:14.745Z Downloaded unicode-ident v1.0.24
3432026-06-24T18:38:14.750Z Downloaded zerocopy v0.7.35
3442026-06-24T18:38:14.758Z Downloaded zerovec v0.11.5
3452026-06-24T18:38:14.765Z Downloaded bytecount v0.6.9
3462026-06-24T18:38:14.769Z Downloaded clap v4.6.1
3472026-06-24T18:38:14.775Z Downloaded winnow v0.7.14
3482026-06-24T18:38:14.778Z Downloaded synstructure v0.13.2
3492026-06-24T18:38:14.778Z Downloaded proc-macro-error v1.0.4
3502026-06-24T18:38:14.778Z Downloaded sha2 v0.10.9
3512026-06-24T18:38:14.783Z Downloaded serde_tokenstream v0.2.3
3522026-06-24T18:38:14.783Z Downloaded erased-serde v0.4.9
3532026-06-24T18:38:14.783Z Downloaded serde_spanned v0.6.9
3542026-06-24T18:38:14.783Z Downloaded unicode-width v0.2.0
3552026-06-24T18:38:14.786Z Downloaded unicode-width v0.1.14
3562026-06-24T18:38:14.789Z Downloaded thiserror v1.0.69
3572026-06-24T18:38:14.793Z Downloaded scroll v0.12.0
3582026-06-24T18:38:14.793Z Downloaded camino v1.2.2
3592026-06-24T18:38:14.793Z Downloaded quote v1.0.45
3602026-06-24T18:38:14.796Z Downloaded fs-err v3.3.0
3612026-06-24T18:38:14.796Z Downloaded clap_derive v4.6.1
3622026-06-24T18:38:14.802Z Downloaded num-traits v0.2.19
3632026-06-24T18:38:14.807Z Downloaded pest_generator v2.8.6
3642026-06-24T18:38:14.810Z Downloaded pest_derive v2.8.6
3652026-06-24T18:38:14.810Z Downloaded tempfile v3.25.0
3662026-06-24T18:38:14.813Z Downloaded icu_normalizer v2.1.1
3672026-06-24T18:38:14.816Z Downloaded smallvec v1.15.1
3682026-06-24T18:38:14.816Z Downloaded semver v1.0.28
3692026-06-24T18:38:14.822Z Downloaded thiserror v2.0.18
3702026-06-24T18:38:14.825Z Downloaded once_cell v1.21.3
3712026-06-24T18:38:14.828Z Downloaded serde-untagged v0.1.9
3722026-06-24T18:38:14.828Z Downloaded papergrid v0.11.0
3732026-06-24T18:38:14.832Z Downloaded getrandom v0.4.1
3742026-06-24T18:38:14.835Z Downloaded litemap v0.8.1
3752026-06-24T18:38:14.835Z Downloaded icu_properties v2.1.2
3762026-06-24T18:38:14.838Z Downloaded log v0.4.29
3772026-06-24T18:38:14.846Z Downloaded serde_core v1.0.228
3782026-06-24T18:38:14.861Z Downloaded icu_normalizer_data v2.1.1
3792026-06-24T18:38:14.866Z Downloaded serde_derive v1.0.228
3802026-06-24T18:38:14.866Z Downloaded pest_meta v2.8.6
3812026-06-24T18:38:14.871Z Downloaded proc-macro2 v1.0.106
3822026-06-24T18:38:14.874Z Downloaded icu_collections v2.1.1
3832026-06-24T18:38:14.878Z Downloaded serde v1.0.228
3842026-06-24T18:38:14.882Z Downloaded icu_locale_core v2.1.1
3852026-06-24T18:38:14.897Z Downloaded memchr v2.8.0
3862026-06-24T18:38:14.908Z Downloaded indexmap v2.14.0
3872026-06-24T18:38:14.925Z Downloaded pest v2.8.6
3882026-06-24T18:38:14.928Z Downloaded hashbrown v0.17.0
3892026-06-24T18:38:14.933Z Downloaded idna v1.1.0
3902026-06-24T18:38:14.936Z Downloaded icu_properties_data v2.1.2
3912026-06-24T18:38:14.947Z Downloaded serde_json v1.0.149
3922026-06-24T18:38:14.950Z Downloaded clap_builder v4.6.0
3932026-06-24T18:38:14.964Z Downloaded goblin v0.8.2
3942026-06-24T18:38:14.982Z Downloaded tabled v0.15.0
3952026-06-24T18:38:14.996Z Downloaded syn v2.0.117
3962026-06-24T18:38:15.001Z Downloaded syn v1.0.109
3972026-06-24T18:38:15.009Z Downloaded rustix v1.1.3
3982026-06-24T18:38:15.038Z Downloaded libc v0.2.185
3992026-06-24T18:38:15.108Z Compiling proc-macro2 v1.0.106
4002026-06-24T18:38:15.108Z Compiling quote v1.0.45
4012026-06-24T18:38:15.108Z Compiling unicode-ident v1.0.24
4022026-06-24T18:38:15.112Z Compiling serde_core v1.0.228
4032026-06-24T18:38:15.112Z Compiling libc v0.2.185
4042026-06-24T18:38:15.112Z Compiling version_check v0.9.5
4052026-06-24T18:38:15.112Z Compiling serde v1.0.228
4062026-06-24T18:38:15.112Z Compiling memchr v2.8.0
4072026-06-24T18:38:15.112Z Compiling stable_deref_trait v1.2.1
4082026-06-24T18:38:15.112Z Compiling zmij v1.0.21
4092026-06-24T18:38:15.283Z Compiling thiserror v1.0.69
4102026-06-24T18:38:15.287Z Compiling ucd-trie v0.1.7
4112026-06-24T18:38:15.287Z Compiling autocfg v1.5.0
4122026-06-24T18:38:15.287Z Compiling itoa v1.0.17
4132026-06-24T18:38:15.287Z Compiling writeable v0.6.2
4142026-06-24T18:38:15.507Z Compiling litemap v0.8.1
4152026-06-24T18:38:15.611Z Compiling icu_normalizer_data v2.1.1
4162026-06-24T18:38:15.687Z Compiling icu_properties_data v2.1.2
4172026-06-24T18:38:15.720Z Compiling rustix v1.1.3
4182026-06-24T18:38:15.742Z Compiling pest v2.8.6
4192026-06-24T18:38:15.821Z Compiling byteorder v1.5.0
4202026-06-24T18:38:15.871Z Compiling serde_json v1.0.149
4212026-06-24T18:38:16.015Z Compiling bitflags v2.11.0
4222026-06-24T18:38:16.136Z Compiling num-traits v0.2.19
4232026-06-24T18:38:16.189Z Compiling typeid v1.0.3
4242026-06-24T18:38:16.239Z Compiling smallvec v1.15.1
4252026-06-24T18:38:16.260Z Compiling equivalent v1.0.2
4262026-06-24T18:38:16.264Z Compiling hashbrown v0.17.0
4272026-06-24T18:38:16.291Z Compiling usdt-impl v0.5.0
4282026-06-24T18:38:16.393Z Compiling proc-macro-error-attr v1.0.4
4292026-06-24T18:38:16.430Z Compiling erased-serde v0.4.9
4302026-06-24T18:38:16.466Z Compiling winnow v0.7.14
4312026-06-24T18:38:16.561Z Compiling syn v1.0.109
4322026-06-24T18:38:16.579Z Compiling toml_write v0.1.2
4332026-06-24T18:38:16.622Z Compiling proc-macro-error v1.0.4
4342026-06-24T18:38:16.656Z Compiling errno v0.3.14
4352026-06-24T18:38:16.656Z Compiling thread-id v4.2.2
4362026-06-24T18:38:16.743Z Compiling camino v1.2.2
4372026-06-24T18:38:16.764Z Compiling utf8parse v0.2.2
4382026-06-24T18:38:16.842Z Compiling utf8_iter v1.0.4
4392026-06-24T18:38:16.847Z Compiling log v0.4.29
4402026-06-24T18:38:16.847Z Compiling thiserror v2.0.18
4412026-06-24T18:38:16.853Z Compiling getrandom v0.4.1
4422026-06-24T18:38:16.941Z Compiling pest_meta v2.8.6
4432026-06-24T18:38:16.945Z Compiling indexmap v2.14.0
4442026-06-24T18:38:17.062Z Compiling syn v2.0.117
4452026-06-24T18:38:17.097Z Compiling percent-encoding v2.3.2
4462026-06-24T18:38:17.101Z Compiling plain v0.2.3
4472026-06-24T18:38:17.189Z Compiling anstyle-parse v1.0.0
4482026-06-24T18:38:17.230Z Compiling ordered-float v2.10.1
4492026-06-24T18:38:17.327Z Compiling form_urlencoded v1.2.2
4502026-06-24T18:38:17.344Z Compiling is_terminal_polyfill v1.70.2
4512026-06-24T18:38:17.360Z Compiling anstyle-query v1.1.5
4522026-06-24T18:38:17.397Z Compiling colorchoice v1.0.4
4532026-06-24T18:38:17.478Z Compiling anstyle v1.0.14
4542026-06-24T18:38:17.509Z Compiling pretty-hex v0.4.1
4552026-06-24T18:38:17.513Z Compiling cfg-if v1.0.4
4562026-06-24T18:38:17.546Z Compiling fs-err v3.3.0
4572026-06-24T18:38:17.549Z Compiling bytecount v0.6.9
4582026-06-24T18:38:17.638Z Compiling clap_lex v1.0.0
4592026-06-24T18:38:17.659Z Compiling heck v0.5.0
4602026-06-24T18:38:17.728Z Compiling terminal_size v0.4.3
4612026-06-24T18:38:17.776Z Compiling anstream v1.0.0
4622026-06-24T18:38:17.779Z Compiling anyhow v1.0.102
4632026-06-24T18:38:17.793Z Compiling once_cell v1.21.3
4642026-06-24T18:38:17.828Z Compiling unicode-xid v0.2.6
4652026-06-24T18:38:17.852Z Compiling unicode-width v0.1.14
4662026-06-24T18:38:17.891Z Compiling heck v0.4.1
4672026-06-24T18:38:17.925Z Compiling fastrand v2.3.0
4682026-06-24T18:38:17.966Z Compiling strsim v0.11.1
4692026-06-24T18:38:17.986Z Compiling fnv v1.0.7
4702026-06-24T18:38:18.037Z Compiling memmap v0.7.0
4712026-06-24T18:38:18.133Z Compiling semver v1.0.28
4722026-06-24T18:38:18.169Z Compiling clap_builder v4.6.0
4732026-06-24T18:38:18.227Z Compiling tempfile v3.25.0
4742026-06-24T18:38:18.254Z Compiling papergrid v0.11.0
4752026-06-24T18:38:18.272Z Compiling unicode-linebreak v0.1.5
4762026-06-24T18:38:18.291Z Compiling smawk v0.3.2
4772026-06-24T18:38:18.449Z Compiling unicode-width v0.2.0
4782026-06-24T18:38:18.467Z Compiling camino-tempfile v1.4.1
4792026-06-24T18:38:18.542Z Compiling serde-untagged v0.1.9
4802026-06-24T18:38:18.625Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4812026-06-24T18:38:18.644Z Compiling swrite v0.1.0
4822026-06-24T18:38:18.683Z Compiling textwrap v0.16.2
4832026-06-24T18:38:18.967Z Compiling tabled_derive v0.7.0
4842026-06-24T18:38:19.643Z Compiling synstructure v0.13.2
4852026-06-24T18:38:19.643Z Compiling pest_generator v2.8.6
4862026-06-24T18:38:19.677Z Compiling tabled v0.15.0
4872026-06-24T18:38:20.183Z Compiling serde_derive v1.0.228
4882026-06-24T18:38:20.186Z Compiling zerofrom-derive v0.1.6
4892026-06-24T18:38:20.186Z Compiling yoke-derive v0.8.1
4902026-06-24T18:38:20.186Z Compiling zerovec-derive v0.11.2
4912026-06-24T18:38:20.186Z Compiling displaydoc v0.2.5
4922026-06-24T18:38:20.186Z Compiling thiserror-impl v1.0.69
4932026-06-24T18:38:20.186Z Compiling zerocopy-derive v0.7.35
4942026-06-24T18:38:20.186Z Compiling scroll_derive v0.12.1
4952026-06-24T18:38:20.187Z Compiling thiserror-impl v2.0.18
4962026-06-24T18:38:20.187Z Compiling clap_derive v4.6.1
4972026-06-24T18:38:20.309Z Compiling pest_derive v2.8.6
4982026-06-24T18:38:20.980Z Compiling scroll v0.12.0
4992026-06-24T18:38:20.998Z Compiling zerocopy v0.7.35
5002026-06-24T18:38:21.214Z Compiling goblin v0.8.2
5012026-06-24T18:38:21.376Z Compiling zerofrom v0.1.6
5022026-06-24T18:38:21.483Z Compiling yoke v0.8.1
5032026-06-24T18:38:21.539Z Compiling dtrace-parser v0.2.0
5042026-06-24T18:38:21.640Z Compiling zerovec v0.11.5
5052026-06-24T18:38:21.699Z Compiling zerotrie v0.2.3
5062026-06-24T18:38:21.765Z Compiling clap v4.6.1
5072026-06-24T18:38:22.041Z Compiling tinystr v0.8.2
5082026-06-24T18:38:22.042Z Compiling potential_utf v0.1.4
5092026-06-24T18:38:22.136Z Compiling icu_collections v2.1.1
5102026-06-24T18:38:22.218Z Compiling icu_locale_core v2.1.1
5112026-06-24T18:38:22.727Z Compiling toml_datetime v0.6.11
5122026-06-24T18:38:22.727Z Compiling serde_spanned v0.6.9
5132026-06-24T18:38:22.727Z Compiling serde-value v0.7.0
5142026-06-24T18:38:22.731Z Compiling cargo-platform v0.2.0
5152026-06-24T18:38:22.731Z Compiling macaddr v1.0.1
5162026-06-24T18:38:22.744Z Compiling dof v0.3.0
5172026-06-24T18:38:22.748Z Compiling serde_tokenstream v0.2.3
5182026-06-24T18:38:22.759Z Compiling icu_provider v2.1.1
5192026-06-24T18:38:22.962Z Compiling toml_edit v0.22.27
5202026-06-24T18:38:23.038Z Compiling icu_normalizer v2.1.1
5212026-06-24T18:38:23.043Z Compiling icu_properties v2.1.2
5222026-06-24T18:38:23.471Z Compiling usdt-macro v0.5.0
5232026-06-24T18:38:23.471Z Compiling usdt-attr-macro v0.5.0
5242026-06-24T18:38:23.851Z Compiling idna_adapter v1.2.1
5252026-06-24T18:38:23.957Z Compiling idna v1.1.0
5262026-06-24T18:38:24.093Z Compiling usdt v0.5.0
5272026-06-24T18:38:24.208Z Compiling url v2.5.8
5282026-06-24T18:38:24.233Z Compiling toml v0.8.23
5292026-06-24T18:38:24.577Z Compiling cargo_toml v0.21.0
5302026-06-24T18:38:24.616Z Compiling cargo-util-schemas v0.8.2
5312026-06-24T18:38:25.402Z Compiling cargo_metadata v0.21.0
5322026-06-24T18:38:26.345Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5332026-06-24T18:38:28.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.95s
5342026-06-24T18:38:28.664Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5352026-06-24T18:38:29.147Z Downloading crates ...
5362026-06-24T18:38:29.245Z Downloaded bit-set v0.5.3
5372026-06-24T18:38:29.249Z Downloaded async-stream-impl v0.3.6
5382026-06-24T18:38:29.253Z Downloaded ascii-canvas v3.0.0
5392026-06-24T18:38:29.253Z Downloaded aead v0.5.2
5402026-06-24T18:38:29.253Z Downloaded bitfield-macros v0.19.4
5412026-06-24T18:38:29.253Z Downloaded bcrypt-pbkdf v0.10.0
5422026-06-24T18:38:29.256Z Downloaded array-init v0.0.4
5432026-06-24T18:38:29.259Z Downloaded backon v1.6.0
5442026-06-24T18:38:29.263Z Downloaded cobs v0.3.0
5452026-06-24T18:38:29.267Z Downloaded diesel-dtrace v0.5.0
5462026-06-24T18:38:29.270Z Downloaded cfg_aliases v0.1.1
5472026-06-24T18:38:29.271Z Downloaded dirs-next v2.0.0
5482026-06-24T18:38:29.274Z Downloaded chacha20 v0.9.1
5492026-06-24T18:38:29.279Z Downloaded cipher v0.4.4
5502026-06-24T18:38:29.279Z Downloaded cassowary v0.3.0
5512026-06-24T18:38:29.282Z Downloaded fd-lock v4.0.4
5522026-06-24T18:38:29.282Z Downloaded ciborium v0.2.2
5532026-06-24T18:38:29.286Z Downloaded darling v0.20.11
5542026-06-24T18:38:29.286Z Downloaded crucible-workspace-hack v0.1.0
5552026-06-24T18:38:29.289Z Downloaded bit-vec v0.8.0
5562026-06-24T18:38:29.289Z Downloaded bzip2 v0.6.1
5572026-06-24T18:38:29.290Z Downloaded crossterm v0.28.1
5582026-06-24T18:38:29.293Z Downloaded console v0.15.11
5592026-06-24T18:38:29.296Z Downloaded curve25519-dalek-derive v0.1.1
5602026-06-24T18:38:29.296Z Downloaded base64 v0.22.1
5612026-06-24T18:38:29.299Z Downloaded async-compression v0.4.41
5622026-06-24T18:38:29.304Z Downloaded foreign-types-shared v0.3.1
5632026-06-24T18:38:29.304Z Downloaded critical-section v1.2.0
5642026-06-24T18:38:29.304Z Downloaded base64ct v1.8.3
5652026-06-24T18:38:29.307Z Downloaded bit-set v0.8.0
5662026-06-24T18:38:29.307Z Downloaded darling v0.13.4
5672026-06-24T18:38:29.311Z Downloaded daft-derive v0.1.7
5682026-06-24T18:38:29.311Z Downloaded backoff v0.4.0
5692026-06-24T18:38:29.314Z Downloaded ahash v0.8.12
5702026-06-24T18:38:29.314Z Downloaded crossbeam-deque v0.8.6
5712026-06-24T18:38:29.318Z Downloaded async-stream v0.3.6
5722026-06-24T18:38:29.319Z Downloaded atomicwrites v0.4.4
5732026-06-24T18:38:29.319Z Downloaded derive_builder_macro v0.20.2
5742026-06-24T18:38:29.322Z Downloaded darling_macro v0.20.11
5752026-06-24T18:38:29.322Z Downloaded aes-gcm v0.10.3
5762026-06-24T18:38:29.322Z Downloaded cancel-safe-futures v0.1.5
5772026-06-24T18:38:29.322Z Downloaded buf-list v1.1.2
5782026-06-24T18:38:29.325Z Downloaded darling_core v0.23.0
5792026-06-24T18:38:29.329Z Downloaded bitflags v1.3.2
5802026-06-24T18:38:29.329Z Downloaded bitfield-struct v0.6.2
5812026-06-24T18:38:29.332Z Downloaded async-recursion v1.1.1
5822026-06-24T18:38:29.333Z Downloaded ed25519 v2.2.3
5832026-06-24T18:38:29.336Z Downloaded deranged v0.5.8
5842026-06-24T18:38:29.336Z Downloaded crypto-bigint v0.5.5
5852026-06-24T18:38:29.339Z Downloaded crunchy v0.2.4
5862026-06-24T18:38:29.339Z Downloaded csv-core v0.1.13
5872026-06-24T18:38:29.343Z Downloaded crc8 v0.1.1
5882026-06-24T18:38:29.343Z Downloaded cargo_metadata v0.23.1
5892026-06-24T18:38:29.343Z Downloaded derive_builder_core v0.20.2
5902026-06-24T18:38:29.347Z Downloaded diesel_table_macro_syntax v0.3.0
5912026-06-24T18:38:29.347Z Downloaded castaway v0.2.4
5922026-06-24T18:38:29.347Z Downloaded dyn-clone v1.0.20
5932026-06-24T18:38:29.352Z Downloaded crc-catalog v2.4.0
5942026-06-24T18:38:29.352Z Downloaded adler2 v2.0.1
5952026-06-24T18:38:29.352Z Downloaded crossbeam-utils v0.8.21
5962026-06-24T18:38:29.352Z Downloaded flagset v0.4.7
5972026-06-24T18:38:29.359Z Downloaded convert_case v0.4.0
5982026-06-24T18:38:29.359Z Downloaded dunce v1.0.5
5992026-06-24T18:38:29.360Z Downloaded compression-core v0.4.31
6002026-06-24T18:38:29.360Z Downloaded cfg_aliases v0.2.1
6012026-06-24T18:38:29.360Z Downloaded darling v0.23.0
6022026-06-24T18:38:29.366Z Downloaded daft v0.1.7
6032026-06-24T18:38:29.366Z Downloaded futures-task v0.3.32
6042026-06-24T18:38:29.366Z Downloaded debug-ignore v1.0.5
6052026-06-24T18:38:29.366Z Downloaded blake2 v0.10.6
6062026-06-24T18:38:29.371Z Downloaded document-features v0.2.12
6072026-06-24T18:38:29.371Z Downloaded corncobs v0.1.4
6082026-06-24T18:38:29.371Z Downloaded cookie_store v0.22.1
6092026-06-24T18:38:29.371Z Downloaded funty v2.0.0
6102026-06-24T18:38:29.371Z Downloaded dsl_auto_type v0.2.0
6112026-06-24T18:38:29.374Z Downloaded block-padding v0.3.3
6122026-06-24T18:38:29.374Z Downloaded cstr-argument v0.1.2
6132026-06-24T18:38:29.374Z Downloaded atty v0.2.14
6142026-06-24T18:38:29.374Z Downloaded difflib v0.4.0
6152026-06-24T18:38:29.374Z Downloaded chacha20 v0.10.0
6162026-06-24T18:38:29.378Z Downloaded cpufeatures v0.3.0
6172026-06-24T18:38:29.378Z Downloaded display-error-chain v0.2.2
6182026-06-24T18:38:29.378Z Downloaded futures-sink v0.3.32
6192026-06-24T18:38:29.378Z Downloaded enum-as-inner v0.6.1
6202026-06-24T18:38:29.396Z Downloaded atomic-waker v1.1.2
6212026-06-24T18:38:29.396Z Downloaded dtrace-parser v0.3.0
6222026-06-24T18:38:29.396Z Downloaded env_filter v1.0.0
6232026-06-24T18:38:29.396Z Downloaded foreign-types-shared v0.1.1
6242026-06-24T18:38:29.400Z Downloaded foreign-types v0.5.0
6252026-06-24T18:38:29.401Z Downloaded cargo-platform v0.3.2
6262026-06-24T18:38:29.401Z Downloaded git-stub v1.0.0
6272026-06-24T18:38:29.401Z Downloaded defmt-parser v1.0.0
6282026-06-24T18:38:29.401Z Downloaded endian-type v0.1.2
6292026-06-24T18:38:29.401Z Downloaded dof v0.4.0
6302026-06-24T18:38:29.401Z Downloaded darling_macro v0.21.3
6312026-06-24T18:38:29.401Z Downloaded foldhash v0.2.0
6322026-06-24T18:38:29.401Z Downloaded float-ord v0.3.2
6332026-06-24T18:38:29.401Z Downloaded embedded-io v0.6.1
6342026-06-24T18:38:29.401Z Downloaded dirs-sys-next v0.1.2
6352026-06-24T18:38:29.401Z Downloaded compression-codecs v0.4.37
6362026-06-24T18:38:29.401Z Downloaded dropshot-api-manager-types v0.7.2
6372026-06-24T18:38:29.401Z Downloaded ciborium-ll v0.2.2
6382026-06-24T18:38:29.401Z Downloaded ciborium-io v0.2.2
6392026-06-24T18:38:29.401Z Downloaded bb8 v0.8.6
6402026-06-24T18:38:29.401Z Downloaded ghash v0.5.1
6412026-06-24T18:38:29.401Z Downloaded futures-io v0.3.32
6422026-06-24T18:38:29.401Z Downloaded colored v2.2.0
6432026-06-24T18:38:29.405Z Downloaded float-cmp v0.10.0
6442026-06-24T18:38:29.405Z Downloaded downcast-rs v2.0.2
6452026-06-24T18:38:29.405Z Downloaded futures-macro v0.3.32
6462026-06-24T18:38:29.405Z Downloaded defmt v0.3.100
6472026-06-24T18:38:29.405Z Downloaded globwalk v0.9.1
6482026-06-24T18:38:29.409Z Downloaded darling_macro v0.23.0
6492026-06-24T18:38:29.409Z Downloaded arrayref v0.3.9
6502026-06-24T18:38:29.409Z Downloaded fxhash v0.2.1
6512026-06-24T18:38:29.409Z Downloaded foreign-types v0.3.2
6522026-06-24T18:38:29.409Z Downloaded embedded-io v0.4.0
6532026-06-24T18:38:29.412Z Downloaded crc v3.4.0
6542026-06-24T18:38:29.412Z Downloaded async-bb8-diesel v0.2.1
6552026-06-24T18:38:29.412Z Downloaded constant_time_eq v0.4.2
6562026-06-24T18:38:29.418Z Downloaded bcs v0.1.6
6572026-06-24T18:38:29.418Z Downloaded foreign-types-macros v0.2.3
6582026-06-24T18:38:29.418Z Downloaded fixedbitset v0.4.2
6592026-06-24T18:38:29.421Z Downloaded assert_matches v1.5.0
6602026-06-24T18:38:29.421Z Downloaded anstyle-parse v0.2.7
6612026-06-24T18:38:29.421Z Downloaded hash32 v0.2.1
6622026-06-24T18:38:29.421Z Downloaded gethostname v0.5.0
6632026-06-24T18:38:29.429Z Downloaded ctr v0.9.2
6642026-06-24T18:38:29.429Z Downloaded futures-core v0.3.32
6652026-06-24T18:38:29.429Z Downloaded der_derive v0.7.3
6662026-06-24T18:38:29.429Z Downloaded futures-channel v0.3.32
6672026-06-24T18:38:29.434Z Downloaded des v0.8.1
6682026-06-24T18:38:29.434Z Downloaded async-trait v0.1.89
6692026-06-24T18:38:29.434Z Downloaded cbc v0.1.2
6702026-06-24T18:38:29.434Z Downloaded camino-tempfile-ext v0.3.3
6712026-06-24T18:38:29.437Z Downloaded hash32 v0.3.1
6722026-06-24T18:38:29.438Z Downloaded argon2 v0.5.3
6732026-06-24T18:38:29.438Z Downloaded headers-core v0.3.0
6742026-06-24T18:38:29.441Z Downloaded http-body v1.0.1
6752026-06-24T18:38:29.441Z Downloaded hex-literal v0.4.1
6762026-06-24T18:38:29.444Z Downloaded fs-err v2.11.0
6772026-06-24T18:38:29.448Z Downloaded hubpack_derive v0.1.1
6782026-06-24T18:38:29.448Z Downloaded httpdate v1.0.3
6792026-06-24T18:38:29.448Z Downloaded hostname v0.4.2
6802026-06-24T18:38:29.456Z Downloaded hex v0.4.3
6812026-06-24T18:38:29.456Z Downloaded hostname v0.3.1
6822026-06-24T18:38:29.456Z Downloaded futures-executor v0.3.32
6832026-06-24T18:38:29.456Z Downloaded bit-vec v0.6.3
6842026-06-24T18:38:29.460Z Downloaded hyper-tls v0.6.0
6852026-06-24T18:38:29.460Z Downloaded data-encoding v2.10.0
6862026-06-24T18:38:29.460Z Downloaded filetime v0.2.27
6872026-06-24T18:38:29.460Z Downloaded hubpack v0.1.2
6882026-06-24T18:38:29.460Z Downloaded darling_macro v0.13.4
6892026-06-24T18:38:29.460Z Downloaded indent_write v2.2.0
6902026-06-24T18:38:29.460Z Downloaded darling_core v0.21.3
6912026-06-24T18:38:29.464Z Downloaded env_logger v0.11.9
6922026-06-24T18:38:29.464Z Downloaded fixedbitset v0.5.7
6932026-06-24T18:38:29.470Z Downloaded fallible-iterator v0.2.0
6942026-06-24T18:38:29.470Z Downloaded erased-serde v0.3.31
6952026-06-24T18:38:29.470Z Downloaded either v1.15.0
6962026-06-24T18:38:29.470Z Downloaded ecdsa v0.16.9
6972026-06-24T18:38:29.470Z Downloaded convert_case v0.10.0
6982026-06-24T18:38:29.474Z Downloaded derive-ex v0.1.8
6992026-06-24T18:38:29.474Z Downloaded defmt v1.0.1
7002026-06-24T18:38:29.477Z Downloaded ff v0.13.1
7012026-06-24T18:38:29.477Z Downloaded base16ct v0.2.0
7022026-06-24T18:38:29.477Z Downloaded foldhash v0.1.5
7032026-06-24T18:38:29.481Z Downloaded clang-sys v1.8.1
7042026-06-24T18:38:29.481Z Downloaded bitfield v0.19.4
7052026-06-24T18:38:29.481Z Downloaded http-range v0.1.5
7062026-06-24T18:38:29.481Z Downloaded illumos-nvpair-sys v0.2.0
7072026-06-24T18:38:29.487Z Downloaded illumos-nvpair v0.3.0
7082026-06-24T18:38:29.487Z Downloaded home v0.5.12
7092026-06-24T18:38:29.487Z Downloaded arrayvec v0.7.6
7102026-06-24T18:38:29.491Z Downloaded indoc v1.0.9
7112026-06-24T18:38:29.491Z Downloaded kstat-rs v0.2.4
7122026-06-24T18:38:29.495Z Downloaded darling_core v0.13.4
7132026-06-24T18:38:29.495Z Downloaded is_ci v1.2.0
7142026-06-24T18:38:29.499Z Downloaded is-terminal v0.4.17
7152026-06-24T18:38:29.499Z Downloaded instability v0.3.11
7162026-06-24T18:38:29.499Z Downloaded find-msvc-tools v0.1.9
7172026-06-24T18:38:29.499Z Downloaded glob v0.3.3
7182026-06-24T18:38:29.499Z Downloaded ena v0.14.4
7192026-06-24T18:38:29.503Z Downloaded group v0.13.0
7202026-06-24T18:38:29.503Z Downloaded cmake v0.1.57
7212026-06-24T18:38:29.503Z Downloaded anstream v0.6.21
7222026-06-24T18:38:29.508Z Downloaded inout v0.1.4
7232026-06-24T18:38:29.508Z Downloaded internet-checksum v0.2.1
7242026-06-24T18:38:29.508Z Downloaded instant v0.1.13
7252026-06-24T18:38:29.511Z Downloaded lazy_static v1.5.0
7262026-06-24T18:38:29.511Z Downloaded lalrpop-util v0.19.12
7272026-06-24T18:38:29.511Z Downloaded keccak v0.1.6
7282026-06-24T18:38:29.511Z Downloaded bzip2 v0.4.4
7292026-06-24T18:38:29.514Z Downloaded crc32fast v1.5.0
7302026-06-24T18:38:29.514Z Downloaded ident_case v1.0.1
7312026-06-24T18:38:29.514Z Downloaded defmt-macros v1.0.1
7322026-06-24T18:38:29.519Z Downloaded hyper-staticfile v0.10.1
7332026-06-24T18:38:29.519Z Downloaded const-oid v0.9.6
7342026-06-24T18:38:29.537Z Downloaded highway v1.3.0
7352026-06-24T18:38:29.537Z Downloaded libscf-sys v1.1.0
7362026-06-24T18:38:29.537Z Downloaded globset v0.4.18
7372026-06-24T18:38:29.544Z Downloaded lru-cache v0.1.2
7382026-06-24T18:38:29.544Z Downloaded cexpr v0.6.0
7392026-06-24T18:38:29.544Z Downloaded lru-slab v0.1.2
7402026-06-24T18:38:29.544Z Downloaded maybe-uninit v2.0.0
7412026-06-24T18:38:29.544Z Downloaded lzss v0.8.2
7422026-06-24T18:38:29.544Z Downloaded darling_core v0.20.11
7432026-06-24T18:38:29.544Z Downloaded lru v0.12.5
7442026-06-24T18:38:29.544Z Downloaded humantime v2.3.0
7452026-06-24T18:38:29.544Z Downloaded fs_extra v1.3.0
7462026-06-24T18:38:29.544Z Downloaded maplit v1.0.2
7472026-06-24T18:38:29.545Z Downloaded managed v0.8.0
7482026-06-24T18:38:29.545Z Downloaded console v0.16.2
7492026-06-24T18:38:29.545Z Downloaded colored v3.1.1
7502026-06-24T18:38:29.545Z Downloaded diff v0.1.13
7512026-06-24T18:38:29.545Z Downloaded crossbeam-epoch v0.9.18
7522026-06-24T18:38:29.548Z Downloaded linked-hash-map v0.5.6
7532026-06-24T18:38:29.548Z Downloaded darling v0.21.3
7542026-06-24T18:38:29.548Z Downloaded byte-wrapper v0.1.0
7552026-06-24T18:38:29.548Z Downloaded derive_builder v0.20.2
7562026-06-24T18:38:29.551Z Downloaded cookie v0.18.1
7572026-06-24T18:38:29.554Z Downloaded memoffset v0.9.1
7582026-06-24T18:38:29.554Z Downloaded match_cfg v0.1.0
7592026-06-24T18:38:29.554Z Downloaded mime v0.3.17
7602026-06-24T18:38:29.558Z Downloaded md5 v0.7.0
7612026-06-24T18:38:29.558Z Downloaded blowfish v0.9.1
7622026-06-24T18:38:29.558Z Downloaded ingot-types v0.1.2
7632026-06-24T18:38:29.558Z Downloaded ingot v0.1.1
7642026-06-24T18:38:29.561Z Downloaded impl-trait-for-tuples v0.2.3
7652026-06-24T18:38:29.561Z Downloaded derive-where v1.6.0
7662026-06-24T18:38:29.564Z Downloaded indoc v2.0.7
7672026-06-24T18:38:29.567Z Downloaded newtype-uuid-macros v0.1.0
7682026-06-24T18:38:29.567Z Downloaded nibble_vec v0.1.0
7692026-06-24T18:38:29.567Z Downloaded newtype_derive v0.1.6
7702026-06-24T18:38:29.570Z Downloaded multimap v0.10.1
7712026-06-24T18:38:29.570Z Downloaded nodrop v0.1.14
7722026-06-24T18:38:29.570Z Downloaded newline-converter v0.3.0
7732026-06-24T18:38:29.570Z Downloaded new_debug_unreachable v1.0.6
7742026-06-24T18:38:29.574Z Downloaded const_format_proc_macros v0.2.34
7752026-06-24T18:38:29.574Z Downloaded ipnetwork v0.21.1
7762026-06-24T18:38:29.577Z Downloaded git-stub-vcs v0.1.0
7772026-06-24T18:38:29.580Z Downloaded half v1.8.3
7782026-06-24T18:38:29.584Z Downloaded libloading v0.8.9
7792026-06-24T18:38:29.587Z Downloaded normalize-line-endings v0.3.0
7802026-06-24T18:38:29.587Z Downloaded nonempty v0.12.0
7812026-06-24T18:38:29.591Z Downloaded httparse v1.10.1
7822026-06-24T18:38:29.594Z Downloaded libefi-sys v0.1.0
7832026-06-24T18:38:29.594Z Downloaded num-derive v0.3.3
7842026-06-24T18:38:29.594Z Downloaded num v0.4.3
7852026-06-24T18:38:29.597Z Downloaded lock_api v0.4.14
7862026-06-24T18:38:29.600Z Downloaded num-conv v0.2.0
7872026-06-24T18:38:29.600Z Downloaded http-body-util v0.1.3
7882026-06-24T18:38:29.600Z Downloaded oso-derive v0.27.3
7892026-06-24T18:38:29.603Z Downloaded num-iter v0.1.45
7902026-06-24T18:38:29.604Z Downloaded crc-any v2.5.0
7912026-06-24T18:38:29.604Z Downloaded libsw v3.5.0
7922026-06-24T18:38:29.607Z Downloaded derive_more v0.99.20
7932026-06-24T18:38:29.610Z Downloaded openssl-probe v0.1.6
7942026-06-24T18:38:29.610Z Downloaded iana-time-zone v0.1.65
7952026-06-24T18:38:29.613Z Downloaded openssl-macros v0.1.1
7962026-06-24T18:38:29.613Z Downloaded num_threads v0.1.7
7972026-06-24T18:38:29.613Z Downloaded num_enum_derive v0.5.11
7982026-06-24T18:38:29.613Z Downloaded elliptic-curve v0.13.8
7992026-06-24T18:38:29.616Z Downloaded bytes v1.11.1
8002026-06-24T18:38:29.621Z Downloaded olpc-cjson v0.1.4
8012026-06-24T18:38:29.624Z Downloaded openssl-probe v0.2.1
8022026-06-24T18:38:29.624Z Downloaded getrandom v0.3.4
8032026-06-24T18:38:29.628Z Downloaded opaque-debug v0.3.1
8042026-06-24T18:38:29.628Z Downloaded drift v0.2.0
8052026-06-24T18:38:29.632Z Downloaded mime_guess v2.0.5
8062026-06-24T18:38:29.636Z Downloaded crossbeam-channel v0.5.15
8072026-06-24T18:38:29.639Z Downloaded newtype-uuid v1.3.2
8082026-06-24T18:38:29.639Z Downloaded nanorand v0.7.0
8092026-06-24T18:38:29.642Z Downloaded multer v3.1.0
8102026-06-24T18:38:29.642Z Downloaded packed_struct_codegen v0.10.1
8112026-06-24T18:38:29.643Z Downloaded ipnet v2.11.0
8122026-06-24T18:38:29.646Z Downloaded ingot-macros v0.1.1
8132026-06-24T18:38:29.646Z Downloaded num-derive v0.4.2
8142026-06-24T18:38:29.646Z Downloaded md-5 v0.10.6
8152026-06-24T18:38:29.649Z Downloaded parse-display v0.10.0
8162026-06-24T18:38:29.652Z Downloaded pbkdf2 v0.11.0
8172026-06-24T18:38:29.655Z Downloaded path-slash v0.1.5
8182026-06-24T18:38:29.655Z Downloaded parse-size v1.1.0
8192026-06-24T18:38:29.655Z Downloaded peg-runtime v0.8.5
8202026-06-24T18:38:29.658Z Downloaded crossterm v0.29.0
8212026-06-24T18:38:29.663Z Downloaded jobserver v0.1.34
8222026-06-24T18:38:29.666Z Downloaded half v2.7.1
8232026-06-24T18:38:29.666Z Downloaded pbkdf2 v0.12.2
8242026-06-24T18:38:29.669Z Downloaded hyper-rustls v0.27.7
8252026-06-24T18:38:29.670Z Downloaded libsw-core v0.3.2
8262026-06-24T18:38:29.673Z Downloaded hmac v0.12.1
8272026-06-24T18:38:29.673Z Downloaded num_enum v0.5.11
8282026-06-24T18:38:29.676Z Downloaded num-integer v0.1.46
8292026-06-24T18:38:29.676Z Downloaded phf_shared v0.12.1
8302026-06-24T18:38:29.680Z Downloaded allocator-api2 v0.2.21
8312026-06-24T18:38:29.680Z Downloaded num-complex v0.4.6
8322026-06-24T18:38:29.683Z Downloaded nu-ansi-term v0.50.3
8332026-06-24T18:38:29.683Z Downloaded linear-map v1.2.0
8342026-06-24T18:38:29.683Z Downloaded litrs v1.0.0
8352026-06-24T18:38:29.688Z Downloaded phf_shared v0.11.3
8362026-06-24T18:38:29.688Z Downloaded futures v0.3.32
8372026-06-24T18:38:29.691Z Downloaded pin-utils v0.1.0
8382026-06-24T18:38:29.695Z Downloaded powerfmt v0.2.0
8392026-06-24T18:38:29.699Z Downloaded precomputed-hash v0.1.1
8402026-06-24T18:38:29.699Z Downloaded num-rational v0.4.2
8412026-06-24T18:38:29.699Z Downloaded num_enum_derive v0.7.6
8422026-06-24T18:38:29.702Z Downloaded num_enum v0.7.6
8432026-06-24T18:38:29.705Z Downloaded memmap2 v0.9.10
8442026-06-24T18:38:29.705Z Downloaded fatfs v0.3.6
8452026-06-24T18:38:29.708Z Downloaded bumpalo v3.20.2
8462026-06-24T18:38:29.708Z Downloaded getrandom v0.2.17
8472026-06-24T18:38:29.711Z Downloaded owo-colors v4.3.0
8482026-06-24T18:38:29.711Z Downloaded compact_str v0.8.1
8492026-06-24T18:38:29.714Z Downloaded proc-macro-crate v1.3.1
8502026-06-24T18:38:29.714Z Downloaded proc-macro-error-attr2 v2.0.0
8512026-06-24T18:38:29.718Z Downloaded predicates-core v1.0.10
8522026-06-24T18:38:29.718Z Downloaded indexmap v1.9.3
8532026-06-24T18:38:29.721Z Downloaded base64 v0.21.7
8542026-06-24T18:38:29.725Z Downloaded native-tls v0.2.18
8552026-06-24T18:38:29.725Z Downloaded ignore v0.4.25
8562026-06-24T18:38:29.728Z Downloaded cc v1.2.56
8572026-06-24T18:38:29.740Z Downloaded progenitor-client v0.14.0
8582026-06-24T18:38:29.743Z Downloaded chacha20poly1305 v0.10.1
8592026-06-24T18:38:29.743Z Downloaded predicates-tree v1.0.13
8602026-06-24T18:38:29.743Z Downloaded pem v3.0.6
8612026-06-24T18:38:29.747Z Downloaded peg-macros v0.8.5
8622026-06-24T18:38:29.747Z Downloaded peg v0.8.5
8632026-06-24T18:38:29.750Z Downloaded pin-project-lite v0.2.17
8642026-06-24T18:38:29.753Z Downloaded phf v0.13.1
8652026-06-24T18:38:29.753Z Downloaded paste v1.0.15
8662026-06-24T18:38:29.757Z Downloaded password-hash v0.5.0
8672026-06-24T18:38:29.757Z Downloaded quick-error v1.2.3
8682026-06-24T18:38:29.760Z Downloaded radium v0.7.0
8692026-06-24T18:38:29.760Z Downloaded psl-types v2.0.11
8702026-06-24T18:38:29.760Z Downloaded progenitor-macro v0.14.0
8712026-06-24T18:38:29.760Z Downloaded progenitor-macro v0.13.0
8722026-06-24T18:38:29.760Z Downloaded parse-display-derive v0.10.0
8732026-06-24T18:38:29.763Z Downloaded parking_lot_core v0.8.6
8742026-06-24T18:38:29.763Z Downloaded rand_chacha v0.3.1
8752026-06-24T18:38:29.766Z Downloaded heapless v0.7.17
8762026-06-24T18:38:29.766Z Downloaded flate2 v1.1.9
8772026-06-24T18:38:29.770Z Downloaded dropshot_endpoint v0.17.0
8782026-06-24T18:38:29.773Z Downloaded postgres-protocol v0.6.10
8792026-06-24T18:38:29.773Z Downloaded poly1305 v0.8.0
8802026-06-24T18:38:29.778Z Downloaded pin-project-internal v1.1.11
8812026-06-24T18:38:29.778Z Downloaded phf_shared v0.13.1
8822026-06-24T18:38:29.781Z Downloaded phf v0.12.1
8832026-06-24T18:38:29.781Z Downloaded omicron-zone-package v0.12.2
8842026-06-24T18:38:29.781Z Downloaded rand_xorshift v0.4.0
8852026-06-24T18:38:29.781Z Downloaded ar_archive_writer v0.5.1
8862026-06-24T18:38:29.784Z Downloaded ppv-lite86 v0.2.21
8872026-06-24T18:38:29.784Z Downloaded polyval v0.6.2
8882026-06-24T18:38:29.787Z Downloaded flume v0.11.1
8892026-06-24T18:38:29.790Z Downloaded recursive-proc-macro-impl v0.1.1
8902026-06-24T18:38:29.790Z Downloaded recursive v0.1.1
8912026-06-24T18:38:29.790Z Downloaded proc-macro-crate v3.4.0
8922026-06-24T18:38:29.790Z Downloaded primeorder v0.13.6
8932026-06-24T18:38:29.793Z Downloaded predicates v3.1.4
8942026-06-24T18:38:29.793Z Downloaded oxnet v0.1.6
8952026-06-24T18:38:29.797Z Downloaded ref-cast-impl v1.0.25
8962026-06-24T18:38:29.797Z Downloaded ref-cast v1.0.25
8972026-06-24T18:38:29.800Z Downloaded progenitor v0.13.0
8982026-06-24T18:38:29.800Z Downloaded password-hash v0.4.2
8992026-06-24T18:38:29.800Z Downloaded parking_lot_core v0.9.12
9002026-06-24T18:38:29.803Z Downloaded rfc6979 v0.4.0
9012026-06-24T18:38:29.803Z Downloaded rtoolbox v0.0.3
9022026-06-24T18:38:29.806Z Downloaded progenitor-extras v0.2.0
9032026-06-24T18:38:29.806Z Downloaded progenitor-client v0.13.0
9042026-06-24T18:38:29.806Z Downloaded parking_lot v0.12.5
9052026-06-24T18:38:29.809Z Downloaded parking_lot v0.11.2
9062026-06-24T18:38:29.809Z Downloaded oxide-tokio-rt v0.1.4
9072026-06-24T18:38:29.812Z Downloaded progenitor v0.14.0
9082026-06-24T18:38:29.812Z Downloaded proc-macro-error2 v2.0.1
9092026-06-24T18:38:29.815Z Downloaded indicatif v0.18.4
9102026-06-24T18:38:29.816Z Downloaded arc-swap v1.8.2
9112026-06-24T18:38:29.819Z Downloaded psm v0.1.30
9122026-06-24T18:38:29.823Z Downloaded pkg-config v0.3.32
9132026-06-24T18:38:29.823Z Downloaded pkcs8 v0.10.2
9142026-06-24T18:38:29.827Z Downloaded pem-rfc7468 v0.7.0
9152026-06-24T18:38:29.827Z Downloaded rustc-hash v2.1.1
9162026-06-24T18:38:29.827Z Downloaded rustc_version v0.4.1
9172026-06-24T18:38:29.827Z Downloaded rustc_version v0.1.7
9182026-06-24T18:38:29.830Z Downloaded russh-cryptovec v0.7.3
9192026-06-24T18:38:29.830Z Downloaded const_format v0.2.35
9202026-06-24T18:38:29.830Z Downloaded der v0.7.10
9212026-06-24T18:38:29.833Z Downloaded rand_chacha v0.9.0
9222026-06-24T18:38:29.837Z Downloaded heapless v0.8.0
9232026-06-24T18:38:29.840Z Downloaded diesel_derives v2.3.7
9242026-06-24T18:38:29.843Z Downloaded postcard v1.1.3
9252026-06-24T18:38:29.843Z Downloaded rand_core v0.6.4
9262026-06-24T18:38:29.846Z Downloaded pkcs5 v0.7.1
9272026-06-24T18:38:29.849Z Downloaded rand_seeder v0.4.0
9282026-06-24T18:38:29.849Z Downloaded rand_core v0.10.0
9292026-06-24T18:38:29.849Z Downloaded p256 v0.13.2
9302026-06-24T18:38:29.852Z Downloaded oso v0.27.3
9312026-06-24T18:38:29.856Z Downloaded miniz_oxide v0.8.9
9322026-06-24T18:38:29.856Z Downloaded pkcs1 v0.7.5
9332026-06-24T18:38:29.860Z Downloaded same-file v1.0.6
9342026-06-24T18:38:29.860Z Downloaded derive_more v2.1.1
9352026-06-24T18:38:29.865Z Downloaded scopeguard v1.2.0
9362026-06-24T18:38:29.868Z Downloaded jiff-static v0.2.21
9372026-06-24T18:38:29.868Z Downloaded resolv-conf v0.7.6
9382026-06-24T18:38:29.871Z Downloaded papergrid v0.17.0
9392026-06-24T18:38:29.874Z Downloaded sapling-renderdag v0.1.0
9402026-06-24T18:38:29.874Z Downloaded expectorate v1.2.0
9412026-06-24T18:38:29.877Z Downloaded ed25519-dalek v2.2.0
9422026-06-24T18:38:29.877Z Downloaded seq-macro v0.3.6
9432026-06-24T18:38:29.880Z Downloaded scrypt v0.11.0
9442026-06-24T18:38:29.880Z Downloaded scroll_derive v0.13.1
9452026-06-24T18:38:29.880Z Downloaded salsa20 v0.10.2
9462026-06-24T18:38:29.884Z Downloaded serde-big-array v0.5.1
9472026-06-24T18:38:29.884Z Downloaded derive_more-impl v2.1.1
9482026-06-24T18:38:29.887Z Downloaded quinn-udp v0.5.14
9492026-06-24T18:38:29.887Z Downloaded hickory-resolver v0.24.4
9502026-06-24T18:38:29.890Z Downloaded packed_struct v0.10.1
9512026-06-24T18:38:29.893Z Downloaded libbz2-rs-sys v0.2.2
9522026-06-24T18:38:29.893Z Downloaded headers v0.4.1
9532026-06-24T18:38:29.896Z Downloaded sha1 v0.10.6
9542026-06-24T18:38:29.899Z Downloaded semver v0.1.20
9552026-06-24T18:38:29.899Z Downloaded secrecy v0.8.0
9562026-06-24T18:38:29.899Z Downloaded signal-hook-mio v0.2.5
9572026-06-24T18:38:29.902Z Downloaded secrecy v0.10.3
9582026-06-24T18:38:29.903Z Downloaded serde_plain v1.0.2
9592026-06-24T18:38:29.905Z Downloaded serde_urlencoded v0.7.1
9602026-06-24T18:38:29.905Z Downloaded postgres-types v0.2.12
9612026-06-24T18:38:29.909Z Downloaded hashbrown v0.12.3
9622026-06-24T18:38:29.913Z Downloaded r2d2 v0.8.10
9632026-06-24T18:38:29.913Z Downloaded rand_core v0.9.5
9642026-06-24T18:38:29.916Z Downloaded rustls-pemfile v1.0.4
9652026-06-24T18:38:29.916Z Downloaded pin-project v1.1.11
9662026-06-24T18:38:29.920Z Downloaded signal-hook-tokio v0.3.1
9672026-06-24T18:38:29.924Z Downloaded serde_spanned v1.0.4
9682026-06-24T18:38:29.924Z Downloaded serde_repr v0.1.20
9692026-06-24T18:38:29.924Z Downloaded sigpipe v0.1.3
9702026-06-24T18:38:29.927Z Downloaded slog-bunyan v2.5.0
9712026-06-24T18:38:29.927Z Downloaded slog-envlogger v2.2.0
9722026-06-24T18:38:29.927Z Downloaded rustversion v1.0.22
9732026-06-24T18:38:29.930Z Downloaded rusty-fork v0.3.1
9742026-06-24T18:38:29.931Z Downloaded prefix-trie v0.7.0
9752026-06-24T18:38:29.934Z Downloaded rustls-pemfile v2.2.0
9762026-06-24T18:38:29.934Z Downloaded rustls-native-certs v0.8.3
9772026-06-24T18:38:29.937Z Downloaded openssl-sys v0.9.115
9782026-06-24T18:38:29.940Z Downloaded hickory-resolver v0.25.2
9792026-06-24T18:38:29.943Z Downloaded signature v2.2.0
9802026-06-24T18:38:29.943Z Downloaded siphasher v1.0.2
9812026-06-24T18:38:29.946Z Downloaded sct v0.7.1
9822026-06-24T18:38:29.946Z Downloaded minimal-lexical v0.2.1
9832026-06-24T18:38:29.950Z Downloaded schemars_derive v0.8.22
9842026-06-24T18:38:29.950Z Downloaded scheduled-thread-pool v0.2.7
9852026-06-24T18:38:29.958Z Downloaded scroll v0.13.0
9862026-06-24T18:38:29.961Z Downloaded http v1.4.0
9872026-06-24T18:38:29.964Z Downloaded russh-keys v0.45.0
9882026-06-24T18:38:29.968Z Downloaded sqlparser_derive v0.5.0
9892026-06-24T18:38:29.968Z Downloaded progenitor-impl v0.14.0
9902026-06-24T18:38:29.971Z Downloaded serde_path_to_error v0.1.20
9912026-06-24T18:38:29.974Z Downloaded ssh-cipher v0.2.0
9922026-06-24T18:38:29.974Z Downloaded hashbrown v0.13.2
9932026-06-24T18:38:29.977Z Downloaded ssh-encoding v0.2.0
9942026-06-24T18:38:29.980Z Downloaded serde_with_macros v1.5.2
9952026-06-24T18:38:29.983Z Downloaded serde_bytes v0.11.19
9962026-06-24T18:38:29.983Z Downloaded serde_derive_internals v0.29.1
9972026-06-24T18:38:29.984Z Downloaded serde-hex v0.1.0
9982026-06-24T18:38:29.987Z Downloaded sec1 v0.7.3
9992026-06-24T18:38:29.990Z Downloaded hyper-util v0.1.20
10002026-06-24T18:38:29.993Z Downloaded shlex v1.3.0
10012026-06-24T18:38:29.996Z Downloaded shell-words v1.1.1
10022026-06-24T18:38:29.996Z Downloaded hickory-server v0.25.2
10032026-06-24T18:38:29.999Z Downloaded strsim v0.10.0
10042026-06-24T18:38:29.999Z Downloaded strip-ansi-escapes v0.2.1
10052026-06-24T18:38:29.999Z Downloaded simd-adler32 v0.3.8
10062026-06-24T18:38:30.003Z Downloaded slog-async v2.8.0
10072026-06-24T18:38:30.003Z Downloaded signal-hook-registry v1.4.8
10082026-06-24T18:38:30.003Z Downloaded prettyplease v0.2.37
10092026-06-24T18:38:30.006Z Downloaded strum v0.27.2
10102026-06-24T18:38:30.006Z Downloaded strum v0.26.3
10112026-06-24T18:38:30.009Z Downloaded structmeta-derive v0.3.0
10122026-06-24T18:38:30.009Z Downloaded rustls-pki-types v1.14.0
10132026-06-24T18:38:30.012Z Downloaded aes v0.8.4
10142026-06-24T18:38:30.015Z Downloaded rcgen v0.12.1
10152026-06-24T18:38:30.015Z Downloaded itertools v0.10.5
10162026-06-24T18:38:30.018Z Downloaded sync-ptr v0.1.4
10172026-06-24T18:38:30.021Z Downloaded supports-color v3.0.2
10182026-06-24T18:38:30.021Z Downloaded slab v0.4.12
10192026-06-24T18:38:30.025Z Downloaded slog-scope v4.4.1
10202026-06-24T18:38:30.025Z Downloaded slog-dtrace v0.3.0
10212026-06-24T18:38:30.025Z Downloaded slog-stdlog v4.1.1
10222026-06-24T18:38:30.028Z Downloaded ron v0.8.1
10232026-06-24T18:38:30.031Z Downloaded sync_wrapper v1.0.2
10242026-06-24T18:38:30.031Z Downloaded testing_table v0.3.0
10252026-06-24T18:38:30.031Z Downloaded take_mut v0.2.2
10262026-06-24T18:38:30.034Z Downloaded tabled_derive v0.11.0
10272026-06-24T18:38:30.034Z Downloaded smallvec v0.6.14
10282026-06-24T18:38:30.034Z Downloaded slog-term v2.9.2
10292026-06-24T18:38:30.037Z Downloaded spki v0.7.3
10302026-06-24T18:38:30.041Z Downloaded tagptr v0.2.0
10312026-06-24T18:38:30.041Z Downloaded tap v1.0.1
10322026-06-24T18:38:30.041Z Downloaded tabwriter v1.4.1
10332026-06-24T18:38:30.044Z Downloaded sqlformat v0.3.5
10342026-06-24T18:38:30.044Z Downloaded termtree v0.5.1
10352026-06-24T18:38:30.044Z Downloaded slog-json v2.6.1
10362026-06-24T18:38:30.059Z Downloaded thiserror-impl-no-std v2.0.2
10372026-06-24T18:38:30.062Z Downloaded progenitor-impl v0.13.0
10382026-06-24T18:38:30.065Z Downloaded serde_cbor v0.11.2
10392026-06-24T18:38:30.068Z Downloaded stacker v0.1.23
10402026-06-24T18:38:30.068Z Downloaded aho-corasick v1.1.4
10412026-06-24T18:38:30.071Z Downloaded stringprep v0.1.5
10422026-06-24T18:38:30.074Z Downloaded dropshot-api-manager v0.7.2
10432026-06-24T18:38:30.078Z Downloaded tokio-macros v2.7.0
10442026-06-24T18:38:30.078Z Downloaded tinyvec_macros v0.1.1
10452026-06-24T18:38:30.078Z Downloaded time-core v0.1.8
10462026-06-24T18:38:30.081Z Downloaded rayon-core v1.13.0
10472026-06-24T18:38:30.081Z Downloaded thread-id v5.1.0
10482026-06-24T18:38:30.084Z Downloaded static_assertions v1.1.0
10492026-06-24T18:38:30.084Z Downloaded serde_with_macros v3.17.0
10502026-06-24T18:38:30.087Z Downloaded pretty_assertions v1.4.1
10512026-06-24T18:38:30.087Z Downloaded string_cache v0.8.9
10522026-06-24T18:38:30.087Z Downloaded rustls-platform-verifier v0.6.2
10532026-06-24T18:38:30.090Z Downloaded strum_macros v0.24.3
10542026-06-24T18:38:30.094Z Downloaded subtle v2.6.1
10552026-06-24T18:38:30.098Z Downloaded ryu v1.0.23
10562026-06-24T18:38:30.098Z Downloaded strum_macros v0.26.4
10572026-06-24T18:38:30.098Z Downloaded nom v7.1.3
10582026-06-24T18:38:30.105Z Downloaded mio v1.2.0
10592026-06-24T18:38:30.109Z Downloaded structmeta v0.3.0
10602026-06-24T18:38:30.112Z Downloaded support-bundle-viewer v0.1.2
10612026-06-24T18:38:30.112Z Downloaded strum_macros v0.27.2
10622026-06-24T18:38:30.115Z Downloaded smf v0.2.3
10632026-06-24T18:38:30.115Z Downloaded schemars v0.8.22
10642026-06-24T18:38:30.120Z Downloaded topological-sort v0.2.2
10652026-06-24T18:38:30.123Z Downloaded termios v0.3.3
10662026-06-24T18:38:30.123Z Downloaded spin v0.9.8
10672026-06-24T18:38:30.126Z Downloaded snafu-derive v0.8.9
10682026-06-24T18:38:30.126Z Downloaded hashbrown v0.15.5
10692026-06-24T18:38:30.130Z Downloaded publicsuffix v2.3.0
10702026-06-24T18:38:30.130Z Downloaded num-bigint v0.4.6
10712026-06-24T18:38:30.133Z Downloaded thread_local v1.1.9
10722026-06-24T18:38:30.139Z Downloaded quinn v0.11.9
10732026-06-24T18:38:30.142Z Downloaded tower-service v0.3.3
10742026-06-24T18:38:30.145Z Downloaded tower-layer v0.3.3
10752026-06-24T18:38:30.145Z Downloaded try-lock v0.2.5
10762026-06-24T18:38:30.145Z Downloaded rand v0.8.6
10772026-06-24T18:38:30.149Z Downloaded thiserror-no-std v2.0.2
10782026-06-24T18:38:30.149Z Downloaded signal-hook v0.3.18
10792026-06-24T18:38:30.153Z Downloaded tls_codec_derive v0.4.2
10802026-06-24T18:38:30.157Z Downloaded universal-hash v0.5.1
10812026-06-24T18:38:30.161Z Downloaded unit-prefix v0.5.2
10822026-06-24T18:38:30.161Z Downloaded typify-macro v0.6.2
10832026-06-24T18:38:30.161Z Downloaded trait-variant v0.1.2
10842026-06-24T18:38:30.161Z Downloaded similar v2.7.0
10852026-06-24T18:38:30.164Z Downloaded unicode-truncate v1.1.0
10862026-06-24T18:38:30.167Z Downloaded tiny-keccak v2.0.2
10872026-06-24T18:38:30.172Z Downloaded time-macros v0.2.27
10882026-06-24T18:38:30.172Z Downloaded unarray v0.1.4
10892026-06-24T18:38:30.175Z Downloaded tokio-dtrace v0.1.1
10902026-06-24T18:38:30.178Z Downloaded tokio-rustls v0.25.0
10912026-06-24T18:38:30.181Z Downloaded itertools v0.13.0
10922026-06-24T18:38:30.185Z Downloaded tokio-tungstenite v0.23.1
10932026-06-24T18:38:30.190Z Downloaded tokio-native-tls v0.3.1
10942026-06-24T18:38:30.190Z Downloaded untrusted v0.9.0
10952026-06-24T18:38:30.191Z Downloaded utf-8 v0.7.6
10962026-06-24T18:38:30.191Z Downloaded usdt-attr-macro v0.6.0
10972026-06-24T18:38:30.191Z Downloaded usdt v0.6.0
10982026-06-24T18:38:30.191Z Downloaded toml_datetime v1.0.0+spec-1.1.0
10992026-06-24T18:38:30.194Z Downloaded rsa v0.9.10
11002026-06-24T18:38:30.197Z Downloaded untrusted v0.7.1
11012026-06-24T18:38:30.197Z Downloaded hashbrown v0.16.1
11022026-06-24T18:38:30.200Z Downloaded schemars v0.9.0
11032026-06-24T18:38:30.207Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11042026-06-24T18:38:30.211Z Downloaded serde_yaml v0.9.34+deprecated
11052026-06-24T18:38:30.211Z Downloaded usdt-macro v0.6.0
11062026-06-24T18:38:30.211Z Downloaded socket2 v0.6.3
11072026-06-24T18:38:30.214Z Downloaded term v1.2.1
11082026-06-24T18:38:30.214Z Downloaded qorb v0.4.1
11092026-06-24T18:38:30.219Z Downloaded wait-timeout v0.2.1
11102026-06-24T18:38:30.219Z Downloaded toml_writer v1.0.6+spec-1.1.0
11112026-06-24T18:38:30.219Z Downloaded hyper v1.8.1
11122026-06-24T18:38:30.223Z Downloaded want v0.3.1
11132026-06-24T18:38:30.226Z Downloaded void v1.0.2
11142026-06-24T18:38:30.226Z Downloaded rand v0.9.2
11152026-06-24T18:38:30.229Z Downloaded futures-util v0.3.32
11162026-06-24T18:38:30.235Z Downloaded waitgroup v0.1.2
11172026-06-24T18:38:30.238Z Downloaded tui-tree-widget v0.23.1
11182026-06-24T18:38:30.244Z Downloaded unicase v2.9.0
11192026-06-24T18:38:30.247Z Downloaded tls_codec v0.4.2
11202026-06-24T18:38:30.251Z Downloaded xattr v1.6.1
11212026-06-24T18:38:30.254Z Downloaded xshell-macros v0.2.7
11222026-06-24T18:38:30.261Z Downloaded samael v0.0.19
11232026-06-24T18:38:30.265Z Downloaded subprocess v0.2.15
11242026-06-24T18:38:30.270Z Downloaded itertools v0.14.0
11252026-06-24T18:38:30.273Z Downloaded tokio-tungstenite v0.21.0
11262026-06-24T18:38:30.273Z Downloaded zeroize_derive v1.4.3
11272026-06-24T18:38:30.273Z Downloaded tokio-stream v0.1.18
11282026-06-24T18:38:30.277Z Downloaded zone_cfg_derive v0.3.1
11292026-06-24T18:38:30.277Z Downloaded zone v0.3.1
11302026-06-24T18:38:30.280Z Downloaded usdt-impl v0.6.0
11312026-06-24T18:38:30.280Z Downloaded tokio-rustls v0.26.4
11322026-06-24T18:38:30.280Z Downloaded tokio-rustls v0.24.1
11332026-06-24T18:38:30.283Z Downloaded num-bigint-dig v0.8.6
11342026-06-24T18:38:30.287Z Downloaded slog v2.8.2
11352026-06-24T18:38:30.287Z Downloaded term v0.7.0
11362026-06-24T18:38:30.290Z Downloaded socket2 v0.5.10
11372026-06-24T18:38:30.290Z Downloaded snafu v0.8.9
11382026-06-24T18:38:30.294Z Downloaded toml_parser v1.0.9+spec-1.1.0
11392026-06-24T18:38:30.297Z Downloaded test-strategy v0.4.5
11402026-06-24T18:38:30.297Z Downloaded libm v0.2.16
11412026-06-24T18:38:30.304Z Downloaded walkdir v2.5.0
11422026-06-24T18:38:30.304Z Downloaded vergen-lib v9.1.0
11432026-06-24T18:38:30.307Z Downloaded iri-string v0.7.10
11442026-06-24T18:38:30.311Z Downloaded rand v0.10.0
11452026-06-24T18:38:30.315Z Downloaded nom v8.0.0
11462026-06-24T18:38:30.318Z Downloaded vergen-lib v0.1.6
11472026-06-24T18:38:30.318Z Downloaded vergen-gitcl v1.0.8
11482026-06-24T18:38:30.318Z Downloaded vergen-git2 v9.1.0
11492026-06-24T18:38:30.319Z Downloaded tinyvec v1.10.0
11502026-06-24T18:38:30.322Z Downloaded unicode-properties v0.1.4
11512026-06-24T18:38:30.322Z Downloaded libxml v0.3.3
11522026-06-24T18:38:30.325Z Downloaded whoami v2.1.0
11532026-06-24T18:38:30.328Z Downloaded twox-hash v2.1.2
11542026-06-24T18:38:30.328Z Downloaded xshell v0.2.7
11552026-06-24T18:38:30.334Z Downloaded itertools v0.12.1
11562026-06-24T18:38:30.338Z Downloaded wyz v0.5.1
11572026-06-24T18:38:30.341Z Downloaded blake3 v1.8.5
11582026-06-24T18:38:30.346Z Downloaded zeroize v1.8.2
11592026-06-24T18:38:30.350Z Downloaded toml v0.7.8
11602026-06-24T18:38:30.355Z Downloaded hkdf v0.12.4
11612026-06-24T18:38:30.359Z Downloaded schemars v1.2.1
11622026-06-24T18:38:30.363Z Downloaded zstd-safe v7.2.4
11632026-06-24T18:38:30.367Z Downloaded zstd v0.13.3
11642026-06-24T18:38:30.367Z Downloaded vergen v9.1.0
11652026-06-24T18:38:30.370Z Downloaded uzers v0.12.2
11662026-06-24T18:38:30.370Z Downloaded tracing-attributes v0.1.31
11672026-06-24T18:38:30.374Z Downloaded toml v1.0.6+spec-1.1.0
11682026-06-24T18:38:30.374Z Downloaded h2 v0.4.13
11692026-06-24T18:38:30.377Z Downloaded tar v0.4.45
11702026-06-24T18:38:30.380Z Downloaded steno v0.4.1
11712026-06-24T18:38:30.384Z Downloaded iddqd v0.4.2
11722026-06-24T18:38:30.389Z Downloaded zerocopy v0.6.6
11732026-06-24T18:38:30.389Z Downloaded whoami v1.6.1
11742026-06-24T18:38:30.393Z Downloaded yasna v0.5.2
11752026-06-24T18:38:30.393Z Downloaded tungstenite v0.23.0
11762026-06-24T18:38:30.393Z Downloaded unicode-bidi v0.3.18
11772026-06-24T18:38:30.396Z Downloaded typify v0.6.2
11782026-06-24T18:38:30.396Z Downloaded tungstenite v0.21.0
11792026-06-24T18:38:30.400Z Downloaded unsafe-libyaml v0.2.11
11802026-06-24T18:38:30.403Z Downloaded rustyline v14.0.0
11812026-06-24T18:38:30.406Z Downloaded rustls-webpki v0.103.9
11822026-06-24T18:38:30.406Z Downloaded vsss-rs v3.3.4
11832026-06-24T18:38:30.409Z Downloaded p521 v0.13.3
11842026-06-24T18:38:30.418Z Downloaded vte v0.14.1
11852026-06-24T18:38:30.421Z Downloaded uuid v1.23.0
11862026-06-24T18:38:30.421Z Downloaded toml_edit v0.23.10+spec-1.0.0
11872026-06-24T18:38:30.424Z Downloaded rpassword v7.4.0
11882026-06-24T18:38:30.434Z Downloaded tracing-core v0.1.36
11892026-06-24T18:38:30.437Z Downloaded russh v0.45.0
11902026-06-24T18:38:30.444Z Downloaded reedline v0.40.0
11912026-06-24T18:38:30.448Z Downloaded serde_with v1.14.0
11922026-06-24T18:38:30.466Z Downloaded toml_edit v0.19.15
11932026-06-24T18:38:30.476Z Downloaded zopfli v0.8.3
11942026-06-24T18:38:30.484Z Downloaded ssh-key v0.6.7
11952026-06-24T18:38:30.488Z Downloaded yansi v1.0.1
11962026-06-24T18:38:30.491Z Downloaded git2 v0.20.4
11972026-06-24T18:38:30.497Z Downloaded zip v0.6.6
11982026-06-24T18:38:30.500Z Downloaded tokio-postgres v0.7.16
11992026-06-24T18:38:30.506Z Downloaded reqwest v0.13.2
12002026-06-24T18:38:30.520Z Downloaded reqwest v0.12.28
12012026-06-24T18:38:30.526Z Downloaded unicode_categories v0.1.1
12022026-06-24T18:38:30.534Z Downloaded regex v1.12.3
12032026-06-24T18:38:30.539Z Downloaded chrono v0.4.44
12042026-06-24T18:38:30.543Z Downloaded zerocopy-derive v0.8.40
12052026-06-24T18:38:30.547Z Downloaded bitvec v1.0.1
12062026-06-24T18:38:30.555Z Downloaded rayon v1.11.0
12072026-06-24T18:38:30.561Z Downloaded tower v0.5.3
12082026-06-24T18:38:30.566Z Downloaded bindgen v0.71.1
12092026-06-24T18:38:30.570Z Downloaded aws-lc-rs v1.16.3
12102026-06-24T18:38:30.576Z Downloaded x509-cert v0.2.5
12112026-06-24T18:38:30.579Z Downloaded unicode-segmentation v1.12.0
12122026-06-24T18:38:30.582Z Downloaded typed-path v0.9.3
12132026-06-24T18:38:30.586Z Downloaded salty v0.3.0
12142026-06-24T18:38:30.589Z Downloaded quick-xml v0.37.5
12152026-06-24T18:38:30.592Z Downloaded p384 v0.13.1
12162026-06-24T18:38:30.595Z Downloaded rustls-webpki v0.101.7
12172026-06-24T18:38:30.602Z Downloaded lalrpop v0.19.12
12182026-06-24T18:38:30.609Z Downloaded unicode-normalization v0.1.25
12192026-06-24T18:38:30.612Z Downloaded proptest v1.10.0
12202026-06-24T18:38:30.617Z Downloaded zip v4.6.1
12212026-06-24T18:38:30.624Z Downloaded tower-http v0.6.8
12222026-06-24T18:38:30.629Z Downloaded portable-atomic v1.13.1
12232026-06-24T18:38:30.634Z Downloaded petname v2.0.2
12242026-06-24T18:38:30.649Z Downloaded tokio-util v0.7.18
12252026-06-24T18:38:30.653Z Downloaded moka v0.12.13
12262026-06-24T18:38:30.658Z Downloaded goblin v0.10.5
12272026-06-24T18:38:30.662Z Downloaded object v0.30.4
12282026-06-24T18:38:30.668Z Downloaded curve25519-dalek v4.1.3
12292026-06-24T18:38:30.674Z Downloaded serde_with v3.17.0
12302026-06-24T18:38:30.682Z Downloaded rustls-webpki v0.102.8
12312026-06-24T18:38:30.691Z Downloaded winnow v0.5.40
12322026-06-24T18:38:30.697Z Downloaded radix_trie v0.2.1
12332026-06-24T18:38:30.700Z Downloaded tough v0.22.0
12342026-06-24T18:38:30.705Z Downloaded quinn-proto v0.11.13
12352026-06-24T18:38:30.709Z Downloaded nix v0.27.1
12362026-06-24T18:38:30.719Z Downloaded polar-core v0.27.3
12372026-06-24T18:38:30.724Z Downloaded winnow v0.6.26
12382026-06-24T18:38:30.735Z Downloaded openssl v0.10.79
12392026-06-24T18:38:30.745Z Downloaded tabled v0.20.0
12402026-06-24T18:38:30.755Z Downloaded time v0.3.47
12412026-06-24T18:38:30.762Z Downloaded bstr v1.12.1
12422026-06-24T18:38:30.767Z Downloaded rustls v0.21.12
12432026-06-24T18:38:30.774Z Downloaded nix v0.28.0
12442026-06-24T18:38:30.784Z Downloaded vcpkg v0.2.15
12452026-06-24T18:38:30.807Z Downloaded smoltcp v0.9.1
12462026-06-24T18:38:30.813Z Downloaded hickory-proto v0.24.4
12472026-06-24T18:38:30.823Z Downloaded zlib-rs v0.6.2
12482026-06-24T18:38:30.826Z Downloaded regex-syntax v0.6.29
12492026-06-24T18:38:30.830Z Downloaded nix v0.31.2
12502026-06-24T18:38:30.837Z Downloaded dropshot v0.17.0
12512026-06-24T18:38:30.850Z Downloaded zerocopy v0.8.40
12522026-06-24T18:38:30.856Z Downloaded regress v0.10.5
12532026-06-24T18:38:30.861Z Downloaded webpki-roots v1.0.6
12542026-06-24T18:38:30.864Z Downloaded diesel v2.3.7
12552026-06-24T18:38:30.875Z Downloaded smoltcp v0.11.0
12562026-06-24T18:38:30.882Z Downloaded regress v0.11.1
12572026-06-24T18:38:30.888Z Downloaded rustls v0.23.37
12582026-06-24T18:38:30.895Z Downloaded regex-syntax v0.8.10
12592026-06-24T18:38:30.899Z Downloaded rustix v0.38.44
12602026-06-24T18:38:30.912Z Downloaded hickory-proto v0.25.2
12612026-06-24T18:38:30.922Z Downloaded rustls v0.22.4
12622026-06-24T18:38:30.929Z Downloaded openapiv3 v2.2.0
12632026-06-24T18:38:30.936Z Downloaded object v0.37.3
12642026-06-24T18:38:30.942Z Downloaded sqlparser v0.61.0
12652026-06-24T18:38:30.952Z Downloaded typify-impl v0.6.2
12662026-06-24T18:38:30.967Z Downloaded ratatui v0.29.0
12672026-06-24T18:38:30.995Z Downloaded sled v0.34.7
12682026-06-24T18:38:31.001Z Downloaded regex-automata v0.4.14
12692026-06-24T18:38:31.010Z Downloaded tracing v0.1.44
12702026-06-24T18:38:31.042Z Downloaded bzip2-sys v0.1.13+1.0.8
12712026-06-24T18:38:31.049Z Downloaded csv v1.4.0
12722026-06-24T18:38:31.061Z Downloaded zerocopy-derive v0.6.6
12732026-06-24T18:38:31.079Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12742026-06-24T18:38:31.097Z Downloaded petgraph v0.6.5
12752026-06-24T18:38:31.108Z Downloaded tokio v1.52.1
12762026-06-24T18:38:31.132Z Downloaded jiff v0.2.21
12772026-06-24T18:38:31.143Z Downloaded chrono-tz v0.10.4
12782026-06-24T18:38:31.159Z Downloaded petgraph v0.8.3
12792026-06-24T18:38:31.172Z Downloaded libz-sys v1.1.24
12802026-06-24T18:38:31.185Z Downloaded sha3 v0.10.8
12812026-06-24T18:38:31.204Z Downloaded encoding_rs v0.8.35
12822026-06-24T18:38:31.235Z Downloaded libgit2-sys v0.18.3+1.9.2
12832026-06-24T18:38:31.298Z Downloaded ring v0.17.14
12842026-06-24T18:38:31.862Z Downloaded aws-lc-sys v0.40.0
12852026-06-24T18:38:32.117Z Compiling libc v0.2.185
12862026-06-24T18:38:32.121Z Compiling serde v1.0.228
12872026-06-24T18:38:32.121Z Compiling log v0.4.29
12882026-06-24T18:38:32.121Z Compiling shlex v1.3.0
12892026-06-24T18:38:32.121Z Compiling find-msvc-tools v0.1.9
12902026-06-24T18:38:32.121Z Compiling smallvec v1.15.1
12912026-06-24T18:38:32.121Z Compiling typenum v1.19.0
12922026-06-24T18:38:32.121Z Compiling subtle v2.6.1
12932026-06-24T18:38:32.297Z Compiling generic-array v0.14.7
12942026-06-24T18:38:32.297Z Compiling scopeguard v1.2.0
12952026-06-24T18:38:32.361Z Compiling const-oid v0.9.6
12962026-06-24T18:38:32.365Z Compiling serde_json v1.0.149
12972026-06-24T18:38:32.374Z Compiling syn v2.0.117
12982026-06-24T18:38:32.388Z Compiling zerocopy v0.8.40
12992026-06-24T18:38:32.392Z Compiling pin-project-lite v0.2.17
13002026-06-24T18:38:32.392Z Compiling portable-atomic v1.13.1
13012026-06-24T18:38:32.464Z Compiling lock_api v0.4.14
13022026-06-24T18:38:32.467Z Compiling parking_lot_core v0.9.12
13032026-06-24T18:38:32.493Z Compiling pkg-config v0.3.32
13042026-06-24T18:38:32.496Z Compiling bitflags v2.11.0
13052026-06-24T18:38:32.523Z Compiling critical-section v1.2.0
13062026-06-24T18:38:32.527Z Compiling futures-core v0.3.32
13072026-06-24T18:38:32.554Z Compiling libm v0.2.16
13082026-06-24T18:38:32.619Z Compiling num-traits v0.2.19
13092026-06-24T18:38:32.666Z Compiling percent-encoding v2.3.2
13102026-06-24T18:38:32.698Z Compiling futures-sink v0.3.32
13112026-06-24T18:38:32.743Z Compiling slab v0.4.12
13122026-06-24T18:38:32.743Z Compiling futures-io v0.3.32
13132026-06-24T18:38:32.786Z Compiling getrandom v0.4.1
13142026-06-24T18:38:32.790Z Compiling futures-task v0.3.32
13152026-06-24T18:38:32.843Z Compiling futures-channel v0.3.32
13162026-06-24T18:38:32.890Z Compiling cpufeatures v0.2.17
13172026-06-24T18:38:32.937Z Compiling rand_core v0.10.0
13182026-06-24T18:38:32.954Z Compiling indexmap v2.14.0
13192026-06-24T18:38:32.954Z Compiling getrandom v0.3.4
13202026-06-24T18:38:33.010Z Compiling rustversion v1.0.22
13212026-06-24T18:38:33.013Z Compiling form_urlencoded v1.2.2
13222026-06-24T18:38:33.079Z Compiling fs_extra v1.3.0
13232026-06-24T18:38:33.112Z Compiling dunce v1.0.5
13242026-06-24T18:38:33.133Z Compiling base64ct v1.8.3
13252026-06-24T18:38:33.151Z Compiling getrandom v0.2.17
13262026-06-24T18:38:33.166Z Compiling jobserver v0.1.34
13272026-06-24T18:38:33.215Z Compiling errno v0.3.14
13282026-06-24T18:38:33.246Z Compiling mio v1.2.0
13292026-06-24T18:38:33.261Z Compiling socket2 v0.6.3
13302026-06-24T18:38:33.386Z Compiling cc v1.2.56
13312026-06-24T18:38:33.402Z Compiling rand_core v0.6.4
13322026-06-24T18:38:33.405Z Compiling signal-hook-registry v1.4.8
13332026-06-24T18:38:33.458Z Compiling parking_lot v0.12.5
13342026-06-24T18:38:33.476Z Compiling once_cell v1.21.3
13352026-06-24T18:38:33.566Z Compiling ident_case v1.0.1
13362026-06-24T18:38:33.570Z Compiling pem-rfc7468 v0.7.0
13372026-06-24T18:38:33.701Z Compiling flagset v0.4.7
13382026-06-24T18:38:33.716Z Compiling regex-syntax v0.8.10
13392026-06-24T18:38:33.720Z Compiling rustix v1.1.3
13402026-06-24T18:38:33.720Z Compiling iana-time-zone v0.1.65
13412026-06-24T18:38:33.720Z Compiling aws-lc-rs v1.16.3
13422026-06-24T18:38:33.774Z Compiling vcpkg v0.2.15
13432026-06-24T18:38:33.816Z Compiling tracing-core v0.1.36
13442026-06-24T18:38:33.852Z Compiling uuid v1.23.0
13452026-06-24T18:38:33.855Z Compiling rustc_version v0.4.1
13462026-06-24T18:38:33.855Z Compiling base64 v0.22.1
13472026-06-24T18:38:33.904Z Compiling untrusted v0.9.0
13482026-06-24T18:38:33.954Z Compiling tinyvec_macros v0.1.1
13492026-06-24T18:38:34.034Z Compiling rand_core v0.9.5
13502026-06-24T18:38:34.048Z Compiling openssl-probe v0.2.1
13512026-06-24T18:38:34.069Z Compiling httparse v1.10.1
13522026-06-24T18:38:34.088Z Compiling untrusted v0.7.1
13532026-06-24T18:38:34.106Z Compiling tinyvec v1.10.0
13542026-06-24T18:38:34.131Z Compiling cmake v0.1.57
13552026-06-24T18:38:34.202Z Compiling aho-corasick v1.1.4
13562026-06-24T18:38:34.229Z Compiling tower-service v0.3.3
13572026-06-24T18:38:34.244Z Compiling rustls v0.23.37
13582026-06-24T18:38:34.247Z Compiling schemars v0.8.22
13592026-06-24T18:38:34.339Z Compiling try-lock v0.2.5
13602026-06-24T18:38:34.353Z Compiling dyn-clone v1.0.20
13612026-06-24T18:38:34.393Z Compiling tower-layer v0.3.3
13622026-06-24T18:38:34.429Z Compiling atomic-waker v1.1.2
13632026-06-24T18:38:34.461Z Compiling want v0.3.1
13642026-06-24T18:38:34.478Z Compiling pin-utils v0.1.0
13652026-06-24T18:38:34.482Z Compiling foreign-types-shared v0.1.1
13662026-06-24T18:38:34.584Z Compiling openssl v0.10.79
13672026-06-24T18:38:34.633Z Compiling httpdate v1.0.3
13682026-06-24T18:38:34.636Z Compiling unicode-normalization v0.1.25
13692026-06-24T18:38:34.636Z Compiling socket2 v0.5.10
13702026-06-24T18:38:34.636Z Compiling spin v0.9.8
13712026-06-24T18:38:34.681Z Compiling foreign-types v0.3.2
13722026-06-24T18:38:34.695Z Compiling native-tls v0.2.18
13732026-06-24T18:38:34.699Z Compiling time-core v0.1.8
13742026-06-24T18:38:34.699Z Compiling powerfmt v0.2.0
13752026-06-24T18:38:34.751Z Compiling num-conv v0.2.0
13762026-06-24T18:38:34.780Z Compiling crc32fast v1.5.0
13772026-06-24T18:38:34.863Z Compiling wait-timeout v0.2.1
13782026-06-24T18:38:34.877Z Compiling sync_wrapper v1.0.2
13792026-06-24T18:38:34.895Z Compiling deranged v0.5.8
13802026-06-24T18:38:34.911Z Compiling time-macros v0.2.27
13812026-06-24T18:38:34.927Z Compiling bit-vec v0.8.0
13822026-06-24T18:38:34.944Z Compiling crossbeam-utils v0.8.21
13832026-06-24T18:38:34.965Z Compiling usdt-impl v0.6.0
13842026-06-24T18:38:34.979Z Compiling siphasher v1.0.2
13852026-06-24T18:38:35.013Z Compiling unicode-segmentation v1.12.0
13862026-06-24T18:38:35.065Z Compiling aws-lc-sys v0.40.0
13872026-06-24T18:38:35.081Z Compiling ring v0.17.14
13882026-06-24T18:38:35.097Z Compiling openssl-sys v0.9.115
13892026-06-24T18:38:35.144Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13902026-06-24T18:38:35.191Z Compiling num_threads v0.1.7
13912026-06-24T18:38:35.207Z Compiling simd-adler32 v0.3.8
13922026-06-24T18:38:35.211Z Compiling quick-error v1.2.3
13932026-06-24T18:38:35.235Z Compiling syn v1.0.109
13942026-06-24T18:38:35.292Z Compiling synstructure v0.13.2
13952026-06-24T18:38:35.309Z Compiling serde_derive_internals v0.29.1
13962026-06-24T18:38:35.333Z Compiling pest_generator v2.8.6
13972026-06-24T18:38:35.449Z Compiling regex-automata v0.4.14
13982026-06-24T18:38:35.521Z Compiling darling_core v0.20.11
13992026-06-24T18:38:35.607Z Compiling tempfile v3.25.0
14002026-06-24T18:38:35.774Z Compiling darling_core v0.21.3
14012026-06-24T18:38:35.958Z Compiling rusty-fork v0.3.1
14022026-06-24T18:38:36.033Z Compiling bit-set v0.8.0
14032026-06-24T18:38:36.081Z Compiling bzip2-sys v0.1.13+1.0.8
14042026-06-24T18:38:36.096Z Compiling time v0.3.47
14052026-06-24T18:38:36.110Z Compiling rand_xorshift v0.4.0
14062026-06-24T18:38:36.171Z Compiling heapless v0.7.17
14072026-06-24T18:38:36.210Z Compiling slog v2.8.2
14082026-06-24T18:38:36.224Z Compiling thread-id v5.1.0
14092026-06-24T18:38:36.294Z Compiling cookie v0.18.1
14102026-06-24T18:38:36.308Z Compiling allocator-api2 v0.2.21
14112026-06-24T18:38:36.312Z Compiling signal-hook v0.3.18
14122026-06-24T18:38:36.338Z Compiling zstd-safe v7.2.4
14132026-06-24T18:38:36.387Z Compiling ryu v1.0.23
14142026-06-24T18:38:36.419Z Compiling unicode-properties v0.1.4
14152026-06-24T18:38:36.438Z Compiling iri-string v0.7.10
14162026-06-24T18:38:36.500Z Compiling unarray v0.1.4
14172026-06-24T18:38:36.520Z Compiling anyhow v1.0.102
14182026-06-24T18:38:36.557Z Compiling adler2 v2.0.1
14192026-06-24T18:38:36.592Z Compiling paste v1.0.15
14202026-06-24T18:38:36.627Z Compiling unicode-bidi v0.3.18
14212026-06-24T18:38:36.672Z Compiling miniz_oxide v0.8.9
14222026-06-24T18:38:36.945Z Compiling heck v0.4.1
14232026-06-24T18:38:37.051Z Compiling serde_derive v1.0.228
14242026-06-24T18:38:37.100Z Compiling zeroize_derive v1.4.3
14252026-06-24T18:38:37.162Z Compiling zerofrom-derive v0.1.6
14262026-06-24T18:38:37.188Z Compiling yoke-derive v0.8.1
14272026-06-24T18:38:37.202Z Compiling zerovec-derive v0.11.2
14282026-06-24T18:38:37.326Z Compiling zerocopy-derive v0.8.40
14292026-06-24T18:38:37.759Z Compiling displaydoc v0.2.5
14302026-06-24T18:38:37.775Z Compiling tokio-macros v2.7.0
14312026-06-24T18:38:37.794Z Compiling zeroize v1.8.2
14322026-06-24T18:38:37.914Z Compiling futures-macro v0.3.32
14332026-06-24T18:38:38.055Z Compiling der_derive v0.7.3
14342026-06-24T18:38:38.410Z Compiling rustls-pki-types v1.14.0
14352026-06-24T18:38:38.423Z Compiling tracing-attributes v0.1.31
14362026-06-24T18:38:38.452Z Compiling thiserror-impl v2.0.18
14372026-06-24T18:38:38.570Z Compiling crypto-common v0.1.7
14382026-06-24T18:38:38.596Z Compiling block-buffer v0.10.4
14392026-06-24T18:38:38.632Z Compiling block-padding v0.3.3
14402026-06-24T18:38:38.680Z Compiling zerofrom v0.1.6
14412026-06-24T18:38:38.744Z Compiling digest v0.10.7
14422026-06-24T18:38:38.788Z Compiling yoke v0.8.1
14432026-06-24T18:38:38.803Z Compiling futures-util v0.3.32
14442026-06-24T18:38:38.824Z Compiling inout v0.1.4
14452026-06-24T18:38:38.827Z Compiling schemars_derive v0.8.22
14462026-06-24T18:38:38.929Z Compiling scroll_derive v0.13.1
14472026-06-24T18:38:39.014Z Compiling zerovec v0.11.5
14482026-06-24T18:38:39.027Z Compiling zerotrie v0.2.3
14492026-06-24T18:38:39.040Z Compiling hmac v0.12.1
14502026-06-24T18:38:39.104Z Compiling cipher v0.4.4
14512026-06-24T18:38:39.217Z Compiling sha2 v0.10.9
14522026-06-24T18:38:39.346Z Compiling der v0.7.10
14532026-06-24T18:38:39.388Z Compiling salsa20 v0.10.2
14542026-06-24T18:38:39.580Z Compiling tinystr v0.8.2
14552026-06-24T18:38:39.596Z Compiling potential_utf v0.1.4
14562026-06-24T18:38:40.754Z Compiling icu_collections v2.1.1
14572026-06-24T18:38:40.759Z Compiling icu_locale_core v2.1.1
14582026-06-24T18:38:40.759Z Compiling pbkdf2 v0.12.2
14592026-06-24T18:38:40.760Z Compiling aes v0.8.4
14602026-06-24T18:38:40.760Z Compiling tracing v0.1.44
14612026-06-24T18:38:40.760Z Compiling thiserror v2.0.18
14622026-06-24T18:38:40.760Z Compiling scrypt v0.11.0
14632026-06-24T18:38:40.760Z Compiling cbc v0.1.2
14642026-06-24T18:38:40.760Z Compiling pest_derive v2.8.6
14652026-06-24T18:38:40.760Z Compiling scroll v0.13.0
14662026-06-24T18:38:40.760Z Compiling darling_macro v0.20.11
14672026-06-24T18:38:40.760Z Compiling openssl-macros v0.1.1
14682026-06-24T18:38:40.760Z Compiling rustls-native-certs v0.8.3
14692026-06-24T18:38:40.760Z Compiling icu_provider v2.1.1
14702026-06-24T18:38:40.760Z Compiling bytes v1.11.1
14712026-06-24T18:38:40.760Z Compiling chrono v0.4.44
14722026-06-24T18:38:40.760Z Compiling spki v0.7.3
14732026-06-24T18:38:40.760Z Compiling ipnet v2.11.0
14742026-06-24T18:38:40.760Z Compiling goblin v0.10.5
14752026-06-24T18:38:40.760Z Compiling dtrace-parser v0.3.0
14762026-06-24T18:38:40.775Z Compiling icu_properties v2.1.2
14772026-06-24T18:38:40.836Z Compiling icu_normalizer v2.1.1
14782026-06-24T18:38:40.908Z Compiling pkcs5 v0.7.1
14792026-06-24T18:38:40.924Z Compiling darling v0.20.11
14802026-06-24T18:38:40.946Z Compiling signature v2.2.0
14812026-06-24T18:38:41.016Z Compiling derive_builder_core v0.20.2
14822026-06-24T18:38:41.151Z Compiling tokio v1.52.1
14832026-06-24T18:38:41.238Z Compiling http v1.4.0
14842026-06-24T18:38:41.241Z Compiling pkcs8 v0.10.2
14852026-06-24T18:38:41.297Z Compiling webpki-roots v1.0.6
14862026-06-24T18:38:41.423Z Compiling thiserror-impl v1.0.69
14872026-06-24T18:38:41.428Z Compiling scroll_derive v0.12.1
14882026-06-24T18:38:41.443Z Compiling serde_spanned v0.6.9
14892026-06-24T18:38:41.545Z Compiling erased-serde v0.3.31
14902026-06-24T18:38:41.589Z Compiling serde_tokenstream v0.2.3
14912026-06-24T18:38:41.609Z Compiling serde_urlencoded v0.7.1
14922026-06-24T18:38:41.875Z Compiling idna_adapter v1.2.1
14932026-06-24T18:38:41.939Z Compiling ppv-lite86 v0.2.21
14942026-06-24T18:38:41.942Z Compiling http-body v1.0.1
14952026-06-24T18:38:41.969Z Compiling derive_builder_macro v0.20.2
14962026-06-24T18:38:42.037Z Compiling idna v1.1.0
14972026-06-24T18:38:42.071Z Compiling toml_datetime v0.6.11
14982026-06-24T18:38:42.101Z Compiling http-body-util v0.1.3
14992026-06-24T18:38:42.115Z Compiling md-5 v0.10.6
15002026-06-24T18:38:42.137Z Compiling darling_macro v0.21.3
15012026-06-24T18:38:42.165Z Compiling scroll v0.12.0
15022026-06-24T18:38:42.199Z Compiling bstr v1.12.1
15032026-06-24T18:38:42.292Z Compiling rand_chacha v0.9.0
15042026-06-24T18:38:42.305Z Compiling rand_chacha v0.3.1
15052026-06-24T18:38:42.350Z Compiling url v2.5.8
15062026-06-24T18:38:42.365Z Compiling zerocopy-derive v0.7.35
15072026-06-24T18:38:42.460Z Compiling pin-project-internal v1.1.11
15082026-06-24T18:38:42.486Z Compiling async-trait v0.1.89
15092026-06-24T18:38:42.686Z Compiling rand v0.9.2
15102026-06-24T18:38:42.732Z Compiling stringprep v0.1.5
15112026-06-24T18:38:42.746Z Compiling thiserror v1.0.69
15122026-06-24T18:38:43.117Z Compiling num-integer v0.1.46
15132026-06-24T18:38:43.132Z Compiling curve25519-dalek v4.1.3
15142026-06-24T18:38:43.189Z Compiling vergen-lib v9.1.0
15152026-06-24T18:38:43.201Z Compiling ff v0.13.1
15162026-06-24T18:38:43.276Z Compiling proptest v1.10.0
15172026-06-24T18:38:43.351Z Compiling hash32 v0.2.1
15182026-06-24T18:38:43.374Z Compiling memoffset v0.9.1
15192026-06-24T18:38:43.397Z Compiling encoding_rs v0.8.35
15202026-06-24T18:38:43.411Z Compiling psl-types v2.0.11
15212026-06-24T18:38:43.465Z Compiling num-bigint-dig v0.8.6
15222026-06-24T18:38:43.497Z Compiling dof v0.4.0
15232026-06-24T18:38:43.521Z Compiling mime v0.3.17
15242026-06-24T18:38:43.555Z Compiling ref-cast v1.0.25
15252026-06-24T18:38:43.573Z Compiling smoltcp v0.9.1
15262026-06-24T18:38:43.578Z Compiling litrs v1.0.0
15272026-06-24T18:38:43.607Z Compiling cfg_aliases v0.2.1
15282026-06-24T18:38:43.638Z Compiling ipnetwork v0.21.1
15292026-06-24T18:38:43.683Z Compiling fallible-iterator v0.2.0
15302026-06-24T18:38:43.698Z Compiling zlib-rs v0.6.2
15312026-06-24T18:38:43.753Z Compiling rustix v0.38.44
15322026-06-24T18:38:43.803Z Compiling base16ct v0.2.0
15332026-06-24T18:38:43.946Z Compiling sec1 v0.7.3
15342026-06-24T18:38:43.967Z Compiling postgres-protocol v0.6.10
15352026-06-24T18:38:43.995Z Compiling oxnet v0.1.6
15362026-06-24T18:38:44.012Z Compiling nix v0.31.2
15372026-06-24T18:38:44.074Z Compiling pin-project v1.1.11
15382026-06-24T18:38:44.141Z Compiling document-features v0.2.12
15392026-06-24T18:38:44.189Z Compiling publicsuffix v2.3.0
15402026-06-24T18:38:44.410Z Compiling num-iter v0.1.45
15412026-06-24T18:38:44.433Z Compiling group v0.13.0
15422026-06-24T18:38:44.459Z Compiling zerocopy v0.7.35
15432026-06-24T18:38:44.473Z Compiling darling v0.21.3
15442026-06-24T18:38:44.538Z Compiling rand v0.8.6
15452026-06-24T18:38:44.580Z Compiling derive_builder v0.20.2
15462026-06-24T18:38:44.608Z Compiling goblin v0.8.2
15472026-06-24T18:38:44.708Z Compiling futures-executor v0.3.32
15482026-06-24T18:38:44.723Z Compiling hubpack_derive v0.1.1
15492026-06-24T18:38:44.726Z Compiling hex v0.4.3
15502026-06-24T18:38:44.771Z Compiling hkdf v0.12.4
15512026-06-24T18:38:44.838Z Compiling crypto-bigint v0.5.5
15522026-06-24T18:38:44.877Z Compiling regex v1.12.3
15532026-06-24T18:38:45.029Z Compiling snafu-derive v0.8.9
15542026-06-24T18:38:45.074Z Compiling tokio-util v0.7.18
15552026-06-24T18:38:45.089Z Compiling tower v0.5.3
15562026-06-24T18:38:45.104Z Compiling tokio-native-tls v0.3.1
15572026-06-24T18:38:45.108Z Compiling strum_macros v0.27.2
15582026-06-24T18:38:45.215Z Compiling ref-cast-impl v1.0.25
15592026-06-24T18:38:45.314Z Compiling daft-derive v0.1.7
15602026-06-24T18:38:45.330Z Compiling curve25519-dalek-derive v0.1.1
15612026-06-24T18:38:45.572Z Compiling tower-http v0.6.8
15622026-06-24T18:38:45.597Z Compiling terminal_size v0.4.3
15632026-06-24T18:38:45.760Z Compiling newtype-uuid v1.3.2
15642026-06-24T18:38:45.775Z Compiling h2 v0.4.13
15652026-06-24T18:38:45.810Z Compiling phf_shared v0.13.1
15662026-06-24T18:38:45.980Z Compiling lazy_static v1.5.0
15672026-06-24T18:38:46.018Z Compiling anstyle-parse v0.2.7
15682026-06-24T18:38:46.036Z Compiling vergen v9.1.0
15692026-06-24T18:38:46.073Z Compiling cargo-platform v0.3.2
15702026-06-24T18:38:46.091Z Compiling fs-err v3.3.0
15712026-06-24T18:38:46.107Z Compiling ahash v0.8.12
15722026-06-24T18:38:46.137Z Compiling bitflags v1.3.2
15732026-06-24T18:38:46.163Z Compiling managed v0.8.0
15742026-06-24T18:38:46.221Z Compiling same-file v1.0.6
15752026-06-24T18:38:46.235Z Compiling foldhash v0.2.0
15762026-06-24T18:38:46.251Z Compiling winnow v0.5.40
15772026-06-24T18:38:46.313Z Compiling foldhash v0.1.5
15782026-06-24T18:38:46.347Z Compiling object v0.37.3
15792026-06-24T18:38:46.378Z Compiling libbz2-rs-sys v0.2.2
15802026-06-24T18:38:46.400Z Compiling bumpalo v3.20.2
15812026-06-24T18:38:46.414Z Compiling hashbrown v0.16.1
15822026-06-24T18:38:46.476Z Compiling hashbrown v0.15.5
15832026-06-24T18:38:46.662Z Compiling zopfli v0.8.3
15842026-06-24T18:38:46.696Z Compiling walkdir v2.5.0
15852026-06-24T18:38:47.043Z Compiling flate2 v1.1.9
15862026-06-24T18:38:47.058Z Compiling snafu v0.8.9
15872026-06-24T18:38:47.061Z Compiling dof v0.3.0
15882026-06-24T18:38:47.061Z Compiling bzip2 v0.6.1
15892026-06-24T18:38:47.105Z Compiling cargo_metadata v0.23.1
15902026-06-24T18:38:47.158Z Compiling anstream v0.6.21
15912026-06-24T18:38:47.174Z Compiling strum v0.27.2
15922026-06-24T18:38:47.194Z Compiling clap_builder v4.6.0
15932026-06-24T18:38:47.224Z Compiling daft v0.1.7
15942026-06-24T18:38:47.374Z Compiling phf v0.13.1
15952026-06-24T18:38:47.409Z Compiling elliptic-curve v0.13.8
15962026-06-24T18:38:47.479Z Compiling signal-hook-mio v0.2.5
15972026-06-24T18:38:47.495Z Compiling cookie_store v0.22.1
15982026-06-24T18:38:47.554Z Compiling hubpack v0.1.2
15992026-06-24T18:38:47.583Z Compiling toml_edit v0.19.15
16002026-06-24T18:38:47.614Z Compiling usdt-attr-macro v0.6.0
16012026-06-24T18:38:47.730Z Compiling usdt-macro v0.6.0
16022026-06-24T18:38:47.782Z Compiling bzip2 v0.4.4
16032026-06-24T18:38:47.811Z Compiling futures v0.3.32
16042026-06-24T18:38:47.840Z Compiling zstd v0.13.3
16052026-06-24T18:38:47.909Z Compiling serde_with_macros v3.17.0
16062026-06-24T18:38:47.943Z Compiling postgres-types v0.2.12
16072026-06-24T18:38:48.128Z Compiling dtrace-parser v0.2.0
16082026-06-24T18:38:48.167Z Compiling globset v0.4.18
16092026-06-24T18:38:48.218Z Compiling ed25519 v2.2.3
16102026-06-24T18:38:48.451Z Compiling pkcs1 v0.7.5
16112026-06-24T18:38:48.524Z Compiling olpc-cjson v0.1.4
16122026-06-24T18:38:48.542Z Compiling serde_plain v1.0.2
16132026-06-24T18:38:48.556Z Compiling serde-big-array v0.5.1
16142026-06-24T18:38:48.704Z Compiling rfc6979 v0.4.0
16152026-06-24T18:38:48.719Z Compiling enum-as-inner v0.6.1
16162026-06-24T18:38:48.754Z Compiling async-recursion v1.1.1
16172026-06-24T18:38:48.849Z Compiling hyper v1.8.1
16182026-06-24T18:38:48.866Z Compiling serde_repr v0.1.20
16192026-06-24T18:38:48.886Z Compiling clap_derive v4.6.1
16202026-06-24T18:38:48.907Z Compiling strum_macros v0.26.4
16212026-06-24T18:38:49.108Z Compiling phf_shared v0.11.3
16222026-06-24T18:38:49.161Z Compiling float-cmp v0.10.0
16232026-06-24T18:38:49.268Z Compiling pem v3.0.6
16242026-06-24T18:38:49.289Z Compiling thread-id v4.2.2
16252026-06-24T18:38:49.321Z Compiling memmap2 v0.9.10
16262026-06-24T18:38:49.337Z Compiling env_filter v1.0.0
16272026-06-24T18:38:49.394Z Compiling data-encoding v2.10.0
16282026-06-24T18:38:49.451Z Compiling keccak v0.1.6
16292026-06-24T18:38:49.467Z Compiling difflib v0.4.0
16302026-06-24T18:38:49.612Z Compiling typed-path v0.9.3
16312026-06-24T18:38:49.689Z Compiling fixedbitset v0.5.7
16322026-06-24T18:38:49.722Z Compiling fixedbitset v0.4.2
16332026-06-24T18:38:49.837Z Compiling whoami v2.1.0
16342026-06-24T18:38:49.955Z Compiling either v1.15.0
16352026-06-24T18:38:50.014Z Compiling hyper-util v0.1.20
16362026-06-24T18:38:50.076Z Compiling jiff v0.2.21
16372026-06-24T18:38:50.188Z Compiling static_assertions v1.1.0
16382026-06-24T18:38:50.216Z Compiling normalize-line-endings v0.3.0
16392026-06-24T18:38:50.232Z Compiling precomputed-hash v0.1.1
16402026-06-24T18:38:50.250Z Compiling new_debug_unreachable v1.0.6
16412026-06-24T18:38:50.275Z Compiling predicates-core v1.0.10
16422026-06-24T18:38:50.297Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16432026-06-24T18:38:50.333Z Compiling string_cache v0.8.9
16442026-06-24T18:38:50.333Z Compiling itertools v0.13.0
16452026-06-24T18:38:50.362Z Compiling toml_edit v0.22.27
16462026-06-24T18:38:50.378Z Compiling tokio-postgres v0.7.16
16472026-06-24T18:38:50.481Z Compiling predicates v3.1.4
16482026-06-24T18:38:50.499Z Compiling petgraph v0.8.3
16492026-06-24T18:38:50.551Z Compiling petgraph v0.6.5
16502026-06-24T18:38:50.587Z Compiling hickory-proto v0.25.2
16512026-06-24T18:38:50.785Z Compiling strum v0.26.3
16522026-06-24T18:38:50.799Z Compiling clap v4.6.1
16532026-06-24T18:38:50.898Z Compiling sha3 v0.10.8
16542026-06-24T18:38:50.921Z Compiling env_logger v0.11.9
16552026-06-24T18:38:50.935Z Compiling usdt v0.6.0
16562026-06-24T18:38:51.181Z Compiling usdt-impl v0.5.0
16572026-06-24T18:38:51.222Z Compiling serde_with v3.17.0
16582026-06-24T18:38:51.307Z Compiling crossterm v0.28.1
16592026-06-24T18:38:51.379Z Compiling toml v0.7.8
16602026-06-24T18:38:51.655Z Compiling hyper-tls v0.6.0
16612026-06-24T18:38:51.792Z Compiling ecdsa v0.16.9
16622026-06-24T18:38:51.859Z Compiling rsa v0.9.10
16632026-06-24T18:38:51.918Z Compiling ed25519-dalek v2.2.0
16642026-06-24T18:38:52.217Z Compiling zip v0.6.6
16652026-06-24T18:38:52.536Z Compiling iddqd v0.4.2
16662026-06-24T18:38:52.698Z Compiling toml_parser v1.0.9+spec-1.1.0
16672026-06-24T18:38:52.825Z Compiling zip v4.6.1
16682026-06-24T18:38:52.922Z Compiling tokio-stream v0.1.18
16692026-06-24T18:38:52.988Z Compiling buf-list v1.1.2
16702026-06-24T18:38:53.004Z Compiling crossbeam-epoch v0.9.18
16712026-06-24T18:38:53.083Z Compiling similar v2.7.0
16722026-06-24T18:38:53.191Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16732026-06-24T18:38:53.243Z Compiling x509-cert v0.2.5
16742026-06-24T18:38:53.290Z Compiling openapiv3 v2.2.0
16752026-06-24T18:38:53.360Z Compiling sha1 v0.10.6
16762026-06-24T18:38:53.375Z Compiling lalrpop-util v0.19.12
16772026-06-24T18:38:53.426Z Compiling peg-runtime v0.8.5
16782026-06-24T18:38:53.524Z Compiling thread_local v1.1.9
16792026-06-24T18:38:53.562Z Compiling slog-async v2.8.0
16802026-06-24T18:38:53.593Z Compiling crossbeam-channel v0.5.15
16812026-06-24T18:38:53.609Z Compiling is-terminal v0.4.17
16822026-06-24T18:38:53.723Z Compiling filetime v0.2.27
16832026-06-24T18:38:53.739Z Compiling take_mut v0.2.2
16842026-06-24T18:38:53.806Z Compiling term v1.2.1
16852026-06-24T18:38:53.836Z Compiling xattr v1.6.1
16862026-06-24T18:38:53.978Z Compiling tar v0.4.45
16872026-06-24T18:38:54.191Z Compiling slog-term v2.9.2
16882026-06-24T18:39:11.846Z Compiling rustls-webpki v0.103.9
16892026-06-24T18:39:14.681Z Compiling tokio-rustls v0.26.4
16902026-06-24T18:39:14.681Z Compiling rustls-platform-verifier v0.6.2
16912026-06-24T18:39:14.895Z Compiling hyper-rustls v0.27.7
16922026-06-24T18:39:15.089Z Compiling reqwest v0.12.28
16932026-06-24T18:39:15.095Z Compiling reqwest v0.13.2
16942026-06-24T18:39:16.327Z Compiling tough v0.22.0
16952026-06-24T18:39:18.821Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16962026-06-24T18:39:19.051Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16972026-06-24T18:39:21.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.21s
16982026-06-24T18:39:22.069Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
16992026-06-24T18:39:22.126ZJun 24 18:39:21.330 INFO Starting download, target: Clickhouse
17002026-06-24T18:39:22.126ZJun 24 18:39:21.331 INFO Starting download, target: Cockroach
17012026-06-24T18:39:22.126ZJun 24 18:39:21.331 INFO Starting download, target: Console
17022026-06-24T18:39:22.126ZJun 24 18:39:21.331 INFO Starting download, target: DendriteStub
17032026-06-24T18:39:22.130ZJun 24 18:39:21.331 INFO Starting download, target: MaghemiteMgd
17042026-06-24T18:39:22.130ZJun 24 18:39:21.331 INFO Starting download, target: MaghemiteDdmd
17052026-06-24T18:39:22.130ZJun 24 18:39:21.331 INFO Starting download, target: TransceiverControl
17062026-06-24T18:39:22.130ZJun 24 18:39:21.331 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17072026-06-24T18:39:22.130ZJun 24 18:39:21.331 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17082026-06-24T18:39:22.130ZJun 24 18:39:21.331 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17092026-06-24T18:39:22.130ZJun 24 18:39:21.331 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17102026-06-24T18:39:22.130ZJun 24 18:39:21.331 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17112026-06-24T18:39:22.130ZJun 24 18:39:21.331 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17122026-06-24T18:39:22.130ZJun 24 18:39:21.331 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17132026-06-24T18:39:22.688ZJun 24 18:39:21.885 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17142026-06-24T18:39:22.903ZJun 24 18:39:22.102 INFO Download complete, target: TransceiverControl
17152026-06-24T18:39:23.269ZJun 24 18:39:22.438 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17162026-06-24T18:39:23.507ZJun 24 18:39:22.694 INFO Download complete, target: Console
17172026-06-24T18:39:24.536ZJun 24 18:39:23.726 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17182026-06-24T18:39:24.566ZJun 24 18:39:23.761 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17192026-06-24T18:39:24.878ZJun 24 18:39:24.070 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17202026-06-24T18:39:25.937ZJun 24 18:39:25.143 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17212026-06-24T18:39:25.937ZJun 24 18:39:25.143 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17222026-06-24T18:39:26.250ZJun 24 18:39:25.455 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17232026-06-24T18:39:26.630ZJun 24 18:39:25.795 INFO Download complete, target: MaghemiteDdmd
17242026-06-24T18:39:27.098ZJun 24 18:39:26.304 INFO Download complete, target: DendriteStub
17252026-06-24T18:39:27.446ZJun 24 18:39:26.652 INFO Download complete, target: MaghemiteMgd
17262026-06-24T18:39:30.708ZJun 24 18:39:29.914 INFO Checking that binary works, target: Cockroach
17272026-06-24T18:39:31.057ZJun 24 18:39:30.263 INFO Download complete, target: Cockroach
17282026-06-24T18:39:33.037ZJun 24 18:39:32.243 INFO Checking that binary works, target: Clickhouse
17292026-06-24T18:39:33.179ZJun 24 18:39:32.385 INFO Download complete, target: Clickhouse
17302026-06-24T18:39:33.185ZAll prerequisites installed successfully
17312026-06-24T18:39:33.188Z
17322026-06-24T18:39:33.188Zreal 1:54.450076069
17332026-06-24T18:39:33.188Zuser 6:55.429129252
17342026-06-24T18:39:33.188Zsys 1:46.080785496
17352026-06-24T18:39:33.188Ztrap 0.271800132
17362026-06-24T18:39:33.188Ztflt 3.294983642
17372026-06-24T18:39:33.188Zdflt 3.826085914
17382026-06-24T18:39:33.188Zkflt 0.062167677
17392026-06-24T18:39:33.188Zlock 24:47.706998825
17402026-06-24T18:39:33.188Zslp 19:30.237480993
17412026-06-24T18:39:33.188Zlat 23.129593628
17422026-06-24T18:39:33.188Zstop 3:00.272313015
17432026-06-24T18:39:33.188Z+ ptime -m cargo xtask download softnpu
17442026-06-24T18:39:33.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
17452026-06-24T18:39:33.656Z Running `target/debug/xtask download softnpu`
17462026-06-24T18:39:34.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
17472026-06-24T18:39:34.422Z Running `target/debug/xtask-downloader softnpu`
17482026-06-24T18:39:34.461ZJun 24 18:39:33.666 INFO Starting download, target: Softnpu
17492026-06-24T18:39:34.464ZJun 24 18:39:33.667 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17502026-06-24T18:39:35.069ZJun 24 18:39:34.275 INFO Download complete, target: Softnpu
17512026-06-24T18:39:35.073Z
17522026-06-24T18:39:35.073Zreal 1.881710028
17532026-06-24T18:39:35.073Zuser 1.272827652
17542026-06-24T18:39:35.073Zsys 0.596540173
17552026-06-24T18:39:35.073Ztrap 0.000577100
17562026-06-24T18:39:35.073Ztflt 0.000073750
17572026-06-24T18:39:35.073Zdflt 0.000322020
17582026-06-24T18:39:35.073Zkflt 0.000000000
17592026-06-24T18:39:35.073Zlock 10.901777054
17602026-06-24T18:39:35.073Zslp 0.452236043
17612026-06-24T18:39:35.073Zlat 0.084926097
17622026-06-24T18:39:35.076Zstop 0.000185870
17632026-06-24T18:39:35.076Z+ export CARGO_INCREMENTAL=0
17642026-06-24T18:39:35.076Z+ CARGO_INCREMENTAL=0
17652026-06-24T18:39:35.076Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17662026-06-24T18:39:35.924Z Compiling proc-macro2 v1.0.106
17672026-06-24T18:39:35.924Z Compiling quote v1.0.45
17682026-06-24T18:39:35.928Z Compiling unicode-ident v1.0.24
17692026-06-24T18:39:35.928Z Compiling libc v0.2.185
17702026-06-24T18:39:35.928Z Compiling serde_core v1.0.228
17712026-06-24T18:39:35.928Z Compiling serde v1.0.228
17722026-06-24T18:39:35.928Z Compiling cfg-if v1.0.4
17732026-06-24T18:39:35.928Z Compiling version_check v0.9.5
17742026-06-24T18:39:35.928Z Compiling find-msvc-tools v0.1.9
17752026-06-24T18:39:35.928Z Compiling shlex v1.3.0
17762026-06-24T18:39:36.064Z Compiling typenum v1.19.0
17772026-06-24T18:39:36.068Z Compiling autocfg v1.5.0
17782026-06-24T18:39:36.068Z Compiling zmij v1.0.21
17792026-06-24T18:39:36.068Z Compiling memchr v2.8.0
17802026-06-24T18:39:36.068Z Compiling serde_json v1.0.149
17812026-06-24T18:39:36.286Z Compiling portable-atomic v1.13.1
17822026-06-24T18:39:36.313Z Compiling libm v0.2.16
17832026-06-24T18:39:36.327Z Compiling zerocopy v0.8.40
17842026-06-24T18:39:36.461Z Compiling generic-array v0.14.7
17852026-06-24T18:39:36.496Z Compiling smallvec v1.15.1
17862026-06-24T18:39:36.555Z Compiling num-traits v0.2.19
17872026-06-24T18:39:36.585Z Compiling parking_lot_core v0.9.12
17882026-06-24T18:39:36.635Z Compiling icu_properties_data v2.1.2
17892026-06-24T18:39:36.665Z Compiling icu_normalizer_data v2.1.1
17902026-06-24T18:39:36.682Z Compiling itoa v1.0.17
17912026-06-24T18:39:36.725Z Compiling getrandom v0.4.1
17922026-06-24T18:39:36.728Z Compiling log v0.4.29
17932026-06-24T18:39:36.769Z Compiling stable_deref_trait v1.2.1
17942026-06-24T18:39:36.818Z Compiling pkg-config v0.3.32
17952026-06-24T18:39:36.872Z Compiling subtle v2.6.1
17962026-06-24T18:39:36.999Z Compiling scopeguard v1.2.0
17972026-06-24T18:39:37.057Z Compiling jobserver v0.1.34
17982026-06-24T18:39:37.074Z Compiling getrandom v0.2.17
17992026-06-24T18:39:37.129Z Compiling errno v0.3.14
18002026-06-24T18:39:37.153Z Compiling lock_api v0.4.14
18012026-06-24T18:39:37.280Z Compiling cc v1.2.56
18022026-06-24T18:39:37.304Z Compiling rand_core v0.6.4
18032026-06-24T18:39:37.367Z Compiling percent-encoding v2.3.2
18042026-06-24T18:39:37.387Z Compiling writeable v0.6.2
18052026-06-24T18:39:37.423Z Compiling syn v2.0.117
18062026-06-24T18:39:37.440Z Compiling litemap v0.8.1
18072026-06-24T18:39:37.455Z Compiling fnv v1.0.7
18082026-06-24T18:39:37.508Z Compiling thiserror v2.0.18
18092026-06-24T18:39:37.524Z Compiling pin-project-lite v0.2.17
18102026-06-24T18:39:37.600Z Compiling getrandom v0.3.4
18112026-06-24T18:39:37.659Z Compiling rand_core v0.10.0
18122026-06-24T18:39:37.662Z Compiling equivalent v1.0.2
18132026-06-24T18:39:37.721Z Compiling rustversion v1.0.22
18142026-06-24T18:39:37.734Z Compiling dunce v1.0.5
18152026-06-24T18:39:37.779Z Compiling fs_extra v1.3.0
18162026-06-24T18:39:37.813Z Compiling schemars v0.8.22
18172026-06-24T18:39:37.863Z Compiling rustix v1.1.3
18182026-06-24T18:39:37.863Z Compiling critical-section v1.2.0
18192026-06-24T18:39:37.893Z Compiling utf8_iter v1.0.4
18202026-06-24T18:39:38.018Z Compiling form_urlencoded v1.2.2
18212026-06-24T18:39:38.035Z Compiling cmake v0.1.57
18222026-06-24T18:39:38.085Z Compiling hashbrown v0.17.0
18232026-06-24T18:39:38.116Z Compiling signal-hook-registry v1.4.8
18242026-06-24T18:39:38.226Z Compiling const-oid v0.9.6
18252026-06-24T18:39:38.350Z Compiling once_cell v1.21.3
18262026-06-24T18:39:38.419Z Compiling parking_lot v0.12.5
18272026-06-24T18:39:38.637Z Compiling bitflags v2.11.0
18282026-06-24T18:39:38.641Z Compiling ring v0.17.14
18292026-06-24T18:39:38.667Z Compiling aws-lc-sys v0.40.0
18302026-06-24T18:39:38.671Z Compiling semver v1.0.28
18312026-06-24T18:39:38.723Z Compiling indexmap v2.14.0
18322026-06-24T18:39:38.754Z Compiling mio v1.2.0
18332026-06-24T18:39:38.769Z Compiling socket2 v0.6.3
18342026-06-24T18:39:38.869Z Compiling aws-lc-rs v1.16.3
18352026-06-24T18:39:38.955Z Compiling futures-core v0.3.32
18362026-06-24T18:39:39.049Z Compiling httparse v1.10.1
18372026-06-24T18:39:39.068Z Compiling thiserror v1.0.69
18382026-06-24T18:39:39.084Z Compiling strsim v0.11.1
18392026-06-24T18:39:39.169Z Compiling iana-time-zone v0.1.65
18402026-06-24T18:39:39.200Z Compiling vcpkg v0.2.15
18412026-06-24T18:39:39.389Z Compiling byteorder v1.5.0
18422026-06-24T18:39:39.416Z Compiling ucd-trie v0.1.7
18432026-06-24T18:39:39.464Z Compiling heck v0.5.0
18442026-06-24T18:39:39.468Z Compiling regex-syntax v0.8.10
18452026-06-24T18:39:39.510Z Compiling syn v1.0.109
18462026-06-24T18:39:39.545Z Compiling ident_case v1.0.1
18472026-06-24T18:39:39.565Z Compiling uuid v1.23.0
18482026-06-24T18:39:39.594Z Compiling pest v2.8.6
18492026-06-24T18:39:39.788Z Compiling openssl-sys v0.9.115
18502026-06-24T18:39:39.842Z Compiling rustls v0.23.37
18512026-06-24T18:39:39.858Z Compiling cpufeatures v0.2.17
18522026-06-24T18:39:39.875Z Compiling rustc_version v0.4.1
18532026-06-24T18:39:39.944Z Compiling futures-sink v0.3.32
18542026-06-24T18:39:40.056Z Compiling futures-channel v0.3.32
18552026-06-24T18:39:40.108Z Compiling aho-corasick v1.1.4
18562026-06-24T18:39:40.176Z Compiling slab v0.4.12
18572026-06-24T18:39:40.201Z Compiling futures-task v0.3.32
18582026-06-24T18:39:40.250Z Compiling futures-io v0.3.32
18592026-06-24T18:39:40.299Z Compiling synstructure v0.13.2
18602026-06-24T18:39:40.315Z Compiling serde_derive_internals v0.29.1
18612026-06-24T18:39:40.391Z Compiling dyn-clone v1.0.20
18622026-06-24T18:39:40.561Z Compiling crc32fast v1.5.0
18632026-06-24T18:39:40.635Z Compiling plain v0.2.3
18642026-06-24T18:39:40.653Z Compiling crossbeam-utils v0.8.21
18652026-06-24T18:39:40.672Z Compiling num-conv v0.2.0
18662026-06-24T18:39:40.688Z Compiling pest_meta v2.8.6
18672026-06-24T18:39:40.768Z Compiling time-core v0.1.8
18682026-06-24T18:39:40.827Z Compiling base64 v0.22.1
18692026-06-24T18:39:40.860Z Compiling openssl v0.10.79
18702026-06-24T18:39:40.934Z Compiling time-macros v0.2.27
18712026-06-24T18:39:40.990Z Compiling pretty-hex v0.4.1
18722026-06-24T18:39:41.013Z Compiling regex-automata v0.4.14
18732026-06-24T18:39:41.100Z Compiling base64ct v1.8.3
18742026-06-24T18:39:41.128Z Compiling anyhow v1.0.102
18752026-06-24T18:39:41.142Z Compiling native-tls v0.2.18
18762026-06-24T18:39:41.158Z Compiling darling_core v0.21.3
18772026-06-24T18:39:41.353Z Compiling pest_generator v2.8.6
18782026-06-24T18:39:41.391Z Compiling pem-rfc7468 v0.7.0
18792026-06-24T18:39:41.413Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18802026-06-24T18:39:41.447Z Compiling flagset v0.4.7
18812026-06-24T18:39:41.465Z Compiling rand_core v0.9.5
18822026-06-24T18:39:41.541Z Compiling serde_derive v1.0.228
18832026-06-24T18:39:41.550Z Compiling zeroize_derive v1.4.3
18842026-06-24T18:39:41.602Z Compiling zerofrom-derive v0.1.6
18852026-06-24T18:39:41.637Z Compiling yoke-derive v0.8.1
18862026-06-24T18:39:41.661Z Compiling zerovec-derive v0.11.2
18872026-06-24T18:39:41.702Z Compiling displaydoc v0.2.5
18882026-06-24T18:39:41.725Z Compiling zerocopy-derive v0.8.40
18892026-06-24T18:39:41.808Z Compiling tokio-macros v2.7.0
18902026-06-24T18:39:41.918Z Compiling futures-macro v0.3.32
18912026-06-24T18:39:41.981Z Compiling thiserror-impl v2.0.18
18922026-06-24T18:39:42.009Z Compiling schemars_derive v0.8.22
18932026-06-24T18:39:42.179Z Compiling zeroize v1.8.2
18942026-06-24T18:39:42.525Z Compiling tracing-attributes v0.1.31
18952026-06-24T18:39:42.652Z Compiling der_derive v0.7.3
18962026-06-24T18:39:42.718Z Compiling thiserror-impl v1.0.69
18972026-06-24T18:39:42.734Z Compiling zerofrom v0.1.6
18982026-06-24T18:39:42.880Z Compiling yoke v0.8.1
18992026-06-24T18:39:43.044Z Compiling crypto-common v0.1.7
19002026-06-24T18:39:43.103Z Compiling zerovec v0.11.5
19012026-06-24T18:39:43.115Z Compiling zerotrie v0.2.3
19022026-06-24T18:39:43.214Z Compiling block-buffer v0.10.4
19032026-06-24T18:39:43.339Z Compiling pest_derive v2.8.6
19042026-06-24T18:39:43.384Z Compiling digest v0.10.7
19052026-06-24T18:39:43.588Z Compiling futures-util v0.3.32
19062026-06-24T18:39:43.630Z Compiling hmac v0.12.1
19072026-06-24T18:39:43.663Z Compiling tinystr v0.8.2
19082026-06-24T18:39:43.678Z Compiling potential_utf v0.1.4
19092026-06-24T18:39:43.743Z Compiling block-padding v0.3.3
19102026-06-24T18:39:43.837Z Compiling icu_collections v2.1.1
19112026-06-24T18:39:43.868Z Compiling inout v0.1.4
19122026-06-24T18:39:43.884Z Compiling icu_locale_core v2.1.1
19132026-06-24T18:39:43.901Z Compiling sha2 v0.10.9
19142026-06-24T18:39:43.932Z Compiling rustls-pki-types v1.14.0
19152026-06-24T18:39:44.043Z Compiling cipher v0.4.4
19162026-06-24T18:39:44.099Z Compiling openssl-macros v0.1.1
19172026-06-24T18:39:44.322Z Compiling scroll_derive v0.12.1
19182026-06-24T18:39:44.510Z Compiling scroll_derive v0.13.1
19192026-06-24T18:39:44.625Z Compiling icu_provider v2.1.1
19202026-06-24T18:39:44.792Z Compiling bytes v1.11.1
19212026-06-24T18:39:44.863Z Compiling chrono v0.4.44
19222026-06-24T18:39:44.898Z Compiling serde_tokenstream v0.2.3
19232026-06-24T18:39:44.999Z Compiling icu_properties v2.1.2
19242026-06-24T18:39:45.043Z Compiling icu_normalizer v2.1.1
19252026-06-24T18:39:45.218Z Compiling der v0.7.10
19262026-06-24T18:39:45.321Z Compiling tokio v1.52.1
19272026-06-24T18:39:45.581Z Compiling http v1.4.0
19282026-06-24T18:39:45.978Z Compiling idna_adapter v1.2.1
19292026-06-24T18:39:46.155Z Compiling idna v1.1.0
19302026-06-24T18:39:46.308Z Compiling ppv-lite86 v0.2.21
19312026-06-24T18:39:46.390Z Compiling regex v1.12.3
19322026-06-24T18:39:46.419Z Compiling darling_macro v0.21.3
19332026-06-24T18:39:46.455Z Compiling zerocopy-derive v0.7.35
19342026-06-24T18:39:46.564Z Compiling url v2.5.8
19352026-06-24T18:39:46.648Z Compiling slog v2.8.2
19362026-06-24T18:39:46.691Z Compiling tracing-core v0.1.36
19372026-06-24T18:39:46.978Z Compiling untrusted v0.9.0
19382026-06-24T18:39:47.160Z Compiling tracing v0.1.44
19392026-06-24T18:39:47.561Z Compiling darling v0.21.3
19402026-06-24T18:39:47.571Z Compiling spki v0.7.3
19412026-06-24T18:39:47.605Z Compiling salsa20 v0.10.2
19422026-06-24T18:39:47.677Z Compiling pbkdf2 v0.12.2
19432026-06-24T18:39:48.202Z Compiling cookie v0.18.1
19442026-06-24T18:39:48.297Z Compiling camino v1.2.2
19452026-06-24T18:39:48.454Z Compiling scrypt v0.11.0
19462026-06-24T18:39:48.470Z Compiling rand_chacha v0.9.0
19472026-06-24T18:39:48.553Z Compiling http-body v1.0.1
19482026-06-24T18:39:48.613Z Compiling aes v0.8.4
19492026-06-24T18:39:48.711Z Compiling cbc v0.1.2
19502026-06-24T18:39:48.803Z Compiling usdt-impl v0.5.0
19512026-06-24T18:39:48.821Z Compiling untrusted v0.7.1
19522026-06-24T18:39:48.866Z Compiling fastrand v2.3.0
19532026-06-24T18:39:48.882Z Compiling paste v1.0.15
19542026-06-24T18:39:49.051Z Compiling usdt-impl v0.6.0
19552026-06-24T18:39:49.054Z Compiling unicode-segmentation v1.12.0
19562026-06-24T18:39:49.120Z Compiling tinyvec_macros v0.1.1
19572026-06-24T18:39:49.136Z Compiling openssl-probe v0.2.1
19582026-06-24T18:39:49.169Z Compiling tokio-util v0.7.18
19592026-06-24T18:39:49.172Z Compiling either v1.15.0
19602026-06-24T18:39:49.207Z Compiling ref-cast v1.0.25
19612026-06-24T18:39:49.223Z Compiling winnow v0.7.14
19622026-06-24T18:39:49.294Z Compiling tinyvec v1.10.0
19632026-06-24T18:39:49.376Z Compiling pkcs5 v0.7.1
19642026-06-24T18:39:49.493Z Compiling rand v0.9.2
19652026-06-24T18:39:49.683Z Compiling scroll v0.13.0
19662026-06-24T18:39:49.741Z Compiling scroll v0.12.0
19672026-06-24T18:39:49.859Z Compiling toml_datetime v0.6.11
19682026-06-24T18:39:49.980Z Compiling serde_spanned v0.6.9
19692026-06-24T18:39:50.038Z Compiling async-trait v0.1.89
19702026-06-24T18:39:50.103Z Compiling heapless v0.7.17
19712026-06-24T18:39:50.178Z Compiling bzip2-sys v0.1.13+1.0.8
19722026-06-24T18:39:50.194Z Compiling rustix v0.38.44
19732026-06-24T18:39:50.208Z Compiling atomic-waker v1.1.2
19742026-06-24T18:39:50.269Z Compiling tower-layer v0.3.3
19752026-06-24T18:39:50.455Z Compiling zstd-safe v7.2.4
19762026-06-24T18:39:50.514Z Compiling tower-service v0.3.3
19772026-06-24T18:39:50.533Z Compiling signal-hook v0.3.18
19782026-06-24T18:39:50.548Z Compiling try-lock v0.2.5
19792026-06-24T18:39:50.578Z Compiling h2 v0.4.13
19802026-06-24T18:39:50.653Z Compiling want v0.3.1
19812026-06-24T18:39:50.678Z Compiling toml_parser v1.0.9+spec-1.1.0
19822026-06-24T18:39:50.754Z Compiling goblin v0.8.2
19832026-06-24T18:39:50.834Z Compiling goblin v0.10.5
19842026-06-24T18:39:50.939Z Compiling pkcs8 v0.10.2
19852026-06-24T18:39:51.041Z Compiling heck v0.4.1
19862026-06-24T18:39:51.245Z Compiling zerocopy v0.7.35
19872026-06-24T18:39:51.259Z Compiling ipnet v2.11.0
19882026-06-24T18:39:51.277Z Compiling ref-cast-impl v1.0.25
19892026-06-24T18:39:51.544Z Compiling darling_core v0.20.11
19902026-06-24T18:39:51.671Z Compiling curve25519-dalek v4.1.3
19912026-06-24T18:39:51.737Z Compiling memoffset v0.9.1
19922026-06-24T18:39:51.837Z Compiling winnow v0.5.40
19932026-06-24T18:39:51.942Z Compiling foreign-types-shared v0.1.1
19942026-06-24T18:39:51.958Z Compiling pin-utils v0.1.0
19952026-06-24T18:39:52.059Z Compiling httpdate v1.0.3
19962026-06-24T18:39:52.161Z Compiling litrs v1.0.0
19972026-06-24T18:39:52.276Z Compiling utf8parse v0.2.2
19982026-06-24T18:39:52.455Z Compiling foreign-types v0.3.2
19992026-06-24T18:39:52.542Z Compiling tempfile v3.25.0
20002026-06-24T18:39:52.636Z Compiling document-features v0.2.12
20012026-06-24T18:39:53.180Z Compiling toml_edit v0.19.15
20022026-06-24T18:39:53.230Z Compiling dof v0.3.0
20032026-06-24T18:39:53.290Z Compiling unicode-normalization v0.1.25
20042026-06-24T18:39:53.520Z Compiling dtrace-parser v0.2.0
20052026-06-24T18:39:53.536Z Compiling darling_macro v0.20.11
20062026-06-24T18:39:53.597Z Compiling hyper v1.8.1
20072026-06-24T18:39:53.632Z Compiling dof v0.4.0
20082026-06-24T18:39:53.924Z Compiling dtrace-parser v0.3.0
20092026-06-24T18:39:54.141Z Compiling daft-derive v0.1.7
20102026-06-24T18:39:54.236Z Compiling pin-project-internal v1.1.11
20112026-06-24T18:39:54.337Z Compiling spin v0.9.8
20122026-06-24T18:39:54.355Z Compiling thread-id v5.1.0
20132026-06-24T18:39:54.457Z Compiling thread-id v4.2.2
20142026-06-24T18:39:54.548Z Compiling socket2 v0.5.10
20152026-06-24T18:39:54.564Z Compiling anstyle v1.0.14
20162026-06-24T18:39:54.677Z Compiling num-bigint-dig v0.8.6
20172026-06-24T18:39:54.723Z Compiling cfg_aliases v0.2.1
20182026-06-24T18:39:54.727Z Compiling powerfmt v0.2.0
20192026-06-24T18:39:54.824Z Compiling smoltcp v0.9.1
20202026-06-24T18:39:54.861Z Compiling nix v0.31.2
20212026-06-24T18:39:54.890Z Compiling hyper-util v0.1.20
20222026-06-24T18:39:54.904Z Compiling deranged v0.5.8
20232026-06-24T18:39:55.257Z Compiling darling v0.20.11
20242026-06-24T18:39:55.353Z Compiling rustls-native-certs v0.8.3
20252026-06-24T18:39:55.475Z Compiling ipnetwork v0.21.1
20262026-06-24T18:39:55.607Z Compiling strum_macros v0.26.4
20272026-06-24T18:39:55.623Z Compiling curve25519-dalek-derive v0.1.1
20282026-06-24T18:39:55.783Z Compiling sync_wrapper v1.0.2
20292026-06-24T18:39:55.912Z Compiling wait-timeout v0.2.1
20302026-06-24T18:39:56.158Z Compiling is_terminal_polyfill v1.70.2
20312026-06-24T18:39:56.200Z Compiling quick-error v1.2.3
20322026-06-24T18:39:56.253Z Compiling bit-vec v0.8.0
20332026-06-24T18:39:56.268Z Compiling num_threads v0.1.7
20342026-06-24T18:39:56.282Z Compiling anstyle-query v1.1.5
20352026-06-24T18:39:56.318Z Compiling siphasher v1.0.2
20362026-06-24T18:39:56.380Z Compiling colorchoice v1.0.4
20372026-06-24T18:39:56.475Z Compiling simd-adler32 v0.3.8
20382026-06-24T18:39:56.543Z Compiling time v0.3.47
20392026-06-24T18:39:56.546Z Compiling bit-set v0.8.0
20402026-06-24T18:39:56.620Z Compiling rusty-fork v0.3.1
20412026-06-24T18:39:56.924Z Compiling tower v0.5.3
20422026-06-24T18:39:57.127Z Compiling derive_builder_core v0.20.2
20432026-06-24T18:39:57.195Z Compiling snafu-derive v0.8.9
20442026-06-24T18:39:57.306Z Compiling http-body-util v0.1.3
20452026-06-24T18:39:57.571Z Compiling webpki-roots v1.0.6
20462026-06-24T18:39:57.671Z Compiling signature v2.2.0
20472026-06-24T18:39:57.713Z Compiling hubpack_derive v0.1.1
20482026-06-24T18:39:57.737Z Compiling rand_xorshift v0.4.0
20492026-06-24T18:39:57.838Z Compiling strum_macros v0.27.2
20502026-06-24T18:39:57.994Z Compiling fs-err v3.3.0
20512026-06-24T18:39:58.038Z Compiling ahash v0.8.12
20522026-06-24T18:39:58.080Z Compiling allocator-api2 v0.2.21
20532026-06-24T18:39:58.176Z Compiling object v0.37.3
20542026-06-24T18:39:58.365Z Compiling ryu v1.0.23
20552026-06-24T18:39:58.430Z Compiling unarray v0.1.4
20562026-06-24T18:39:58.447Z Compiling unicode-bidi v0.3.18
20572026-06-24T18:39:58.462Z Compiling adler2 v2.0.1
20582026-06-24T18:39:58.554Z Compiling unicode-properties v0.1.4
20592026-06-24T18:39:58.607Z Compiling iri-string v0.7.10
20602026-06-24T18:39:58.705Z Compiling miniz_oxide v0.8.9
20612026-06-24T18:39:58.805Z Compiling proptest v1.10.0
20622026-06-24T18:39:58.820Z Compiling serde_urlencoded v0.7.1
20632026-06-24T18:39:58.901Z Compiling stringprep v0.1.5
20642026-06-24T18:39:59.307Z Compiling derive_builder_macro v0.20.2
20652026-06-24T18:39:59.475Z Compiling tokio-native-tls v0.3.1
20662026-06-24T18:39:59.642Z Compiling usdt-attr-macro v0.6.0
20672026-06-24T18:39:59.676Z Compiling usdt-macro v0.6.0
20682026-06-24T18:39:59.818Z Compiling tower-http v0.6.8
20692026-06-24T18:39:59.987Z Compiling anstyle-parse v1.0.0
20702026-06-24T18:40:00.301Z Compiling rand_chacha v0.3.1
20712026-06-24T18:40:00.316Z Compiling erased-serde v0.3.31
20722026-06-24T18:40:00.332Z Compiling md-5 v0.10.6
20732026-06-24T18:40:00.428Z Compiling bstr v1.12.1
20742026-06-24T18:40:00.532Z Compiling num-integer v0.1.46
20752026-06-24T18:40:00.684Z Compiling hash32 v0.2.1
20762026-06-24T18:40:00.736Z Compiling vergen-lib v9.1.0
20772026-06-24T18:40:00.752Z Compiling ff v0.13.1
20782026-06-24T18:40:00.841Z Compiling encoding_rs v0.8.35
20792026-06-24T18:40:00.890Z Compiling base16ct v0.2.0
20802026-06-24T18:40:00.907Z Compiling zlib-rs v0.6.2
20812026-06-24T18:40:00.907Z Compiling fallible-iterator v0.2.0
20822026-06-24T18:40:00.940Z Compiling mime v0.3.17
20832026-06-24T18:40:01.077Z Compiling psl-types v2.0.11
20842026-06-24T18:40:01.195Z Compiling sec1 v0.7.3
20852026-06-24T18:40:01.226Z Compiling postgres-protocol v0.6.10
20862026-06-24T18:40:01.254Z Compiling publicsuffix v2.3.0
20872026-06-24T18:40:01.301Z Compiling newtype-uuid v1.3.2
20882026-06-24T18:40:01.433Z Compiling group v0.13.0
20892026-06-24T18:40:01.490Z Compiling num-iter v0.1.45
20902026-06-24T18:40:01.650Z Compiling rand v0.8.6
20912026-06-24T18:40:01.975Z Compiling anstream v1.0.0
20922026-06-24T18:40:02.167Z Compiling oxnet v0.1.6
20932026-06-24T18:40:02.183Z Compiling derive_builder v0.20.2
20942026-06-24T18:40:02.248Z Compiling hyper-tls v0.6.0
20952026-06-24T18:40:02.311Z Compiling phf_shared v0.13.1
20962026-06-24T18:40:02.361Z Compiling pin-project v1.1.11
20972026-06-24T18:40:02.410Z Compiling lazy_static v1.5.0
20982026-06-24T18:40:02.424Z Compiling anstyle-parse v0.2.7
20992026-06-24T18:40:02.561Z Compiling terminal_size v0.4.3
21002026-06-24T18:40:02.578Z Compiling serde_with_macros v3.17.0
21012026-06-24T18:40:02.590Z Compiling futures-executor v0.3.32
21022026-06-24T18:40:02.594Z Compiling hex v0.4.3
21032026-06-24T18:40:02.720Z Compiling hkdf v0.12.4
21042026-06-24T18:40:02.805Z Compiling crypto-bigint v0.5.5
21052026-06-24T18:40:02.822Z Compiling serde_repr v0.1.20
21062026-06-24T18:40:02.827Z Compiling clap_derive v4.6.1
21072026-06-24T18:40:02.856Z Compiling enum-as-inner v0.6.1
21082026-06-24T18:40:02.881Z Compiling async-recursion v1.1.1
21092026-06-24T18:40:02.959Z Compiling vergen v9.1.0
21102026-06-24T18:40:02.977Z Compiling cargo-platform v0.3.2
21112026-06-24T18:40:03.002Z Compiling flate2 v1.1.9
21122026-06-24T18:40:03.247Z Compiling bitflags v1.3.2
21132026-06-24T18:40:03.338Z Compiling managed v0.8.0
21142026-06-24T18:40:03.396Z Compiling same-file v1.0.6
21152026-06-24T18:40:03.417Z Compiling foldhash v0.1.5
21162026-06-24T18:40:03.503Z Compiling foldhash v0.2.0
21172026-06-24T18:40:03.569Z Compiling bumpalo v3.20.2
21182026-06-24T18:40:03.607Z Compiling clap_lex v1.0.0
21192026-06-24T18:40:03.645Z Compiling libbz2-rs-sys v0.2.2
21202026-06-24T18:40:03.850Z Compiling zopfli v0.8.3
21212026-06-24T18:40:03.850Z Compiling clap_builder v4.6.0
21222026-06-24T18:40:03.882Z Compiling elliptic-curve v0.13.8
21232026-06-24T18:40:03.983Z Compiling hashbrown v0.16.1
21242026-06-24T18:40:04.167Z Compiling bzip2 v0.6.1
21252026-06-24T18:40:04.260Z Compiling hashbrown v0.15.5
21262026-06-24T18:40:04.393Z Compiling walkdir v2.5.0
21272026-06-24T18:40:04.466Z Compiling cargo_metadata v0.23.1
21282026-06-24T18:40:04.599Z Compiling futures v0.3.32
21292026-06-24T18:40:05.019Z Compiling anstream v0.6.21
21302026-06-24T18:40:05.165Z Compiling phf v0.13.1
21312026-06-24T18:40:05.353Z Compiling snafu v0.8.9
21322026-06-24T18:40:05.376Z Compiling daft v0.1.7
21332026-06-24T18:40:05.677Z Compiling zstd v0.13.3
21342026-06-24T18:40:05.732Z Compiling signal-hook-mio v0.2.5
21352026-06-24T18:40:05.757Z Compiling cookie_store v0.22.1
21362026-06-24T18:40:05.886Z Compiling postgres-types v0.2.12
21372026-06-24T18:40:05.921Z Compiling bzip2 v0.4.4
21382026-06-24T18:40:05.955Z Compiling globset v0.4.18
21392026-06-24T18:40:05.972Z Compiling strum v0.27.2
21402026-06-24T18:40:06.203Z Compiling hubpack v0.1.2
21412026-06-24T18:40:06.226Z Compiling ed25519 v2.2.3
21422026-06-24T18:40:06.274Z Compiling phf_shared v0.11.3
21432026-06-24T18:40:06.349Z Compiling crossbeam-epoch v0.9.18
21442026-06-24T18:40:06.426Z Compiling olpc-cjson v0.1.4
21452026-06-24T18:40:06.441Z Compiling pkcs1 v0.7.5
21462026-06-24T18:40:06.455Z Compiling pem v3.0.6
21472026-06-24T18:40:06.527Z Compiling serde-big-array v0.5.1
21482026-06-24T18:40:06.603Z Compiling serde_plain v1.0.2
21492026-06-24T18:40:06.642Z Compiling rfc6979 v0.4.0
21502026-06-24T18:40:06.658Z Compiling float-cmp v0.10.0
21512026-06-24T18:40:06.689Z Compiling memmap2 v0.9.10
21522026-06-24T18:40:06.783Z Compiling env_filter v1.0.0
21532026-06-24T18:40:06.799Z Compiling normalize-line-endings v0.3.0
21542026-06-24T18:40:06.815Z Compiling typed-path v0.9.3
21552026-06-24T18:40:06.832Z Compiling toml_write v0.1.2
21562026-06-24T18:40:06.832Z Compiling keccak v0.1.6
21572026-06-24T18:40:06.865Z Compiling new_debug_unreachable v1.0.6
21582026-06-24T18:40:06.881Z Compiling difflib v0.4.0
21592026-06-24T18:40:06.914Z Compiling static_assertions v1.1.0
21602026-06-24T18:40:06.929Z Compiling fixedbitset v0.4.2
21612026-06-24T18:40:06.951Z Compiling precomputed-hash v0.1.1
21622026-06-24T18:40:07.002Z Compiling data-encoding v2.10.0
21632026-06-24T18:40:07.044Z Compiling predicates-core v1.0.10
21642026-06-24T18:40:07.061Z Compiling fixedbitset v0.5.7
21652026-06-24T18:40:07.064Z Compiling whoami v2.1.0
21662026-06-24T18:40:07.153Z Compiling jiff v0.2.21
21672026-06-24T18:40:07.303Z Compiling hickory-proto v0.25.2
21682026-06-24T18:40:07.373Z Compiling tokio-postgres v0.7.16
21692026-06-24T18:40:07.391Z Compiling petgraph v0.8.3
21702026-06-24T18:40:07.427Z Compiling predicates v3.1.4
21712026-06-24T18:40:07.556Z Compiling petgraph v0.6.5
21722026-06-24T18:40:07.989Z Compiling string_cache v0.8.9
21732026-06-24T18:40:08.004Z Compiling sha3 v0.10.8
21742026-06-24T18:40:08.020Z Compiling toml_edit v0.22.27
21752026-06-24T18:40:08.036Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21762026-06-24T18:40:08.226Z Compiling env_logger v0.11.9
21772026-06-24T18:40:08.288Z Compiling usdt v0.6.0
21782026-06-24T18:40:08.564Z Compiling ecdsa v0.16.9
21792026-06-24T18:40:08.568Z Compiling rsa v0.9.10
21802026-06-24T18:40:09.086Z Compiling ed25519-dalek v2.2.0
21812026-06-24T18:40:09.496Z Compiling zip v0.6.6
21822026-06-24T18:40:09.679Z Compiling crossterm v0.28.1
21832026-06-24T18:40:10.005Z Compiling zip v4.6.1
21842026-06-24T18:40:10.072Z Compiling iddqd v0.4.2
21852026-06-24T18:40:10.429Z Compiling clap v4.6.1
21862026-06-24T18:40:10.528Z Compiling serde_with v3.17.0
21872026-06-24T18:40:10.819Z Compiling similar v2.7.0
21882026-06-24T18:40:10.900Z Compiling strum v0.26.3
21892026-06-24T18:40:10.924Z Compiling toml v0.7.8
21902026-06-24T18:40:10.982Z Compiling tokio-stream v0.1.18
21912026-06-24T18:40:11.051Z Compiling itertools v0.13.0
21922026-06-24T18:40:11.065Z Compiling buf-list v1.1.2
21932026-06-24T18:40:11.288Z Compiling x509-cert v0.2.5
21942026-06-24T18:40:11.481Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21952026-06-24T18:40:11.587Z Compiling openapiv3 v2.2.0
21962026-06-24T18:40:11.692Z Compiling sha1 v0.10.6
21972026-06-24T18:40:11.925Z Compiling peg-runtime v0.8.5
21982026-06-24T18:40:12.180Z Compiling lalrpop-util v0.19.12
21992026-06-24T18:40:27.568Z Compiling rustls-webpki v0.103.9
22002026-06-24T18:40:28.832Z Compiling macaddr v1.0.1
22012026-06-24T18:40:28.870Z Compiling structmeta-derive v0.3.0
22022026-06-24T18:40:28.904Z Compiling crucible-workspace-hack v0.1.0
22032026-06-24T18:40:29.116Z Compiling rayon-core v1.13.0
22042026-06-24T18:40:29.149Z Compiling itertools v0.14.0
22052026-06-24T18:40:29.172Z Compiling secrecy v0.10.3
22062026-06-24T18:40:29.216Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22072026-06-24T18:40:29.241Z Compiling heapless v0.8.0
22082026-06-24T18:40:29.353Z Compiling toml_datetime v0.7.5+spec-1.1.0
22092026-06-24T18:40:29.371Z Compiling rustls v0.22.4
22102026-06-24T18:40:29.568Z Compiling toml_edit v0.23.10+spec-1.0.0
22112026-06-24T18:40:29.621Z Compiling crossbeam-deque v0.8.6
22122026-06-24T18:40:29.652Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22132026-06-24T18:40:29.725Z Compiling rustls-webpki v0.102.8
22142026-06-24T18:40:29.740Z Compiling hash32 v0.3.1
22152026-06-24T18:40:29.822Z Compiling multer v3.1.0
22162026-06-24T18:40:29.838Z Compiling thread_local v1.1.9
22172026-06-24T18:40:29.856Z Compiling match_cfg v0.1.0
22182026-06-24T18:40:29.872Z Compiling compression-core v0.4.31
22192026-06-24T18:40:29.904Z Compiling structmeta v0.3.0
22202026-06-24T18:40:29.928Z Compiling smoltcp v0.11.0
22212026-06-24T18:40:29.946Z Compiling unicode-width v0.2.0
22222026-06-24T18:40:29.983Z Compiling cpufeatures v0.3.0
22232026-06-24T18:40:30.039Z Compiling slog-async v2.8.0
22242026-06-24T18:40:30.067Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22252026-06-24T18:40:30.129Z Compiling derive-ex v0.1.8
22262026-06-24T18:40:30.144Z Compiling proc-macro-crate v3.4.0
22272026-06-24T18:40:30.277Z Compiling compression-codecs v0.4.37
22282026-06-24T18:40:30.292Z Compiling hostname v0.3.1
22292026-06-24T18:40:30.437Z Compiling ingot-macros v0.1.1
22302026-06-24T18:40:30.475Z Compiling atomicwrites v0.4.4
22312026-06-24T18:40:30.516Z Compiling slog-json v2.6.1
22322026-06-24T18:40:30.590Z Compiling crossbeam-channel v0.5.15
22332026-06-24T18:40:30.678Z Compiling half v2.7.1
22342026-06-24T18:40:30.773Z Compiling newtype-uuid-macros v0.1.0
22352026-06-24T18:40:30.790Z Compiling cobs v0.3.0
22362026-06-24T18:40:30.896Z Compiling thiserror-impl-no-std v2.0.2
22372026-06-24T18:40:31.045Z Compiling universal-hash v0.5.1
22382026-06-24T18:40:31.084Z Compiling async-stream-impl v0.3.6
22392026-06-24T18:40:31.209Z Compiling tokio-rustls v0.26.4
22402026-06-24T18:40:31.332Z Compiling rustls-platform-verifier v0.6.2
22412026-06-24T18:40:31.502Z Compiling hyper-rustls v0.27.7
22422026-06-24T18:40:31.539Z Compiling serde_spanned v1.0.4
22432026-06-24T18:40:31.570Z Compiling toml_datetime v1.0.0+spec-1.1.0
22442026-06-24T18:40:31.639Z Compiling is-terminal v0.4.17
22452026-06-24T18:40:31.684Z Compiling dropshot v0.17.0
22462026-06-24T18:40:31.709Z Compiling proc-macro-error-attr v1.0.4
22472026-06-24T18:40:31.724Z Compiling convert_case v0.4.0
22482026-06-24T18:40:31.760Z Compiling reqwest v0.12.28
22492026-06-24T18:40:31.850Z Compiling reqwest v0.13.2
22502026-06-24T18:40:31.909Z Compiling term v1.2.1
22512026-06-24T18:40:31.934Z Compiling ciborium-io v0.2.2
22522026-06-24T18:40:31.950Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22532026-06-24T18:40:31.954Z Compiling toml_writer v1.0.6+spec-1.1.0
22542026-06-24T18:40:32.028Z Compiling opaque-debug v0.3.1
22552026-06-24T18:40:32.049Z Compiling take_mut v0.2.2
22562026-06-24T18:40:32.064Z Compiling derive_more v0.99.20
22572026-06-24T18:40:32.119Z Compiling poly1305 v0.8.0
22582026-06-24T18:40:32.136Z Compiling ciborium-ll v0.2.2
22592026-06-24T18:40:32.188Z Compiling toml v1.0.6+spec-1.1.0
22602026-06-24T18:40:32.249Z Compiling slog-term v2.9.2
22612026-06-24T18:40:32.418Z Compiling tokio-rustls v0.25.0
22622026-06-24T18:40:32.687Z Compiling thiserror-no-std v2.0.2
22632026-06-24T18:40:32.829Z Compiling async-stream v0.3.6
22642026-06-24T18:40:32.855Z Compiling test-strategy v0.4.5
22652026-06-24T18:40:32.870Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22662026-06-24T18:40:33.055Z Compiling postcard v1.1.3
22672026-06-24T18:40:33.078Z Compiling ingot-types v0.1.2
22682026-06-24T18:40:33.461Z Compiling tough v0.22.0
22692026-06-24T18:40:33.477Z Compiling ingot v0.1.1
22702026-06-24T18:40:33.549Z Compiling slog-bunyan v2.5.0
22712026-06-24T18:40:33.725Z Compiling num_enum_derive v0.7.6
22722026-06-24T18:40:33.771Z Compiling async-compression v0.4.41
22732026-06-24T18:40:34.238Z Compiling parse-display-derive v0.10.0
22742026-06-24T18:40:34.270Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22752026-06-24T18:40:34.285Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22762026-06-24T18:40:34.545Z Compiling proc-macro-crate v1.3.1
22772026-06-24T18:40:34.687Z Compiling waitgroup v0.1.2
22782026-06-24T18:40:34.702Z Compiling backon v1.6.0
22792026-06-24T18:40:34.871Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22802026-06-24T18:40:34.906Z Compiling password-hash v0.5.0
22812026-06-24T18:40:34.988Z Compiling dropshot_endpoint v0.17.0
22822026-06-24T18:40:35.142Z Compiling chacha20 v0.9.1
22832026-06-24T18:40:35.196Z Compiling rustls-pemfile v2.2.0
22842026-06-24T18:40:35.212Z Compiling blake2 v0.10.6
22852026-06-24T18:40:35.439Z Compiling aead v0.5.2
22862026-06-24T18:40:35.499Z Compiling foreign-types-macros v0.2.3
22872026-06-24T18:40:35.671Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22882026-06-24T18:40:35.687Z Compiling serde_path_to_error v0.1.20
22892026-06-24T18:40:35.735Z Compiling hostname v0.4.2
22902026-06-24T18:40:35.751Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22912026-06-24T18:40:35.784Z Compiling proc-macro-error v1.0.4
22922026-06-24T18:40:35.924Z Compiling instant v0.1.13
22932026-06-24T18:40:35.977Z Compiling foreign-types-shared v0.3.1
22942026-06-24T18:40:36.006Z Compiling typeid v1.0.3
22952026-06-24T18:40:36.010Z Compiling debug-ignore v1.0.5
22962026-06-24T18:40:36.079Z Compiling backoff v0.4.0
22972026-06-24T18:40:36.117Z Compiling foreign-types v0.5.0
22982026-06-24T18:40:36.133Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22992026-06-24T18:40:36.154Z Compiling parse-display v0.10.0
23002026-06-24T18:40:36.158Z Compiling chacha20poly1305 v0.10.1
23012026-06-24T18:40:36.184Z Compiling argon2 v0.5.3
23022026-06-24T18:40:36.200Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23032026-06-24T18:40:36.215Z Compiling num_enum_derive v0.5.11
23042026-06-24T18:40:36.319Z Compiling num_enum v0.7.6
23052026-06-24T18:40:36.342Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23062026-06-24T18:40:36.418Z Compiling vsss-rs v3.3.4
23072026-06-24T18:40:36.461Z Compiling ciborium v0.2.2
23082026-06-24T18:40:36.756Z Compiling tabwriter v1.4.1
23092026-06-24T18:40:36.772Z Compiling chacha20 v0.10.0
23102026-06-24T18:40:36.844Z Compiling regress v0.10.5
23112026-06-24T18:40:37.119Z Compiling byte-wrapper v0.1.0
23122026-06-24T18:40:37.140Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23132026-06-24T18:40:37.157Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
23142026-06-24T18:40:37.179Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23152026-06-24T18:40:37.241Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23162026-06-24T18:40:37.358Z Compiling cstr-argument v0.1.2
23172026-06-24T18:40:37.493Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23182026-06-24T18:40:37.549Z Compiling erased-serde v0.4.9
23192026-06-24T18:40:37.636Z Compiling humantime v2.3.0
23202026-06-24T18:40:37.711Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23212026-06-24T18:40:37.915Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23222026-06-24T18:40:37.933Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23232026-06-24T18:40:37.966Z Compiling num_enum v0.5.11
23242026-06-24T18:40:37.969Z Compiling rand v0.10.0
23252026-06-24T18:40:37.997Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23262026-06-24T18:40:38.069Z Compiling rayon v1.11.0
23272026-06-24T18:40:38.101Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23282026-06-24T18:40:38.123Z Compiling colored v3.1.1
23292026-06-24T18:40:38.175Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23302026-06-24T18:40:38.270Z Compiling libefi-sys v0.1.0
23312026-06-24T18:40:38.294Z Compiling indent_write v2.2.0
23322026-06-24T18:40:38.312Z Compiling zone_cfg_derive v0.3.1
23332026-06-24T18:40:38.375Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23342026-06-24T18:40:38.490Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23352026-06-24T18:40:38.525Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23362026-06-24T18:40:38.763Z Compiling camino-tempfile v1.4.1
23372026-06-24T18:40:38.778Z Compiling itertools v0.12.1
23382026-06-24T18:40:38.820Z Compiling usdt-macro v0.5.0
23392026-06-24T18:40:38.845Z Compiling usdt-attr-macro v0.5.0
23402026-06-24T18:40:38.978Z Compiling num-derive v0.4.2
23412026-06-24T18:40:39.080Z Compiling bitfield-struct v0.6.2
23422026-06-24T18:40:39.083Z Compiling blake3 v1.8.5
23432026-06-24T18:40:39.212Z Compiling ordered-float v2.10.1
23442026-06-24T18:40:39.477Z Compiling memmap v0.7.0
23452026-06-24T18:40:39.523Z Compiling sigpipe v0.1.3
23462026-06-24T18:40:39.548Z Compiling glob v0.3.3
23472026-06-24T18:40:39.620Z Compiling swrite v0.1.0
23482026-06-24T18:40:39.634Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23492026-06-24T18:40:39.725Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23502026-06-24T18:40:39.740Z Compiling usdt v0.5.0
23512026-06-24T18:40:39.880Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23522026-06-24T18:40:39.910Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23532026-06-24T18:40:40.065Z Compiling serde-value v0.7.0
23542026-06-24T18:40:40.264Z Compiling zone v0.3.1
23552026-06-24T18:40:40.282Z Compiling serde-untagged v0.1.9
23562026-06-24T18:40:40.333Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23572026-06-24T18:40:40.501Z Compiling toml v0.8.23
23582026-06-24T18:40:40.632Z Compiling smf v0.2.3
23592026-06-24T18:40:40.649Z Compiling filetime v0.2.27
23602026-06-24T18:40:40.666Z Compiling unicode-xid v0.2.6
23612026-06-24T18:40:40.669Z Compiling arrayvec v0.7.6
23622026-06-24T18:40:40.699Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23632026-06-24T18:40:40.794Z Compiling constant_time_eq v0.4.2
23642026-06-24T18:40:40.809Z Compiling xattr v1.6.1
23652026-06-24T18:40:40.832Z Compiling whoami v1.6.1
23662026-06-24T18:40:40.866Z Compiling arrayref v0.3.9
23672026-06-24T18:40:40.882Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23682026-06-24T18:40:40.938Z Compiling tar v0.4.45
23692026-06-24T18:40:41.007Z Compiling cargo-util-schemas v0.8.2
23702026-06-24T18:40:41.024Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23712026-06-24T18:40:41.276Z Compiling tokio-dtrace v0.1.1
23722026-06-24T18:40:41.311Z Compiling console v0.16.2
23732026-06-24T18:40:41.578Z Compiling gethostname v0.5.0
23742026-06-24T18:40:41.628Z Compiling cargo-platform v0.2.0
23752026-06-24T18:40:41.651Z Compiling topological-sort v0.2.2
23762026-06-24T18:40:41.735Z Compiling unit-prefix v0.5.2
23772026-06-24T18:40:41.846Z Compiling oxide-tokio-rt v0.1.4
23782026-06-24T18:40:41.864Z Compiling indicatif v0.18.4
23792026-06-24T18:40:41.897Z Compiling shell-words v1.1.1
23802026-06-24T18:40:41.917Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23812026-06-24T18:40:42.189Z Compiling cargo_metadata v0.21.0
23822026-06-24T18:40:51.895Z Compiling progenitor-client v0.14.0
23832026-06-24T18:40:51.925Z Compiling omicron-zone-package v0.12.2
23842026-06-24T18:40:52.393Z Compiling progenitor-extras v0.2.0
23852026-06-24T18:40:54.694Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23862026-06-24T18:40:54.716Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23872026-06-24T18:40:54.735Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23882026-06-24T18:40:54.879Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23892026-06-24T18:40:54.939Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23902026-06-24T18:40:55.025Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23912026-06-24T18:40:55.052Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23922026-06-24T18:40:55.082Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23932026-06-24T18:40:55.118Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23942026-06-24T18:40:58.896Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23952026-06-24T18:41:06.898Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23962026-06-24T18:41:10.082Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23972026-06-24T18:41:11.106Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23982026-06-24T18:41:20.652Z Finished `release` profile [optimized] target(s) in 1m 45s
23992026-06-24T18:41:20.790Z Running `target/release/omicron-package -t test target create -p dev`
24002026-06-24T18:41:20.850ZLogging to: /work/oxidecomputer/omicron/out/LOG
24012026-06-24T18:41:20.854ZCreated new build target 'test' and set it as active
24022026-06-24T18:41:20.854Z
24032026-06-24T18:41:20.854Zreal 1:45.775923684
24042026-06-24T18:41:20.854Zuser 17:17.544921835
24052026-06-24T18:41:20.854Zsys 2:43.349748276
24062026-06-24T18:41:20.854Ztrap 0.490791575
24072026-06-24T18:41:20.854Ztflt 2.993130219
24082026-06-24T18:41:20.854Zdflt 4.721002314
24092026-06-24T18:41:20.854Zkflt 0.000430690
24102026-06-24T18:41:20.854Zlock 54:03.357805610
24112026-06-24T18:41:20.854Zslp 44:17.929708481
24122026-06-24T18:41:20.854Zlat 45.033575583
24132026-06-24T18:41:20.854Zstop 5:16.330697541
24142026-06-24T18:41:20.854Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24152026-06-24T18:41:21.680Z Finished `release` profile [optimized] target(s) in 0.81s
24162026-06-24T18:41:21.743Z Running `target/release/omicron-package -t test package`
24172026-06-24T18:41:21.798ZLogging to: /work/oxidecomputer/omicron/out/LOG
24182026-06-24T18:41:23.159Z Compiling heck v0.5.0
24192026-06-24T18:41:23.162Z Compiling regress v0.11.1
24202026-06-24T18:41:23.377Z Compiling unsafe-libyaml v0.2.11
24212026-06-24T18:41:23.417Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24222026-06-24T18:41:23.442Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24232026-06-24T18:41:23.446Z Compiling unicode-width v0.1.14
24242026-06-24T18:41:23.446Z Compiling atomicwrites v0.4.4
24252026-06-24T18:41:23.483Z Compiling derive-where v1.6.0
24262026-06-24T18:41:23.503Z Compiling bytecount v0.6.9
24272026-06-24T18:41:23.525Z Compiling is-terminal v0.4.17
24282026-06-24T18:41:23.571Z Compiling prettyplease v0.2.37
24292026-06-24T18:41:23.575Z Compiling console v0.15.11
24302026-06-24T18:41:23.575Z Compiling newline-converter v0.3.0
24312026-06-24T18:41:23.575Z Compiling slog-dtrace v0.3.0
24322026-06-24T18:41:23.615Z Compiling owo-colors v4.3.0
24332026-06-24T18:41:23.693Z Compiling resolv-conf v0.7.6
24342026-06-24T18:41:23.697Z Compiling cancel-safe-futures v0.1.5
24352026-06-24T18:41:23.742Z Compiling rustls v0.22.4
24362026-06-24T18:41:23.746Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24372026-06-24T18:41:23.787Z Compiling num-rational v0.4.2
24382026-06-24T18:41:23.810Z Compiling libsw-core v0.3.2
24392026-06-24T18:41:23.810Z Compiling rustls-webpki v0.102.8
24402026-06-24T18:41:23.907Z Compiling num-complex v0.4.6
24412026-06-24T18:41:23.939Z Compiling serde_yaml v0.9.34+deprecated
24422026-06-24T18:41:24.026Z Compiling expectorate v1.2.0
24432026-06-24T18:41:24.048Z Compiling thread_local v1.1.9
24442026-06-24T18:41:24.072Z Compiling match_cfg v0.1.0
24452026-06-24T18:41:24.092Z Compiling compression-core v0.4.31
24462026-06-24T18:41:24.181Z Compiling hostname v0.3.1
24472026-06-24T18:41:24.295Z Compiling compression-codecs v0.4.37
24482026-06-24T18:41:24.339Z Compiling num v0.4.3
24492026-06-24T18:41:24.412Z Compiling libsw v3.5.0
24502026-06-24T18:41:24.448Z Compiling multer v3.1.0
24512026-06-24T18:41:24.517Z Compiling slog-async v2.8.0
24522026-06-24T18:41:24.537Z Compiling crossbeam-channel v0.5.15
24532026-06-24T18:41:24.563Z Compiling slog-json v2.6.1
24542026-06-24T18:41:24.592Z Compiling toml_datetime v1.0.0+spec-1.1.0
24552026-06-24T18:41:24.621Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24562026-06-24T18:41:24.718Z Compiling serde_spanned v1.0.4
24572026-06-24T18:41:24.749Z Compiling linked-hash-map v0.5.6
24582026-06-24T18:41:24.774Z Compiling linear-map v1.2.0
24592026-06-24T18:41:24.798Z Compiling take_mut v0.2.2
24602026-06-24T18:41:24.802Z Compiling term v1.2.1
24612026-06-24T18:41:24.841Z Compiling float-ord v0.3.2
24622026-06-24T18:41:24.902Z Compiling toml_writer v1.0.6+spec-1.1.0
24632026-06-24T18:41:24.905Z Compiling slog-bunyan v2.5.0
24642026-06-24T18:41:24.946Z Compiling typify-impl v0.6.2
24652026-06-24T18:41:24.966Z Compiling lru-cache v0.1.2
24662026-06-24T18:41:24.993Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24672026-06-24T18:41:25.017Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24682026-06-24T18:41:25.089Z Compiling async-compression v0.4.41
24692026-06-24T18:41:25.151Z Compiling toml v1.0.6+spec-1.1.0
24702026-06-24T18:41:25.283Z Compiling slog-term v2.9.2
24712026-06-24T18:41:25.343Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24722026-06-24T18:41:25.437Z Compiling async-stream v0.3.6
24732026-06-24T18:41:25.471Z Compiling dropshot v0.17.0
24742026-06-24T18:41:25.494Z Compiling progenitor-client v0.14.0
24752026-06-24T18:41:25.515Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24762026-06-24T18:41:25.518Z Compiling waitgroup v0.1.2
24772026-06-24T18:41:25.561Z Compiling rustls-pemfile v2.2.0
24782026-06-24T18:41:25.636Z Compiling backon v1.6.0
24792026-06-24T18:41:25.708Z Compiling hostname v0.4.2
24802026-06-24T18:41:25.745Z Compiling serde_path_to_error v0.1.20
24812026-06-24T18:41:25.786Z Compiling instant v0.1.13
24822026-06-24T18:41:25.809Z Compiling minimal-lexical v0.2.1
24832026-06-24T18:41:25.830Z Compiling debug-ignore v1.0.5
24842026-06-24T18:41:25.870Z Compiling progenitor-extras v0.2.0
24852026-06-24T18:41:25.890Z Compiling backoff v0.4.0
24862026-06-24T18:41:25.924Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24872026-06-24T18:41:25.971Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24882026-06-24T18:41:26.087Z Compiling nom v7.1.3
24892026-06-24T18:41:26.115Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24902026-06-24T18:41:26.137Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24912026-06-24T18:41:26.161Z Compiling tokio-rustls v0.25.0
24922026-06-24T18:41:26.266Z Compiling parse-display v0.10.0
24932026-06-24T18:41:26.311Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24942026-06-24T18:41:26.345Z Compiling hickory-proto v0.24.4
24952026-06-24T18:41:26.572Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
24962026-06-24T18:41:27.002Z Compiling regress v0.10.5
24972026-06-24T18:41:27.244Z Compiling macaddr v1.0.1
24982026-06-24T18:41:27.476Z Compiling unicode-xid v0.2.6
24992026-06-24T18:41:27.513Z Compiling humantime v2.3.0
25002026-06-24T18:41:27.564Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25012026-06-24T18:41:27.647Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25022026-06-24T18:41:27.780Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25032026-06-24T18:41:27.802Z Compiling convert_case v0.10.0
25042026-06-24T18:41:27.831Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25052026-06-24T18:41:28.013Z Compiling toml v0.8.23
25062026-06-24T18:41:28.107Z Compiling derive_more-impl v2.1.1
25072026-06-24T18:41:28.180Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25082026-06-24T18:41:28.422Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25092026-06-24T18:41:28.500Z Compiling typify-macro v0.6.2
25102026-06-24T18:41:28.592Z Compiling papergrid v0.11.0
25112026-06-24T18:41:28.619Z Compiling tabled_derive v0.7.0
25122026-06-24T18:41:28.912Z Compiling hickory-resolver v0.24.4
25132026-06-24T18:41:28.934Z Compiling derive_more v2.1.1
25142026-06-24T18:41:29.054Z Compiling termtree v0.5.1
25152026-06-24T18:41:29.081Z Compiling crossterm v0.29.0
25162026-06-24T18:41:29.261Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25172026-06-24T18:41:29.588Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25182026-06-24T18:41:30.076Z Compiling typify v0.6.2
25192026-06-24T18:41:30.256Z Compiling progenitor-impl v0.14.0
25202026-06-24T18:41:31.031Z Compiling qorb v0.4.1
25212026-06-24T18:41:31.242Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25222026-06-24T18:41:31.458Z Compiling tabled v0.15.0
25232026-06-24T18:41:32.115Z Compiling phf_shared v0.12.1
25242026-06-24T18:41:32.370Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25252026-06-24T18:41:32.447Z Compiling progenitor-macro v0.14.0
25262026-06-24T18:41:32.916Z Compiling csv-core v0.1.13
25272026-06-24T18:41:33.352Z Compiling vte v0.14.1
25282026-06-24T18:41:33.464Z Compiling highway v1.3.0
25292026-06-24T18:41:33.965Z Compiling chrono-tz v0.10.4
25302026-06-24T18:41:34.215Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25312026-06-24T18:41:34.236Z Compiling strip-ansi-escapes v0.2.1
25322026-06-24T18:41:34.384Z Compiling csv v1.4.0
25332026-06-24T18:41:34.525Z Compiling phf v0.12.1
25342026-06-24T18:41:34.683Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25352026-06-24T18:41:34.732Z Compiling const_format_proc_macros v0.2.34
25362026-06-24T18:41:34.818Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25372026-06-24T18:41:34.841Z Compiling fd-lock v4.0.4
25382026-06-24T18:41:34.863Z Compiling peg-macros v0.8.5
25392026-06-24T18:41:35.303Z Compiling nu-ansi-term v0.50.3
25402026-06-24T18:41:35.422Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25412026-06-24T18:41:35.842Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25422026-06-24T18:41:36.151Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25432026-06-24T18:41:36.336Z Compiling peg v0.8.5
25442026-06-24T18:41:36.444Z Compiling reedline v0.40.0
25452026-06-24T18:41:36.576Z Compiling progenitor v0.14.0
25462026-06-24T18:41:36.763Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25472026-06-24T18:41:37.127Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25482026-06-24T18:41:37.155Z Compiling const_format v0.2.35
25492026-06-24T18:41:37.330Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25502026-06-24T18:41:37.658Z Compiling bcs v0.1.6
25512026-06-24T18:41:38.119Z Compiling nom v8.0.0
25522026-06-24T18:41:38.847Z Compiling semver v0.1.20
25532026-06-24T18:41:39.159Z Compiling rustc_version v0.1.7
25542026-06-24T18:41:39.429Z Compiling newtype_derive v0.1.6
25552026-06-24T18:41:39.635Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25562026-06-24T18:41:39.666Z Compiling smawk v0.3.2
25572026-06-24T18:41:39.859Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25582026-06-24T18:41:39.880Z Compiling unicode-linebreak v0.1.5
25592026-06-24T18:41:39.902Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25602026-06-24T18:41:40.024Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25612026-06-24T18:41:40.068Z Compiling base64 v0.21.7
25622026-06-24T18:41:40.195Z Compiling textwrap v0.16.2
25632026-06-24T18:41:40.318Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25642026-06-24T18:41:40.340Z Compiling steno v0.4.1
25652026-06-24T18:41:40.361Z Compiling dropshot-api-manager-types v0.7.2
25662026-06-24T18:41:40.399Z Compiling utf-8 v0.7.6
25672026-06-24T18:41:40.633Z Compiling tagptr v0.2.0
25682026-06-24T18:41:40.665Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25692026-06-24T18:41:40.841Z Compiling moka v0.12.13
25702026-06-24T18:41:40.927Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25712026-06-24T18:41:40.992Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25722026-06-24T18:41:41.172Z Compiling tungstenite v0.21.0
25732026-06-24T18:41:41.200Z Compiling radium v0.7.0
25742026-06-24T18:41:41.487Z Compiling display-error-chain v0.2.2
25752026-06-24T18:41:41.866Z Compiling tokio-tungstenite v0.21.0
25762026-06-24T18:41:41.960Z Compiling hickory-resolver v0.25.2
25772026-06-24T18:41:42.126Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25782026-06-24T18:41:42.302Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25792026-06-24T18:41:42.344Z Compiling tap v1.0.1
25802026-06-24T18:41:42.490Z Compiling maybe-uninit v2.0.0
25812026-06-24T18:41:42.857Z Compiling wyz v0.5.1
25822026-06-24T18:41:43.102Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25832026-06-24T18:41:43.175Z Compiling zerocopy-derive v0.6.6
25842026-06-24T18:41:43.378Z Compiling packed_struct v0.10.1
25852026-06-24T18:41:43.660Z Compiling crc-catalog v2.4.0
25862026-06-24T18:41:43.828Z Compiling funty v2.0.0
25872026-06-24T18:41:44.025Z Compiling zerocopy v0.6.6
25882026-06-24T18:41:44.422Z Compiling bitvec v1.0.1
25892026-06-24T18:41:44.869Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25902026-06-24T18:41:45.073Z Compiling crc v3.4.0
25912026-06-24T18:41:45.412Z Compiling packed_struct_codegen v0.10.1
25922026-06-24T18:41:45.437Z Compiling vergen-lib v0.1.6
25932026-06-24T18:41:45.670Z Compiling bitfield-macros v0.19.4
25942026-06-24T18:41:45.792Z Compiling proc-macro-error-attr2 v2.0.0
25952026-06-24T18:41:46.257Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25962026-06-24T18:41:46.398Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25972026-06-24T18:41:46.426Z Compiling indexmap v1.9.3
25982026-06-24T18:41:46.474Z Compiling nodrop v0.1.14
25992026-06-24T18:41:46.534Z Compiling diesel_derives v2.3.7
26002026-06-24T18:41:46.603Z Compiling array-init v0.0.4
26012026-06-24T18:41:46.786Z Compiling bitfield v0.19.4
26022026-06-24T18:41:47.019Z Compiling proc-macro-error2 v2.0.1
26032026-06-24T18:41:47.075Z Compiling smallvec v0.6.14
26042026-06-24T18:41:47.285Z Compiling dsl_auto_type v0.2.0
26052026-06-24T18:41:47.342Z Compiling scheduled-thread-pool v0.2.7
26062026-06-24T18:41:47.365Z Compiling num-derive v0.3.3
26072026-06-24T18:41:47.420Z Compiling vergen-gitcl v1.0.8
26082026-06-24T18:41:47.653Z Compiling diesel_table_macro_syntax v0.3.0
26092026-06-24T18:41:47.841Z Compiling dirs-sys-next v0.1.2
26102026-06-24T18:41:47.887Z Compiling crunchy v0.2.4
26112026-06-24T18:41:47.957Z Compiling maplit v1.0.2
26122026-06-24T18:41:48.079Z Compiling glob v0.3.3
26132026-06-24T18:41:48.122Z Compiling hashbrown v0.12.3
26142026-06-24T18:41:48.220Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26152026-06-24T18:41:48.298Z Compiling libscf-sys v1.1.0
26162026-06-24T18:41:48.320Z Compiling dirs-next v2.0.0
26172026-06-24T18:41:48.453Z Compiling clang-sys v1.8.1
26182026-06-24T18:41:48.529Z Compiling r2d2 v0.8.10
26192026-06-24T18:41:48.597Z Compiling tabled_derive v0.11.0
26202026-06-24T18:41:48.621Z Compiling serde-hex v0.1.0
26212026-06-24T18:41:48.868Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26222026-06-24T18:41:48.960Z Compiling ron v0.8.1
26232026-06-24T18:41:49.118Z Compiling papergrid v0.17.0
26242026-06-24T18:41:49.145Z Compiling testing_table v0.3.0
26252026-06-24T18:41:49.178Z Compiling hashbrown v0.13.2
26262026-06-24T18:41:49.288Z Compiling tiny-keccak v2.0.2
26272026-06-24T18:41:49.509Z Compiling downcast-rs v2.0.2
26282026-06-24T18:41:49.597Z Compiling crc-any v2.5.0
26292026-06-24T18:41:49.730Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26302026-06-24T18:41:49.797Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26312026-06-24T18:41:50.019Z Compiling object v0.30.4
26322026-06-24T18:41:50.187Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26332026-06-24T18:41:50.461Z Compiling tabled v0.20.0
26342026-06-24T18:41:50.491Z Compiling term v0.7.0
26352026-06-24T18:41:50.950Z Compiling progenitor-impl v0.13.0
26362026-06-24T18:41:51.017Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26372026-06-24T18:41:51.178Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26382026-06-24T18:41:51.430Z Compiling path-slash v0.1.5
26392026-06-24T18:41:51.481Z Compiling xshell-macros v0.2.7
26402026-06-24T18:41:51.626Z Compiling bit-vec v0.6.3
26412026-06-24T18:41:51.883Z Compiling bit-set v0.5.3
26422026-06-24T18:41:51.905Z Compiling xshell v0.2.7
26432026-06-24T18:41:52.054Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26442026-06-24T18:41:52.339Z Compiling ascii-canvas v3.0.0
26452026-06-24T18:41:52.598Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26462026-06-24T18:41:52.627Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26472026-06-24T18:41:53.147Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26482026-06-24T18:41:53.178Z Compiling progenitor-macro v0.13.0
26492026-06-24T18:41:53.275Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26502026-06-24T18:41:53.324Z Compiling diesel v2.3.7
26512026-06-24T18:41:54.643Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26522026-06-24T18:41:55.015Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26532026-06-24T18:41:55.231Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26542026-06-24T18:41:55.278Z Compiling progenitor-client v0.13.0
26552026-06-24T18:41:55.719Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26562026-06-24T18:41:55.854Z Compiling itertools v0.10.5
26572026-06-24T18:41:55.925Z Compiling ena v0.14.4
26582026-06-24T18:41:56.061Z Compiling libloading v0.8.9
26592026-06-24T18:41:56.182Z Compiling diff v0.1.13
26602026-06-24T18:41:56.302Z Compiling regex-syntax v0.6.29
26612026-06-24T18:41:56.462Z Compiling bindgen v0.71.1
26622026-06-24T18:41:56.491Z Compiling unicase v2.9.0
26632026-06-24T18:41:56.902Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26642026-06-24T18:41:57.123Z Compiling cexpr v0.6.0
26652026-06-24T18:41:57.353Z Compiling progenitor v0.13.0
26662026-06-24T18:41:57.541Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26672026-06-24T18:41:57.767Z Compiling lalrpop v0.19.12
26682026-06-24T18:41:57.789Z Compiling crc8 v0.1.1
26692026-06-24T18:41:57.928Z Compiling rustc-hash v2.1.1
26702026-06-24T18:41:58.141Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26712026-06-24T18:41:58.274Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26722026-06-24T18:41:58.363Z Compiling headers-core v0.3.0
26732026-06-24T18:41:58.684Z Compiling libxml v0.3.3
26742026-06-24T18:41:58.757Z Compiling headers v0.4.1
26752026-06-24T18:41:59.003Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26762026-06-24T18:41:59.079Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26772026-06-24T18:41:59.198Z Compiling git-stub v1.0.0
26782026-06-24T18:41:59.305Z Compiling strum_macros v0.24.3
26792026-06-24T18:41:59.385Z Compiling indoc v1.0.9
26802026-06-24T18:41:59.482Z Compiling git-stub-vcs v0.1.0
26812026-06-24T18:41:59.834Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26822026-06-24T18:41:59.858Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26832026-06-24T18:41:59.902Z Compiling derive_builder v0.20.2
26842026-06-24T18:42:00.079Z Compiling quick-xml v0.37.5
26852026-06-24T18:42:00.101Z Compiling oso-derive v0.27.3
26862026-06-24T18:42:00.485Z Compiling impl-trait-for-tuples v0.2.3
26872026-06-24T18:42:00.614Z Compiling openssl-probe v0.1.6
26882026-06-24T18:42:00.738Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26892026-06-24T18:42:00.910Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26902026-06-24T18:42:01.465Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26912026-06-24T18:42:01.488Z Compiling half v1.8.3
26922026-06-24T18:42:01.798Z Compiling serde_cbor v0.11.2
26932026-06-24T18:42:01.949Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26942026-06-24T18:42:02.167Z Compiling bb8 v0.8.6
26952026-06-24T18:42:02.548Z Compiling trait-variant v0.1.2
26962026-06-24T18:42:02.866Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26972026-06-24T18:42:02.893Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26982026-06-24T18:42:02.915Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26992026-06-24T18:42:02.949Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27002026-06-24T18:42:03.130Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27012026-06-24T18:42:03.212Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27022026-06-24T18:42:03.234Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27032026-06-24T18:42:03.237Z Compiling fxhash v0.2.1
27042026-06-24T18:42:03.276Z Compiling samael v0.0.19
27052026-06-24T18:42:03.425Z Compiling libz-sys v1.1.24
27062026-06-24T18:42:03.860Z Compiling nonempty v0.12.0
27072026-06-24T18:42:03.928Z Compiling salty v0.3.0
27082026-06-24T18:42:04.326Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27092026-06-24T18:42:04.516Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27102026-06-24T18:42:04.689Z Compiling kstat-rs v0.2.4
27112026-06-24T18:42:05.183Z Compiling arc-swap v1.8.2
27122026-06-24T18:42:05.206Z Compiling fs-err v2.11.0
27132026-06-24T18:42:05.365Z Compiling polar-core v0.27.3
27142026-06-24T18:42:05.563Z Compiling slog-scope v4.4.1
27152026-06-24T18:42:05.584Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27162026-06-24T18:42:05.627Z Compiling mime_guess v2.0.5
27172026-06-24T18:42:05.826Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27182026-06-24T18:42:06.163Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27192026-06-24T18:42:06.185Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27202026-06-24T18:42:06.638Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27212026-06-24T18:42:06.666Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27222026-06-24T18:42:07.107Z Compiling nanorand v0.7.0
27232026-06-24T18:42:07.477Z Compiling darling_core v0.23.0
27242026-06-24T18:42:07.501Z Compiling libgit2-sys v0.18.3+1.9.2
27252026-06-24T18:42:07.717Z Compiling parking_lot_core v0.8.6
27262026-06-24T18:42:08.032Z Compiling flume v0.11.1
27272026-06-24T18:42:08.435Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27282026-06-24T18:42:09.333Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27292026-06-24T18:42:09.466Z Compiling slog-stdlog v4.1.1
27302026-06-24T18:42:09.674Z Compiling darling_macro v0.23.0
27312026-06-24T18:42:09.974Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27322026-06-24T18:42:10.082Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27332026-06-24T18:42:10.142Z Compiling primeorder v0.13.6
27342026-06-24T18:42:10.194Z Compiling atty v0.2.14
27352026-06-24T18:42:10.343Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27362026-06-24T18:42:10.456Z Compiling http-range v0.1.5
27372026-06-24T18:42:10.571Z Compiling instability v0.3.11
27382026-06-24T18:42:10.797Z Compiling parse-size v1.1.0
27392026-06-24T18:42:10.800Z Compiling strsim v0.10.0
27402026-06-24T18:42:10.904Z Compiling p384 v0.13.1
27412026-06-24T18:42:11.020Z Compiling darling_core v0.13.4
27422026-06-24T18:42:11.323Z Compiling async-bb8-diesel v0.2.1
27432026-06-24T18:42:11.786Z Compiling diesel-dtrace v0.5.0
27442026-06-24T18:42:12.117Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27452026-06-24T18:42:12.752Z Compiling darling v0.23.0
27462026-06-24T18:42:12.867Z Compiling slog-envlogger v2.2.0
27472026-06-24T18:42:14.095Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27482026-06-24T18:42:14.873Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27492026-06-24T18:42:14.899Z Compiling oso v0.27.3
27502026-06-24T18:42:15.366Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27512026-06-24T18:42:16.218Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27522026-06-24T18:42:16.691Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27532026-06-24T18:42:18.316Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27542026-06-24T18:42:19.179Z Compiling ignore v0.4.25
27552026-06-24T18:42:19.372Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27562026-06-24T18:42:19.485Z Compiling castaway v0.2.4
27572026-06-24T18:42:19.644Z Compiling vergen-git2 v9.1.0
27582026-06-24T18:42:19.872Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27592026-06-24T18:42:20.084Z Compiling indoc v2.0.7
27602026-06-24T18:42:20.210Z Compiling globwalk v0.9.1
27612026-06-24T18:42:20.241Z Compiling compact_str v0.8.1
27622026-06-24T18:42:20.877Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27632026-06-24T18:42:20.898Z Compiling parking_lot v0.11.2
27642026-06-24T18:42:21.247Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27652026-06-24T18:42:21.385Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27662026-06-24T18:42:21.445Z Compiling hyper-staticfile v0.10.1
27672026-06-24T18:42:21.830Z Compiling darling_macro v0.13.4
27682026-06-24T18:42:22.206Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27692026-06-24T18:42:22.338Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27702026-06-24T18:42:22.636Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27712026-06-24T18:42:22.725Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27722026-06-24T18:42:22.854Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27732026-06-24T18:42:23.108Z Compiling predicates-tree v1.0.13
27742026-06-24T18:42:23.129Z Compiling unicode-truncate v1.1.0
27752026-06-24T18:42:23.286Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27762026-06-24T18:42:23.343Z Compiling lru v0.12.5
27772026-06-24T18:42:23.512Z Compiling prefix-trie v0.7.0
27782026-06-24T18:42:23.571Z Compiling rand_seeder v0.4.0
27792026-06-24T18:42:23.574Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27802026-06-24T18:42:23.828Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27812026-06-24T18:42:24.042Z Compiling cassowary v0.3.0
27822026-06-24T18:42:24.071Z Compiling rustls v0.21.12
27832026-06-24T18:42:24.093Z Compiling corncobs v0.1.4
27842026-06-24T18:42:24.151Z Compiling illumos-nvpair-sys v0.2.0
27852026-06-24T18:42:24.218Z Compiling hickory-server v0.25.2
27862026-06-24T18:42:24.329Z Compiling ratatui v0.29.0
27872026-06-24T18:42:24.349Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27882026-06-24T18:42:24.412Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27892026-06-24T18:42:24.668Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27902026-06-24T18:42:24.911Z Compiling camino-tempfile-ext v0.3.3
27912026-06-24T18:42:25.113Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27922026-06-24T18:42:25.169Z Compiling darling v0.13.4
27932026-06-24T18:42:25.533Z Compiling sled v0.34.7
27942026-06-24T18:42:25.631Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27952026-06-24T18:42:26.017Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27962026-06-24T18:42:27.805Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27972026-06-24T18:42:28.475Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27982026-06-24T18:42:28.699Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27992026-06-24T18:42:28.928Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28002026-06-24T18:42:29.152Z Compiling rustls-webpki v0.101.7
28012026-06-24T18:42:29.185Z Compiling sct v0.7.1
28022026-06-24T18:42:29.261Z Compiling secrecy v0.8.0
28032026-06-24T18:42:29.451Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28042026-06-24T18:42:30.290Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28052026-06-24T18:42:30.457Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28062026-06-24T18:42:30.839Z Compiling serde_with_macros v1.5.2
28072026-06-24T18:42:31.634Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28082026-06-24T18:42:31.669Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28092026-06-24T18:42:32.823Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28102026-06-24T18:42:33.046Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28112026-06-24T18:42:33.327Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28122026-06-24T18:42:33.560Z Compiling git2 v0.20.4
28132026-06-24T18:42:33.605Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28142026-06-24T18:42:33.849Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28152026-06-24T18:42:34.092Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28162026-06-24T18:42:34.184Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28172026-06-24T18:42:34.315Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28182026-06-24T18:42:34.446Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28192026-06-24T18:42:34.571Z Compiling void v1.0.2
28202026-06-24T18:42:34.726Z Compiling lzss v0.8.2
28212026-06-24T18:42:35.148Z Compiling illumos-nvpair v0.3.0
28222026-06-24T18:42:35.659Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28232026-06-24T18:42:36.350Z Compiling serde_with v1.14.0
28242026-06-24T18:42:36.637Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28252026-06-24T18:42:36.698Z Compiling tokio-rustls v0.24.1
28262026-06-24T18:42:37.294Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28272026-06-24T18:42:37.531Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28282026-06-24T18:42:39.295Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28292026-06-24T18:42:39.730Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28302026-06-24T18:42:39.940Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28312026-06-24T18:42:40.440Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28322026-06-24T18:42:40.665Z Compiling tungstenite v0.23.0
28332026-06-24T18:42:40.689Z Compiling rustls-pemfile v1.0.4
28342026-06-24T18:42:41.078Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28352026-06-24T18:42:41.465Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28362026-06-24T18:42:41.693Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28372026-06-24T18:42:41.741Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28382026-06-24T18:42:41.916Z Compiling nix v0.27.1
28392026-06-24T18:42:42.343Z Compiling twox-hash v2.1.2
28402026-06-24T18:42:42.893Z Compiling serde_bytes v0.11.19
28412026-06-24T18:42:43.046Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28422026-06-24T18:42:43.148Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28432026-06-24T18:42:43.178Z Compiling tokio-tungstenite v0.23.1
28442026-06-24T18:42:43.206Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28452026-06-24T18:42:43.552Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28462026-06-24T18:42:43.792Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28472026-06-24T18:42:44.052Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28482026-06-24T18:42:45.418Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28492026-06-24T18:42:46.074Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28502026-06-24T18:42:46.160Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28512026-06-24T18:42:46.577Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28522026-06-24T18:42:46.674Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28532026-06-24T18:42:47.570Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28542026-06-24T18:42:47.595Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28552026-06-24T18:42:47.647Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28562026-06-24T18:42:47.853Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28572026-06-24T18:42:48.405Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28582026-06-24T18:42:48.758Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28592026-06-24T18:42:49.330Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28602026-06-24T18:42:49.358Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28612026-06-24T18:42:51.903Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28622026-06-24T18:42:52.087Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28632026-06-24T18:42:52.435Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28642026-06-24T18:42:53.514Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28652026-06-24T18:42:54.129Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28662026-06-24T18:42:54.314Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28672026-06-24T18:42:54.395Z Compiling fatfs v0.3.6
28682026-06-24T18:42:54.881Z Compiling signal-hook-tokio v0.3.1
28692026-06-24T18:42:55.093Z Compiling yasna v0.5.2
28702026-06-24T18:42:55.313Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28712026-06-24T18:42:55.721Z Compiling seq-macro v0.3.6
28722026-06-24T18:42:55.990Z Compiling is_ci v1.2.0
28732026-06-24T18:42:56.212Z Compiling assert_matches v1.5.0
28742026-06-24T18:42:56.265Z Compiling supports-color v3.0.2
28752026-06-24T18:42:56.324Z Compiling rcgen v0.12.1
28762026-06-24T18:42:56.561Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28772026-06-24T18:42:56.972Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28782026-06-24T18:42:57.351Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28792026-06-24T18:42:59.184Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28802026-06-24T18:42:59.254Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28812026-06-24T18:42:59.428Z Compiling subprocess v0.2.15
28822026-06-24T18:42:59.493Z Compiling rtoolbox v0.0.3
28832026-06-24T18:42:59.778Z Compiling rpassword v7.4.0
28842026-06-24T18:43:00.077Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28852026-06-24T18:43:00.969Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28862026-06-24T18:43:01.677Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28872026-06-24T18:43:01.708Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28882026-06-24T18:43:01.819Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28892026-06-24T18:43:01.842Z Compiling tui-tree-widget v0.23.1
28902026-06-24T18:43:02.137Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28912026-06-24T18:43:03.857Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28922026-06-24T18:43:04.196Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28932026-06-24T18:43:04.419Z Compiling uzers v0.12.2
28942026-06-24T18:43:05.349Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28952026-06-24T18:43:05.878Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28962026-06-24T18:43:06.494Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28972026-06-24T18:43:06.909Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28982026-06-24T18:43:09.385Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28992026-06-24T18:43:10.969Z Compiling support-bundle-viewer v0.1.2
29002026-06-24T18:43:11.579Z Compiling multimap v0.10.1
29012026-06-24T18:43:26.546Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29022026-06-24T18:43:26.570Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29032026-06-24T18:43:33.320Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29042026-06-24T18:43:33.697Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29052026-06-24T18:43:34.021Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29062026-06-24T18:49:41.366Z Finished `release` profile [optimized] target(s) in 8m 19s
29072026-06-24T18:50:37.528Z
29082026-06-24T18:50:37.528Zreal 9:16.651663765
29092026-06-24T18:50:37.529Zuser 1:18:47.997232529
29102026-06-24T18:50:37.532Zsys 3:34.232641423
29112026-06-24T18:50:37.532Ztrap 1.780542104
29122026-06-24T18:50:37.532Ztflt 4.202064525
29132026-06-24T18:50:37.532Zdflt 20.144768953
29142026-06-24T18:50:37.532Zkflt 0.096021923
29152026-06-24T18:50:37.532Zlock 6:45:39.421710170
29162026-06-24T18:50:37.532Zslp 2:11:31.662563730
29172026-06-24T18:50:37.532Zlat 2:16.998499869
29182026-06-24T18:50:37.532Zstop 5:09.861823917
29192026-06-24T18:50:37.533Z+ mapfile -t packages
29202026-06-24T18:50:37.533Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29212026-06-24T18:50:38.419Z Finished `release` profile [optimized] target(s) in 0.87s
29222026-06-24T18:50:38.483Z Running `target/release/omicron-package -t test list-outputs`
29232026-06-24T18:50:38.544ZLogging to: /work/oxidecomputer/omicron/out/LOG
29242026-06-24T18:50:38.547Z+ ptime -m cargo build --locked --release -p xtask
29252026-06-24T18:50:39.012Z Compiling libc v0.2.185
29262026-06-24T18:50:39.012Z Compiling serde v1.0.228
29272026-06-24T18:50:39.015Z Compiling serde_core v1.0.228
29282026-06-24T18:50:39.015Z Compiling rustix v1.1.3
29292026-06-24T18:50:39.108Z Compiling bitflags v2.11.0
29302026-06-24T18:50:39.116Z Compiling serde_json v1.0.149
29312026-06-24T18:50:39.151Z Compiling num-traits v0.2.19
29322026-06-24T18:50:39.162Z Compiling syn v2.0.117
29332026-06-24T18:50:39.172Z Compiling smallvec v1.15.1
29342026-06-24T18:50:39.191Z Compiling usdt-impl v0.5.0
29352026-06-24T18:50:39.196Z Compiling indexmap v2.14.0
29362026-06-24T18:50:39.216Z Compiling syn v1.0.109
29372026-06-24T18:50:39.230Z Compiling percent-encoding v2.3.2
29382026-06-24T18:50:39.230Z Compiling log v0.4.29
29392026-06-24T18:50:39.399Z Compiling getrandom v0.4.1
29402026-06-24T18:50:39.484Z Compiling form_urlencoded v1.2.2
29412026-06-24T18:50:39.605Z Compiling fs-err v3.3.0
29422026-06-24T18:50:39.628Z Compiling anyhow v1.0.102
29432026-06-24T18:50:39.641Z Compiling once_cell v1.21.3
29442026-06-24T18:50:39.641Z Compiling heck v0.4.1
29452026-06-24T18:50:39.859Z Compiling errno v0.3.14
29462026-06-24T18:50:39.859Z Compiling thread-id v4.2.2
29472026-06-24T18:50:39.907Z Compiling memmap v0.7.0
29482026-06-24T18:50:40.158Z Compiling ordered-float v2.10.1
29492026-06-24T18:50:40.694Z Compiling proc-macro-error v1.0.4
29502026-06-24T18:50:40.870Z Compiling terminal_size v0.4.3
29512026-06-24T18:50:40.870Z Compiling tempfile v3.25.0
29522026-06-24T18:50:40.942Z Compiling tabled_derive v0.7.0
29532026-06-24T18:50:40.964Z Compiling clap_builder v4.6.0
29542026-06-24T18:50:40.965Z Compiling textwrap v0.16.2
29552026-06-24T18:50:41.102Z Compiling camino-tempfile v1.4.1
29562026-06-24T18:50:41.627Z Compiling tabled v0.15.0
29572026-06-24T18:50:41.676Z Compiling synstructure v0.13.2
29582026-06-24T18:50:41.676Z Compiling pest_generator v2.8.6
29592026-06-24T18:50:42.055Z Compiling serde_derive v1.0.228
29602026-06-24T18:50:42.055Z Compiling zerovec-derive v0.11.2
29612026-06-24T18:50:42.059Z Compiling displaydoc v0.2.5
29622026-06-24T18:50:42.059Z Compiling thiserror-impl v1.0.69
29632026-06-24T18:50:42.059Z Compiling zerocopy-derive v0.7.35
29642026-06-24T18:50:42.059Z Compiling scroll_derive v0.12.1
29652026-06-24T18:50:42.059Z Compiling thiserror-impl v2.0.18
29662026-06-24T18:50:42.059Z Compiling clap_derive v4.6.1
29672026-06-24T18:50:42.110Z Compiling zerofrom-derive v0.1.6
29682026-06-24T18:50:42.119Z Compiling yoke-derive v0.8.1
29692026-06-24T18:50:42.192Z Compiling pest_derive v2.8.6
29702026-06-24T18:50:42.774Z Compiling scroll v0.12.0
29712026-06-24T18:50:42.926Z Compiling zerocopy v0.7.35
29722026-06-24T18:50:43.103Z Compiling goblin v0.8.2
29732026-06-24T18:50:43.185Z Compiling thiserror v1.0.69
29742026-06-24T18:50:43.308Z Compiling dtrace-parser v0.2.0
29752026-06-24T18:50:43.321Z Compiling zerofrom v0.1.6
29762026-06-24T18:50:43.342Z Compiling thiserror v2.0.18
29772026-06-24T18:50:43.455Z Compiling yoke v0.8.1
29782026-06-24T18:50:43.674Z Compiling zerovec v0.11.5
29792026-06-24T18:50:43.733Z Compiling zerotrie v0.2.3
29802026-06-24T18:50:43.802Z Compiling clap v4.6.1
29812026-06-24T18:50:44.296Z Compiling tinystr v0.8.2
29822026-06-24T18:50:44.530Z Compiling icu_locale_core v2.1.1
29832026-06-24T18:50:45.320Z Compiling potential_utf v0.1.4
29842026-06-24T18:50:45.339Z Compiling icu_provider v2.1.1
29852026-06-24T18:50:45.518Z Compiling icu_collections v2.1.1
29862026-06-24T18:50:45.549Z Compiling serde_spanned v0.6.9
29872026-06-24T18:50:45.621Z Compiling toml_datetime v0.6.11
29882026-06-24T18:50:45.735Z Compiling dof v0.3.0
29892026-06-24T18:50:45.762Z Compiling serde-value v0.7.0
29902026-06-24T18:50:45.775Z Compiling cargo-platform v0.2.0
29912026-06-24T18:50:45.788Z Compiling macaddr v1.0.1
29922026-06-24T18:50:45.957Z Compiling icu_normalizer v2.1.1
29932026-06-24T18:50:45.990Z Compiling icu_properties v2.1.2
29942026-06-24T18:50:46.039Z Compiling toml_edit v0.22.27
29952026-06-24T18:50:46.094Z Compiling serde_tokenstream v0.2.3
29962026-06-24T18:50:46.854Z Compiling usdt-macro v0.5.0
29972026-06-24T18:50:46.934Z Compiling idna_adapter v1.2.1
29982026-06-24T18:50:46.981Z Compiling usdt-attr-macro v0.5.0
29992026-06-24T18:50:47.065Z Compiling idna v1.1.0
30002026-06-24T18:50:47.401Z Compiling url v2.5.8
30012026-06-24T18:50:47.571Z Compiling usdt v0.5.0
30022026-06-24T18:50:47.609Z Compiling toml v0.8.23
30032026-06-24T18:50:48.059Z Compiling cargo-util-schemas v0.8.2
30042026-06-24T18:50:48.059Z Compiling cargo_toml v0.21.0
30052026-06-24T18:50:49.104Z Compiling cargo_metadata v0.21.0
30062026-06-24T18:50:52.603Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30072026-06-24T18:50:55.619Z Finished `release` profile [optimized] target(s) in 17.06s
30082026-06-24T18:50:55.760Z
30092026-06-24T18:50:55.760Zreal 17.177717846
30102026-06-24T18:50:55.760Zuser 2:20.964113227
30112026-06-24T18:50:55.760Zsys 17.148382907
30122026-06-24T18:50:55.760Ztrap 0.070817990
30132026-06-24T18:50:55.760Ztflt 0.628039330
30142026-06-24T18:50:55.760Zdflt 1.663725038
30152026-06-24T18:50:55.764Zkflt 0.000044560
30162026-06-24T18:50:55.764Zlock 5:16.271844135
30172026-06-24T18:50:55.764Zslp 3:22.491971391
30182026-06-24T18:50:55.764Zlat 5.483819681
30192026-06-24T18:50:55.764Zstop 19.016066416
30202026-06-24T18:50:55.764Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30212026-06-24T18:50:55.764Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30222026-06-24T18:50:55.764Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30232026-06-24T18:50:55.764Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30242026-06-24T18:50:55.764Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30252026-06-24T18:50:56.649Z Compiling progenitor-client v0.14.0
30262026-06-24T18:50:56.649Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30272026-06-24T18:50:56.653Z Compiling newtype-uuid-macros v0.1.0
30282026-06-24T18:50:56.653Z Compiling match_cfg v0.1.0
30292026-06-24T18:50:56.653Z Compiling slog-json v2.6.1
30302026-06-24T18:50:56.653Z Compiling structmeta-derive v0.3.0
30312026-06-24T18:50:56.653Z Compiling rustls v0.22.4
30322026-06-24T18:50:56.653Z Compiling rustls-webpki v0.102.8
30332026-06-24T18:50:56.653Z Compiling multer v3.1.0
30342026-06-24T18:50:56.791Z Compiling compression-core v0.4.31
30352026-06-24T18:50:56.795Z Compiling debug-ignore v1.0.5
30362026-06-24T18:50:56.795Z Compiling atomicwrites v0.4.4
30372026-06-24T18:50:56.795Z Compiling itertools v0.14.0
30382026-06-24T18:50:56.907Z Compiling async-stream-impl v0.3.6
30392026-06-24T18:50:56.926Z Compiling hostname v0.3.1
30402026-06-24T18:50:56.942Z Compiling serde_spanned v1.0.4
30412026-06-24T18:50:56.945Z Compiling toml_datetime v1.0.0+spec-1.1.0
30422026-06-24T18:50:57.046Z Compiling compression-codecs v0.4.37
30432026-06-24T18:50:57.067Z Compiling slog-bunyan v2.5.0
30442026-06-24T18:50:57.070Z Compiling dropshot v0.17.0
30452026-06-24T18:50:57.070Z Compiling toml_writer v1.0.6+spec-1.1.0
30462026-06-24T18:50:57.137Z Compiling waitgroup v0.1.2
30472026-06-24T18:50:57.140Z Compiling rustls-pemfile v2.2.0
30482026-06-24T18:50:57.140Z Compiling dropshot_endpoint v0.17.0
30492026-06-24T18:50:57.233Z Compiling async-compression v0.4.41
30502026-06-24T18:50:57.274Z Compiling toml v1.0.6+spec-1.1.0
30512026-06-24T18:50:57.342Z Compiling hostname v0.4.2
30522026-06-24T18:50:57.376Z Compiling serde_path_to_error v0.1.20
30532026-06-24T18:50:57.410Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30542026-06-24T18:50:57.414Z Compiling macaddr v1.0.1
30552026-06-24T18:50:57.468Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30562026-06-24T18:50:57.493Z Compiling instant v0.1.13
30572026-06-24T18:50:57.540Z Compiling regress v0.10.5
30582026-06-24T18:50:57.564Z Compiling async-stream v0.3.6
30592026-06-24T18:50:57.582Z Compiling backon v1.6.0
30602026-06-24T18:50:57.601Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30612026-06-24T18:50:57.625Z Compiling backoff v0.4.0
30622026-06-24T18:50:57.642Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30632026-06-24T18:50:57.668Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
30642026-06-24T18:50:57.696Z Compiling humantime v2.3.0
30652026-06-24T18:50:57.763Z Compiling progenitor-extras v0.2.0
30662026-06-24T18:50:57.781Z Compiling universal-hash v0.5.1
30672026-06-24T18:50:57.817Z Compiling opaque-debug v0.3.1
30682026-06-24T18:50:57.838Z Compiling regress v0.11.1
30692026-06-24T18:50:57.866Z Compiling half v2.7.1
30702026-06-24T18:50:57.909Z Compiling ciborium-io v0.2.2
30712026-06-24T18:50:57.930Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30722026-06-24T18:50:57.948Z Compiling crucible-workspace-hack v0.1.0
30732026-06-24T18:50:57.983Z Compiling convert_case v0.4.0
30742026-06-24T18:50:58.030Z Compiling aead v0.5.2
30752026-06-24T18:50:58.047Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30762026-06-24T18:50:58.088Z Compiling secrecy v0.10.3
30772026-06-24T18:50:58.115Z Compiling structmeta v0.3.0
30782026-06-24T18:50:58.132Z Compiling poly1305 v0.8.0
30792026-06-24T18:50:58.184Z Compiling ciborium-ll v0.2.2
30802026-06-24T18:50:58.233Z Compiling chacha20 v0.9.1
30812026-06-24T18:50:58.264Z Compiling unsafe-libyaml v0.2.11
30822026-06-24T18:50:58.281Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30832026-06-24T18:50:58.281Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30842026-06-24T18:50:58.317Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30852026-06-24T18:50:58.335Z Compiling thiserror-impl-no-std v2.0.2
30862026-06-24T18:50:58.358Z Compiling derive-ex v0.1.8
30872026-06-24T18:50:58.383Z Compiling parse-display-derive v0.10.0
30882026-06-24T18:50:58.428Z Compiling derive_more v0.99.20
30892026-06-24T18:50:58.518Z Compiling ciborium v0.2.2
30902026-06-24T18:50:58.593Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30912026-06-24T18:50:58.626Z Compiling byte-wrapper v0.1.0
30922026-06-24T18:50:58.669Z Compiling blake2 v0.10.6
30932026-06-24T18:50:58.700Z Compiling password-hash v0.5.0
30942026-06-24T18:50:58.911Z Compiling serde_yaml v0.9.34+deprecated
30952026-06-24T18:50:59.003Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30962026-06-24T18:50:59.003Z Compiling toml_datetime v0.7.5+spec-1.1.0
30972026-06-24T18:50:59.048Z Compiling argon2 v0.5.3
30982026-06-24T18:50:59.051Z Compiling chacha20poly1305 v0.10.1
30992026-06-24T18:50:59.115Z Compiling indent_write v2.2.0
31002026-06-24T18:50:59.139Z Compiling heapless v0.8.0
31012026-06-24T18:50:59.236Z Compiling tokio-rustls v0.25.0
31022026-06-24T18:50:59.258Z Compiling toml_edit v0.23.10+spec-1.0.0
31032026-06-24T18:50:59.288Z Compiling ingot-macros v0.1.1
31042026-06-24T18:50:59.305Z Compiling tabwriter v1.4.1
31052026-06-24T18:50:59.497Z Compiling typify-impl v0.6.2
31062026-06-24T18:50:59.562Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31072026-06-24T18:50:59.590Z Compiling thiserror-no-std v2.0.2
31082026-06-24T18:50:59.708Z Compiling vsss-rs v3.3.4
31092026-06-24T18:50:59.861Z Compiling proc-macro-crate v3.4.0
31102026-06-24T18:51:00.132Z Compiling test-strategy v0.4.5
31112026-06-24T18:51:00.167Z Compiling parse-display v0.10.0
31122026-06-24T18:51:00.356Z Compiling hash32 v0.3.1
31132026-06-24T18:51:00.408Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31142026-06-24T18:51:00.434Z Compiling smoltcp v0.11.0
31152026-06-24T18:51:00.453Z Compiling num_enum_derive v0.7.6
31162026-06-24T18:51:00.533Z Compiling cobs v0.3.0
31172026-06-24T18:51:00.668Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31182026-06-24T18:51:00.725Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31192026-06-24T18:51:00.760Z Compiling colored v3.1.1
31202026-06-24T18:51:00.780Z Compiling postcard v1.1.3
31212026-06-24T18:51:00.852Z Compiling proc-macro-error v1.0.4
31222026-06-24T18:51:00.856Z Compiling proc-macro-crate v1.3.1
31232026-06-24T18:51:00.957Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31242026-06-24T18:51:01.034Z Compiling foreign-types-macros v0.2.3
31252026-06-24T18:51:01.058Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31262026-06-24T18:51:01.159Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31272026-06-24T18:51:01.177Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31282026-06-24T18:51:01.196Z Compiling rayon-core v1.13.0
31292026-06-24T18:51:01.215Z Compiling foreign-types-shared v0.3.1
31302026-06-24T18:51:01.281Z Compiling cpufeatures v0.3.0
31312026-06-24T18:51:01.313Z Compiling num_enum_derive v0.5.11
31322026-06-24T18:51:01.386Z Compiling chacha20 v0.10.0
31332026-06-24T18:51:01.453Z Compiling crossbeam-deque v0.8.6
31342026-06-24T18:51:01.472Z Compiling camino-tempfile v1.4.1
31352026-06-24T18:51:01.493Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31362026-06-24T18:51:01.493Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31372026-06-24T18:51:01.560Z Compiling num_enum v0.7.6
31382026-06-24T18:51:01.579Z Compiling cstr-argument v0.1.2
31392026-06-24T18:51:01.689Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31402026-06-24T18:51:01.707Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31412026-06-24T18:51:01.707Z Compiling foreign-types v0.5.0
31422026-06-24T18:51:01.743Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31432026-06-24T18:51:01.747Z Compiling rand v0.10.0
31442026-06-24T18:51:01.794Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31452026-06-24T18:51:01.828Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31462026-06-24T18:51:01.934Z Compiling zone_cfg_derive v0.3.1
31472026-06-24T18:51:01.979Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31482026-06-24T18:51:02.006Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31492026-06-24T18:51:02.022Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31502026-06-24T18:51:02.116Z Compiling itertools v0.12.1
31512026-06-24T18:51:02.133Z Compiling num-derive v0.4.2
31522026-06-24T18:51:02.160Z Compiling rayon v1.11.0
31532026-06-24T18:51:02.178Z Compiling sigpipe v0.1.3
31542026-06-24T18:51:02.211Z Compiling glob v0.3.3
31552026-06-24T18:51:02.246Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31562026-06-24T18:51:02.280Z Compiling ingot-types v0.1.2
31572026-06-24T18:51:02.297Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31582026-06-24T18:51:02.301Z Compiling smf v0.2.3
31592026-06-24T18:51:02.465Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31602026-06-24T18:51:02.523Z Compiling num_enum v0.5.11
31612026-06-24T18:51:02.651Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31622026-06-24T18:51:02.689Z Compiling whoami v1.6.1
31632026-06-24T18:51:02.710Z Compiling ingot v0.1.1
31642026-06-24T18:51:02.726Z Compiling usdt-macro v0.5.0
31652026-06-24T18:51:02.764Z Compiling usdt-attr-macro v0.5.0
31662026-06-24T18:51:02.783Z Compiling gethostname v0.5.0
31672026-06-24T18:51:02.784Z Compiling num-rational v0.4.2
31682026-06-24T18:51:02.940Z Compiling num-complex v0.4.6
31692026-06-24T18:51:02.993Z Compiling memmap v0.7.0
31702026-06-24T18:51:03.018Z Compiling derive-where v1.6.0
31712026-06-24T18:51:03.171Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
31722026-06-24T18:51:03.210Z Compiling float-ord v0.3.2
31732026-06-24T18:51:03.213Z Compiling toml v0.8.23
31742026-06-24T18:51:03.358Z Compiling zone v0.3.1
31752026-06-24T18:51:03.385Z Compiling num v0.4.3
31762026-06-24T18:51:03.437Z Compiling resolv-conf v0.7.6
31772026-06-24T18:51:03.454Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31782026-06-24T18:51:03.489Z Compiling cancel-safe-futures v0.1.5
31792026-06-24T18:51:03.530Z Compiling owo-colors v4.3.0
31802026-06-24T18:51:03.594Z Compiling libsw-core v0.3.2
31812026-06-24T18:51:03.618Z Compiling prettyplease v0.2.37
31822026-06-24T18:51:03.635Z Compiling usdt v0.5.0
31832026-06-24T18:51:03.801Z Compiling libsw v3.5.0
31842026-06-24T18:51:03.818Z Compiling console v0.15.11
31852026-06-24T18:51:03.856Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31862026-06-24T18:51:03.935Z Compiling hickory-proto v0.24.4
31872026-06-24T18:51:03.961Z Compiling newline-converter v0.3.0
31882026-06-24T18:51:04.015Z Compiling linked-hash-map v0.5.6
31892026-06-24T18:51:04.032Z Compiling libefi-sys v0.1.0
31902026-06-24T18:51:04.077Z Compiling linear-map v1.2.0
31912026-06-24T18:51:04.111Z Compiling git-stub v1.0.0
31922026-06-24T18:51:04.146Z Compiling typify-macro v0.6.2
31932026-06-24T18:51:04.150Z Compiling bitfield-struct v0.6.2
31942026-06-24T18:51:04.241Z Compiling lru-cache v0.1.2
31952026-06-24T18:51:04.282Z Compiling expectorate v1.2.0
31962026-06-24T18:51:04.298Z Compiling nom v8.0.0
31972026-06-24T18:51:04.395Z Compiling semver v0.1.20
31982026-06-24T18:51:04.421Z Compiling git-stub-vcs v0.1.0
31992026-06-24T18:51:04.438Z Compiling tokio-dtrace v0.1.1
32002026-06-24T18:51:04.477Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32012026-06-24T18:51:04.497Z Compiling dropshot-api-manager-types v0.7.2
32022026-06-24T18:51:04.668Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32032026-06-24T18:51:04.686Z Compiling rustc_version v0.1.7
32042026-06-24T18:51:04.731Z Compiling slog-dtrace v0.3.0
32052026-06-24T18:51:04.756Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32062026-06-24T18:51:04.773Z Compiling minimal-lexical v0.2.1
32072026-06-24T18:51:04.810Z Compiling oxide-tokio-rt v0.1.4
32082026-06-24T18:51:04.855Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32092026-06-24T18:51:04.873Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32102026-06-24T18:51:04.873Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32112026-06-24T18:51:04.964Z Compiling newtype_derive v0.1.6
32122026-06-24T18:51:05.045Z Compiling nom v7.1.3
32132026-06-24T18:51:05.069Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32142026-06-24T18:51:05.091Z Compiling phf_shared v0.12.1
32152026-06-24T18:51:05.108Z Compiling csv-core v0.1.13
32162026-06-24T18:51:05.145Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32172026-06-24T18:51:05.193Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32182026-06-24T18:51:05.219Z Compiling xshell-macros v0.2.7
32192026-06-24T18:51:05.244Z Compiling highway v1.3.0
32202026-06-24T18:51:05.304Z Compiling chrono-tz v0.10.4
32212026-06-24T18:51:05.326Z Compiling csv v1.4.0
32222026-06-24T18:51:05.537Z Compiling phf v0.12.1
32232026-06-24T18:51:05.613Z Compiling const_format_proc_macros v0.2.34
32242026-06-24T18:51:05.648Z Compiling xshell v0.2.7
32252026-06-24T18:51:05.702Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32262026-06-24T18:51:05.717Z Compiling primeorder v0.13.6
32272026-06-24T18:51:05.749Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32282026-06-24T18:51:05.917Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32292026-06-24T18:51:06.020Z Compiling tabled_derive v0.7.0
32302026-06-24T18:51:06.035Z Compiling typify v0.6.2
32312026-06-24T18:51:06.053Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32322026-06-24T18:51:06.177Z Compiling progenitor-impl v0.14.0
32332026-06-24T18:51:06.195Z Compiling hickory-resolver v0.24.4
32342026-06-24T18:51:06.321Z Compiling bcs v0.1.6
32352026-06-24T18:51:06.356Z Compiling termtree v0.5.1
32362026-06-24T18:51:06.433Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32372026-06-24T18:51:06.484Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32382026-06-24T18:51:06.535Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32392026-06-24T18:51:06.688Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32402026-06-24T18:51:06.706Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32412026-06-24T18:51:06.776Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32422026-06-24T18:51:06.952Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32432026-06-24T18:51:07.058Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32442026-06-24T18:51:07.132Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32452026-06-24T18:51:07.169Z Compiling const_format v0.2.35
32462026-06-24T18:51:07.231Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32472026-06-24T18:51:07.292Z Compiling qorb v0.4.1
32482026-06-24T18:51:07.395Z Compiling tagptr v0.2.0
32492026-06-24T18:51:07.572Z Compiling salty v0.3.0
32502026-06-24T18:51:07.595Z Compiling textwrap v0.16.2
32512026-06-24T18:51:07.595Z Compiling moka v0.12.13
32522026-06-24T18:51:07.627Z Compiling tabled v0.15.0
32532026-06-24T18:51:07.878Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32542026-06-24T18:51:08.020Z Compiling steno v0.4.1
32552026-06-24T18:51:08.104Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32562026-06-24T18:51:08.124Z Compiling base64 v0.21.7
32572026-06-24T18:51:08.143Z Compiling radium v0.7.0
32582026-06-24T18:51:08.345Z Compiling hickory-resolver v0.25.2
32592026-06-24T18:51:08.452Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32602026-06-24T18:51:08.488Z Compiling p384 v0.13.1
32612026-06-24T18:51:08.512Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32622026-06-24T18:51:08.529Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32632026-06-24T18:51:08.717Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32642026-06-24T18:51:08.792Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32652026-06-24T18:51:08.951Z Compiling progenitor-macro v0.14.0
32662026-06-24T18:51:08.999Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32672026-06-24T18:51:09.089Z Compiling tap v1.0.1
32682026-06-24T18:51:09.238Z Compiling maybe-uninit v2.0.0
32692026-06-24T18:51:09.270Z Compiling wyz v0.5.1
32702026-06-24T18:51:09.504Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32712026-06-24T18:51:09.521Z Compiling proc-macro-error-attr2 v2.0.0
32722026-06-24T18:51:09.629Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32732026-06-24T18:51:09.673Z Compiling parking_lot_core v0.8.6
32742026-06-24T18:51:09.835Z Compiling packed_struct v0.10.1
32752026-06-24T18:51:09.859Z Compiling funty v2.0.0
32762026-06-24T18:51:09.876Z Compiling utf-8 v0.7.6
32772026-06-24T18:51:09.966Z Compiling proc-macro-error2 v2.0.1
32782026-06-24T18:51:10.024Z Compiling tungstenite v0.21.0
32792026-06-24T18:51:10.078Z Compiling polyval v0.6.2
32802026-06-24T18:51:10.153Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32812026-06-24T18:51:10.169Z Compiling packed_struct_codegen v0.10.1
32822026-06-24T18:51:10.215Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32832026-06-24T18:51:10.274Z Compiling bitvec v1.0.1
32842026-06-24T18:51:10.347Z Compiling num-derive v0.3.3
32852026-06-24T18:51:10.350Z Compiling bitfield-macros v0.19.4
32862026-06-24T18:51:10.388Z Compiling zerocopy-derive v0.6.6
32872026-06-24T18:51:10.490Z Compiling indexmap v1.9.3
32882026-06-24T18:51:10.555Z Compiling nodrop v0.1.14
32892026-06-24T18:51:10.615Z Compiling crc-catalog v2.4.0
32902026-06-24T18:51:10.687Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32912026-06-24T18:51:10.726Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32922026-06-24T18:51:10.772Z Compiling crc v3.4.0
32932026-06-24T18:51:10.843Z Compiling array-init v0.0.4
32942026-06-24T18:51:10.905Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32952026-06-24T18:51:10.941Z Compiling tokio-tungstenite v0.21.0
32962026-06-24T18:51:10.977Z Compiling tabled_derive v0.11.0
32972026-06-24T18:51:11.000Z Compiling ghash v0.5.1
32982026-06-24T18:51:11.017Z Compiling smallvec v0.6.14
32992026-06-24T18:51:11.147Z Compiling bitfield v0.19.4
33002026-06-24T18:51:11.259Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33012026-06-24T18:51:11.309Z Compiling progenitor-impl v0.13.0
33022026-06-24T18:51:11.327Z Compiling libscf-sys v1.1.0
33032026-06-24T18:51:11.344Z Compiling zerocopy v0.6.6
33042026-06-24T18:51:11.348Z Compiling papergrid v0.17.0
33052026-06-24T18:51:11.379Z Compiling testing_table v0.3.0
33062026-06-24T18:51:11.401Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33072026-06-24T18:51:11.478Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33082026-06-24T18:51:11.494Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33092026-06-24T18:51:11.557Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33102026-06-24T18:51:11.575Z Compiling ctr v0.9.2
33112026-06-24T18:51:11.592Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33122026-06-24T18:51:11.622Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33132026-06-24T18:51:11.790Z Compiling illumos-nvpair-sys v0.2.0
33142026-06-24T18:51:11.808Z Compiling unicase v2.9.0
33152026-06-24T18:51:11.812Z Compiling corncobs v0.1.4
33162026-06-24T18:51:11.841Z Compiling hashbrown v0.12.3
33172026-06-24T18:51:12.012Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33182026-06-24T18:51:12.028Z Compiling aes-gcm v0.10.3
33192026-06-24T18:51:12.098Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33202026-06-24T18:51:12.117Z Compiling mime_guess v2.0.5
33212026-06-24T18:51:12.136Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33222026-06-24T18:51:12.267Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33232026-06-24T18:51:12.284Z Compiling parking_lot v0.11.2
33242026-06-24T18:51:12.470Z Compiling tabled v0.20.0
33252026-06-24T18:51:12.492Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33262026-06-24T18:51:12.585Z Compiling serde-hex v0.1.0
33272026-06-24T18:51:12.723Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33282026-06-24T18:51:12.755Z Compiling ron v0.8.1
33292026-06-24T18:51:12.829Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33302026-06-24T18:51:12.958Z Compiling hashbrown v0.13.2
33312026-06-24T18:51:13.231Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33322026-06-24T18:51:13.250Z Compiling progenitor-client v0.13.0
33332026-06-24T18:51:13.253Z Compiling prefix-trie v0.7.0
33342026-06-24T18:51:13.377Z Compiling blowfish v0.9.1
33352026-06-24T18:51:13.526Z Compiling ssh-encoding v0.2.0
33362026-06-24T18:51:13.543Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33372026-06-24T18:51:13.611Z Compiling fxhash v0.2.1
33382026-06-24T18:51:13.658Z Compiling secrecy v0.8.0
33392026-06-24T18:51:13.697Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33402026-06-24T18:51:13.784Z Compiling crc-any v2.5.0
33412026-06-24T18:51:13.861Z Compiling ssh-cipher v0.2.0
33422026-06-24T18:51:13.864Z Compiling sled v0.34.7
33432026-06-24T18:51:13.951Z Compiling hickory-server v0.25.2
33442026-06-24T18:51:14.098Z Compiling bcrypt-pbkdf v0.10.0
33452026-06-24T18:51:14.119Z Compiling progenitor-macro v0.13.0
33462026-06-24T18:51:14.137Z Compiling progenitor v0.14.0
33472026-06-24T18:51:14.304Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33482026-06-24T18:51:14.322Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33492026-06-24T18:51:14.472Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33502026-06-24T18:51:14.489Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33512026-06-24T18:51:14.531Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
33522026-06-24T18:51:14.693Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33532026-06-24T18:51:14.947Z Compiling object v0.30.4
33542026-06-24T18:51:15.010Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33552026-06-24T18:51:15.047Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33562026-06-24T18:51:15.123Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33572026-06-24T18:51:15.189Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33582026-06-24T18:51:15.217Z Compiling password-hash v0.4.2
33592026-06-24T18:51:15.310Z Compiling half v1.8.3
33602026-06-24T18:51:15.611Z Compiling http-range v0.1.5
33612026-06-24T18:51:15.634Z Compiling path-slash v0.1.5
33622026-06-24T18:51:15.665Z Compiling crc8 v0.1.1
33632026-06-24T18:51:15.816Z Compiling serde_cbor v0.11.2
33642026-06-24T18:51:15.831Z Compiling pbkdf2 v0.11.0
33652026-06-24T18:51:15.834Z Compiling illumos-nvpair v0.3.0
33662026-06-24T18:51:16.078Z Compiling ssh-key v0.6.7
33672026-06-24T18:51:16.365Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33682026-06-24T18:51:16.433Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33692026-06-24T18:51:17.018Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33702026-06-24T18:51:17.051Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33712026-06-24T18:51:17.086Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33722026-06-24T18:51:17.375Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33732026-06-24T18:51:17.654Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33742026-06-24T18:51:17.680Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33752026-06-24T18:51:17.812Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33762026-06-24T18:51:17.843Z Compiling p521 v0.13.3
33772026-06-24T18:51:17.888Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33782026-06-24T18:51:17.979Z Compiling p256 v0.13.2
33792026-06-24T18:51:18.070Z Compiling yasna v0.5.2
33802026-06-24T18:51:18.278Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33812026-06-24T18:51:18.312Z Compiling kstat-rs v0.2.4
33822026-06-24T18:51:18.390Z Compiling headers-core v0.3.0
33832026-06-24T18:51:18.549Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33842026-06-24T18:51:18.603Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33852026-06-24T18:51:18.656Z Compiling nanorand v0.7.0
33862026-06-24T18:51:18.735Z Compiling atty v0.2.14
33872026-06-24T18:51:18.807Z Compiling russh-cryptovec v0.7.3
33882026-06-24T18:51:18.839Z Compiling md5 v0.7.0
33892026-06-24T18:51:18.857Z Compiling home v0.5.12
33902026-06-24T18:51:18.880Z Compiling flume v0.11.1
33912026-06-24T18:51:18.986Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
33922026-06-24T18:51:19.031Z Compiling russh-keys v0.45.0
33932026-06-24T18:51:19.051Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33942026-06-24T18:51:19.139Z Compiling rcgen v0.12.1
33952026-06-24T18:51:19.160Z Compiling headers v0.4.1
33962026-06-24T18:51:19.215Z Compiling progenitor v0.13.0
33972026-06-24T18:51:19.238Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33982026-06-24T18:51:19.327Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33992026-06-24T18:51:19.406Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34002026-06-24T18:51:19.616Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34012026-06-24T18:51:19.666Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34022026-06-24T18:51:19.777Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34032026-06-24T18:51:19.839Z Compiling hyper-staticfile v0.10.1
34042026-06-24T18:51:19.951Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34052026-06-24T18:51:20.047Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34062026-06-24T18:51:20.063Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34072026-06-24T18:51:20.274Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
34082026-06-24T18:51:20.293Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34092026-06-24T18:51:20.391Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34102026-06-24T18:51:20.435Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34112026-06-24T18:51:20.468Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34122026-06-24T18:51:20.587Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34132026-06-24T18:51:20.644Z Compiling num-bigint v0.4.6
34142026-06-24T18:51:20.669Z Compiling des v0.8.1
34152026-06-24T18:51:20.689Z Compiling subprocess v0.2.15
34162026-06-24T18:51:20.705Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34172026-06-24T18:51:20.725Z Compiling display-error-chain v0.2.2
34182026-06-24T18:51:20.761Z Compiling hex-literal v0.4.1
34192026-06-24T18:51:20.825Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34202026-06-24T18:51:20.888Z Compiling colored v2.2.0
34212026-06-24T18:51:20.905Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34222026-06-24T18:51:20.908Z Compiling internet-checksum v0.2.1
34232026-06-24T18:51:21.073Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34242026-06-24T18:51:21.163Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34252026-06-24T18:51:21.832Z Compiling russh v0.45.0
34262026-06-24T18:51:21.932Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34272026-06-24T18:51:22.953Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34282026-06-24T18:51:22.953Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34292026-06-24T18:51:25.416Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34302026-06-24T18:51:26.070Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34312026-06-24T18:51:26.209Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34322026-06-24T18:51:26.555Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34332026-06-24T18:51:28.516Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34342026-06-24T18:51:36.722Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34352026-06-24T18:51:36.722Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34362026-06-24T18:51:36.722Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34372026-06-24T18:51:36.725Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34382026-06-24T18:51:38.465Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34392026-06-24T18:51:38.532Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34402026-06-24T18:51:42.553Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34412026-06-24T18:52:22.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
34422026-06-24T18:52:22.804Z
34432026-06-24T18:52:22.804Zreal 1:26.978901874
34442026-06-24T18:52:22.804Zuser 8:00.235103347
34452026-06-24T18:52:22.808Zsys 1:40.729664353
34462026-06-24T18:52:22.808Ztrap 0.241246139
34472026-06-24T18:52:22.808Ztflt 0.581377405
34482026-06-24T18:52:22.808Zdflt 1.709472099
34492026-06-24T18:52:22.808Zkflt 0.000256830
34502026-06-24T18:52:22.808Zlock 28:16.322418195
34512026-06-24T18:52:22.808Zslp 18:02.935747185
34522026-06-24T18:52:22.808Zlat 38.285925915
34532026-06-24T18:52:22.808Zstop 2:49.484299189
34542026-06-24T18:52:22.808Z+ mkdir tests
34552026-06-24T18:52:22.812Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34562026-06-24T18:52:22.812Z+ xargs -I '{}' -t cp '{}' tests/
34572026-06-24T18:52:22.947Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-abedb56dce9149c1 tests/
34582026-06-24T18:52:22.968Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-f2d4ae26e5892fb9 tests/
34592026-06-24T18:52:22.990Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-3f1f110410e5c8cf tests/
34602026-06-24T18:52:23.019Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-0f60d05b842747e0 tests/
34612026-06-24T18:52:23.271Z+ 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-24T18:52:23.274Z+ 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-f2d4ae26e5892fb9 tests/commtest-3f1f110410e5c8cf tests/dhcp_server-abedb56dce9149c1 tests/end_to_end_tests-0f60d05b842747e0 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-24T18:53:44.072ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34642026-06-24T18:53:44.072Za .github/buildomat/ci-env.sh 1K
34652026-06-24T18:53:44.072Za out/target/test 1K
34662026-06-24T18:53:44.072Za out/npuzone/npuzone 27402K
34672026-06-24T18:53:44.072Za package-manifest.toml 35K
34682026-06-24T18:53:44.072Za smf/sled-agent/non-gimlet/config.toml 6K
34692026-06-24T18:53:44.072Za target/release/omicron-package 44673K
34702026-06-24T18:53:44.072Za target/release/xtask 11142K
34712026-06-24T18:53:44.072Za target/debug/bootstrap 356961K
34722026-06-24T18:53:44.072Za tests/bootstrap-f2d4ae26e5892fb9 31975K
34732026-06-24T18:53:44.072Za tests/commtest-3f1f110410e5c8cf 43619K
34742026-06-24T18:53:44.072Za tests/dhcp_server-abedb56dce9149c1 31975K
34752026-06-24T18:53:44.072Za tests/end_to_end_tests-0f60d05b842747e0 399847K
34762026-06-24T18:53:44.072Za tools/opte_version 1K
34772026-06-24T18:53:44.072Za tools/opte_version_override 2K
34782026-06-24T18:53:44.072Za out/clickhouse.tar.gz 314108K
34792026-06-24T18:53:44.072Za out/clickhouse_keeper.tar.gz 299289K
34802026-06-24T18:53:44.072Za out/clickhouse_server.tar.gz 314106K
34812026-06-24T18:53:44.072Za out/cockroachdb.tar.gz 157623K
34822026-06-24T18:53:44.072Za out/crucible-pantry-zone.tar.gz 36692K
34832026-06-24T18:53:44.072Za out/crucible-utils.tar 16478K
34842026-06-24T18:53:44.072Za out/crucible-zone.tar.gz 52262K
34852026-06-24T18:53:44.073Za out/external-dns.tar.gz 42832K
34862026-06-24T18:53:44.073Za out/internal-dns.tar.gz 42831K
34872026-06-24T18:53:44.073Za out/mg-ddm-gz.tar 97917K
34882026-06-24T18:53:44.073Za out/nexus.tar.gz 275142K
34892026-06-24T18:53:44.073Za out/ntp.tar.gz 24547K
34902026-06-24T18:53:44.073Za out/omicron-gateway-softnpu.tar.gz 29300K
34912026-06-24T18:53:44.073Za out/omicron-sled-agent.tar 193539K
34922026-06-24T18:53:44.073Za out/overlay.tar.gz 3K
34932026-06-24T18:53:44.073Za out/oximeter.tar.gz 62637K
34942026-06-24T18:53:44.073Za out/oxlog.tar 3809K
34952026-06-24T18:53:44.073Za out/probe.tar.gz 3037K
34962026-06-24T18:53:44.073Za out/propolis-server.tar.gz 34918K
34972026-06-24T18:53:44.073Za out/pumpkind-gz.tar 26647K
34982026-06-24T18:53:44.073Za out/switch-softnpu.tar.gz 445902K
34992026-06-24T18:53:44.077Z
35002026-06-24T18:53:44.077Zreal 1:20.798299962
35012026-06-24T18:53:44.077Zuser 1:18.088141534
35022026-06-24T18:53:44.077Zsys 4.498980768
35032026-06-24T18:53:44.077Ztrap 0.005811182
35042026-06-24T18:53:44.077Ztflt 0.000000000
35052026-06-24T18:53:44.077Zdflt 0.000000000
35062026-06-24T18:53:44.077Zkflt 0.000000000
35072026-06-24T18:53:44.077Zlock 0.000000000
35082026-06-24T18:53:44.077Zslp 1:17.991484338
35092026-06-24T18:53:44.077Zlat 1.007395789
35102026-06-24T18:53:44.077Zstop 0.000212560
35112026-06-24T18:53:44.077Zprocess exited: duration 965416 ms, exit code 0
 
35122026-06-24T18:53:44.092Zfound 1 output files
35132026-06-24T18:53:44.092Zuploading: /work/package.tar.gz (2480618114 bytes)
35142026-06-24T18:54:14.285Zuploaded: /work/package.tar.gz